@font-face {
  font-family: "DIN2014Digits";
  src: local("din-2014"), local("DIN 2014");
  unicode-range: U+0030-0039, U+FF10-FF19;
  font-style: normal;
  font-weight: 400 800;
}

:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-heading: "DIN2014Digits", "din-2014", "DIN 2014", "LINE Seed JP", "LINE Seed Sans JP", "Noto Sans JP", sans-serif;
  --Body_Default-Font-Family: "Noto Sans JP", sans-serif;
  --Body_Strong-Font-Family: "Noto Sans JP", sans-serif;
  --CV_Default-Font-Family: "Noto Sans JP", sans-serif;
  --Offer-Font-Family: "Noto Sans JP", sans-serif;
  --H2-Font-Family: var(--font-heading);
  --color-bg: #fff;
  --color-surface: #ffffff;
  --color-text: #333333;
  --color-muted: #7e8285;
  --color-green: #0dcf2a;
  --color-green-soft: #e2fae5;
  --color-blue: #006efa;
  --color-blue-soft: #e8f0ff;
  --color-purple: #6f2fff;
  --color-border: #d7dadd;
  --H2-Font-Size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
  --H3-Font-Size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
  --H4-Font-Size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  --H5-Font-Size: 16px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-0-5: 4px;
  --space-1-25: 10px;
  --space-2-5: 20px;
  --space-6-5: 40px;
  --space-8: 80px;
  --space-9: 120px;
  --space-hero-offset: 65px;
  --space-9-mobile: 72px;
  --space-mobile-cta-gap: 0px;
  --space-mobile-container-inline: 12px;
  --space-mobile-faq-inline: 16px;
  --space-mobile-card-inline: 12px;
  --space-mobile-card-block: 32px;
  --space-mobile-linefree-inline: 16px;
  --space-mobile-linefree-block: 40px;
  --container: 960px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  padding: 0px;
  margin-inline: auto;
}

.section {
  padding: var(--space-6) 0;
}

.section-title {
  margin-bottom: var(--space-4);
  text-align: center;
  font-size: var(--H2-Font-Size);
}

.plan-card,
.campaign-panel,
.detail-card,
.option-card,
.help-card,
.related-link,
.tabs__panel,
.notes-list,
.page-footer {
  background: var(--color-surface);
  border-radius: var(--radius-md);
}

.plan-hero {
  background: var(--color-green);
}

.hero-card {
  width: min(100% - 32px, 944px);
  margin-inline: auto;
}

.hero-note {
  width: min(100% - 32px, 944px);
  margin: 12px auto 0;
}

.hero-note__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.hero-note__list li {
  position: relative;
  padding-left: 1.2em;
}

.hero-note__list li+li {
  margin-top: 4px;
}

.hero-note__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.fv-image {
  width: 100%;
  height: auto;
  display: block;
}

.fv-image--sp {
  display: none;
}

.plan-selection__grid,
.plan-detail__stack,
.option-grid,
.related-grid,
.help-grid {
  display: grid;
  gap: var(--space-3);
}

.plan-selection {
  background: #fff;
}

.plan-selection__sub {
  margin: 0;
  font-size: var(--H4-Font-Size);
  font-weight: 700;
  text-align: center;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.plan-selection__title {
  font-family: "LINE Seed JP";
  margin-top: 8px;
  margin-bottom: var(--space-4);
  font-family: var(--font-heading);
  font-size: var(--H2-Font-Size);
  font-weight: 800;
  line-height: 130%;
}

.plan-selection__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 768px) {
  .fv-image--pc {
    display: none;
  }

  .fv-image--sp {
    display: block;
  }

  .plan-selection__grid {
    grid-template-columns: 1fr;
  }

  .plan-price-group,
  .plan-long-card-area {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-right: 0;
  }

  .plan-selection .plan-card__header picture {
    display: block;
    width: 100%;
  }
}

.plan-card {
  border: 2px solid var(--color-text);
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-surface);
}

.plan-selection .plan-card {
  display: flex;
  flex-direction: column;
}


.plan-card__header {
  min-height: 142px;
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 2px solid var(--color-text);
}

.plan-selection .plan-card__header picture {
  display: block;
  width: 100%;
}

.plan-selection .plan-card__header picture img {
  width: auto;
  max-width: 100%;
  height: 33px;
  margin-inline: auto;
}

.plan-card__body {
  padding: var(--space-4);
  text-align: center;
}

.plan-selection .plan-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}



.plan-card--green .plan-card__header {
  background: var(--color-green);
  color: #fff;
}

.plan-card--blue .plan-card__header {
  background: var(--color-blue);
  color: #fff;
}

.plan-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
}

.plan-tag--green {
  color: #068319;
}

.plan-tag--blue {
  color: #006efa;
}

