/*========== set.scss ==========*/
.lpps {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  text-align: left;
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  .lpps {
    font-size: calc(100vw / ( 750 / 26 ));
  }
}

.lpps p {
  color: #000;
}

.lpps img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lpps_bgArea {
  background-color: #fff;
}

.lpps .noSP {
  display: none;
}

@media screen and (min-width: 961px) {
  .lpps .noSP {
    display: block;
  }
}

.lpps .noPC {
  display: none;
}

@media screen and (max-width: 960px) {
  .lpps .noPC {
    display: block;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*========== c-inner.scss ==========*/
.lpps_c-inner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  .lpps_c-inner {
    width: 88%;
  }
}

@media screen and (min-width: 1080px) {
  .lpps_c-inner.w1080 {
    max-width: 1080px;
  }
}

/*========== c-title.scss ==========*/
.lpps_c-title-primary {
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1.2em;
  font-size: 47px;
}

@media screen and (max-width: 960px) {
  .lpps_c-title-primary {
    font-size: calc(100vw / ( 750 / 55 ));
  }
}

.lpps_c-title-primary .en {
  display: block;
  margin: 0 auto 1.35em;
  position: relative;
  color: #fff;
  background-color: #D20000;
  border-radius: 1000px;
  font-weight: 700;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .lpps_c-title-primary .en {
    font-size: calc(100vw / ( 750 / 30 ));
  }
}

@media screen and (max-width: 960px) {
  .lpps_c-title-primary .en {
    font-size: calc(100vw / ( 750 / 24 ));
    height: calc(100vw / ( 750 / 60 ));
    line-height: calc(100vw / ( 750 / 60 ));
    width: calc(100vw / ( 750 / 240 ));
  }
}

.lpps_c-title-primary .en:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #D20000 transparent transparent transparent;
  bottom: -14px;
}

@media screen and (max-width: 960px) {
  .lpps_c-title-primary .en:after {
    border-width: calc(100vw / ( 750 / 14 )) calc(100vw / ( 750 / 10 )) 0 calc(100vw / ( 750 / 10 ));
    bottom: calc(-100vw / ( 750 / 14 ));
  }
}

.lpps_c-title-primary:after {
  content: "";
  display: block;
  margin: 30px auto 0;
  background-color: #D20000;
  width: 90px;
  height: 5px;
}

@media screen and (max-width: 960px) {
  .lpps_c-title-primary:after {
    width: calc(100vw / ( 750 / 90 ));
    height: 3px;
    margin-top: calc(100vw / ( 750 / 35 ));
  }
}

/*========== p-mv.scss ==========*/
.lpps_p-mv {
  background: url("../img/mv_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 0;
}

.lpps_p-mv.lpps_p-mv--pet {
  background: url("../img/mv-pet_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv {
    padding: calc(100vw / ( 750 / 80 )) 0;
    background-position: right center;
  }
}

.lpps_p-mv--ttl {
  font-weight: 700;
  margin-bottom: 0.6em;
  font-size: 25px;
  display: inline-block;
  position: relative;
  border-left: none !important;
  padding-left: 0 !important;
  text-align: center !important;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl {
    font-size: calc(100vw / ( 750 / 35 ));
    line-height: 1.3;
  }
}

.lpps_p-mv--ttl:before, .lpps_p-mv--ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 32px;
  background-color: #000;
}

.lpps_p-mv--ttl:before {
  left: -1em;
  transform: rotate(-30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl:before {
    left: -1.5em;
  }
}

.lpps_p-mv--ttl:after {
  right: -1em;
  transform: rotate(30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl:after {
    right: -1.5em;
  }
}

.lpps_p-mv--marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.lpps_p-mv--price {
    margin-bottom: 30px;
}

.lpps_p-mv--price .forTtl {
  color: #fff;
  border-radius: 1000px;
  display: block;
  margin: 0 auto;
  background-color: #333333;
  width: 8em;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--price .forTtl {
    font-size: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 60 ));
    line-height: calc(100vw / ( 750 / 60 ));
  }
}

.lpps_p-mv--price .forYen {
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .lpps_p-mv--price .forYen {
    margin-top: -15px;
  }
}

.lpps_p-mv--btn__item:not(:last-child) {
  margin-bottom: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
}

.lpps_p-mv--btn__item a {
  display: block;
  margin: 0 auto;
  font-weight: 900;
}

