@charset "utf-8";
body{

}
@media only screen and (min-width: 760px) {
.eye_inn .eye_bg{
	width: 100vw;
	min-width: 1104px;
	height: 235px;
	background-image: url(../img/single/eye_single.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}


/*サービス　レイアウト1*/
.news{
	width: 1024px;
	height: auto;
	display: block;
	margin: -100px auto 0;
	font-size: 0;
	padding-top: 150px;

}
.event{
	margin-top: -20px;
}
.news .news_inner{
	width: 100%;
	height: auto;
	margin-top: 45px;
	display: block;
	overflow: hidden;
}
.news .news_inner article{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.news .news_inner article .eye{
	width: 261px;
	height: auto;
	display: block;
	margin: 0 0 30px;
}
.news .news_inner article .eye img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news .news_inner article .date{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 5px;
}
.news .news_inner article h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 auto 30px;
}
.news .news_inner article .content{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news .news_inner article .content p{
	font-size: 15px;
	line-height: 25px;
	margin: 0 auto 15px;
}
.news .news_inner article .content p img{
	display: block;
	margin: 10px 0;
}
.news .news_inner article .content p:last-child{
	margin: 0 auto;
}
.news .news_inner #single_nav{
	width: 258px;
	height: auto;
	margin: 100px auto 0;
	color: #00318E;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .news_inner #single_nav a{
	color: #00318E;
}
.news .news_inner #single_nav .post_previous{
	width: calc(100% / 3);
	text-align: left;
}
.news .news_inner #single_nav .to_archive{
	width: calc(100% / 3);
	text-align: center;
}
.news .news_inner #single_nav .post_next{
	width: calc(100% / 3);
	text-align: right;
}

}








/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 759px) {
.eye_inn .eye_bg{
	width: 100%;
	height: 235px;
	background-image: url(../img/news/eye_news_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/*サービス　レイアウト1*/
.news{
	width: 90%;
	height: auto;
	display: block;
	margin: 40px auto 0;
	font-size: 0;
	overflow: hidden;

}
.news .news_inner{
	width: 100%;
	height: auto;
	margin-top: 28px;
	display: block;
	overflow: hidden;
}
.news .news_inner article{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}
.news .news_inner article .eye{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 30px;
}
.news .news_inner article .eye img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news .news_inner article .date{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 5px;
}
.news .news_inner article h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 auto 30px;
}
.news .news_inner article .content{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.news .news_inner article .content p{
	font-size: 15px;
	line-height: 25px;
	margin: 0 auto 15px;
}
.news .news_inner article .content p img{
	display: block;
}
.news .news_inner article .content p:last-child{
	margin: 0 auto;
}
.news .news_inner #single_nav{
	width: 250px;
	height: auto;
	margin: 140px auto 0;
	color: #00318E;
	font-size: 15px;
	font-weight: 800;
	line-height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .news_inner #single_nav a{
	color: #00318E;
}
.news .news_inner #single_nav .post_previous{
	width: calc(100% / 3);
	text-align: left;
}
.news .news_inner #single_nav .to_archive{
	width: calc(100% / 3);
	text-align: center;
}
.news .news_inner #single_nav .post_next{
	width: calc(100% / 3);
	text-align: right;
}




}