@charset "UTF-8";
.pricing-body-page .header-section .desc {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .pricing-body-page .header-section .desc {
    margin-top: 32px;
    line-height: 32px;
  }
}
.section-pricing-table {
  background: #f5f5f5;
  position: relative;
  padding: 0 16px;
  padding-bottom: 20px !important;
}
.section-pricing-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-top.png);
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
.section-pricing-table::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-bottom.png);
  background-size: cover;
  background-position: center bottom;
  z-index: 0;
}
@media (min-width: 992px) {
  .section-pricing-table .header-section .desc {
    max-width: 1120px;
    margin: 32px auto 0;
  }
}
.section-pricing-table .decoration-image {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.section-pricing-table .decoration-image.top-decor {
  top: -20px;
}
@media (min-width: 992px) {
  .section-pricing-table .decoration-image.top-decor {
    top: -30px;
  }
}
.section-pricing-table .decoration-image.bottom-decor {
  bottom: -41px;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-pricing-table .decoration-image {
    margin: 0;
    padding: 0 54px;
  }
}
.section-pricing-table .text-banner-suggestion {
  background: #FFFCEE;
  padding: 16px;
  margin-top: 24px;
}
.section-pricing-table .text-banner-suggestion .highlight {
  font-size: 18px;
  line-height: 26px;
  color: #EF5DA8;
}
.section-pricing-table .text-banner-suggestion p {
  color: #2B2B2B;
  margin-top: 10px;
}
.section-pricing-table .text-banner-suggestion p a {
  text-decoration: underline;
}
.section-pricing-table .pricing-table {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .section-pricing-table .pricing-table {
    margin-top: 35px;
  }
}
.section-pricing-table .txt-guide {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
}
@media (min-width: 992px) {
  .section-pricing-table .txt-guide {
    font-size: 16px;
    line-height: 19px;
    margin-top: 24px;
  }
}
.section-pricing-table .section-text {
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
  margin-top: 24px;
}
.section-pricing-table .section-text.text-center {
  text-align: center;
}
@media (min-width: 992px) {
  .section-pricing-table .section-text {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
  }
}

.section-pricing-table .text-banner-suggestion-decor {
  background: #ffffff;
  padding: 16px;
  margin-top: 20px;
  border-radius: 20px;
  position: relative;
}
.section-pricing-table .text-banner-suggestion-decor::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/lp/common/img-decor-pink-dot-light.svg);
  background-size: 100%;
}
.section-pricing-table .text-banner-suggestion-decor::after {
  content: "";
  display: block;
  width: 64px;
  height: 60px;
  position: absolute;
  bottom: -22px;
  right: 5px;
  background: url(/assets/img/lp/common/img-decor-panda-face.svg);
  background-size: 100%;
}
.section-pricing-table .text-banner-suggestion-decor .highlight {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #EF5DA8;
}
.section-pricing-table .text-banner-suggestion-decor p {
  font-size: 16px;
  line-height: 23px;
  color: #2B2B2B;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .section-pricing-table .text-banner-suggestion-decor {
    max-width: 1100px;
    border-radius: 45px;
    margin: 20px auto;
    padding: 20px 25px;
  }
  .section-pricing-table .text-banner-suggestion-decor::before {
    top: -23px;
    left: -28px;
    width: 88px;
    height: 68px;
  }
  .section-pricing-table .text-banner-suggestion-decor::after {
    bottom: -20px;
    right: 1px;
    width: 88px;
    height: 72px;
  }
  .section-pricing-table .text-banner-suggestion-decor p {
    font-size: 20px;
    line-height: 29px;
    margin-top: 12px;
  }
  .section-pricing-table .text-banner-suggestion-decor .highlight {
    font-size: 24px;
    line-height: 34px;
  }
}

.section-pricing-table .coupon {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-pricing-table {
    padding-bottom: 4px !important;
  }
}

