@charset "UTF-8";

/* common */
* {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
html {
  font-size: 16px;
}
body {
  position: relative;
  min-width: 960px;
  margin: 0;
  padding: 70px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #040329;
}
body.is-no-scroll {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}
a {
  background-color: transparent;
  color: inherit;
}
a:hover {
  opacity: .7;
}
.color--blue {
  color: #070755 !important;
}
.color--red {
  color: #BD3333 !important;
}
.header__inner,
.kv-area__inner,
.urgent-notice-area__inner,
.special-offer-area__inner,
.simulation-area__inner,
.campaign-area__inner,
.page-description-area__inner,
.application-flow-area__inner,
.terms-area__inner,
.news-area__inner,
.qa-area__inner,
.apply-cta-area__inner,
.contact-area__inner,
.footer__inner {
  max-width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
}
.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    padding: calc(100vw / (375 / 70)) 0 0;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  display: block;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 12px;
  border-bottom: 1px solid #FFFF82;
  background: rgba(4, 3, 41, 0.70);
  backdrop-filter: blur(2.4000000953674316px);
  z-index: 9999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  zoom: .5;
}
.header__contents {
  display: flex;
  gap: 24px;
}
.header__apply-text {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
}
.header__apply-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 5px;
  height: 14px;
  background: url(../images/header-apply-text-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.header__apply-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 5px;
  height: 14px;
  background: url(../images/header-apply-text-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.header__apply-text span {
  font-size: 10px;
}
.header__apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 21px;
  margin: 4px auto 0;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: #FFF700;
  box-shadow: 0 0 4px 0 #FFF700;
  color: #040329;
}
.header__apply-btn span {
  font-size: 10px;
}
.header__hamburger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9.33px;
  cursor: pointer;
}
.header__hamburger-menu span {
  display: block;
  margin-top: 5.83px;
  width: 23.333px;
  height: 1.167px;
  background: #FFF;
}
.header__hamburger-menu span:first-child {
  margin-top: 0;
}
.hamburger-content__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100dvw;
  height: 100dvh;
  background: rgba(7, 5, 43, 0.60);
  z-index: 19999;
}
.hamburger-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 424px;
  height: 100dvh;
  padding: 46px 36px 46px 13px;
  background: linear-gradient(180deg, rgba(4, 3, 41, 0.77) 59.74%, rgba(9, 106, 197, 0.77) 97.08%);
  backdrop-filter: blur(15px);
  overflow: scroll;
  z-index: 29999;
}
.hamburger-content__close {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url(../images/hamburger-content-close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.hamburger-content__link-list li {
  padding: 16px 40px;
}
.hamburger-content__link-list li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  color: #FFF;
}
.hamburger-content__campaign {
  margin-top: 77px;
  text-align: center;
}
.hamburger-content__campaign img {
  zoom: .5;
}
.hamburger-content__apply-text {
  position: relative;
  width: fit-content;
  margin: 12.22px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
}
.hamburger-content__apply-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 5px;
  height: 14px;
  background: url(../images/hamburger-content-apply-text-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.hamburger-content__apply-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -13px;
  width: 5px;
  height: 14px;
  background: url(../images/hamburger-content-apply-text-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.hamburger-content__apply-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 48px;
  margin: 8px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF700;
  box-shadow: 0 0 6px 0 #FFF700;
  color: #171776;
}
.hamburger-content__apply-button span {
  position: relative;
  padding-right: 15px;
}
.hamburger-content__apply-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  background: url(../images/button-polygon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.hamburger-content__apply-link {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  text-decoration: underline;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header {
    height: calc(100vw / (375 / 70));
    padding: calc(100vw / (375 / 12));
  }
  .header__logo img {
    width: calc(100vw / (375 / 122));
    zoom: 1;
  }
  .header__contents {
    gap: calc(100vw / (375 / 12));
  }
  .header__apply-text {
    font-size: calc(100vw / (375 / 12));
  }
  .header__apply-text::before {
    left: calc(100vw / (375 / -7));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 14));
  }
  .header__apply-text::after {
    right: calc(100vw / (375 / -7));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 14));
  }
  .header__apply-text span {
    font-size: calc(100vw / (375 / 10));
  }
  .header__apply-btn {
    width: calc(100vw / (375 / 134));
    height: calc(100vw / (375 / 21));
    margin: calc(100vw / (375 / 4)) auto 0;
    padding: calc(100vw / (375 / 2)) calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
  }
  .header__apply-btn span {
    font-size: calc(100vw / (375 / 10));
  }
  .header__hamburger-menu {
    padding: 0 calc(100vw / (375 / 8));
  }
  .header__hamburger-menu span {
    margin-top: calc(100vw / (375 / 5));
    width: calc(100vw / (375 / 20));
    height: calc(100vw / (375 / 1));
  }
  .hamburger-content__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100dvw;
    height: 100dvh;
    background: rgba(7, 5, 43, 0.60);
    z-index: 19999;
  }
  .hamburger-content {
    width: 100%;
    padding: calc(100vw / (375 / 46)) calc(100vw / (375 / 40)) calc(100vw / (375 / 27));
  }
  .hamburger-content__close {
    top: calc(100vw / (375 / 19));
    right: calc(100vw / (375 / 25));
    width: calc(100vw / (375 / 14));
    height: calc(100vw / (375 / 14));
  }
  .hamburger-content__link-list li {
    padding: calc(100vw / (375 / 12)) 0;
  }
  .hamburger-content__link-list li a {
    font-size: calc(100vw / (375 / 16));
  }
  .hamburger-content__campaign {
    margin-top: calc(100vw / (375 / 10));
  }
  .hamburger-content__campaign img {
    width: calc(100vw / (375 / 227));
    zoom: 1;
  }
  .hamburger-content__apply-text {
    margin: calc(100vw / (375 / 10.54)) auto 0;
    font-size: calc(100vw / (375 / 14));
  }
  .hamburger-content__apply-text::before {
    left: calc(100vw / (375 / -13));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 14));
  }
  .hamburger-content__apply-text::after {
    right: calc(100vw / (375 / -13));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 14));
  }
  .hamburger-content__apply-button {
    width: 100%;
    height: calc(100vw / (375 / 48));
    margin: calc(100vw / (375 / 4)) 0 0;
    font-size: calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
  }
  .hamburger-content__apply-button span {
    padding-right: calc(100vw / (375 / 15));
  }
  .hamburger-content__apply-button span::after {
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 8));
  }
  .hamburger-content__apply-link {
    margin: calc(100vw / (375 / 8)) auto 0;
    font-size: calc(100vw / (375 / 14));
  }
}

