@charset "UTF-8";

:root {
  --pp-navy: #052f80;
  --pp-navy-dark: #001948;
  --pp-navy-mid: #183774;
  --pp-blue: #ebf9ff;
  --pp-blue-card: #eaf8fd;
  --pp-gray: #ededed;
  --pp-gray-text: #5d6570;
  --pp-line: #d7dce3;
  --pp-red: #c93737;
  --pp-red-dark: #bd5757;
  --pp-pink: #ffeded;
  --pp-pink-strong: #ffdcdc;
  --pp-yellow: #ffff66;
  --pp-white: #fff;
  --pp-black: #111;
  --pp-radius: 22px;
  --pp-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.ayame-plan-page .pp-page,
.ayame-plan-page .pp-page *,
.ayame-plan-page .pp-page *::before,
.ayame-plan-page .pp-page *::after {
  box-sizing: border-box;
}

.ayame-plan-page .pp-page {
  min-width: 320px;
  color: var(--pp-navy-dark);
  background: var(--pp-white);
  font-family: var(--pp-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

.ayame-plan-page .pp-page button,
.ayame-plan-page .pp-page input,
.ayame-plan-page .pp-page textarea,
.ayame-plan-page .pp-page select {
  font: inherit;
}

.ayame-plan-page .pp-page a {
  color: inherit;
}

.ayame-plan-page .pp-page img {
  max-width: 100%;
  height: auto;
}

.ayame-plan-page .pp-sp-only {
  display: none;
}

/* =========================================================
   WordPress integration
   ========================================================= */

.ayame-plan-page .com_pageTit01 {
  display: none;
}

.ayame-plan-page #contents {
  padding-top: 115px;
  overflow: visible !important;
}

.ayame-plan-page #main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767.9px) {
  .ayame-plan-page #contents {
    padding-top: 60px;
  }
}

/* =========================================================
   Common plan-page layout
   ========================================================= */
.pp-page {
  overflow: hidden;
  width: 100%;
  color: var(--pp-navy-dark);
  background: var(--pp-white);
}

.pp-page p,
.pp-page h1,
.pp-page h2,
.pp-page h3,
.pp-page h4,
.pp-page ul,
.pp-page dl,
.pp-page dd,
.pp-page figure {
  margin-top: 0;
}

.pp-container {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
}

.pp-section {
  padding: 72px 0 78px;
}

.pp-section-title {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 36px;
  color: var(--pp-navy-dark);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}

.pp-section-number {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--pp-white);
  background: var(--pp-navy);
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.pp-highlight {
  background: linear-gradient(transparent 66%, var(--pp-yellow) 66%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pp-highlight--inline {
  background: linear-gradient(transparent 72%, var(--pp-yellow) 72%);
}

/* =========================================================
   Intro
   ========================================================= */
.pp-intro {
  padding: 64px 20px 54px;
  text-align: center;
}

.pp-intro__avatar {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  object-fit: cover;
  border-radius: 50%;
}

.pp-intro h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}

.pp-intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   1. Plan
   ========================================================= */
.pp-plan {
  padding-top: 32px;
  padding-bottom: 82px;
}

.pp-plan-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 54px;
  align-items: center;
  min-height: 342px;
  padding: 62px 42px 42px;
  background: var(--pp-white);
  border: 2px solid var(--pp-navy);
  border-radius: var(--pp-radius);
}

.pp-plan-card__badge {
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 50px;
  padding: 0 22px;
  color: var(--pp-white);
  background: var(--pp-navy);
  border-radius: 20px 0 20px 0;
  font-size: 15px;
  font-weight: 700;
}

.pp-plan-card__main h3 {
  margin: 0 0 24px;
  color: var(--pp-black);
  font-size: 37px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .01em;
}

.pp-plan-title-line {
  max-width: 100%;
  white-space: normal;
  line-break: strict;
  overflow-wrap: anywhere;
}

.pp-plan-card__main p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.pp-recommended {
  padding: 33px 31px 29px;
  background: var(--pp-blue-card);
  border-radius: 20px;
}

.pp-recommended h4 {
  margin: 0 0 20px;
  color: var(--pp-navy);
  font-size: 16px;
  font-weight: 700;
}

.pp-recommended ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-recommended li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.75;
}

.pp-recommended li:first-child {
  margin-top: 0;
}

.pp-round-check {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background: var(--pp-navy);
  border-radius: 50%;
}

.pp-round-check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

/* =========================================================
   2. Fee
   ========================================================= */
.pp-fee {
  background: var(--pp-blue);
}

