/*# sourceMappingURL=lp.css.map */
.prefTopMainZone .prizeBox {
  top: -20px;
}
.prefTopMainZone .secMain {
  padding: 40px 50px;
}
.prefTopMainZone .secMain .ttl {
  margin-bottom: 10px;
}

.bottomZone.promise {
  margin-bottom: 0;
  padding-bottom: 0;
}

.voiceZone .u-inner.PT {
  padding-top: 80px;
}
.voiceZone .container.wbs {
  margin-bottom: 0;
}

.faqZone {
  padding-top: 80px;
}

.fixbtns {
  width: 95px;
  position: fixed;
  right: 0px;
  top: 8%;
  z-index: 999;
}

.l-header .info .contacts .tel li {
  display: flex;
  align-items: center;
}
.l-header .info .contacts .tel li:nth-child(1) {
  width: 300px;
}
.l-header .info .contacts .tel li:nth-child(2) {
  width: 260px;
}

.pagePrefTop .container:not(.wNormal) .inner.PD0 {
  padding-bottom: 0;
}

.pg-pref-btnMnk p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.txtPanf {
  text-align: center;
  font-weight: bold;
  padding: 2em 1em 1em 1em;
  font-size: 2.5rem;
  color: #052697;
}
.txtPanf + .pg-pref-btnPamph {
  margin-top: 0px;
}

.txt24 {
  text-align: center;
  padding: 2em 1em 1em 1em;
}
.txt24 .txt {
  font-size: 3rem;
  font-weight: bold;
  color: #fd7600;
}
.txt24 .txt em {
  font-size: 2.5rem;
}
.txt24 .txt2 {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.8em;
  font-weight: bold;
}

.fix_footer {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(../img/bg_fixed_footer_orange.png) no-repeat;
  background-size: cover;
  z-index: 999;
}
.fix_footer .inner {
  display: flex;
  align-items: center;
  width: 950px;
  height: 90px;
  margin: 0 auto;
  padding: 0 25px;
}
.fix_footer .inner .fixedFooter_text {
  margin-left: 30px;
}

.secPromise {
  position: relative;
  margin-top: -135px;
  background: linear-gradient(to bottom, transparent, transparent 28%, #fff 33%);
}
.secPromise .in {
  max-width: 1056px;
  margin: auto;
}
.secPromise .in .ttl {
  margin-bottom: 20px;
  text-align: center;
}
.secPromise .in .pointPromise {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.secPromise .in .pointPromise li {
  max-width: 296px;
  width: 32%;
}
.secPromise .in .pointPromise li img {
  max-width: none;
}
.secPromise .in .pointPromise li + li {
  margin-left: 15px;
}

.secPromise.ttlCont {
  margin-top: 0px;
  background: none;
  margin-bottom: 30px;
}
.secPromise.ttlCont h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec06 h2 {
  text-align: center;
}
.sec06 .bg_w {
  background-color: #fff;
}

.intro_psn {
  padding: 45px 30px;
  background: #fff;
  border-radius: 20px;
}

.episode {
  padding-bottom: 0;
}
.episode .container {
  margin-bottom: 0;
}

.companyZone {
  padding-top: 70px;
}
.companyZone .flexBox {
  padding-bottom: 70px;
}
.companyZone .flexBox .logo-let {
  width: 120px;
}
.companyZone .flexBox .ideaWord p {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 8px;
  background: #4db7bd;
}
.companyZone .flexBox .ideaWord p + p {
  margin-top: 8px;
}

.priceImg {
  margin: 25px 0;
}

@media screen and (max-width: 767px) {
  .voiceZone .u-inner.PT {
    padding-top: 10vw;
  }
  .faqZone {
    padding-top: 10vw;
  }
  .txtPanf {
    font-size: 2rem;
  }
  .txt24 .txt {
    font-size: 2rem;
  }
  .txt24 .txt em {
    font-size: 1.8rem;
  }
  .txt24 .txt2 {
    font-size: 1.3rem;
  }
  .prefTopMainZone .secMain {
    padding: 5vw;
    position: relative;
  }
  .prefTopMainZone .secMain .in {
    height: 133vw;
  }
  .prefTopMainZone .secMain .ttl {
    font-size: 5.7vw;
    line-height: 1.6;
    text-align: center;
  }
  .prefTopMainZone .secMain .priceImg {
    width: 70vw;
    margin: 8vw auto;
    text-align: center;
  }
  .prefTopMainZone .secMain .priceImg img {
    width: 100%;
  }
  .prefTopMainZone .secMain .btnTel {
    position: absolute;
    bottom: 0;
  }
  .prefTopMainZone .secMain .prizeBox {
    width: 100%;
    margin: 3vw 0;
  }
  .prefTopMainZone .secMain .prizeBox li {
    width: 50%;
    margin: 0;
    max-width: 100vw;
  }
  .secPromise {
    margin-top: -26.6vw;
    background: linear-gradient(to bottom, transparent, transparent 8%, #fff 16%);
  }
  .secPromise .in .pointPromise {
    padding: 0 0px;
  }
  .secPromise .in .pointPromise li {
    max-width: initial;
    width: 100%;
  }
  .secPromise .in .pointPromise li img {
    max-width: 100%;
  }
  .secPromise .in .pointPromise li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  .secPromise .in .ttl {
    padding: 0 0;
  }
  .secPromise .in.top {
    padding: 0 15px;
  }
  .intro_psn {
    padding: 4vw;
    width: 100%;
    margin-top: 30px;
  }
  .priceImg {
    width: 57vw;
    margin-left: auto;
  }
  .fixbtns {
    display: none;
  }
  .pg-pref-btnMnk p {
    font-size: 1.6rem;
  }
  .fix_footer .inner {
    height: auto;
    padding: 0;
  }
  .supportZone .u-inner {
    padding-bottom: 5vw;
  }
  .companyZone {
    padding-top: 45px;
  }
  .companyZone .flexBox {
    padding-bottom: 45px;
  }
  .companyZone .flexBox .ideaWord p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intro_psn {
    width: 90%;
    margin: 0 auto;
  }
  .intro_psn img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .l-header .info .contacts .tel li:nth-child(1) {
    width: 240px;
  }
  .l-header .info .contacts .tel li:nth-child(2) {
    width: 230px;
  }
}/*# sourceMappingURL=lp.css.map */