@charset "utf-8";
main{
	margin-top: 123px;
}
@media only screen and (max-width: 767px) {
	main{
	margin-top: 70px;
}
}
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
.pan{
	margin-top: 123px;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 0 0 100px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 56px;
	letter-spacing: 0.03em;
	margin-bottom: 74px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 43px;
	}
}
.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #707070;
	text-align: left;
	margin-bottom: 35px;
	padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 20px;
		margin-bottom: 24px;
	}
}
.contents01 .contents01_01 h3 span{
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.03em;
	margin-left: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3 span{
		font-size: 14px;
		margin-left: 25px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.contents01 .contents01_01 .text:first-of-type{
	margin-top: 0;
}
.contents01 .contents01_01 .text p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin-top: 34px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		margin-top: 24px;
	}
}

/*.contents01ここまで*/