.plan-recommend {
  margin: 0;
  font-family: var(--font-base);
  font-size: var(--H3-Font-Size);
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.plan-illustration {
  margin: 12px auto 10px;
  margin-bottom: 0px;
}

.plan-price-area{
  padding-right: 0;
}

.plan-price-group {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
}

.plan-price-group img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.plan-divider {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #b4b9be;
}

.plan-feature-list {

  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-style: normal;

}

.plan-feature-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.64px;
}

.plan-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 0;
  font-weight: 700;
  color: #068319;
}

.plan-card--blue .plan-feature-list li::before {
  color: #006efa;
}

.plan-feature-list--multi {
  display: grid;
  gap: 12px;
}

.plan-note-ref {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;

}

.plan-detail-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-4);
  border-radius: 999px;
  border: 2px solid var(--color-text);
  box-shadow: 0 4px 0 #333;
  color: #fff;
  text-decoration: none;
  padding: var(--space-2-5) 56px var(--space-2-5) var(--space-4);
}

.plan-detail-btn__label {
  font-family: var(--CV_Default-Font-Family, "din-2014", "DIN 2014", "Noto Sans JP");
  font-weight: 700;
  font-style: normal;
  font-size: var(--CV_Default-Font-Size, 18px);
  line-height: 130%;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
}

