@charset "UTF-8";
/**
 * ヘッダー改修用スタイル（全ページ共通）
 *
 * ビルド（テーマルート）:
 *   npm run build:revision:header  → revision/css/site-header-revision.css
 *   npm run build:revision         → 上記 + front-page-revision.css
 * 先方カスタム: revision/css/revision-custom.css（直接編集・ビルド対象外）
 * Live Sass: このファイルを保存するか Watch Sass 起動（_*.scss 単体では不可）
 */
.site-header-container__btns {
  display: none !important;
}

.site-header-container__home {
  display: none;
}

@media (min-width: 992px) {
  .header_scrolled #site-header > .header_top {
    display: none !important;
  }
  #site-header > .header_top {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 15px;
    position: relative;
  }
  .site-header--layout--nav-float .header_top .site-header-logo {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    z-index: auto;
  }
  .site-header--layout--nav-float .header_top .site-header-logo a {
    display: block;
  }
  .header_top .header_top__aside {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
    overflow-x: auto;
  }
  .header_top .header_top__btns {
    flex-shrink: 0;
  }
  .header_top .header_top__aside > p {
    width: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-shrink: 0;
    padding-right: 5px;
  }
  .header_top .header_top__aside > p > i {
    flex-shrink: 0;
  }
  .header_top .header_top__aside > p > span {
    width: auto;
    flex-shrink: 0;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    background-color: #fff;
  }
  .header_top .header_top__aside .header_top__btns {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0;
    gap: 0;
  }
  .header_top .header_top__btns .header_top__btn,
  .site-header-container__btns .header_top__btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    min-height: 50px;
    padding: 5px 4px;
    border: 2px solid var(--vk-color-custom-5);
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    flex-wrap: nowrap;
    text-decoration: none;
    transition: 0.2s;
  }
  .header_top .header_top__btns .header_top__btn i,
  .site-header-container__btns .header_top__btn i {
    display: inline-block;
    margin: 0 4px 0 0;
    text-align: center;
    font-size: 1.05rem;
    flex-shrink: 0;
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--consult {
    background-color: #9c0c3f !important;
    border-color: #9c0c3f !important;
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--download {
    background-color: var(--vk-color-custom-3);
    border-color: var(--vk-color-custom-3);
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--faq {
    background-color: #581845 !important;
    border-color: #581845 !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--consult {
    background-color: #9c0c3f !important;
    border-color: #9c0c3f !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--download {
    background-color: var(--vk-color-custom-3);
    border-color: var(--vk-color-custom-3);
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--faq {
    background-color: #581845 !important;
    border-color: #581845 !important;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn:hover {
    background-color: #fff !important;
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--consult:hover {
    color: #9c0c3f !important;
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--download:hover {
    color: var(--vk-color-custom-3) !important;
  }
  .header_top > .header_top__aside > .header_top__btns > .header_top__btn--faq:hover {
    color: #581845 !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn:hover {
    background-color: #fff !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--consult:hover {
    color: #9c0c3f !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--download:hover {
    color: var(--vk-color-custom-3) !important;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns > .header_top__btn--faq:hover {
    color: #581845 !important;
  }
}
@media (min-width: 992px) {
  .header_scrolled #site-header-container.site-header-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    min-height: 100%;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__home {
    display: flex;
    flex: 0 0 auto;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    width: clamp(60px, calc(60px + (100vw - 992px) / 20.8), 120px);
    min-width: clamp(60px, calc(60px + (100vw - 992px) / 20.8), 120px);
    min-height: auto;
    height: auto;
    padding: 0;
    margin: 0 18px 0 0;
    border: 2px solid #9c0c3f;
    background-color: #9c0c3f;
    color: #fff;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__home i {
    margin: 0;
    font-size: clamp(13px, 13px + (100vw - 992px) / 69.333, 16px);
    color: #fff;
  }
  .header_scrolled #site-header-container.site-header-container #global-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav--layout--float-right {
    width: auto;
    justify-content: center;
  }
  .header_scrolled #site-header-container.site-header-container #menu-header_nav {
    display: flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li {
    width: auto;
    flex: 0 0 auto;
    min-width: 0;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li.menu-item-has-children > a {
    padding-right: 1.35em;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns {
    display: flex !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: nowrap;
    align-items: stretch;
    align-self: stretch;
    margin: 0 0 0 auto;
    gap: 0;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns .header_top__btn {
    width: clamp(100px, calc(100px + (100vw - 992px) / 20.8), 130px);
    min-width: clamp(100px, calc(100px + (100vw - 992px) / 20.8), 130px);
    min-height: auto;
    height: auto;
    align-self: stretch;
    padding: 5px 4px;
    font-size: 13px;
    border-width: 2px;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns .header_top__btn i {
    margin-right: 4px;
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .header_scrolled #site-header-container.site-header-container .site-header-container__home:hover {
    background-color: #fff;
    color: #9c0c3f;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__home:hover i {
    color: #9c0c3f;
  }
}
@media (min-width: 992px) and (max-width: 1149.98px) {
  #site-header > .header_top {
    gap: 10px;
    padding: 0 10px;
    min-height: 64px;
    margin-bottom: 8px;
  }
  .site-header--layout--nav-float .header_top .site-header-logo {
    max-width: min(32vw, 300px);
  }
  .site-header--layout--nav-float .header_top .site-header-logo a,
  .site-header--layout--nav-float .header_top .site-header-logo img {
    max-width: 100%;
    height: auto;
    max-height: 52px;
  }
  .header_top .header_top__aside {
    gap: 0;
  }
  .header_top .header_top__aside > p {
    font-size: 1.35rem;
    padding: 0 5px 0 8px;
  }
  .header_top .header_top__aside > p > i {
    font-size: 1.15rem;
  }
  .header_top .header_top__aside > p > span {
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 6px 8px;
  }
  .header_top .header_top__btns .header_top__btn {
    width: 96px;
    min-height: 42px;
    font-size: 11px;
    padding: 4px 2px;
    border-width: 1px;
  }
  .header_top .header_top__btns .header_top__btn i {
    font-size: 0.9rem;
    margin-right: 2px;
  }
  .header_scrolled #site-header-container.site-header-container {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
}
@media (min-width: 1150px) and (max-width: 1440px) {
  .header_top .header_top__btns .header_top__btn {
    width: clamp(120px, 120px + (100vw - 1150px) / 29, 130px);
    min-width: clamp(120px, 120px + (100vw - 1150px) / 29, 130px);
  }
}
@media (min-width: 1440px) {
  .header_top .header_top__btns .header_top__btn {
    width: 130px;
    min-width: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_scrolled #site-header-container.site-header-container .site-header-container__home {
    margin-right: 10px;
    border-width: 1px;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__home i {
    font-size: clamp(12px, 12px + (100vw - 992px) / 104, 14px);
  }
  .header_scrolled #site-header-container.site-header-container #global-nav {
    padding-left: 0;
  }
  .header_scrolled #site-header-container.site-header-container #menu-header_nav {
    gap: 0.15em;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li > a {
    padding-left: 1em;
    padding-right: 1em;
    font-size: clamp(12px, 12px + (100vw - 992px) / 104, 14px);
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li.menu-item-has-children > a {
    padding-right: 1.35em;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list .acc-btn {
    width: 14px;
    height: 14px;
    right: clamp(0px, (100vw - 992px) / 208px * 20px, 20px);
    top: 50%;
    transform: translateY(-50%);
    background-size: 14px 14px;
    border-width: 1px;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-name {
    font-size: clamp(12px, 12px + (100vw - 992px) / 104, 14px);
    line-height: 1.2;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns .header_top__btn {
    font-size: 11px;
    padding: 4px 2px;
    border-width: 1px;
  }
  .header_scrolled #site-header-container.site-header-container .site-header-container__btns .header_top__btn i {
    font-size: 0.9rem;
    margin-right: 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .header_scrolled #site-header-container.site-header-container #global-nav {
    padding-left: 0;
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li > a {
    padding-left: clamp(1.5em, calc(1.5em + (100vw - 1200px) / 240), 2.5em);
    padding-right: clamp(1.5em, calc(1.5em + (100vw - 1200px) / 240), 2.5em);
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li.menu-item-has-children > a {
    padding-right: calc(clamp(1.5em, calc(1.5em + (100vw - 1200px) / 240), 2.5em) + 0.35em);
  }
}
@media (min-width: 1440px) {
  .header_scrolled #site-header-container.site-header-container #global-nav {
    padding-left: clamp(85px, 85px + (100vw - 1440px) / 25, 112px);
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li > a {
    padding-left: clamp(2em, calc(2em + (100vw - 1440px) / 480), 3em);
    padding-right: clamp(2em, calc(2em + (100vw - 1440px) / 480), 3em);
  }
  .header_scrolled #site-header-container.site-header-container .global-nav-list > li.menu-item-has-children > a {
    padding-right: calc(clamp(2em, calc(2em + (100vw - 1440px) / 480), 3em) + 0.35em);
  }
}
.vk-mobile-nav-menu-btn:not(.menu-open) {
  background-image: url(/wp-content/themes/1021-theme/_g3/inc/vk-mobile-nav/package/images/bars-w.svg);
}

.vk-mobile-nav-menu-btn.menu-open {
  background-image: url(/wp-content/themes/1021-theme/_g3/inc/vk-mobile-nav/package/images/xmark-w.svg);
}

body.revision-env--test .vk-mobile-nav-menu-btn:not(.menu-open) {
  background-image: url(/1021/wp-content/themes/1021-theme/_g3/inc/vk-mobile-nav/package/images/bars-w.svg);
}
body.revision-env--test .vk-mobile-nav-menu-btn.menu-open {
  background-image: url(/1021/wp-content/themes/1021-theme/_g3/inc/vk-mobile-nav/package/images/xmark-w.svg);
}

.banner .banner-content.row {
  padding: 30px 20px;
}
.banner .contactBtn a.btn_after_arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 87px;
  padding: 0 0.75em;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
}
@media (min-width: 992px) {
  .banner .banner-content.row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: center;
    column-gap: 1rem;
  }
  .banner .banner-content > .first,
  .banner .banner-content > .second {
    width: auto;
    max-width: none;
  }
  .banner .banner-content > .second {
    padding-left: 0;
    padding-right: 0;
  }
  .banner .first > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75em;
    margin-left: 0;
    margin-right: 0;
  }
  .banner .first > .row > .col-md-5,
  .banner .first > .row > .col-md-7 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .banner .first > .row .col-md-5 {
    flex: 0 0 auto;
    flex-shrink: 0;
    min-width: max-content;
  }
  .banner .first > .row .col-md-5 h3 {
    white-space: nowrap;
    font-size: clamp(18px, 2.2vw, 23px);
    line-height: 1.35;
    margin-bottom: 0.25em;
  }
  .banner .first > .row .col-md-5 h3:last-child {
    margin-bottom: 0;
  }
  .banner .first > .row .col-md-7 {
    flex: 1 1 auto;
    min-width: 0;
  }
  .banner .price {
    min-width: 0;
  }
  .banner .price img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  .banner .contactBtn {
    width: 100%;
  }
  .banner .contactBtn a.btn_after_arrow {
    box-sizing: border-box;
    width: 100%;
    min-width: 240px;
    font-size: max(16px, 1.5rem);
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content.row {
    display: flex;
    flex-direction: column;
  }
  .banner .contactBtn a.btn_after_arrow {
    height: 4.1875rem;
  }
  .banner .contactBtn a.btn_after_arrow .pc_only {
    display: none;
  }
  .banner .banner-content > .first,
  .banner .banner-content > .second {
    padding-left: 0;
    padding-right: 0;
  }
  .banner .first .col-sm-12.col-md-5 {
    text-align: center;
  }
  .banner .price {
    text-align: center;
  }
  .banner .price img {
    display: block;
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

.revision-page-header-compact .page-header {
  height: auto;
  min-height: 0;
}
.revision-page-header-compact .page-header-inner {
  min-height: 0;
  color: #000;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .revision-page-header-compact .page-header-inner {
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.revision-page-header-compact .headerArea h1 {
  color: #000;
  font-size: 21px;
  letter-spacing: 0.1em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .revision-page-header-compact .headerArea h1 {
    font-size: 30px;
  }
}
.revision-page-header-compact .headerArea h1:has(+ p:not(:empty)) {
  border-bottom: 1px solid #888;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.revision-page-header-compact .headerArea p {
  color: #000;
}

@media (min-width: 768px) {
  .post-name-price.revision-page-header-compact .page-header-inner .headerArea p,
  .revision-page-header-price.revision-page-header-compact .page-header-inner .headerArea p {
    width: 74%;
  }
}

.post-name-greeting .page-header {
  background-position: center top !important;
}

body.contact-consult-hide-steps .contact_input_box .contact_steps {
  display: none !important;
}

.contact_input_box .contact_steps {
  display: grid;
  grid-template-columns: auto minmax(16px, 1fr) auto minmax(16px, 1fr) auto;
  align-items: start;
  justify-items: center;
  width: 90%;
  margin: 0 auto 35px;
}
.contact_input_box .contact_steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #a0a0a0;
  text-align: center;
}
.contact_input_box .contact_steps__item--current {
  color: #b8121f;
}
.contact_input_box .contact_steps__item--done {
  color: #b8121f;
}
.contact_input_box .contact_steps__circle {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 98px;
  height: 98px;
  padding: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
  text-align: center;
}
.contact_input_box .contact_steps__step {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact_input_box .contact_steps__number {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 49px;
  font-weight: 700;
  line-height: 0.85;
  text-align: center;
}
.contact_input_box .contact_steps__text {
  margin: 0.5em 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: currentColor;
}
.contact_input_box .contact_steps__bar {
  align-self: start;
  width: 100%;
  height: 2px;
  margin-top: 49px;
  background-color: #a0a0a0;
}
.contact_input_box .contact_steps__bar--progress {
  background: linear-gradient(90deg, #b8121f 0%, #b8121f 50%, #a0a0a0 50%, #a0a0a0 100%);
}
.contact_input_box .contact_steps__bar--done {
  background-color: #b8121f;
}
@media (max-width: 767.98px) {
  .contact_input_box .contact_steps__circle {
    width: 74px;
    height: 74px;
  }
  .contact_input_box .contact_steps__step {
    font-size: 11px;
  }
  .contact_input_box .contact_steps__number {
    margin: 0;
    font-size: 38px;
  }
  .contact_input_box .contact_steps__text {
    font-size: 12px;
  }
  .contact_input_box .contact_steps__bar {
    margin-top: 37px;
  }
}

.contact_input_box .contact_form .submit_btn + .submit_btn {
  margin-top: 20px;
}

.contact_form .submit_btn input[type=submit],
.contact_form .submit_btn input[type=button],
.contact_form .submit_btn .wpcf7-submit,
.contact_form .submit_btn .wpcf7-previous {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.contact_form dl.row {
  margin-bottom: 0;
}
.contact_form dl.row dd {
  margin-bottom: 24px;
  min-width: 0;
}
.contact_form dl.row dt {
  min-width: 0;
}
.contact_form dl.row > [data-class=wpcf7cf_group],
.contact_form dl.row > .group-contact-address,
.contact_form dl.row > .group-consult-check {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.contact_form dl.row > [data-class=wpcf7cf_group].wpcf7cf-hidden,
.contact_form dl.row > .group-contact-address.wpcf7cf-hidden,
.contact_form dl.row > .group-consult-check.wpcf7cf-hidden {
  display: none !important;
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
}
.contact_form input.wpcf7-form-control,
.contact_form select.wpcf7-form-control,
.contact_form textarea.wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.contact_form input[type=tel].wpcf7-form-control {
  width: 100%;
  max-width: 100%;
}
.contact_form input.wpcf7-form-control[size] {
  width: auto;
  max-width: 100%;
}
.contact_form .group-contact-address dd.col-md-8,
.contact_form [data-id=group-contact-address] dd.col-md-8 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.35em;
  row-gap: 0.5em;
}
.contact_form .group-contact-address [data-name=zip],
.contact_form [data-id=group-contact-address] [data-name=zip] {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.contact_form .group-contact-address input.p-postal-code,
.contact_form [data-id=group-contact-address] input.p-postal-code {
  width: 8.5em;
  max-width: 100%;
}
.contact_form .group-contact-address [data-name=addr],
.contact_form [data-id=group-contact-address] [data-name=addr] {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.contact_form p {
  margin: 0;
  display: contents;
}
.contact_form p:empty {
  display: none;
}

.contact-form-type-contact .contact_form dl.row > .group-contact-address,
.contact-form-type-contact .contact_form dl.row > [data-id=group-contact-address],
.contact-form-type-contact .contact_form dl.row > .group-contact-address.wpcf7cf-hidden,
.contact-form-type-contact .contact_form dl.row > [data-id=group-contact-address].wpcf7cf-hidden,
body.contact-form-type-contact .contact_form dl.row > .group-contact-address,
body.contact-form-type-contact .contact_form dl.row > [data-id=group-contact-address],
body.contact-form-type-contact .contact_form dl.row > .group-contact-address.wpcf7cf-hidden,
body.contact-form-type-contact .contact_form dl.row > [data-id=group-contact-address].wpcf7cf-hidden {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.contact-form-type-contact .contact_form dl.row > .group-consult-check,
.contact-form-type-contact .contact_form dl.row > [data-id=group-consult-check],
.contact-form-type-contact .contact_form dl.row > .group-consult-check.wpcf7cf-hidden,
.contact-form-type-contact .contact_form dl.row > [data-id=group-consult-check].wpcf7cf-hidden,
body.contact-form-type-contact .contact_form dl.row > .group-consult-check,
body.contact-form-type-contact .contact_form dl.row > [data-id=group-consult-check],
body.contact-form-type-contact .contact_form dl.row > .group-consult-check.wpcf7cf-hidden,
body.contact-form-type-contact .contact_form dl.row > [data-id=group-consult-check].wpcf7cf-hidden {
  display: none !important;
}
.contact-form-type-contact .contact_form dl.row .contact-form__message-label--consult,
body.contact-form-type-contact .contact_form dl.row .contact-form__message-label--consult {
  display: none !important;
}

.contact-form-type-consult .contact_form dl.row > .group-consult-check,
.contact-form-type-consult .contact_form dl.row > [data-id=group-consult-check],
.contact-form-type-consult .contact_form dl.row > .group-consult-check.wpcf7cf-hidden,
.contact-form-type-consult .contact_form dl.row > [data-id=group-consult-check].wpcf7cf-hidden,
body.contact-form-type-consult .contact_form dl.row > .group-consult-check,
body.contact-form-type-consult .contact_form dl.row > [data-id=group-consult-check],
body.contact-form-type-consult .contact_form dl.row > .group-consult-check.wpcf7cf-hidden,
body.contact-form-type-consult .contact_form dl.row > [data-id=group-consult-check].wpcf7cf-hidden {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.contact-form-type-consult .contact_form dl.row > .group-contact-address,
.contact-form-type-consult .contact_form dl.row > [data-id=group-contact-address],
.contact-form-type-consult .contact_form dl.row > .group-contact-address.wpcf7cf-hidden,
.contact-form-type-consult .contact_form dl.row > [data-id=group-contact-address].wpcf7cf-hidden,
body.contact-form-type-consult .contact_form dl.row > .group-contact-address,
body.contact-form-type-consult .contact_form dl.row > [data-id=group-contact-address],
body.contact-form-type-consult .contact_form dl.row > .group-contact-address.wpcf7cf-hidden,
body.contact-form-type-consult .contact_form dl.row > [data-id=group-contact-address].wpcf7cf-hidden {
  display: none !important;
}
.contact-form-type-consult .contact_form dl.row .contact-form__message-label--contact,
body.contact-form-type-consult .contact_form dl.row .contact-form__message-label--contact {
  display: none !important;
}

.download-form-section.top_section {
  padding-left: max(1.5rem, 50vw - 1208px / 2);
  padding-right: max(1.5rem, 50vw - 1208px / 2);
}
.download-form-section .wpcf7 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}
.download-form-section .contact_form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.download-form-section .download-select-title {
  margin: 0;
  padding: 0.5em;
  font-size: 28px;
  font-weight: inherit;
  line-height: 1.21;
  color: #2e2e2e;
  text-align: center;
  background: transparent;
}
@media (max-width: 991.98px) {
  .download-form-section .download-select-title {
    font-size: 20px;
  }
}
.download-form-section .download-select-title__accent {
  color: #890000;
}

.flow-form-section.download-form-section .download-select-title {
  margin-bottom: 1.5rem;
}
.flow-form-section__intro {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: left;
}
.flow-form-section__intro-text {
  margin: 0 0 0.75em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #2e2e2e;
}
.flow-form-section__intro-text:last-child {
  margin-bottom: 0;
}
.flow-form-section__intro-link {
  color: #ba1919;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-tap-highlight-color: transparent;
}
.flow-form-section__intro-link:link, .flow-form-section__intro-link:visited, .flow-form-section__intro-link:active, .flow-form-section__intro-link:focus, .flow-form-section__intro-link:focus-visible {
  color: #ba1919;
}
.flow-form-section__intro-link:hover {
  opacity: 0.85;
}
.flow-form-section__tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em 1.25em;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0.625rem;
  padding: 1.25rem 1.5rem;
  background-color: #f5f5f5;
}
.flow-form-section__tel-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #2e2e2e;
}
.flow-form-section__tel-number {
  margin: 0;
}
.flow-form-section__tel-number a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #890000;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.flow-form-section__tel-number a:hover {
  opacity: 0.85;
}
.flow-form-section__tel-number a i {
  display: block;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  font-size: 29px;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .flow-form-section__tel {
    flex-direction: column;
    gap: 0.25em;
  }
  .flow-form-section__tel-lead {
    font-size: 12px;
  }
  .flow-form-section__tel-number a {
    font-size: 22px;
  }
  .flow-form-section__tel-number a i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

.download_catalog {
  width: 100%;
}
.download_catalog p {
  margin: 0;
  display: contents;
}
.download_catalog p:empty {
  display: none;
}
.download_catalog.download_box {
  display: grid;
  grid-template-columns: repeat(4, 290px);
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1208px;
  margin: 10px auto 25px;
  padding: 0;
  align-items: stretch;
}
@media (max-width: 1208px) {
  .download_catalog.download_box {
    max-width: 100%;
    grid-template-columns: repeat(2, 290px);
  }
}
@media (max-width: 991.98px) {
  .download_catalog.download_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
}
.download_catalog > [class*=col-] {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
.download_catalog__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  color: #000000;
  background: #fff;
  cursor: pointer;
}
.download_catalog__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  min-height: 71.82px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .download_catalog__head {
    gap: 8px;
    min-height: 54px;
  }
}
.download_catalog__check {
  flex: 0 0 42px;
  display: block;
}
@media (max-width: 991.98px) {
  .download_catalog__check {
    flex-basis: 26px;
  }
}
.download_catalog__check .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}
.download_catalog__title {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
}
@media (max-width: 991.98px) {
  .download_catalog__title {
    font-size: 12px;
    line-height: 1.5;
  }
}
.download_catalog__text {
  display: block;
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #000000;
}
@media (max-width: 991.98px) {
  .download_catalog__text {
    font-size: 10px;
    line-height: 1.6;
  }
}
.download_catalog__check-control {
  display: block;
  border: 0;
  background: transparent;
}
.download_catalog__check-control:has(:checked) {
  background: transparent;
  color: inherit;
}
.download_catalog__check-control > span {
  display: block;
  margin: 0;
}
.download_catalog__check-control .wpcf7-list-item {
  margin: 0;
}
.download_catalog__check-control .wpcf7-list-item label {
  display: block;
  margin: 0;
  cursor: pointer;
}
.download_catalog__check-control input {
  display: none;
}
.download_catalog__check-control input + span {
  box-sizing: border-box;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #cccccc;
  background: #fff;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .download_catalog__check-control input + span {
    width: 26px;
    height: 26px;
  }
}
.download_catalog__check-control input + span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 13px;
  margin-left: -10px;
  margin-top: -8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  display: none;
}
@media (max-width: 991.98px) {
  .download_catalog__check-control input + span::after {
    width: 14px;
    height: 9px;
    margin-left: -7px;
    margin-top: -6px;
    border-left-width: 2.5px;
    border-bottom-width: 2.5px;
  }
}
.download_catalog__check-control input:checked + span {
  background: #890000;
  border-color: #890000;
}
.download_catalog__check-control input:checked + span::after {
  display: block;
}

.entry-body .price-intro.top_section,
.post-name-price .price-intro.top_section {
  box-sizing: content-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.entry-body .price-intro__lead,
.post-name-price .price-intro__lead {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 -0.65em;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
  background-color: transparent;
  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;
}
.entry-body .price-intro__price,
.post-name-price .price-intro__price {
  display: inline-block;
  margin: 0 0.05em;
  vertical-align: baseline;
}
.entry-body .price-intro__price-num,
.post-name-price .price-intro__price-num {
  font-size: 54px;
  line-height: 1.07;
  color: #B8121F;
}
.entry-body .price-intro__price-unit,
.post-name-price .price-intro__price-unit {
  font-size: 1em;
}
.entry-body .price-intro__box,
.post-name-price .price-intro__box {
  width: 100%;
  margin: -0.625rem auto 2rem;
  padding: 2rem 1.25rem 1.5rem;
  background-color: #f0f0f0;
  text-align: left;
}
.entry-body .price-intro__box-picture,
.post-name-price .price-intro__box-picture {
  display: block;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.entry-body .price-intro__box-picture-img,
.post-name-price .price-intro__box-picture-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.entry-body .price-intro__box-note,
.post-name-price .price-intro__box-note {
  margin: 1rem auto 0;
  font-size: 12px;
  line-height: 1.7;
  color: #666;
  max-width: 880px;
}
.entry-body .price-intro__compare-head,
.post-name-price .price-intro__compare-head {
  margin: 0 0 1.25rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #B8121F;
}
.entry-body .price-intro__checklist,
.post-name-price .price-intro__checklist {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.entry-body .price-intro__checklist-lead,
.post-name-price .price-intro__checklist-lead {
  margin: 0 0 0.75rem;
  line-height: 1.8;
}
.entry-body .price-intro__checklist-list,
.post-name-price .price-intro__checklist-list {
  margin: 0 0 0.75rem;
  padding-left: 0;
  list-style: none;
}
.entry-body .price-intro__checklist-list li,
.post-name-price .price-intro__checklist-list li {
  margin-bottom: 0.35em;
  padding-left: 1.75em;
  line-height: 1.8;
  text-indent: -1.75em;
}
.entry-body .price-intro__checklist-foot,
.post-name-price .price-intro__checklist-foot {
  margin: 0;
  line-height: 1.8;
}
.entry-body .price-intro__checklist-foot-accent,
.post-name-price .price-intro__checklist-foot-accent {
  font-size: 20px;
  line-height: 1;
  color: #B8121F;
}
@media (max-width: 767.98px) {
  .entry-body .price-intro__lead,
  .post-name-price .price-intro__lead {
    margin-bottom: -0.6em;
    font-size: 16px;
    text-align: center;
  }
  .entry-body .price-intro__price-num,
  .post-name-price .price-intro__price-num {
    font-size: 31px;
  }
  .entry-body .price-intro__box,
  .post-name-price .price-intro__box {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1rem;
  }
  .entry-body .price-intro__compare-head,
  .post-name-price .price-intro__compare-head {
    font-size: 16px;
    text-align: center;
  }
  .entry-body .price-intro__box-note,
  .post-name-price .price-intro__box-note {
    text-align: left;
  }
  .entry-body .price-intro__checklist-foot-accent,
  .post-name-price .price-intro__checklist-foot-accent {
    font-size: 16px;
  }
}

.price-plan {
  scroll-margin-top: 1.5em;
}
.price-plan__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35em 0.5em;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.price-plan__title-mark {
  flex-shrink: 0;
  align-self: center;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #b8121f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.price-plan__title-main {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.price-plan__title-num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.price-plan__title-note {
  align-self: flex-end;
  font-size: 11px;
  font-weight: 400;
  color: #000;
}
.price-plan__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}
.price-plan__notes {
  margin: 40px 0 0;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .price-plan__scroll {
    margin-bottom: 0;
  }
  .price-plan__title {
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    min-width: 640px;
    max-width: none;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .price-plan__title-mark, .price-plan__title-main, .price-plan__title-note {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .price-plan__title-main {
    font-size: 14px;
  }
  .price-plan__title-num {
    font-size: 20px;
  }
  .price-plan__title-note {
    font-size: 10px;
  }
  .price-plan__notes {
    margin-top: 20px;
  }
}

.price-plan-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 0;
  table-layout: fixed;
}
.price-plan-table th,
.price-plan-table td {
  padding: 0.85em 0.5em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 1.4;
}
.price-plan-table thead th {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.price-plan-table__row-head {
  background-color: #6c6c6c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.price-plan-table__row-head a {
  color: #fff;
  text-decoration: none;
}
.price-plan-table__row-head a:hover {
  opacity: 0.85;
}
.price-plan-table__total-head {
  background-color: #b8121f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.price-plan-table__note, .price-plan-table__cell-note {
  display: block;
  margin-top: 0.35em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.price-plan-table__amount {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.05em;
  line-height: 1.07;
}
.price-plan-table__num {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.07;
}
.price-plan-table__unit {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.07;
}
.price-plan-table tbody tr:not(.price-plan-table__total):nth-child(odd) td {
  background-color: #fff;
}
.price-plan-table tbody tr:not(.price-plan-table__total):nth-child(even) td {
  background-color: #f8f8f8;
}
.price-plan-table tbody tr.price-plan-table__total th.price-plan-table__total-head {
  background-color: #b8121f;
  color: #fff;
}
.price-plan-table tbody tr.price-plan-table__total td {
  background-color: #faf2f2;
  color: #890000;
}
.price-plan-table tbody tr.price-plan-table__total .price-plan-table__num,
.price-plan-table tbody tr.price-plan-table__total .price-plan-table__unit {
  color: #890000;
}
@media (max-width: 767.98px) {
  .price-plan-table thead th, .price-plan-table__row-head, .price-plan-table__total-head {
    font-size: 14px;
  }
  .price-plan-table__num {
    font-size: 20px;
  }
  .price-plan-table__unit {
    font-size: 12px;
  }
}

.post-name-price .top_section,
.revision-page-header-price .top_section {
  padding: 3rem calc(50vw - 50%);
}

.price-plan-intro.top_section {
  background-color: #f8f8f8;
}
.price-plan-intro.top_section > h2, .price-plan-intro.top_section > h2:has(+ p) {
  margin-bottom: 0;
}
.price-plan-intro > h2::after {
  content: none;
  display: none;
}
.price-plan-intro > h2 span.b_title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  font-size: 6rem;
  top: 50%;
  z-index: -1;
  width: max-content;
}
@media (max-width: 767.98px) {
  .price-plan-intro > h2 span.b_title {
    font-size: 4rem;
    top: 0;
    white-space: nowrap;
  }
}
.price-plan-intro > h2 + p, .price-plan-intro__lead {
  margin: 0 auto 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  color: #000;
}

.price-plan-nav {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #6c6c6c;
  overflow-x: hidden;
}
.price-plan-nav br:not(.sp_only) {
  display: none;
}
.price-plan-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 80px;
}
.price-plan-nav__item {
  flex: 1 1 0;
  min-width: 0;
  min-height: 80px;
  border-right: 1px solid #6c6c6c;
}
.price-plan-nav__item:last-child {
  border-right: none;
}
.price-plan-nav__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  box-sizing: border-box;
  min-height: 80px;
  padding: 1em 0.5em;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.price-plan-nav__link:link, .price-plan-nav__link:visited, .price-plan-nav__link:active, .price-plan-nav__link:focus, .price-plan-nav__link:focus-visible {
  color: #000;
}
.price-plan-nav__link:active, .price-plan-nav__link:focus, .price-plan-nav__link:focus-visible {
  background-color: #fff;
}
.price-plan-nav__link:active .price-plan-nav__text,
.price-plan-nav__link:active .price-plan-nav__main,
.price-plan-nav__link:active .price-plan-nav__num,
.price-plan-nav__link:active .price-plan-nav__note, .price-plan-nav__link:focus .price-plan-nav__text,
.price-plan-nav__link:focus .price-plan-nav__main,
.price-plan-nav__link:focus .price-plan-nav__num,
.price-plan-nav__link:focus .price-plan-nav__note, .price-plan-nav__link:focus-visible .price-plan-nav__text,
.price-plan-nav__link:focus-visible .price-plan-nav__main,
.price-plan-nav__link:focus-visible .price-plan-nav__num,
.price-plan-nav__link:focus-visible .price-plan-nav__note {
  color: #000;
}
.price-plan-nav__link:active .price-plan-nav__btn-img--default, .price-plan-nav__link:focus .price-plan-nav__btn-img--default, .price-plan-nav__link:focus-visible .price-plan-nav__btn-img--default {
  opacity: 1;
}
.price-plan-nav__link:active .price-plan-nav__btn-img--hover, .price-plan-nav__link:focus .price-plan-nav__btn-img--hover, .price-plan-nav__link:focus-visible .price-plan-nav__btn-img--hover {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .price-plan-nav__link:hover {
    background-color: #faf2f2;
    color: #000;
  }
  .price-plan-nav__link:hover .price-plan-nav__text,
  .price-plan-nav__link:hover .price-plan-nav__main,
  .price-plan-nav__link:hover .price-plan-nav__num,
  .price-plan-nav__link:hover .price-plan-nav__note {
    color: #000;
  }
  .price-plan-nav__link:hover .price-plan-nav__btn-img--default {
    opacity: 0;
  }
  .price-plan-nav__link:hover .price-plan-nav__btn-img--hover {
    opacity: 1;
  }
}
.price-plan-nav__text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}
.price-plan-nav__main {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.price-plan-nav__num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.price-plan-nav__main-tail {
  font-weight: 700;
}
.price-plan-nav__note {
  display: block;
  margin-top: 0.15em;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
}
.price-plan-nav__btn {
  position: relative;
  flex-shrink: 0;
  align-self: center;
  width: 33px;
  height: 33px;
}
.price-plan-nav__btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 33px;
  height: 33px;
  margin: 0;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.price-plan-nav__btn-img--default {
  opacity: 1;
}
.price-plan-nav__btn-img--hover {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .price-plan-nav {
    overflow-x: hidden;
  }
  .price-plan-nav__list {
    flex-direction: row;
    min-height: 0;
  }
  .price-plan-nav__item {
    flex: 1 1 0;
    min-height: 0;
    border-right: 1px solid #6c6c6c;
    border-bottom: none;
  }
  .price-plan-nav__item:last-child {
    border-right: none;
  }
  .price-plan-nav__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
    height: auto;
    min-height: none;
    padding: 2em 0.15em 1em;
    text-align: center;
  }
  .price-plan-nav__text {
    width: 100%;
  }
  .price-plan-nav__btn {
    align-self: center;
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
  .price-plan-nav__btn-img {
    width: 25px;
    height: 25px;
  }
  .price-plan-nav__main {
    font-size: 12px;
    line-height: 1.25;
  }
  .price-plan-nav__main br.sp_only {
    display: block;
  }
  .price-plan-nav__num {
    font-size: 12px;
  }
  .price-plan-nav__main-tail {
    font-size: 10px;
    line-height: 1.25;
  }
  .price-plan-nav__note {
    display: none;
  }
}

.price-details-intro.top_section {
  background-color: #f8f8f8;
}
.price-details-intro.top_section > h2, .price-details-intro.top_section > h2:has(+ p) {
  margin-bottom: 0;
}
.price-details-intro > h2::after {
  content: none;
  display: none;
}
.price-details-intro > h2 span.b_title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  font-size: 6rem;
  top: 50%;
  z-index: -1;
  width: max-content;
}
.price-details-intro > h2 + p, .price-details-intro__lead {
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 767.98px) {
  .price-details-intro > h2 span.b_title {
    font-size: 46px;
  }
}

.price-details-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px 0 50px;
}
.price-details-nav > br:not(.sp_only) {
  display: none;
}
.price-details-nav__group {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 50px;
}
.price-details-nav__group:last-child {
  margin-bottom: 0;
}
.price-details-nav__cat {
  display: flex;
  flex: 0 0 292px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 292px;
  height: 54px;
  min-height: 54px;
  margin: 0;
  padding: 0 0.5em;
  border: 1px solid #bababa;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 100% 100%, 0 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.price-details-nav__cat--agency {
  align-self: flex-start;
  height: 54px;
  max-height: 54px;
  background-color: #890000;
}
.price-details-nav__cat--advisory {
  background-color: #000;
}
.price-details-nav__cat--other {
  background-color: #6c6c6c;
}
.price-details-nav__list {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 5px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-details-nav__list--agency {
  display: grid;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(54px, auto));
  gap: 5px;
}
.price-details-nav__list--wide {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 458px;
}
.price-details-nav__list--agency .price-details-nav__item {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.price-details-nav__list--wide .price-details-nav__item, .price-details-nav__list--wide .price-details-nav__link {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.price-details-nav__item {
  box-sizing: border-box;
  width: 226px;
  min-height: 54px;
  border: 1px solid #bababa;
}
.price-details-nav__list--agency .price-details-nav__item--full {
  grid-column: auto;
}
@media (min-width: 992px) {
  .price-details-nav br.sp_only {
    display: none;
  }
  .price-details-nav br.pc_only {
    display: block;
  }
}
.price-details-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  height: 100%;
  padding: 0 calc(0.75em + 25px) 0 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.price-details-nav__link:link, .price-details-nav__link:visited, .price-details-nav__link:active, .price-details-nav__link:focus, .price-details-nav__link:focus-visible {
  color: #000;
}
.price-details-nav__link:active, .price-details-nav__link:focus, .price-details-nav__link:focus-visible {
  background-color: #fff;
}
.price-details-nav__link:active .price-details-nav__btn-img--default, .price-details-nav__link:focus .price-details-nav__btn-img--default, .price-details-nav__link:focus-visible .price-details-nav__btn-img--default {
  opacity: 1;
}
.price-details-nav__link:active .price-details-nav__btn-img--hover, .price-details-nav__link:focus .price-details-nav__btn-img--hover, .price-details-nav__link:focus-visible .price-details-nav__btn-img--hover {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .price-details-nav__link:hover {
    background-color: #faf2f2;
    color: #000;
  }
  .price-details-nav__link:hover .price-details-nav__btn-img--default {
    opacity: 0;
  }
  .price-details-nav__link:hover .price-details-nav__btn-img--hover {
    opacity: 1;
  }
}
.price-details-nav__text {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.price-details-nav__item--full .price-details-nav__link {
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 54px;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
.price-details-nav__btn {
  position: absolute;
  top: 50%;
  right: 0.75em;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.price-details-nav__btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.price-details-nav__btn-img--default {
  opacity: 1;
}
.price-details-nav__btn-img--hover {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .price-details-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .price-details-nav br.sp_only {
    display: block;
  }
  .price-details-nav br.pc_only {
    display: none;
  }
  .price-details-nav__group {
    flex-direction: column;
    gap: 13px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .price-details-nav__group:last-child {
    margin-bottom: 0;
  }
  .price-details-nav__cat {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 54px;
    border: 1px solid #bababa;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 100% 100%, 0 100%);
    font-size: 14px;
  }
  .price-details-nav__cat--agency {
    align-self: stretch;
  }
  .price-details-nav__list {
    width: 100%;
    max-width: 100%;
  }
  .price-details-nav__list--agency {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 5px;
  }
  .price-details-nav__list--agency .price-details-nav__item {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  .price-details-nav__list--agency .price-details-nav__item--full {
    grid-column: auto;
  }
  .price-details-nav__list--wide {
    display: block;
    width: 100%;
    max-width: none;
  }
  .price-details-nav__list--wide .price-details-nav__item {
    width: 100%;
    max-width: none;
  }
  .price-details-nav__item {
    width: auto;
    min-width: 0;
    max-width: none;
    border: 1px solid #bababa;
  }
  .price-details-nav__link {
    min-width: 0;
    padding: 0.65em calc(0.35em + 25px) 0.65em 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .price-details-nav__list--wide .price-details-nav__link {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .price-details-nav__cat--agency, .price-details-nav__cat--advisory, .price-details-nav__cat--other {
    height: 39px;
    min-height: 39px;
    max-height: 39px;
  }
  .price-details-nav__item {
    min-height: 43px;
  }
  .price-details-nav__link {
    min-height: 43px;
  }
  .price-details-nav__item--full .price-details-nav__link {
    min-height: 43px;
  }
  .price-details-nav__list--agency {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(43px, auto));
  }
  .price-details-nav__list--agency .price-details-nav__item--full {
    grid-column: 1/-1;
  }
}

.entry-body .top_section > h2.price-agency-head,
.post-name-price .top_section > h2.price-agency-head {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 57px;
  min-height: 57px;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0 20px;
  border: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  position: static;
  z-index: auto;
}
.entry-body .top_section > h2.price-agency-head::before, .entry-body .top_section > h2.price-agency-head::after,
.post-name-price .top_section > h2.price-agency-head::before,
.post-name-price .top_section > h2.price-agency-head::after {
  content: none;
  display: none;
}
.entry-body .top_section > h2.price-agency-head span.b_title,
.post-name-price .top_section > h2.price-agency-head span.b_title {
  display: none;
}
@media (max-width: 767.98px) {
  .entry-body .top_section > h2.price-agency-head,
  .post-name-price .top_section > h2.price-agency-head {
    height: 60px;
    min-height: 60px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.entry-body .top_section > h2.price-agency-head,
.post-name-price .top_section > h2.price-agency-head {
  background-color: #890000;
}

.entry-body .top_section > h2.price-advisory-head,
.post-name-price .top_section > h2.price-advisory-head {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 57px;
  min-height: 57px;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0 20px;
  border: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  position: static;
  z-index: auto;
}
.entry-body .top_section > h2.price-advisory-head::before, .entry-body .top_section > h2.price-advisory-head::after,
.post-name-price .top_section > h2.price-advisory-head::before,
.post-name-price .top_section > h2.price-advisory-head::after {
  content: none;
  display: none;
}
.entry-body .top_section > h2.price-advisory-head span.b_title,
.post-name-price .top_section > h2.price-advisory-head span.b_title {
  display: none;
}
@media (max-width: 767.98px) {
  .entry-body .top_section > h2.price-advisory-head,
  .post-name-price .top_section > h2.price-advisory-head {
    height: 60px;
    min-height: 60px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.entry-body .top_section > h2.price-advisory-head,
.post-name-price .top_section > h2.price-advisory-head {
  background-color: #000;
}

.entry-body .top_section > h2.price-other-head,
.post-name-price .top_section > h2.price-other-head {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 57px;
  min-height: 57px;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0 20px;
  border: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  position: static;
  z-index: auto;
}
.entry-body .top_section > h2.price-other-head::before, .entry-body .top_section > h2.price-other-head::after,
.post-name-price .top_section > h2.price-other-head::before,
.post-name-price .top_section > h2.price-other-head::after {
  content: none;
  display: none;
}
.entry-body .top_section > h2.price-other-head span.b_title,
.post-name-price .top_section > h2.price-other-head span.b_title {
  display: none;
}
@media (max-width: 767.98px) {
  .entry-body .top_section > h2.price-other-head,
  .post-name-price .top_section > h2.price-other-head {
    height: 60px;
    min-height: 60px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.entry-body .top_section > h2.price-other-head,
.post-name-price .top_section > h2.price-other-head {
  background-color: #6c6c6c;
}

.entry-body .top_section > h3,
.post-name-price .top_section > h3 {
  text-align: center;
}

.entry-body .price-advisory-plan-note,
.post-name-price .price-advisory-plan-note {
  margin: 0 0 1rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #890000;
  white-space: pre-line;
}
@media (max-width: 767.98px) {
  .entry-body .price-advisory-plan-note,
  .post-name-price .price-advisory-plan-note {
    font-size: 14px;
  }
}

.entry-body .price-page-notes,
.post-name-price .price-page-notes {
  margin: 0 0 1.5rem;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  white-space: pre-line;
}

.entry-body .price_table,
.post-name-price .price_table {
  border-collapse: collapse;
}
.entry-body .price_table th,
.entry-body .price_table td,
.post-name-price .price_table th,
.post-name-price .price_table td {
  border: 1px solid #ddd;
  white-space: pre-line;
  vertical-align: middle;
}
.entry-body .price_table td.no-bottom-border,
.post-name-price .price_table td.no-bottom-border {
  border-bottom: none !important;
}
.entry-body .price_table td.no-border-right,
.post-name-price .price_table td.no-border-right {
  border-right: none !important;
}
.entry-body .price_table br,
.post-name-price .price_table br {
  display: inline;
}
.entry-body [id="05"] .price_table tbody:nth-of-type(2) td.no-bottom-border[rowspan],
.post-name-price [id="05"] .price_table tbody:nth-of-type(2) td.no-bottom-border[rowspan] {
  border-bottom: none !important;
}
.entry-body [id="05"] .price_table tbody:nth-of-type(2) > tr:first-child > td:not([rowspan]),
.post-name-price [id="05"] .price_table tbody:nth-of-type(2) > tr:first-child > td:not([rowspan]) {
  border-bottom: none !important;
}
.entry-body [id="05"] .price_table tbody:nth-of-type(2) > tr:nth-child(3) > td:first-child,
.post-name-price [id="05"] .price_table tbody:nth-of-type(2) > tr:nth-child(3) > td:first-child {
  border-top: none !important;
}
.entry-body .price_table td:has(.price-table-select),
.post-name-price .price_table td:has(.price-table-select) {
  text-align: left;
}
@media (max-width: 767.98px) {
  .entry-body [id="08"] .price_table,
  .post-name-price [id="08"] .price_table {
    table-layout: fixed;
    width: 100%;
  }
  .entry-body [id="08"] .price_table th,
  .entry-body [id="08"] .price_table td,
  .post-name-price [id="08"] .price_table th,
  .post-name-price [id="08"] .price_table td {
    padding: 0.65em 0.35em;
    line-height: 1.45;
  }
}
.entry-body .price-table-select,
.post-name-price .price-table-select {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  line-height: 1.4;
}
.entry-body .price-table-select::before,
.post-name-price .price-table-select::before {
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 16px;
  height: 22px;
  line-height: 1;
}
.entry-body .price-table-select--available,
.post-name-price .price-table-select--available {
  color: #890000;
}
.entry-body .price-table-select--available::before,
.post-name-price .price-table-select--available::before {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #890000;
  border-radius: 50%;
  background-color: transparent;
  content: "";
}
.entry-body .price-table-select--unavailable,
.post-name-price .price-table-select--unavailable {
  color: #000;
}
.entry-body .price-table-select--unavailable::before,
.post-name-price .price-table-select--unavailable::before {
  content: "×";
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background: none;
}
@media (max-width: 767.98px) {
  .entry-body .price-table-select,
  .post-name-price .price-table-select {
    gap: 0.15em;
    line-height: 1.45;
  }
  .entry-body .price-table-select::before,
  .post-name-price .price-table-select::before {
    flex: 0 0 14px;
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
  .entry-body .price-table-select--available::before,
  .post-name-price .price-table-select--available::before {
    width: 12px;
    height: 12px;
    border-width: 1.5px;
  }
  .entry-body .price-table-select--unavailable::before,
  .post-name-price .price-table-select--unavailable::before {
    font-size: 15px;
  }
}
