@charset "UTF-8";

/*------------------block01---------------------*/
.block01{
	background-color: #bbddee;
	padding: 161px 0 10px;
}
.block01 .headline{
	background-color: #fff;
	margin-bottom: 45px;
	padding: 4px 0 9px;
}
.block01 h2{
	max-width: 840px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: 700;
	color: #004499;
	line-height: 100%;
}
.block01_1{
	max-width: 840px;
	margin: 0 auto 40px;
	position: relative;
}
.block01_1 .thumbBox01{
	width: 258px;
	margin: 0 33px 33px 0;
	padding: 15px 15px 20px;
	background-color: #fff;
	border: 1px solid #081583;
	-moz-border-radius:40px!important;
	-webkit-border-radius:40px!important;
	border-radius:40px!important;
	box-shadow: 6px 5px 0px 0px rgba(87,88,89,0.4);
	box-sizing: border-box;
	position: relative;
	float: left;
}
.block01_1 .thumbBox01:nth-child(3n){
	margin: 0 0 33px 0;
}
/*----------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1040px) {
	.block01_1 .thumbBox01{
		margin: 0 20px 33px 0;
	}
}

.block01_1 .thumbBox01 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.block01_1 .thumbBox01:hover{
	opacity: 0.8;
	transition: 0.2s linear;
}
.block01_1 .thumbBox01 .photo{
	margin-bottom: 18px;
	position: relative;
}
.block01_1 .thumbBox01 .photo .spTit01,
.block01_1 .thumbBox01 .photo .spTit02,
.block01_1 .thumbBox01 .photo .spTit03,
.block01_1 .thumbBox01 .photo .spTit04,
.block01_1 .thumbBox01 .photo .spTit05{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 100%;
	position: absolute;
	top: 4px;
#	bottom: 104px;
	left: 0;
}
.block01_1 .thumbBox01 .photo .spTit01 span,
.block01_1 .thumbBox01 .photo .spTit02 span,
.block01_1 .thumbBox01 .photo .spTit03 span,
.block01_1 .thumbBox01 .photo .spTit04 span,
.block01_1 .thumbBox01 .photo .spTit05 span{
	padding: 1px 5px 2px;
}
.spTit01 span{ background-color: #6666ff; }
.spTit02 span{ background-color: #bb3344; }
.spTit03 span{ background-color: #118844; }
.spTit04 span{ background-color: #2266ee; }
.spTit05 span{ background-color: #aa6644; }

.block01_1 .thumbBox01 p{
	font-size: 16px;
	line-height: 135%;
	padding-bottom: 13px;
}
.block01_1 .thumbBox01 dt{
	width: 18px;
	float: left;
}
.block01_1 .thumbBox01 dd{
	font-size: 15px;
	line-height: 100%;
	margin-left: 23px;
}


.block01 .adBox01{
	text-align: center;
	margin-bottom: 65px;
}
.block01 .adBox01 img{
	width: 300px;
	margin: 0 20px;
}


/*------------------contents---------------------*/
.block01_2{
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 150px;
	position: relative;
}
.block01_2 .spTit01,
.block01_2 .spTit02,
.block01_2 .spTit03,
.block01_2 .spTit04,
.block01_2 .spTit05{
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	line-height: 100%;
	margin-bottom: 35px;
}
.block01_2 .spTit01 span,
.block01_2 .spTit02 span,
.block01_2 .spTit03 span,
.block01_2 .spTit04 span,
.block01_2 .spTit05 span{
	padding: 0 15px 2px;
}
.block01_2 h3{
	font-size: 34px;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 85px;
}
.youtube {
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.block02{
	padding: 230px 0 200px;
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-color: #fff;
	position: relative;
}
.block02 .inner{
	max-width: 840px;
	margin: 0 auto;
}
.block02 h4{
	font-size: 23px;
	line-height: 130%;
	margin-bottom: 20px;
}
.block02 p{
	font-size: 23px;
	line-height: 140%;
	padding-bottom: 25px;
}
.block02 a:link,
.block02 a:visited{
	color: #000;
	text-decoration: none;
}
.block02 a:hover{
	color: #004499;
	text-decoration: underline;
}
.block02_1{
	margin-bottom: 45px;
}
.block02 .bgImg{
	width: 170px;
	position: absolute;
	bottom: 25px;
	right: 8%;
	z-index: 0;
}

.block03{
	padding: 150px 0 10px;
	background-image: url(../images/bg_03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-color: #bbddee;
	position: relative;
}
.block03 .inner{
	max-width: 840px;
	margin: 0 auto;
}
.block03 h3{
	font-size: 38px;
	font-weight: 700;
	color: #004499;
	line-height: 100%;
	margin-bottom: 45px;
}
.block03 .adBox02{
	margin-bottom: 90px;
	padding-top: 170px;
}
.block03 .adBox03{
	margin-bottom: 100px;
}


#special2 .block01 .headline{
	margin-bottom: 0;
}
.scMain{
	margin-bottom: 80px;
	text-align:center;
}
#special2 .block01_2{
	margin: 0 auto 0;
	padding-bottom: 75px;
}
#special2 .block01_2 h3{
	margin-bottom: 20px;
}
.block01_2 p{
	font-size: 18px;
	line-height: 160%;
	text-align: justify;
}
.block01_3{
	width: 610px;
	margin: 0 auto 30px;
}
.block01_3 p{
	font-size: 16px;
	font-weight: 100;
	line-height: 160%;
	padding-bottom: 20px;
}
.block01_3 .images{
	margin-bottom: 20px;
}
.block01_4{
	width: 610px;
	margin: 60px auto 110px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #003e8a;
	-moz-border-radius:20px!important;
	-webkit-border-radius:20px!important;
	border-radius:20px!important;
}
.block01_4 h3{
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 100%;
	padding: 8px 0 10px;
	background-color: #003e8a;
	-moz-border-radius:20px 20px 0 0!important;
	-webkit-border-radius:20px 20px 0 0!important;
	border-radius:20px 20px 0 0!important;
}
.block01_4 li{
	font-size: 20px;
	padding: 13px 35px;
	border-top: 1px solid #003e8a;
}
.block01_5{
	width: 610px;
	margin: 0 auto 60px;
}
.block01_5 h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 15px;
}
.block01_5 p{
	font-size: 16px;
	line-height: 140%;
	padding-bottom: 35px;
}
.block01_5 li{
	font-size: 20px;
	margin-bottom: 30px;
}
.block01_5 a:link,
.block01_5 a:visited{
	color: #000;
	text-decoration: none;
}
.block01_5 a:hover{
	color: #004499;
	text-decoration: underline;
}