.plan-detail-btn__icon {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.plan-detail-btn--green {
  background: #068319;
}

.plan-detail-btn--blue {
  background: #006efa;
}

.plan-detail-btn--light {
  background: #fff;
  color: #333;
}

.plan-detail-btn--light .plan-detail-btn__icon {
  filter: none;
}

.plan-selection .plan-detail-btn {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 0;
  padding: var(--space-2-5) var(--space-4);
}

.plan-selection .plan-detail-btn::before {
  content: "";
  width: 24px;
  height: 24px;
}

.plan-selection .plan-detail-btn .plan-detail-btn__icon {
  position: static;
  transform: none;
  justify-self: end;
}

.plan-offer-list {
  font-family: "Noto Sans JP";
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #7e8285;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.plan-offer-list li+li {
  margin-top: 4px;
}

.plan-offer-list li,
.usage-offer-list li,
.plan-call-box__note,
.plan-small-note-list .plan-small-note,
.plan-common-note {
  position: relative;
  padding-left: 1.2em;
}

.plan-offer-list li[data-note],
.usage-offer-list li[data-note],
.plan-call-box__note[data-note],
.plan-small-note-list .plan-small-note[data-note],
.plan-common-note[data-note] {
  padding-left: 2em;
}

.plan-offer-list li::before,
.usage-offer-list li::before,
.plan-call-box__note::before,
.plan-small-note-list .plan-small-note::before,
.plan-common-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.plan-offer-list li[data-note]::before,
.usage-offer-list li[data-note]::before,
.plan-call-box__note[data-note]::before,
.plan-small-note-list .plan-small-note[data-note]::before,
.plan-common-note[data-note]::before {
  content: "※" attr(data-note);
}

.plan-offer-list li,
.usage-offer-list li {
  margin: 0;
}

.plan-card__body .plan-offer-list {
  align-self: stretch;
  text-align: left;
}

.campaign-highlight {
  background: #f0f4f7;
  padding-top: var(--space-8);
  padding-bottom: var(--space-9);
}

.linefree-card {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  background: #fff;
  border: 2px solid #333;
  border-radius: 24px;
  box-shadow: 28px 28px 0 #34d74c;
  padding: var(--space-6) var(--space-6-5);
  text-align: center;
}

.linefree-card__sub {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-inline: var(--space-6-5);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.linefree-card__sub::before,
.linefree-card__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 56px;
}

.linefree-card__sub::before {
  left: 0;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.linefree-card__sub::after {
  right: 0;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.linefree-card__sub span {
  color: #079c00;
}

.linefree-card__title {
  margin: var(--space-2) 0 var(--space-4);
  font-family: var(--font-heading);
  font-size: var(--H2-Font-Size);
  line-height: 1.2;
  color: #068319;

}

.linefree-card__title:first-line {
  color: #333;
}

.linefree-card__label {
  margin: 16px 0 2px;
  font-size: 12px;
  color: #7e8285;
  font-weight: 700;
}

.linefree-card img {
  margin-inline: auto;
}

.linefree-card__note {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.linefree-card__note span {
  color: #068319;
}

.linefree-card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-4);
  min-width: 448px;
  border: 2px solid #333;
  border-radius: 999px;
  box-shadow: 0 4px 0 #333;
  padding: 18px 56px 18px var(--space-4);
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.linefree-card__link img {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.linefree-card__notes {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--color-surface);
}

.comparison-table th,
.comparison-table td {
  border: 1px solid var(--color-border);
  padding: var(--space-2);
  text-align: center;
}

.comparison-table thead th:nth-child(2) {
  background: var(--color-green);
  color: #fff;
}

.comparison-table thead th:nth-child(3) {
  background: var(--color-blue);
  color: #fff;
}

.usage-comparison {
  background: #fff;
  padding: var(--space-8) 0;
}

.usage-comparison__title {
  font-family: "LINE Seed JP";
  margin-bottom: var(--space-4);
}

.usage-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.usage-comparison-table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
}

.usage-comparison-table th,
.usage-comparison-table td {
  padding: var(--space-3) var(--space-2);
  text-align: center;
  border-bottom: 1px solid #b4b9be;
  font-size: 16px;
  font-weight: 700;
}

.usage-comparison-table thead th {
  border-bottom: 0;
}

.usage-comparison-table thead tr:nth-child(2) th {
  border-bottom: 1px solid #b4b9be;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(n + 2),
.usage-comparison-table tbody td:nth-child(n + 2) {
  position: relative;
  border-bottom: 0;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(n + 2)::after,
.usage-comparison-table tbody td:nth-child(n + 2)::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  border-bottom: 1px solid #b4b9be;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(2)::after,
.usage-comparison-table tbody td:nth-child(2)::after {
  right: 0;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(3)::after,
.usage-comparison-table tbody td:nth-child(3)::after {
  left: 0;
  right: 8px;
}

.usage-head-left,
.usage-comparison-table tbody th {
  width: 218px;
  background: #fff;
  color: #333;
}

.usage-comparison-table thead tr:first-child th:first-child,
.usage-comparison-table thead tr:nth-child(2) th:first-child,
.usage-comparison-table tbody th {
  border-right: 12px solid #fff;
}

.usage-comparison-table thead tr:first-child th:nth-child(2),
.usage-comparison-table thead tr:nth-child(2) th:nth-child(3),
.usage-comparison-table tbody td:nth-child(3) {
  border-right: 8px solid #fff;
}

.usage-head-plan {
  padding: 16px 24px;
  border-radius: 14px 14px 0 0;
}

.usage-head-plan--green {
  background: #0dcf2a;
}

.usage-head-plan--blue {
  background: #006efa;
}

.usage-head-plan img {
  display: block;
  margin-inline: auto;
  width: auto;
  height: 32px;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(2),
.usage-comparison-table thead tr:nth-child(2) th:nth-child(3),
.usage-comparison-table tbody td:nth-child(2),
.usage-comparison-table tbody td:nth-child(3) {
  background: #e2fae5;
}

.usage-comparison-table thead tr:nth-child(2) th:nth-child(4),
.usage-comparison-table tbody td:nth-child(4) {
  background: #e3efff;
}

.usage-comparison-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 14px;
}

.usage-comparison-table tbody tr:last-child td:nth-child(3) {
  border-bottom-right-radius: 14px;
}

.usage-comparison-table tbody tr:last-child td:nth-child(4) {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.usage-comparison-table tbody tr:last-child th,
.usage-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.usage-comparison-table tbody tr:last-child td::after {
  display: none;
}

.usage-ref {
  margin-left: 2px;
  font-size: 10px;
}

.usage-offer-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #7e8285;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.usage-cta {
  display: table;
  min-width: 420px;
  margin: 20px auto 0;
}

.plan-detail__title {
  font-family: var(--H2-Font-Family, "din-2014", "DIN 2014", "LINE Seed JP");
  font-size: var(--H2-Font-Size, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 1.28px;
  margin-bottom: var(--space-4);
}

.plan-detail__stack {
  display: grid;
  gap: 80px;
  max-width: 960px;
  margin-inline: auto;
}

.plan-long-card {
  background: #fff;
  border: 2px solid #333;
  border-radius: 14px;
  overflow: hidden;
}

.plan-long-card__header {
  padding: var(--space-3);
  border-bottom: 2px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.plan-long-card__header > img,
.plan-long-card__header picture img {
  width: auto;
  max-width: 100%;
  height: 46px;
  margin-inline: auto;
}


.plan-long-card--green .plan-long-card__header {
  background: #0dcf2a;
}

.plan-long-card--blue{
  margin-bottom: 40px;
}

.plan-long-card--blue .plan-long-card__header {
  background: #006efa;
}

.plan-long-card__body {
  padding: var(--space-6) var(--space-6-5) var(--space-8);
}

.plan-example-box {
  margin: 0 auto;
  display: block;
  width: fit-content;
  max-width: none;
  border-radius: 12px;
  background: #eef0f2;
  padding: var(--space-3) var(--space-3) var(--space-4);
  margin-bottom: var(--space-6);
}

.plan-example-box strong {
  display: block;
  color: #068319;
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}

.plan-example-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-example-list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.plan-example-list li+li {
  margin-top: 2px;
}

.plan-example-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 18px;
  font-weight: 700;
  color: #068319;
}

.plan-long-card--blue .plan-example-box strong,
.plan-long-card--blue .plan-example-list li::before {
  color: #006efa;
}

.plan-long-card-area {
  margin: 0 auto;
  max-width: 320px;
}

.plan-long-card__section-head {
  margin: var(--space-6) 0 var(--space-2);
  text-align: center;
  font-size: var(--H3-Font-Size);
  font-weight: 700;
}

.plan-accordion {
  margin-top: var(--space-5);
  border: 1px solid #d7dadd;
  border-radius: 10px;
  background: #fff;
}

.plan-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 40px 12px 12px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.plan-accordion summary::-webkit-details-marker {
  display: none;
}

.plan-accordion summary::before,
.plan-accordion summary::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.plan-accordion summary::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4d4d4d;
}

.plan-accordion summary::after {
  width: 12px;
  height: 12px;
  right: 22px;
  background:
    linear-gradient(#fff, #fff) center / 12px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 12px no-repeat;
}

.plan-accordion[open] summary::after {
  background: linear-gradient(#fff, #fff) center / 12px 2px no-repeat;
}

.plan-accordion__content {
  border-top: 1px solid #d7dadd;
  padding: var(--space-2);
}

.plan-accordion__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.plan-accordion__content li {
  position: relative;
  padding-left: 28px;
}

.plan-accordion__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--Background-Default-Gray, #b4b9be) 0 4px, transparent 4px);
  transform: translateY(-50%);
}

.plan-accordion__content li+li {
  margin-top: 8px;
}

.plan-accordion__content a {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #4f22e5;
  font-weight: 700;
}

.plan-accordion__link {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.plan-accordion__link a {
  margin-top: 0;
}

.plan-normal-list {
  margin: 12px 0 0;
  padding-left: 1.4em;
  list-style: disc;
  color: #333;
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}

.plan-normal-list li+li {
  margin-top: 4px;
}

.plan-accordion__link-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.plan-call-rate {
  margin: 0;
  text-align: center;
  font-size: var(--H3-Font-Size);
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.96px;
  color: #068319;
}

.plan-call-rate .plan-link-like {
  color: #006EFA;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.plan-call-rate span {
  font-size: 15px;
  color: #333;
  margin-left: 2px;
}

.plan-call-box {
  margin-top: var(--space-4);
  border-radius: 10px;
  padding: var(--space-4);
  display: grid;
  gap: 10px;
}

.plan-call-box--green {
  background: #e2fae5;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 14px;
}

.plan-call-box--blue {
  background: #e3efff;
  grid-template-columns: 1fr;
}

.plan-long-card--blue .plan-call-rate {
  color: #333;
}

.plan-call-box--blue p {
  text-align: left;
}

.plan-call-box--blue .plan-call-sub {
  text-align: center;
}

.plan-call-box--blue .plan-call-price {
  text-align: center;
  justify-content: center;
}

.plan-call-box--blue .plan-call-box__note-list {
  margin: 24px 0;
  width: 100%;
}

.plan-call-box--blue .plan-call-box__note {
  text-align: left;
}

.plan-call-box--blue .plan-call-box__link {
  justify-self: center;
}

.plan-call-box__image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.plan-call-box__image img {
  display: block;
  margin-inline: auto;
}

.plan-call-box>div {
  text-align: center;
}

.plan-call-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.plan-call-col img {
  display: block;
  margin-inline: auto;
}

.plan-call-box--green .plan-call-col > img {
  align-self: center;
  width: 404px;
  max-width: 404px;
}

.plan-call-box--green .plan-call-col:nth-child(2) {
  border-left: 1px solid #b4b9be;
}

.plan-call-box--green .plan-call-col {
  padding-inline: 12px;
}

.plan-call-box--green .plan-call-col > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.plan-call-main {
  font-family: var(--Body_Strong-Font-Family, "din-2014", "DIN 2014", "Noto Sans JP");
  font-size: var(--Body_Strong-Font-Size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.64px;
  margin: 0px 0px 8px;
}

.plan-call-sub {
  text-align: center;
  font-family: var(--font-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.56px;
  margin: 0px;
}

.plan-call-pill {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  font-size: var(--H4-Font-Size);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.72px;
  color: #068319;
  margin-bottom: 8px;
}

.plan-call-box--blue .plan-call-pill {
  color: #006efa;
}

.plan-call-price {
  text-align: center;
  font-family: var(--font-base);
  font-size: 33.138px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 43.079px */
  letter-spacing: 1.326px;
}

.plan-call-price s {
  color: #777;
  text-decoration-thickness: 2px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
}

.plan-call-price strong {
  color: #068319;
  font-size: 84px;
  line-height: 1;
}

.plan-call-box--blue .plan-call-price strong {
  color: #006efa;
}

.plan-call-price--basic s,
.plan-call-price--basic strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
}

.plan-call-price--option s,
.plan-call-price--option strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
}

.plan-call-price--basic,
.plan-call-price--option {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 0;
  line-height: 1;
}

.plan-call-price--basic .plan-call-old-num {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 33.14px;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.plan-call-price--basic .plan-call-old-unit {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 21.99px;
  line-height: 130%;
  letter-spacing: 0.04em;
  align-self: flex-end;
}

.plan-call-price--basic s {
  align-items: center;
  transform: translateY(-0.2em);
}

.plan-call-price--basic .plan-price-arrow {
  align-self: center;
}

.plan-call-price--basic .plan-call-new-num {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 66.28px;
  letter-spacing: 0em;
}

.plan-call-price--basic .plan-call-new-unit {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 21.99px;
  line-height: 130%;
  letter-spacing: 0.04em;
  align-self: flex-end;
}

.plan-call-price--option .plan-call-old-num {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 33.14px;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.plan-call-box--green .plan-call-price--basic s .plan-call-old-num {
  font-family: var(--font-base) !important;
  font-weight: 700 !important;
  font-size: 33.14px !important;
  line-height: 130% !important;
  letter-spacing: 0.04em !important;
}

.plan-call-box--green .plan-call-price--option s .plan-call-old-num {
  font-family: var(--font-base) !important;
  font-weight: 700 !important;
  font-size: 33.14px !important;
  line-height: 130% !important;
  letter-spacing: 0.04em !important;
}

.plan-call-price--option .plan-call-old-unit {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 21.99px;
  line-height: 130%;
  letter-spacing: 0.04em;
  align-self: flex-end;
}

.plan-call-price--option .plan-call-new-num {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 40.44px;
  letter-spacing: -0.09em;
}

.plan-call-price--option .plan-call-new-unit {
  display: inline-block;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 21.99px;
  line-height: 130%;
  letter-spacing: 0.04em;
  align-self: flex-end;
  margin-left: 0.2em;
}

.plan-call-price--blue-option .plan-call-old-num {
  font-size: 40.44px;
  letter-spacing: -0.09em;
}

.plan-call-price--blue-option .plan-call-old-unit {
  margin-left: 0.2em;
}

.plan-call-price--blue-option .plan-call-new-num {
  color: var(--Text-Default-Secondary, #006EFA);
  text-align: center;
  font-family: var(--font-base);
  font-size: 45.712px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.828px;
}

.plan-call-price--blue-option {
  align-items: center;
}

.plan-call-price--blue-option .plan-price-arrow {
  align-self: center;
}

.plan-call-price--blue-option s,
.plan-call-price--blue-option strong {
  align-items: flex-end;
}

.plan-price-arrow {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  align-self: center;
}

.plan-price-arrow i {
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #333;
}

.plan-call-box__note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  text-align: center;
  color: #7e8285;
  font-family: var(--Offer-Font-Family, "din-2014", "DIN 2014", "Noto Sans JP");
  font-size: var(--Offer-Font-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
}

.plan-call-box__note-list {
  grid-column: 1 / -1;
  margin: 24px auto;
  padding: 0;
  list-style: none;
  width: fit-content;
  max-width: 100%;
}

.plan-call-col .plan-call-box__note-list {
  width: 100%;
  margin: 8px 0;
}

.plan-call-col .plan-call-box__note {
  text-align: left;
}

.plan-call-box__note-list .plan-call-box__note + .plan-call-box__note {
  margin-top: 4px;
}

.plan-call-box__link {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: center;
  text-decoration: none;
  color: #333;
  font-family: var(--Body_Strong-Font-Family, "din-2014", "DIN 2014", "Noto Sans JP");
  font-size: var(--Body_Strong-Font-Size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.64px;
}

.plan-call-box__link img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.plan-small-note {
  margin: 0;
  color: #7e8285;
  font-size: 12px;
  line-height: 1.5;
}

.plan-small-note-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.plan-small-note-list .plan-small-note {
  margin: 0;
}

.plan-small-note-list .plan-small-note+.plan-small-note {
  margin-top: 4px;
}

.plan-speed {
  margin: 8px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.plan-monthly-zero {
  margin-top: 12px;
  line-height: 1.2;
}

.plan-monthly-zero__main {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  color: #333;
  font-family: var(--font-base);
  font-size: 28px;
  font-weight: 700;
}

.plan-monthly-zero__main strong {
  font-family: var(--font-base);
  font-size: 64px;
  line-height: 1;
}

.plan-monthly-zero__sub {
  display: block;
  margin-top: 4px;
  color: #7e8285;
  font-size: 16px;
  font-weight: 400;
}

.plan-detail-btn--purple {
  background: #6f2fff;
}

.plan-stamp-title {
  margin: 48px 0 24px;
  text-align: center;
  font-size: 34px;
}

.plan-stamp-box {
  margin: 0 auto;
  max-width: 355px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-align: center;
}

.plan-stamp-box img {
  width: 100%;
  max-width: 355px;
  height: auto;
}

.plan-stamp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  margin: 12px auto 0;
  color: var(--color-purple);
  font-family: var(--Body_Strong-Font-Family, "Noto Sans JP");
  font-size: var(--Body_Strong-Font-Size, 16px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.plan-stamp-link img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(4574%) hue-rotate(248deg) brightness(102%) contrast(102%);
}

.plan-common-head {
  margin: var(--space-6) 0 var(--space-4);
  text-align: center;
  font-size: 28px;
}

.plan-common-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.plan-common-card {
  background: #eef0f2;
  border-radius: 24px;
  padding: 24px 24px 28px;
  text-align: center;
}

.plan-common-badge {
  display: inline-block;
  padding: 8px;
  border-radius: 10px;
  background: #dff4dd;
  color: #068319;
  font-size: var(--H5-Font-Size);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
}

.plan-common-badge--blue {
  background: #e3efff;
  color: #006efa;
}

.plan-common-card h4 {
  margin: 16px 0 0;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--H4-Font-Size);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.plan-common-visual {
  width: auto;
  max-width: 100%;
  height: 80px;
  margin-top: 12px;
  margin-inline: auto;
  object-fit: contain;
}

.plan-common-fee {
  margin: 12px 0 0;
  font-size: var(--H5-Font-Size);
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.64px;
}

.plan-common-fee strong {
  font-family: var(--font-base);
  font-size: var(--H2-Font-Size);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.28px;
}

.plan-common-note-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.plan-common-note {
  margin: 0;
  color: #7E8285;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.plan-common-note+.plan-common-note {
  margin-top: 6px;
}

.plan-common-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.plan-common-services__link,
.plan-common-services__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  background: #eef0f2;
  border-radius: 14px;
  text-align: center;
  padding: 24px 16px;
  font-size: var(--H4-Font-Size);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.plan-common-services__link {
  color: var(--color-purple);
  text-decoration: none;
  gap: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.plan-common-services__link img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(4574%) hue-rotate(248deg) brightness(102%) contrast(102%);
}

.help-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-card {
  border: 1px solid var(--color-border);
  padding: var(--space-4);
  text-align: center;
}

.help-card h3 {
  margin-top: 0;
}

.help-cards {
  background: #f0f4f7;
  margin-top: var(--space-hero-offset);
  margin-bottom: var(--space-8);
}

.help-cards .container,
.notes .container {
  width: min(100% - 32px, 1144px);
}

.plan-detail,
.campaign-list,
.faq-section,
.notes {
  background: #fff;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.prep-card {
  background: #fff;
  border: 2px solid #333;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
}

.prep-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.3;
}

.prep-card>img {
  display: block;
  margin: 16px auto;
}

.prep-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.prep-card__link {
  margin-top: 16px;
}

.prep-card__link.plan-detail-btn {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 0;
  padding: 16px 24px;
}

.prep-card__link.plan-detail-btn::before {
  content: "";
  width: 24px;
  height: 24px;
}

.prep-card__link .plan-detail-btn__label {
  color: var(--Text-Default-Neutral, #333);
  text-align: center;
  font-family: var(--Body_Strong-Font-Family, "Noto Sans JP");
  font-size: var(--Body_Strong-Font-Size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.64px;
}

.prep-card__link .plan-detail-btn__icon {
  position: static;
  transform: none;
  width: 24px;
  height: 24px;
  justify-self: end;
}

.prep-cta {
  display: table;
  margin: 24px auto 0;
  min-width: 420px;
}

.campaign-list {
  background: #fff;
}

.campaign-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 272px;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 max(0px, calc((100% - 272px) / 2));
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.campaign-slider::-webkit-scrollbar {
  display: none;
}

.campaign-slide {
  display: block;
  border-radius: 0;
}

.campaign-slide img {
  width: 272px;
  height: 207px;
  object-fit: cover;
}

.campaign-list .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.campaign-list-link {
  width: calc(100% - 32px);
  max-width: 448px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 0;
  padding: 16px 24px;
}

.campaign-list-link::before {
  content: "";
  width: 24px;
  height: 24px;
}

.campaign-list-link .plan-detail-btn__label {
  color: var(--Text-Default-Neutral, #333);
  text-align: center;
  font-family: var(--Body_Strong-Font-Family, "Noto Sans JP");
  font-size: var(--Body_Strong-Font-Size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.64px;
}

.campaign-list-link .plan-detail-btn__icon {
  position: static;
  transform: none;
  width: 24px;
  height: 24px;
  justify-self: end;
  filter: none;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.tabs__button {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  padding: var(--space-2);
  font-size: 1rem;
  font-weight: 700;
}

.tabs__button.is-active {
  border-color: var(--color-purple);
  color: var(--color-purple);
}

.tabs__panel {
  border: 1px solid var(--color-border);
  padding: var(--space-4);
}

.tabs__panel details+details {
  margin-top: var(--space-2);
}

.faq-section {
  padding-top: 0;
}

.faq-tabs {
  gap: 24px;
  max-width: 800px;
  margin: 0 auto -2px;
}

.faq-tabs__button {
  border: 0;
  border-bottom: 2px solid #333;
  border-radius: 14px 14px 0 0;
  background: #eaeef1;
  padding: 24px 16px;
  font-size: 18px;
  color: #333;
}

.faq-tabs__button.is-active {
  border: 2px solid #333;
  background: #e2fae5;
  color: #333;
  border-bottom-color: #e2fae5;
}

#faq-tab-2.faq-tabs__button.is-active {
  background: #e3efff;
  border-bottom-color: #e3efff;
}

.faq-panel {
  border: 2px solid #333;
  border-radius: 14px;
  background: #e2fae5;
  padding: 24px;
}

#faq-panel-2.faq-panel {
  background: #e3efff;
}

.faq-item {
  border-bottom: 1px solid #b4b9be;
  padding: 0;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 36px 16px 0;
  color: var(--Text-Default-Neutral, #333);
  font-family: var(--Body_Default-Font-Family, "Noto Sans JP");
  font-size: var(--Body_Default-Font-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-item summary::before {
  width: 12px;
  height: 2px;
  background: #333;
}

.faq-item summary::after {
  width: 2px;
  height: 12px;
  right: 11px;
  background: #333;
}

.faq-item[open] summary::after {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 0 16px 34px;
  color: var(--Text-Default-Neutral, #333);
  font-family: var(--Body_Default-Font-Family, "Noto Sans JP");
  font-size: var(--Body_Default-Font-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  position: relative;
  display: block;
}

.faq-item p .faq-badge {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
}

.faq-item a {
  color: #6f2fff;
  font-weight: 700;
}

.faq-badge {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.faq-badge--q {
  background: #068319;
}

#faq-panel-2 .faq-badge--q {
  background: #006EFA;
}

.faq-badge--a {
  background: #333;
}

.notes-list {
  margin: 0;
  padding: var(--space-4) var(--space-5);
  list-style: none;
}

.notes-list li+li {
  margin-top: var(--space-2);
}

.notes-list li {
  position: relative;
  padding-left: 28px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  color: #333;
}

.notes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--Background-Default-Gray, #b4b9be) 0 4px, transparent 4px);
  transform: translateY(-50%);
}

.notes-list a {
  color: #6f2fff;
}

.notes-open-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  vertical-align: text-bottom;
}

.btn {
  display: inline-block;
  margin-top: var(--space-3);
  background: var(--color-purple);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
}

.btn--small {
  font-size: 0.9rem;
  padding: 8px 14px;
}

.section-btn {
  display: table;
  margin: var(--space-4) auto 0;
}

.apply-cta {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  max-width: 420px;
  margin-inline: auto;
  margin-top: 48px;
  padding: 20px 24px;
  border: 2px solid var(--color-text);
  border-radius: 9999px;
  box-shadow: 0 4px 0 #2d2d2d;
  background: linear-gradient(90deg, #6434f5 0%, #6f2fff 55%, #6038ec 100%);
  color: #fff;
  text-decoration: none;
}

.apply-cta__label {
  color: var(--Text-Default-Surface, #fff);
  text-align: center;
  font-family: var(--CV_Default-Font-Family, "din-2014", "DIN 2014", "Noto Sans JP");
  font-size: var(--CV_Default-Font-Size, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.72px;
}

.apply-cta__icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.apply-cta__chevron {
  width: 24px;
  height: 24px;
  justify-self: end;
  filter: brightness(0) invert(1);
}

.footer-breadcrumb {
  border-bottom: 2px solid #cccfd3;
  background: #f0f4f7;
}

.footer-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.footer-breadcrumb a {
  font-weight: 700;
  text-underline-offset: 2px;
}

.footer-breadcrumb__sep {
  font-size: 16px;
  line-height: 1;
}

.view_sp{
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .plan-detail-btn--green:hover {
    background: #0bb024;
  }

  .plan-detail-btn--blue:hover {
    background: #2985fb;
  }

  .plan-detail-btn--light:hover {
    background: #ececec;
  }

  .linefree-card__link:hover {
    background: #ececec;
  }

  .plan-detail-btn--purple:hover {
    background: #9262ff;
  }

  .apply-cta:hover {
    background: #9262ff;
  }

  .plan-call-box__link:hover span {
    text-decoration: underline;
  }

  .plan-stamp-link:hover span {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (max-width: 768px) {
  .view_sp{
    display: block;
  }

  .usage-comparison .apply-cta {
    width: calc(100% - 8px);
  }

  .usage-comparison .container {
    width: calc(100% - (var(--space-mobile-container-inline) * 2));
  }

  .plan-price-area{
    padding: 0px;
  }

  .plan-card__body{
    padding: var(--space-mobile-card-block) var(--space-mobile-card-inline);
  }

  .linefree-card__link{
    min-width: 311px;
  }

  .linefree-card{
    padding: var(--space-mobile-linefree-block) var(--space-mobile-linefree-inline);
  }

  .plan-selection .plan-card__header picture img,
  .plan-long-card__header > img,
  .plan-long-card__header picture img {
    height: 64px;
  }

  .usage-table-wrap {
    overflow-x: hidden;
  }

  .usage-comparison-table {
    min-width: 0;
    width: 100%;
    table-layout: auto;
  }

  .usage-comparison-table .usage-col-label {
    width: auto;
  }

  .usage-comparison-table .usage-col-best-1,
  .usage-comparison-table .usage-col-best-2 {
    width: max(70px, 20%);
  }

  .usage-comparison-table .usage-col-bestv {
    width: max(140px, 40%);
  }

  .usage-comparison-table th,
  .usage-comparison-table td {
    padding: var(--space-1-25) 6px;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .usage-head-left,
  .usage-comparison-table tbody th {
    width: auto;
  }

  .usage-comparison-table thead tr:first-child th:first-child,
  .usage-comparison-table thead tr:nth-child(2) th:first-child,
  .usage-comparison-table tbody th {
    border-right-width: 6px;
  }

  .usage-comparison-table thead tr:first-child th:nth-child(2),
  .usage-comparison-table thead tr:nth-child(2) th:nth-child(3),
  .usage-comparison-table tbody td:nth-child(3) {
    border-right-width: 4px;
  }

  .usage-comparison-table thead tr:nth-child(2) th:nth-child(n + 2)::after,
  .usage-comparison-table tbody td:nth-child(n + 2)::after {
    left: 4px;
    right: 4px;
  }

  .usage-head-plan {
    padding: var(--space-1-25) var(--space-1);
  }

  .usage-head-plan img {
    width: 120px;
    min-width: 120px;
    height: auto;
  }

  .usage-head-plan--green {
    min-height: 36px;
  }

  .usage-ref {
    font-size: 9px;
  }

  .plan-long-card__body{
    padding: var(--space-6-5) var(--space-3) var(--space-9-mobile);
  }

  .plan-long-card__body .plan-price-group {
    width: 100%;
    padding: 0;
    margin-top: var(--space-1-25);
    justify-content: center;
  }

  .plan-call-box--green {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .plan-call-box--green .plan-call-col:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #b4b9be;
    padding-top: var(--space-3);
  }

  .plan-call-box--green .plan-call-col img {
    align-self: center;
    width: 404px;
    max-width: 100%;
    margin-inline: auto;
  }

  .plan-call-price--basic {
    margin-bottom: var(--space-2);
  }

  .plan-call-box__note-list {
    margin-inline: 0;
    width: 100%;
  }

  .plan-call-box__note {
    text-align: left;
  }

  .apply-cta{
    gap: var(--space-mobile-cta-gap);
  }

  .plan-stamp-title{
    font-size: 18px;
  }

  .plan-monthly-zero__main{
    font-size: var(--H5-Font-Size);
  }

  .plan-monthly-zero__main strong{
    font-size: var(--H2-Font-Size);
  }

  .plan-monthly-zero__sub{
    font-size: 14px;
  }

  .plan-common-grid {
    grid-template-columns: 1fr;
  }

  .plan-common-services {
    grid-template-columns: 1fr;
  }

  .prep-grid {
    grid-template-columns: 1fr;
  }

  .faq-tabs{
    width: calc(100% - 32px);
    margin-inline: var(--space-mobile-faq-inline);
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
  }

  .faq-tabs__button{
    margin: 0;
    padding: var(--space-1) var(--space-3);
  }

  .notes{
    padding-bottom: var(--space-9-mobile);
  }

  .notes-list{
    padding: 0;
  }
}
/* Pick up!キャンペーン見出し位置調整 */
.plan-page #anc-campaign.plan-campaign-wrap {
  padding-left: 60px;
}
/* PC版 Pick up!キャンペーン位置調整 */
#anc-campaign .c-ttl-img img {
  margin-left: auto !important;
  margin-right: auto !important;
  transform: translateX(-40px);
}
/* PCヘッダーバナー中央寄せ */
@media screen and (min-width: 1024px) {
  .l-header-bnr-pc img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}