@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.6666666667vw;
  }
}

.float_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 750px;
  margin: 0 auto;
  padding: 24px 0;
  background: #EB715C;
  background: linear-gradient(90deg, rgba(235, 113, 92, 0.85) 0%, rgba(233, 54, 42, 0.85) 100%);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
@media screen and (max-width: 750px) {
  .float_area {
    gap: 1.6vw;
    width: 100vw;
    padding: 3.2vw 0;
  }
}
.float_area .float_img {
  width: 110px;
}
@media screen and (max-width: 750px) {
  .float_area .float_img {
    width: 21.2vw;
  }
}
.float_area .float_btn {
  width: 390px;
}
@media screen and (max-width: 750px) {
  .float_area .float_btn {
    width: 72.8vw;
  }
}

.wrap {
  max-width: 750px;
  margin: 0 auto 163px;
}
@media screen and (max-width: 750px) {
  .wrap {
    margin: 0 auto 28vw;
  }
}
.wrap .rel {
  position: relative;
}
.wrap .offer_btn {
  width: 650px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(233, 77, 54, 0.3));
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .wrap .offer_btn {
    width: 86.6666666667vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(233, 77, 54, 0.3));
  }
}
.wrap .offer_btn.offer1 {
  bottom: 63px;
}
@media screen and (max-width: 750px) {
  .wrap .offer_btn.offer1 {
    bottom: 8.4vw;
  }
}
.wrap .offer_btn.offer2 {
  bottom: 192px;
}
@media screen and (max-width: 750px) {
  .wrap .offer_btn.offer2 {
    bottom: 25.6vw;
  }
}
.wrap .faq {
  background: url(../img/faq_bg.jpg) no-repeat top center/100%, #F5F6F8;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .wrap .faq {
    padding-bottom: 9.3333333333vw;
  }
}
.wrap .faq .faq_list {
  width: 652px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .faq .faq_list {
    width: 86.9333333333vw;
  }
}
.wrap .faq .faq_list .faq_box {
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .faq .faq_list .faq_box {
    padding-bottom: 0.6666666667vw;
  }
}
.wrap .faq .faq_list .faq_box::before {
  content: "";
  display: block;
  width: 640px;
  height: 5px;
  margin: 0 auto;
  background: url(../img/faq_line.png) no-repeat top center/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .wrap .faq .faq_list .faq_box::before {
    width: 85.3333333333vw;
    height: 0.6666666667vw;
  }
}
.wrap .faq .faq_list .faq_box .faq_q {
  cursor: pointer;
  position: relative;
}
.wrap .faq .faq_list .faq_box .faq_q::before, .wrap .faq .faq_list .faq_box .faq_q::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: #EDA88B;
  position: absolute;
  top: 50%;
  right: -10px;
}
@media screen and (max-width: 750px) {
  .wrap .faq .faq_list .faq_box .faq_q::before, .wrap .faq .faq_list .faq_box .faq_q::after {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    right: -1.3333333333vw;
  }
}
.wrap .faq .faq_list .faq_box .faq_q::after {
  transform: rotate(90deg);
}
.wrap .faq .faq_list .faq_box .faq_q.active::after {
  transform: rotate(0);
}
.wrap .faq .faq_list .faq_box .faq_a {
  display: none;
}
.wrap .footer {
  background: #2E3D4A;
  padding: 80px 0 70px;
}
@media screen and (max-width: 750px) {
  .wrap .footer {
    padding: 10.6666666667vw 0 9.3333333333vw;
  }
}
.wrap .footer .foot_nav {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .wrap .footer .foot_nav {
    gap: 10vw;
    margin-bottom: 7.3333333333vw;
  }
}
.wrap .footer .foot_nav li a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .wrap .footer .foot_nav li a {
    font-size: 3.2vw;
  }
}
.wrap .footer .copy {
  text-align: center;
}
.wrap .footer .copy small {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .wrap .footer .copy small {
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */