@charset "UTF-8";
.lp-answers {
  font-size: 12px;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
}
@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers {
    font-size: getVw(12px, 1365px);
  }
}
@media screen and (max-width: 768px) {
  .lp-answers {
    font-size: getVw(14px, 375px);
  }
}
.lp-answers * {
  text-transform: none !important;
}
.lp-answers a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.lp-answers a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.lp-answers sup {
  display: inline-block;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .lp-answers sup {
    top: -4px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-right: -0.2em;
  }
}
@media (min-width: 769px) {
  .lp-answers .pc {
    display: block !important;
  }
  .lp-answers .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .lp-answers .pc {
    display: none !important;
  }
  .lp-answers .sp {
    display: block !important;
  }
}

.lp-consultation-bio-performance {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lp-consultation-bio-performance ul {
  list-style-type: none;
}
.lp-consultation-bio-performance p {
  font-family: "TazuganeGothicStdN-Thin" !important;
}
.lp-consultation-bio-performance img {
  image-rendering: -webkit-optimize-contrast;
}
.lp-consultation-bio-performance button {
  color: #000;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance .pc {
    display: none;
  }
}
.lp-consultation-bio-performance__anchor {
  position: relative;
  pointer-events: none;
}
.lp-consultation-bio-performance__anchor_inner {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__anchor_inner {
    top: -60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__anchor_inner {
    top: -4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__anchor_inner {
    top: -8vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero {
    margin: 0 auto;
    padding: 120px 0 117px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero {
    padding: 8.3333333333vw 0 8.125vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero {
    margin: 0 auto;
    padding: 16vw 0 0;
  }
}
.lp-consultation-bio-performance__hero h1 {
  font-family: "TazuganeGothicStdN-Thin" !important;
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero h1 {
    font-size: 40px;
    line-height: 1.35;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero h1 {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero h1 {
    font-size: 8vw;
    line-height: 1.3333333333;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul {
    width: 1076px;
    margin: 82px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul {
    width: 74.7222222222vw;
    margin: 5.6944444444vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul {
    width: 100%;
    margin-top: 10.6666666667vw;
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li {
    border-bottom: 1px solid #ccc;
  }
}
.lp-consultation-bio-performance__hero nav ul li a::before {
  content: "";
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li a::before {
    margin-right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul li a::before {
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li a::before {
    margin-right: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(1) {
    width: 50.743%;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(1) a::before {
    width: 90px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_nav_about.jpg?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(1) a::before {
    width: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(1) a::before {
    width: 10.6666666667vw;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_nav_about_sp.jpg?$staticlink$");
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(2) {
    width: 49.257%;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(2) a::before {
    width: 67px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_nav_trialkit.jpg?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(2) a::before {
    width: 4.6527777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li:nth-of-type(2) a::before {
    width: 10.6666666667vw;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_nav_trialkit_sp.jpg?$staticlink$");
  }
}
.lp-consultation-bio-performance__hero nav ul li a::after {
  content: "";
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li a::after {
    width: 20px;
    height: 11px;
    margin-left: 20px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_arr_pc.png?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul li a::after {
    width: 1.3888888889vw;
    height: 0.7638888889vw;
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li a::after {
    width: 3.7333333333vw;
    height: 2vw;
    margin-left: auto;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/hero_arr_sp.png?$staticlink$");
  }
}
.lp-consultation-bio-performance__hero nav ul li a {
  font-family: "TazuganeGothicStdN-Thin" !important;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__hero nav ul li a {
    height: 80px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__hero nav ul li a {
    height: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__hero nav ul li a {
    height: 17.0666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.lp-consultation-bio-performance__section_inner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__section_inner {
    width: 1076px;
    padding: 120px 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__section_inner {
    width: 74.7222222222vw;
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__section_inner {
    width: 89.3333333333vw;
    padding: 16vw 0;
  }
}
.lp-consultation-bio-performance__section_banner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__section_banner {
    padding: 80px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__section_banner {
    padding: 5.5555555556vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__section_banner {
    width: 78.6666666667vw;
    margin: 0 auto;
    padding: 10.6666666667vw 0 16vw;
  }
}
.lp-consultation-bio-performance__about {
  background: #f4f4f4;
}
.lp-consultation-bio-performance__about h2 {
  font-family: "TazuganeGothicStdN-Book" !important;
  color: #1e3594;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about h2 {
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about h2 {
    font-size: 6.1333333333vw;
  }
}
.lp-consultation-bio-performance__about h2::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about h2::before {
    width: 119px;
    height: 105px;
    margin-right: 24px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/about_title_before_pc.jpg?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about h2::before {
    width: 8.2638888889vw;
    height: 7.2916666667vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about h2::before {
    width: 14.9333333333vw;
    height: 12.8vw;
    margin-right: 4.9333333333vw;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/about_title_before_sp.jpg?$staticlink$");
  }
}
.lp-consultation-bio-performance__about h3 {
  font-family: "TazuganeGothicStdN-Book" !important;
  text-align: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about h3 {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about h3 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about h3 {
    font-size: 5.3333333333vw;
  }
}
.lp-consultation-bio-performance__about_nav {
  background: #1e3594;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 710px;
    margin: 60px auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_nav {
    width: 49.3055555556vw;
    margin: 4.1666666667vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_nav {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_nav li:not(:first-of-type) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_nav li:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.lp-consultation-bio-performance__about_nav a {
  font-family: "TazuganeGothicStdN-Thin" !important;
  width: 100%;
  color: #fff;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_nav a {
    height: 60px;
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_nav a {
    height: 4.1666666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_nav a {
    height: 13.0666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.lp-consultation-bio-performance__about_nav a::after {
  content: "";
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_nav a::after {
    width: 20px;
    height: 11px;
    margin-left: 40px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/about_arr_pc.png?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_nav a::after {
    width: 1.3888888889vw;
    height: 0.7638888889vw;
    margin-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_nav a::after {
    width: 3.7333333333vw;
    height: 2vw;
    margin-left: auto;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/about_arr_sp.png?$staticlink$");
  }
}
.lp-consultation-bio-performance__about_head {
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_head {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_head {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_head {
    margin-top: 16vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_head p {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_head p {
    font-size: 1.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_head p {
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-bottom: 2.4vw;
  }
}
.lp-consultation-bio-performance__about_head_note li {
  font-family: "TazuganeGothicStdN-Thin" !important;
  display: inline;
  border-bottom: 1px solid #000;
}
.lp-consultation-bio-performance__about_head_note li::before {
  content: "※";
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check {
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table {
    width: 894px;
    margin: 55px auto 0;
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table {
    width: 62.0833333333vw;
    margin: 3.8194444444vw auto 0;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table {
    width: 100%;
    margin-top: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table tr:nth-of-type(1) > * {
    height: 17.8666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table tr:nth-of-type(2) > * {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table tr:nth-of-type(2) > * {
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table tr:nth-of-type(2) > * {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
}
.lp-consultation-bio-performance__about_check table th {
  font-family: "TazuganeGothicStdN-Book" !important;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table th {
    width: 247px;
    padding-right: 17px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table th {
    width: 17.1527777778vw;
    padding-right: 1.1805555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table th {
    width: 17.4666666667vw;
    text-align: center;
  }
}
.lp-consultation-bio-performance__about_check table td {
  font-family: "TazuganeGothicStdN-Book" !important;
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(1) {
    width: 167px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(1) {
    width: 11.5972222222vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(1) {
    width: 23.0666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(2) {
    width: 296px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(2) {
    width: 20.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(2) {
    width: 24.1333333333vw;
    padding: 0 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(3) {
    width: 201px;
    padding: 0 44px 0 14px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(3) {
    width: 13.9583333333vw;
    padding: 0 3.0555555556vw 0 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check table td:nth-of-type(3) {
    width: 24.6666666667vw;
    padding: 0 2.6666666667vw 0 1.7333333333vw;
  }
}
.lp-consultation-bio-performance__about_check table td img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check table td img {
    height: 134px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check table td img {
    height: 9.3055555556vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check_copy {
    width: 894px;
    margin: 25px auto 0;
    padding: 0 44px 0 247px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check_copy {
    width: 62.0833333333vw;
    margin: 1.7361111111vw auto 0;
    padding: 0 3.0555555556vw 0 17.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check_copy {
    width: 100%;
    margin-top: 5.6vw;
  }
}
.lp-consultation-bio-performance__about_check_copy p {
  font-family: "TazuganeGothicStdN-Thin" !important;
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_check_copy p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_check_copy p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_check_copy p {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_step {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_step {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step {
    margin-top: 16vw;
  }
  .lp-consultation-bio-performance__about_step ::-webkit-scrollbar {
    height: 1.3333333333vw;
  }
  .lp-consultation-bio-performance__about_step ::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .lp-consultation-bio-performance__about_step ::-webkit-scrollbar-thumb {
    background-color: #c52929;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_step_image {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_step_image {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step_image {
    width: 100%;
    margin-top: 8vw;
    padding-bottom: 5.3333333333vw;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step_image img {
    width: 124.6666666667vw;
    max-width: 124.6666666667vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_step_note {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_step_note {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step_note {
    margin-top: 5.3333333333vw;
  }
}
.lp-consultation-bio-performance__about_step_note li {
  text-indent: -1em;
  margin-left: 1em;
  font-family: "TazuganeGothicStdN-Thin" !important;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_step_note li {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_step_note li {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step_note li {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.lp-consultation-bio-performance__about_step_note li::before {
  content: "※";
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_step_note li:not(:first-of-type) {
    margin-top: 6px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_step_note li:not(:first-of-type) {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_step_note li:not(:first-of-type) {
    margin-top: 0.5333333333vw;
  }
}
.lp-consultation-bio-performance__about_applicator {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator {
    margin-top: 8vw;
  }
}
.lp-consultation-bio-performance__about_applicator button {
  font-family: "TazuganeGothicStdN-Book" !important;
  -webkit-appearance: none;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator button {
    height: 83px;
    padding: 29px 0;
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator button {
    height: 5.7638888889vw;
    padding: 2.0138888889vw 0;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator button {
    height: 14.9333333333vw;
    padding: 5.0666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.lp-consultation-bio-performance__about_applicator button::before, .lp-consultation-bio-performance__about_applicator button::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator button::before, .lp-consultation-bio-performance__about_applicator button::after {
    width: 22px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator button::before, .lp-consultation-bio-performance__about_applicator button::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.lp-consultation-bio-performance__about_applicator button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp-consultation-bio-performance__about_applicator button.lp-is-open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.lp-consultation-bio-performance__about_applicator_contents {
  display: none;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator_contents {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator_contents {
    padding: 0.5555555556vw 0 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator_contents {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator_contents ul {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator_contents ul {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator_contents ul {
    margin-top: 2.6666666667vw;
  }
}
.lp-consultation-bio-performance__about_applicator_contents ul li {
  font-family: "TazuganeGothicStdN-Thin" !important;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li:not(:first-of-type) {
    margin-top: 6px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li:not(:first-of-type) {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_applicator_contents ul li:not(:first-of-type) {
    margin-top: 0.5333333333vw;
  }
}
.lp-consultation-bio-performance__about_howto {
  text-align: center;
  background: #fff;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_howto {
    margin-top: 100px;
    padding: 60px 70px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_howto {
    margin-top: 6.9444444444vw;
    padding: 4.1666666667vw 4.8611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto {
    width: 100%;
    margin-top: 13.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.lp-consultation-bio-performance__about_howto_list {
  width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_howto_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_howto_list {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto_list {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_howto_list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 440px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_howto_list li {
    width: 30.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto_list li {
    width: 100%;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto_list li:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.lp-consultation-bio-performance__about_howto button {
  font-family: "TazuganeGothicStdN-Thin" !important;
  -webkit-appearance: none;
  width: 100%;
  background: none;
  border: none;
  letter-spacing: 0;
  height: auto;
  padding: 0;
  line-height: 1;
}
.lp-consultation-bio-performance__about_howto button span:nth-of-type(1) {
  font-family: "TazuganeGothicStdN-Book" !important;
  display: inline-block;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_howto button span:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_howto button span:nth-of-type(1) {
    font-size: 1.25vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto button span:nth-of-type(1) {
    font-size: 3.4666666667vw;
    margin-bottom: 2.2666666667vw;
  }
}
.lp-consultation-bio-performance__about_howto_note li {
  font-family: "TazuganeGothicStdN-Thin" !important;
  display: inline;
  border-bottom: 1px solid #000;
}
.lp-consultation-bio-performance__about_howto_note li::before {
  content: "※";
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_howto_note {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_howto_note {
    font-size: 0.9722222222vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_howto_note {
    font-size: 2.9333333333vw;
    margin-top: 2.4vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_faq {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_faq {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_faq {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_faq ul {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_faq ul {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_faq ul {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_faq ul li {
    padding: 40px 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_faq ul li {
    padding: 2.7777777778vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_faq ul li {
    border-top: 1px solid #ccc;
    padding: 5.3333333333vw 0;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_faq ul li:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_faq ul li:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.lp-consultation-bio-performance__about_faq ul li dt {
  font-family: "TazuganeGothicStdN-Book" !important;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.lp-consultation-bio-performance__about_faq ul li dt::before {
  content: "Q.";
}
.lp-consultation-bio-performance__about_faq ul li dd {
  font-family: "TazuganeGothicStdN-Thin" !important;
  margin-left: 0;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__about_faq ul li dd {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__about_faq ul li dd {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__about_faq ul li dd {
    margin-top: 3.6vw;
  }
}
.lp-consultation-bio-performance__trialkit h2 {
  color: #1e3594;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit h2 {
    font-family: "TazuganeGothicStdN-Medium" !important;
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit h2 {
    font-family: "TazuganeGothicStdN-Medium" !important;
    font-size: 6.1333333333vw;
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
}
.lp-consultation-bio-performance__trialkit h2::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit h2::before {
    width: 90px;
    height: 98px;
    margin-right: 24px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/trialkit_title_before_pc.jpg?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit h2::before {
    width: 8.2638888889vw;
    height: 7.2916666667vw;
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit h2::before {
    width: 11.2vw;
    height: 12vw;
    margin-right: 2.6666666667vw;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/trialkit_title_before_sp.jpg?$staticlink$");
  }
}
.lp-consultation-bio-performance__trialkit_head {
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_head {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_head {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_head {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_head p {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_head p {
    font-size: 1.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_head p {
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-bottom: 2.4vw;
  }
}
.lp-consultation-bio-performance__trialkit_head_note li {
  font-family: "TazuganeGothicStdN-Thin" !important;
  display: inline;
  border-bottom: 1px solid #000;
}
.lp-consultation-bio-performance__trialkit_head_note li::before {
  content: "※";
}
.lp-consultation-bio-performance__trialkit_howto {
  text-align: center;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto h4 {
  font-family: "TazuganeGothicStdN-Book" !important;
  display: inline-block;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto h4 {
    font-size: 18px;
    margin-bottom: 34px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto h4 {
    font-size: 1.25vw;
    margin-bottom: 2.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto_list {
  width: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_list {
    margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_list {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_list {
    margin-top: 8vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_list li {
    width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_list li {
    width: 30.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_list li {
    width: 100%;
    margin-top: 5.6vw;
  }
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_list li:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_list li:not(:first-of-type) {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_list li:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto button {
  font-family: "TazuganeGothicStdN-Thin" !important;
  -webkit-appearance: none;
  width: 100%;
  background: none;
  border: none;
  letter-spacing: 0;
  height: auto;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto button {
    width: 78.6666666667vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto button span:nth-of-type(1) {
  font-family: "TazuganeGothicStdN-Book" !important;
  display: inline-block;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto button span:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto button span:nth-of-type(1) {
    font-size: 1.25vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto button span:nth-of-type(1) {
    font-size: 3.4666666667vw;
    margin-bottom: 2.2666666667vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto p {
  font-family: "TazuganeGothicStdN-Thin" !important;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 39px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto p {
    font-size: 1.1111111111vw;
    margin-top: 2.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto p {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-top: 6.6666666667vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto_note li {
  font-family: "TazuganeGothicStdN-Thin" !important;
  display: inline;
  border-bottom: 1px solid #000;
  position: relative;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_note li {
    margin-left: -28px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_note li {
    margin-left: -1.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_note li {
    margin-left: -4.9333333333vw;
  }
}
.lp-consultation-bio-performance__trialkit_howto_note li::before {
  content: "※";
}
.lp-consultation-bio-performance__trialkit_howto_note li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_note li::after {
    width: 20px;
    height: 11px;
    right: -28px;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/trialkit_arr_pc.png?$staticlink$");
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_note li::after {
    width: 1.3888888889vw;
    height: 0.7638888889vw;
    right: -1.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_note li::after {
    width: 3.7333333333vw;
    height: 2vw;
    right: -4.9333333333vw;
    background-image: url("../contentassetimages/lp/22aw/consultation-bio-performance-second-skin/trialkit_arr_sp.png?$staticlink$");
  }
}
.lp-consultation-bio-performance__trialkit_howto_note li a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__trialkit_howto_note {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__trialkit_howto_note {
    font-size: 0.9722222222vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__trialkit_howto_note {
    font-size: 2.9333333333vw;
    margin-top: 2.4vw;
  }
}
.lp-consultation-bio-performance__modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
.lp-consultation-bio-performance__modal_inner {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-consultation-bio-performance__modal_contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__modal_contents {
    width: 860px;
    padding: 78px 80px 100px;
    border-top: 10px solid #c8102e;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__modal_contents {
    width: 59.7222222222vw;
    padding: 5.4166666667vw 5.5555555556vw 6.9444444444vw;
  }
}
@media (min-width: 769px) and (max-height: 749px) {
  .lp-consultation-bio-performance__modal_contents {
    width: 110vh;
    padding-top: 10.4138851802vh;
    padding-bottom: 13.3511348465vh;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__modal_contents {
    width: 89.3333333333vw;
    padding: 10vw 5.3333333333vw 12vw;
    border-top: 2.1333333333vw solid #c8102e;
  }
}
.lp-consultation-bio-performance__modal_overlay {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp-consultation-bio-performance__modal_player {
  padding-top: 56.25%;
  position: relative;
}
.lp-consultation-bio-performance__modal_player > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lp-consultation-bio-performance__modal h2 {
  font-family: "TazuganeGothicStdN-Book" !important;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__modal h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__modal h2 {
    font-size: 2.5vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media (min-width: 769px) and (max-height: 749px) {
  .lp-consultation-bio-performance__modal h2 {
    font-size: 4.8064085447vh;
    margin-bottom: 4.6728971963vh;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__modal h2 {
    font-size: 6.1333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.lp-consultation-bio-performance__modal_btn_close {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__modal_btn_close {
    top: -62px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__modal_btn_close {
    top: -4.3055555556vw;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__modal_btn_close {
    top: -10.9333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.lp-consultation-bio-performance__modal_btn_close::before, .lp-consultation-bio-performance__modal_btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  display: inline-block;
  background: #000;
}
@media (min-width: 769px) {
  .lp-consultation-bio-performance__modal_btn_close::before, .lp-consultation-bio-performance__modal_btn_close::after {
    width: 2px;
    height: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .lp-consultation-bio-performance__modal_btn_close::before, .lp-consultation-bio-performance__modal_btn_close::after {
    width: 0.1388888889vw;
    height: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-consultation-bio-performance__modal_btn_close::before, .lp-consultation-bio-performance__modal_btn_close::after {
    width: 0.4vw;
    height: 5.7333333333vw;
  }
}
.lp-consultation-bio-performance__modal_btn_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-consultation-bio-performance__modal_btn_close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}