@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 h2{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: calc((75/1000)*1em);
}
.contents01 .contents01_01 h2 span{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((75/1000)*1em);
}
.contents01 .contents01_01 .contents01_01_01{
	width: 880px;
	height: auto;
	margin: 50px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		height: auto;
		margin: 50px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #D9DDE3;
}
.contents01 .contents01_01 .contents01_01_01 ul li a{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 20px 0;
	}
	.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(1) a{
		padding-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a .text01{
	width: 110px;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	color: #7E8286;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a .text01{
		width: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a .text02{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	transition: all .8s;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a .text02{
		margin-top: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .text02{
	color: #0E67B5;
	transition: all .8s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a .text02::after{
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left:0;
	transition: all .8s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .text02{
	color: #0E67B5;
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .text02::after{
	background-color: #0E67B5;
}
/*.contents01ここまで*/










