/* ↓↓↓ Cancellation ↓↓↓ */
/* ↑↑↑ Cancellation ↑↑↑ */

/* ↓↓↓ top_read ↓↓↓ */
.top_read {
  display: block;
  width: 100%;
}

.top_read .speech {
  width: 465px;
  height: 43px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  background-color: #f4f6ff;
  border-radius: 35px;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .top_read .speech {
    width: 297px;
    height: 65px;
    line-height: 1.47;
    border-radius: 40px;
    text-align: center;
  }
}

.top_read .speech::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #f4f6ff;
  border-bottom: 0;
}

.top_read .ttl {
  width: fit-content;
  margin: 25px auto 0;
  padding: 0 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #2b52e0;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .top_read .ttl {
    font-size: 20px;
  }
}

.top_read .ttl::before {
  content: '';
  position: absolute;
  top: 43%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #2b52e0;
}

.top_read .ttl::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #2b52e0;
}

.top_read .text {
  margin-top: 36px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  word-break: keep-all;
}

.top_read .notes {
  display: block;
  width: fit-content;
  margin: 17px auto 0;
  padding-left: 29px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

@media (max-width: 767px) {
  .top_read .notes {
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}

.top_read .notes::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  background: url(../images/web_mendan/icon-notes.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .top_read .notes::before {
    top: 3px;
    translate: 0 0;
  }
}

/* ↑↑↑ top_read ↑↑↑ */

/* ↓↓↓ anchor-box ↓↓↓ */
.anchor-box {
  margin-top: 41px;
  padding: 72px 48px 0;
  background-color: #f4f6ff;
  border-radius: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .anchor-box {
    margin-top: 32px;
    padding: 60px 24px 0;
  }
}

.anchor-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 120px;
  height: 39px;
  border-radius: 0 0 24px 24px;
  display: grid;
  place-content: center;
  background-color: #2b52e0;
}

@media (max-width: 767px) {
  .anchor-box::before {
    width: 112px;
    height: 36px;
  }
}

.anchor-box .ind {
  position: absolute;
  top: 12px;
  left: 50%;
  translate: -50% 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .anchor-box .ind {
    top: 11px;
    font-size: 14px;
  }
}

.anchor-box button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 68px;
  height: 24px;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  .anchor-box button {
    top: 0;
    right: 0;
    width: 88px;
    height: 44px;
    padding: 0 10px;
  }
}

.anchor-box button .txt {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.anchor-box button .txt span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ff5670;
  display: grid;
  place-content: center;
  transition: translate 300ms 0s ease;
}

.anchor-box button .txt .open {
  translate: 0 0;
}

.anchor-box.-open button .txt .open {
  translate: 0 100%;
}

.anchor-box button .txt .close {
  translate: 0 100%;
}

.anchor-box.-open button .txt .close {
  translate: 0 0;
}

.anchor-box button img {
  display: block;
  width: 24px;
  rotate: 180deg;
  transition: rotate 300ms 0s ease;
}

.anchor-box.-open button img {
  rotate: 360deg;
}

.anchor-list {
  /* display: none; */
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .anchor-list {
    padding-bottom: 40px;
  }
}