.lpps_p-mv--btn__item a.forBtn01 {
  position: relative;
  display: block;
  background-color: #F07800;
  color: #fff;
  border-bottom: 6px solid #b55403;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.35);
  letter-spacing: -0.02em;
  padding: 25px 0 20px;
  max-width: 660px;
  font-size: 41px;
  border-radius: 80vh;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 {
    padding: calc(100vw / ( 750 / 25 )) 0;
    font-size: calc(100vw / ( 750 / 40 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01 .subTtl {
  display: block;
  margin-bottom: 0.5em;
  font-size: 28px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .subTtl {
    font-size: calc(100vw / ( 750 / 26 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01 .subTtl .num {
  font-size: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .subTtl .num {
    font-size: calc(100vw / ( 750 / 40 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:before, .lpps_p-mv--btn__item a.forBtn01:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lpps_p-mv--btn__item a.forBtn01:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.35));
  right: 21px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:before {
    width: calc(100vw / ( 750 / 42 ));
    height: calc(100vw / ( 750 / 42 ));
    right: calc(100vw / ( 750 / 21 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F07800;
  right: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:after {
    border-width: calc(100vw / ( 750 / 8 )) 0 calc(100vw / ( 750 / 8 )) calc(100vw / ( 750 / 12 ));
    right: calc(100vw / ( 750 / 33 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:hover {
  transform: scale(1.1);
  opacity: 1;
}

.lpps_p-mv--btn__item a.forBtn01 .forTtl {
  margin-bottom: 0.75em;
  font-size: 22px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .forTtl {
    font-size: calc(100vw / ( 750 / 28 ));
    line-height: 1.4;
  }
}

.lpps_p-mv--btn__item a.forBtn01 .forTxt {
  font-size: 35px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .forTxt {
    font-size: calc(100vw / ( 750 / 50 ));
    line-height: 1.3;
  }
}

.lpps_p-mv--btn__item a.forBtn02 {
  border-radius: 10px;
  border: 5px solid #042279;
  background-color: #fff;
  color: #042279;
  position: relative;
  max-width: 440px;
  height: 80px;
  line-height: 80px;
  font-size: 31px;
}

.lpps_p-mv--btn__item a.forBtn02.forBtn02--lg {
  max-width: 790px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn02 {
    font-size: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 80 ));
    line-height: calc(100vw / ( 750 / 80 ));
    border-width: 3px;
    width: 70vw;
  }
  .lpps_p-mv--btn__item a.forBtn02:hover {
      opacity: 1;
  }
  .lpps_p-mv--btn__item a.forBtn02.forBtn02--lg {
    font-size: 2.5vw;
  }
}

.lpps_p-mv--btn__item a.forBtn02:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 2px solid #0A2E87;
  border-right: 2px solid #0A2E87;
  transform: translateY(-50%) rotate(45deg);
}

.lpps_p-mv--btn__item a.forBtn02.forBtn02--lg:after {
  background-image: url("../img/mv_icon.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: -28px;
  width: 130px;
  height: 165px;
  border: none;
  transform: none;
}

/*========== p-info.scss ==========*/
.lpps_p-info {
  background: #fff;
  padding: 70px 0;
}

.lpps_p-info__head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.lpps_p-info__txt {
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .lpps_p-info {
    padding: calc(100vw / ( 750 / 45 )) 0;
  }
}

/*========== p-movie.scss ==========*/
.lpps_p-movie {
  background: #fff;
  padding: 70px 0;
}

.lpps_p-movie__head {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0.7em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lpps_p-movie {
    padding: calc(100vw / ( 750 / 45 )) 0;
  }
}

.lpps_p-youtube {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.lpps_p-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*========== p-bn.scss ==========*/
.lpps_p-bn {
  background: #dbdbdb;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-bn {
    padding: calc(100vw / ( 750 / 45 )) 0;
  }
}

.lpps_p-bn--btn {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .lpps_p-bn--btn {
    width: 800px;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-bn--btn {
    padding: 0 5vw;
  }
}

/*========== p-feature.scss ==========*/
.lpps_p-feature {
  padding: 37px 0 140px;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

.lpps_p-feature .lpps_c-title-primary {
  font-size: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature .lpps_c-title-primary {
    font-size: calc(100vw / ( 750 / 45 ));
  }
}

.lpps_p-feature .lpps_c-title-primary .line2 {
  display: block;
  line-height: 1;
  font-size: 47px;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature .lpps_c-title-primary .line2 {
    font-size: calc(100vw / ( 750 / 55 ));
  }
}

.lpps_p-feature .lpps_c-title-primary .line2 .num {
  color: #D20000;
  font-size: 77px;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature .lpps_c-title-primary .line2 .num {
    font-size: calc(100vw / ( 750 / 80 ));
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-feature--items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-feature--items__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 80 ));
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-feature--items__item {
    width: 31.5%;
  }
}

@media screen and (min-width: 1080px) {
  .lpps_p-feature--items__item {
    width: 340px;
  }
}

.lpps_p-feature--items__item .forTtl {
  position: relative;
  text-align: center;
  color: #D20000;
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature--items__item .forTtl {
    font-size: calc(100vw / ( 750 / 42 ));
    letter-spacing: 0.05em;
  }
}

.lpps_p-feature--items__item .forTtl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #D20000 transparent transparent transparent;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature--items__item .forTtl:after {
    border-width: calc(100vw / ( 750 / 14 )) calc(100vw / ( 750 / 10 )) 0 calc(100vw / ( 750 / 10 ));
  }
}

.lpps_p-feature--items__item .forTxt p {
  line-height: 2;
  margin-bottom: 0;
}

.lpps_p-feature--items__item .forPh {
  margin: 17px 0 30px;
}

@media screen and (max-width: 960px) {
  .lpps_p-feature--items__item .forPh {
    margin: calc(100vw / ( 750 / 17 )) 0 calc(100vw / ( 750 / 30 ));
  }
}

/*========== p-price.scss ==========*/
.lpps_p-price {
  text-align: center;
  padding: 70px 0 110px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

.lpps_p-price--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 47px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--ttl {
    font-size: calc(100vw / ( 750 / 55 ));
  }
  .lpps_p-price--ttl:before {
    position: absolute;
    left: 20px;
    top: -10px;
  }
  .lpps_p-price--ttl:after {
    position: absolute;
    right: 20px;
    top: -10px;
  }
}

.lpps_p-price--ttl:before, .lpps_p-price--ttl:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2px;
  height: 50px;
  background-color: #D20000;
}

.lpps_p-price--ttl:before {
  transform: translateX(-50px) rotate(-30deg);
}

.lpps_p-price--ttl:after {
  transform: translateX(50px) rotate(30deg);
}

.lpps_p-price--cost {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--cost {
    margin-bottom: calc(100vw / ( 750 / 40 ));
    justify-content: space-between;
  }
}

.lpps_p-price--cost__item {
  background-color: #D20000;
  border-radius: 5px;
  position: relative;
  width: 45%;
  padding: calc(100vw / ( 750 / 33 )) 0 calc(100vw / ( 750 / 17 ));
}

@media screen and (min-width: 961px) {
  .lpps_p-price--cost__item {
    width: 340px;
    padding: 33px 0 17px;
    margin: 0 40px;
  }
}

.lpps_p-price--cost__item:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/icon_plus.svg") center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--cost__item:first-child:after {
    width: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 30 ));
    right: calc(-100vw / ( 750 / 50 ));
  }
}

.lpps_p-price--cost__item .forTxt {
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--cost__item .forTxt {
    font-size: calc(100vw / ( 750 / 42 ));
  }
}

.lpps_p-price--cost__item .forTxt:before {
  content: "";
  display: block;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 52px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--cost__item .forTxt:before {
    width: calc(100vw / ( 750 / 62 ));
    height: calc(100vw / ( 750 / 52 ));
    margin-bottom: calc(100vw / ( 750 / 25 ));
  }
}

.lpps_p-price--cost__item .forTxt.icon01:before {
  background-image: url("../img/icon_cost01.svg");
}

.lpps_p-price--cost__item .forTxt.icon02:before {
  background-image: url("../img/icon_cost02.svg");
}

.lpps_p-price--ex {
  margin: 0 auto calc(100vw / ( 750 / 60 ));
  border-radius: 5px;
  border: 3px solid #D20000;
  padding: 0.7em 0;
}

@media screen and (min-width: 961px) {
  .lpps_p-price--ex {
    width: 600px;
    height: 100px;
    margin-bottom: 60px;
    border-width: 5px;
    padding: 0;
  }
}

.lpps_p-price--ex p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #D20000;
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: calc(100vw / ( 750 / 39 ));
}

@media screen and (min-width: 961px) {
  .lpps_p-price--ex p {
    line-height: 1.8;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lpps_p-price--day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.lpps_p-price--day__item {
  width: 48%;
  border: 3px dotted #D20000;
  border-radius: 5px;
  position: relative;
  padding: 40px 0 24px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--day__item {
    width: 47%;
    border-width: 2px;
    font-size: calc(100vw / ( 750 / 28 ));
    padding: calc(100vw / ( 750 / 30 )) 0 calc(100vw / ( 750 / 24 ));
  }
}

.lpps_p-price--day__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -63px;
  height: 60px;
  width: 3px;
  background-color: #D20000;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--day__item:before {
    width: 2px;
    height: calc(100vw / ( 750 / 60 ));
    top: calc(-100vw / ( 750 / 64 ));
  }
}

.lpps_p-price--day__item .forDay {
  font-weight: 700;
  margin-bottom: 2em;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--day__item .forDay {
    line-height: 1.3;
    margin-bottom: 1em;
  }
}

.lpps_p-price--day__item .forDay .num {
  font-size: 2em;
}

.lpps_p-price--day__item .forDay:after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 18px 0 18px;
  border-color: #D20000 transparent transparent transparent;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--day__item .forDay:after {
    border-width: calc(100vw / ( 750 / 24 )) calc(100vw / ( 750 / 18 )) 0 calc(100vw / ( 750 / 18 ));
  }
}

.lpps_p-price--day__item .forYen {
  color: #D20000;
  font-weight: 700;
}

.lpps_p-price--day__item .forYen .num {
  font-size: 32px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--day__item .forYen .num {
    font-size: calc(100vw / ( 750 / 45 ));
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-price--spec {
    text-align: center;
    display: inline-block;
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-price--spec__item {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .lpps_p-price--spec__item:nth-child(odd) {
    margin-right: 5%;
    width: 36.5%;
  }
  .lpps_p-price--spec__item:nth-child(even) {
    width: 25.5%;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-price--spec__item {
    margin-bottom: calc(100vw / ( 750 / 15 ));
  }
}

.lpps_p-price--spec__item .flex {
  display: flex;
  align-items: center;
}

.lpps_p-price--spec__item .flex .forTtl {
  font-weight: 700;
  font-size: 16px;
  border: 3px solid #313131;
  padding: 0.5em 0;
  width: 7.5em;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--spec__item .flex .forTtl {
    font-size: calc(100vw / ( 750 / 28 ));
    border-width: 2px;
    padding: 0.3em 0;
  }
}

.lpps_p-price--spec__item .flex .forTxt {
  padding-left: 1em;
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .lpps_p-price--spec__item .flex .forTxt {
    font-size: calc(100vw / ( 750 / 29 ));
  }
}


/*========== p-coupon.scss ==========*/
.lpps_p-coupon {
  text-align: center;
  padding: 80px 0;
}
.lpps_p-couponCard {
  display: inline-block;
  background-color: #FFFCD9;
  padding: 26px;
  margin-bottom: 3em;
  position: relative;
}
.lpps_p-couponCard-ribbon {
  position: absolute;
  ;
  top: 0;
  left: 0;
  width: 20% !important;
}
.lpps_p-couponCard-inner {
  border: 4px solid #FFE200;
  padding: 6px;
}
.lpps_p-couponCard-inner-x {
  border: 2px solid #FFE200;
  padding: 30px 80px;
}
@media screen and (max-width: 960px) {
  .lpps_p-couponCard-inner-x {
    padding: 30px;
  }
}
.lpps_p-coupon--ttl {
  margin-bottom: 1em;
}
.lpps_p-coupon--ttl__head {
  margin-bottom: .5em;
}
.lpps_p-coupon--ttl__head--sub {
  font-weight: 900;
  padding: .4em .8em;
  font-size: 22px;
  background-color: #0C1E88;
  color: #fff;
}
.lpps_p-coupon--ttl__body {
  font-weight: 600;
  font-size: 32px;
  color: #0C1E88;
}
.lpps_p-coupon--ttl__body--dis {
  font-weight: 900;
  margin: 0 .1em;
  font-size: 137.5%;
  color: #CB0000;
}
@media screen and (max-width: 960px) {
  .lpps_p-coupon--ttl__body--dis {
    font-size: 120%;
  }
}
.lpps_p-coupon--read {
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .lpps_p-coupon--read {
    text-align: left;
  }
}
a.lpps_p-coupon--btn {
  display: inline-block;
  background-color: #CB0000;
  color: #fff;
  font-weight: 700;
  padding: 1em 2.5em;
  font-size: 20px;
  border-radius: 80vh;
}


/*========== p-simu.scss ==========*/
.lpps_p-simu {
  background: url("../img/simu_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 92px 0 80px;
}

@media screen and (max-width: 960px) {
  .lpps_p-simu {
    padding: calc(100vw / ( 750 / 90 )) 0;
  }
}

.lpps_p-simu--ttl {
  text-align: center;
  color: #fff !important;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 2em;
  position: relative;
  text-shadow: 0px 2px 5px #000;
  font-size: 40px;
  font-weight: 900;
}

@media screen and (max-width: 960px) {
  .lpps_p-simu--ttl {
    font-size: calc(100vw / ( 750 / 42 ));
    padding: 0 1.5em;
  }
}

.lpps_p-simu--ttl:before, .lpps_p-simu--ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  background-color: #fff;
  width: 2px;
  height: 50px;
}

@media screen and (max-width: 960px) {
  .lpps_p-simu--ttl:before, .lpps_p-simu--ttl:after {
    height: calc(100vw / ( 750 / 60 ));
  }
}

.lpps_p-simu--ttl:before {
  transform: translateY(-50%) rotate(-30deg);
  left: 1.0em;
}

.lpps_p-simu--ttl:after {
  transform: translateY(-50%) rotate(30deg);
  right: 1.0em;
}

.lpps_p-simu--btn {
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: #F07800;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border: 5px solid #FAFAFA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 80vw;
  height: calc(100vw / ( 750 / 100 ));
  line-height: calc(100vw / ( 750 / 100 ));
  font-size: calc(100vw / ( 750 / 36 ));
}

@media screen and (min-width: 961px) {
  .lpps_p-simu--btn {
    width: 660px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
  }
}

.lpps_p-simu--btn:before, .lpps_p-simu--btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lpps_p-simu--btn:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.35));
  right: 21px;
}

@media screen and (max-width: 960px) {
  .lpps_p-simu--btn:before {
    width: calc(100vw / ( 750 / 42 ));
    height: calc(100vw / ( 750 / 42 ));
    right: calc(100vw / ( 750 / 21 ));
  }
}

.lpps_p-simu--btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F07800;
  right: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-simu--btn:after {
    border-width: calc(100vw / ( 750 / 8 )) 0 calc(100vw / ( 750 / 8 )) calc(100vw / ( 750 / 12 ));
    right: calc(100vw / ( 750 / 33 ));
  }
}

.lpps_p-simu--btn:hover {
  transform: scale(1.1);
  opacity: 1;
}

/*========== p-flow.scss ==========*/
.lpps_p-flow {
  padding: 90px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow {
    padding: calc(100vw / ( 750 / 75 )) 0 0;
  }
}

.lpps_p-flow--chart {
  background-color: #D20000;
  display: flex;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--chart {
    display: none;
  }
}

.lpps_p-flow--chart__item {
  text-align: center;
  text-shadow: 0px 3px 5px rgba(110, 0, 0, 0.5);
  color: #fff;
  font-weight: 900;
}

@media screen and (min-width: 961px) {
  .lpps_p-flow--chart__item {
    width: calc(100% / 3);
    font-size: 30px;
    height: 80px;
    line-height: 80px;
  }
  .lpps_p-flow--chart__item:not(:last-child) {
    position: relative;
  }
  .lpps_p-flow--chart__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 42px;
  }
  .lpps_p-flow--chart__item.item01 {
    background-color: #E87F7F;
  }
  .lpps_p-flow--chart__item.item01:after {
    border-color: transparent transparent transparent #E87F7F;
  }
  .lpps_p-flow--chart__item.item02 {
    background-color: #DD4040;
  }
  .lpps_p-flow--chart__item.item02:after {
    border-color: transparent transparent transparent #DD4040;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--chart__item {
    font-size: calc(100vw / ( 750 / 42 ));
    background-color: #D20000;
    padding: 0.5em 0;
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-flow--items {
    width: calc(100% / 3);
  }
  .lpps_p-flow--items:not(:last-child) {
    border-right: 1px solid #F7F7F8;
  }
}

.lpps_p-flow--itemsWrap {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .lpps_p-flow--itemsWrap {
    display: flex;
  }
}

.lpps_p-flow--items__obj {
  margin: 40px auto 24px;
  width: 53.75%;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__obj {
    margin: calc(100vw / ( 750 / 24 )) auto;
  }
}

.lpps_p-flow--items__item {
  padding: 0 10px 12px;
}

@media screen and (min-width: 961px) {
  .lpps_p-flow--items__item {
    font-size: 13px;
  }
}

.lpps_p-flow--items__item:not(:last-child) {
  border-bottom: 1px dashed #D20000;
  margin-bottom: 20px;
}

.lpps_p-flow--items__item .forTtl {
  font-weight: 700;
  position: relative;
  margin-bottom: 1em;
  font-size: 20px;
  padding: 0.25em 0 0 55px;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item .forTtl {
    font-size: calc(100vw / ( 750 / 32 ));
    padding-left: calc(100vw / ( 750 / 65 ));
  }
}

.lpps_p-flow--items__item .forTtl .num {
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #D20000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item .forTtl .num {
    width: calc(100vw / ( 750 / 50 ));
    height: calc(100vw / ( 750 / 50 ));
    line-height: calc(100vw / ( 750 / 50 ));
    top: 0.3em;
  }
}

.lpps_p-flow--items__item .forTxt p {
  margin-bottom: 1.5em;
}

.lpps_p-flow--items__item .forDef {
  margin-bottom: 1.5em;
}

.lpps_p-flow--items__item .forDef .subTtl {
  font-weight: 700;
  margin-bottom: 0.3em;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item .forDef .subTtl {
    font-size: calc(100vw / ( 750 / 27 ));
  }
}

.lpps_p-flow--items__item .forDef dd:not(:last-child) {
  margin-bottom: 1.5em;
}

.lpps_p-flow--items__item.for02 .payment {
  background: #f8f8f8;
  padding: 1em;
  line-height: 1.6;
  margin-bottom: 19px;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item.for02 .payment {
    font-size: calc(100vw / ( 750 / 24 ));
  }
}

.lpps_p-flow--items__item.for02 .notice {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item.for02 .notice {
    font-size: calc(100vw / ( 750 / 23 ));
  }
}

.lpps_p-flow--items__item.for04 .notice {
  line-height: 2;
  margin-bottom: 2em;
  font-size: 11px;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item.for04 .notice {
    font-size: calc(100vw / ( 750 / 22 ));
  }
}

.lpps_p-flow--items__item.for04 .notice_txt {
  padding-left: 1em;
}

.lpps_p-flow--items__item.for04 .finished {
  padding-top: 1em;
}

@media screen and (max-width: 960px) {
  .lpps_p-flow--items__item.for04 .finished {
    padding-top: 2em;
  }
}

/*========== p-faq.scss ==========*/
.lpps_p-faq {
  padding: 90px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

.lpps_p-faq--qa {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa {
    padding: calc(100vw / ( 750 / 30 ));
  }
}

.lpps_p-faq--qa__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
}

.lpps_p-faq--qa .forQ {
  font-weight: 700;
  position: relative;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 1.25em 20px 1.25em 108px;
  font-size: 25px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa .forQ {
    font-size: calc(100vw / ( 750 / 32 ));
    padding: 1em calc(100vw / ( 750 / 70 )) 1em calc(100vw / ( 750 / 108 ));
  }
}

.lpps_p-faq--qa .forQ-icon {
  background-color: #D20000;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 26px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa .forQ-icon {
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 60 ));
    line-height: calc(100vw / ( 750 / 60 ));
    left: calc(100vw / ( 750 / 20 ));
    font-size: calc(100vw / ( 750 / 26 ));
  }
}

.lpps_p-faq--qa .forQ:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_open.svg") center no-repeat;
  background-size: contain;
  right: 20px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa .forQ:after {
    width: calc(100vw / ( 750 / 40 ));
    height: calc(100vw / ( 750 / 40 ));
    right: calc(100vw / ( 750 / 20 ));
  }
}