/* KV */
.kv-area {
  position: relative;
  height: 571px;
  padding-top: 15px;
  background: url(../images/kv-area-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.kv-area__image {
  position: relative;
  text-align: center;
}
.kv-area__image::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 65px;
  width: 30px;
  height: 30px;
  background: url(../images/kv-area__image-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.kv-area__image::after {
  content: "";
  position: absolute;
  top: 56px;
  right: 54.15px;
  width: 45px;
  height: 46px;
  background: url(../images/kv-area__image-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.kv-area__apply-btn {
  position: absolute;
  top: 404px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .kv-area {
    position: relative;
    height: auto;
    padding-top: 0;
    background: none;
  }
  .kv-area__image {
    text-align: center;
  }
  .kv-area__image img {
    width: 100%;
  }
  .kv-area__image::before,
  .kv-area__image::after {
    content: none;
  }
  .kv-area__apply-btn {
    position: absolute;
    top: calc(100vw /(375 / 456));
    left: 50%;
    width: calc(100vw /(375 / 287));
    transform: translate(-50%, 0);
  }
}

/* 緊急のお知らせ */
.urgent-notice-area {
  padding: 24px 16px;
}
.urgent-notice-area__inner {
  padding: 24px 40px;
  border-radius: 8px;
  border: 2px solid #D70000;
  background: #FFF;
}
.urgent-notice-area__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #040329;
}
.urgent-notice-area__list {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #040329;
}
.urgent-notice-area__list > li {
  position: relative;
  border-bottom: 1px solid #EEE;
}
.urgent-notice-area__list > li:first-child {
  border-top: 1px solid #EEE;
}
.urgent-notice-area__trigger {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 12px 58px 12px 24px;
  cursor: pointer;
}
.urgent-notice-area__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  background: url(../images/urgent-notice-area-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.urgent-notice-area__trigger.is-active::after {
  background: url(../images/urgent-notice-area-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.urgent-notice-area__date {
  width: 110px;
  flex-shrink: 0;
  font-size: 12px;
}
.urgent-notice-area__content {
  display: none;
  padding: 12px 24px;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .urgent-notice-area {
    padding: calc(100vw / (375 / 24)) calc(100vw / (375 / 16));
  }
  .urgent-notice-area__inner {
    padding: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 8));
  }
  .urgent-notice-area__title {
    font-size: calc(100vw / (375 / 18));
  }
  .urgent-notice-area__list {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .urgent-notice-area__trigger {
    position: relative;
    display: block;
    padding: calc(100vw / (375 / 12)) calc(100vw / (375 / 32)) calc(100vw / (375 / 12)) 0;
  }
  .urgent-notice-area__trigger::after {
    right: 0px;
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .urgent-notice-area__date {
    width: 100%;
    font-size: calc(100vw / (375 / 12));
  }
  .urgent-notice-area__content {
    margin-top: calc(100vw / (375 / 4));
    padding: calc(100vw / (375 / 12));
  }
}

/* Ｖポイントでんきの3つの特典 */
.special-offer-area {
  padding: 56px 0 0;
  background-color: #040329;
  background-image: url(../images/bg-star.png);
  background-repeat: repeat;
  background-position: top center;
}
.special-offer-area__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-shadow: 0 0 7px #FFF700;
  color: #FFF;
}
.special-offer-area__details-wrapper {
  max-width: 660px;
  margin: 32px auto 0;
}
.special-offer-area__detail {
  margin: 32px auto 0;
  border-radius: 4px;
  overflow: hidden;
}
.special-offer-area__detail:first-child {
  margin: 0 auto;
}
.special-offer-area__detail-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  background: #004098;
  color: #FFF;
}
.special-offer-area__detail-title img {
  zoom: .5;
}
.special-offer-area__content {
  padding: 40px;
  background: #EFF2F4;
}
.special-offer-area__content-inner {
  width: fit-content;
  margin: 0 auto;
}
.special-offer-area__image {
  position: relative;
  text-align: center;
}
.special-offer-area__image-icon {
  position: relative;
}
.special-offer-area__image-icon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -29px;
  width: 71px;
  height: 46px;
  background: url(../images/special-offer-area__image01-icon-pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.special-offer-area__image-note-list {
  list-style-type: none;
  width: fit-content;
  display: block;
  margin: 8px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.special-offer-area__image-note-list li {
  position: relative;
  padding-left: 1.5em;
}
.special-offer-area__image-note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.special-offer-area__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #040329;
}
.special-offer-area__text em {
  font-style: normal;
  font-weight: 700;
  background-image: linear-gradient(to bottom, transparent,  transparent calc(100% - 7px), #FFF700 calc(100% - 7px), #FFF700 100%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  text-decoration: none;
  color: #171776;
}
.special-offer-area__description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.special-offer-area__description em {
  font-style: normal;
  font-weight: 700;
  color: #05459E;
}
.special-offer-area__note-list {
  list-style-type: none;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.special-offer-area__note-list li {
  position: relative;
  padding-left: 1.5em;
}
.special-offer-area__note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.special-offer-area__balloon {
  margin-top: 24px;
  text-align: center;
}
.special-offer-area__total {
  margin-top: 16px;
  text-align: center;
}
.special-offer-area__used {
  margin-top: 16px;
  text-align: center;
}
.special-offer-area__used img {
  width: 380px;
}
.special-offer-area__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  padding: 8px 24px;
  margin: 16px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #171776;
  background: #FFF;
  color: #171776;
}
.special-offer-area__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 7px;
  background: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.special-offer-area__condition {
  max-width: 660px;
  margin: 32px auto 0;
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
}
.special-offer-area__condition-title {
  position: relative;
  padding: 16px 72px 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #061F54;
  cursor: pointer;
}
.special-offer-area__condition-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.special-offer-area__condition-title.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.special-offer-area__condition-contents {
  display: none;
  padding: 16px 40px 40px;
}
.special-offer-area__condition-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.special-offer-area__condition-list > li {
  margin-top: 8px;
  position: relative;
  padding-left: 1.5em;
}
.special-offer-area__condition-list > li:first-child {
  margin-top: 0;
}
.special-offer-area__condition-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #05459E;
}
.special-offer-area__condition-note {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.special-offer-area__condition-note > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.special-offer-area__condition-note > li:first-child {
  margin-top: 0;
}
.special-offer-area__condition-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.special-offer-area__condition-note + .special-offer-area__condition-list {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .special-offer-area {
    padding: calc(100vw / (375 / 40)) 0 0;
    background-image: none;
  }
  .special-offer-area__title {
    font-size: calc(100vw / (375 / 28));
    text-shadow: 0 0 calc(100vw / (375 / 7)) #FFF700;
  }
  .special-offer-area__details-wrapper {
    max-width: 100%;
    margin: calc(100vw / (375 / 32)) calc(100vw / (375 / 16)) 0;
  }
  .special-offer-area__detail {
    margin: calc(100vw / (375 / 32)) auto 0;
    border-radius: calc(100vw / (375 / 4));
  }
  .special-offer-area__detail-title {
    gap: calc(100vw / (375 / 8));
    padding: calc(100vw / (375 / 12)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 18));
  }
  .special-offer-area__detail-title img {
    width: calc(100vw / (375 / 33));
    zoom: 1;
  }
  .special-offer-area__content {
    padding: calc(100vw / (375 / 24)) calc(100vw / (375 / 16));
  }
  .special-offer-area__image-icon {
    position: relative;
    width: calc(100vw / (375 / 295));
  }
  .special-offer-area__image-icon::after {
    content: "";
    position: absolute;
    bottom: calc(100vw / (375 / 98));
    right: calc(100vw / (375 / -20));
    width: calc(100vw / (375 / 63));
    height: calc(100vw / (375 / 40));
    background: url(../images/special-offer-area__image01-icon01-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .special-offer-area__image-icon > .special-offer-area__image::before {
    content: "";
    position: absolute;
    bottom: calc(100vw / (375 / 52));
    left: calc(100vw / (375 / -5));
    width: calc(100vw / (375 / 42));
    height: calc(100vw / (375 / 42));
    background: url(../images/special-offer-area__image01-icon02-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .special-offer-area__image-icon > .special-offer-area__image::after {
    content: "";
    position: absolute;
    bottom: calc(100vw / (375 / -35));
    right: calc(100vw / (375 / -9));
    width: calc(100vw / (375 / 32));
    height: calc(100vw / (375 / 38));
    background: url(../images/special-offer-area__image01-icon03-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .special-offer-area__image-note-list {
    margin: calc(100vw / (375 / 12)) auto 0;
    font-size: calc(100vw / (375 / 11));
  }
  .special-offer-area__text {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 16));
  }
  .special-offer-area__description {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 14));
  }
  .special-offer-area__note-list {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 11));
  }
  .special-offer-area__balloon {
    margin-top: calc(100vw / (375 / 24));
  }
  .special-offer-area__balloon img {
    width: calc(100vw / (375 / 202));
  }
  .special-offer-area__total {
    margin-top: calc(100vw / (375 / 16));
  }
  .special-offer-area__total img {
    width: calc(100vw / (375 / 311));
  }
  .special-offer-area__used {
    margin-top: calc(100vw / (375 / 24));
  }
  .special-offer-area__used img {
    width: calc(100vw / (311 / 202))
  }
  .special-offer-area__button {
    width: 100%;
    height: calc(100vw / (375 / 50));
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24));
    margin: calc(100vw / (375 / 16)) auto 0;
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 100));
  }
  .special-offer-area__button::after {
    right: calc(100vw / (375 / 16));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 7));
  }
  .special-offer-area__condition {
    max-width: 100%;
    margin: calc(100vw / (375 / 32)) calc(100vw / (375 / 16)) 0;
    border-radius: calc(100vw / (375 / 4));
  }
  .special-offer-area__condition-title {
    padding: calc(100vw / (375 / 16)) calc(100vw / (375 / 72)) calc(100vw / (375 / 16)) calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 16));
  }
  .special-offer-area__condition-title::after {
    right: calc(100vw / (375 / 24));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .special-offer-area__condition-contents {
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24)) calc(100vw / (375 / 24));
  }
  .special-offer-area__condition-list {
    font-size: calc(100vw / (375 / 12));
  }
  .special-offer-area__condition-list > li {
    margin-top: calc(100vw / (375 / 8));
  }
  .special-offer-area__condition-list > li::before {
    top: calc(100vw / (375 / 8));
    left: calc(100vw / (375 / 3));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 6));
  }
  .special-offer-area__condition-note {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 11));
  }
  .special-offer-area__condition-note > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .special-offer-area__condition-note + .special-offer-area__condition-list {
    margin-top: calc(100vw / (375 / 8));
  }
}

