@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0;
		display: block;
	}
}
.contents01 .contents01_01 ul{
	width: calc(100% - 200px);
	height: auto;
	margin: 0 auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul{
		width: 100%;
	}
}
.contents01 .contents01_01 ul li{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.contents01 .contents01_01 ul li:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 ul li .contents01_01_01{
	width: 200px;
	height: auto;
	margin: 0 10px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .contents01_01_01{
		width: 140px;
	}
}
.contents01 .contents01_01 ul li .contents01_01_01 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 ul li .contents01_01_01 a img{
	width: 100%;
	height: auto;
	margin: 0;
	flex-shrink: 0;
	display: block;
}
.contents01 .contents01_01 ul li .contents01_01_01 a .img{
	width: 100%;
	height: 100px;
	margin: 0;
	background-color: #dddddd;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .contents01_01_01 a .img{
		height: 70px;
	}
}
.contents01 .contents01_01 ul li .contents01_01_01 a .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 ul li .contents01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_01 a{
	width: auto;
	height: auto;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	background-color: #104EA3;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_02 p{
	margin: 0;
	font-size: 13px;
	line-height: 19px;
	display: inline-block;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_02 p a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	word-break: break-all;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_02 h2{
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	display: inline-block;
}
.contents01 .contents01_01 ul li .contents01_01_02 .contents01_01_02_02 h2 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	word-break: break-all;
}
.contents01 .contents01_01 aside{
	width: 170px;
	height: auto;
	margin: 0 0 0 30px;
	display: block;
	border-bottom: 1px solid #D9D9D9;
}
.contents01 .contents01_01 aside p{
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background-color: #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 aside ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 aside ul li{
	width: 100%;
	height: auto;
	margin: 0;
	border-top: 1px dashed #D9D9D9;
	display: block;
}
.contents01 .contents01_01 aside ul li:nth-of-type(1){
	border-top: 0;
}
.contents01 .contents01_01 aside ul li a{
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/*.contents01ここまで*/