@charset "UTF-8";

/* ============================================================ */
/* news.css */
/* ============================================================ */

/*　NEWS一覧　*/
.page.news{
  background: url("/assets/img/bg01.png") no-repeat center 100px;
  background-color: #f8f4f1;
}
.page.news .wrap {
  padding: 0 0 100px;
}
.page.news-page .wrap {
  padding: 0;
}
.page.news main .inner {
  max-width: 600px;
  width: 100%;
  padding: 0 0 40px;
}
.page.news-page main .inner{
  padding: 0 0 100px;
}
.news-top-section#archive-list{
  background: #fff;
  padding:60px 0;
}
.news-top-section h2{
  font-size: 6.0rem;
  color: #00516c;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.news-top-section#archive-list h2 {
  font-size: 6rem;
}
.news-top-section .inner{
    padding: 60px 0;
}
.news-top-section#archive-list .inner{
  background: #fff;
  padding:0;
}
.news-top-section .news-box{
  margin: 20px 0 0 auto;
  margin-top: 50px;
}
.news-top-section .news-block {
  display: flex;
  justify-content: flex-start;
  gap: 20px; 
  border-bottom: 1px solid #9fa0a0;
  padding-bottom: 30px;
}
.news-top-section .news-block .news-block-inner{
  flex: 1;
}
.news-top-section .news-block .news-top-img{
	width: 18rem;
  display: flex;
	align-items: end;
}
.news-top-section .news-block .news-top-img img{
	width: 100%;
	height: auto;
}

.news-block .news-head,
.news-detail .news-detail-head{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.0rem;
  padding: 30px 0 0 0;
}
.news-detail .news-detail-head div{
  width: 100%;
  color: #00516c;
}
.news-detail .news-detail-head div span{
  font-size:1.8rem;
}

.news-block .news-head .news-date,
.news-detail .news-detail-head .news-date{
	font-weight: bold;
}

.news-top-section .news-box time,
.news-detail .news-detail-head time{
    color: #000;
    font-weight: bold;
    padding: 0 15px 0 0;
    position: relative;
}
.news-top-section .news-box .news-list .news-list-date{
    padding: 15px 15px 15px 0;
}

.news-top-section .news-box time:before,
.news-detail .news-detail-head time:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    border-left: 1px solid #000;
}
.news-top-section .news-box .news-category,
.news-detail .news-detail-head .news-category{
    padding: 0 0 0 10px;
  font-weight:bold;
}
.news-top-section .news-box .news-content{
    color: #330000;
    font-size: 1.6rem;
}
.news-top-section .news-box .news-content .news-subject{
    font-size: 1.8rem;
}
.news-top-section .news-box p + p{
    margin-top: 20px;
}
.news-top-section .news-box .news-content .btn-more {
  margin-top: 20px;
  display: block;
  width: fit-content;
  height: auto;
}
.news-top-section .news-box .news-list a{
    padding: 15px 10px;
}

/*pager*/
.pager {
    clear: both;
    margin: 5.0rem 0;
    text-align: center;
}
.pager span.invalid {
    color: #fff;
    background: none;
    border: none;
}
.pager span{
  margin: 0.5rem;
  padding: 0.4rem 1.0rem;
  color: #000;
  border-radius: 100%;
}
.pager a{
  color: #000;
}

.pager span.current {
    color: #fff;
    background: #000;
}
.pager span.ellipsis {
    color: #000;
    background: none;
}

/*　NEWS詳細　*/
.news-detail-section h2{
  font-size: 3.2rem;
  color: #00516c;
  line-height: 1.3;
  letter-spacing: 0.05em;
  max-width: 600px;
  margin: 0 auto 60px;
  font-weight: bold;
}
.news-detail .news-detail-head time,
.news-detail .news-detail-head .news-category{
    color: #00516c;
}

.news-detail-content .contentbox .sub-image{
  margin-bottom: 20px;
}
.news-detail-content .contentbox .sub-image img,
.news-detail-content .main-visual img{
  width: 100%;
}
.news-detail-content .contentbox b{
    font-weight:bold;
      color:#330000;
      font-size:1.8rem;
    }
.news-detail-content .contentbox .contenttext{
  margin-bottom: 40px;
}
.news-detail .btn03{
  background: #00516c;
  color: #fff;
  display: block;
  width: 200px;
  padding: 20px 60px 20px 20px;
  position: relative;
}
.news-detail .btn03::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
  border-left-color: #00516c;
}
.news-detail .btn03::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}

/* ============================================================ */
/* SP / max-width: 768px */
/* ============================================================ */

@media screen and (min-width: 0px) and (max-width: 1024px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /* 本文（見出し・記事・ページャー）の左右に余白を付ける */
    .page.news .news-top-section{
        padding-left: 5%;
        padding-right: 5%;
    }
    /* NEWS詳細（記事タイトル・本文）の左右に余白を付ける */
    .page.news-page .news-detail-section{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
}

@media (max-width: 480px) {
}
@media (max-width: 320px) {

}