.lpps_p-faq--qa .forQ.active:after {
  background-image: url("../img/icon_close.svg");
}

.lpps_p-faq--qa .forA {
  display: none;
  border-bottom: 1px dashed #C1C1C1;
  position: relative;
  line-height: 2;
  padding: 3em 20px 3em 108px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa .forA {
    padding: 2em calc(100vw / ( 750 / 20 )) 2em calc(100vw / ( 750 / 113 ));
  }
}

.lpps_p-faq--qa .forA p {
  margin-bottom: 0;
  min-height: 60px;
}

.lpps_p-faq--qa .forA-icon {
  border: 2px solid #D20000;
  color: #D20000;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 20px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 26px;
}

@media screen and (max-width: 960px) {
  .lpps_p-faq--qa .forA-icon {
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 60 ));
    line-height: calc(100vw / ( 750 / 60 ));
    left: calc(100vw / ( 750 / 20 ));
    font-size: calc(100vw / ( 750 / 26 ));
    top: 2em;
  }
}

/*========== p-design.css ==========*/

.lpps_p-design {
  padding: 90px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-design {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

.lpps_p-design--items +  .lpps_p-design--items{
  margin-top: 60px;
}

@media screen and (min-width: 961px) {
  .lpps_p-design--items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-design--items__item {
    width: 31.5%;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-design--items__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 80 ));
  }
}

