/* Price page: desktop layout ----------------------------------------------- */
/* 参考: https://test02.nishinihon-kekkonsodansitsu.com/price/ */
@media screen and (min-width: 769px) {
  body.page-price .l-header__inner,
  body.page-template-page-price-php .l-header__inner {
    width: min(1200px, calc(100% - 80px));
    max-width: none;
    padding: 0;
  }

  body.page-price .l-header__logo,
  body.page-template-page-price-php .l-header__logo {
    font-size: 22px;
  }

  body.page-price .c-header-nav,
  body.page-template-page-price-php .c-header-nav {
    gap: 42px;
  }

  body.page-price .c-header-nav__link,
  body.page-template-page-price-php .c-header-nav__link {
    font-size: 17px;
  }

  body.page-price .l-main,
  body.page-template-page-price-php .l-main {
    width: 100%;
  }

  body.page-price .p-page-header,
  body.page-template-page-price-php .p-page-header {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 60px 0 0;
    padding-top: 78px;
    padding-bottom: 0;
    background: #f5f1ee;
  }

  body.page-price .p-page-header__title-en,
  body.page-price .p-price__normal-title-en,
  body.page-price .p-price__faq-title-en,
  body.page-template-page-price-php .p-page-header__title-en,
  body.page-template-page-price-php .p-price__normal-title-en,
  body.page-template-page-price-php .p-price__faq-title-en {
    font-size: 24px;
  }

  body.page-price .p-page-header__title-ja,
  body.page-price .p-price__normal-title-ja,
  body.page-price .p-price__faq-title-ja,
  body.page-template-page-price-php .p-page-header__title-ja,
  body.page-template-page-price-php .p-price__normal-title-ja,
  body.page-template-page-price-php .p-price__faq-title-ja {
    font-size: 36px;
  }

  body.page-price .p-page-header__title-ja,
  body.page-template-page-price-php .p-page-header__title-ja {
    margin-bottom: 58px;
  }

  body.page-price .p-page-header__content,
  body.page-template-page-price-php .p-page-header__content {
    padding: 0;
    background: transparent;
  }

  body.page-price .p-page-header__content-inner,
  body.page-template-page-price-php .p-page-header__content-inner {
    width: min(880px, calc(100% - 80px));
    margin: 0 auto;
    padding: 54px 64px;
    border: 1px solid #e2d9d2;
    background: #fff;
    box-shadow: 0 12px 28px rgba(84, 73, 65, .08);
  }

  body.page-price .p-price__monitor-title,
  body.page-template-page-price-php .p-price__monitor-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  body.page-price .p-price__monitor-info,
  body.page-price .p-price__application-text,
  body.page-template-page-price-php .p-price__monitor-info,
  body.page-template-page-price-php .p-price__application-text {
    font-size: 16px;
    line-height: 2;
  }

  body.page-price .p-price__monitor-tax-note,
  body.page-template-page-price-php .p-price__monitor-tax-note {
    padding-bottom: 30px;
  }

  body.page-price .p-price__application-text,
  body.page-template-page-price-php .p-price__application-text {
    margin-bottom: 32px;
    padding-top: 30px;
  }

  body.page-price .p-price__buttons,
  body.page-template-page-price-php .p-price__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  body.page-price .p-price__button,
  body.page-template-page-price-php .p-price__button {
    width: min(50%, 340px);
    padding: 20px;
  }

  body.page-price .p-main-visual__floating-buttons,
  body.page-template-page-price-php .p-main-visual__floating-buttons {
    top: 50%;
  }

  body.page-price .p-price__normal,
  body.page-template-page-price-php .p-price__normal {
    width: min(1200px, calc(100% - 80px));
    max-width: none;
    margin: 112px auto;
  }

  body.page-price .p-price__normal-title-ja,
  body.page-template-page-price-php .p-price__normal-title-ja {
    margin-bottom: 44px;
  }

  body.page-price .p-price__table-wrapper,
  body.page-template-page-price-php .p-price__table-wrapper {
    overflow: visible;
    margin: 0 0 26px;
  }

  body.page-price .p-price__table,
  body.page-template-page-price-php .p-price__table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  body.page-price .p-price__table-header,
  body.page-price .p-price__table-label,
  body.page-price .p-price__table-value,
  body.page-template-page-price-php .p-price__table-header,
  body.page-template-page-price-php .p-price__table-label,
  body.page-template-page-price-php .p-price__table-value {
    padding: 18px 10px;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
    vertical-align: middle;
  }

  body.page-price .p-price__table-header,
  body.page-template-page-price-php .p-price__table-header {
    height: 82px;
    width: auto;
  }

  body.page-price .p-price__table-label,
  body.page-price .p-price__table-value,
  body.page-template-page-price-php .p-price__table-label,
  body.page-template-page-price-php .p-price__table-value {
    height: 76px;
  }

  body.page-price .p-price__normal-note,
  body.page-template-page-price-php .p-price__normal-note {
    margin: 0;
    font-size: 15px;
  }

  body.page-price .p-price__normal .p-cta,
  body.page-template-page-price-php .p-price__normal .p-cta {
    margin-top: 36px;
  }

  body.page-price .p-price__normal .p-cta__button,
  body.page-template-page-price-php .p-price__normal .p-cta__button {
    max-width: 420px;
    padding: 22px 30px;
  }

  body.page-price .p-price__faq,
  body.page-template-page-price-php .p-price__faq {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 96px max(40px, calc((100% - 960px) / 2));
    background: #fff;
  }

  body.page-price .p-price__faq-title-ja,
  body.page-template-page-price-php .p-price__faq-title-ja {
    margin-bottom: 42px;
  }

  body.page-price .p-price__faq-list,
  body.page-template-page-price-php .p-price__faq-list {
    gap: 28px;
  }

  body.page-price .p-price__faq-item,
  body.page-template-page-price-php .p-price__faq-item {
    gap: 14px;
    padding: 0 28px 26px;
  }

  body.page-price .p-price__faq-question,
  body.page-price .p-price__faq-answer,
  body.page-template-page-price-php .p-price__faq-question,
  body.page-template-page-price-php .p-price__faq-answer {
    gap: 16px;
    padding: 0;
  }

  body.page-price .p-price__faq-question-text,
  body.page-price .p-price__faq-answer-text,
  body.page-template-page-price-php .p-price__faq-question-text,
  body.page-template-page-price-php .p-price__faq-answer-text {
    font-size: 16px;
  }

  body.page-price .p-monitor,
  body.page-template-page-price-php .p-monitor {
    width: 100%;
    max-width: none;
  }

  body.page-price .p-monitor__inner,
  body.page-template-page-price-php .p-monitor__inner {
    width: 100%;
    max-width: none;
    height: 500px;
    padding: 116px 40px;
    background-image: linear-gradient(rgba(55, 65, 76, .15), rgba(55, 65, 76, .15)), url("../img/top/pc/main-monitor.png");
    background-size: cover;
  }

  body.page-price .p-monitor__title,
  body.page-template-page-price-php .p-monitor__title {
    font-size: 40px;
  }

  body.page-price .p-monitor__subtitle-text,
  body.page-template-page-price-php .p-monitor__subtitle-text {
    font-size: 18px;
  }

  body.page-price .p-monitor__buttons,
  body.page-template-page-price-php .p-monitor__buttons {
    flex-direction: row;
    max-width: 720px;
    gap: 20px;
  }

  body.page-price .p-monitor__btn,
  body.page-template-page-price-php .p-monitor__btn {
    width: 50%;
    padding: 20px;
  }

  body.page-price .l-footer,
  body.page-template-page-price-php .l-footer {
    max-width: none;
  }

  body.page-price .l-footer__inner,
  body.page-template-page-price-php .l-footer__inner {
    max-width: none;
    padding: 72px 40px 36px;
  }
}
