@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding: 50px 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding: 45px 0;
	}
}
.contents01 .contents01_01{
	width: 960px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 500px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 200px;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	flex-shrink: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .img{
	width: 100%;
	height: 250px;
	margin: 0;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .img{
		height: 100px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .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 .contents01_01_02{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	margin: 0 auto 35px;
	border-bottom: 2px solid #E8993A;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
	}
}
.contents01 .contents01_01 .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 .contents01_01_02 .contents01_01_02_01 a{
	width: auto;
	height: auto;
	padding: 0 5px 2px;
	margin: 0 10px 10px 0;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	background-color: #104EA3;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_02 p{
	margin: 0 auto 5px;
	font-size: 16px;
	line-height: 22px;
}
.contents01 .contents01_01 .contents01_01_02 h2{
	font-size: 26px;
	line-height: 32px;
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
	}
}
/*.contents01ここまで*/

.contents01 .contents01_01 .contents01_01_04{
	width: auto;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_04{
		width: 100%;
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03{
	width: 90px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01,
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03{
		width: 70px;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02{
	width: 130px;
	height: auto;
	margin: 0 20px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02{
		width: 120px;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_01 a,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_02 a,
.contents01 .contents01_01 .contents01_01_04 .contents01_01_04_03 a{
	box-sizing: border-box;
	width: 100%;
	height: 37px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	background-color: #E8993A;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*singlepaginationここまで*/