.lpps_p-design--items__item .forTxt {
  text-align: center;
  padding: 1.5em 0 0.5em;
}

.lpps_p-design--items__item .forTxt .note01 {
  font-weight: 700;
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .lpps_p-design--items__item .forTxt .note01 {
    font-size: calc(100vw / ( 750 / 25 ));
  }
}

.lpps_p-design--items__item .forTxt .note02 {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .lpps_p-design--items__item .forTxt .note02 {
    font-size: calc(100vw / ( 750 / 15 ));
  }
}

.lpps_p-design--items__item .forBtn {
  display: block;
  background-color: #F07800;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .lpps_p-design--items__item .forBtn {
    font-size: calc(100vw / ( 750 / 32 ));
    margin: calc(100vw / ( 750 / 30 )) auto 0;
    width: 70vw;
    height: calc(100vw / ( 750 / 80 ));
    line-height: calc(100vw / ( 750 / 80 ));
  }
}

.lpps_p-design--items__item .forBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.lpps_p-design--items__item .forBtn:hover {
  opacity: 0.65;
}

.lpps_p-design--items__obj {
  margin: 0;
  border: 5px solid #F5F5F5;
}

.lpps_p-design--read {
  text-align: center;
  padding: 0 0 2em;
  font-size: 17px;
}

