@charset "UTF-8";
/*********************
共通
*********************/
@media (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

.ac_linktext {
  padding-left: calc(var(--ac-text-size) + 4px);
}

.ac_linktext[target=_blank]:after {
  display: none;
}

/*********************
ぱんくず
*********************/
.tal-ac_breadcrumbs_special {
  padding: 0 15px;
}
.tal-ac_breadcrumbs_special__wrap {
  max-width: 1216px;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  .tal-ac_breadcrumbs_special {
    margin-bottom: 0;
  }
}

/*********************
大枠
*********************/
.tal-special {
  font-family: "Noto Sans JP";
  color: #4d4d4d;
}
.tal-special__wrap {
  padding: 0 15px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .tal-special__wrap {
    margin-bottom: 80px;
  }
}
.tal-special__inner-content {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-special figure {
  padding: 0;
  margin: 0;
}
.tal-special .ac_table .table_spec .ac_linktext {
  margin-bottom: 0;
}
.tal-special .ac_table .ac_linktext:before {
  display: none;
}
.tal-special .ac_linktext__pdf-size > img {
  width: auto;
}
.tal-special .top_btn {
  padding: 0;
}
.tal-special .table_spec th, .tal-special .table_spec td {
  text-align: center;
}

/*********************
メインビジュアル
*********************/
.tal-special-mv {
  margin-bottom: 40px;
}
.tal-special-mv__logo {
  max-width: 790px;
  margin: 0 auto;
}
.tal-special-mv__logo img {
  width: 100%;
}
.tal-special-mv__img {
  margin-bottom: 25px !important;
}
@media (max-width: 768px) {
  .tal-special-mv {
    margin-bottom: 30px;
  }
  .tal-special-mv__img {
    margin-bottom: 5px !important;
  }
}

/*********************
リード文
*********************/
.tal-special-lead-block {
  background-color: #f4f4f6;
  padding: 40px;
  margin-bottom: 100px;
}
.tal-special-lead-block h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.tal-special-lead-block p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .tal-special-lead-block {
    padding: 20px;
    margin-bottom: 60px;
  }
  .tal-special-lead-block h2 {
    font-size: 22px;
  }
  .tal-special-lead-block p {
    font-size: 14px;
  }
}

/*********************
記事ベース
*********************/
.tal-special-content-block {
  margin-bottom: 80px;
}
.tal-special-content-block h2 {
  font-size: 30px;
  font-weight: bold;
  border-left: solid 5px #4d4d4d;
  padding-left: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.tal-special-content-block h3 {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 1em;
}
.tal-special-content-block h3 span {
  padding-left: 2.5em;
}
.tal-special-content-block h3::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 2em;
  height: 1px;
  background-color: #4d4d4d;
}
.tal-special-content-block p {
  font-size: 16px;
  margin-bottom: 3em;
  line-height: 1.8;
  text-align: justify;
}
.tal-special-content-block p > em {
  font-style: normal;
  font-weight: bold;
}
.tal-special-content-block figure {
  margin-bottom: 0.5em;
}
.tal-special-content-block figcaption {
  font-size: 12px;
}
.tal-special-content-block .tal_table-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .tal-special-content-block {
    margin-bottom: 60px;
  }
  .tal-special-content-block h2 {
    font-size: 26px;
    margin-bottom: 0.75em;
  }
  .tal-special-content-block h3 {
    font-size: 16px;
  }
  .tal-special-content-block h3 span {
    padding-left: 1.5em;
  }
  .tal-special-content-block h3::before {
    width: 1em;
  }
  .tal-special-content-block p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
}

/*********************
フーハ
*********************/
.tal-fuha {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .tal-fuha {
    padding-bottom: 60px;
  }
}

/*********************
ページトップボタン
*********************/
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-pagetop {
    bottom: 12px !important;
  }
}/*# sourceMappingURL=style_202505.css.map */