@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
.pageTop {
  z-index: 99;
}

.footer {
  position: relative;
  z-index: 9;
}

#lpTop {
  position: relative;
}

#lpTop,
#area {
  padding-bottom: 0;
}

#lpTop .top-search {
  position: relative;
}

.top-search__content {
  background: #FFFFFF;
  padding: 42px 0;
  width: 100%;
  border-radius: 10px;
}

#lpTop .top-search__content .search-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

#lpTop .lp-attention {
  margin-top: 50px;
  text-align: center;
}

.caution {
  line-height: 1.5;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search::before {
    left: 1%;
    -webkit-transform: none;
            transform: none;
    bottom: inherit;
    top: -23%;
    width: 80px;
    height: 115px;
  }
  #lpTop .top-search::after {
    right: 2%;
    -webkit-transform: none;
            transform: none;
    bottom: inherit;
    top: -9%;
    width: 65px;
    height: 94px;
  }
  .top-search__content {
    padding: 30px 0 55px;
  }
  #lpTop .top-search__content .search-catch {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 2.4;
  }
}
#lpTop .top-search__content .search-catch span {
  background-image: radial-gradient(circle at center, #000 16%, transparent 23%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 7px;
}

#lpTop .top-search__content .search-catch::before {
  content: "";
  display: block;
  background: url(../images/blowing-l.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 32px;
  margin-right: 6px;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .search-catch::before {
    width: 12px;
    height: 15px;
  }
}
#lpTop .top-search__content .search-catch::after {
  content: "";
  display: block;
  background: url(../images/blowing-r.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 32px;
  margin-left: 6px;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .search-catch::after {
    width: 12px;
    height: 15px;
  }
}
#lpTop .top-search__content form {
  text-align: center;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
#lpTop .top-search__content .select_box {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .select_box {
    display: block;
    padding-left: 38px;
  }
}
#lpTop .top-search__content .select_box::before {
  content: "";
  position: absolute;
  background: url(../images/home.svg) no-repeat;
  background-size: cover;
  width: 53px;
  height: 49px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .select_box::before {
    width: 33px;
    height: 30px;
    margin-top: 5px;
  }
}
#lpTop .top-search__content .select_box .form-select {
  padding: 0 40px 0 30px;
  width: 400px;
  height: 50px;
  color: #A7A7A7;
  background-color: #fff;
  border: 2px solid #19AA5C;
  border-radius: 30px;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .select_box .form-select {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }
}
#lpTop .top-search__content .select_box .select-btn {
  cursor: pointer;
  text-indent: -999px;
  position: absolute;
  background: url(../images/sarch.svg) no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search__content .select_box .select-btn {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
#lpTop .top-search2 {
  position: relative;
}
#lpTop .top-search2 .inner {
  position: relative;
}
#lpTop .top-search2 .top-search2__logo {
  position: absolute;
  z-index: 9;
  right: 65px;
  bottom: -34px;
  width: 218px;
}
#lpTop .top-search2 .top-search__content {
  background: none;
}
#lpTop .top-search2 .top-search2-lead {
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
#lpTop .top-search2 .top-search2-lead::before, #lpTop .top-search2 .top-search2-lead::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#lpTop .top-search2 .top-search2-lead-text {
  display: inline;
  border-bottom: 2px solid;
  padding: 0 17px 20px;
}
#lpTop .top-search2 .top-search2-lead-text span {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -28px;
}
#lpTop .top-search2 .top-search2-heading {
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
#lpTop .top-search2 .select_box {
  padding: 0;
}
#lpTop .top-search2 .select_box::before {
  display: none;
}

@media screen and (max-width: 850px) {
  #lpTop .top-search2 .top-search2__logo {
    display: none;
  }
  #lpTop .top-search2 .top-search2-lead {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  #lpTop .top-search2 .top-search2-lead-text {
    padding: 0 0 13px;
    display: inline-block;
  }
  #lpTop .top-search2 .top-search2-lead-text span {
    width: 69px;
    top: -11px;
  }
  #lpTop .top-search2 .top-search2-heading {
    font-size: 20px;
  }
}
#area .area06 {
  background: #FDEFF5;
  padding: 40px 0 50px;
}

@media screen and (max-width: 850px) {
  #area .area06 {
    padding: 20px;
  }
}
#area .area06__content {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 65px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  #area .area06__content {
    padding: 35px 0;
  }
}
#area .area06__content .area-outside-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

#area .lp-request {
  padding-top: 0;
  background: #FDEFF5;
  padding: 80px 0;
  position: relative;
  z-index: 9;
}

#area .fadein_up {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

#area .fadein_up.is-animated {
  -webkit-animation-name: animation-sample;
  animation-name: animation-sample;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#area .fadein_poyo {
  opacity: 0;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
}

#area .fadein_poyo.is-animated {
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 0.5s 1 forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 0.5s 1 forwards;
}

@media screen and (max-width: 850px) {
  #area .fadein_poyo {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
@-webkit-keyframes poyoyon {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-sample {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes animation-sample {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
#area .fadein_zoomin {
  opacity: 0;
}

#area .fadein_zoomin.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#lpTop .inner,
#area .inner {
  width: 96%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 850px) {
  #lpTop .spdn,
  #area .spdn {
    display: none;
  }
  .\30 thcp202410-area #lpTop .inner {
    max-width: calc(100% - 40px);
    padding: 0;
  }
}
#lpTop .lp-request {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 850px) {
  #area .lp-request {
    padding: 48px 0;
    background-size: 2%;
  }
}
.lp-request__content--btn:hover {
  opacity: 0.7;
}

#lpTop .lp-request__content--btn a,
#area .lp-request__content--btn a {
  width: min(600px, 100%);
  display: block;
  margin: 80px auto 0;
  padding: 24px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #E73278;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#lpTop .lp-request__content--btn a::before,
#area .lp-request__content--btn a::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 14px;
  width: 28px;
  height: 36px;
  background: url("../images/icn_file.svg") no-repeat center center/contain;
}