.lpps_p-design--ex {
  text-align: center;
  padding: 3em 0 0;
  font-size: 17px;
}

/*========== p-service.scss ==========*/
.lpps_p-service {
  padding: 100px 0 74px;
}

@media screen and (max-width: 960px) {
  .lpps_p-service {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-service--items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-service--items__item {
    width: 31.5%;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 80 ));
  }
}

.lpps_p-service--items__item .forTtl {
  text-align: center;
  font-weight: 700;
  padding: 1.5em 0 0.5em;
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item .forTtl {
    font-size: calc(100vw / ( 750 / 40 ));
    padding: 0.5em 0 0.25em;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item .forTxt {
    text-align: center;
  }
}

.lpps_p-service--items__item .forTxt .yen {
  font-weight: 700;
  color: #D20000;
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item .forTxt .yen {
    font-size: calc(100vw / ( 750 / 40 ));
  }
}

.lpps_p-service--items__item .forTxt .note01 {
  font-weight: 700;
}

.lpps_p-service--items__item .forTxt .note02 {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item .forTxt .note02 {
    font-size: calc(100vw / ( 750 / 25 ));
  }
}

.lpps_p-service--items__item .forBtn {
  display: block;
  background-color: #F07800;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .lpps_p-service--items__item .forBtn {
    font-size: calc(100vw / ( 750 / 32 ));
    margin: calc(100vw / ( 750 / 30 )) auto 0;
    width: 70vw;
    height: calc(100vw / ( 750 / 80 ));
    line-height: calc(100vw / ( 750 / 80 ));
  }
}

