@charset "utf-8";

/*大澤----------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}
/*.pageTitle{
  font-size: 3.3rem;
	color: #000;
}
.pageTitle::before{
	content: '';
  width: 110px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px)
}
.pageTitle span{
	font-size: 2.7rem;
}*/

.news{
    /* margin-top: 73px; */
    margin-top: 120px;
  margin-bottom: 115px;
	margin-left: auto;
  margin-right: auto;
	max-width: 928px;
}
.news_list{
  position: relative;
	margin: 0 auto;
	max-width: 928px;
}
.news_list li{
	text-align: left;
	/* width: 928px; */
	margin:0 auto 29px auto;
	padding: 0px 0;
	border: 1px solid #000;
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list li a{
	display:block;
	color: #000;
	padding: 30px 0;
}
.news_list_item{
			margin: auto 59px;
}
.news_title{
	font-size: 20px;
	font-weight: 100;
	line-height: 27px;
}
.data{
	position: relative;
	font-size: 12px;
	margin-top: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}
.data::before{
	position: relative;
	content: '';
	width: 60px;
	height: 2px;
	top:-7px;
	display: inline-block;
	background-color: #000;
	position: absolute;
}
/*Pagenationページネーション-------------------------------------------------------------*/
.Pagenation{
	display: flex;
	justify-content: center;
	text-decoration: none;
	list-style: none;
	margin: 72px 0;
	padding: 0;
}
.Pagenation_item{
	text-decoration: none;
	margin-left: 15px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	/* padding: 5px 0px; */
	text-align: center;
}
.Pagenation_item:first-child {
	margin-left: 0px;
}
.Pagenation_item .Pagenation_links {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #707070;
	font-family: 'Noto Serif JP', serif;
}
.Pagenation_item .Pagenation_links.current{
	color: #fff;
	background-color: #000;
}

.wp-pagenavi{
	text-decoration: none;
	list-style: none;
	margin: 72px 0;
	padding: 0;
}

.wp-pagenavi .current{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	border: 1px solid #707070;
	margin-left: 15px;
}

.wp-pagenavi a.page{
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #707070;
	margin-left: 15px;
}

.wp-pagenavi a.larger,
.wp-pagenavi a.smaller{
    font-size: inherit;
}

.wp-pagenavi:first-child {
	margin-left: 0px;
}


/*news_detial--------------------------------------------------------------------------------------------------*/
.news_item{
	text-align: left;
	/* max-width: 928px; */
	margin:0 auto 0 auto;
	padding: 53px 0 75px 0;
	border: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.news_item img{
	max-width: 100%;
}
.news_item_set{
	max-width: 810px;
	margin: 0 auto;
}
.news_title_detial{
	font-size: 23px;
	font-weight: 100;
	line-height: 1.5;
}
.news_detial{
	margin-top: 33px;
}
.news_detial p{
	font-size: 16px;
	line-height: 2;
}
/*news_links_btn--一覧ボタン---------------------------------------------------------------------------------------*/
.news .news_links_btn{
	display: block;
	margin-top: -35px;
	margin-bottom: 10px;
	padding: 1px;
	width: 100px;
	color: #000;
	border: solid 1px #4B4B4BDD;
	text-decoration: none;
}
.news_links_btn.news_links_btn_under{
	margin-top: 10px;
	margin-bottom: 0px;
}

/*20221216-nino追記
new詳細の中身に適用*/
.news_detial h2{
	text-align:start;
}
.news_detial h2::after{
	display:none;
}
.news_detial h1,
.news_detial h2,
.news_detial h3,
.news_detial h4,
.news_detial h5,
.news_detial h6{
	line-height:1.4em;
	font-weight:bold;
	margin:1em 0;
}
.news_detial h1{
	font-size: 32px;
}
.news_detial h2{
	font-size: 24px;
}
.news_detial h3{
	font-size: 19px;
}
.news_detial h4{
	font-size: 16px;
}
.news_detial h5,
.news_detial h6{
	font-size: 14px;
}



/*responsive----------------------------------------------------------------------------*/
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	.page{
		width:calc(100% - 20px);
		max-width: 928px;
		margin: 0 auto;
	}
	.news{
		margin-top: 100px;
	}
	.new_inner{
		width: calc(100% - 20px);
		margin:0 auto;
	}
	.news_list{
		position: relative;
		margin: 0 auto;
		max-width: 928px;
	}
	.news_list li{
		text-align: left;
		margin:0 auto 15px auto;
		padding: 0px 0;
		border: 1px solid #000;
	}
	.news_list li:last-child{
		margin-bottom: 0;
	}
	.news_list li a{
		display:block;
		color: #000;
		padding: 30px 0;
	}
	.news_list_item{
		margin: 0 auto;
    width: calc(100% - 40px);
	}
	.news_title{
		font-size: 18px;
	}
	/* .data{
		position: relative;
		font-size: 12px;
		margin-top: 24px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.data::before{
		position: relative;
		content: '';
		width: 60px;
		height: 2px;
		top:-7px;
		display: inline-block;
		background-color: #000;
		position: absolute;
	} */
	
	/*news_detial---------------------------------------------------------------------------------------*/
	.news_item{
		text-align: left;
		margin:0 auto 0 auto;
		padding: 53px 0 75px 0;
		border: 3px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.news_item_set{
		margin: 0 auto;
    width: calc(100% - 40px);
	}
	.news_title_detial{
		font-size: 23px;
		font-weight: 100;
		line-height: 1.5;
	}
	.news_detial{
		margin-top: 33px;
	}
	.news_detial p{
		font-size: 16px;
		line-height: 2;
	}




} /* /@media */

@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/




} /* /@media */


/*新着情報 投稿エディタ調整---------------------------------------------------------------------------------------*/
.blog-detail__body .wp-block-image{
	margin-left: 0;
	margin-right: 0;
}

.blog-detail__body .wp-block-image img{
	max-width: 100%;
	height: auto;
}

.blog-detail__body .wp-block-table{
	margin-left: 0;
	margin-right: 0;
}

.blog-detail__body .wp-block-table table{
	max-width: 100%;
	border-collapse: collapse;
}

.blog-detail__body .wp-block-table th,
.blog-detail__body .wp-block-table td{
	border: 1px solid #000;
	padding: 0.3em 0.5em;
}

@media only screen and (max-width: 767px) {
	.blog-detail__body .wp-block-table table{
		overflow-x: scroll; /* 横スクロール処理 */
    	white-space:nowrap;/* 自動改行させない */
    	display: block;
	}

	.blog-detail__body .wp-block-table table:before{
		content: '※スマートフォンでご覧になる際は、以下の表を横スクロールしてください。';
		white-space: pre-wrap;
		font-size: 12px;
	}
}




