@charset "utf-8";

/*-----( hero )-----*/

.sub-hero-frame {
  background: url(../img/news/bg_kv.jpg) center top / cover no-repeat;
}


/*-----------------------------------------------
  index
-----------------------------------------------*/


/*-----( index-list )-----*/

.index__lead {
  margin: 35px auto 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.index-list li {
  border-bottom: 1px solid #DFE1E2;
}

.index-list a {
  display: flex;
  align-items: center;
  padding: 20px 0 26px;
  text-decoration: none;
}

.index-list time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
  height: 25px;
  margin: 2px 0 0;
  background: #F2EFEC;
  border-radius: 13px;
  color: #006428;
  font-size: 12px;
}

.index-list span {
  display: block;
  margin: 0 0 0 2.5%;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .index__lead {
    margin: 20px auto 32px;
  }
  .index-list a {
    display: block;
    padding: 12px 0 20px;
  }
  .index-list time {
    font-size: 12px;
  }
  .index-list span {
    display: block;
    margin: 7px 0 0 0;
  }
}


/*-----( index-pager )-----*/

.index-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 62px auto 0;
}

.index-pager__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.index-pager__btn img {
  width: 10px;
}

.index-pager__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  border: 2px solid #006428;
  background: #006428;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.index-pager__num.current {
  background: #fff;
  color: #006428;
}

@media only screen and (max-width: 767px) {
  .index-pager {
    margin: 50px auto 0;
  }
  .index-pager__btn {
    width: 30px;
    height: 30px;
  }
  .index-pager__btn img {
    width: 8px;
  }
  .index-pager__num {
    width: 30px;
    height: 30px;
    margin: 0 6px;
    font-size: 14px;
  }
}


/*-----------------------------------------------
  details
-----------------------------------------------*/

.details {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .details {
    display: block;
  }
}


/*-----( d-main )-----*/

.d-main {
  width: 69.09%;
}

article time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 30px;
  background: #F2EFEC;
  border-radius: 15px;
  color: #006428;
  font-size: 14px;
  font-weight: 700;
}

.art__head {
  padding: 13px 0 23px;
  border-bottom: 2px solid #006428;
  color: #006428;
  font-size: 34px;
  font-weight: 700;
}

.art__ttl {
  display: flex;
  align-items: center;
  margin: 71px 0 17px;
  padding: 0 0 11px;
  border-bottom: 2px dashed #006428;
  color: #006428;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.art__ttl::before {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  margin: 0 2% 0 0;
  background: #006428;
}
.d-main article h2 {
  display: flex;
  align-items: center;
  margin: 71px 0 17px;
  padding: 0 0 11px;
  border-bottom: 2px dashed #006428;
  color: #006428;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.d-main article h2::before {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  margin: 0 2% 0 0;
  background: #006428;
}
.d-main article h3 {
  display: flex;
  margin-top: 32px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  color: #3C1A1A;
}

article p {
  font-weight: 500;
  line-height: 1.95;
}

article p+p,
article img+p,
article div+p,
article span+p {
  margin-top: 1.95em;
}

article .cmn__btn-01 {
  width: 365px;
  margin: 40px 0;
}

article img {
  margin: 40px 0 0;
}

.art__ttl+img {
  margin: 20px 0 0;
}

article .note {
  display: block;
  margin-top: 12px;
}

article .box-2col {
  display: flex;
  justify-content: space-between;
}

article .box-2col img {
  width: 47.36%;
}
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* ← 16:9 の黄金比 */
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .d-main {
    width: 100%;
    padding: 60px 0 0;
  }
  article time {
    width: 90px;
    height: 25px;
    border-radius: 13px;
    font-size: 12px;
  }
  .art__head {
    padding: 14px 0 14px;
    font-size: 22px;
  }
  .art__ttl {
    margin: 40px 0 14px;
    padding: 0 0 10px;
    font-size: 18px;
  }
  .art__ttl::before {
    width: 3px;
    height: 30px;
    margin: 0 3% 0 0;
  }
  article .cmn__btn-01 {
    margin: 20px 0;
  }
  article img {
    margin: 20px 0 0;
  }
  .art__ttl+img {
    margin: 10px 0 0;
  }
}


/*-----( d-side )-----*/

.d-side {
  width: 25.45%;
}

.d-side__bnr {
  display: block;
  margin-bottom: 40px;
}

.back-number {
  margin-bottom: 40px;
}

.back-number__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #3C1A1A;
}

.back-number__ttl img {
  width: auto;
  height: 21px;
}

.back-number ul {
  padding: 0 7%;
  background: #F8F7F2;
}

.back-number li {
  border-bottom: 1px solid #DFE1E2;
}

.back-number li:last-child {
  border-bottom: none;
}

.back-number a {
  display: block;
  padding: 25px 0 20px;
  color: #222;
  text-decoration: none;
}

.back-number time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
  height: 25px;
  margin: 0 0 9px;
  background: #F2EFEC;
  border-radius: 13px;
  color: #006428;
  font-size: 12px;
}

.back-number span {
  line-height: 1.8;
}

.d-side .cmn__btn-01 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .d-side {
    width: 100%;
    padding: 60px 0 0;
  }
  .d-side__bnr {
    margin-bottom: 30px;
  }
  .back-number {
    margin-bottom: 30px;
  }
  .back-number ul {
    padding: 0 5% 10px;
  }
  .back-number a {
    padding: 18px 0 18px;
  }
  .back-number time {
    margin: 0 0 6px;
  }
}