@charset "UTF-8";

/********************************
	single
********************************/
#single-contents {
    width: 100%;
    clear: both;
    position: relative;
	background-color: #fff;
}
.page_box_news {
    max-width: 978px;
    margin: 80px auto 0;
    padding: 20px;
    overflow: hidden;
    min-height: 300px;
    border: 1px solid #E8E8E8;
}
.section_news{
	padding-top: 160px;
	width:1200px;
	margin:0 auto;
}
.news_box{
	width: 90%;
    overflow: hidden;
    margin: 0 5%;
}
.news_box .MainNews_date{
	color: #000;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 5px 10px 3px 0;
    width: 88px;
	float:none;
    padding: 3px;
}
.single_title{
    text-align: center;
    font-size: 150%;
    color: #89bfe5;
    font-weight: bold;
}
.single_subttl{
    text-align: center;
    font-size: 90%;
    color: #89bfe5;
    font-weight: bold;
}
.news_contents {
    text-align: left;
    margin-top: 50px;
	min-height: 500px;
}
.news_date{
	font-size: 90%;
}
.news_title{
	margin-top:30px;
	font-size: 130%;
	color: #000000;
	border-bottom: 1px solid;
}
.news_title h3{
	font-size: 25px;
	margin-bottom: 5px;
	
}
.news_text{
    width: 90%;
    margin: 30px auto 60px;
    line-height: 2.0em;
	text-align: left;
}
.news_text img {
	/*width: 100%;*/
}
.single_banner {
	width: 1200px;
	margin:40px auto;
	overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}	


/********************************
	bxslider
********************************/
.single-custom-thumb{
	overflow: hidden;
/*	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
*/
}
.single-custom-thumb img{
	width: 19%;
	height:100px;
	object-fit: cover;
	margin:5px 2.8px 0 0;
}
/********************************
　ページネーション
********************************/
/* スクリーンリーダー限定テキスト： the_post_navigation() 用 */ 
.screen-reader-text { 
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-previous {
  float: left;
  text-align: left;
}
.nav-next {
  float: right; 
  text-align: right;
}
/* リンクが長い場合に重ならないように */
.nav-previous, .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 15px 15px 0 15px;
}
/************************************************************************************************
		　　　レスポンシブ（1023px以下）　ここから
************************************************************************************************/

@media only screen and (max-width: 1024px) {

}

/************************************************************************************************
		　　　レスポンシブ（640px以下） ここから
************************************************************************************************/
@media only screen and (max-width: 641px) {

}