@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .eye_img{
	background-image: url(../img/support_form/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short{
		background-image: url(../img/support_form/eye01_sp.jpg);
	}
}
iframe {
	position: static;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 62px 0 100px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		display: block;
		padding: 34px 0 50px;
	}
}


.contents01 .contents01_01 .contents01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 {
		width: 100%;
		height: auto;
		margin: 0 auto 26px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F4F4F4;
}
.contents01 .contents01_01 .contents01_01_01 ul li {
	width: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li{
		width: 33.333%;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(1) {
	border: none;
}
.contents01 .contents01_01 .contents01_01_01 ul li a {
	width: 100%;
	height: 66px;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #625F5F;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a {
		width: 100%;
		height: 58px;
		font-size: 12px;
		line-height: 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover {
	background-color: #020A43;
	color: #fff;
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 ul li .active {
	pointer-events: none;
	background-color: #020A43;
	color: #fff;
}



.contents01 .contents01_01 .contents01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
	}
}

.contents01 .contents01_01 .contents01_01_02 .text01 {
	display: block;
	margin-bottom: 58px;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #262261;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .text01 {
		margin-bottom: 22px;
		font-size: 15px;
		line-height: 27px;
	}
}
/*.contents01ここまで*/