.lpps_p-service--items__item .forBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.lpps_p-service--items__item .forBtn:hover {
  opacity: 0.65;
}

.lpps_p-service--items__obj {
  margin: 0;
  border: 5px solid #F5F5F5;
}

/*========== p-security.scss ==========*/
.lpps_p-security {
  padding: 56px 0 70px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security {
    padding: calc(100vw / ( 750 / 75 )) 0;
  }
}

.lpps_p-security--ttl {
  background: url("../img/security_ttl.png") center bottom no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  height: 185px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl {
    height: calc(100vw / ( 750 / 220 ));
  }
}

.lpps_p-security--ttl:before, .lpps_p-security--ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 160px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl:before, .lpps_p-security--ttl:after {
    top: calc(100vw / ( 750 / 190 ));
  }
}

.lpps_p-security--ttl:before {
  left: 0;
  border-width: 0 20px 20px 0;
  border-color: transparent #00427C transparent transparent;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl:before {
    border-width: 0 calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) 0;
  }
}

.lpps_p-security--ttl:after {
  right: 0;
  border-width: 20px 20px 0 0;
  border-color: #00427C transparent transparent transparent;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl:after {
    border-width: calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) 0 0;
  }
}

.lpps_p-security--ttl .inTxt {
  text-shadow: 0px 2px 5px #000;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxt {
    font-size: calc(100vw / ( 750 / 42 ));
  }
}