/* お申し込み */
.apply-cta-area {
  padding: 56px 0;
  background-image: url(../images/apply-cta-area-bg01.png), url(../images/apply-cta-area-bg02.png), linear-gradient(180deg, #040329 59.74%, #096AC5 97.08%);
  background-repeat: no-repeat;
  background-position: top 40px right calc(50% - 280px), bottom 53px left calc(50% - 280px), center;
}
.apply-cta-area__text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
}
.apply-cta-area__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  width: 6px;
  height: 17px;
  background: url(../images/apply-cta-area-text-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.apply-cta-area__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -18px;
  width: 6px;
  height: 17px;
  background: url(../images/apply-cta-area-text-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.apply-cta-area__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 54px;
  margin: 12px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF700;
  box-shadow: 0 0 6px 0 #FFF700;
  color: #171776;
}
.apply-cta-area__btn span {
  position: relative;
  padding-right: 15px;
}
.apply-cta-area__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  background: url(../images/button-polygon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.apply-cta-area__link {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  text-decoration: underline;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .apply-cta-area {
    padding: calc(100vw / (375 / 40)) 0;
    background-position: top calc(100vw /(375 / 15)) right calc(50% - calc(100vw /(375 / 145))), bottom calc(100vw /(375 / 15)) left calc(50% - calc(100vw /(375 / 135))), center;
  }
  .apply-cta-area__text {
    font-size: calc(100vw / (375 / 14));
  }
  .apply-cta-area__text::before {
    left: calc(100vw / (375 / -18));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 17));
  }
  .apply-cta-area__text::after {
    right: calc(100vw / (375 / -18));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 17));
  }
  .apply-cta-area__btn {
    width: calc(100vw / (375 / 295));
    height: calc(100vw / (375 / 54));
    margin: calc(100vw / (375 / 8)) auto 0;
    font-size: calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
  }
  .apply-cta-area__btn span {
    padding-right: calc(100vw / (375 / 15));
  }
  .apply-cta-area__btn span::after {
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 8));
  }
  .apply-cta-area__link {
    margin: calc(100vw / (375 / 16)) auto 0;
    font-size: calc(100vw / (375 / 14));
  }
}

/* 特典獲得シミュレーション */
.simulation-area {
  padding: 56px 0;
  background: #FFF;
}
.simulation-area__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.simulation-area__promo-image {
  margin-top: 32px;
  text-align: center;
}
.simulation-area__detail-frame {
  position: relative;
  margin-top: 24px;
  border-radius: 4px;
  background: #EEF8FF;
  overflow: hidden;
}
.simulation-area__detail-title {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  background: #004098;
  color: #FFF;
}
.simulation-area__detail-image {
  padding: 24px 32px 32px;
  text-align: center;
}
.simulation-area__campaign {
  margin-top: 32px;
  text-align: center;
}
.simulation-area__campaign img {
  width: 380px;
}
.simulation-area__check {
  position: relative;
  width: fit-content;
  margin: 32px auto 0;
  padding-left: 83px;
}
.simulation-area__check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 63px;
  height: 80px;
  background: url(../images/simulation-area-check.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.simulation-area__check-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #171776;
}
.simulation-area__check-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -23px;
  width: 17px;
  height: 17px;
  background: url(../images/simulation-area__check-text-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.simulation-area__check-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -23px;
  width: 17px;
  height: 17px;
  background: url(../images/simulation-area__check-text-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.simulation-area__check-title {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #1A1A1A;
}
.simulation-area__check-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  margin: 12px auto 0;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #171776;
  background: #FFF;
  color: #171776;
}
.simulation-area__check-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 5px;
  height: 7px;
  background: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.simulation-area__check-note {
  width: fit-content;
  display: block;
  margin: 12px auto 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.simulation-area__check-note li {
  position: relative;
  padding-left: 1.5em;
}
.simulation-area__check-note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .simulation-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16));
  }
  .simulation-area__title {
    font-size: calc(100vw / (375 / 28));
  }
  .simulation-area__promo-image {
    margin-top: calc(100vw / (375 / 32));
  }
  .simulation-area__detail-frame {
    margin-top: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 4));
  }
  .simulation-area__detail-frame::before {
    content: "";
    position: absolute;
    top: calc(100vw /(375 / -12));
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(100vw /(375 / 22)) solid transparent;
    border-left: calc(100vw /(375 / 22)) solid transparent;
    border-bottom: calc(100vw /(375 / 13)) solid #004098;
    border-top: 0;
    transform: translate(-50%, 0);
  }
  .simulation-area__detail-title {
    padding: calc(100vw / (375 / 10)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 16));
  }
  .simulation-area__detail-image {
    padding: calc(100vw / (375 / 16)) calc(100vw / (375 / 24)) calc(100vw / (375 / 24));
  }
  .simulation-area__campaign {
    margin-top: calc(100vw / (375 / 24));
  }
  .simulation-area__campaign img {
    zoom: calc(100vw / (375 / 343));
  }
  .simulation-area__check {
    width: 100%;
    margin: calc(100vw / (375 / 24)) auto 0;
    padding-left: 0;
    padding-top: calc(100vw / (375 / 88));
  }
  .simulation-area__check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw / (375 / 63));
    height: calc(100vw / (375 / 80));
    background: url(../images/simulation-area-check-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(-50%, 0);
  }
  .simulation-area__check-text {
    font-size: calc(100vw / (375 / 14));
  }
  .simulation-area__check-text::before {
    left: calc(100vw / (375 / -20));
    width: calc(100vw / (375 / 14));
    height: calc(100vw / (375 / 14));
  }
  .simulation-area__check-text::after {
    right: calc(100vw / (375 / -20));
    width: calc(100vw / (375 / 14));
    height: calc(100vw / (375 / 14));
  }
  .simulation-area__check-title {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 16));
  }
  .simulation-area__check-button {
    width: 100%;
    height: calc(100vw / (375 / 50));
    margin: calc(100vw / (375 / 8)) auto 0;
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 100));
  }
  .simulation-area__check-button::after {
    right: calc(100vw / (375 / 11));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 7));
  }
  .simulation-area__check-note {
    width: 100%;
    margin: calc(100vw / (375 / 8)) auto 0;
    font-size: calc(100vw / (375 / 11));
  }
}

