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

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 850px;
	height: auto;
	padding: 40px 0 120px;
	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;
		padding: 35px 0 70px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	padding: 27px 22px;
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		padding: 27px 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
	border-top: 1px solid #D8D8D8;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: 109px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
		width: 116px;
		padding: 0 0 0 7px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #989898;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02 > a{
		font-size: 15px;
		line-height: 22px;
	}
}

.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 30px 0 0;
	}
}
/*.contents01ここまで*/