.anchor-list li {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.anchor-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.anchor-list li:first-of-type {
  padding-top: 0;
}

.anchor-list li:last-of-type {
  padding-bottom: 0;
}

.anchor-list li:last-of-type::after {
  background: unset;
}

.anchor-list .head {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.064em;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: opacity 300ms 0s ease;
}

.anchor-list li .anker {
  display: block;
  width: fit-content;
  margin-top: 20px;
  margin-left: 16px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 768px) {

  .anchor-list li .anker:hover,
  .anchor-list a.head:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.anchor-list li .anker + .anker {
  margin-top: 16px;
}

/* ↑↑↑ anchor-box ↑↑↑ */

/* ↓↓↓ content-box ↓↓↓ */
.content-box {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .content-box {
    margin-top: 40px;
  }
}

.content-box_ttl-block {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .content-box_ttl-block {
    margin-bottom: 32px;
  }
}

.content-box_ttl-block .ttl {
  padding-left: 12px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #2b52e0;
  position: relative;
}

@media (max-width: 767px) {
  .content-box_ttl-block .ttl {
    font-size: 20px;
  }

  .content-box_ttl-block .ttl.line2 {
    line-height: 1.5;
  }
}

.content-box_ttl-block .ttl::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 2px;
  height: 24px;
  background-color: #2b52e0;
}

@media (max-width: 767px) {
  .content-box_ttl-block .ttl.line2::before {
    top: 5px;
    height: 50px;
  }
}

.content-box_ttl-block .text {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

/* ↑↑↑ content-box ↑↑↑ */

/* ↓↓↓ movie-block ↓↓↓ */
.movie-block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .movie-block {
    margin-top: 24px;
  }
}

.movie-block_caption {
  width: 174px;
  height: 41px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: grid;
  place-content: center;
  border-radius: 24px 24px 0 0;
  background-color: #f4f6ff;
}

@media (max-width: 767px) {
  .movie-block_caption {
    width: 166px;
    height: 39px;
    font-size: 14px;
  }
}

.movie-block_thumb {
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 768px) {
  .movie-block_thumb:hover {
    opacity: 0.7;
  }
}

/* ↑↑↑ movie-block ↑↑↑ */

/* ↓↓↓ cando-block ↓↓↓ */
.cando-block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .cando-block {
    margin-top: 24px;
  }
}

.cando-block_caption {
  width: 465px;
  height: 43px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #f4f6ff;
  border-radius: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .cando-block_caption {
    width: 297px;
  }
}

.cando-block_caption::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #f4f6ff;
  border-bottom: 0;
}

.cando-block .read {
  margin-top: 28px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .cando-block .read {
    margin-top: 23px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}

.cando-block .card-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cando-block .card-list {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.cando-block .card-list .card {
  width: 362px;
  height: 112px;
  padding: 16px;
  background-color: #f4f6ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .cando-block .card-list .card {
    width: 315px;
  }
}

.cando-block .card-list .card .icon {
  display: block;
  width: 80px;
}

.cando-block .card-list .card .text {
  display: block;
  flex: 1;
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625;
}

/* ↑↑↑ cando-block ↑↑↑ */

/* ↓↓↓ step-block ↓↓↓ */
.step-block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .step-block {
    margin-top: 24px;
  }
}

.step-block .speech {
  width: 465px;
  height: 43px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background-color: #2b52e0;
  border-radius: 35px;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .step-block .speech {
    width: 297px;
  }
}

.step-block .speech::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #2b52e0;
  border-bottom: 0;
}

.step-block .step-list {
  margin-top: 28px;
  padding: 32px 32px 32px 116px;
  background-color: #f4f6ff;
  border-radius: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .step-block .step-list {
    margin-top: 20px;
    padding: 24px 24px 24px 66px;
  }
}

.step-block .step-list::before {
  content: '';
  position: absolute;
  top: 107px;
  left: 59px;
  width: 2px;
  height: calc(100% - 62px);
  background: url(../images/web_mendan/border-vertical.png) repeat-y;
  z-index: 1;
}

@media (max-width: 767px) {
  .step-block .step-list::before {
    top: 70px;
    left: 36px;
    height: calc(100% - 40px);
  }
}

.step-block .step-list:last-of-type:before {
  display: none;
}

.step-block .step-list + .step-list {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .step-block .step-list + .step-list {
    margin-top: 16px;
  }
}

.step-block .step-list .number {
  position: absolute;
  top: 32px;
  left: 24px;
  width: 68px;
}

@media (max-width: 767px) {
  .step-block .step-list .number {
    top: 24px;
    left: 16px;
    width: 40px;
  }
}

.step-block .step-list .text {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

.step-block .step-list .image + .text {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .step-block .step-list .image + .text {
    margin-top: 32px;
  }
}

.step-block .step-list .notes {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.67;
  text-align: justify;
  word-break: break-all;
}

.step-image08,
.step-image06,
.step-image05,
.step-image03,
.step-image02,
.step-image01 {
  display: block;
  width: 482px;
  margin: 16px auto 0;
}

@media (max-width: 767px) {

  .step-image08,
  .step-image06,
  .step-image05,
  .step-image03,
  .step-image02,
  .step-image01 {
    width: 225px;
  }
}

.step-image07 {
  display: block;
  width: 596px;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .step-image07 {
    width: 225px;
  }
}

.step03 .split-image {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  .step03 .split-image {
    flex-direction: column;
  }
}

.step03 .split-image .pic {
  display: block;
  width: 100%;
}

.step03 .split-image .caption {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2em;
  color: #2b52e0;
}

.step04 .check-block {
  margin-top: 16px;
  padding: 32px;
  background-color: #fff;
  display: flex;
  gap: 29px;
}

@media (max-width: 767px) {
  .step04 .check-block {
    padding: 24px 17px 24px;
    flex-direction: column;
    gap: 8px;
  }
}

.step04 .check-block .text-wrap {
  flex: 1;
}

.step04 .check-block .text-wrap .speech {
  width: 225px;
  height: 43px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background-color: #2b52e0;
  border-radius: 35px;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .step04 .check-block .text-wrap .speech {
    width: 172px;
    height: 41px;
    font-size: 14px;
  }
}

.step04 .check-block .text-wrap .speech::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #2b52e0;
  border-bottom: 0;
}

.step04 .check-block .text-wrap .text {
  margin-top: 16px;
}

.step04 .check-block .text-wrap .text a {
  color: #006bcd;
  text-decoration: underline;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 768px) {
  .step04 .check-block .text-wrap .text a:hover {
    opacity: 0.7;
  }
}

.step04 .check-block .image {
  width: 254px;
}

@media (max-width: 767px) {
  .step04 .check-block .image {
    width: 191px;
    margin: 0 auto;
  }
}

/* ↑↑↑ step-block ↑↑↑ */

/* ↓↓↓ important-points ↓↓↓ */
.important-points {
  margin-top: 40px;
  padding: 40px;
  background-color: #f4f6ff;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .important-points {
    margin-top: 16px;
    padding: 24px 16px;
  }
}

