@charset "UTF-8";
#news_mainText, #newsUpdate, .list_update {
  font-size: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #news_mainText, #newsUpdate, .list_update {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_mainText, #newsUpdate, .list_update {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #news_mainText, #newsUpdate, .list_update {
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #news_mainText, #newsUpdate, .list_update {
    font-size: 2.916vw;
  }
}

#btnBack a, #newsTitle, .list_news_title {
  font-size: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #btnBack a, #newsTitle, .list_news_title {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #btnBack a, #newsTitle, .list_news_title {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #btnBack a, #newsTitle, .list_news_title {
    font-size: clamp(16px, 2.343vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  #btnBack a, #newsTitle, .list_news_title {
    font-size: 3.333vw;
  }
}

/* ===================================================================
お知らせ：共通
=====================================================================*/
/* -------------------------------------------------- */
section#news.section_basic {
  padding-bottom: 0;
}
section#news .contents_basic {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section#news .contents_basic {
    padding-bottom: 12%;
  }
}

/* ===================================================================
お知らせ：一覧ページ
=====================================================================*/
ul#newsList {
  list-style-type: none;
  width: 90%;
  max-width: 1000px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(1, 111, 184, 0.1);
          box-shadow: 0 0 20px rgba(1, 111, 184, 0.1);
  margin: 0 auto 60px;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  ul#newsList {
    padding: 1.5rem 0 3rem;
    margin-bottom: 9%;
  }
}
ul#newsList li {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ul#newsList li {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
ul#newsList li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
dl.news_listBody {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  dl.news_listBody {
    display: block;
  }
}
dl.news_listBody dt, dl.news_listBody dd {
  height: auto;
}
dl.news_listBody dt {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  dl.news_listBody dt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
dl.news_listBody dd {
  width: calc(100% - 9rem);
}
@media screen and (max-width: 768px) {
  dl.news_listBody dd {
    width: 100%;
  }
}

/* -------------------------------------------------- */
.list_update {
  font-weight: 400;
  font-family: "Cochin", "NotoSerif", serif !important;
  line-height: 180%;
  padding: 0.2rem 0.6rem;
  background: #78C153;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.list_news_title {
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 180%;
  padding: 0.1rem 0;
}
.list_news_title:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url("../images/common/btn_arrow_bk.png");
  width: 1rem;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.list_news_title a {
  text-decoration: none;
  color: #333;
  display: block;
  padding-right: 2rem;
}
.list_news_title a:hover {
  color: #B82921;
}
.list_news_title:hover:after {
  right: 0rem;
  background-image: url("../images/common/btn_arrow_rd.png");
}

/*
ページャ−
/* -------------------------------------------------- */
section#News .wp-pagenavi a, section#News .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #333;
  padding: 3px 5px;
  margin: 2px;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  section#News .wp-pagenavi a, section#News .wp-pagenavi span {
    height: 45px !important;
  }
}
section#News .wp-pagenavi a {
  background: #fff !important;
}
section#News .wp-pagenavi a:hover {
  font-weight: 600;
  background-color: #78C153 !important;
  border: none;
  color: #fff;
  border-color: #fff !important;
}
section#News .wp-pagenavi span.current {
  font-weight: 600;
  background-color: #78C153;
  border: none;
  width: 45px;
  height: 45px;
  border-color: #fff !important;
  color: #fff !important;
}
section#News .wp-pagenavi .previouspostslink, section#News .wp-pagenavi .nextpostslink {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  background: none !important;
  color: #333;
}
section#News .wp-pagenavi .previouspostslink:hover, section#News .wp-pagenavi .nextpostslink:hover {
  opacity: 0.75;
  border: none;
  background-color: #fff;
  border-radius: 0;
  background: transparent !important;
}

/* ===================================================================
お知らせ：詳細ページ
=====================================================================*/
section#newsDetail .one_period {
  background: #fff;
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(1, 111, 184, 0.1);
          box-shadow: 0 0 20px rgba(1, 111, 184, 0.1);
  margin: 0 auto 60px;
  padding: 45px 0;
}

/* -------------------------------------------------- */
dl#news_detailBody {
  width: 88%;
  height: auto;
  margin: 0 auto;
}
dl#news_detailBody dt, dl#news_detailBody dd {
  height: auto;
}
dl#news_detailBody dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  dl#news_detailBody dt {
    margin-bottom: 6%;
  }
}
dl#news_detailBody dd {
  width: 100%;
}

/* -------------------------------------------------- */
#news_mainPic {
  width: 45%;
  margin-right: 3%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news_mainPic {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
#news_mainPic img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------- */
#news_titleBox {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #news_titleBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}

/* -------------------------------------------------- */
#newsUpdate {
  color: #999;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
  font-family: "Cochin", "NotoSerif", serif !important;
}

#newsTitle {
  line-height: 160%;
  font-weight: 600;
  color: #333;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

#news_mainText a {
  color: #333;
  text-decoration: underline;
}
#news_mainText a:hover {
  text-decoration: none;
  color: #B82921;
}
#news_mainText img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
}
#news_mainText iframe {
  max-width: 640px;
  max-height: 360px;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------- */
#btnBack {
  margin: 0 auto;
  max-width: 300px;
  width: 80%;
}
#btnBack a {
  display: block;
  border-radius: 10px;
  background: #78C153;
  color: #fff;
  font-weight: 600;
  font-family: "hiragino", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
}
#btnBack a:hover {
  background: #fff;
  color: #78C153;
}/*# sourceMappingURL=news.css.map */