/* general */
.main-content {
  padding: 0 20px;
}

.main-wrap {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .u-fz-xxs {
    font-size: 1.4rem;
  }
}
/* general-end */

/* kv-block */
.kv-block .flex-box {
  display: flex;
  justify-content: space-between;
}

.notice-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #e64545;
  padding: 6px 23px;
}

.btn-txt {
  font-size: 2.4rem;
  color: #e60000;
  text-align: center;
}

.speech-bubble {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 0.5em;
}

.speech-bubble::before,
.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 0;
  border-top: 3px solid #e60000;
}

.speech-bubble::before {
  left: -2rem;
  transform: translateY(-50%) rotate(-310deg);
}

.speech-bubble::after {
  right: -2rem;
  transform: translateY(-50%) rotate(310deg);
}

.btn-area {
  max-width: 430px;
  margin: auto;
}

.btn {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  border: 3px solid #fff;
  background: #e60000;
  border-radius: 35px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0;
  box-shadow: 0 6px 0 #ffc0c0;
}
.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn:visited {
  color: #fff;
}

.btn:hover {
  color: #fff;
  opacity: .7;
  cursor: pointer;
}
.accordion-btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .kv-block .flex-box {
    max-width: 690px;
    margin: auto;
  }

  .main-content {
    padding: 0 15px;
  }

  .kv-block .notice-txt {
    font-size: 1.3rem;
    text-align: center;
    padding: 5px 15px;
  }

  .kv-block .m-icotitle {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 1.4rem;
  }

  .kv-block .notice-link {
    position: relative;
  }

  .kv-block .notice-link {
    text-align: left;
    padding-right: 20px;
  }

  .kv-block .a-ico_newwin {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .kv-img {
    height: auto;
  }

  .btn-txt {
    font-size: 1.4rem;
  }

  .speech-bubble::before,
  .speech-bubble::after {
    width: 15px;
    border-top: 2px solid #e60000;
  }

  .speech-bubble::before {
    left: -1rem;
  }

  .speech-bubble::after {
    right: -1rem;
  }

  .btn-area {
    max-width: 265px;
  }

  .btn {
    border-width: 2px;
    border-radius: 127px;
    font-size: 1.8rem;
    padding: 10px 0;
    box-shadow: 0 4px 0 #ffc0c0;
  }

  .o-section {
    margin-top: 25px !important;
  }

  .o-heading {
    margin-bottom: 20px;
  }
}
/* kv-block-end */

/* flow-block */
.flow-content {
  padding: 0 30px;
}

.step-box-wrap {
  padding-top: 46px;
}

.step-box {
  position: relative;
  border: 4px solid #0984e2;
  border-radius: 16px;
  background: #f5fbff;
  padding: 30px 70px;
}

.step-img {
  position: absolute;
  top: -50px;
  left: 37px;
}

.box-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.about-accordion-area {
  max-width: 700px;
  margin: auto;
  background-color: #fff;
}

.flow-block .m-accordion {
  border: 1px solid #0984e2;
  border-radius: 4px;
}

.flow-block .m-accordion_body,
.campaign-block .m-accordion_body,
.notes-block .m-accordion_body {
  border: none;
}

.flow-block .m-accordion .m-accordion_body {
  border-top: 1px solid #0984e2;
}

.accordion-btn {
  position: relative;
}

.accordion-btn-icn {
  content: "";
  position: absolute;
  right: 7.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
}

.accordion-btn-icn::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 2px solid #0984e2;
  border-top: 2px solid #0984e2;
  transform: rotate(135deg);
}

.is-show .accordion-btn-icn::before {
  top: 7px;
  transform: rotate(-45deg);
}

.accordion-btn-ttl {
  font-weight: normal;
  text-align: center;
  padding: 12px 50px;
}

.arrow {
  position: relative;
  max-width: 136px;
  border: 0;
  height: 34px;
  margin: auto;
  background: transparent;
}

.arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0984e2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.btn.btn-entry {
  color: #e60000;
  background: #fff;
  border-color: #e600004d;
  box-shadow: 0 4px 0 #ffcccc;
}

.btn.btn-entry::after {
  border-color: #e60000;
}

.flow-img {
  height: auto;
}

@media screen and (max-width: 48em) {
  .flow-content {
    padding: 0;
  }

  .step-box {
    border-width: 2px;
    border-radius: 0 12px 12px 12px;
    padding: 25px 13px;
  }

  .step-img {
    width: 67px;
    height: 67px;
    top: -34px;
    left: -2px;
  }

  .box-ttl {
    font-size: 1.7rem;
  }

  .step-box-wrap {
    padding-top: 20px;
  }

  .arrow {
    max-width: 87px;
    height: 25px;
  }
}
/* flow-block-end */

/* campaign-block */
.campaign-block .m-accordion,
.notes-block .m-accordion {
  border: none;
}

.campaign-block .accordion-btn-icn::before,
.notes-block .accordion-btn-icn::before {
  border-color: #e60000;
}

.campaign-block .m-accordion_body,
.notes-block .m-accordion_body {
  padding: 0;
}

.campaign-block .m-accordion.is-show .m-accordion_body,
.notes-block .m-accordion.is-show .m-accordion_body {
  border-top: none;
}
/* campaign-block-end */

/* fixed-cv */
.fixed-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #f2f2f2;
  border-top: 1px solid #c0c0c0;
  padding: 10px;
  display: none;
}

.fixed-cv.is-fixed {
  display: block;
}

.fixed-cv>.m-Grid {
  max-width: 900px;
  margin: 0 auto;
}

.btn-box {
  max-width: 430px;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .fixed-cv>.m-Grid {
    width: 100%;
    max-width: 100%;
  }

  .fixed-cv .btn-box {
    max-width: 265px;
  }

  .fixed-cv .btn {
    box-shadow: 0 4px 0 #ffc0c0;
  }

  .fixed-cv .btn::after {
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .fix-arw {
    max-width: 22%;
    object-fit: contain;
  }
}
/* fixed-cv-end */