@charset "utf-8";
.eyecatch_inc .eyecatch_inc_01 .eye_img{
	background-color:#104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 170px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 45px 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 75px;
	color: #006975;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 25px;
	}
}
.contents01 .contents01_01 h2 span{
	font-size: 15px;
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_01 .text p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 40px;
}
.contents01 .contents01_01 .text p:nth-of-type(2){
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 22px;
	}
}
.contents01 .contents01_01 .text p span{
	font-size: 20px;
	line-height: 30px;
	color: #006975;
}
.contents01 .contents01_01 .text ul{
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
}
.contents01 .contents01_01 .text ul li{
	font-size: 15px;
	line-height: 25px;
}
/*.contents01ここまで*/