@charset "UTF-8";

/*------------------block01---------------------*/
.block01{
	background-color: #85b8dd;
	padding: 161px 0 60px;
}
.block01 .headline{
	background-color: #fff;
	margin-bottom: 85px;
	padding: 4px 0 9px;
}
.block01 h2{
	max-width: 840px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: 700;
	color: #004499;
	line-height: 100%;
}
.block01 .inner{
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
.block01_1{
	margin-bottom: 60px;
	padding: 25px 45px 5px;
	background-color: #bee8f4;
	-moz-border-radius:40px!important;
	-webkit-border-radius:40px!important;
	border-radius:40px!important;
}
.block01_1 h3{
	font-size: 30px;
	font-weight: 400;
	color: #004095;
	line-height: 100%;
	border-bottom: 2px solid #004095;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.block01_1body{
	margin-bottom: 30px;
	position: relative;
}
.block01_1 .photo{
	width: 335px;
	margin-right: 25px;
	float: left;
}
.block01_1 .txt{
	width: 100%;
	position: relative;
}
.block01_1 .txt h4{
	font-size: 25px;
	line-height: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
}
.block01_1 .txt p{
	font-size: 14px;
	line-height: 150%;
	text-align: justify !important;
}




/*----------------------------------------------------*/
@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%;
	text-align: center;
}
.block01 .inner{
	width: 90%;
}
.block01_1{
	margin-bottom: 60px;
	padding: 5% 6% 1%;
	-moz-border-radius:20px!important;
	-webkit-border-radius:20px!important;
	border-radius:20px!important;
}
.block01_1 h3{
	font-size: 4.6vw;
	line-height: 100%;
	border-bottom: 1px solid #004095;
	margin-bottom: 5%;
	padding-bottom: 3%;
}
.block01_1body{
	margin-bottom: 10%;
}
.block01_1 .photo{
	width: 55%;
	margin-right: 5%;
	margin-bottom: 3%;
}
.block01_1 .txt h4{
	font-size: 4.4vw;
	line-height: 140%;
	margin-bottom: 2%;
	padding-top: 0;
}
.block01_1 .txt p{
	font-size: 3.3vw;
	line-height: 150%;
}


}