/* お得なキャンペーン実施中 */
.campaign-area {
  padding: 56px 0 0;
  background-color: #040329;
  background-image: url(../images/bg-star.png);
  background-repeat: repeat;
  background-position: top center;
}
.campaign-area__time-limit {
  text-align: center;
}
.campaign-area__title {
  margin-top: 8px;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-shadow: 0 0 7px #FFF700;
  color: #FFF;
}
.campaign-area__detail-frame {
  margin-top: 32px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #FFFF82;
  background: #0C0B3F;
  box-shadow: 0 0 7px 0 #FFF400;
}
.campaign-area__image {
  position: relative;
  text-align: center;
}
.campaign-area__image img {
  zoom: .5;
}
.campaign-area__caution {
  width: fit-content;
  margin: 24px auto 0;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 4px;
  background: #FFEFEF;
  color: #D70000;
}
.campaign-area__caution > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.campaign-area__caution > li:first-child {
  margin-top: 0;
}
.campaign-area__caution > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign-area__period {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #CBD6E2;
}
.campaign-area__period-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
.campaign-area__period-date {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
.campaign-area__condition-title {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
.campaign-area__condition-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 16px;
}
.campaign-area__condition-wrapper::before {
  content: "";
  position: absolute;
  top: 122.55px;
  left: 50%;
  width: 34px;
  height: 34px;
  background: url(../images/campaign-area-condition-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(-50%, 0);
}
.campaign-area__condition-box {
  width: 50%;
}
.campaign-area__condition-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
.campaign-area__condition-image {
  margin-top: 16px;
  text-align: center;
}
.campaign-area__condition-image img {
  zoom: .5;
}
.campaign-area__condition-caution {
  margin-top: 16px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 4px;
  background: #FFEFEF;
  color: #D70000;
}
.campaign-area__condition-caution > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.campaign-area__condition-caution > li:first-child {
  margin-top: 0;
}
.campaign-area__condition-caution > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign-area__condition-list {
  margin-top: 16px;
  border-radius: 4px;
  background: #FFF;
}
.campaign-area__condition-list-title {
  position: relative;
  padding: 16px 56px 16px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #061F54;
  cursor: pointer;
}
.campaign-area__condition-list-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.campaign-area__condition-list-title.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.campaign-area__condition-list-contents {
  display: none;
  padding: 16px 24px 32px;
}
.campaign-area__condition-list-num {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.campaign-area__condition-list-num > li {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.campaign-area__condition-list-num > li:first-child {
  margin-top: 0;
}
.campaign-area__condition-list-num-count {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.campaign-area__condition-list-num-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.campaign-area__condition-list-disc {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #5E5E5E;
}
.campaign-area__condition-list-disc > li {
  margin-top: 8px;
  position: relative;
  padding-left: 1.5em;
}
.campaign-area__condition-list-disc > li:first-child {
  margin-top: 0;
}
.campaign-area__condition-list-disc > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #05459E;
}
.campaign-area__condition-list-note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.campaign-area__condition-list-note > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.campaign-area__condition-list-note > li:first-child {
  margin-top: 0;
}
.campaign-area__condition-list-note > li em {
  font-style: normal;
  font-weight: 700;
}
.campaign-area__condition-list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign-area__condition-list-button {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #171776;
  background: #FFF;
  color: #171776;
}
.campaign-area__condition-list-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 7px;
  background: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.campaign-area__condition-list-button-note {
  width: fit-content;
  margin: 8px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.campaign-area__condition-list-button-note > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.campaign-area__condition-list-button-note > li:first-child {
  margin-top: 0;
}
.campaign-area__condition-list-button-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .campaign-area {
    padding: calc(100vw /(375 / 40)) calc(100vw /(375 / 16)) 0;
    background-color: #040329;
    background-image: url(../images/campaign-area-bg-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top calc(100vw /(375 / 190)) center;
  }
  .campaign-area__time-limit img {
    width: calc(100vw / (375 / 108));
  }
  .campaign-area__title {
    margin-top: calc(100vw / (375 / 10));
    font-size: calc(100vw / (375 / 28));
    text-shadow: 0 0 calc(100vw / (375 / 7)) #FFF700;
  }
  .campaign-area__detail-frame {
    margin-top: calc(100vw / (375 / 32));
    padding: calc(100vw / (375 / 24)) calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 8));
    box-shadow: 0 0 calc(100vw / (375 / 7)) 0 #FFF400;
  }
  .campaign-area__image img {
    zoom: 1;
  }
  .campaign-area__period {
    margin-top: calc(100vw / (375 / 30));
    padding-bottom: calc(100vw / (375 / 16));
    border-bottom: 1px dashed #CBD6E2;
  }
  .campaign-area__period-title {
    font-size: calc(100vw / (375 / 18));
  }
  .campaign-area__period-date {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .campaign-area__condition-title {
    margin-top: calc(100vw / (375 / 40));
    font-size: calc(100vw / (375 / 18));
  }
  .campaign-area__condition-wrapper {
    display: block;
    margin-top: calc(100vw / (375 / 16));
  }
  .campaign-area__condition-wrapper::before {
    content: none;
  }
  .campaign-area__condition-box {
    width: 100%;
  }
  .campaign-area__condition-name {
    font-size: calc(100vw / (375 / 16));
  }
  .campaign-area__condition-image {
    margin-top: calc(100vw / (375 / 16));
  }
  .campaign-area__condition-image img {
    width: calc(100vw / (375 / 295.5));
    zoom: 1;
  }
  .campaign-area__condition-image + .campaign-area__condition-name {
    position: relative;
    margin-top: calc(100vw / (375 / 82));
  }
  .campaign-area__condition-image + .campaign-area__condition-name::before {
    content: "";
    position: absolute;
    top: calc(100vw / (375 / -58));
    left: 50%;
    width: calc(100vw / (375 / 34));
    height: calc(100vw / (375 / 34));
    background: url(../images/campaign-area-condition-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(-50%, 0);
  }
  .campaign-area__condition-caution {
    margin-top: calc(100vw / (375 / 16));
    padding: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
    border-radius: calc(100vw / (375 / 4));
  }
  .campaign-area__condition-caution > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .campaign-area__condition-list {
    margin-top: calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
  }
  .campaign-area__condition-list-title {
    padding: calc(100vw / (375 / 16)) calc(100vw / (375 / 48)) calc(100vw / (375 / 16)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .campaign-area__condition-list-title::after {
    right: calc(100vw / (375 / 16));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .campaign-area__condition-list-contents {
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 16)) calc(100vw / (375 / 24));
  }
  .campaign-area__condition-list-num {
    font-size: calc(100vw / (375 / 12));
    font-weight: 400;
    line-height: 180%;
    color: #1A1A1A;
  }
  .campaign-area__condition-list-num > li {
    display: flex;
    gap: calc(100vw / (375 / 4));
    margin-top: calc(100vw / (375 / 8));
  }
  .campaign-area__condition-list-num-count {
    font-size: calc(100vw / (375 / 12));
  }
  .campaign-area__condition-list-num-text {
    font-size: calc(100vw / (375 / 12));
  }
  .campaign-area__condition-list-disc {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
  }
  .campaign-area__condition-list-disc > li {
    margin-top: calc(100vw / (375 / 8));
  }
  .campaign-area__condition-list-disc > li::before {
    content: "";
    position: absolute;
    top: calc(100vw / (375 / 8));
    left: calc(100vw / (375 / 3));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 6));
    border-radius: 50%;
    background: #05459E;
  }
  .campaign-area__condition-list-note {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 11));
  }
  .campaign-area__condition-list-note > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .campaign-area__condition-list-button {
    margin-top: calc(100vw / (375 / 16));
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 100));
  }
  .campaign-area__condition-list-button::after {
    right: calc(100vw /(375 / 30));
    width: calc(100vw /(375 / 5));
    height: calc(100vw /(375 / 7));
  }
  .campaign-area__condition-list-button-note {
    margin: calc(100vw / (375 / 8)) auto 0;
    font-size: calc(100vw / (375 / 12));
  }
  .campaign-area__condition-list-button-note > li {
    margin-top: calc(100vw / (375 / 4));
  }
}

