@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_pc.webp");}


.news_title{font-size: 1.8em;margin-bottom: 1em;margin-top: 0;position: relative;
    padding-bottom: 0.2em; /* 見出しと下線の間の余白 */}
.news_title::after {
    content: "";
    position: absolute;
    bottom: 0; /* 見出しの下端に配置 */
    left: 0;
    width: 100%;
    height: 4px; /* 下線の太さ */
    background: linear-gradient(to right,
        #2ea5de 0%,          /* 青色の開始位置 */
        #2ea5de 5%,         /* 青色の終了位置 */
        #dadbdb 5%,         /* グレー色の開始位置 */
        #dadbdb 100%         /* グレー色の終了位置 */
    );}
.news_midashi{font-size: 1.6em;border-left:solid 5px #2ea5de;padding-left:0.6em;margin-bottom:1em;margin-top: 2em;}
.wp_img{margin-bottom:1em;}
.news_content p.sec_p{margin-bottom:1em;}
.news_content{margin-bottom:5em;}
.post_contents p{line-height:2em;}

/* ニュース一覧のCSS */
.text{display: inline-block;color: #000000;}
.post_date{color:#009ede;width: 13em; margin-right: 2em;}
.news_item{border-bottom: dotted 1px #666666;line-height: 1.4em;padding-bottom: 1em; margin-bottom: 1em;}
.arrow{
	display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 30px;
}

.arrow::after {
	position: absolute;
	right:1em;
  content: url("../../img/news_more.svg");
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
}

/* ====== ページネーションCSS ====== */
.pagination .page-numbers {
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2rem;
  position: relative;
  display: inline-block;
  border: solid 1px #333;
  padding: 6px 11px 5px;
  margin: 0 6px 5em;
}

.pagination .current {
  color: #fff;
  background-color: #333;
}

.pagination .dots {
  border: none;
  margin: 0 3px;
}

.pagination .prev {
  position: relative;
  padding-left: 23px;
}

.pagination .prev::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(225deg);
  margin: auto;
}

.pagination .next {
  position: relative;
  padding-right: 23px;
}

.pagination .next::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  margin: auto;
}

.pagination a:hover {
  color: #fff;
  background-color: #333;
  transition: .3s;
}

.pagination .prev:hover::after,
.pagination .next:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.page_f-left{float: left;}
.page_f-right{float: right;}
.page_navi{margin: 5em 0 3em;}
.page_navi_lr{font-size: 1.0em;}
.more_btn{width: 40%;display: block;margin: 2em auto;}
@media screen and (max-width:640px) {
	.page_navi{margin: 2em 0 3em;}
	.more_btn{width: 70%;display: block;margin: 2em auto;}
}
.page_f-left{float: left;}
.page_f-right{float: right;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	
.news_title{font-size: 1.2em;margin-bottom: 2em;margin-top: 0;position: relative;
    padding-bottom: 0.4em; /* 見出しと下線の間の余白 */}
.news_title::after {
    content: "";
    position: absolute;
    bottom: 0; /* 見出しの下端に配置 */
    left: 0;
    width: 100%;
    height: 4px; /* 下線の太さ */
    background: linear-gradient(to right,
        #2ea5de 0%,          /* 青色の開始位置 */
        #2ea5de 10%,         /* 青色の終了位置 */
        #dadbdb 10%,         /* グレー色の開始位置 */
        #dadbdb 100%         /* グレー色の終了位置 */
    );}
.news_midashi{font-size: 1.0em;border-left:solid 3px #2ea5de;padding-left:0.6em;margin-bottom:1em;line-height: 1.2em;padding: 0.2em 0 0.3em 0.6em;}

.news_content{margin-bottom:2em;}
	
/* ニュース一覧のCSS */	
.arrow{
  display: block;position: relative;
  color: #000000;
  width:94%;
  padding: 10px 10px;
}
.text{padding-right: 40px;}

}