@charset "UTF-8";

body{
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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;
}

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

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(1.1061946903vw, 10px);
  left: 50%;
  transform: translateX(-50%);
  width: min(79.7566371681vw, 721px);
}
@media screen and (max-width: 750px) {
  .kv__text {
    width: 94.4vw;
    bottom: 10.5vw;
  }
}
.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!important;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 0 min(4.314159292vw, 39px) 0 min(4.8672566372vw, 44px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/img/kv_02.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 750px) {
  .kv__text__p p {
    -webkit-appearance: none;
    font-size: 3.936vw;
    line-height: 1.8333333333;
    padding: 0 5.0666666667vw 0 6.4vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/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 a::before {
  content: "";
  display: block;
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/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 a::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/img/sp/kv_line.png");
    width: 83.3333333333vw;
    height: 0.5333333333vw;
    top: 13.7333333333vw;
  }
}
.kv__container__origin a::after {
  content: "";
  display: block;
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/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/3/img/sp/kv_ar.png");
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    top: 3.3333333333vw;
    right: 0;
  }
}

.main-contents {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.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/3/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/3/img/common/sp/bg_img.png);
  }
}

.sec1,
.sec2,
.sec3 {
  width: 100%;
  padding-bottom: 87px;
}
@media screen and (max-width: 750px) {
  .sec1,
  .sec2,
  .sec3 {
    padding-bottom: 16vw;
  }
}
.sec1__content,
.sec2__content,
.sec3__content {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  .sec1__content,
  .sec2__content,
  .sec3__content {
    max-width: 100%;
  }
}

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

.mb64 {
  margin-bottom: min(4.8913043478vw, 45px);
}
@media screen and (max-width: 750px) {
  .mb64 {
    margin-bottom: 8.5333333333vw;
  }
}

.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/3/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;
  }
  .fukidashi-content .ht3{
    font-size: 4.8vw!important;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content.padding25 {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content .width622 {
    margin: 0 auto;
    width: 82.9333333333vw;
  }
}
.fukidashi-content p {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .fukidashi-content p {
    font-size: 4.2666666667vw;
    line-height: 2.03;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content p.width622 {
    width: 82.9333333333vw;
  }
}
.fukidashi-content p span {
  background: linear-gradient(transparent 75%, #ffcfe5 25%);
}
.fukidashi-content .note {
  margin: 0 auto;
  width: 787px;
  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__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(5.8695652174vw, 54px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap {
    display: block;
  }
}
.fukidashi-content .wrap .text {
  flex: 1;
}
.fukidashi-content .wrap .img {
  width: min(24.5652173913vw, 226px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .wrap .img {
    width: 100%;
  }
}
.fukidashi-content .wrap .img img {
  margin-top: 0;
}
.fukidashi-content__ttl {
  margin-top: min(4.347826087vw, 40px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content__ttl {
    margin-top: 8vw;
  }
  .fukidashi-content__ttl.con3{
    margin-top: 0px;
  }
  .con3 .ht3{
    margin-top: 0px!important;
  }
}
.fukidashi-content .fukidashi-ttl {
  color: #003399;
  font-weight: 700;
}
.fukidashi-content .fukidashi-box {
  display: flex;
  gap: min(3.5869565217vw, 33px);
  margin: 0 auto min(4.347826087vw, 40px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-box {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.fukidashi-content .fukidashi-box__text {
  width: min(58.6956521739vw, 540px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-box__text {
    width: 82.9333333333vw;
  }
}
.fukidashi-content .fukidashi-box__img {
  width: min(36.9565217391vw, 340px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-box__img {
    width: 82.9333333333vw;
  }
}
.fukidashi-content .fukidashi__container {
  display: flex;
  gap: min(12.9347826087vw, 119px);
  margin-top: min(2.1739130435vw, 20px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container {
    gap: 0.4vw;
    margin-top: 2.6666666667vw;
  }
}
.fukidashi-content .fukidashi__container__text {
  width: min(58.6956521739vw, 540px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container__text {
    width: 57.6vw;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container__text p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container__text02 {
    width: 79.4666666667vw;
  }
}
.fukidashi-content .fukidashi__container__img {
  width: min(27.3913043478vw, 252px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container__img {
    width: 24.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi__container__position {
    width: 41.3333333333vw;
    position: absolute;
    top: 26.6666666667vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article {
    margin-top: 10.6666666667vw;
  }
}
.fukidashi-content .fukidashi-article__inner {
  max-width: 920px;
  margin: 0 auto;
  border-radius: min(2.1739130435vw, 20px);
  border: solid 3px #003399;
  padding: min(4.0217391304vw, 37px);
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article__inner {
    padding: 7.3333333333vw 5.3333333333vw;
    border: solid 2px #003399;
  }
}
.fukidashi-content .fukidashi-article p {
  margin-top: min(2.1739130435vw, 20px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article p {
    margin-top: 4vw;
  }
}
.fukidashi-content .fukidashi-article__box {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article__box {
    display: block;
  }
}
.fukidashi-content .fukidashi-article__box__text {
  width: min(65.2173913043vw, 600px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article__box__text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.fukidashi-content .fukidashi-article__box__img {
  width: min(25vw, 230px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article__box__img {
    width: 100%;
  }
}
.fukidashi-content .fukidashi-article .kome01 {
  font-size: 18px;
  font-weight: 400;
  padding-left: 38px;
  position: relative;
  color: #444;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article .kome01 {
    padding-left: 8vw;
    font-size: 3.4666666666vw;
    font-weight: 500;
    line-height: 1.3214285714;
  }
}
.fukidashi-content .fukidashi-article .kome01::before {
  content: "＊1";
  position: absolute;
  top: 0;
  left: 0;
}
.fukidashi-content .fukidashi-article .kome02 {
  font-size: 18px;
  font-weight: 400;
  padding-left: 38px;
  position: relative;
  margin-top: 0;
  color: #444;
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-article .kome02 {
    padding-left: 8vw;
    font-size: 3.4666666666vw;
    font-weight: 500;
    line-height: 1.3214285714;
    margin-top: 4vw;
  }
}
.fukidashi-content .fukidashi-article .kome02::before {
  content: "＊2";
  position: absolute;
  top: 0;
  left: 0;
}
.fukidashi-content .fukidashi-room {
  display: flex;
  gap: min(2.5vw, 23px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-room {
    display: block;
  }
}
.fukidashi-content .fukidashi-room__text {
  width: min(50vw, 460px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-room__text {
    width: 100%;
  }
}
.fukidashi-content .fukidashi-room__img {
  width: min(47.0652173913vw, 433px);
}
@media screen and (max-width: 750px) {
  .fukidashi-content .fukidashi-room__img {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.dot-line {
  margin-top: min(1.0869565217vw, 10px);
  margin-bottom: min(4.347826087vw, 40px);
  width: 100%;
  height: 4px;
  /* ドットの高さ */
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/3/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/3/img/common/sp/img_dot.png);
    margin-top: 2vw;
    margin-bottom: 8vw;
    height: 0.533333vw;
    background-size: contain;
  }
}

.point {
  margin-top: min(4.347826087vw, 40px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point {
    margin-top: 10.6666666667vw;
    text-align: left;
  }
}
.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;
  box-shadow: inset 0 5.6em 0 #fff3f8;
  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;
  }
}
.point .point__text {
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .point .point__text {
    line-height: 2.03;
  }
}

.references {
  display: grid;
  justify-content: center;
  margin-top: 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;
  }
}