@charset "UTF-8";
/* common
============================== */
.sp {
  display: none;
}

:root {
  --bg-color: #F6F5F3;
  --txt-color:#2A282E;
}

.night-time {
  --bg-color: #2A282E;
  --txt-color:#F6F5F3;
}

/* parts
============================== */
.fs--m {
  font-size: 1em;
}

.fs--l {
  font-size: 1.29em;
}

.fs--xl {
  font-size: 1.72em;
}

.red {
  color: #ed2822;
}

h3,
.block .tit-label {
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
}
h3 span,
.block .tit-label span {
  display: block;
  background: var(--bg-color);
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
  position: relative;
  z-index: 1;
}
h3::after,
.block .tit-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.block {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  color: #2A282E;
}

.block--attention {
  border: 16px solid #ffb1b1;
  padding: 40px;
  margin-bottom: 8vw;
}
.block--attention .tit {
  text-align: center;
  margin-bottom: 32px;
}

.block--flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* accordion */
.block:has(.accordion--title) {
  padding: 0;
}

.accordion--title {
  cursor: pointer;
  position: relative;
  padding: 32px;
  margin-bottom: 0;
  transition: margin 0.4s;
}
.accordion--title::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  rotate: 45deg;
  position: absolute;
  right: 32px;
  top: calc(50% - 0.35em);
  transition: 0.3s;
}
.accordion--title.is-visible::after {
  rotate: -135deg;
}
.accordion--title.is-visible + .accordion--body {
  display: block;
}

.accordion--body {
  overflow: clip;
  height: 0;
  padding: 0 32px;
  transition: 0.4s;
}

/* page--annual_payment
============================== */
#page--annual_payment {
  max-width: 1100px;
  margin-inline: auto;
}
#page--annual_payment section {
  margin: 8vw auto;
}
#page--annual_payment .block .btn .btn--main {
  background: #2A282E;
  color: #F6F5F3;
}
#page--annual_payment .block .btn .btn--sub {
  color: #2A282E;
}

#lead h2 {
  font-weight: normal;
  text-align: center;
  font-size: 50px;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  #lead {
    text-align: center;
  }
}

#about dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
#about dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#about dl > div.size--m {
  width: calc(50% - 8px);
}
#about dl > div.size--m dt {
  width: 7em;
}
#about dl > div.size--m dd {
  width: calc(100% - 7em - 24px);
}
#about dl > div.benefit dt {
  color: #2A282E;
  background: none;
  width: 100%;
  text-align: center;
  font-size: 1.72em;
  font-weight: bold;
  margin-bottom: 24px;
}
#about dl > div.benefit dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 0;
}
#about dl > div.benefit dd > div {
  width: 50%;
}
#about dl > div.benefit dd > div .thumb {
  width: 60%;
  margin-inline: auto;
  margin-bottom: 32px;
}
#about dl > div.benefit dd > div .tit {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.29em;
  text-align: center;
  position: relative;
  margin: 0 auto 4px;
}
#about dl > div.benefit dd > div .tit::before, #about dl > div.benefit dd > div .tit::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.65em);
  font-weight: bold;
  transform: scale(1.4, 1.5);
}
#about dl > div.benefit dd > div .tit::before {
  content: "（";
  left: -1em;
}
#about dl > div.benefit dd > div .tit::after {
  content: "）";
  right: -1em;
}
#about dl > div.benefit .item--status .tit::before, #about dl > div.benefit .item--status .tit::after {
  transform: scale(1.5, 2.5);
}
#about dl > div.benefit .item--status .tit::before {
  left: -1.25em;
}
#about dl > div.benefit .item--status .tit::after {
  right: -1.25em;
}
#about dl dt {
  width: 10em;
  background: #2A282E;
  color: #F6F5F3;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 4px 16px;
}
#about dl dd {
  width: calc(100% - 10em - 24px);
  padding-left: 32px;
}
#about dl dd .font-termina {
  font-size: 2em;
  font-weight: 600;
}

