/* ↓↓↓ 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;
}

.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: 767px) {

  .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 ↑↑↑ */

/* ↓↓↓ float-btn ↓↓↓ */
.float-btn {
  display: block;
  position: fixed;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  width: 300px;
  height: 66px;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  filter: drop-shadow(0 0 20px rgba(0, 171, 235, 0.1));
  z-index: 30;
  padding: 20px 50px 17px 100px;
  cursor: pointer;
  transition: display 300ms ease, opacity 300ms ease;
}

.float-btn:link {
  text-decoration: none;
}

.float-btn.-hide {
  opacity: 0;
  display: none;
}

.float-btn::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 40px;
  width: 48px;
  height: 48px;
  background: url(../images/mcb/float-btn.png) no-repeat;
  background-size: 100%;
}

.float-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 13px;
  background: url(../images/scout/acount-btn-arrow.svg) no-repeat;
  background-size: 100%;
  transition: right 300ms ease;
}

@media (min-width: 767px) {
  .float-btn:hover::after {
    right: 20px;
  }

  a:hover.float-btn:hover {
    color: #000;
    text-decoration: none;
  }
}

.float-btn .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.1em;
  margin: 0;
}

/* ↑↑↑ float-btn ↑↑↑ */

/* ↓↓↓ 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: 248px;
  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;
}

.movie-block_caption.no2 {
  width: 268px;
}

.step-list .movie-block_caption {
  width: 294px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .movie-block_caption {
    font-size: 14px;
  }

  .step-list .movie-block_caption {
    width: 155px;
    height: 52px;
    text-align: center;
    line-height: 1.5;
  }
}

.movie-block_thumb {
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 767px) {
  .movie-block_thumb:hover {
    opacity: 0.7;
  }
}

/* ↑↑↑ movie-block ↑↑↑ */

/* ↓↓↓ step-block ↓↓↓ */
.step-block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .step-block {
    margin-top: 24px;
  }
}

.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 .step-list_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #2b52e0;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .step-block .step-list .step-list_ttl {
    font-size: 16px;
    text-align: justify;
    word-break: break-all;
  }
}

.step-block .step-list .text {
  margin-top: 10px;
  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 .text b {
  font-weight: bold;
  color: #2b52e0;
}

.step-block .step-list .text a {
  color: #2b52e0;
}

.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-image03,
.step-image02,
.step-image01 {
  display: block;
  width: 482px;
  margin: 16px auto 0;
}

@media (max-width: 767px) {

  .step-image03,
  .step-image02,
  .step-image01 {
    width: 225px;
  }
}

.step04 .split-image {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  .step04 .split-image {
    flex-direction: column;
  }
}

.step04 .split-image .pic {
  display: block;
  width: 100%;
}

.step04 .split-image .caption {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2em;
  color: #2b52e0;
}

.linkbtn-write {
  width: 394px;
  height: 112px;
  margin: 32px auto 0;
  display: grid;
  place-content: center;
  background-color: #ff5670;
  border-radius: 56px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: opacity 300ms 0s ease;
}

@media (min-width: 767px) {
  .linkbtn-write:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .linkbtn-write {
    width: 207px;
    height: 92px;
    margin: 16px auto 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .linkbtn-write:link,
  .linkbtn-write:visited {
    color: #fff;
    text-decoration: none;
  }
}

.linkbtn-write::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;
}

.split-image_caption {
  width: 235px;
  margin: 32px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #2b52e0;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .split-image_caption {
    width: 170px;
    font-size: 14px;
  }
}

.split-image_caption::before,
.split-image_caption::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 1px;
  height: 26px;
  background-color: #2b52e0;
}

.split-image_caption::before {
  left: 0;
  rotate: -30deg;
}

.split-image_caption::after {
  right: 0;
  rotate: 30deg;
}

/* ↑↑↑ step-block ↑↑↑ */

/* ↓↓↓ merit-block ↓↓↓ */
.merit-block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .merit-block {
    margin-top: 24px;
  }
}

.merit-block_caption {
  width: 310px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #2b52e0;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .merit-block_caption {
    width: 260px;
    font-size: 16px;
  }
}

.merit-block_caption::before,
.merit-block_caption::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 1px;
  height: 26px;
  background-color: #2b52e0;
}

.merit-block_caption::before {
  left: 0;
  rotate: -30deg;
}

.merit-block_caption::after {
  right: 0;
  rotate: 30deg;
}

.merit-block .card-list {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .merit-block .card-list {
    max-width: 297px;
    margin: 25px auto 0;
    flex-wrap: wrap;
  }
}

