@charset "utf-8";
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

==トップページのスタイル設定ファイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/




/* =============================================================================
   レイアウトスタイル
   基本スタイル
   ========================================================================== */

/* :::::: section :::::: */
#content {}
#content section {
	padding: 70px 0;}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
	#content section {
		padding: 30px 0;}
}


/* :::::: h2 title :::::: */
#content h2.title {
	line-height: 1.2;
	font-size: 2.6em;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 20px;}
@media only screen and (max-width: 767px) {
	#content h2.title {
		font-size: 1.8em;
		margin-bottom: 20px;}
}







/* =============================================================================
   ページトップ画像関連
   ========================================================================== */
#mainImage {
	background: url(../img/bg_mainimage.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 700px;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 170px;}
#mainImage h2 {
	line-height: 1.5em;
	font-size: 1.8em;
	margin: 0;}
#mainImage h1 {
	margin: 35px 0;}
#mainImage h3 {
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 10px 0;
	background: rgba(17,95,173,0.6);}
@media only screen and (max-width: 767px) {
	#mainImage {
		height: 500px;
		padding-top: 120px;}
	#mainImage h2 {
		font-size: 1.5em;}
	#mainImage h1 {
		margin: 30px 0;}
	#mainImage h3 {
		font-size: 1.0em;
		padding: 10px;}
}
@media only screen and (max-width: 480px) {
}







/* =============================================================================
   ページ内関連 スタイル
   ========================================================================== */
#content.home {}
.home {}

.home a,
.single a {
	color: #000;
	text-decoration: none;}
.home a:hover {}

