@charset "UTF-8";
/* Cパターン専用の変数 */
/* ファーストビュー見出し（Cパターン） */
.cp-heading {
  background-color: #E5FCE9;
  padding: 24px 20px 0;
}
.cp-heading__inner {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-inline: auto;
  width: min(100%, 335px);
}
@media screen and (min-width: 900px) {
  .cp-heading__inner {
    width: min(100%, 900px);
  }
}
.cp-heading__sub {
  --slash-color: #000;
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 900px) {
  .cp-heading__sub {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.cp-heading__ttl {
  margin: 0;
}
.cp-heading__ttl img {
  display: block;
  width: min(100%, 179px);
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .cp-heading__ttl img {
    width: min(100%, 224px);
  }
}
.cp-heading__lead {
  margin: 20px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 900px) {
  .cp-heading__lead {
    font-size: 2.6rem;
    margin-top: 24px;
  }
}
.cp-heading__lead .__brand {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 900px) {
  .cp-heading__lead .__brand {
    font-size: 2.8rem;
  }
}
.cp-heading__lead .__is {
  letter-spacing: 3px;
}
.cp-heading__lead .__num {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #FF4187;
}
@media screen and (min-width: 900px) {
  .cp-heading__lead .__num {
    font-size: 2.8rem;
  }
}
.cp-heading__lead .__unit {
  color: #FF4187;
}
.cp-heading__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .cp-heading__nav {
    width: min(100%, 600px);
    gap: 16px;
    margin-top: 24px;
  }
}
.cp-heading__nav-item {
  --plan-color: #14CD0A;
  --logo-width: 126px;
}
@media screen and (min-width: 900px) {
  .cp-heading__nav-item {
    --logo-width: 160px;
  }
}
.cp-heading__nav-item {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 12px 12px 8px;
  border-radius: 20px;
  background-color: var(--plan-color);
  text-decoration: none;
  -webkit-filter: drop-shadow(0 2px 2px rgba(43, 60, 43, 0.25));
          filter: drop-shadow(0 2px 2px rgba(43, 60, 43, 0.25));
}
.cp-heading__nav-item.--best-v {
  --plan-color: #006EFA;
  --logo-width: 141px;
}
@media screen and (min-width: 900px) {
  .cp-heading__nav-item.--best-v {
    --logo-width: 179px;
  }
}
@media (hover: hover) {
  .cp-heading__nav-item:hover {
    opacity: 0.7;
  }
}
.cp-heading__nav-item .__label {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .cp-heading__nav-item .__label {
    font-size: 1.6rem;
  }
}
.cp-heading__nav-item .__logo {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 45px;
}
@media screen and (min-width: 900px) {
  .cp-heading__nav-item .__logo {
    height: 58px;
  }
}
.cp-heading__nav-item .__logo img {
  width: var(--logo-width);
  max-width: 100%;
  height: auto;
}
.cp-heading__nav-item .__arrow {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cp-heading__img {
  display: block;
  width: 165px;
  height: auto;
  margin-top: 7px;
}
@media screen and (min-width: 900px) {
  .cp-heading__img {
    width: 220px;
    margin-top: 12px;
  }
}

/* プランボックス（Cパターン：黒縁なしの角丸カード） */
.cp-box.--round {
  border-radius: 20px;
  overflow: hidden;
}
.cp-box.--round + .cp-box.--round {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .cp-box.--round + .cp-box.--round {
    margin-top: 24px;
  }
}
.cp-box.--round .__item-head {
  border: none;
  padding: 12px 16px 16px;
}
@media screen and (min-width: 900px) {
  .cp-box.--round .__item-head {
    padding: 20px 28px 24px;
  }
}
.cp-box.--round .__item-head span {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.cp-box.--round .__item-body {
  border: none;
}

/* プランのスペック比較（c-accordion-transp のボタン見た目をデザインに合わせる） */
.cp-spec {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .cp-spec {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 540px) {
  .cp-spec .c-ttl-top {
    font-size: 7.4vw;
    letter-spacing: 1vw;
  }
}
.cp-spec__body {
  padding-bottom: 80px;
}
.cp-spec .c-accordion-transp-button.active .c-button:after {
  display: none;
}
.cp-spec__button.active {
  --acd-fade-h-sp: 0px;
  --acd-fade-h-pc: 0px;
}
.cp-spec__button .c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding-right: 24px;
  padding-left: 24px;
}
.cp-spec__button .c-button::after {
  content: none;
}
.cp-spec__button .cp-spec__state {
  position: absolute;
  right: 10px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 1px;
  width: 34px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #6F2FFF;
}
@media screen and (min-width: 900px) {
  .cp-spec__button .cp-spec__state {
    right: 25px;
  }
}
.cp-spec__button .cp-spec__state::before {
  content: "\e911";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: normal;
}
.cp-spec__button .cp-spec__state::after {
  content: "開く";
}
.cp-spec__button.active .cp-spec__state::before {
  content: "\e90c";
}
.cp-spec__button.active .cp-spec__state::after {
  content: "閉じる";
}