﻿.u-fw-bold {
  font-weight: bold;
}
.u-fs-17 {
  font-size: 17px;
}
.c-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.2em;
  color: #000;
  position: relative;
}

.c-icon:before,
.c-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: content-box;
}

.c-icon--close:before,
.c-icon--close:after {
  width: 44%;
  height: .08em;
  border-radius: .04em;
  background-color: currentColor;
}

.c-icon--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-icon--plus:before,
.c-icon--plus:after {
  width: 44%;
  height: .08em;
  border-radius: .04em;
  background-color: currentColor;
}

.c-icon--plus:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-icon--minus:before,
.c-icon--minus:after {
  width: 44%;
  height: .08em;
  border-radius: .04em;
  background-color: currentColor;
}

.c-icon--arrow:before {
  width: 30%;
  height: 30%;
  border: 0 solid currentColor;
  border-top-width: 0.1em;
  border-right-width: 0.1em;
}

.c-icon--arrow:after {
  content: none;
}

.c-icon--arrow--up:before {
  -webkit-transform: rotate(-45deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
  transform: rotate(-45deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
}

.c-icon--arrow--down:before {
  -webkit-transform: rotate(135deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
  transform: rotate(135deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
}

.c-icon--arrow--right:before {
  -webkit-transform: rotate(45deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
  transform: rotate(45deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
}

.c-icon--arrow--left:before {
  -webkit-transform: rotate(-135deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
  transform: rotate(-135deg) translate(-15%, 15%) translate(0.0125em, -0.0125em);
}

.c-icon--blank:before {
  width: 50%;
  height: 50%;
  border: .1em solid currentColor;
  box-shadow: .1em -.1em #fff, .2em -.2em currentColor;
  -webkit-transform: translate(-0.075em, 0.075em);
  transform: translate(-0.075em, 0.075em);
}

.c-icon--blank:after {
  content: none;
}

.c-icon--circle {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  margin-right: 0.07em;
  margin-left: 0.07em;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-icon--circle:before,
.c-icon--circle:after {
  box-sizing: border-box;
}

.c-icon--circle.c-icon--blank:before {
  box-shadow: .1em -.1em #000, .2em -.2em currentColor;
}
@media screen and (min-width:741px) {
  .main-banner {
    text-align: center;
  }
  .s-data{
    margin: 0 auto;
    max-width: 1440px;
  }
  .mellness-page .s-mellness {
    max-width: 1440px;
    margin: 80px auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mellness-page .s-mellness img {
    width: 100%;
    margin-top: -20px
  }

  .mellness-page .s-mellness_title {
    width: 1024px;
    margin: 80px auto 40px;
  }

  .mellness-page .s-mellness_pannel {
    width: 1024px;
    margin: 80px auto 15px;
  }

  .mellness-page .s-mellness_pannel_text {
    width: 1000px;
    margin: 0 auto 80px;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #22b473;
    border: 2px solid #22b473;
    border-radius: 10px;
  }

  .mellness-page .s-mellness_features {
    width: 1024px;
    margin: 0px auto 80px auto;
  }

  .mellness-page .s-mellness_fig {
    width: 1000px;
    margin: 0 auto 120px;
  }

  .mellness-page .s-mellness_lineup_title {
    width: 225px;
    margin: 0 auto 34px;
  }

  .mellness-page .s-mellness_lineup_text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }

  .mellness-page .s-mellness_features_title {
    width: 1000px;
    margin: 0 auto 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #22b473;
  }

  .mellness-page .s-mellness_features_text {
    width: 1000px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }

  .mellness-page .s-mellness_features_notice {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .p-price-option {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .p-price-option__icon {
    margin: 0 50px;
    text-align: center;
  }

  .p-price-option .c-icon {
    width: 40px;
    height: 40px;
  }

  .p-price-option .c-icon--plus:before,
  .p-price-option .c-icon--plus:after {
    width: 100%;
    height: 6px;
  }

  .p-price-option-card {
    width: 442px;
  }

  .p-price-option-card__head {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.46154;
    letter-spacing: .255em;
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .p-price-option-card__body {
    height: 113px;
    padding-top: 23px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
    border: solid 3px #000;
    border-top-width: 0;
  }

  .p-price-option-card__body .c-icon {
    margin: 0 10px;
    width: 26px;
    height: 26px;
  }

  .p-price-option-card__body .-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .p-price-option-card__body .-icon--frame svg {
    width: 80px;
    height: 64px;
  }

  .p-price-option-card__body .-icon--lens svg {
    width: 56px;
    height: 55px;
  }

  .p-price-text {
    font-weight: 700;
    font-size: 47px;
    vertical-align: bottom;
    line-height: 1;
  }

  .p-price-text__small {
    font-size: 37.14286%;
  }

  .p-price-text + p {
    margin-top: 10px;
  }

  .p-price-option-card__head {
    background: #22b473 !important;
  }

  .p-price-option-card__body {
    border: solid 3px #22b473 !important;
  }

  .p-price-notice {
    width: 1024px;
    font-size: 12px;
    margin: 20px auto 0 auto;
    text-align: left;
  }

  .main-copy-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 50px auto 25px;
    color: #22b473;
  }

  .main-copy-2 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #4d4d4d;
    margin: 0 auto 50px;
  }

  .mellness-page {
    width: 100%;
  }

  .mellness-page .s-check {
    background-image: linear-gradient(120deg, rgba(235, 255, 230, 1) 0%, rgba(208, 249, 218, 1) 50%, rgba(137, 235, 187, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 80px auto;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .mellness-page .s-check img {
    width: 100%;
  }

  .mellness-page .s-check_title {
    width: 600px;
    margin: 0 auto 40px;
  }

  .mellness-page .s-check_pannel {
    width: 1000px;
    margin: 0 auto 120px;
  }

  .mellness-page .s-check_1 {
    width: 1024px;
    margin: 0px auto 20px auto;
  }

  .mellness-page .s-check_2 {
    width: 1024px;
    margin: 0px auto 80px auto;
  }

  .mellness-page .s-check_2_pannel {
    width: 1050px;
    min-height: 680px;
    margin: 0px auto 70px auto;
    padding: 90px 30px;
    background-image: url("../img/img_02_1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .mellness-page .s-check_2_text {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
  }

  .mellness-page .s-check_3 {
    width: 1024px;
    margin: 0px auto 80px auto;
  }

  .subArticle {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }

  .subArticle__ttl {
    position: relative;
    display: inline-block;
    min-width: min(30vw, 250px);
    margin-bottom: 15px;
    padding: min(0.7407407407vw, 6px) min(1.4814814815vw, 16px) min(0.9259259259vw, 8px);
    font-size: min(2vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background-color: #22b473;
    border-radius: min(2.2222222222vw, 24px);
  }

  .subArticle__ttl::before {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: min(0.7407407407vw, 8px);
    height: min(0.7407407407vw, 8px);
    content: "";
    background-color: #22b473;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .subArticle2__ttl {
    position: relative;
    display: block;
    z-index: 3;
    width: fit-content;
    margin: 10px auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #22b473;

  }

  .subArticle2__ttl::after {
    position: absolute;
    display: block;
    z-index: -3;
    top: 70%;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    background-color: #fff87d;
  }

  .mellness-page .s-data_features_text {
    margin-bottom: -15px;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    color: #4d4d4d;
  }

  .mellness-page .s-data_features_notice {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: #4d4d4d;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .mellness-page .s-smartphone {
    background-image: linear-gradient(120deg, rgba(145, 255, 188, 1) 0%, rgba(195, 255, 211, 1) 10%, rgba(235, 255, 230, 1) 50%, rgba(195, 255, 211, 1) 90%, rgba(145, 255, 188, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 80px auto;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .mellness-page .s-smartphone img {
    width: 100%;
  }

  .mellness-page .s-smartphone_title {
    width: 1024px;
    margin: 20px auto 20px auto;
    text-align: center;
  }

  .copyArticle__ttl {
    position: relative;
    display: inline-block;
    min-width: min(30vw, 700px);
    margin: auto;
    padding: 30px 40px;
    font-size: min(20vw, 36px);
    font-weight: 700;
    line-height: 1.4;
    color: #22b473;
  }

  .copyArticle__ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: min(6vw, 80px);
    height: min(3.5vw, 43px);
    content: "";
    background-image: url("../img/img_08_1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .copyArticle__ttl::after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: min(6vw, 80px);
    height: min(3.5vw, 43px);
    content: "";
    background-image: url("../img/img_08_2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .mellness-page .s-uservoice {
    background-image: linear-gradient(120deg, rgba(235, 255, 230, 1) 0%, rgba(208, 249, 218, 1) 50%, rgba(137, 235, 187, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 80px auto 0;
    padding: 50px 0 80px;
    position: relative;
  }

  .mellness-page .s-uservoice img {
    width: 100%;
    margin-top: -40px
  }

  .mellness-page .s-uservoice_title {
    width: 1024px;
    margin: 40px auto 40px auto;
  }

  .mellness-page .s-uservoice_pannel {
    width: 1024px;
    margin: 80px auto 15px;
  }
  .l-free-rensIncBlock-optimal {
    margin-top: 0;
  }
}
@media screen and (max-width:740px) {
  .l-free-rensIncBlock-optimal {
    margin-top: 0;
  }
  .mellness-page .s-check {
    background-image: linear-gradient(120deg, rgba(235, 255, 230, 1) 0%, rgba(208, 249, 218, 1) 50%, rgba(137, 235, 187, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .mellness-page .s-check img {
    width: 100%;
    margin: 0px auto;
  }

  .mellness-page .s-check_1 {
    width: 90%;
    margin: 0 auto 5px;
  }

  .mellness-page .s-check_2 {
    width: 95%;
    margin: 0 auto;
  }

  .mellness-page .s-check_2_pannel_1 {
    width: 92%;
    height: 13.8vw;
    margin: 0px auto;
    background-image: url("../img/img_02_1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_pannel_2 {
    width: 92%;
    margin: 0px auto;
    padding: 20px;
    background-image: url("../img/img_02_2.svg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_pannel_3 {
    width: 92%;
    height: 13.8vw;
    margin: 0px auto;
    padding-bottom: 0;
    background-image: url("../img/img_02_3.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_text {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #4d4d4d;
    overflow: hidden;
  }

  .mellness-page .s-check_3 {
    width: 85%;
    margin: 0 auto 20px;
  }

  .mellness-page .s-check_pannel {
    margin: 0 4.8% 60px;
  }

  .mellness-page .s-check_pannel>img {
    width: 94%;
    margin: 0 3%;
  }

  .mellness-page .s-data {
    padding: 50px 20px;
  }

  .mellness-page .s-data img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .mellness-page .s-data_title {
    width: 95%;
    margin: 0 auto 10px;
  }

  .mellness-page .s-data_pannel {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .mellness-page .s-data_pannel>img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .mellness-page .s-smartphone {
    background-image: linear-gradient(120deg, rgba(145, 255, 188, 1) 0%, rgba(195, 255, 211, 1) 10%, rgba(235, 255, 230, 1) 50%, rgba(195, 255, 211, 1) 90%, rgba(145, 255, 188, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .mellness-page .s-smartphone img {
    width: 100%;
  }

  .mellness-page .s-smartphone_title {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .copyArticle__ttl {
    position: relative;
    display: inline-block;
    min-width: min(30vw, 700px);
    margin: auto;
    padding: 40px 10px 50px;
    font-size: min(5.5vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    color: #22b473;
  }

  .copyArticle__ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: min(13.5vw, 40px);
    height: min(7.5vw, 30px);
    content: "";
    background-image: url("../img/img_08_1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .copyArticle__ttl::after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: min(13.5vw, 40px);
    height: min(7.5vw, 30px);
    content: "";
    background-image: url("../img/img_08_2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .mellness-page .s-mellness {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .mellness-page .s-mellness img {
    width: 100%;
    margin-bottom: 15px;
  }

  .mellness-page .s-mellness_title {
    width: 95%;
    margin: 0px auto 25px auto;
  }

  .mellness-page .s-mellness_pannel {
    width: 90%;
    margin: 0px auto 0px;
  }

  .mellness-page .s-mellness_pannel_2 {
    width: 90%;
    margin: -30px auto -15px;
  }

  .mellness-page .s-mellness_features {
    width: 90%;
    margin: 0px auto 25px auto;
  }

  .mellness-page .s-mellness_features_title {
    width: 83%;
    margin: 10px auto 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #22b473;
  }

  .mellness-page .s-mellness_features_text {
    width: 90%;
    margin: 0 auto 25px auto;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #4d4d4d;
  }

  .mellness-page .s-mellness_features_notice {
    font-size: 12px;
    line-height: 2;
    text-align: center;
  }


  .mellness-page .s-uservoice {
    background-image: linear-gradient(120deg, rgba(235, 255, 230, 1) 0%, rgba(208, 249, 218, 1) 50%, rgba(137, 235, 187, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .mellness-page .s-uservoice img {
    width: 100%;
  }

  .mellness-page .s-uservoice_title {
    width: 95%;
    margin: 0 auto 30px;
  }

  .mellness-page .s-uservoice_pannel {
    width: 95%;
    margin: 50px auto 20px;
  }

  .mellness-page .s-uservoice_pannel_2 {
    width: 100%;
    margin: 20px auto 20px;
  }

  .main-copy-1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 20px auto 25px auto;
    color: #22b473;
  }

  .main-copy-2 {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 0 auto 25px auto;
    color: #4d4d4d;
  }

  .p-price-option-card__head {
    background: #22b473 !important;
  }

  .p-price-option-card__body {
    border: solid 3px #22b473 !important;
  }

  .p-price-notice {
    width: 100%;
    font-size: 12px;
    margin: 20px auto 0 auto;
    text-align: left;
  }

  .p-price-option__icon {
    margin: 10px 0;
    text-align: center;
  }

  .p-price-option .c-icon--plus:before,
  .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }

  .p-price-option-card__head {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.46154;
    letter-spacing: .255em;
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .p-price-option-card__body {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
    border: solid 3px #000;
    border-top-width: 0;
  }

  .p-price-option-card__body .-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .p-price-option-card__body .-icon--frame svg {
    width: 47px;
  }

  .p-price-option-card__body .-icon--lens svg {
    width: 33px;
  }

  .p-price-text {
    font-weight: 700;
    font-size: 34px;
    vertical-align: bottom;
  }
  .p-price-text__small {
    font-size: 37.14286%;
  }
  .u-fs-17 {
    font-size: 11px;
  }
  .u-fs-17 + .c-icon {
    margin: 0 10px;
  }

  .mellness-page .s-check {
    margin-top: 30px;
    background-image: linear-gradient(120deg, rgba(235, 255, 230, 1) 0%, rgba(208, 249, 218, 1) 50%, rgba(137, 235, 187, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .mellness-page .s-check img {
    width: 100%;
    margin: 0px auto;
  }

  .mellness-page .s-check_1 {
    width: 90%;
    margin: 0 auto 5px;
  }

  .mellness-page .s-check_2 {
    width: 95%;
    margin: 0 auto;
  }

  .mellness-page .s-check_2_pannel_1 {
    width: 92%;
    height: 13.8vw;
    margin: 0px auto;
    background-image: url("../img/img_02_1_sp.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_pannel_2 {
    width: 92%;
    margin: 0px auto;
    padding: 20px;
    background-image: url("../img/img_02_2_sp.svg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_pannel_3 {
    width: 92%;
    height: 13.8vw;
    margin: 0px auto;
    padding-bottom: 0;
    background-image: url("../img/img_02_3_sp.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: center;
    overflow: hidden;
  }

  .mellness-page .s-check_2_text {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #4d4d4d;
    overflow: hidden;
  }

  .mellness-page .s-check_3 {
    width: 85%;
    margin: 0 auto 20px;
  }

  .mellness-page .s-check_pannel {
    margin: 0 4.8% 60px;
  }

  .mellness-page .s-check_pannel>img {
    width: 94%;
    margin: 0 3%;
  }

  .subArticle {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .subArticle__ttl {
    position: relative;
    display: inline-block;
    min-width: min(45vw, 200px);
    margin-bottom: 10px;
    padding: min(1.2vw, 6px) min(2vw, 16px) min(1.5vw, 8px);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    background-color: #22b473;
    border-radius: min(4vw, 16px);
  }
  .subArticle__ttl::before {
      position: absolute;
      top: 100%;
      left: 50%;
      display: block;
      width: min(2vw, 8px);
      height: min(3vw, 8px);
      content: "";
      background-color: #22b473;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
  }

  .subArticle2__ttl {
    position: relative;
    display: block;
    z-index: 3;
    width: fit-content;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #22b473;

  }
  .subArticle2__ttl::after {
    position: absolute;
    display: block;
    z-index: -3;
    top: 75%;
    left: 0;
    width: 100%;
    height: 8px;
    content: "";
    background-color: #fff87d;
  }

  .main-content {
    padding: 0 20px;
  }
}
.visually-hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}
.l-free-rensIncBlock-optimal .p-rensIncOptions-btn {
  display: none;
}