@charset "UTF-8";

body{
  margin-bottom: 0px!important;
}
.new{
  height: 0!important;
  margin: 0!important;
}
footer,header{
  font-family: "Noto Sans JP", sans-serif;
}

.spD {
  display: none;
}
@media screen and (max-width: 750px) {
  .spD {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pcD {
    display: none;
  }
}

.header {
  background-color: #fff;
}
.header li {
  list-style: none;
}
.header input {
  display: none;
}
.header a {
  color: #003399;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media screen and (max-width: 750px) {
  .header a {
    font-size: 4.2666666667vw;
  }
}
.header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: min(0.8064516129vw, 10px);
  padding-right: min(3.064516129vw, 38px);
}
.header .cp_fullscreenmenu {
  margin-left: auto;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.header .container__ttl {
  display: flex;
  align-items: center;
  gap: min(0.8064516129vw, 10px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl {
    gap: 0;
  }
}
.header .container__ttl__logo {
  width: min(10.9677419355vw, 136px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl__logo {
    width: 25.4666666667vw;
  }
}
.header .container__ttl__text {
  width: min(22.8225806452vw, 283px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl__text {
    width: 48.4vw;
  }
}
.header .container__nav ul {
  display: flex;
  align-items: center;
  gap: min(2.0161290323vw, 25px);
}
@media screen and (max-width: 750px) {
  .header .container__nav ul {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.header .container__nav li {
  padding-left: min(0.8064516129vw, 10px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .header .container__nav li {
    padding-left: 7.0666666667vw;
  }
}
.header .container__nav li::before {
  content: "";
  display: block;
  background-color: #003399;
  width: 2px;
  height: min(3.064516129vw, 38px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .header .container__nav li::before {
    width: 3.3333333333vw;
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header {
    /*menuコンテンツ*/
    /*クリックしたらメニューが開閉の動作*/
    /*ハンバーガー*/
  }
  .header .cp_fullscreenmenu .menu {
    position: fixed;
    top: 13.0666666667vw;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #EEFAFF;
  }
  .header .cp_fullscreenmenu .menu ul {
    width: 89.3333333333vw;
    background-color: #fff;
    border-radius: 4vw;
    position: absolute;
    top: -500px;
    left: 50%;
    margin: 0;
    padding: 11.2vw 3.2vw 12.2666666667vw 9.6vw;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    z-index: 10;
  }
  .header .cp_fullscreenmenu .menu ul li {
    transform: translateY(50px);
    opacity: 0;
  }
  .header .cp_fullscreenmenu .menu ul li a {
    transition: all 0.2s ease-in-out;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu {
    visibility: visible;
    opacity: 1;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu ul {
    top: 9.3333333333vw;
    align-items: flex-start;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(1) {
    transform: translateY(2.6666666667vw) rotate(45deg);
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(3) {
    transform: translateY(-2.6666666667vw) rotate(-45deg);
  }
  .header .cp_fullscreenmenu .hamburger {
    position: absolute;
    z-index: 10;
    top: 1.6vw;
    right: 5.3333333333vw;
    display: block;
    cursor: pointer;
    overflow: hidden;
  }
  .header .cp_fullscreenmenu .hamburger .bar {
    width: 8.1333333333vw;
    height: 0.8vw;
    margin: 1.8666666667vw auto;
    transition: all 0.3s ease-in-out;
    background-color: #003399;
  }
  .header .cp_fullscreenmenu .hamburger .bar:nth-child(2) {
    background-color: #2756B5;
  }
  .header .cp_fullscreenmenu .hamburger .bar:nth-child(3) {
    background-color: #0099CC;
  }
}

.footer {
  width: 100%;
  background: #024097;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media screen and (max-width: 1240px) {
  .footer__inner {
    padding: 4.0322580645vw 0 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding: 6.6666666667vw 0 2.6666666667vw;
  }
}
.footer__nav {
  max-width: 783px;
  width: 100%;
  margin: 0 auto 38px;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .footer__nav {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .footer__nav {
    width: 71.8666666667vw;
  }
}
.footer__nav .nav01 {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav .nav01__list {
  position: relative;
  padding-left: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list {
    width: 69.0666666667vw;
    padding-left: 4.6666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4.1333333333vw;
  }
}
.footer__nav .nav01__list::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list::before {
    width: 2vw;
    height: 2vw;
  }
}
.footer__nav .nav01__list:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list:nth-child(n+1):nth-child(-n+3) {
    margin-bottom: 4.1333333333vw;
  }
}
.footer__botan {
  display: block;
  width: 300px;
  background-color: #ffffff;
  margin: 0 auto 36px;
  padding: 17px 0;
  text-align: center;
  color: #024097;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__botan {
    width: 74vw;
    margin-bottom: 14.5333333333vw;
    padding: 4.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.footer__botan::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 3px solid #024097;
  border-top: 3px solid #024097;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .footer__botan::after {
    width: 3.6vw;
    height: 3.6vw;
    border-right: 0.9333333333vw solid #024097;
    border-top: 0.9333333333vw solid #024097;
    right: 5.6vw;
  }
}
.footer__menu {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
}
.footer__menu_left {
  display: flex;
  font-size: 14px;
  margin-left: 20px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__menu_left {
    font-size: 3.7333333333vw;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 70.6666666667vw;
    position: relative;
  }
  .footer__menu_left::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 95.6vw;
    height: 2px;
    position: absolute;
    top: -6.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__menu_left::after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 95.6vw;
    height: 2px;
    position: absolute;
    bottom: -3.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__menu_left div {
  margin-right: 29px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div {
    width: 30vw;
    margin-right: 4.9333333333vw;
    margin-bottom: 4.9333333333vw;
  }
}
.footer__menu_left div::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: -15px;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div::after {
    height: 5.6vw;
    top: -0.4vw;
    right: -2.6666666667vw;
  }
}
.footer__menu_left div:nth-child(1) {
  text-align: end;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div:nth-child(2)::after {
    content: none;
  }
}
.footer__menu_left div:nth-last-child(1)::after {
  content: none;
}
.footer__menu_right {
  font-size: 12px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .footer__menu_right {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 0 auto;
  }
}
.footer .ot-floating-button {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 20px;
  bottom: 23px;
  cursor: pointer;
  z-index: 10;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  color: #003399;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pcD {
  display: block;
}
@media screen and (max-width: 750px) {
  .pcD {
    display: none;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 750px) {
  .spD {
    display: block;
  }
}

body {
  background-color: rgba(198, 239, 255, 0.3);
  margin: auto;
}

.kv {
  margin-bottom: min(6.4516129032vw, 80px);
}
@media screen and (max-width: 750px) {
  .kv {
    margin-bottom: 16vw;
  }
}
.kv__img {
  max-width: 904px;
  margin: 0 auto min(8.333333333vw, 80px);
}
@media screen and (max-width: 750px) {
  .kv__img {
    margin-bottom: 0;
  }
}
.kv__box {
  position: relative;
}
.kv__text {
  position: absolute;
  bottom: min(2.8761061947vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  width: min(79.7566371681vw, 721px);
}
@media screen and (max-width: 750px) {
  .kv__text {
    width: 94.4vw;
    bottom: 6.6666666667vw;
  }
}
.kv__text__inner {
  position: relative;
}
.kv__text__top {
  width: min(79.7566371681vw, 721px);
}
@media screen and (max-width: 750px) {
  .kv__text__top {
    width: 94.4vw;
  }
}
.kv__text__bottom {
  width: min(79.7566371681vw, 721px);
}
@media screen and (max-width: 750px) {
  .kv__text__bottom {
    width: 94.4vw;
  }
}
.kv__text__p p {
  font-size: min(2.2123893805vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.9;
  padding: 0 min(4.314159292vw, 39px) 0 min(4.8672566372vw, 44px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/kv_02.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 750px) {
  .kv__text__p p {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding: 0 5.0666666667vw 0 6.4vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/sp/kv_02.png");
  }
}
.kv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .kv__container {
    margin-top: 8vw;
    max-width: unset;
    width: 100%;
  }
}
.kv__container__origin {
  width: min(41.9247787611vw, 379px);
  height: min(9.8451327434vw, 89px);
  position: relative;
  margin-left: min(1.8805309735vw, 17px);
  margin-right: min(1.9911504425vw, 18px);
  margin-bottom: min(1.1061946903vw, 10px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .kv__container__origin {
    width: 82.2666666667vw;
    height: 10.9333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.kv__container__origin p {
  font-size: min(2.3230088496vw, 21px);
  font-weight: 600;
  line-height: 1.5238095238;
}
@media screen and (max-width: 750px) {
  .kv__container__origin p {
    font-size: 4.2666666667vw;
  }
}
.kv__container__origin::before {
  content: "";
  display: block;
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/kv_line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(41.9247787611vw, 379px);
  height: min(1.8805309735vw, 17px);
  position: absolute;
  top: min(9.7345132743vw, 88px);
  left: 0;
}
@media screen and (max-width: 750px) {
  .kv__container__origin::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/sp/kv_line_v2.png");
    width: 83.3333333333vw;
    height: 0.533333vw;
    top: 13.7333333333vw;
  }
}
.kv__container__origin a::after {
  content: "";
  display: block;
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/kv_ar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.8761061947vw, 26px);
  height: min(2.8761061947vw, 26px);
  position: absolute;
  top: min(3.5398230088vw, 32px);
  right: min(1.1061946903vw, 10px);
}
@media screen and (max-width: 750px) {
  .kv__container__origin a::after {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/sp/kv_ar.png");
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    top: 3.3333333333vw;
    right: 0;
  }
}

.main-contents {
  position: relative;
}

.main-contents::before {
  content: "";
  position: absolute;
  top: 580px; /* ここから背景を表示 */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 580px); /* 580pxより下のみカバー */
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/common/bg_img.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto;
  z-index: -1; /* 背面に配置 */
  max-width: 1240px;
}
@media screen and (max-width: 750px) {
  .main-contents::before {
    top: 138.6666666667vw; /* ここから背景を表示 */
    height: calc(100% - 1040px); /* 1040pxより下のみカバー */
    background-size: 100%;
    background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/common/sp/bg_img.png);
  }
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7 {
  width: 100%;
  padding-bottom: 87px;
}
@media screen and (max-width: 750px) {
  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7 {
    padding-bottom: 16vw;
  }
}
.sec1__content,
.sec2__content,
.sec3__content,
.sec4__content,
.sec5__content,
.sec6__content,
.sec7__content {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 750px) {
  .sec1__content,
  .sec2__content,
  .sec3__content,
  .sec4__content,
  .sec5__content,
  .sec6__content,
  .sec7__content {
    max-width: 100%;
  }
}

.zu {
  margin-top: min(5.4347826087vw, 50px);
}
@media screen and (max-width: 750px) {
  .zu {
    margin-top: 10.6666666667vw;
  }
}

.fukidashi-wrap {
  margin-left: min(0.8064516129vw, 10px);
  margin-right: min(0.8064516129vw, 10px);
}
@media screen and (max-width: 750px) {
  .fukidashi-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.fukidashi-content {
  width: 100%;
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/common/bg_fukidashi-middle.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 0 min(8.6956521739vw, 80px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content {
    width: 100%;
    background-size: auto;
    padding: 0 8.5333333333vw;
  }
}
.fukidashi-content h3 {
  font-size: 20px;
  color: #003399;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .fukidashi-content h3 {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
.fukidashi-content p {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .fukidashi-content p {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 3px;
  }
}
.fukidashi-content p span {
  background: linear-gradient(transparent 75%, #ffcfe5 25%);
}
.fukidashi-content p span.sp-ensp {
  display: none;
}
@media screen and (max-width: 750px) {
  .fukidashi-content p span.sp-ensp {
    display: inline;
    background-image: none;
  }
}
.fukidashi-content .bold {
  font-weight: 600;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .bold {
    line-height: 2.03;
  }
}
.fukidashi-content p.sec6-p {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .fukidashi-content p.sec6-p {
    margin-top: 13.6vw;
  }
}
.fukidashi-content .zu03,
.fukidashi-content .zu02,
.fukidashi-content .zu01 {
  margin-top: min(5.4347826087vw, 50px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .zu03,
  .fukidashi-content .zu02,
  .fukidashi-content .zu01 {
    margin-top: 10.6666666667vw;
  }
}
.fukidashi-content .annotation {
  margin-top: 2rem;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.83;
  width: 100%;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .annotation {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.fukidashi-content .note {
  margin: 0 auto;
  width: 100%;
  margin-top: 2rem;
  display: block;
  font-size: 18px;
  line-height: 1.83;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .note {
    width: 100%;
  }
}
.fukidashi-content .note__right {
  margin-top: 1rem;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .note__right {
    font-size: 3.4666666667vw;
    letter-spacing: -0.5px;
    font-weight: normal;
  }
}
.fukidashi-content .note__indent5 {
  font-weight: normal;
  text-indent: -5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .note__indent5 {
    font-size: 3.4666666667vw;
    text-indent: 0;
    padding-left: 0;
  }
}
.fukidashi-content .wrap {
  display: flex;
  gap: min(11.3043478261vw, 104px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap {
    display: block;
  }
}
.fukidashi-content .wrap .text {
  flex: 1;
}
.fukidashi-content .wrap .img {
  width: min(34.2391304348vw, 315px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap .img {
    width: 100%;
  }
}

.fukidashi-content .wrap_02 {
  display: flex;
  gap: min(11.3043478261vw, 50px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap_02 {
    display: block;
  }
}
.fukidashi-content .wrap_02 .text {
  flex: 1;
}
.fukidashi-content .wrap_02 .img {
  width: min(34.2391304348vw, 355px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap_02 .img {
    width: 100%;
  }
}

.fukidashi-content .wrap2 {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap2 {
    display: block;
  }
}
.fukidashi-content .wrap2 .text2 {
  flex: 1;
}
.fukidashi-content .wrap2 .img2 {
  width: min(30.1086956522vw, 277px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap2 .img2 {
    width: 100%;
  }
}
.fukidashi-content .wrap2 .img2 img {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap2 .img2 img {
    margin-top: 13.3333333333vw;
  }
}
.fukidashi-content .pink-note__wrap {
  width: 506px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__wrap {
    width: 100%;
  }
}
.fukidashi-content .pink-note__content {
  text-align: center;
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/pink-note-content-back.png);
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__content {
    background-size: contain;
    background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/sp/pink-note-content-back.png);
  }
}
.fukidashi-content .pink-note__content h3 {
  font-size: 22px;
  color: #ff87bf;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  display: inline;
  background: linear-gradient(to bottom, transparent 60%, #ffffff 60%);
  background-size: 100% 1.6em;
  background-repeat: repeat-y;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__content h3 {
    font-size: 5.0666666667vw;
    line-height: 7.4666666667vw;
  }
}
.fukidashi-content .pink-note__content ul {
  width: 350px;
  margin: 0 auto;
  margin-top: 0.8rem;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__content ul {
    padding: 0 1rem;
    width: 98%;
  }
}
.fukidashi-content .pink-note__content ul li {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0.5rem;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__content ul li {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    padding-left: 2rem;
  }
}
.fukidashi-content .pink-note__content ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 16px;
  height: 16px;
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/pink-note-check.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .pink-note__content ul li::before {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/sp/pink-note-check.png);
  }
}

.dot-line {
  margin-bottom: min(5.4347826087vw, 50px);
  width: 100%;
  height: 4px; /* ドットの高さ */
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/common/img_dot.png);
}
@media screen and (max-width: 750px) {
  .dot-line {
    background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/2/img/common/sp/img_dot.png);
    height: 0.533333vw;
    background-size: contain;
  }
}

.point {
  margin-top: min(6.4130434783vw, 59px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point {
    margin-top: 13.3333333333vw;
    text-align: left;
  }
}
.point p {
  letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
  .point p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .point p.sec6-p {
    letter-spacing: 0.3px;
  }
}
.point img {
  width: min(10.4347826087vw, 96px);
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .point img {
    width: 22.4vw;
    padding-bottom: 2.6666666667vw;
  }
}
.point__text {
  text-decoration: none;
  position: relative;
  display: inline;
  z-index: 1;
  font-size: min(2.1739130435vw, 20px);
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  box-shadow: inset 0 5.6em 0 #fff3f8;
  border-radius: 8px;
  padding: 0.3em 0.7em;
}
@media screen and (max-width: 750px) {
  .point__text {
    position: relative;
    display: inline;
    background: #fff3f8; /* 背景をピンクに */
    border-radius: 2.6666666667vw; /* 角を丸くする（高さの半分） */
    padding: 0.6666666667vw 0.5vw 0.6666666667vw 2.2vw; /* 文字と背景のバランス調整 */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.test_point__text::after {
  content: "";
  position: absolute;
  left: -1em; /* 左に半文字分ずらす */
  width: calc(100% + 1em); /* 一文字分（0.5em × 2）長くする */
  height: 30px; /* 下線の太さ */
  border-radius: 8px;
  background-color: #fff3f8;
  bottom: 2px; /* ここを調整するとテキストより下に配置 */
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .test_point__text::after {
    display: none;
  }
}

.references {
  display: grid;
  justify-content: center;
  margin-bottom: min(6.4516129032vw, 80px);
  font-size: 14px;
  line-height: 2.14;
  color: #444444;
}
@media screen and (max-width: 750px) {
  .references {
    padding: 0 5.0666666667vw;
    font-size: 3.2vw;
    margin-bottom: 16vw;
  }
}

.check-btn {
  width: 531px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .check-btn {
    width: 92.4vw;
    margin-bottom: 16vw;
  }
}
.check-btn__btn {
  width: 293px;
  border-radius: 31px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .check-btn__btn {
    width: 72.8vw;
    border-radius: 9.6vw;
    top: 16vw;
  }
}
.mb64 {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .mb64 {
      margin-bottom: 8.5333333333vw;
  }
}