.pp-fee-card {
  overflow: hidden;
  background: var(--pp-white);
  border: 2px solid var(--pp-navy);
  border-radius: var(--pp-radius);
}

.pp-fee-table {
  margin: 0;
  padding: 32px 32px 25px;
}

.pp-fee-row {
  display: grid;
  grid-template-columns: 28% 72%;
  min-height: 65px;
  margin-top: 10px;
}

.pp-fee-row:first-child {
  margin-top: 0;
}

.pp-fee-row dt,
.pp-fee-row dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 25px;
  color: var(--pp-red);
  background: var(--pp-pink);
}

.pp-fee-row dt {
  justify-content: flex-start;
  background: var(--pp-pink-strong);
  font-size: 17px;
  font-weight: 700;
}

.pp-fee-row dd {
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
}

.pp-fee-row dd strong {
  font-family: Roboto, sans-serif;
  font-size: 27px;
  line-height: 1;
}

.pp-fee-row dd span {
  font-size: 17px;
  font-weight: 700;
}

.pp-fee-row dd small {
  margin-left: 12px;
  color: var(--pp-gray-text);
  font-size: 12px;
  font-weight: 500;
}

.pp-fee-row dd em {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
}

.pp-fee-row--total {
  border: 2px solid var(--pp-red-dark);
}

.pp-fee-row--total dt {
  color: var(--pp-white);
  background: var(--pp-red-dark);
}

.pp-fee-row--total dd strong {
  font-size: 30px;
}

.pp-fee-condition {
  padding: 28px 34px 31px;
  background: var(--pp-gray);
  border-top: 1px solid #e1e1e1;
}

.pp-fee-condition h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

.pp-fee-condition h3 > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: var(--pp-navy);
  border-radius: 2px;
}

.pp-fee-condition p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.pp-fee-condition .pp-note {
  margin-top: 15px;
  color: var(--pp-gray-text);
  font-size: 12px;
  line-height: 1.85;
}

.pp-case-links {
  margin-top: 26px;
  padding: 24px 30px;
  background: var(--pp-white);
  border-radius: 18px;
}

.pp-case-links h3 {
  margin: 0 0 12px;
  color: var(--pp-navy);
  font-size: 16px;
  font-weight: 700;
}

.pp-case-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-case-links li + li {
  margin-top: 8px;
}

.pp-case-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   3. Options
   ========================================================= */
.pp-options {
  background: var(--pp-white);
}

.pp-options-table {
  overflow: hidden;
  border: 2px solid var(--pp-navy);
  border-radius: var(--pp-radius);
}

.pp-options-head,
.pp-option-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  align-items: center;
}

.pp-options-head {
  min-height: 52px;
  color: var(--pp-white);
  background: #1d4080;
  font-size: 14px;
  font-weight: 700;
}

.pp-options-head span {
  padding: 12px 30px;
}

.pp-options-head span:last-child {
  text-align: right;
}

.pp-option-row {
  min-height: 85px;
  background: var(--pp-white);
  border-top: 1px solid var(--pp-line);
}

.pp-option-row > span {
  padding: 19px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.pp-option-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pp-option-row > span:last-child {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
  color: var(--pp-gray-text);
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.pp-option-row strong {
  margin-left: 0;
  color: var(--pp-red);
  font-family: Roboto, var(--pp-font);
  font-size: 23px;
  font-weight: 700;
}

.pp-square-check {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 3px solid #657081;
  border-radius: 4px;
}

.pp-square-check::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid var(--pp-navy);
  border-left: 3px solid var(--pp-navy);
  transform: rotate(-45deg);
}

.pp-options-note {
  margin: 16px 0 0;
  color: var(--pp-gray-text);
  font-size: 12px;
}

/* =========================================================
   4. Advice
   ========================================================= */
.pp-advice {
  background: var(--pp-blue);
}

.pp-advice-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: 41px 46px 34px;
  background: var(--pp-white);
  border: 2px solid var(--pp-navy);
  border-radius: var(--pp-radius);
}

.pp-advice-card__profile {
  display: block;
  align-self: start;
}

.pp-advice-card__profile img {
  display: block;
  width: 154px;
  height: 154px;
  object-fit: cover;
  border-radius: 50%;
}

.pp-advice-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.pp-advice-card__name {
  display: block;
  margin-top: 25px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.pp-related-articles {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 24px;
  border-top: 1px solid var(--pp-line);
}

.pp-related-articles h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
}

.pp-related-articles ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-related-articles a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--pp-navy-dark);
  font-size: 13px;
}

.pp-related-articles a span {
  font-size: 18px;
  line-height: 1;
}

/* =========================================================
   5. Flow
   ========================================================= */
