@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 750px;
	height: auto;
	min-height: calc(100vh - 415px);
	padding: 40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		min-height: calc(100vh - 460px);
		padding: 20px 0 50px;
	}
}

.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
	}
}
.contents01 .contents01_01 .contents01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0 auto 5px;
	font-size: 14px;
	line-height: 22px;
	color: #7E8286;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: -10px 0 10px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .link01{
	width: auto;
	height: auto;
	padding: 0 5px;
	margin: 10px 10px 0 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 .contents01_01_02 > .text02{
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 > .text02{
		font-size: 22px;
		line-height: 35px;
	}
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
	}
}
.contents01 .contents01_01 .contents01_01_03 img{
	margin-bottom: 20px;
}
.contents01 .contents01_01 .back{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0;
}
.contents01 .contents01_01 .back .text03{
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
}
.contents01 .contents01_01 .back img{
	width: 9px;
	height: auto;
	display: block;
}

/*.contents01ここまで*/