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

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 80.0rem;
	height: auto;
	padding: 13.0rem 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: 35.3rem;
		padding: 8.5rem 0;
	}
}
.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: 2.1rem 0 2.3rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	border-bottom: .1rem solid #DDDDDD;
	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: 1.6rem 0 1.5rem;
		font-size: 1.5rem;
		line-height: 2.5rem;
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
	padding-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: 12.7rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
		width: auto;
		margin: 0 0 .5rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.5rem;
	display: inline;
}
.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: 1.5rem;
	line-height: 2.5rem;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: inline;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02 > a:hover{
	opacity: 1;
	text-decoration-color: #222222;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 8.6rem 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: 4.6rem 0 0;
	}
}
/*.contents01ここまで*/