.pp-flow {
  background: var(--pp-white);
}

.pp-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pp-flow-card {
  min-height: 254px;
  padding: 27px 31px 28px;
  background: var(--pp-blue-card);
  border-radius: 20px;
}

.pp-flow-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  font-size: 17px;
  font-weight: 700;
}

.pp-mini-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: var(--pp-white);
  border-radius: 50%;
}

.pp-mini-icon--clock::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid var(--pp-navy);
  border-radius: 50%;
}

.pp-mini-icon--clock::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: 7px;
  border-bottom: 2px solid var(--pp-navy);
  border-left: 2px solid var(--pp-navy);
}

.pp-mini-icon--document::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: url("../img/icon01.svg") center / 18px 18px no-repeat;
}

.pp-mini-icon--document::after {
  display: none;
  content: none;
}

.pp-period {
  margin: 35px 0 4px;
  color: var(--pp-red);
  text-align: center;
  line-height: 1;
}

.pp-period em {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
}

.pp-period strong {
  margin: 0 2px;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  font-weight: 700;
}

.pp-period span {
  font-size: 21px;
  font-weight: 700;
}

.pp-flow-card--period small {
  display: block;
  margin-top: 22px;
  color: var(--pp-gray-text);
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
}

.pp-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-check-list li {
  position: relative;
  margin-top: 14px;
  padding-left: 29px;
  font-size: 15px;
  line-height: 1.75;
}

.pp-check-list li:first-child {
  margin-top: 0;
}

.pp-flow-note {
  margin: 16px 0 0;
  color: var(--pp-gray-text);
  font-size: 12px;
  line-height: 1.75;
}

.pp-check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid var(--pp-navy);
  border-left: 2px solid var(--pp-navy);
  transform: rotate(-45deg);
}

.pp-support-card {
  overflow: hidden;
  margin-top: 24px;
  background: var(--pp-blue-card);
  border-radius: 20px;
}

.pp-support-card > h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 61px;
  margin: 0;
  padding: 13px 28px;
  color: var(--pp-white);
  background: #1d4080;
  font-size: 18px;
  font-weight: 700;
}

.pp-support-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--pp-navy);
  background: var(--pp-white);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.pp-support-card__body {
  padding: 29px 30px 25px;
}

.pp-check-list--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 42px;
}

.pp-check-list--columns li {
  margin: 0;
}

/* サポート内容はデザインどおり、青丸＋白チェックを使用 */
.pp-check-list--columns li::before {
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--pp-navy);
  border: 0;
  border-radius: 50%;
  transform: none;
}

.pp-check-list--columns li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 7px;
  height: 4px;
  border-bottom: 1.7px solid var(--pp-white);
  border-left: 1.7px solid var(--pp-white);
  transform: rotate(-45deg);
}

.pp-schedule-note {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid #cbdce5;
}

.pp-schedule-note p {
  margin: 0;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.8;
}

.pp-schedule-note p + p {
  margin-top: 3px;
  font-size: 13px;
}

.pp-schedule-note > p:first-child {
  position: relative;
}

.pp-calendar-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/icon02.svg") center / 22px 22px no-repeat;
}

.pp-calendar-icon::before {
  display: none;
  content: none;
}

/* =========================================================
   6. FAQ
   ========================================================= */
.pp-faq {
  background: var(--pp-gray);
}

.pp-faq-list {
  display: grid;
  gap: 14px;
}

.pp-faq-item {
  overflow: hidden;
  background: var(--pp-white);
  border-radius: 8px;
}

.pp-faq-item summary {
  display: grid;
  grid-template-columns: 32px 1fr 22px;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 17px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
}

.pp-faq-item summary::-webkit-details-marker {
  display: none;
}

.pp-faq-item summary i {
  position: relative;
  width: 16px;
  height: 16px;
}

.pp-faq-item summary i::before,
.pp-faq-item summary i::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 9px;
  height: 2px;
  background: var(--pp-navy);
  transition: transform .2s ease;
}

.pp-faq-item summary i::before {
  left: 0;
  transform: rotate(45deg);
}

.pp-faq-item summary i::after {
  right: 0;
  transform: rotate(-45deg);
}

.pp-faq-item[open] summary i::before {
  transform: rotate(-45deg);
}

.pp-faq-item[open] summary i::after {
  transform: rotate(45deg);
}

