@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.how-to-step {
  position: relative;
  background: #fffbe6;
  padding: 50px 0 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .how-to-step {
    padding: 6.5% 0 0;
  }
}
.how-to-step::before {
  content: "";
  background: url(../uploads/faq_guide_bg01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 20%;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .how-to-step::before {
    height: 30%;
  }
}
@media screen and (max-width: 640px) {
  .how-to-step::before {
    background: url(../uploads/faq_guide_bg01_sp.png) no-repeat;
    background-size: contain;
    height: 8%;
  }
}
.how-to-step .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 0;
}
.how-to-step__tit {
  position: relative;
  max-width: 436px;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .how-to-step__tit {
    max-width: none;
    width: 60%;
  }
}
.how-to-step__tit::before {
  content: "";
  background: url(../uploads/faq_guide_tit-ico01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  width: 166%;
  height: 104%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .how-to-step__tit::before {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    width: 160%;
    height: 100%;
  }
}
.how-to-step .step01 {
  padding: 0 36px;
  margin-top: 122px;
}
@media screen and (max-width: 640px) {
  .how-to-step .step01 {
    margin-top: 9.75%;
  }
}
.how-to-step .step01 .inner::before {
  content: "";
  background: url(../uploads/faq_guide_step01-bg01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  width: 201%;
  height: 103%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .how-to-step .step01 .inner::before {
    content: none;
  }
}
.how-to-step .step01__tit {
  max-width: 752px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .how-to-step .step01__tit {
    width: 80%;
    margin: 0 auto 0 4%;
  }
}
@media screen and (max-width: 640px) {
  .how-to-step .step01__img01 {
    margin-top: -2.75%;
  }
}
.how-to-step .step01__example {
  max-width: 462px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .how-to-step .step01__example {
    max-width: none;
    width: 84%;
    margin: 4% auto 0;
  }
}
.how-to-step .step01__img02 {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .how-to-step .step01__img02 {
    margin-top: 2.75%;
  }
}
.how-to-step .step02 {
  background: #e2f1ff;
  padding: 42px 36px 120px;
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .how-to-step .step02 {
    padding: 4% 36px 12%;
    margin-top: 6%;
  }
}
.how-to-step .step02__tit {
  max-width: 782px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .how-to-step .step02__tit {
    width: 84%;
    margin: 0 auto 0 4%;
  }
}
.how-to-step .step02__img01 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .how-to-step .step02__img01 {
    margin-top: 4%;
  }
}
.how-to-step .lets-try-top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 180px;
  margin: -180px auto 0;
}
@media screen and (min-width: 1921px) {
  .how-to-step .lets-try-top {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try-top {
    width: 100%;
    height: 100%;
    margin: -14% auto 0;
  }
}
.how-to-step .lets-try-top::before, .how-to-step .lets-try-top::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}
.how-to-step .lets-try-top::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.how-to-step .lets-try-top::after {
  right: 0;
  -webkit-transform: translate(99.7%, 2px);
          transform: translate(99.7%, 2px);
}
.how-to-step .lets-try {
  background: #fff;
  padding: 42px 0;
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try {
    padding: 5.5% 0 7.5%;
  }
}
.how-to-step .lets-try .inner::before {
  content: "";
  background: url(../uploads/faq_guide_lets-try_bg02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  width: 173.4%;
  height: 198%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try .inner::before {
    background: url(../uploads/faq_guide_lets-try_bg02_sp.png) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-49.5%, -55%);
            transform: translate(-49.5%, -55%);
    width: 95%;
    height: 150%;
  }
}
.how-to-step .lets-try__comment {
  max-width: 422px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try__comment {
    max-width: none;
    width: 56%;
  }
}
.how-to-step .lets-try__btn {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try__btn {
    margin-top: 2.75%;
  }
}
.how-to-step .lets-try__btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 166, 73)), to(rgb(248, 95, 134)));
  background-image: linear-gradient(90deg, rgb(255, 166, 73), rgb(248, 95, 134));
  border-radius: 60px;
  display: inline-block;
  max-width: 546px;
  width: 100%;
  padding: 26px 0 22px;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .how-to-step .lets-try__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try__btn a {
    max-width: none;
    width: 73%;
    padding: 3.8% 0 2.6%;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
.how-to-step .lets-try__btn a img {
  max-width: 292px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .how-to-step .lets-try__btn a img {
    max-width: none;
    width: 54%;
  }
}