.important-points_list li {
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

@media (max-width: 767px) {
  .important-points_list li {
    line-height: 2;
  }
}

.important-points_list li + li {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .important-points_list li + li {
    margin-top: 15px;
  }
}

.important-points_list li .icon {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .important-points_list li .icon {
    top: -2px;
    translate: 0 0;
  }
}

.important-points .notes {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
}

/* ↑↑↑ important-points ↑↑↑ */

/* ↓↓↓ linkbtn-qa ↓↓↓ */
.linkbtn-qa {
  width: 280px;
  height: 67px;
  margin: -16px auto 0;
  display: grid;
  place-content: center;
  background-color: #ff5670;
  border-radius: 34px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff !important;
  position: relative;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 769px) {
  .linkbtn-qa:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .linkbtn-qa {
    width: 297px;
    height: 47px;
    font-size: 18px;
  }
}

.linkbtn-qa:link {
  color: #fff;
  text-decoration: none;
}

.linkbtn-qa::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 11px;
  height: 19px;
  background: url(../images/top/common-icon-link-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .linkbtn-qa::after {
    right: 50px;
  }
}

/* ↑↑↑ linkbtn-qa ↑↑↑ */

/* ↓↓↓ banner-block ↓↓↓ */
.banner-block {
  margin-top: -16px;
}

.link-banner {
  width: 360px;
  height: 139px;
  padding: 16px 60px 16px 16px;
  background-color: #f4f6ff;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: opacity 300ms 0s ease;
  text-decoration: none;
}

@media (max-width: 767px) {
  .link-banner {
    width: 315px;
    height: auto;
    padding: 16px 16px 44px 16px;
    text-decoration: none;
  }

  .link-banner:link {
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .link-banner:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.link-banner::after {
  content: '';
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 24px;
  height: 24px;
  background: url(../images/web_mendan/icon-accordion-arrow.svg) no-repeat;
  rotate: -90deg;
}

@media (max-width: 767px) {
  .link-banner::after {
    bottom: 10px;
    right: 10px;
  }
}

.link-banner .image {
  width: 100px;
  margin: 0;
}

.link-banner .wrap {
  flex: 1;
  margin-left: 10px;
}


.link-banner .wrap .ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.57;
  color: #006bcd;
  margin: 0;
}

.link-banner .wrap .text {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58;
  color: #000;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 767px) {
  .link-banner .wrap .text {
    width: 100%;
    margin-top: 8px;
  }
}

/* ↑↑↑ banner-block ↑↑↑ */

/* ↓↓↓ linkbtn-back ↓↓↓ */
.linkbtn-back {
  width: 450px;
  height: 67px;
  margin: 40px auto 0;
  display: grid;
  place-content: center;
  background-color: #ff5670;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  position: relative;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 768px) {
  .linkbtn-back:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .linkbtn-back {
    width: 297px;
    height: 75px;
    margin: 16px auto 0;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.39;
  }
}

.linkbtn-back:visited,
.linkbtn-back:link {
  color: #fff;
  text-decoration: none;
}

.linkbtn-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  translate: 0 -50%;
  width: 11px;
  height: 19px;
  background: url(../images/top/common-icon-link-arrow.svg) no-repeat;
  background-size: contain;
  rotate: 180deg;
}

/* ↑↑↑ linkbtn-back ↑↑↑ */

/* ↓↓↓ app-box ↓↓↓ */
.app-box {
  width: 100%;
  height: 433px;
  margin-top: 40px;
  background-color: #f1f1f1;
  position: relative;
}

@media (max-width: 767px) {
  .app-box {
    height: 470px;
    margin-top: 48px;
  }
}

.app-box .ttl {
  padding-top: 32px;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
}

@media (max-width: 767px) {
  .app-box .ttl {
    font-size: 18px;
    line-height: 1.56;
  }
}

.app-box .image01 {
  display: block;
  width: 292px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .app-box .image01 {
    width: 265px;
    margin: 16px auto 0;
  }
}

.app-box .qr-block {
  position: absolute;
  top: 135px;
  width: 164px;
}

@media (max-width: 767px) {
  .app-box .qr-block {
    top: unset;
    bottom: 32px;
    width: 120px;
  }
}

.app-box .qr-block.android {
  left: 40px;
}

@media (max-width: 767px) {
  .app-box .qr-block.android {
    left: 50%;
    translate: calc(-100% - 5px);
  }
}

.app-box .qr-block.ios {
  right: 40px;
}

@media (max-width: 767px) {
  .app-box .qr-block.ios {
    right: 50%;
    translate: calc(100% + 5px);
  }
}

.app-box .qr-block .cap {
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media (max-width: 767px) {
  .app-box .qr-block .cap {
    font-size: 18px;
  }
}

.app-box .qr-block .qr-code {
  width: 150px;
  margin: 15px auto 0;
}

@media (max-width: 767px) {
  .app-box .qr-block .qr-code {
    display: none;
  }
}

.app-box .qr-block .bnr {
  display: block;
  width: 100%;
  margin: 16px auto 0;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 768px) {
  .app-box .qr-block .bnr:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .app-box .qr-block .bnr {
    width: 120px;
    height: 35px;
    margin: 8px auto 0;
  }

  .app-box .qr-block .bnr img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

/* ↑↑↑ app-box ↑↑↑ */