.pp-q,
.pp-a {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.pp-q {
  color: var(--pp-navy);
}

.pp-a {
  color: var(--pp-red);
}

.pp-faq-answer {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  padding: 0 24px 22px;
  font-size: 15px;
}

.pp-faq-answer p {
  margin: 0;
}

/* =========================================================
   7. Contact
   ========================================================= */
.pp-contact {
  background: var(--pp-blue);
}

.pp-contact__lead {
  margin: -9px 0 26px;
  font-size: 14px;
}

.pp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 38px;
  align-items: end;
}

.pp-contact-buttons {
  display: grid;
  gap: 15px;
}

.pp-contact-buttons__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.pp-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 78px;
  padding: 12px 22px;
  border: 2px solid var(--pp-navy);
  border-radius: 999px;
  text-align: left;
}

.pp-contact-button svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.pp-contact-button span {
  display: grid;
  gap: 1px;
}

.pp-contact-button strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.pp-contact-button small {
  color: var(--pp-gray-text);
  font-size: 11px;
  line-height: 1.4;
}

.pp-contact-button--primary {
  min-height: 92px;
  color: var(--pp-white) !important;
  background: var(--pp-navy);
}

.pp-contact-button--primary strong,
.pp-contact-button--primary small,
.pp-contact-button--primary svg {
  color: var(--pp-white) !important;
}

.pp-contact-button--primary svg *,
.pp-contact-button--primary svg path {
  stroke: var(--pp-white) !important;
}

.pp-contact-button--outline {
  background: var(--pp-white);
}

