body.itempage.suprint {
  overflow-x: hidden;
}
/*========== 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_bgArea--gray {
  background-color: #f5f5f5;
}
.lpps_bgArea--blue {
  background-color: #0C1E88;
}
.lpps_bgArea--sub {
  background-color: #E1E9F4;
}
.lpps_bgArea--yellow {
  background-color: #FFE200;
}
.lpps_bgArea--green {
  background-color: #00ACBA;
}
.lpps .noSP {
  display: none;
}
@media screen and (min-width: 1080px) {
  .forLp {
    padding: 0 !important;
  }
}
@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: #0C1E88;
  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: #0C1E88 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: #0C1E88;
  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/simu_bg_map.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.lpps_p-mv--inner {
  background: url("../img/mv_feb.png") center no-repeat;
  background-size: contain;
  width: 1368px;
  height: 466px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .lpps_p-mv {
    padding: calc(100vw / (750 / 80)) 0;
    background-position: right center;
  }
  .lpps_p-mv--inner {
    width: 100%;
  }
}
.lpps_p-mv--ttl {
  max-width: 1098px;
  margin-bottom: 1em !important;
  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;
  }
}
@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: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 118, 0);
  background: linear-gradient(135deg, rgba(255, 118, 0, 1) 0%, rgba(255, 78, 0, 1) 100%);
  color: #fff;
  border-bottom: 6px solid #B72300;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.35);
  letter-spacing: -0.02em;
  width: 400px;
  height: 80px;
  font-size: 24px;
  border-radius: 80vh;
}
@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 {
    width: 70vw;
    height: calc(100vw / (750 / 100));
    line-height: calc(100vw / (750 / 100));
    font-size: calc(100vw / (750 / 32));
  }
}
.lpps_p-mv--btn__item a.forBtn01:hover {
  transform: scale(1.1);
  opacity: 1;
}
.lpps_p-mv--btn__item .forIco {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lpps_p-mv--btn__item .forIco:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 36px;
}
@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item .forIco:before {
    width: calc(100vw / (750 / 24));
    height: calc(100vw / (750 / 24));
  }
}
.lpps_p-mv--btn__item .forIco:before {
  background-image: url("../img/icon_map.svg");
}
.lpps_p-mv--btn__item a.forBtn01:before, .lpps_p-mv--btn__item a.forBtn01:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:before, .lpps_p-mv--btn__item a.forBtn01:after {
    top: 52%;
  }
}
.lpps_p-mv--btn__item a.forBtn01:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.35));
  right: 30px;
}
@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:before {
    width: calc(100vw / (750 / 22));
    height: calc(100vw / (750 / 24));
    right: calc(100vw / (750 / 20));
  }
}
.lpps_p-mv--btn__item a.forBtn01:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #F07800;
  right: 36px;
}
@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:after {
    border-width: calc(100vw / (750 / 6)) 0 calc(100vw / (750 / 6)) calc(100vw / (750 / 10));
    right: calc(100vw / (750 / 25));
  }
}
/*========== p-intro.scss ==========*/
.lpps_p-intro {
  text-align: center;
  padding: 60px 0;
}
.lpps_p-intro-inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .lpps_p-intro {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-intro--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
}
.lpps_p-intro--ttl .forSite {
  font-size: 70%;
}
.lpps_p-intro--read {
  text-align: center;
  margin: 0 0 2.25em;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 961px) {
  .lpps_p-intro--items {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .lpps_p-intro--items__item:not(:last-child) {
    margin-bottom: calc(100vw / (750 / 80));
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-intro--items__item {
    width: 31.5%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-intro--items__item {
    width: 340px;
  }
}
.lpps_p-intro--items__item .forCard {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 20px;
  box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 30px;
}
.lpps_p-intro--items__item .forTtl {
  position: relative;
  text-align: center;
  color: #0C1E88;
  font-weight: 600;
  line-height: 1.5;
  font-size: 26px;
}

.lpps_p-intro--items__item .forTxt a {
  display: block;
}

.lpps_p-intro--items__item .forPh {
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 1080px) {
  .lpps_p-intro--items__item .forPh {
    max-width: 296px;
  }
}
@media screen and (max-width: 960px) {
  .lpps_p-intro--items__item .forTtl {
    font-size: calc(100vw / (750 / 42));
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 960px) {
  .lpps_p-intro--items__item .forPh {
    margin: calc(100vw / (750 / 30));
  }
}
/*========== p-intro.scss ==========*/
.lpps_p-problem {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-problem {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-problem--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 2em;
  font-size: 36px;
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .lpps_p-problem--items {
    display: flex;
    justify-content: space-between;
  }
}
.lpps_p-problem--items__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .lpps_p-problem--items__item:not(:last-child) {
    margin-bottom: calc(100vw / (750 / 80));
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-problem--items__item {
    width: 31.5%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-problem--items__item {
    width: 340px;
  }
}
.lpps_p-problem--items__item .forPh {
  position: absolute;
  width: 78px;
  height: auto;
  top: -40px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lpps_p-problem--items__item .forTxt {
  margin-bottom: 0;
  color: #1B224C;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
/*========== p-future.scss ==========*/
.lpps_p-future {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background: url("../img/future_bg.png") center bottom repeat-x;
  background-size: 50% auto;
}
.lpps_p-future:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 30px 0 30px;
  border-color: #0C1E88 transparent transparent transparent;
  bottom: -14px;
}
.lpps_p-future--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
  letter-spacing: 0.05em;
}
.lpps_p-future .forPh {
  max-width: 1080px;
  margin: 0;
}
.lpps_p-future .forPh {
  margin: 0;
}
.lpps_p-future .forPh01 {
  max-width: 1080px;
}
/*========== p-case.scss ==========*/
.lpps-caseBg {
  background-color: #B3E1E5;
}
@media screen and (max-width: 960px) {
  .lpps-caseBg {
    background-color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_bgArea--case {
    position: relative;
  }
  .lpps_bgArea--case:before, .lpps_bgArea--case:after {
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
  }
  .lpps_bgArea--case:before {
    left: -200px;
    background: url("../img/case_bg_start.png") left 50% no-repeat;
    background-size: contain;
  }
  .lpps_bgArea--case:after {
    right: -200px;
    background: url("../img/case_bg_end.png") right 50% no-repeat;
    background-size: contain;
  }
}
.lpps_p-case {
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-case {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-case--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.27em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
  letter-spacing: 0.05em;
}
.lpps_p-case--read {
  text-align: center;
  padding: 0 0 2.875em;
  font-size: 16px;
  color: #1B224C
}
.lpps_p-case--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lpps_p-case--items {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .lpps_p-case--items:after {
    content: "";
    display: block;
    width: 240px;
  }
}
.lpps_p-case--items__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00ACBA;
  color: #fff;
  font-weight: 600;
  padding: .8em;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .lpps_p-case--items__item {
    width: 49%;
    margin-bottom: calc(100vw / (750 / 17));
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-case--items__item {
    width: 31.5%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-case--items__item {
    width: 240px;
    box-sizing: border-box;
  }
}
/*========== p-bn.scss ==========*/
.lpps_p-bn {
  background: #F5F5F5;
  padding: 60px 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 {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-feature--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 2em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
  ;
  letter-spacing: 0.05em;
}
.lpps_p-feature--items__item {
  text-align: left;
}
.lpps_p-feature--area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature--area {
    flex-direction: column;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-feature--area__main {
    width: 600px;
  }
}
.lpps_p-feature--items__item .forLabel {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 16px;
  background-color: #00ACBA;
  padding: .4em 1em;
  margin-bottom: 1.25em;
}
.lpps_p-feature--items__item .forTtl {
  color: #0C1E88;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: .2em;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature--items__item .forTtl {
    font-size: calc(100vw / (750 / 30));
    letter-spacing: 0.05em;
  }
}
.lpps_p-feature--items__item .forSub {
  color: #444;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5em;
}
.lpps_p-feature--items__item .forPoint {
  color: #0C1E88;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1em;
}
.lpps_p-feature--items__item .forTxt {
  line-height: 2;
  font-size: 16px;
}
.lpps_p-feature--items__item .forPh {
  margin: 0 auto;
}
.lpps_p-feature--items__item .forPh01 {
  max-width: 414px;
}
.lpps_p-feature--items__item .forPh02 {
  max-width: 442px;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature--area02 .lpps_p-feature--area__main {
    order: 1;
  }
  .lpps_p-feature--area02 .forPh02 {
    order: 2;
  }
}
.lpps_p-feature--items__item .forPh03 {
  max-width: 421px;
}
.lpps_p-feature--items__item .forPh04 {
  max-width: 999px;
  margin-bottom: 2em;
}
.lpps_p-feature--items__item .forPh05 {
  max-width: 381px;
}
.lpps_p-feature--items__item .forPh06 {
  max-width: 381px;
}
.lpps_p-feature-functions {
  background: #E1E9F4;
  padding: 40px;
  text-align: center;
}
.lpps_p-feature-functions--ttl {
  font-size: 28px;
  font-weight: 600;
  color: #0C1E88;
  margin-bottom: .71em;
}
.lpps_p-feature-functions--read {
  font-size: 16px;
  color: #0C1E88;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature-design--items__item {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-feature-design--items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-feature-design--items__item {
    width: 46.3%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-feature-design--items__item {
    width: 480px;
  }
}
.lpps_p-feature-design--items__item {
  background: #fff;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #0C1E88;
}
.lpps_p-feature-design--ttl {
  font-weight: 700;
  margin-bottom: 1.5em;
  font-size: 20px;
}
a.lpps_p-feature-design--btn {
  display: inline-block;
  background-color: #0C1E88;
  color: #fff;
  font-weight: 700;
  padding: 1em 2.5em;
  font-size: 20px;
  border-radius: 80vh;
}
.lpps_p-feature-targeting {
  background-color: #fff;
  padding: 25px;
  margin: 40px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature-targeting {
    margin-bottom: 1.5em;
  }
}
.lpps_p-feature-targeting--items {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature-targeting--items {
    flex-wrap: wrap;
  }
}
.lpps_p-feature-targeting--items__item {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature-targeting--items__item {
    width: 49%;
    margin-bottom: calc(100vw / (750 / 24));
  }
}
.lpps_p-feature-targeting--items__item:last-child {
  border: none;
}
@media screen and (max-width: 960px) {
  .lpps_p-feature-targeting--items__item:nth-child(even) {
    border: none;
  }
}
.lpps_p-feature-targeting--items__ttl {
  display: inline-block;
  font-weight: 600;
  color: #0C1E88;
  margin-bottom: 1em;
}
.lpps_p-feature-targeting--items__sub {
  font-size: .75em;
}
.lpps_p-feature-statistics--items {
  color: #444;
}
.lpps_p-feature-statistics--items__item {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
}
.lpps_p-support {
  border: 10px solid #0C1E88;
  padding: 40px;
  text-align: center;
}
.lpps_p-support--ttl {
  font-size: 24px;
  font-weight: 600;
  color: #0C1E88;
  margin-bottom: 1.5em;
}
/*========== p-chart.scss ==========*/
.lpps_p-chart {
  text-align: center;
  padding: 110px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-chart {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-chart--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
}
@media screen and (max-width: 960px) {
  .lpps_p-chart--ttl {
    font-size: calc(100vw / (750 / 30));
  }
}
.lpps_p-chart--ttl span {
  background: -moz-linear-gradient(transparent 40%, #cdecef 40%);
  background: -webkit-linear-gradient(transparent 40%, #cdecef 40%);
  background: linear-gradient(transparent 40%, #cdecef 40%);
  padding: 0 .2em;
}
.lpps_p-chart--table {
  width: 100%;
  margin-bottom: 1.5em;
}
.lpps_p-chart--table tbody th {
  width: 6em;
  ;
}
.lpps_p-chart--table thead th, .lpps_p-chart--table tbody th, .lpps_p-chart--table tbody td {
  border-bottom: 1px solid #D5D5D5;
  text-align: center;
  padding: 2em 1em;
  color: #444;
}
.lpps_p-chart--table thead th {
  font-size: 18px;
  color: #0C1E88;
  font-weight: 600;
}
.lpps_p-chart--table tbody th {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .lpps_p-chart--table tbody th {
    padding: 2em 0;
    font-size: 16px;
  }
}
.lpps_p-chart--table tbody td {
  width: 28%;
  font-size: 14px;
  vertical-align: top;
}
.lpps_p-chart--table tbody td.middle {
  vertical-align: middle;
}
.lpps_p-chart--table .plan3 {
  background-color: #EDF8F8;
}
.lpps_p-chart--table thead th.plan3 {
  border-radius: 20px 20px 0 0;
}
.lpps_p-chart--table .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-chart--table .forTxt:before {
    width: calc(100vw / (750 / 62));
    height: calc(100vw / (750 / 52));
    margin-bottom: calc(100vw / (750 / 25));
  }
}
.lpps_p-chart--table .forTxt.icon01:before {
  background-image: url("../img/chart-ico01.svg");
}
.lpps_p-chart--table .forTxt.icon02:before {
  background-image: url("../img/chart-ico02.svg");
}
.lpps_p-chart--table .forTxt.icon03:before {
  background-image: url("../img/chart-ico03.svg");
}
.lpps_p-chart--table .forTxt.icon04:before {
  background-image: url("../img/chart-ico04.svg");
}
.lpps_p-chart--txt {
  text-align: left;
}
/*========== p-message.scss ==========*/
.lpps_p-message {
  text-align: center;
  padding: 110px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-message {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-message--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
}
/*========== p-mes.scss ==========*/
.lpps_p-mes {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-mes {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-mes--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 36px;
  position: relative;
  color: #0C1E88;
}
.lpps_p-mes .forProfile {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .lpps_p-mes .forProfile {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.lpps_p-mes .forCard {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .lpps_p-mes .forCard {
    margin-bottom: 1.5em;
  }
}
.lpps_p-mes .forCard__left, .lpps_p-mes .forCard__right {
  position: relative;
  width: 14%;
}
.lpps_p-mes .forCard__left {
  border-top: solid 2px #0C1E88;
}
.lpps_p-mes .forCard__right {
  border-bottom: solid 2px #0C1E88;
}
.lpps_p-mes .forCard__left:before, .lpps_p-mes .forCard__right:after {
  content: '';
  position: absolute;
  width: 2px;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  background-color: #0C1E88;
}
.lpps_p-mes .forCard__left:before {
  top: -15px;
  left: 15px;
}
.lpps_p-mes .forCard__right:after {
  bottom: -15px;
  right: 15px;
}
.lpps_p-mes .forCard__body {
  max-width: 740px;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .lpps_p-mes .forCard__body {
    padding: 1em 0;
  }
}
.lpps_p-mes--head {
  font-weight: 900;
  margin-bottom: 1em;
  font-size: 32px;
  color: #0C1E88;
}
.lpps_p-mes .forPh {
  max-width: 196px;
  margin: 0;
}
.lpps_p-mes .forName {
  font-weight: 900;
  font-size: 24px;
  margin-top: .5em;
}
.lpps_p-mes .forHobby {
  font-size: 16px;
}
/*========== p-att.scss ==========*/
.lpps_p-att {
  text-align: center;
  padding: 30px 0 62px;
}
@media screen and (max-width: 960px) {
  .lpps_p-att {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-att--ttl {
  font-weight: 900;
  display: inline-block;
  margin-bottom: .3em;
  font-size: 36px;
  position: relative;
  color: #CB0000;
  background: url("../img/att_ttl_bg.png") 50% 50% no-repeat;
  background-size: contain;
  padding: 1.4em 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-att--ttl {
    padding: .5em 0;
  }
}
.lpps_p-att--read {
  text-align: center;
  padding: 1em 0;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 961px) {
  .lpps_p-att--items {
    display: flex;
    justify-content: space-between;
  }
}
.lpps_p-att--items__item {
  background: #fff;
  border-radius: 20px;
  padding: 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .lpps_p-att--items__item:not(:last-child) {
    margin-bottom: calc(100vw / (750 / 80));
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-att--items__item {
    width: 46.3%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-att--items__item {
    width: 46.3%;
  }
}
.lpps_p-att--items__item .forTtl {
  position: relative;
  text-align: center;
  color: #CB0000;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 960px) {
  .lpps_p-att--items__item .forTtl {
    font-size: calc(100vw / (750 / 30));
    letter-spacing: 0.05em;
  }
}
.lpps_p-att--items__item .forTxt {
  background: url("../img/att_txt_bg.png") 50% 1.5em no-repeat;
  background-size: 68.3% auto;
}
.lpps_p-att--items__item .forTxt p {
  line-height: 2;
}
.lpps_p-att--items__item .forPh {
  margin: 17px 0 30px;
}
@media screen and (max-width: 960px) {
  .lpps_p-att--items__item .forPh {
    margin: calc(100vw / (750 / 17)) 0 calc(100vw / (750 / 30));
  }
}
.lpps_p-att--items__obj {
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .lpps_p-att--items__obj {
    margin: calc(100vw / (750 / 24)) auto;
  }
}
/*========== p-price.scss ==========*/
.lpps_p-price {
  text-align: center;
  padding: 110px 0;
}
@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: 36px;
  position: relative;
  color: #0C1E88;
}
.lpps_p-price--cost {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 960px) {
  .lpps_p-price--cost {
    margin-bottom: calc(100vw / (750 / 14));
    justify-content: space-between;
  }
}
.lpps_p-price--cost__item {
  border: 3px solid #0C1E88;
  border-radius: 10px;
  position: relative;
  width: 45%;
  padding: calc(100vw / (750 / 33)) 0 calc(100vw / (750 / 17));
  font-weight: 600;
}
@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: #0C1E88;
  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_blue.svg");
}
.lpps_p-price--cost__item .forTxt.icon02:before {
  background-image: url("../img/icon_cost02_blue.svg");
}
.lpps_p-price--distribute {
  display: inline-block;
  font-weight: 700;
  color: #0C1E88;
  font-size: 20px;
  margin-bottom: 37px;
}
.lpps_p-price--distribute .forTxt {
  background: -moz-linear-gradient(transparent 40%, #cdecef 40%);
  background: -webkit-linear-gradient(transparent 40%, #cdecef 40%);
  background: linear-gradient(transparent 40%, #cdecef 40%);
  padding: 0 .1em;
}
.lpps_p-price--day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.lpps_p-price--day__item {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .lpps_p-price--day__item {
    width: 47%;
    border-width: 2px;
    font-size: calc(100vw / (750 / 28));
  }
}
.lpps_p-price--day__item .forDay {
  position: relative;
  font-weight: 700;
  color: #0C1E88;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .lpps_p-price--day__item .forDay {
    line-height: 1.3;
  }
}
.lpps_p-price--day__item .forDay .num {
  font-size: 160%;
  padding-right: .1em;
}
.lpps_p-price--day__item .forDay:before, .lpps_p-price--day__item .forDay:after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 40px;
  width: 20px;
  background-color: #E1E9F4;
}
.lpps_p-price--day__item .forDay:after {
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .lpps_p-price--day__item .forDay:before, .lpps_p-price--day__item .forDay:after {
    width: 12px;
    height: calc(100vw / (750 / 30));
  }
}
.lpps_p-price--day__item .forPrice {
  background-color: #E1E9F4;
  border-radius: 5px;
  position: relative;
  padding: 24px 0;
  font-size: 20px;
}
.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 / 28));
  }
}
.lpps_p-price--specArea {
  background-color: #E1E9F4;
  border-radius: 5px;
  padding: 43px 0;
}
.lpps_p-price--specArea__ttl {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.3em;
  font-size: 28px;
  color: #0C1E88;
}
@media screen and (max-width: 960px) {
  .lpps_p-price--specArea__ttl {
    font-size: calc(100vw / (750 / 28));
  }
}
@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;
  color: #0C1E88;
  background: #fff;
  border: 3px solid #0C1E88;
  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_map.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.lpps_p-simu--inner {
  background: url("../img/simu_feb.png") center no-repeat;
  background-size: contain;
  width: 1278px;
  height: 394px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .lpps_p-simu {
    padding: calc(100vw / (750 /42)) 0;
  }
  .lpps_p-simu--inner {
    width: 100%;
  }
}
.lpps_p-simu--ttl {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .lpps_p-simu--ttl {
    font-size: calc(100vw / (750 / 30));
    padding: 0 1.5em;
  }
}
.lpps_p-simu--ttl__item {}
.lpps_p-simu--btn {
  display: block;
  margin: 0 auto;
  position: relative;
  background: rgb(255, 118, 0);
  background: linear-gradient(135deg, rgba(255, 118, 0, 1) 0%, rgba(255, 78, 0, 1) 100%);
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  border-bottom: 6px solid #B72300;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.35);
  border-radius: 80vh;
  width: 70vw;
  height: calc(100vw / (750 / 100));
  line-height: calc(100vw / (750 / 100));
  font-size: calc(100vw / (750 / 32));
}
@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;
}
.lpps_p-simu--btn .forIco {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lpps_p-simu--btn .forIco:before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 36px;
}
@media screen and (max-width: 960px) {
  .lpps_p-simu--btn .forIco:before {
    width: calc(100vw / (750 / 32));
    height: calc(100vw / (750 / 34));
  }
}
.lpps_p-simu--btn .forIco:before {
  background-image: url("../img/icon_map.svg");
}
/*========== 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: #0C1E88;
  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: #A3ABD8
  }
  .lpps_p-flow--chart__item.item01:after {
    border-color: transparent transparent transparent #A3ABD8;
  }
  .lpps_p-flow--chart__item.item02 {
    background-color: #5A68B7;
  }
  .lpps_p-flow--chart__item.item02:after {
    border-color: transparent transparent transparent #5A68B7;
  }
}
@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 #0C1E88;
  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: #0C1E88;
  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;
  color: #333;
}
@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: #0C1E88;
  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 #0C1E88;
  color: #0C1E88;
  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_blue.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: #E1E9F4;
  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: #0C1E88;
  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: #0C1E88;
  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-phone.scss ==========*/
.lpps_p-phone {
  padding: 40px 0;
  text-align: center;
}
.lpps_p-phoneArea {
  display: inline-block;
  background: #0C1E88;
  padding: 1em 2.5em;
  color: #fff;
}
.lpps_p-phone--tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lpps_p-phone--tel__ttl {
  font-size: 20px;
  line-height: 1;
}
.lpps_p-phone--tel__num {
  font-weight: 600;
  font-size: 36px;
  margin: 0 1em;
}
.lpps_p-phone--tel__num a {
  color: #fff;
}
.lpps_p-phone--tel__time {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .lpps_p-phoneArea {
    font-size: calc(100vw / (750 / 8));
    display: block;
  }
  .lpps_p-phone--tel__ttl {
    font-size: calc(100vw / (750 / 16));
  }
  .lpps_p-phone--tel__num {
    font-size: calc(100vw / (750 / 24));
    margin: 0 .5em;
  }
  .lpps_p-phone--tel__time {
    font-size: calc(100vw / (750 / 16));
    margin: 0 .5em;
  }
}
/*========== 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-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;
  }
}

/*========== p-campaign.scss ==========*/
.lpps_p-campaign {
  text-align: center;
  padding: 0;
}

.lpps_p-campaign--ttl {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0.75em;
}

.lpps_p-campaign--txt {
  margin-bottom: 2em;
}

.lpps_p-campaign--special {
  text-align: left;
  margin: 2em 1em;
}

.lpps_p-campaign--name {
  font-size: 110%;
  margin-bottom: 0.5em;
}

.lpps_p-campaign--sup {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 1rem;
}

.lpps_p-campaign--code {
  margin-bottom: 0.75em;
}

.lpps_p-campaign--num {
  display: inline-block;
  font-size: 130%;
  background-color: #ccc;
  padding: .8em 2em;
  font-weight: bold;
}

.lpps_p-campaign--step {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 0.75em;
  color: gray;
}

.lpps_p-campaign--list {
  text-align: left;
  padding: 2rem;
  border: 6px solid #eee;
}

.lpps_p-campaign--item {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.75;
}

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

.fixed_btn {
  display: block;
  background: #f07800;
  position: fixed;
  bottom: 30px;
  right: 0px;
  padding: 20px;
  z-index:1;
}

.fixed_btn a {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 18px;
  padding-right: 15px;
}
/*========== p-user.scss ==========*/
.lpps_p-user {
  text-align: center;
  padding: 30px 0 62px;
}
@media screen and (max-width: 960px) {
  .lpps_p-user {
    padding: calc(100vw / (750 / 75)) 0;
  }
}
.lpps_p-user--ttl {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  color: #FFF;
  padding: 1em 0;
}
@media screen and (max-width: 960px) {
  .lpps_p-user--ttl {
    padding: .5em 0;
  }
}
.lpps_p-user--read {
  text-align: center;
  padding: 0.5em 0;
  font-size: 24px;
  color: #FFF !important;
}
@media screen and (min-width: 961px) {
  .lpps_p-user--items {
    display: flex;
    justify-content: space-between;
  }
}
.lpps_p-user--items__item {
  background: #fff;
  border-radius: 20px;
  padding: 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .lpps_p-user--items__item:not(:last-child) {
    margin-bottom: calc(100vw / (750 / 80));
  }
}
@media screen and (min-width: 961px) {
  .lpps_p-user--items__item {
    width: 46.3%;
  }
}
@media screen and (min-width: 1080px) {
  .lpps_p-user--items__item {
    width: 46.3%;
  }
}
.lpps_p-user--items__item .forTtl {
  position: relative;
  text-align: center;
  color: #0C1E88;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  padding-bottom: 1em;
}
.lpps_p-user--items__item .forTtl span {
  color: #ff8c00;
}
@media screen and (max-width: 960px) {
  .lpps_p-user--items__item .forTtl {
    font-size: calc(100vw / (750 / 30));
    letter-spacing: 0.05em;
  }
}
.lpps_p-user--items__item .forTxt {
}
.lpps_p-user--items__item .forTxt p {
  font-size: 20px;
  line-height: 2;
}
.lpps_p-user--items__item .forPh {
  margin: 17px 0 30px;
}
@media screen and (max-width: 960px) {
  .lpps_p-user--items__item .forPh {
    margin: calc(100vw / (750 / 17)) 0 calc(100vw / (750 / 30));
  }
}
.lpps_p-user--items__obj {
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .lpps_p-user--items__obj {
    margin: calc(100vw / (750 / 24)) auto;
  }
}

.lpps_p-campaign--coupon {
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 1.5em 0;
  background-color: #ececec;
  line-height: 175%;
  letter-spacing: 5px;
}

.lpps_p-campaign--coupon span {
  font-weight: bold;
  color: #ff9902;
  font-size: 36px;
}