.merit-block .card-list .card {
  width: 234px;
  background-color: #f4f6ff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .merit-block .card-list .card {
    width: 145px;
  }

  .merit-block .card-list .card:last-of-type {
    margin: -15px auto 0;
  }
}

.merit-block .card-list .card .icon {
  display: block;
  width: 75px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .merit-block .card-list .card .icon {
    width: 32px;
    margin-top: 16px;
  }
}

.merit-block .card-list .card .text {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.712;
  text-align: center;
}

@media (max-width: 767px) {
  .merit-block .card-list .card .text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .merit-block .card-list .card:nth-of-type(2) .text {
    margin-top: 12px;
  }

  .merit-block .card-list .card:nth-of-type(3) .text {
    margin-top: 17px;
  }
}

/* ↑↑↑ merit-block ↑↑↑ */

/* ↓↓↓ point-block ↓↓↓ */
.point-block {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .point-block {
    margin-top: 16px;
  }
}

.point-block_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .point-block_list {
    max-width: 298px;
    margin: 0 auto;
    flex-direction: column;
    gap: 42px;
  }
}

.point-block_list .item {
  width: 348px;
  position: relative;
}

@media (max-width: 767px) {
  .point-block_list .item {
    width: 100%;
  }
}

.point-block_list .item:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: 160px;
  right: -26px;
  width: 13px;
  height: 23px;
  background: url(../images/mcb/merit-arrow.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .point-block_list .item:nth-of-type(1)::after {
    top: calc(100% + 5px);
    right: calc(50% - 6px);
    rotate: 90deg;
  }
}

.point-block_list .item .image {
  display: block;
  margin: 0;
}

.point-block_list .item .txt {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
}

/* ↑↑↑ point-block ↑↑↑ */

/* ↓↓↓ pickup-block ↓↓↓ */
.pickup-block {
  width: 100%;
  margin-top: 40px;
  padding: 14px 27px 14px 150px;
  position: relative;
}

@media (max-width: 767px) {
  .pickup-block {
    margin-top: 86px;
    padding: 80px 20px 33px 20px;
  }
}

.pickup-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  height: calc(100% - 2px);
  border: 1px solid #2b52e0;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .pickup-block::before {
    left: 0;
    width: 100%;
  }
}

.pickup-block .text {
  margin: 0;
  padding-left: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .pickup-block .text + .text {
    margin-top: 16px;
  }
}

.pickup-block .text::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #2b52e0;
  border-radius: 100%;
}

.pickup-block .badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pickup-block .badge {
    left: 50%;
    translate: -30% -50%;
  }
}

/* ↑↑↑ pickup-block ↑↑↑ */

/* ↓↓↓ linkbtn-qa ↓↓↓ */
.linkbtn-qa {
  width: 449px;
  height: 67px;
  margin: -16px auto 0;
  display: grid;
  place-content: center;
  background-color: #ff5670;
  border-radius: 34px;
  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: 767px) {
  .linkbtn-qa:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .linkbtn-qa {
    width: 297px;
    height: 75px;
    line-height: 1.22;
    text-align: center;
    border-radius: 38px;
  }
}

.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: 15px;
  }
}

/* ↑↑↑ linkbtn-qa ↑↑↑ */

/* ↓↓↓ linkbtn-plan ↓↓↓ */
.linkbtn-plan {
  width: 449px;
  height: 67px;
  margin: -16px auto 0;
  display: grid;
  place-content: center;
  background-color: #ff5670;
  border-radius: 34px;
  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: 767px) {
  .linkbtn-plan:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .linkbtn-plan {
    width: 297px;
    height: 75px;
    line-height: 1.22;
    text-align: center;
    border-radius: 38px;
  }
}

.linkbtn-plan:visited,
.linkbtn-plan:link {
  color: #fff;
  text-decoration: none;
}

.linkbtn-plan::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-plan::after {
    right: 15px;
  }
}

/* ↑↑↑ linkbtn-plan ↑↑↑ */

/* ↓↓↓ banner-block ↓↓↓ */
.banner-block {
  margin-top: -16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.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: 767px) {
  .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 ↑↑↑ */
.check-block {
  margin-top: 16px;
  padding: 14px 20px 14px 16px;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.check-block_icon img{
  width: 30px;
  height: 30px;
}
.step-block .step-list .check-block .text {
  margin-top: 0;
  margin-left: 14px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .check-block {
    flex-flow: column;
    padding:12px 16px 20px;
  }
  .check-block_icon img{
  width: 25px;
  height: 25px;
}
.step-block .step-list .check-block .text {
  font-size: 13px;
  margin-top: 12px;
  margin-left: 0;
  line-height: 1.8;}

}