.included-table {
    position: relative;
    background: #ffffff;
    border: 10px solid #F2B83F;
    max-width: 1100px;
    margin: 60px auto 10px;
    border-radius: 30px;
    padding: 12px;
}
@media (min-width: 992px) {
  .included-table {
    padding: 24px;
  }
}
.included-table h3 {
  font-size: 20px;
  position: absolute;
  top: -28px;
  left: 4%;
  color: #fff;
  background-color: #F2B83F;
  border-radius: 15px;
  padding: 10px 25px;
}
@media (min-width: 992px) {
  .included-table h3 {
    font-size: 24px;
    position: absolute;
    top: -28px;
    left: 4%;
    color: #fff;
    background-color: #F2B83F;
    border-radius: 20px;
  }
}
.included-table .included-list-wrapper {
  display: block;
  padding-top: 20px;
}
.included-table .included-list-wrapper .included-service {
  position: relative;
  width: auto;
}
.included-table .included-list-wrapper .included-service::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center bottom;
  z-index: 0;
}
.included-table .included-list-wrapper .included-service:first-child::before {
  background-image: url(/assets/img/lp/pricing/img_include_service_1.png);
}
.included-table .included-list-wrapper .included-service:nth-child(2)::before {
  background-image: url(/assets/img/lp/pricing/img_include_service_2.png);
}
.included-table .included-list-wrapper .included-service:nth-child(3)::before {
  background-image: url(/assets/img/lp/pricing/img_include_service_3.png);
}
.included-table .included-list-wrapper .included-service:nth-child(4)::before {
  background-image: url(/assets/img/lp/pricing/img_include_service_4.png);
}
.included-table .included-list-wrapper .included-service:last-child::before {
  background-image: url(/assets/img/lp/pricing/img_include_service_5.png);
}
@media (min-width: 992px) {
  .included-table .included-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    padding-top: 20px;
  }
  .included-table .included-list-wrapper .included-service {
    width: 31%;
  }
}
.included-table .included-list-wrapper img {
  width: 80%;
  border-radius: 15px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .included-table .included-list-wrapper img {
    border-radius: 15px;
  }
}
.included-table .included-list-wrapper h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 10px;
}
.included-table .included-list-wrapper .included-service p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .included-table .included-list-wrapper .included-service p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.included-table .included-list-wrapper .included-service p span {
  background: linear-gradient(transparent 60%, #ffff8f 70%);
}
.included-table .included-list-wrapper .included-service p.note {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .included-table .included-list-wrapper .included-service p.note {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.section-compare-service .title img {
  display: none;
}
@media (min-width: 992px) {
  .section-compare-service {
    background-image: url(/assets/img/lp/common/img-bg-top-body-pc.png);
    background-size: 100%;
    overflow: hidden;
  }
  .section-compare-service .title img {
    display: inline-block;
    width: 22px;
    margin-left: 10px;
  }
}
.compare-chart-wrapper {
  margin: 10px auto 0;
}
.compare-chart {
  background-image: url(/assets/img/lp/pricing/comparison_sp.png);
  background-repeat:  no-repeat;            
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 790px;
}
@media (min-width: 992px) {
  .compare-chart {
    background-image: url(/assets/img/lp/pricing/comparison_pc.png);
    height:1280px;
  }
}

.section-faq {
  position: relative;
  padding: 0 16px;
  padding-bottom: 56px !important;
}
.other-question.yellow-bg {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.other-question.yellow-bg::before, .other-question.yellow-bg::after {
  display: none;
}
.other-question.yellow-bg .question-list {
  background: #FFFCEE;
  padding: 16px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.other-question.yellow-bg .question-list ul li .question {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list ul li .question {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list ul li {
    margin-bottom: 32px;
  }
  .other-question.yellow-bg .question-list ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .other-question.yellow-bg .question-list {
    width: 980px;
    padding: 32px;
  }
  .other-question.yellow-bg {
    background: transparent;
    margin-top: -12px;
  }
}