/* Ｖポイントでんきとは */
.page-description-area {
  padding: 56px 0;
  background: #FFF;
}
.page-description-area__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.page-description-area__service-intro-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 660px;
  margin: 32px auto 0;
}
.page-description-area__service-intro-item {
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}
.page-description-area__service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #1A1A1A;
}
.page-description-area__service-title--denki {
  position: relative;
}
.page-description-area__service-title--denki::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 74px);
  width: 21px;
  height: 18px;
  background: url(../images/page-description-area-service-title-denki.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.page-description-area__service-title--denki::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: calc(50% - 74px);
  width: 21px;
  height: 18px;
  background: url(../images/page-description-area-service-title-denki.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.page-description-area__service-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.page-description-area__service-image {
  display: block;
  margin-top: 16px;
  text-align: center;
}
.page-description-area__service-image img {
  width: 200px;
}
.page-description-area__description-text {
  max-width: 660px;
  margin: 24px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #BD3333;
}
.page-description-area__service-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  margin: 24px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #171776;
  background: #FFF;
  color: #171776;
}
.page-description-area__service-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 7px;
  background: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .page-description-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16));
  }
  .page-description-area__title {
    font-size: calc(100vw / (375 / 28));
  }
  .page-description-area__service-intro-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(100vw / (375 / 24));
    max-width: 100%;
    margin: calc(100vw / (375 / 32)) auto 0;
  }
  .page-description-area__service-intro-item {
    padding: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 4));
  }
  .page-description-area__service-title {
    font-size: calc(100vw / (375 / 18));
  }
  .page-description-area__service-title--denki::before {
    left: calc(50% - calc(100vw / (375 / 74)));
    width: calc(100vw / (375 / 21));
    height: calc(100vw / (375 / 18));
  }
  .page-description-area__service-title--denki::after {
    right: calc(50% - calc(100vw / (375 / 74)));
    width: calc(100vw / (375 / 21));
    height: calc(100vw / (375 / 18));
  }
  .page-description-area__service-text {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .page-description-area__service-image {
    margin-top: calc(100vw / (375 / 16));
  }
  .page-description-area__service-image img {
    width: calc(100vw / (375 / 200));
  }
  .page-description-area__description-text {
    max-width: 100%;
    margin: calc(100vw / (375 / 24)) auto 0;
    font-size: calc(100vw / (375 / 14));
  }
  .page-description-area__service-btn {
    width: 100%;
    height: calc(100vw / (375 / 50));
    margin: calc(100vw / (375 / 24)) auto 0;
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 100));
  }
  .page-description-area__service-btn::after {
    right: calc(100vw / (375 / 16));
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 7));
  }
}

