@charset "UTF-8";
.c-txt-ttl .c-txt-ttl__outer .c-txt-ttl__inner {
  padding-bottom: 10px;
}

.p-box-summary-news {
  padding-bottom: 50px;
  margin-inline: calc(var(--cvw) * 5);
}
.p-box-summary-news .p-box-summary-news__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-box-summary-news .p-box-summary-news__item:nth-child(n+2) {
  margin-top: 10px;
}
.p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-text {
  margin-top: 10px;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-separate {
  display: block;
  width: 1px;
  height: 14px;
  margin: auto 10px;
  background: #1D2524;
}
.p-box-summary-news .p-box-summary-news__date {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}

.p-btn-share {
  position: relative;
  display: block;
  padding: 17px 0 16px;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1D2524;
  text-align: left;
  border-top: solid 1px #1D2524;
  border-bottom: solid 1px #1D2524;
  transition: all 0.2s ease-out;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-btn-share .p-btn-share__inner {
  position: relative;
  display: block;
  padding-right: 2.5%;
}
.p-btn-share .p-btn-share__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(/assets/svg/i_facebook.svg) center no-repeat;
  background-size: 20px;
}
.p-btn-share:hover {
  color: #C61935;
}
.p-btn-share.p-btn-share--facebook .p-btn-share__inner:before {
  background-image: url(/assets/svg/i_facebook.svg);
}
.p-btn-share.p-btn-share--twitter .p-btn-share__inner:before {
  background-image: url(/assets/svg/i_x.svg);
}
@media print, screen and (min-width: 769px) {
  .c-txt-ttl .c-txt-ttl__outer .c-txt-ttl__inner {
    padding-bottom: 42px;
  }
  .p-box-summary-news {
    display: flex;
    gap: 63px;
    align-items: center;
    width: calc(var(--cvw) * 95);
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .p-box-summary-news .p-box-summary-news__item:nth-child(n+2) {
    margin-top: 0px;
  }
  .p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-text {
    margin-top: 0;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-box-summary-news .p-box-summary-news__item .p-box-summary-news__item-separate {
    height: 16px;
    margin: auto 20px;
  }
  .p-box-summary-news .p-box-summary-news__date {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-btn-share {
    padding: 27px 0 26px;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    border-top: solid 1px #1D2524;
    border-bottom: solid 1px #1D2524;
  }
  .p-btn-share .p-btn-share__inner {
    display: flex;
  }
  .p-btn-share .p-btn-share__inner:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}