@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc_02 .eye_img{
	background-image: url(../img/index/eye04.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc_02 .eye_img{
		background-image: url(../img/index/eye04_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 45px 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 29px;
	line-height: 39px;
	margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 23px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 h3 {
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3 {
		font-size: 14px;
		line-height: 24px;
		margin: 0 auto 20px;
	}
}
.contents01 .contents01_01 p{
	font-size: 14px;
	line-height: 24px;
	margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 p{
		font-size: 13px;
		line-height: 23px;
		margin: 23px auto 0;
		text-align: left;
		text-align: justify;
	}
	.contents01 .contents01_01 p:nth-of-type(2){
		text-align: center;
	}
}
.contents01 .contents01_01 p:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 p span{
	font-size: 20px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 p span{
		font-size: 18px;
		line-height: 22px;
	}
}
.contents01 .contents01_01 .btn01{
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 10px 48px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	border: 2px solid #656565;
	text-align: center;
	color: #656565;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .btn01{
		padding: 9px 44px;
		font-size: 10px;
		line-height: 10px;
	}
}
.contents01 .contents01_01 .btn01:hover{
	background-color: #656565;
	color: #ffffff;
	opacity: 1;
}
/*.paginationここまで*/