/* お申し込みの流れ */
.application-flow-area {
  padding: 56px 0 0;
  background-color: #040329;
  background-image: url(../images/bg-star.png);
  background-repeat: repeat;
  background-position: top center;
}
.application-flow-area__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  text-shadow: 0 0 7px #FFF700;
  text-align: center;
  color: #FFF;
}
.application-flow-area__description-text {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
.application-flow-area__description-text em {
  font-style: normal;
  font-weight: 700;
  color: #FFF700;
}
.application-flow-area__note {
  list-style-type: none;
  width: fit-content;
  display: block;
  margin: 16px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #FFF;
}
.application-flow-area__note li {
  position: relative;
  padding-left: 1.5em;
}
.application-flow-area__note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.application-flow-area__confirmation {
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #EFF2F4;
  overflow: hidden;
}
.application-flow-area__confirmation-title {
  position: relative;
  padding: 16px 72px 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #1A1A1A;
  cursor: pointer;
}
.application-flow-area__confirmation-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.application-flow-area__confirmation-title.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.application-flow-area__confirmation .accordion-content {
  display: none;
  padding: 16px 40px 40px;
}
.application-flow-area__confirmation-item {
  margin-top: 16px;
}
.application-flow-area__confirmation-item:first-child {
  margin-top: 0;
}
.application-flow-area__confirmation-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #1A1A1A;
}
.application-flow-area__confirmation-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.application-flow-area__confirmation-list {
  list-style-type: none;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.application-flow-area__confirmation-list li {
  position: relative;
  padding-left: 1.5em;
}
.application-flow-area__confirmation-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #05459E;
}
.application-flow-area__confirmation-list em {
  font-style: normal;
  font-weight: 700;
}
.application-flow-area__confirmation-note {
  margin-top: 8px;
}
.application-flow-area__confirmation-note,
.application-flow-area__confirmation-dots {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.application-flow-area__confirmation-note > li,
.application-flow-area__confirmation-dots > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.application-flow-area__confirmation-note > li:first-child {
  margin-top: 0;
}
.application-flow-area__confirmation-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.application-flow-area__confirmation-dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.application-flow-area__step {
  margin-top: 24px;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #EFF2F4;
}
.application-flow-area__step-icon {
  position: relative;
}
.application-flow-area__step-icon::after {
  content: "";
  position: absolute;
  top: 107px;
  right: 70px;
  width: 103px;
  height: 83px;
  background: url(../images/application-flow-area-step-icon-pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.application-flow-area__step-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #004098;
}
.application-flow-area__step-description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #040329;
}
.application-flow-area__step-note {
  list-style-type: none;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.application-flow-area__step-note li {
  position: relative;
  padding-left: 1.5em;
}
.application-flow-area__step-note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.application-flow-area__step-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 54px;
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; 
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF700;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 0 6px 0 #FFF700;
  color: #171776;
}
.application-flow-area__step-btn span {
    position: relative;
    padding-right: 15px;
}
.application-flow-area__step-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  background: url(../images/button-polygon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.application-flow-area__step .flow-item__wrap {
  margin-top: 16px;
}
.application-flow-area__step .flow-item {
  position: relative;
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
}
.application-flow-area__step .flow-item:last-child {
  padding-bottom: 0;
}
.application-flow-area__step .flow-item::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 31px;
  width: 0;
  height: calc(100% - 80px);
  border-left: 1px dashed #062D68;
}
.application-flow-area__step .flow-item:last-child::before {
  content: none;
}
.application-flow-area__step .flow-item__number-area {
  width: 64px;
  flex-shrink: 0;
}
.flow-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.flow-item__title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #062D68;
}
.flow-item__note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.flow-item__note li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.flow-item__note li:first-child {
  margin-top: 0;
}
.flow-item__note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .application-flow-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16)) 0;
    background-image: none;
  }
  .application-flow-area__title {
    font-size: calc(100vw / (375 / 28));
    text-shadow: 0 0 calc(100vw / (375 / 7)) #FFF700;
  }
  .application-flow-area__description-text {
    margin-top: calc(100vw / (375 / 32));
    font-size: calc(100vw / (375 / 16));
  }
  .application-flow-area__note {
    margin: calc(100vw / (375 / 16)) auto 0;
    font-size: calc(100vw / (375 / 12));
  }
  .application-flow-area__confirmation {
    margin-top: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 4));
  }
  .application-flow-area__confirmation-title {
    padding: calc(100vw / (375 / 16)) calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 16));
  }
  .application-flow-area__confirmation-title::after {
    right: calc(100vw / (375 / 24));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .application-flow-area__confirmation .accordion-content {
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24)) calc(100vw / (375 / 24));
  }
  .application-flow-area__confirmation-item {
    margin-top: calc(100vw / (375 / 16));
  }
  .application-flow-area__confirmation-list-title {
    font-size: calc(100vw / (375 / 16));
  }
  .application-flow-area__confirmation-text {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .application-flow-area__confirmation-list {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .application-flow-area__confirmation-list li::before {
    top: calc(100vw / (375 / 8));
    left: calc(100vw / (375 / 3));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 6));
  }
  .application-flow-area__confirmation-note {
    margin-top: calc(100vw / (375 / 8));
  }
  .application-flow-area__confirmation-note,
  .application-flow-area__confirmation-dots {
    font-size: calc(100vw / (375 / 12));
  }
  .application-flow-area__confirmation-note > li,
  .application-flow-area__confirmation-dots > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .application-flow-area__step {
    margin-top: calc(100vw / (375 / 24));
    padding: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 4));
  }
  .application-flow-area__step-icon::after {
    top: calc(100vw / (375 / 102));
    right: calc(100vw / (375 / 12));
    width: calc(100vw / (375 / 69));
    height: calc(100vw / (375 / 56));
    background: url(../images/application-flow-area-step-icon-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .application-flow-area__step-title {
    font-size: calc(100vw / (375 / 20));
  }
  .application-flow-area__step-description {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .application-flow-area__step-note {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 12));
  }
  .application-flow-area__step-btn {
    width: 100%;
    height: calc(100vw / (375 / 54));
    margin: calc(100vw / (375 / 16)) auto 0;
    font-size: calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
    box-shadow: 0 calc(100vw / (375 / 4)) calc(100vw / (375 / 4)) 0 rgba(0, 0, 0, 0.25), 0 0 calc(100vw / (375 / 6)) 0 #FFF700;
  }
  .application-flow-area__step-btn span {
    position: relative;
    padding-right: calc(100vw / (375 / 15));
  }
  .application-flow-area__step-btn span::after {
    width: calc(100vw / (375 / 5));
    height: calc(100vw / (375 / 8));
  }
  .application-flow-area__step .flow-item__wrap {
    margin-top: calc(100vw / (375 / 16));
  }
  .application-flow-area__step .flow-item {
    gap: calc(100vw / (375 / 12));
    padding-bottom: calc(100vw / (375 / 32));
  }
  .application-flow-area__step .flow-item::before {
    bottom: calc(100vw /(375 / 8));
    left: calc(100vw /(375 / 23));
    height: calc(100% - calc(100vw /(375 / 62)));
  }
  .application-flow-area__step .flow-item__number-area {
    width: calc(100vw / (375 / 46));
  }
  .application-flow-area__step .flow-item__number-area img {
    width: calc(100vw / (375 / 46));
  }
  .flow-item__text {
    font-size: calc(100vw / (375 / 14));
  }
  .flow-item__title {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 16));
  }
  .flow-item__note {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
  }
  .flow-item__note li {
    margin-top: calc(100vw / (375 / 4));
  }
}

