@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 29px;
	line-height: 39px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 25px;
	}
}
.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: 25px;
}
@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{
	padding-left: 1em;
	display: block;
}
.contents01 .contents01_01 .text p:last-child{
	margin-bottom: 0;
}
/*.contents01ここまで*/