.pp-contact-photo {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.pp-contact-photo img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* =========================================================
   Related plans
   ========================================================= */
.pp-related-plans {
  padding: 47px 0 54px;
  background: var(--pp-white);
}

.pp-related-plans h2 {
  margin: 0 0 20px;
  color: var(--pp-gray-text);
  font-size: 14px;
  font-weight: 700;
}

.pp-related-plans__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.pp-related-plans__links a,
.pp-related-plans__links span {
  color: var(--pp-gray-text);
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

/* =========================================================
   Hover / motion
   ========================================================= */
@media (hover: hover) {
  .pp-contact-button,
  .pp-related-articles a,
  .pp-related-plans a,
  .pp-advice-card__profile,
  .pp-advice-card__name,
  .pp-contact-photo {
    transition: opacity .2s ease, background-color .2s ease, transform .2s ease;
  }

  .pp-contact-button:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  .pp-contact-button--outline:hover {
    background: #f4fbff;
  }
}

/* =========================================================
   Mobile
   ========================================================= */
@media screen and (max-width: 767.9px) {
  .ayame-plan-page .pp-page {
    font-size: 15px;
    line-height: 1.8;
  }

  .ayame-plan-page .pp-sp-only {
    display: block;
  }

















  .pp-container {
    width: min(100% - 32px, 640px);
  }

  .pp-section {
    padding: 55px 0 61px;
  }

  .pp-section-title {
    gap: 13px;
    margin-bottom: 27px;
    font-size: 24px;
    line-height: 1.45;
  }

  .pp-section-number {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .pp-intro {
    padding: 44px 17px 43px;
  }

  .pp-intro__avatar {
    width: 78px;
    height: 78px;
    margin-bottom: 25px;
  }

  .pp-intro h1 {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: -.04em;
    white-space: nowrap;
  }

  .pp-intro p {
    max-width: 320px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.9;
  }

  .pp-plan {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .pp-plan-card {
    display: block;
    min-height: 0;
    padding: 68px 23px 27px;
    border-radius: 24px;
  }

  .pp-plan-card__badge {
    min-width: 91px;
    height: 41px;
    padding: 0 18px;
    border-radius: 22px 0 18px 0;
    font-size: 14px;
  }

  .pp-plan-card__main h3 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.45;
  }

  .pp-plan-card__main p {
    font-size: 16px;
    line-height: 2.05;
  }

  .pp-recommended {
    margin-top: 29px;
    padding: 25px 23px 23px;
    border-radius: 20px;
  }

  .pp-recommended h4 {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .pp-recommended li {
    grid-template-columns: 20px 1fr;
    gap: 10px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8;
  }

  .pp-fee-table {
    padding: 34px 34px 28px;
  }

  .pp-fee-row {
    display: block;
    min-height: 0;
    margin-top: 12px;
  }

  .pp-fee-row dt,
  .pp-fee-row dd {
    justify-content: center;
    min-height: 61px;
    padding: 10px 14px;
    text-align: center;
  }

  .pp-fee-row dt {
    font-size: 16px;
  }

  .pp-fee-row dd {
    min-height: 65px;
  }

  .pp-fee-row dd strong {
    font-size: 28px;
  }

  .pp-fee-row dd small {
    margin-left: 8px;
    font-size: 11px;
  }

  .pp-fee-row--total {
    border-width: 2px;
  }

  .pp-fee-row--total dd strong {
    font-size: 32px;
  }

  .pp-fee-condition {
    padding: 27px 23px 28px;
  }

  .pp-fee-condition h3 {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .pp-fee-condition p {
    font-size: 14px;
    line-height: 1.95;
  }

  .pp-fee-condition .pp-note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.9;
  }

  .pp-options-table {
    border-radius: 24px;
  }

  .pp-options-head {
    grid-template-columns: 1fr 150px;
    min-height: 50px;
    font-size: 13px;
  }

  .pp-options-head span {
    padding: 12px 18px;
  }

  .pp-option-row {
    display: block;
    min-height: 0;
    padding: 23px 26px 22px;
  }

  .pp-option-row > span {
    padding: 0;
  }

  .pp-option-row > span:first-child {
    gap: 17px;
    font-size: 15px;
  }

  .pp-option-row > span:last-child {
    display: block;
    margin-top: 14px;
    text-align: right;
    font-size: 11px;
  }

  .pp-option-row strong {
    font-size: 22px;
  }

  .pp-square-check {
    flex-basis: 23px;
    width: 23px;
    height: 23px;
  }

  .pp-options-note {
    font-size: 12px;
    line-height: 1.8;
  }

  .pp-advice-card {
    display: block;
    padding: 34px 27px 27px;
    border-radius: 24px;
  }

  .pp-advice-card__profile img {
    width: 164px;
    height: 164px;
    margin: 0 auto 28px;
  }

  .pp-advice-card__body p {
    font-size: 16px;
    line-height: 2.05;
  }

  .pp-advice-card__name {
    margin-top: 20px;
    font-size: 13px;
  }

  .pp-related-articles {
    margin-top: 24px;
    padding-top: 20px;
  }

  .pp-related-articles h3 {
    font-size: 15px;
  }

  .pp-related-articles ul {
    display: grid;
    gap: 10px;
  }

  .pp-related-articles a {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 3px;
    font-size: 13px;
  }

  .pp-flow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pp-flow-card {
    min-height: 0;
    padding: 26px 24px 28px;
    border-radius: 20px;
  }

  .pp-flow-card h3 {
    margin-bottom: 26px;
    font-size: 17px;
  }

  .pp-period {
    margin: 29px 0 0;
  }

  .pp-period strong {
    font-size: 41px;
  }

  .pp-flow-card--period small {
    margin-top: 20px;
    font-size: 11px;
  }

  .pp-check-list li {
    margin-top: 15px;
    padding-left: 29px;
    font-size: 15px;
    line-height: 1.8;
  }

  .pp-support-card {
    margin-top: 24px;
    border-radius: 20px;
  }

  .pp-support-card > h3 {
    min-height: 63px;
    padding: 14px 22px;
    font-size: 17px;
  }

  .pp-support-card__body {
    padding: 27px 23px 25px;
  }

  .pp-check-list--columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .pp-schedule-note {
    margin-top: 23px;
    padding-top: 21px;
  }

  .pp-schedule-note p {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.85;
  }

  .pp-schedule-note p:first-child {
    padding-left: 0;
  }

  .pp-schedule-note p + p {
    margin-top: 8px;
    font-size: 14px;
  }

  .pp-calendar-icon {
    display: none;
  }

  .pp-faq-list {
    gap: 12px;
  }

  .pp-faq-item {
    border-radius: 12px;
  }

  .pp-faq-item summary {
    grid-template-columns: 24px 1fr 18px;
    gap: 10px;
    min-height: 74px;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .pp-faq-answer {
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 0 22px 22px;
    font-size: 15px;
    line-height: 1.8;
  }

  .pp-contact__lead {
    margin: -4px 0 27px;
    font-size: 14px;
    line-height: 1.9;
  }

  .pp-contact-layout {
    display: block;
  }

  .pp-contact-buttons {
    gap: 13px;
  }

  .pp-contact-buttons__row {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .pp-contact-button,
  .pp-contact-button--primary {
    min-height: 76px;
    padding: 11px 20px;
  }

  .pp-contact-button strong {
    font-size: 15px;
  }

  .pp-contact-photo {
    display: none;
  }

  .pp-related-plans {
    padding: 46px 0 49px;
  }

  .pp-related-plans h2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .pp-related-plans__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 15px;
  }

  .pp-related-plans__links a,
.pp-related-plans__links span {
    width: fit-content;
    font-size: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ayame-plan-page .pp-page *,
  .ayame-plan-page .pp-page *::before,
  .ayame-plan-page .pp-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