.lpps_p-security--ttl .inTxt:before, .lpps_p-security--ttl .inTxt:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  width: 2px;
  height: 50px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxt:before, .lpps_p-security--ttl .inTxt:after {
    height: calc(100vw / ( 750 / 50 ));
  }
}

.lpps_p-security--ttl .inTxt:before {
  transform: translateX(-50px) rotate(-30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxt:before {
    transform: translateX(calc(-100vw / ( 750 / 50 ))) rotate(-30deg);
  }
}

.lpps_p-security--ttl .inTxt:after {
  transform: translateX(50px) rotate(30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxt:after {
    transform: translateX(calc(100vw / ( 750 / 50 ))) rotate(30deg);
  }
}

.lpps_p-security--ttl .inTxtWrap {
  display: block;
  padding-top: 20px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxtWrap {
    padding-top: calc(100vw / ( 750 / 25 ));
  }
}

.lpps_p-security--ttl .inTxtWrap:before {
  content: "";
  display: block;
  margin: 0 auto 5px;
  background: url("../img/icon_good.svg") center no-repeat;
  background-size: contain;
  width: 60px;
  height: 46px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--ttl .inTxtWrap:before {
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 46 ));
    margin-bottom: calc(100vw / ( 750 / 20 ));
  }
}

.lpps_p-security__inner {
  background-color: #EFF7FF;
  margin: -25px 20px 0;
  padding: 55px 20px 35px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security__inner {
    margin: calc(-100vw / ( 750 / 25 )) calc(100vw / ( 750 / 30 )) 0;
    padding: calc(100vw / ( 750 / 55 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 35 ));
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-security__inner .forTxt01 {
    line-height: 2;
  }
}

@media screen and (max-width: 960px) {
  .lpps_p-security__inner .forTxt01 {
    margin-bottom: 2em;
  }
}

.lpps_p-security__inner .forTxt02__item {
  color: #656565;
  line-height: 1.7;
  font-size: 13px;
}

.lpps_p-security--items__item {
  border-bottom: 1px dashed #0363B7;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.lpps_p-security--items__item .forTtl {
  font-weight: 700;
  color: #0465BA;
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 54px;
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--items__item .forTtl {
    font-size: calc(100vw / ( 750 / 36 ));
    padding-left: calc(100vw / ( 750 / 75 ));
    line-height: 1.4;
  }
}

.lpps_p-security--items__item .forTtl .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #0465BA;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .lpps_p-security--items__item .forTtl .num {
    font-size: calc(100vw / ( 750 / 32 ));
    width: calc(100vw / ( 750 / 50 ));
    height: calc(100vw / ( 750 / 50 ));
    line-height: calc(100vw / ( 750 / 50 ));
  }
}