.home .even {
	background: #d1c0a5;}
.home figure.noPhoto {
	border: 1px solid #c9c9c9;}



/* :::::: reaction :::::: */
.home .reaction,
.single .reaction {
	padding: 25px 0;
	background: #ffd563;}
.home .reaction .left,
.single .reaction .left {
	float: left;}
.home .reaction .right,
.single .reaction .right {
	float: right;}
.home .reaction h3,
.single .reaction h3 {
	margin: 0;
	margin-bottom: 10px;}
.home .reaction h4,
.single .reaction h4 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;}
.home .reaction .btn a,
.single .reaction .btn a {
	display: block;
	background: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	font-size: 1.2em;
	border-radius: 10px;
    box-shadow: 0 4px 0 0 #e4e4e4;}
.home .reaction .btn a:hover,
.single .reaction .btn a:hover {
 	background: #e4e4e4;
	box-shadow: none;}
@media only screen and (max-width: 769px) {
	.home .reaction .left,
	.single .reaction .left {
		float: none;
		text-align: center;}
	.home .reaction .right,
	.single .reaction .right {
		float: none;
		text-align: center;}
	.home .reaction h4,
	.single .reaction h4 {
		font-size: 1.2em;}
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec01 :::::: */
.home .sec01 {
	background-color: #77c4d0;
	background-size: cover;
	background-image: url(../img/bg_scroll.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;}
.home .sec01 h2.title {
	color: #FFF;}
.home .sec01 figure {
	text-align: center;
	margin-bottom: 30px;}
.home .sec01 p {
	font-size: 1.1em;
	text-align: center;}
@media only screen and (max-width: 767px) {
	.home .sec01 {
		background-color: #77c4d0;
		background-image: none;}
	.home .sec01 figure {
		margin-bottom: 20px;}
	.home .sec01 p {
		font-size: 1.0em;
		text-align: left;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec12 :::::: */
.home .sec12 {}
.home .sec12 ul {
	padding: 0;
	margin: 0;
	list-style: none;}
.home .sec12 ul li:nth-child(odd) {
	background: #ececec;}
.home .sec12 ul li a {
	display: block;
	padding: 15px 20px;
	padding-right: 50px;
	background: url(../img/ico_arrow01.png) no-repeat right 20px center;
	background-size: 14px auto;}
.home .sec12 ul li a:hover {
	background: url(../img/ico_arrow01-ov.png) no-repeat right 20px center;
	background-size: 14px auto;}
.home .sec12 ul li span.date {
	line-height: 1.2;
	margin-bottom: 5px;
}
.home .sec12 ul li h6 {
	margin: 0;}
@media only screen and (max-width: 767px) {
	.home .sec12 ul li a {
		padding: 10px 15px;
		padding-right: 40px;
		background: url(../img/ico_arrow01.png) no-repeat right 15px center;
		background-size: 14px auto;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec02 :::::: */
.home .sec02 {
	background-color: #ecf5f7;
	background-size: cover;
	background-image: url(../img/bg_scroll.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;}
.home .sec02 figure {
	float: left;
	width: 40%;}
.home .sec02 dl {
	float: right;
	width: 56%;}
.home .sec02 dl dt {
	background: #115fad;
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px;}
.home .sec02 dl dd {
	margin: 0;
	padding: 10px 10px;
	background: #FFF;}
@media only screen and (max-width: 767px) {
	.home .sec02 {
		background-color: #ecf5f7;
		background-image: none;}
	.home .sec02 figure {
		float: none;
		width: auto;
		margin-bottom: 20px;}
	.home .sec02 dl {
		float: none;
		width: auto;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec03 :::::: */
.home .sec03 {
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;}
.home .sec03 ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .sec03 ul li {
	background: #115fad url(../img/ico_disc02.png) no-repeat left 10px top 14px;
	border-radius: 10px;
	padding: 10px;
	padding-left: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;}
.home .sec03 ul li.link {
	background: #c50e35 url(../img/ico_link.png) no-repeat left 10px top 14px;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	padding-left: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;}
.home .sec03 ul li.link .btn {
	padding: 0;}
.home .sec03 ul li.link .box {
	background: #FFF;
	margin: 10px 0;
	border-radius: 10px;
	padding: 20px;}
.home .sec03 ul li.link .box h3 {
	color: #000;
	margin: 25px 0 15px 0;}
.home .sec03 ul li.link .box h3:first-child {
	margin: 0 0 15px 0;}
.home .sec03 ul li.link02 {
	background: #0090e8 url(../img/ico_link.png) no-repeat left 10px top 14px;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	padding-left: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;}
.home .sec03 ul li.link02 .btn {
	padding: 0;}
.home .sec03 ul li.link02 .box {
	background: #FFF;
	margin: 10px 0;
	border-radius: 10px;
	padding: 20px;}
.home .sec03 ul li.link02 .box p {
	color: #000;}
@media only screen and (max-width: 767px) {
	.home .sec03 {
		background-attachment: scroll;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec04 :::::: */
.home .sec04 {
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;}
.home .sec04 ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .sec04 ul li {
	background: #cbae0e url(../img/ico_disc03.png) no-repeat left 10px top 14px;
	border-radius: 10px;
	padding: 10px;
	padding-left: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;}
.home .sec04 ul li strong {
	background: #e40449;
	padding: 2px 5px;}
@media only screen and (max-width: 767px) {
	.home .sec04 {
		background-attachment: scroll;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec05 :::::: */
.home .sec05 {}
.home .sec05 .option {
	padding: 30px 0 0 0;}
.home .sec05 .option .btn {
    display: block;
    position: relative;
    top: 0;
	padding: 15px 0;
	cursor: pointer;
    line-height: 1;
    border-radius: 4px;
    background: #1693d4;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    box-shadow: 0 4px 0 0 #037ab8;}
.home .sec05 .option .btn:hover {
	box-shadow: none;}
.home .sec05 .option .box {
	padding: 20px;}
.home .sec05 .option .box figure {
	text-align: center;
	margin-bottom: 20px;}
.home .sec05 .option .box h3 {
	text-align: center;
	margin: 30px 0 15px 0;}

@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec06 :::::: */
.home .sec06 {
	background-color: #ecf5f7;}
.home .sec06 p {
	text-align: center;}
.home .sec06 iframe {
	border: 2px solid #dedede;
	box-sizing: border-box;
	margin: 20px 0;}
@media only screen and (max-width: 767px) {
	.home .sec06 p img {
		display: block;}
	.home .sec06 iframe {
		display: none;}
}
@media only screen and (max-width: 480px) {
}




/* :::::: sec07 :::::: */
.home .sec07 {
	background-color: #f3eed3;}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec08 :::::: */
.home .sec08 {
	background-color: #e8bcbc;
	background-size: cover;
	background-image: url(../img/bg_scroll.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;}
.home .sec08 p {
	text-align: center;
	margin-bottom: 20px;}
.home .sec08 ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .sec08 ul.tab {}
.home .sec08 ul.tab li {
	float: left;
	box-sizing: border-box;
	text-align: center;
	width: 20%;
	padding: 15px 0;
	cursor: pointer;
	font-weight: bold;
	background: #d5d6d6;
	border-right: 1px solid #FFF;}
.home .sec08 ul.tab li:last-child {
	border-right: none;}
.home .sec08 ul.tab li.select {
	background: #4da4c9;
	color: #FFF;}
.home .sec08 ul.box {}
.home .sec08 ul.box li {
	background: #FFF;
	padding: 30px 50px;}
.home .sec08 ul.box ol {}
.home .sec08 ul.box ol li {
	padding: 10px 0;}
@media only screen and (max-width: 767px) {
	.home .sec08 {
		background-color: #e8bcbc;
		background-image: none;}
	.home .sec08 ul.tab li {
		padding: 10px 0;
		font-size: 0.9em;}
	.home .sec08 ul.box li {
		padding: 0 30px;}
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec09 :::::: */
.home .sec09 {}
.home .sec09 ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .sec09 ul li {
	background: #f7deae url(../img/ico_voice.png) no-repeat left 10px top 14px;
	border-radius: 10px;
	padding: 10px;
	padding-left: 45px;
	font-weight: bold;
	margin: 10px 0;}
.home .sec09 ul li strong {
	background: #e40449;
	padding: 2px 5px;}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec10 :::::: */
.home .sec10 {
	background-color: #ecf5f7;}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}



/* :::::: sec11 :::::: */
.home .sec11 {
	text-align: center;
	background-color: #ffd563;}
.home .sec11 .formbox {
	padding: 35px;
	background: #FFF;}
.home .sec11 .contactbox {
	text-align: center;
	background: #FFF;
	display: inline-block;
	padding: 10px 30px;}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
	.home .sec11 .formbox {
		padding: 15px;}
	.home .sec11 .contactbox {
		padding: 10px 15px;}
}






/* =============================================================================
   記事詳細 スタイル
   ========================================================================== */
#content.single {}
.single {
	padding-top: 70px;}

.single header {
	padding: 20px;
	background: #f0f0f0;}
.single header p.date {
	padding: 0;
	padding-bottom: 10px;}
.single header h1 {
	margin: 0;}






