/* 特典・付与条件 */
.terms-area {
  padding: 56px 0;
  background: #EFF1F4;
}
.terms-area__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.terms-area__callout-text {
  position: relative;
  width: fit-content;
  margin: 32px auto 0;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  border-radius: 100px;
  background: #062D68;
  color: #FFF;
}
.terms-area__subtitle {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #1A1A1A;
}
.terms-area__description-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #1A1A1A;
}
.terms-area__note {
  width: fit-content;
  margin: 8px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.terms-area__note > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.terms-area__note > li:first-child {
  margin-top: 0;
}
.terms-area__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.terms-area__text-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
  background: url(../images/link-blank.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  color: #266FD6;
}
.terms-area__list-wrapper {
  margin-top: 32px;
}
.terms-area__item {
  margin-top: 32px;
}
.terms-area__item:first-child {
  margin-top: 0;
}
.terms-area__item-title {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #062D68;
}
.terms-area__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #040329 49.04%, #096AC5 100%);
}
.terms-area__item-description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-list {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-list li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.terms-area__item-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #05459E;
}
.terms-area__item-list li:first-child {
  margin-top: 0;
}
.terms-area__item-note {
  margin-top: 8px;
}
.terms-area__item-note,
.terms-area__item-dots {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.terms-area__item-note > li,
.terms-area__item-dots > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.terms-area__item-note > li:first-child {
  margin-top: 0;
}
.terms-area__item-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.terms-area__item-dots > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.terms-area__item-num {
  margin-top: 8px;
}
.terms-area__item-num ul {
  margin-top: 4px;
}
.terms-area__item-num > li {
  display: flex;
  margin-top: 4px;
}
.terms-area__item-num > li:first-child {
  margin-top: 0;
}
.terms-area__item-num-count {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #062D68;
}
.terms-area__item-num-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #062D68;
}
.terms-area__item-num-text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-num-subtitle {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-note-num {
  margin-top: 4px;
}
.terms-area__item-note-num > li {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.terms-area__item-note-num > li:first-child {
  margin-top: 0;
}
.terms-area__item-decimal {
  list-style-type: decimal;
  margin-top: 4px;
  margin-left: 1.5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-decimal > li {
  margin-top: 4px;
  position: relative;
  padding-left: .5em;
}
.terms-area__item-decimal > li:first-child {
  margin-top: 0;
}
.terms-area__item-note-num-count {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.terms-area__item-note-num-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.terms-area__item-inner {
  margin-top: 16px;
  padding: 40px;
  border-radius: 4px;
  background: #FFF;
}
.terms-area__item-inner-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #062D68;
}
.terms-area__item-inner-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.terms-area__item-sample {
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}
.terms-area__item-sample-title {
  position: relative;
  padding: 12px 56px 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  color: #1A1A1A;
  cursor: pointer;
}
.terms-area__item-sample-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.terms-area__item-sample-title.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.terms-area__item-sample-contents {
  display: none;
  padding: 8px 24px 24px;
  overflow-x: scroll;
}
.terms-area__item-table {
  width: 792px;
  border-collapse: collapse;
}
.terms-area__item-table th {
  width: 187px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  background: #EFF1F4;
  color: #1A1A1A;
}
.terms-area__item-table th:first-child {
  width: 44px;
}
.terms-area__item-table th:last-child {
  border-right: none;
}
.terms-area__item-table tr {
  border-bottom: 1px solid #D8D8D8;
}
.terms-area__item-table tr:last-child {
  border-bottom: none;
}
.terms-area__item-table td {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  border-right: 1px solid #D8D8D8;
  color: #1A1A1A;
}
.terms-area__item-table td:first-child {
  font-weight: 700;
  text-align: center;
}
.terms-area__item-table td:last-child {
  border-right: none;
}
.terms-area__item-table td.table-color--blue {
  font-weight: 700;
  color: #070755;
}
.terms-area__item-table td.table-color--red {
  font-weight: 700;
  color: #BD3333;
}
@media screen and (max-width: 767px) {
  .terms-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16));
  }
  .terms-area__title {
    font-size: calc(100vw / (375 / 28));
  }
  .terms-area__callout-text {
    margin: calc(100vw / (375 / 32)) auto 0;
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 100));
  }
  .terms-area__subtitle {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 16));
  }
  .terms-area__description-text {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
    text-align: left;
  }
  .terms-area__text-link {
    margin: calc(100vw / (375 / 16)) 0 0;
    padding-right: calc(100vw / (375 / 20));
    font-size: calc(100vw / (375 / 14));
    text-decoration: underline;
    background: url(../images/link-blank.svg);
    background-repeat: no-repeat;
    background-size: calc(100vw / (375 / 16));
    background-position: 100%;
  }
  .terms-area__list-wrapper {
    margin-top: calc(100vw / (375 / 32));
  }
  .terms-area__item {
    margin-top: calc(100vw / (375 / 24));
  }
  .terms-area__item-title {
    padding-left: calc(100vw / (375 / 14));
    font-size: calc(100vw / (375 / 16));
  }
  .terms-area__item-title::before {
    width: calc(100vw / (375 / 4));
  }
  .terms-area__item-description {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-list {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-list li {
    margin-top: calc(100vw / (375 / 4));
    position: relative;
    padding-left: 1.5em;
  }
  .terms-area__item-list li::before {
    top: calc(100vw / (375 / 8));
    left: calc(100vw / (375 / 3));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 6));
  }
  .terms-area__item-note {
    margin-top: calc(100vw / (375 / 8));
  }
  .terms-area__item-note,
  .terms-area__item-dots {
    font-size: calc(100vw / (375 / 12));
  }
  .terms-area__item-note > li,
  .terms-area__item-dots > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .terms-area__item-num {
    margin-top: calc(100vw / (375 / 8));
  }
  .terms-area__item-num ul {
    margin-top: calc(100vw / (375 / 4));
  }
  .terms-area__item-num > li {
    margin-top: calc(100vw / (375 / 8));
  }
  .terms-area__item-num-count {
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-num-title {
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-num-text {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-num-subtitle {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-note-num {
    margin-top: calc(100vw / (375 / 4));
  }
  .terms-area__item-note-num > li {
    gap: calc(100vw / (375 / 4));
    margin-top: calc(100vw / (375 / 4));
  }
  .terms-area__item-decimal {
    margin-top: calc(100vw / (375 / 4));
    font-size: calc(100vw / (375 / 12));
  }
  .terms-area__item-decimal > li {
    margin-top: calc(100vw / (375 / 4));
  }
  .terms-area__item-note-num-count {
    font-size: calc(100vw / (375 / 12));
  }
  .terms-area__item-note-num-text {
    font-size: calc(100vw / (375 / 12));
  }
  .terms-area__item-inner {
    margin-top: calc(100vw / (375 / 8));
    padding: calc(100vw / (375 / 24)) calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
  }
  .terms-area__item-inner-title {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 16));
  }
  .terms-area__item-inner-text {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-sample {
    margin-top: calc(100vw / (375 / 24));
    border-radius: calc(100vw / (375 / 4));
  }
  .terms-area__item-sample-title {
    padding: calc(100vw / (375 / 12)) calc(100vw / (375 / 56)) calc(100vw / (375 / 12)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .terms-area__item-sample-title::after {
    right: calc(100vw / (375 / 16));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .terms-area__item-sample-contents {
    padding: calc(100vw / (375 / 24)) calc(100vw / (375 / 24)) calc(100vw / (375 / 24));
    overflow-x: scroll;
  }
  .terms-area__item-table {
    width: calc(100vw / (375 / 792));
  }
  .terms-area__item-table th {
    width: calc(100vw / (375 / 187));
    padding: calc(100vw / (375 / 10));
    font-size: calc(100vw / (375 / 12));
  }
  .terms-area__item-table th:first-child {
    width: calc(100vw / (375 / 45));
  }
  .terms-area__item-table td {
    padding: calc(100vw / (375 / 8)) calc(100vw / (375 / 10));
    font-size: calc(100vw / (375 / 12));
  }
}

/* Vポイントでんきに関するauエネルギー＆ライフ株式会社からのお知らせ */
.news-area {
  padding: 56px 0 0;
  background: #FFF;
}
.news-area__inner {
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}
.news-area__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #1A1A1A;
}
.news-area__description-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.news-area__list,
.news-area__more-list {
  margin-top: 16px;
}
.news-area__more-list {
  display: none;
  padding-top: 16px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.news-area__list li,
.news-area__more-list li {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.news-area__list li:first-child,
.news-area__more-list li:first-child {
  margin-top: 0;
}
.news-area__list li:last-child,
.news-area__more-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-area__list-date {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.news-area__list-date span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #EFF1F4;
  color: #062D68;
}
.news-area__list-date time {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #062D68;
}
.news-area__link {
  font-size: 12px;
  padding-right: 15px;
  font-weight: 700;
  line-height: 150%;
  background: url(../images/link-blank.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 100%;
  color: #266FD6;
}
.news-area__text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #1A1A1A;
}
.news-area__note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.news-area__note li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.news-area__note li:first-child {
  margin-top: 0;
}
.news-area__note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.news-area__note li .tel-link {
  pointer-events: none;
  text-decoration: none;
}
.news-area__more .accordion-trigger {
  position: relative;
  margin-top: 16px;
  padding: 12px 56px 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #1A1A1A;
  cursor: pointer;
}
.news-area__more .accordion-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.news-area__more .accordion-trigger.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .news-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16)) 0;
  }
  .news-area__inner {
    padding: calc(100vw / (375 / 32)) calc(100vw / (375 / 16));
    border-radius: calc(100vw / (375 / 4));
  }
  .news-area__title {
    font-size: calc(100vw / (375 / 17.9));
  }
  .news-area__description-text {
    margin-top: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .news-area__list,
  .news-area__more-list {
    margin-top: calc(100vw / (375 / 16));
  }
  .news-area__more-list {
    padding-top: calc(100vw / (375 / 16));
  }
  .news-area__list li,
  .news-area__more-list li {
    margin-top: calc(100vw / (375 / 16));
    padding-bottom: calc(100vw / (375 / 16));
  }
  .news-area__list-date {
    gap: calc(100vw / (375 / 8));
    margin-bottom: calc(100vw / (375 / 8));
  }
  .news-area__list-date span {
    height: calc(100vw / (375 / 24));
    padding: 0 calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 14));
  }
  .news-area__list-date time {
    font-size: calc(100vw / (375 / 14));
  }
  .news-area__link {
    font-size: calc(100vw / (375 / 12));
    padding-right: calc(100vw / (375 / 15));
    background: url(../images/link-blank.svg);
    background-repeat: no-repeat;
    background-size: calc(100vw / (375 / 11));
    background-position: 100%;
  }
  .news-area__text {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
  }
  .news-area__note {
    margin-top: calc(100vw / (375 / 8));
    font-size: calc(100vw / (375 / 12));
  }
  .news-area__note li {
    margin-top: calc(100vw / (375 / 4));
  }
  .news-area__note li .tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  .news-area__more .accordion-trigger {
    margin-top: calc(100vw / (375 / 16));
    padding: calc(100vw / (375 / 12)) calc(100vw / (375 / 56)) calc(100vw / (375 / 12)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
    border-radius: calc(100vw / (375 / 4));
  }
  .news-area__more .accordion-trigger::after {
    right: calc(100vw / (375 / 16));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
}

/* よくあるご質問 */
.qa-area {
  padding: 56px 0;
  background: #FFF;
}
.qa-area__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.qa-area__list {
  margin-top: 32px;
}
.qa-area__question {
  position: relative;
  padding: 16px 72px 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  color: #1A1A1A;
  cursor: pointer;
}
.qa-area__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/accordfion-btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.qa-area__question.is-active::after {
  background: url(../images/accordfion-btn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.qa-area__answer {
  display: none;
  padding: 24px;
  background: #F4F4F4;
}
.qa-area__answer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.qa-area__answer-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #1A1A1A;
}
.qa-area__answer-text + .qa-area__answer-title {
  margin-top: 16px;
}
.qa-area__answer-title + .qa-area__answer-text {
  margin-top: 8px;
}
.qa-area__answer-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.qa-area__answer-list > li {
  position: relative;
  margin-top: 16px;
  padding-left: 1.5em;
}
.qa-area__answer-list > li:first-child {
  margin-top: 0;
}
.qa-area__answer-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #05459E;
}
.qa-area__answer-list > li em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .qa-area {
    padding: calc(100vw / (375 / 40)) calc(100vw / (375 / 16));
  }
  .qa-area__title {
    font-size: calc(100vw / (375 / 28));
  }
  .qa-area__list {
    margin-top: calc(100vw / (375 / 32));
  }
  .qa-area__question {
    position: relative;
    padding: calc(100vw / (375 / 16)) calc(100vw / (375 / 56)) calc(100vw / (375 / 16)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .qa-area__question::after {
    right: calc(100vw / (375 / 24));
    width: calc(100vw / (375 / 24));
    height: calc(100vw / (375 / 24));
  }
  .qa-area__answer {
    padding: calc(100vw / (375 / 16));
  }
  .qa-area__answer-text {
    font-size: calc(100vw / (375 / 14));
  }
  .qa-area__answer-title {
    font-size: calc(100vw / (375 / 14));
  }
  .qa-area__answer-text + .qa-area__answer-title {
    margin-top: calc(100vw / (375 / 16));
  }
  .qa-area__answer-title + .qa-area__answer-text {
    margin-top: calc(100vw / (375 / 8));
  }
  .qa-area__answer-list {
    font-size: calc(100vw / (375 / 14));
  }
  .qa-area__answer-list > li {
    margin-top: calc(100vw / (375 / 16));
  }
  .qa-area__answer-list > li::before {
    top: calc(100vw / (375 / 8));
    left: calc(100vw / (375 / 3));
    width: calc(100vw / (375 / 6));
    height: calc(100vw / (375 / 6));
  }
}

/* でんきサービスについてのお問い合わせ */
.contact-area {
  padding: 48px 0;
  background: #E9E9E9;
}
.contact-area__inner {
  padding: 0 16px;
}
.contact-area__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.contact-area__label {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  border: 1px solid #070755;
  background: #FFF;
  color: #070755;
}
.contact-area__company {
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
  color: #070755;
}
.contact-area__phone {
  position: relative;
  width: fit-content;
  margin: 16px auto 0;
  padding-left: 58px;
}
.contact-area__phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/contact-area-phone.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.contact-area__phone-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.contact-area__phone-time {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #070755;
}
.contact-area__note {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #5E5E5E;
}
.contact-area__note > li {
  margin-top: 4px;
  position: relative;
  padding-left: 1.5em;
}
.contact-area__note > li:first-child {
  margin-top: 0;
}
.contact-area__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact-area {
    padding: calc(100vw / (375 / 40)) 0;
  }
  .contact-area__inner {
    padding: 0 calc(100vw / (375 / 16));
  }
  .contact-area__title {
    font-size: calc(100vw / (375 / 20));
  }
  .contact-area__label {
    margin: calc(100vw / (375 / 24)) auto 0;
    padding: calc(100vw / (375 / 4)) calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 14));
  }
  .contact-area__company {
    margin-top: calc(100vw / (375 / 12));
    padding-bottom: calc(100vw / (375 / 16));
    font-size: calc(100vw / (375 / 16));
  }
  .contact-area__phone {
    position: relative;
    width: fit-content;
    margin: calc(100vw / (375 / 24)) auto 0;
    padding-left: calc(100vw / (375 / 58));
  }
  .contact-area__phone::before {
    width: calc(100vw / (375 / 50));
    height: calc(100vw / (375 / 50));
  }
  .contact-area__phone-number {
    font-size: calc(100vw / (375 / 24));
  }
  .contact-area__phone-time {
    font-size: calc(100vw / (375 / 10));
  }
  .contact-area__note {
    margin-top: calc(100vw / (375 / 24));
    font-size: calc(100vw / (375 / 12));
  }
  .contact-area__note > li {
    margin-top: calc(100vw / (375 / 4));
  }
}

/* フッター */
.footer {
  padding: 24px 0;
  text-align: center;
  background: #062962;
}
.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: calc(100vw / (375 / 24)) 0;
  }
  .footer__copyright {
    font-size: calc(100vw / (375 / 12));
  }
}