#change > .fs--xl {
  text-align: center;
  margin-bottom: 32px;
}
#change .block:has(.accordion--title) {
  margin-bottom: 16px;
}
@media screen and (min-width: 961px) {
  #change .block--attention {
    text-align: center;
  }
}
#change .block--attention .thumb {
  width: 70%;
  margin: 40px auto 0;
}
#change .tit-label span {
  background: #fff;
  color: #2A282E;
}
#change .block--flex {
  margin-bottom: 32px;
}
#change .block--flex > p {
  width: 60%;
}
#change .block--flex > .thumb {
  width: 40%;
  text-align: center;
}
#change .block--flex > .thumb img {
  width: 80%;
}
#change dl dt {
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
  margin-bottom: 24px;
}
#change dl dd .thumb {
  width: 70%;
  margin: 16px auto 0;
}
#change #pattern01 .step1 {
  align-items: stretch;
  width: 100%;
  border-bottom: 1px dashed;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#change #pattern01 .step1 dl {
  width: 30%;
}
#change #pattern01 .step1 > div {
  width: 70%;
  align-items: center;
}
#change #pattern01 .step1 > div picture {
  width: 50%;
  padding: 0 8%;
}
#change #pattern01 .step1 > div > div {
  width: 50%;
}
#change #pattern01 .step2 {
  width: 100%;
}
#change #pattern01 .step2 .block--flex {
  margin-bottom: 60px;
}
#change #pattern01 .step2 .block--flex > div {
  width: 50%;
}
#change #pattern01 .step2 .block--flex > .thumb {
  width: 50%;
  text-align: center;
  margin-top: 0;
}
#change #pattern01 .step2 .block--flex > .thumb img {
  width: 80%;
}
#change #pattern01 .step3, #change #pattern01 .step4 {
  width: 45%;
}
#change #pattern01 .step3 {
  margin-right: 10%;
  margin-bottom: 60px;
}
#change #pattern02 .block--attention {
  margin-bottom: 60px;
}
#change #pattern02 dl.block--flex {
  align-items: stretch;
  gap: 60px 5%;
}
#change #pattern02 dl.block--flex > div {
  width: 30%;
}
#change #pattern02 dl.block--flex dt {
  margin-bottom: 8px;
}
#change #pattern02 dl.block--flex dd .thumb {
  width: 100%;
}
@media screen and (min-width: 961px) {
  #change #pattern02 dl.block--flex dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 16px 0;
  }
}

