@charset "utf-8";
.eyecatch_inc.short{
	background-image: url(../img/archives/eye01.png);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/archives/eye01_sp.png);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	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: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 66px 0 60px;
	margin: 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		padding: 36px 0 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 51px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		margin: 0 0 28px;
		font-size: 20px;
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul{
	width: 797px;
	height: auto;
	margin: 0 0 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > ul{
		width: 260px;
		margin: 0 0 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul li{
	width: 100%;
	height: auto;
	padding: 36px 0;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > ul li{
		padding: 17px 0;
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul li:nth-of-type(1){
	padding-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > ul li > .text01{
	width: 100px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > ul li > .text01{
		width: auto;
		margin: 0 0 7px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul li > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > ul li > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > ul li > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > ul li > .text02 > a{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul li > .text02 > a:hover{
	opacity: 1;
	text-decoration-color: #272727;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/*.contents01ここまで*/