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

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 850px;
	height: auto;
	padding: 55px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	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 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #989898;
	display: block;
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 42px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		margin: 30px 0 0;
	}
}
.contents01 .contents01_01 > .link01{
	width: auto;
	height: auto;
	margin: 70px auto 0;
	font-size: 15px;
	line-height: 25px;
	color: #04122F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .link01{
		margin: 28px auto 0;
	}
}
.contents01 .contents01_01 > .link01::after{
	content: '';
	width: 21px;
	height: 21px;
	margin: 0 0 0 10px;
	background-color: #002A9D;
	background-image: url(../img/single_news/contents01/item01.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: center left 8px;
	border-radius: 50%;
	display: block;
}
/*.contents01ここまで*/