@charset "utf-8";
@media only screen and (min-width: 600px) {

/*=================================
アイキャッチここから
=================================*/
.eye{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.eye img{
	width: 104px;
	height: auto;
	margin: 50px auto 0;
	display: block;
}
.eye h2{
	text-align: center;
	margin-top: 35px;
	font-size: 17px;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: 1px;
	margin-bottom: 70px;
}

/*=================================
mainここから
=================================*/
main{
	height: auto;
	overflow: hidden;
}
.news_bg{
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 85px;
	overflow: hidden;
}
main .news{
	float: left;
	width: 775px;
	height: auto;
}
main .news a.news_box{
	width: auto;
	height: auto;
	display: block;
	margin-top: 70px;
	overflow: hidden;
	position: relative;
}
main .news a.news_box:first-child{
	margin-top: 0;
}
main .news a.news_box img{
	width: 215px;
	height: 150px;
	float: left;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
main .news a.news_box div.text_area{
	width: 500px;
	height: auto;
	float: right;
	margin-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
main .news a.news_box div.text_area h2{
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	margin-top: 10px;
}
main .news a.news_box div.text_area p.text{
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 15px;
	color: #666666;
}
main .news a.news_box div.text_area p.more{
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	background-color: #333333;
	padding: 8px 25px;
	position: absolute;
	bottom: 0;
	right: 30px;
}

/*ページナビここから*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 120px 0 10px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF;
	background-color:#000;
	border-color:#fff;
	}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333333;
	border-color: #fff;
	font-weight: bold;
	}

div.wp-pagenavi span{
	border: none;
}

div.wp-pagenavi a{
	border: none;
}




}



































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

@media only screen and (max-width: 599px) {
.sp_none{
	display: none!important;
}
body{
	min-width: 100%;
	background-color: #fff;
}

/*=================================
アイキャッチここから
=================================*/
.eye{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.eye img{
	width: auto;
	height: 45px;
	margin: 25px auto 0;
	display: block;
}
.eye h2{
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	margin: 8px 0 40px 0;
}

/*=================================
mainここから
=================================*/
main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
main .news{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
main .news a.news_box{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 35px;
	overflow: hidden;
}
main .news a.news_box:first-child{
	margin-top: 0;
}
main .news a.news_box img{
	width: 45%;
	height: auto;
	float: left;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
main .news a.news_box div.text_area{
	width: 50%;
	height: auto;
	float: right;
	overflow: hidden;
}
main .news a.news_box div.text_area h2{
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	word-wrap: break-word;
}
main .news a.news_box div.text_area p.text{
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	margin-top: 5px;
	color: #666666;
}
main .news a.news_box div.text_area p.more{
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	background-color: #333333;
	padding: 4% 5%;
	margin-top: 15px;
	float: right;
}

/*ページナビここから*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 80px 0 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF;
	background-color:#000;
	border-color:#fff;
	}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333333;
	border-color: #fff;
	font-weight: bold;
	}

div.wp-pagenavi span{
	border: none;
}

div.wp-pagenavi a{
	border: none;
}












}