#area .lp-request__content--btn a {
  margin-top: 0;
}

@media screen and (max-width: 850px) {
  #lpTop .lp-request__content--btn a,
  #area .lp-request__content--btn a {
    width: 90%;
    margin-top: 41px;
    padding: 16px 0;
    font-size: 20px;
  }
  #lpTop .lp-request__content--btn a::before,
  #area .lp-request__content--btn a::before {
    margin-right: 10px;
    width: 16px;
    height: 21px;
  }
  #area .lp-request__content--btn a {
    margin-top: 0;
  }
}
.top-mv__inner {
  position: absolute;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 69vw;
}
@media print, screen and (max-width: 1100px) {
  .top-mv__inner {
    width: 753px;
  }
}
.top-mv__main {
  position: absolute;
  width: 541px;
  top: 24px;
  left: 0;
  width: 37.18vw;
  top: 4.19%;
}
@media print, screen and (max-width: 1400px) {
  .top-mv__main {
    width: 33vw;
  }
}
@media print, screen and (max-width: 1250px) {
  .top-mv__main {
    width: 28vw;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-mv__main {
    width: 308px;
  }
}
.top-mv__tv {
  position: absolute;
  width: 208px;
  top: 32px;
  right: 235px;
  width: 14.29vw;
  top: 5.5%;
  right: 23.5%;
}
@media print, screen and (max-width: 1400px) {
  .top-mv__tv {
    width: 12vw;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-mv__tv {
    width: 10vw;
    top: 3.5%;
    right: 18.5%;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-mv__tv {
    width: 110px;
  }
}
.top-mv__net {
  position: absolute;
  width: 208px;
  top: 73px;
  right: 0;
  width: 14.29vw;
  top: 13%;
}
@media print, screen and (max-width: 1400px) {
  .top-mv__net {
    width: 12vw;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-mv__net {
    width: 10vw;
    top: 10%;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-mv__net {
    width: 110px;
  }
}
.top-mv__content {
  position: relative;
}
.top-mv__content picture {
  display: block;
}
.top-mv__content picture img {
  width: 100%;
  height: auto;
}
.top-mv__benefits {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 436px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 8px 8px 0px 0px #006CB8;
          box-shadow: 8px 8px 0px 0px #006CB8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 8px;
}
@media print, screen and (min-width: 1400px) {
  .top-mv__benefits {
    width: 31vw;
  }
}
.top-mv__benefits-heading {
  color: #E73278;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.top-mv__benefits-type {
  border-radius: 4px;
  background: #D2ECFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 11px;
  padding: 4px 0;
}
.top-mv__benefits-type p {
  font-weight: 500;
  line-height: 1.2;
  margin-left: 16px;
}
.top-mv__benefits-type svg {
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-mv__benefits-description {
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.top-mv__benefits-description span {
  display: inline-block;
  position: relative;
}
.top-mv__benefits-description span::before, .top-mv__benefits-description span::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-mv__benefits-description span::before {
  background: url("../images/decoration-left.png") no-repeat center/cover;
  left: -17px;
}
.top-mv__benefits-description span::after {
  background: url("../images/decoration-right.png") no-repeat center/cover;
  right: -17px;
}
.top-mv__benefits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top-mv__benefits-row svg {
  position: absolute;
  top: 0;
  left: 49%;
}
.top-mv__benefits-col {
  width: 50%;
}
.top-mv__benefits-label {
  border-radius: 100px;
  background: #717071;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0 8px;
  display: inline-block;
}
.top-mv__benefits-highlight {
  color: #E73278;
  font-weight: 800;
  line-height: 1;
}
.top-mv__benefits-highlight span {
  display: inline-block;
}
.top-mv__benefits-caution {
  font-size: 10px;
  text-align: right;
}
.top-mv__benefits-caution span {
  padding-left: 10px;
}
.top-mv__benefits-caution span::before {
  top: 0;
}
.top-mv__benefits-col-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.top-mv__benefits-col-01 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top-mv__benefits-col-01 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.top-mv__benefits-col-01 > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.top-mv__benefits-col-01 > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media print, screen and (min-width: 1440px) {
  .top-mv__benefits-col-01 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-mv__benefits-col-01 .top-mv__benefits-label {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 102px;
  margin-left: auto;
}
.top-mv__benefits-col-01 .top-mv__benefits-highlight {
  margin-top: -7px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.top-mv__benefits-col-01 .top-mv__benefits-highlight .num {
  font-size: 55px;
  letter-spacing: -8.8px;
}
.top-mv__benefits-col-01 .top-mv__benefits-highlight .unit {
  font-size: 38px;
  letter-spacing: -3.8px;
}
.top-mv__benefits-col-01 .top-mv__benefits-highlight .unit-s {
  font-size: 36px;
  letter-spacing: -6.48px;
}
.top-mv__benefits-col-01 .top-mv__benefits-label2 {
  font-size: 24px;
  color: #fff;
  background: #E73278;
  font-weight: 800;
  line-height: 1.1;
  display: inline-block;
  width: 36px;
  padding: 4px 0;
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-left: 7px;
}
.top-mv__benefits-col-02 {
  position: relative;
}
@media print, screen and (min-width: 1600px) {
  .top-mv__benefits-col-02 {
    width: 46%;
  }
}
.top-mv__benefits-col-02 .top-mv__benefits-label {
  position: absolute;
  left: 8px;
  top: 7px;
}
.top-mv__benefits-col-02 .top-mv__benefits-highlight {
  width: calc(100% + 8px);
  margin-left: 8px;
}
.top-mv__benefits-col-02 .top-mv__benefits-highlight .unit {
  font-size: 28px;
}
.top-mv__benefits-col-02 .top-mv__benefits-highlight .text {
  font-size: 57px;
  letter-spacing: 0.61px;
  margin-left: 10px;
}

.top-gradation {
  padding: 80px 0;
  background: #FDEFF5;
}

.top-cream {
  background: #fff9d9;
  padding: 40px 0 100px;
}

#lpTop .lpService {
  margin-top: 40px;
}

.top-mv__leadBox {
  background: #FDEFF5;
  padding: 80px 0;
}
.top-mv__leadBox .c-price {
  width: min(864px, 100%);
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 22px;
}

.lpService {
  padding-bottom: 40px;
}
.lpService-inner {
  max-width: 1288px;
  width: 94%;
  margin: 0 auto;
}
.lpService-heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.lpService-heading__sub {
  width: 224px;
  margin: 0 auto 20px;
}
.lpService-heading h2 {
  position: relative;
  padding: 3px 0 7px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background: #006CB8;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 722px;
  margin: 0 auto;
  color: #fff;
}
.lpService-heading h2::before, .lpService-heading h2::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 89px;
  bottom: 0;
}
.lpService-heading h2::before {
  background: url("../images/service-head-ribbon_l.png") no-repeat center/cover;
  left: -72px;
}
.lpService-heading h2::after {
  background: url("../images/service-head-ribbon_r.png") no-repeat center/cover;
  right: -72px;
}
.lpService-heading h2 span {
  display: inline-block;
}
.lpService-heading h2 .small {
  font-size: 54px;
}
.lpService-card {
  background: #fff;
  border: 5px solid #A0C7F7;
  border-radius: 30px;
  padding: 25px 20px 5px;
  height: 100%;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.lpService-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lpService-card__heading--num {
  width: 100px;
}
.lpService-card__heading--bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
  background: #336DB4;
  border-radius: 20px;
  padding: 11px 19px 14px;
}
.lpService-card__heading h3 {
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lpService-card__heading h3 span {
  display: inline-block;
}
.lpService-card__heading h3 .yellow {
  color: #FFF100;
  font-size: 50px;
}
.lpService-card__heading h3 .yellow-s {
  font-size: 44px;
}
.lpService-card__heading h3 .white {
  color: #fff;
  font-size: 29px;
}
.lpService-card__heading h3 .white-l {
  font-size: 33px;
}
.lpService-card__heading h3 .white-s {
  font-size: 24px;
}
.lpService-card__heading h3 .border {
  border-bottom: 5px dotted #fff;
}
.lpService-card__mainText {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lpService-card__mainText .mainText-l {
  font-size: 94px;
}
.lpService-card__mainText .mainText-sub {
  font-size: 47px;
  font-weight: 500;
  border: 2px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 22px 10px;
  margin-right: 20px;
  display: inline-block;
}
.lpService-card__media {
  margin-top: 64px;
  text-align: center;
}
.lpService-card__media figcaption {
  letter-spacing: 0.51px;
  text-align: left;
  font-size: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.lpService-card__media figcaption span {
  font-size: 28px;
}
.lpService-card__text {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-top: 16px;
}
.lpService-card__service {
  margin-top: 25px;
}
.lpService-card__service--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}
.lpService-card__service--item {
  border-radius: 100px;
  border: 2px solid #336DB4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 8px);
  margin-left: 8px;
  margin-top: 8px;
  height: 59px;
  padding-left: 10px;
}
.lpService-card__service--item img {
  width: 60px;
}
.lpService-card__service--item p {
  color: #336DB4;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lpService-card__price {
  background: #FDEDF4;
  font-weight: 800;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.lpService-card__price--heading {
  color: #fff;
  background: #E73278;
  font-size: 30px;
  line-height: 1.1;
  width: 144px;
  text-align: center;
  padding: 7px 0;
  position: relative;
  margin-right: 27px;
}
.lpService-card__price--heading::after {
  content: "";
  border-left: 19px solid #E73278;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  top: 0;
  right: -19px;
  position: absolute;
}
.lpService-card__price--fee {
  color: #E73278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lpService-card__price--fee .fee-text {
  line-height: 1;
  font-size: 40px;
  line-height: 1;
}
.lpService-card__price--fee .fee-num {
  font-size: 110px;
  line-height: 1;
}
.lpService-card__price--fee .fee-unit {
  font-size: 40px;
  line-height: 1;
  padding-top: 30px;
}
.lpService-card__price--fee .fee-unit span {
  font-size: 13px;
  display: block;
}
.lpService-card__cp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -13px;
}
.lpService-card__cp--heading .label {
  width: 259px;
  position: relative;
  z-index: 2;
}
.lpService-card__cp--heading .heading {
  color: #fff;
  background: #E73278;
  font-size: 26px;
  line-height: 1.3;
  width: 240px;
  text-align: center;
  padding: 7px 0;
  position: relative;
  margin-right: 27px;
  font-weight: 800;
  margin-top: -16px;
}
.lpService-card__cp--heading .heading strong {
  color: #FFF100;
}
.lpService-card__cp--heading .heading span {
  font-size: 20px;
}
.lpService-card__cp--heading .heading::after {
  content: "";
  border-left: 19px solid #E73278;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
  top: 0;
  right: -19px;
  position: absolute;
}
.lpService-card__cp--conts {
  font-weight: 800;
  line-height: 1;
  color: #E73278;
}
.lpService-card__cp--conts p {
  position: relative;
  display: inline-block;
}
.lpService-card__cp--conts p::after {
  content: "";
  background: #FFF100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  position: absolute;
}
.lpService-card__cp--conts p span {
  position: relative;
  z-index: 2;
}
.lpService-card__cp--conts .num {
  font-size: 100px;
  letter-spacing: -6px;
}
.lpService-card__cp--conts .unit {
  font-size: 40px;
}
.lpService-card__cp--conts .text {
  font-size: 80px;
}
.lpService-card__btn {
  border-radius: 0px 0px 22px 22px;
  background: #FFFCE0;
  margin-top: 39px;
  padding: 14px 0 25px;
}
.lpService-card__btn a {
  border-radius: 4px;
  background: #336DB4;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  padding: 16px;
  width: min(275px, 100%);
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lpService-card__btn a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 16px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}
.lpService-card__btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1380px) {
  .lpService-card {
    border-radius: 2vw;
    padding: 1.6vw 1.3vw 1vw;
  }
  .lpService-card__heading--num {
    width: 7vw;
  }
  .lpService-card__heading--bg {
    border-radius: 1vw;
    padding: 0.8vw 1.3vw 1vw;
  }
  .lpService-card__heading h3 .yellow {
    font-size: 3.6vw;
  }
  .lpService-card__heading h3 .yellow-s {
    font-size: 3.2vw;
  }
  .lpService-card__heading h3 .white {
    font-size: 2.2vw;
  }
  .lpService-card__heading h3 .white-l {
    font-size: 2.4vw;
  }
  .lpService-card__heading h3 .white-s {
    font-size: 1.8vw;
  }
  .lpService-card__mainText {
    font-size: 4.6vw;
    margin: 1vw auto 0;
  }
  .lpService-card__mainText .mainText-l {
    font-size: 6.8vw;
  }
  .lpService-card__mainText .mainText-sub {
    font-size: 3.4vw;
  }
  .lpService-card__text {
    font-size: 1.8vw;
    margin-top: 1.3vw;
  }
}
@media screen and (min-width: 851px) {
  .lpService-cards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
  }
  .lpService-cards__col {
    margin-left: 30px;
    margin-top: 30px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 850px) {
  .top-mv__inner {
    width: 100%;
  }
  .top-mv__main {
    width: 57.2%;
    margin: 0 auto;
    position: relative;
    top: 16px;
    z-index: 4;
  }
  .top-mv__tv {
    width: 22%;
    left: 15px;
    top: 16px;
    z-index: 3;
  }
  .top-mv__net {
    width: 23%;
    right: 12px;
    top: 38.33vw;
    z-index: 3;
  }
  .top-mv__benefits {
    width: calc(100% - 40px);
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 0px 0px #006CB8;
            box-shadow: 4px 4px 0px 0px #006CB8;
    left: 0;
    z-index: 2;
    padding: 2.222vw 8px;
    bottom: 5.5vw;
  }
  .top-mv__benefits-heading {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .top-mv__benefits-type {
    display: block;
    text-align: center;
    padding: 6px 0 13px;
  }
  .top-mv__benefits-type p {
    margin: 0;
  }
  .top-mv__benefits-label {
    display: block;
    width: 98px;
    margin: 0 auto 8px;
  }
  .top-mv__benefits-col-01 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58%;
  }
  .top-mv__benefits-col-01 .top-mv__benefits-label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .top-mv__benefits-col-01 .top-mv__benefits-highlight .num {
    font-size: 46px;
  }
  .top-mv__benefits-col-01 .top-mv__benefits-highlight .unit {
    font-size: 30px;
  }
  .top-mv__benefits-col-01 .top-mv__benefits-highlight .unit-s {
    font-size: 30px;
  }
  .top-mv__benefits-col-01 .top-mv__benefits-label2 {
    font-size: 14px;
    width: 16px;
    padding: 2px 0;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .top-mv__benefits-col-02 {
    width: 46%;
  }
  .top-mv__benefits-col-02 .top-mv__benefits-label {
    position: initial;
  }
  .top-mv__benefits-col-02 .top-mv__benefits-highlight {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .top-mv__benefits-col-02 .top-mv__benefits-highlight .unit {
    font-size: 16px;
  }
  .top-mv__benefits-col-02 .top-mv__benefits-highlight .text {
    font-size: 40px;
    margin-left: 4px;
  }
  .top-mv__benefits-caution {
    text-align: center;
  }
}
@media screen and (max-width: 850px) and (max-width: 460px) {
  .top-mv__benefits-caution {
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .top-mv__content {
    height: 105vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) and (max-width: 650px) {
  .top-mv__content {
    height: 115vw;
  }
}
@media screen and (max-width: 850px) and (max-width: 550px) {
  .top-mv__content {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .top-gradation {
    padding: 64px 0;
    background-size: 2%;
  }
  .lpService {
    padding-bottom: 25px;
  }
  .lpService-heading {
    margin-bottom: 18px;
  }
  .lpService-heading::before, .lpService-heading::after {
    display: none;
  }
  .lpService-heading h2 {
    width: calc(100% - 100px);
    font-size: 7vw;
    padding-bottom: 2px;
  }
  .lpService-heading h2 span {
    white-space: nowrap;
  }
  .lpService-heading h2::before, .lpService-heading h2::after {
    width: 27px;
    height: 39px;
  }
  .lpService-heading h2::before {
    left: -31px;
  }
  .lpService-heading h2::after {
    right: -31px;
  }
  .lpService-heading h2 .gray {
    font-size: 6vw;
  }
  .lpService-heading__sub {
    width: 166px;
  }
  .lpService-heading__sub::before, .lpService-heading__sub::after {
    top: 48px;
  }
  .lpService-heading__sub::before {
    left: 6%;
    width: 65px;
    height: 36px;
  }
  .lpService-heading__sub::after {
    right: 6%;
    width: 65px;
    height: 36px;
  }
  .lpService-content .caution {
    text-align: left;
    display: inline-block;
  }
  .lpService-cards__col:nth-child(n+2) {
    margin-top: 20px;
  }
  .lpService-card {
    padding: 15px;
    border-radius: 6vw;
  }
  .lpService-card__heading--num {
    width: 56px;
    margin: 0 8px 0 0;
  }
  .lpService-card__heading--bg {
    padding: 10px 9px;
  }
  .lpService-card__heading h3 {
    margin: 0;
  }
  .lpService-card__heading h3 .yellow {
    font-size: 6.66vw;
  }
  .lpService-card__heading h3 .yellow-s {
    font-size: 5vw;
  }
  .lpService-card__heading h3 .white {
    font-size: 3.88vw;
  }
  .lpService-card__mainText {
    margin-top: 10px;
    font-size: 8vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lpService-card__mainText span + span {
    margin-left: 6px;
  }
  .lpService-card__mainText .mainText-l {
    font-size: 56px;
  }
  .lpService-card__mainText .mainText-sub {
    font-size: 30px;
    padding: 17px 10px;
    margin-right: 13px;
  }
  .lpService-card__media {
    margin-top: 5px;
  }
  .lpService-card__media figcaption {
    font-size: 17px;
  }
  .lpService-card__media figcaption span {
    font-size: 17px;
  }
  .lpService-card__text {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }
  .lpService-card__service {
    margin-top: 12px;
  }
  .lpService-card__service--list {
    display: block;
    margin: 0;
  }
  .lpService-card__service--item {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .lpService-card__service--item + .lpService-card__service--item {
    margin-top: 4px;
  }
  .lpService-card__service--item img {
    width: 40px;
  }
  .lpService-card__service--item p {
    font-size: 14px;
  }
  .lpService-card__price {
    width: 100%;
    margin: 12px 0 0 0;
    display: block;
  }
  .lpService-card__price--heading {
    font-size: 18px;
    width: 190px;
    margin: 0 auto;
    line-height: 1.4;
    padding: 4px 0 3px;
  }
  .lpService-card__price--heading::after {
    border: none;
    right: inherit;
    top: inherit;
    border-top: 12px solid #E73278;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lpService-card__price--fee {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .lpService-card__price--fee .fee-text {
    font-size: 20px;
    padding-top: 12px;
    margin-right: 2px;
  }
  .lpService-card__price--fee .fee-num {
    font-size: 70px;
  }
  .lpService-card__price--fee .fee-unit {
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    margin-left: 3px;
  }
  .lpService-card__price--fee .fee-unit span {
    font-size: 10px;
  }
  .lpService-card__cp {
    display: block;
    margin-top: 10px;
  }
  .lpService-card__cp--heading {
    padding: 0 20px;
  }
  .lpService-card__cp--heading .label {
    width: 100%;
  }
  .lpService-card__cp--heading .heading {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
    margin-top: -9px;
  }
  .lpService-card__cp--heading .heading::after {
    content: none;
  }
  .lpService-card__cp--heading .heading span {
    font-size: 14px;
  }
  .lpService-card__cp--conts {
    text-align: center;
    margin-top: 6px;
  }
  .lpService-card__cp--conts .num {
    font-size: 60px;
    letter-spacing: normal;
  }
  .lpService-card__cp--conts .unit {
    font-size: 20px;
  }
  .lpService-card__cp--conts .text {
    font-size: 44px;
  }
  .lpService-card__btn {
    margin-top: 18px;
    padding: 20px;
  }
  .lpService-card__btn a {
    font-size: 16px;
  }
  .top-mv__leadBox {
    padding: 48px 36px;
  }
}
.benefits {
  background: #FFFAC0;
  padding: 48px 0;
}
.benefits-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.benefits-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.benefits-card {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: calc(50% - 20px);
  position: relative;
  border-radius: 8px;
  border: 6px solid #FFF;
  background: #FDF3F2;
  margin-left: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.benefits-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 69px;
  top: -6px;
  left: -6px;
}
.benefits-content {
  height: 100%;
}
.benefits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.benefits-label {
  border-radius: 100px;
  background: #009B73;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  width: 182px;
  text-align: center;
  line-height: 1.4;
}
.benefits-highlight {
  line-height: 1;
}
.benefits-caution {
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.benefits .benefits-card-01 .benefits-content {
  padding: 19px 0 10px 26px;
}
.benefits .benefits-card-01 .benefits-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits .benefits-card-01 .benefits-title {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  margin-top: 5px;
  position: relative;
}
.benefits .benefits-card-01 .benefits-title::after {
  content: "";
  position: absolute;
  background: #FFF100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.benefits .benefits-card-01 .benefits-col-media {
  margin-right: 9px;
  text-align: center;
}
.benefits .benefits-card-01 .benefits-col-media figure {
  width: 100px;
  margin: 0 auto;
}
.benefits .benefits-card-01 .benefits-description {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.7px;
}
.benefits .benefits-card-01 .benefits-description span {
  display: inline-block;
  position: relative;
}
.benefits .benefits-card-01 .benefits-description span::after {
  content: "";
  position: absolute;
  background: #FFF100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.benefits .benefits-card-01 .benefits-highlight {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -2.3px;
  color: #E73278;
}
.benefits .benefits-card-01 .benefits-highlight span {
  letter-spacing: -6px;
  font-size: 60px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
}
.benefits .benefits-card-02 .benefits-row {
  padding: 3px 0 3px 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits .benefits-card-02 .benefits-col-media {
  margin-right: 12px;
}
.benefits .benefits-card-02 .benefits-col-media figure {
  width: 128px;
}
.benefits .benefits-card-02 .benefits-title {
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  margin-top: 6px;
}
.benefits .benefits-card-02 .benefits-highlight {
  color: #E73278;
  font-weight: 800;
  font-size: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.benefits .benefits-card-02 .benefits-highlight span {
  font-size: 30px;
  width: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.benefits .benefits-card-03 .benefits-row {
  padding: 3px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits .benefits-card-03 .benefits-col-media {
  margin-right: 6px;
}
.benefits .benefits-card-03 .benefits-col-media figure {
  width: 142px;
}
.benefits .benefits-card-03 .benefits-title {
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  margin-top: 6px;
}
.benefits .benefits-card-03 .benefits-highlight {
  color: #E73278;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -6.8px;
  text-align: center;
}
.benefits .benefits-card-04 .benefits-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
}
.benefits .benefits-card-04 .benefits-label {
  width: 100%;
}
.benefits .benefits-card-04 .benefits-col-media {
  margin-right: 24px;
}
.benefits .benefits-card-04 .benefits-col-media figure {
  width: 119px;
}
.benefits .benefits-card-04 .benefits-title {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  margin-top: 5px;
}
.benefits .benefits-card-04 .benefits-highlight {
  color: #E73278;
  font-weight: 800;
  font-size: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  letter-spacing: -1.95px;
}
.benefits .benefits-card-04 .benefits-highlight span {
  font-size: 30px;
  margin-right: 5px;
}

_::-webkit-full-page-media, _:future, :root .benefits .benefits-card-02 .benefits-highlight span {
  padding-right: 16px;
}

@media screen and (max-width: 850px) {
  .benefits {
    padding: 24px 0;
  }
  .benefits-cards {
    display: block;
    margin: 0;
  }
  .benefits-card {
    width: 100%;
    margin: 0;
  }
  .benefits-card + .benefits-card {
    margin-top: 8px;
  }
  .benefits-tag {
    width: 45px;
  }
  .benefits-label {
    width: 119px;
    font-size: 12px;
    padding: 2px 0;
  }
  .benefits-label span {
    font-size: 10px;
  }
  .benefits-caution {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: calc(100% + 25px);
    margin-left: -20px;
  }
  .benefits .benefits-card-01 .benefits-col-media figure {
    width: 65px;
  }
  .benefits .benefits-card-01 .benefits-title {
    font-size: 12px;
  }
  .benefits .benefits-card-01 .benefits-highlight {
    font-size: 28px;
    letter-spacing: -1.5px;
    margin-top: 5px;
  }
  .benefits .benefits-card-01 .benefits-highlight span {
    letter-spacing: -1.5px;
    font-size: 39px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .benefits .benefits-card-01 .benefits-description {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    letter-spacing: -0.45px;
    width: calc(100% + 15px);
    margin-left: -7px;
  }
  .benefits .benefits-card-01 .benefits-description span::after {
    height: 2px;
    bottom: -5px;
  }
  .benefits .benefits-card-01 .benefits-content {
    padding: 9px 0 9px 19px;
  }
  .benefits .benefits-card-02 .benefits-row {
    padding: 0 0 0 10px;
  }
  .benefits .benefits-card-02 .benefits-col-media {
    padding-top: 6px;
    margin: 0;
  }
  .benefits .benefits-card-02 .benefits-col-media figure {
    width: 78px;
    margin: 0 auto;
  }
  .benefits .benefits-card-02 .benefits-title {
    font-size: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    width: calc(100% + 37px);
    margin-left: -26px;
    line-height: 1.3;
  }
  .benefits .benefits-card-02 .benefits-highlight {
    font-size: 42px;
    letter-spacing: 0px;
  }
  .benefits .benefits-card-02 .benefits-highlight span {
    font-size: 17px;
    width: 17px;
  }
  .benefits .benefits-card-03 .benefits-col-media {
    margin: 0;
  }
  .benefits .benefits-card-03 .benefits-col-media figure {
    width: 90px;
    margin: 0 auto;
  }
  .benefits .benefits-card-03 .benefits-title {
    font-size: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    width: calc(100% + 18px);
    margin-left: -9px;
    line-height: 1.3;
  }
  .benefits .benefits-card-03 .benefits-highlight {
    font-size: 26px;
  }
  .benefits .benefits-card-04 .benefits-row {
    padding-left: 14px;
  }
  .benefits .benefits-card-04 .benefits-col-media {
    margin: 0 8px 0 0;
  }
  .benefits .benefits-card-04 .benefits-col-media figure {
    width: 80px;
    margin: 0 auto;
  }
  .benefits .benefits-card-04 .benefits-title {
    font-size: 12px;
  }
  .benefits .benefits-card-04 .benefits-description {
    font-size: 10px;
  }
  .benefits .benefits-card-04 .benefits-description span {
    font-size: 16px;
  }
  .benefits .benefits-card-04 .benefits-highlight {
    font-size: 42px;
    margin-top: 5px;
  }
  .benefits .benefits-card-04 .benefits-highlight span {
    font-size: 17px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  _::-webkit-full-page-media, _:future, :root .benefits .benefits-card-02 .benefits-highlight span {
    padding-right: 8px;
  }
}
#area .lpService {
  background: #FFFAC0;
  padding: 32px 0 0;
}
#area .lpService-content {
  padding-bottom: 64px;
}

@media screen and (max-width: 850px) {
  #area .lpService {
    padding-top: 16px;
  }
  #area .lpService-content {
    padding-bottom: 40px;
  }
}
.campaignSct {
  padding: 70px 0 0;
  background: #B2E2F8;
  position: relative;
}
@media screen and (max-width: 850px) {
  .campaignSct {
    padding: 40px 0 0;
    background-size: 2%;
  }
}
.campaignSct .stb-camp {
  padding-top: 70px;
  position: relative;
  z-index: 9;
}
.campaignSct .stb-camp .inner {
  max-width: 1040px !important;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp {
    padding-top: 30px;
  }
}
.campaignSct .stb-camp__box {
  padding: 115px 16px 22px 47px;
  border-radius: 30px;
  border: 10px solid #FFF;
  background: #FDF3F2;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__box {
    padding: 19% 20px 40px;
    border: 6px solid #FFF;
    border-radius: 20px;
  }
}
.campaignSct .stb-camp__label {
  position: absolute;
  top: -88px;
  left: -4px;
  width: 700px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__label {
    left: 0;
    width: 100%;
    top: -5.7%;
  }
}
.campaignSct .stb-camp__human {
  position: absolute;
  top: 27px;
  right: 0;
  width: 466px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__human {
    display: none;
  }
}
.campaignSct .stb-camp__contents {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__contents {
    margin-top: 20px;
  }
}
.campaignSct .stb-camp__img {
  width: 537px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__img {
    width: 100%;
  }
}
.campaignSct .stb-camp__lead {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__lead {
    font-size: 38px;
    margin: 20px auto 0;
    line-height: 1.36;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.campaignSct .stb-camp__text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.47;
}
.campaignSct .stb-camp__text span {
  color: #003F7D;
  font-size: 33px;
  margin-right: 3px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__text {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
  .campaignSct .stb-camp__text span {
    font-size: 33px;
  }
}
.campaignSct .stb-camp__ttl {
  margin-top: 25px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: #006CB8;
  margin-left: -47px;
  width: calc(100% + 47px + 16px);
  padding: 0 47px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__ttl {
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 30px;
    padding: 7px 0;
    text-align: center;
    line-height: 1.35;
  }
}
.campaignSct .stb-camp__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__price {
    display: block;
  }
}
.campaignSct .stb-camp__price .price-left {
  padding-top: 10px;
}
.campaignSct .stb-camp__price .price-left p {
  font-weight: bold;
}
.campaignSct .stb-camp__price .price-left .text1 {
  font-size: 45px;
  line-height: 1.46;
}
.campaignSct .stb-camp__price .price-left .text2 {
  letter-spacing: -4.2px;
  font-size: 60px;
  line-height: 1.48;
  margin-top: -20px;
}
.campaignSct .stb-camp__price .price-left .text2 span {
  font-size: 96px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__price .price-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
  }
  .campaignSct .stb-camp__price .price-left .text1 {
    font-size: 22px;
  }
  .campaignSct .stb-camp__price .price-left .text2 {
    font-size: 31px;
  }
  .campaignSct .stb-camp__price .price-left .text2 span {
    font-size: 53px;
    letter-spacing: normal;
  }
}
.campaignSct .stb-camp__price .price-right {
  color: #006CB8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  margin-left: 20px;
}
.campaignSct .stb-camp__price .price-right .num {
  font-family: "Open Sans", sans-serif;
  font-size: 200px;
  font-style: italic;
  line-height: 1;
}
.campaignSct .stb-camp__price .price-right .unit,
.campaignSct .stb-camp__price .price-right .unit2 {
  padding-bottom: 20px;
}
.campaignSct .stb-camp__price .price-right .unit {
  font-size: 50px;
  line-height: 1;
  margin-left: 20px;
  color: #003F7D;
}
.campaignSct .stb-camp__price .price-right .unit2 {
  margin-left: 4px;
  color: #003F7D;
}
.campaignSct .stb-camp__price .price-right .unit2 span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.campaignSct .stb-camp__price .price-right .unit2 span:nth-child(1) {
  font-size: 16px;
}
.campaignSct .stb-camp__price .price-right .unit2 span:nth-child(2) {
  font-size: 28px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__price .price-right {
    margin-left: -10px;
    width: calc(100% + 20px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .campaignSct .stb-camp__price .price-right .num {
    font-size: 89px;
  }
  .campaignSct .stb-camp__price .price-right .unit,
  .campaignSct .stb-camp__price .price-right .unit2 {
    padding-bottom: 3px;
  }
  .campaignSct .stb-camp__price .price-right .unit {
    font-size: 30px;
    margin-left: 5px;
  }
  .campaignSct .stb-camp__price .price-right .unit2 {
    margin-left: 2px;
  }
  .campaignSct .stb-camp__price .price-right .unit2 span:nth-child(1) {
    font-size: 10px;
  }
  .campaignSct .stb-camp__price .price-right .unit2 span:nth-child(2) {
    font-size: 16px;
  }
}
.campaignSct .stb-camp__price2 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  background: #fff;
}
.campaignSct .stb-camp__price2 span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  padding: 1px 0;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-camp__price2 {
    font-size: 12px;
    padding: 7px 0;
    margin-top: 15px;
  }
  .campaignSct .stb-camp__price2 span {
    font-size: 20px;
  }
}
.campaignSct .stb-bg {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-bg {
    margin-top: 50px;
    padding-top: 0;
  }
}
.campaignSct .stb-enjoy .txt-bo.fsz50 {
  font-size: 50px;
  line-height: 1;
  color: #002D59;
}
.campaignSct .stb-enjoy .txt-bo.fsz30 {
  font-size: 30px;
  line-height: 1.167;
}
.campaignSct .stb-enjoy .txt-bo.fsz24 {
  font-size: 24px;
  line-height: 1.167;
}
.campaignSct .stb-enjoy .inner {
  max-width: 1040px !important;
}
.campaignSct .stb-enjoy__text {
  padding-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__text {
    padding-bottom: 8px;
    text-align: center;
  }
}
.campaignSct .stb-enjoy__text--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__text--flex {
    display: block !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
  }
  .campaignSct .stb-enjoy__text--flex .txt-bo {
    color: #0A404C;
  }
}
.campaignSct .stb-enjoy__text--flex .fsz30 {
  padding-top: 5px;
  padding-right: 9px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__text--flex .fsz30 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    font-size: 28px !important;
    line-height: 1.4 !important;
  }
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__text--flex .fsz50 {
    font-size: 32px !important;
    line-height: 1.4 !important;
  }
}
.campaignSct .stb-enjoy__box {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 16px;
  background-color: #006CB8;
  margin-bottom: 80px;
  border-radius: 20px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__box {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 56px;
  }
}
.campaignSct .stb-enjoy__box--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__box--flex {
    display: block;
  }
}
.campaignSct .stb-enjoy__box--flex .enjoy-content {
  padding-top: 20px;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 18px;
  }
}
.campaignSct .stb-enjoy__box--flex .enjoy-content--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.campaignSct .stb-enjoy__box--flex .enjoy-content__left {
  max-width: 205px;
  margin-right: 33px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content__left {
    margin-right: 10px;
  }
}
@media screen and (max-width: 510px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content__left {
    max-width: 100%;
    width: 128px;
  }
}
.campaignSct .stb-enjoy__box--flex .enjoy-content .fsz24 {
  line-height: 1.666;
}
@media screen and (max-width: 510px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content .fsz24 {
    font-size: 18px;
    line-height: 1.778;
  }
}
.campaignSct .stb-enjoy__box--flex .enjoy-content__btn {
  display: block;
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 224px;
  padding: 7px 0;
  margin-top: 16px;
}
.campaignSct .stb-enjoy__box--flex .enjoy-content__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 510px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content__btn {
    font-size: 12px;
    width: 100%;
    margin-top: 8px;
    padding: 10px 11px;
  }
}
.campaignSct .stb-enjoy__box--flex .enjoy-content--caution {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 2px;
  margin-left: 9em;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy__box--flex .enjoy-content--caution {
    margin-left: 0;
  }
}
.campaignSct .stb-enjoy .new-item {
  position: relative;
  padding: 48px 0 64px;
  background: #006CB8;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item {
    padding: 24px 0 40px;
  }
  .campaignSct .stb-enjoy .new-item--body {
    text-align: center;
  }
}
.campaignSct .stb-enjoy .new-item--ttl {
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--ttl {
    font-size: 26px;
    line-height: 1.5;
  }
}
.campaignSct .stb-enjoy .new-item--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--flex {
    display: block;
  }
}
.campaignSct .stb-enjoy .new-item--col {
  width: calc(50% - 21px);
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: left;
  }
}
.campaignSct .stb-enjoy .new-item--col:nth-child(2) .new-item--catch img {
  margin-top: -30px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--col:nth-child(2) {
    margin-top: 48px;
    border-top: 1px solid #074B4B;
  }
}
.campaignSct .stb-enjoy .new-item--thumb {
  padding-right: 39px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--thumb {
    max-width: 450px;
  }
}
.campaignSct .stb-enjoy .new-item--meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--meta {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--meta span {
    font-size: 11px;
  }
}
.campaignSct .stb-enjoy .new-item--label {
  margin-right: 8px;
}
.campaignSct .stb-enjoy .new-item--catch {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.campaignSct .stb-enjoy .new-item--catch-heightjust {
  height: 36px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--catch-heightjust {
    height: 24px;
  }
}
.campaignSct .stb-enjoy .new-item--catch span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--catch span {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--text {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.campaignSct .stb-enjoy .new-item--text__caution {
  font-size: 12px;
  margin: 10px 0;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--text__caution {
    font-size: 10px;
  }
}
.campaignSct .stb-enjoy .new-item--name {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--name {
    font-size: 27px;
  }
}
.campaignSct .stb-enjoy .new-item--name__caution {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--name__caution {
    font-size: 10px;
  }
}
.campaignSct .stb-enjoy .new-item--course {
  background: #002D59;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.campaignSct .stb-enjoy .new-item--course-mt-l {
  margin-top: 24px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--course {
    padding: 7px 0;
  }
}
.campaignSct .stb-enjoy .new-item--price__box {
  margin-top: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--price__box {
    margin-left: 0;
    display: block;
  }
}
.campaignSct .stb-enjoy .new-item--price__box .price-left {
  padding-top: 10px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-left p {
  font-weight: bold;
}
.campaignSct .stb-enjoy .new-item--price__box .price-left .text1 {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-left: 3px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-left .text2 {
  letter-spacing: -2.1px;
  font-size: 26px;
  line-height: 1.4;
  margin-top: -12px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-left .text2 span {
  font-size: 48px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--price__box .price-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 0;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-left .text1 {
    font-size: 24px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-left .text2 {
    font-size: 33px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-left .text2 span {
    font-size: 53px;
    letter-spacing: normal;
  }
}
.campaignSct .stb-enjoy .new-item--price__box .price-right {
  color: #EEDA00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  margin-left: 11px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .num {
  font-family: "Open Sans", sans-serif;
  font-size: 102px;
  font-style: italic;
  line-height: 1;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit,
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 {
  padding-bottom: 20px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit {
  font-size: 25px;
  line-height: 1;
  margin-left: 12px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 {
  margin-left: 4px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 span:nth-child(1) {
  font-size: 10px;
}
.campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 span:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item--price__box .price-right {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .num {
    font-size: 95px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit,
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 {
    padding-bottom: 3px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit {
    font-size: 30px;
    margin-left: 5px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 {
    margin-left: 2px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 span:nth-child(1) {
    font-size: 10px;
  }
  .campaignSct .stb-enjoy .new-item--price__box .price-right .unit2 span:nth-child(2) {
    font-size: 16px;
  }
}
.campaignSct .stb-enjoy .new-item__price2 {
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}
.campaignSct .stb-enjoy .new-item__price2 span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  padding: 1px 0;
}
@media screen and (max-width: 850px) {
  .campaignSct .stb-enjoy .new-item__price2 {
    font-size: 12px;
    padding: 7px 0;
    margin-top: 15px;
  }
  .campaignSct .stb-enjoy .new-item__price2 span {
    font-size: 20px;
  }
}
.campaignSct .document .inner {
  max-width: 1040px !important;
}
@media screen and (max-width: 850px) {
  .campaignSct .document {
    padding: 40px 0 0;
  }
}
.campaignSct .document .document-pdf {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.campaignSct .document .document-pdf-txt {
  text-align: left;
  font-weight: 600;
}
.campaignSct .document .document-pdf-txt + .document-pdf-txt {
  margin-top: 40px;
}
.campaignSct .document .document-pdf .txt-me {
  letter-spacing: 0, 9px;
  text-align: center;
  display: inline-block;
}
.campaignSct .document .document-pdf .txt-me:hover {
  opacity: 0.7;
}
@media screen and (max-width: 510px) {
  .campaignSct .document .document-pdf .txt-me {
    font-size: 15px;
    line-height: 1.533;
    letter-spacing: 0.75px;
  }
}
.campaignSct .document .document-pdf .txt-me .link-icon {
  max-width: 20px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 510px) {
  .campaignSct .document .document-pdf .txt-me .link-icon {
    max-width: 18px;
  }
}
.campaignSct .document .document-pdf span {
  margin-bottom: 10px;
}
.campaignSct .document .document-pdf .fsz20 {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 510px) {
  .campaignSct .document .document-pdf .fsz20 {
    font-size: 17px;
    line-height: 1.222;
    letter-spacing: 0.79px;
  }
}