/*----------------------------------------------------*/
@media only screen and (max-width: 768px) {

/*------------------block01---------------------*/
.block01{
	padding: 8% 0 1px;
}
.block01 .headline{
	margin-bottom: 9%;
	padding: 1% 0 1.5%;
}
.block01 h2{
	width: 90%;
	font-size: 5.8vw;
	line-height: 100%;
}
.block01_1{
	width: 96%;
	margin: 0 auto 5%;
}
.block01_1 .thumbBox01{
	width: 45%;
	margin: 0 2.5% 5%;
	padding: 2% 2% 5%;
	-moz-border-radius:20px!important;
	-webkit-border-radius:20px!important;
	border-radius:20px!important;
	box-shadow: 4px 4px 0px 0px rgba(87,88,89,0.4);
}
.block01_1 .thumbBox01:nth-child(3n){
	margin: 0 2.5% 5%;
}
.block01_1 .thumbBox01 .photo{
	margin-bottom: 10%;
}
.block01_1 .thumbBox01 .photo .spTit01,
.block01_1 .thumbBox01 .photo .spTit02,
.block01_1 .thumbBox01 .photo .spTit03,
.block01_1 .thumbBox01 .photo .spTit04{
	font-size: 3.5vw;
	position: absolute;
#	bottom: 63px;
	top: 4px;
	left: 0;
}
.block01_1 .thumbBox01 p{
	font-size: 3.4vw;
	line-height: 135%;
	padding-bottom: 12%;
}
.block01_1 .thumbBox01 dt{
	width: 13px;
}
.block01_1 .thumbBox01 dd{
	font-size: 3.2vw;
	line-height: 100%;
	margin-left: 18px;
	padding-top: 3px;
}

.block01 .adBox01{
	margin-bottom: 7%;
}
.block01 .adBox01 img{
	width: 50%;
	margin: 0 0 3%;
}



/*------------------contents---------------------*/
.block01_2{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 18%;
	position: relative;
}
.block01_2 .spTit01,
.block01_2 .spTit02,
.block01_2 .spTit03,
.block01_2 .spTit04,
.block01_2 .spTit05{
	font-size: 4.5vw;
	line-height: 100%;
	margin-bottom: 5%;
}
.block01_2 .spTit01 span,
.block01_2 .spTit02 span,
.block01_2 .spTit03 span,
.block01_2 .spTit04 span,
.block01_2 .spTit05 span{
	padding: 0 4% 3px;
}
.block01_2 h3{
	font-size: 4.3vw;
	line-height: 140%;
	margin-bottom: 9%;
}

.block02{
	padding: 25% 0 28%;
	background-image: url(../images/bg_01sp.png);
}
.block02 .inner{
	width: 90%;
}
.block02 h4{
	font-size: 3.6vw;
	line-height: 130%;
	margin-bottom: 2%;
}
.block02 p{
	font-size: 3.6vw;
	line-height: 150%;
	padding-bottom: 5%;
}
.block02_1{
	margin-bottom: 6%;
}
.block02 .bgImg{
	width: 25%;
	position: absolute;
	bottom: 2%;
	right: 5%;
	z-index: 0;
}

.block03{
	padding: 23% 0 14%;
	background-image: url(../images/bg_03sp.png);
}
.block03 .inner{
	width: 100%;
}
.block03 h3{
	font-size: 6.0vw;
	line-height: 100%;
	margin-bottom: 8%;
	margin-left: 5%;
}
.block03 .adBox02{
	width: 90%;
	margin: 0 auto 13%;
	padding-top: 10%;
}
.block03 .adBox03{
	width: 90%;
	margin: 0 auto;
}

.scMain{
	margin-bottom: 9%;
}
#special2 .block01_2{
	margin: 0 auto 0;
	padding-bottom: 9%;
}
#special2 .block01_2 h3{
	margin-bottom: 2%;
}
.block01_2 p{
	font-size: 3.6vw;
	line-height: 160%;
}
.block01_3{
	width: 90%;
	margin: 0 auto 5%;
}
.block01_3 p{
	font-size: 3.6vw;
	line-height: 160%;
	padding-bottom: 5%;
}
.block01_3 .images{
	margin-bottom: 5%;
}
.block01_4{
	width: 90%;
	margin: 8% auto 12%;
	padding-bottom: 1%;
	border: 2px solid #003e8a;
	-moz-border-radius:15px!important;
	-webkit-border-radius:15px!important;
	border-radius:15px!important;
}
.block01_4 h3{
	font-size: 5.0vw;
	line-height: 140%;
	padding: 2% 0 2.5%;
	-moz-border-radius:12px 12px 0 0!important;
	-webkit-border-radius:12px 12px 0 0!important;
	border-radius:12px 12px 0 0!important;
}
.block01_4 li{
	font-size: 4.0vw;
	line-height: 140%;
	padding: 2.5% 6%;
	border-top: 2px solid #003e8a;
}
.block01_5{
	width: 90%;
	margin: 0 auto 20%;
}
.block01_5 h3{
	font-size: 4.4vw;
	line-height: 100%;
	margin-bottom: 4%;
}
.block01_5 p{
	font-size: 3.6vw;
	line-height: 140%;
	padding-bottom: 6%;
}
.block01_5 li{
	font-size: 3.8vw;
	margin-bottom: 3%;
}

ul {
	list-style: none;
	padding-left: 0px;
}

.policy_ul {
	list-style: disc;
	padding-left: 40px;
}



}