@media screen and (min-width: 961px) {
  .lpps_p-security--items__item .forTxt {
    line-height: 2;
  }
}

/*========== p-biz.scss ==========*/
.lpps_p-biz {
  background: url("../img/biz_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz {
    padding: calc(100vw / ( 750 / 80 )) 0;
  }
}

.lpps_p-biz__inner {
  margin: 0 auto;
  width: 80vw;
}

@media screen and (min-width: 961px) {
  .lpps_p-biz__inner {
    max-width: 660px;
  }
}

.lpps_p-biz--ttl {
  text-align: center;
  display: block;
  background-color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: calc(100vw / ( 750 / 40 ));
  line-height: 1.3;
  padding: 0.5em 0;
}

@media screen and (min-width: 961px) {
  .lpps_p-biz--ttl {
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    padding: 0;
  }
}

.lpps_p-biz--btn {
  position: relative;
  display: block;
  background-color: #005DCC;
  color: #fff;
  border-radius: 10px;
  border: 5px solid #fff;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.02em;
  padding: 30px 0 20px;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz--btn {
    padding: calc(100vw / ( 750 / 30 )) 0;
  }
}

.lpps_p-biz--btn:before, .lpps_p-biz--btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lpps_p-biz--btn:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.35));
  right: 21px;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz--btn:before {
    width: calc(100vw / ( 750 / 42 ));
    height: calc(100vw / ( 750 / 42 ));
    right: calc(100vw / ( 750 / 21 ));
  }
}

.lpps_p-biz--btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #011A71;
  right: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz--btn:after {
    border-width: calc(100vw / ( 750 / 8 )) 0 calc(100vw / ( 750 / 8 )) calc(100vw / ( 750 / 12 ));
    right: calc(100vw / ( 750 / 33 ));
  }
}

.lpps_p-biz--btn:hover {
  transform: scale(1.1);
  opacity: 1;
}

.lpps_p-biz--btn .forTtl {
  margin-bottom: 0.75em;
  font-size: 22px;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz--btn .forTtl {
    font-size: calc(100vw / ( 750 / 28 ));
    line-height: 1.4;
  }
}

.lpps_p-biz--btn .forTxt {
  font-size: 35px;
}

@media screen and (max-width: 960px) {
  .lpps_p-biz--btn .forTxt {
    font-size: calc(100vw / ( 750 / 50 ));
    line-height: 1.3;
  }
}

/*========== u-utility.scss ==========*/
.u-pt0 {
  padding-top: 0 !important;
}
/*# sourceMappingURL=posting.css.map */
