@charset "utf-8";
.eyecatch_inc .eyecatch_inc_01 .eye_img{
	background-color:#104EA3;
}
main{
	margin-top: 74px;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding-bottom: 100px;
	}	
}
.contents01 .contents01_01{
	box-sizing: border-box;
	width: 980px;
	height: 100%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	margin: 0 auto 35px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 25px;
		line-height: 35px;
		margin: 0 auto 25px;
	}
}
@media only screen and (max-width: 320px) {
	.contents01 .contents01_01 h2{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text{
		margin-bottom: 22px;
	}
}
.contents01 .contents01_01 .text p{
	font-size: 15px;
	line-height: 25px;
	margin: 0 auto 15px;
}
.contents01 .contents01_01 .text .tel{
	text-align: center;
}
.contents01 .contents01_01 .text .tel span{
	font-size: 20px;
	line-height: 30px;
}
.contents01 .contents01_01 .text .tel a{
	font-size: 20px;
	line-height: 30px;
}
.contents01 .contents01_01 .button01{
	width: 335px;
	height: 50px;
	border: 1px solid #006975;
	color: #006975;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .button01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .button01:hover{
	background-color: #006975;
	color: #ffffff;
	opacity: 1;
}
.contents01 .contents01_01 .button01::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 1px solid #006975;
	border-right: 1px solid #006975;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
.contents01 .contents01_01 .button01:hover::after{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transition: all .5s;
}
.contents01 .contents01_01 .button01 span{
	font-size: 15px;
	line-height: 25px;
	margin-right: 10px;
	display: block;
}
/*.contents01ここまで*/