#faq > .accordion {
  margin-bottom: 48px;
}
#faq > .accordion dt {
  padding-left: 64px;
}
#faq > .accordion dt::before {
  content: "Q";
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  border-radius: 2em;
  text-align: center;
  border: 1px solid;
  position: absolute;
  left: 24px;
  top: calc(50% - 1em);
}
#faq > .accordion .block {
  margin-bottom: 8px;
}
#faq > .accordion .inner {
  padding: 0 0 32px 32px;
  position: relative;
}
#faq > .accordion .inner::before {
  content: "A";
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  border-radius: 2em;
  text-align: center;
  background: #2A282E;
  color: #F6F5F3;
  position: absolute;
  left: -8px;
  top: 0;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .txt--sub {
    font-size: 12px;
  }
  h3,
  .block .tit-label {
    margin-bottom: 4vw;
  }
  .block {
    padding: 24px;
  }
  .block--attention {
    border-width: 8px;
    padding: 24px;
    margin-bottom: 16px;
  }
  .block--attention .tit {
    text-align: center;
    margin-bottom: 16px;
  }
  /* accordion */
  .block:has(.accordion--title) {
    padding: 0;
  }
  .accordion--title {
    padding: 16px 32px 16px 16px;
  }
  .accordion--title::after {
    right: 16px;
  }
  .accordion--body {
    padding: 0 16px;
  }
  /* page--annual_payment
  ============================== */
  #page--annual_payment {
    width: 90%;
  }
  #page--annual_payment section {
    margin: 16vw auto;
  }
  #lead h2 {
    font-size: min(7vw, 50px);
  }
  #about dl {
    gap: 8px;
  }
  #about dl > div {
    justify-content: center;
  }
  #about dl > div.size--m {
    width: calc(50% - 4px);
    padding: 32px 16px;
    justify-content: center;
  }
  #about dl > div.size--m dt {
    width: 6em;
    font-size: 13px;
    margin-bottom: 16px;
  }
  #about dl > div.size--m dd {
    width: 100%;
    padding-left: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 0.8em;
  }
  #about dl > div.size--m dd .font-termina {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #about dl > div.benefit dt {
    margin-bottom: 8vw;
  }
  #about dl > div.benefit dd {
    gap: 8vw 0;
  }
  #about dl > div.benefit dd > div {
    width: 100%;
  }
  #about dl > div.benefit dd > div .thumb {
    width: 50%;
    margin-bottom: 16px;
  }
  #about dl > div.benefit dd > div .tit {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 1.29em;
    text-align: center;
    position: relative;
    margin: 0 auto 4px;
  }
  #about dl > div.benefit dd > div .tit::before, #about dl > div.benefit dd > div .tit::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 0.65em);
    font-weight: bold;
    transform: scale(1.4, 1.5);
  }
  #about dl > div.benefit dd > div .tit::before {
    content: "（";
    left: -1em;
  }
  #about dl > div.benefit dd > div .tit::after {
    content: "）";
    right: -1em;
  }
  #about dl > div.benefit .item--status .tit::before, #about dl > div.benefit .item--status .tit::after {
    transform: scale(1.5, 2.5);
  }
  #about dl > div.benefit .item--status .tit::before {
    left: -1.25em;
  }
  #about dl > div.benefit .item--status .tit::after {
    right: -1.25em;
  }
  #about dl dt {
    width: 10em;
    background: #2A282E;
    color: #F6F5F3;
    border-radius: 2em;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 4px 16px;
    margin-bottom: 16px;
  }
  #about dl dd {
    width: 100%;
    padding-left: 0;
  }
  #change > .fs--xl {
    text-align: center;
    margin-bottom: 32px;
  }
  #change .block:has(.accordion--title) {
    margin-bottom: 16px;
  }
  #change .accordion--title {
    padding: 16px 16px 40px;
  }
  #change .accordion--title::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 2em;
    position: absolute;
    right: calc(50% - 1em);
    bottom: 8px;
  }
  #change .accordion--title::after {
    width: 0.6em;
    height: 0.6em;
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: calc(50% - 0.3em);
    top: unset;
    bottom: 19px;
  }
  #change .accordion--title.is-visible::after {
    bottom: 16px;
  }
  #change .accordion--title.is-visible + .accordion--body {
    padding-bottom: 32px;
  }
  #change .block--attention .thumb {
    width: 100%;
    margin: 24px auto 0;
  }
  #change .block--flex {
    margin-bottom: 16vw;
  }
  #change .block--flex > p {
    width: 100%;
    margin-bottom: 16px;
  }
  #change .block--flex > .thumb {
    width: 100%;
  }
  #change .block--flex > .thumb img {
    width: 80%;
  }
  #change dl dt {
    font-size: 1em;
    margin-bottom: 16px;
  }
  #change dl dd .thumb {
    width: 70%;
    margin: 16px auto 0;
  }
  #change #pattern01 .step1 {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  #change #pattern01 .step1 dl {
    width: 100%;
  }
  #change #pattern01 .step1 > div {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }
  #change #pattern01 .step1 > div picture {
    width: 100%;
    padding: 32px 32%;
  }
  #change #pattern01 .step1 > div > div {
    width: 100%;
    margin-bottom: 0;
  }
  #change #pattern01 .step2 .block--flex {
    margin-bottom: 60px;
  }
  #change #pattern01 .step2 .block--flex > div {
    width: 100%;
  }
  #change #pattern01 .step2 .block--flex > .thumb {
    width: 80%;
    margin-top: 16px;
  }
  #change #pattern01 .step3, #change #pattern01 .step4 {
    width: 100%;
  }
  #change #pattern01 .step3 {
    margin-right: 0;
    margin-bottom: 60px;
  }
  #change #pattern02 .block--attention {
    margin-bottom: 32px;
  }
  #change #pattern02 dl.block--flex {
    gap: 32px 0;
    margin-bottom: 32px;
  }
  #change #pattern02 dl.block--flex > div {
    width: 100%;
  }
  #change #pattern02 dl.block--flex dt {
    margin-bottom: 8px;
  }
  #change #pattern02 dl.block--flex dd .thumb {
    width: 100%;
  }
  #faq > .accordion {
    margin-bottom: 48px;
  }
  #faq > .accordion dt {
    padding-left: 50px;
  }
  #faq > .accordion dt::before {
    left: 12px;
  }
  #faq > .accordion .block {
    margin-bottom: 8px;
  }
  #faq > .accordion .inner {
    padding: 0 0 32px 32px;
  }
  #faq > .accordion .inner::before {
    left: -4px;
  }
}