
.myopia_block{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #333;
        .title {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 30px;
        margin-bottom: 0.5em;
        }

        .title::before,
        .title::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #333;
        }

        .title::before {
        margin-right: 8px;
        }

        .title::after {
        margin-left: 8px;
        }
}

.myopia_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    .full-width{
    grid-column: 1 / -1; 
    }
    .w-lead{
        margin-bottom: 38px;
    }
    .rounded{
        img{
            border-radius: 10px;
            width: 100%;
        }
    }
    .sec-title{
            margin-top: -3px;
            left: 38px;
    }
    p.desc{
        padding: 0 18px 1.5em 18px;
        box-sizing: border-box;
    }
}


@media (max-width: 750px) {
    .myopia_block{
        padding-bottom: 30px;
        .title {
            font-size: 20px;
        }
    }
    .myopia_wrap{
        grid-template-columns: 1fr;
        p.desc{
            padding: 0 18px;
        }
        .w-lead{
            margin-bottom: 20px;
        }
    }
}



@charset "UTF-8";

/* PAGE UPNEEQ MINI
 * ----------------------------------------------- */
.page-upneeq {
  background: #f5f5f5;
  color: #382617;
}

.page-upneeq .wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.upneeq-hero {
  padding: 86px 0 76px;
  background: linear-gradient(135deg, #fff7f7 0%, #f3fbff 48%, #fff 100%);
  border-bottom: 1px solid #ece8e8;
  text-align: center;
}

.upneeq-hero__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 22px 7px;
  background: #a14440;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-radius: 999px;
}

.upneeq-hero__title {
  margin-bottom: 18px;
  color: #382617;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.upneeq-hero__title span {
  display: block;
  color: #a14440;
  font-size: 30px;
  letter-spacing: 0.12em;
}

.upneeq-hero__lead {
  margin-bottom: 34px;
  color: #004c66;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.upneeq-hero__check {
  display: flex;
  justify-content: center;
  margin: 0 auto 28px;
}

.upneeq-hero__check li {
  position: relative;
  width: 31%;
  margin: 0 8px;
  padding: 19px 18px 18px 44px;
  background: #fff;
  border: 2px solid #ece8e8;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #d0d0d0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.upneeq-hero__check li:before {
  position: absolute;
  content: "";
  top: 25px;
  left: 22px;
  width: 9px;
  height: 9px;
  background: #a14440;
}

.upneeq-hero__text {
  width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
}

.upneeq-section {
  padding: 82px 0 0;
}

.upneeq-section .sec-title.cover {
  margin-bottom: 38px;
}

.upneeq-card-list,
.upneeq-feature-list,
.upneeq-price-list {
  display: flex;
  justify-content: space-between;
}

.upneeq-card-list li,
.upneeq-feature-list li,
.upneeq-price-card,
.upneeq-faq-item,
.upneeq-two-col__panel {
  background: #fff;
  border: 2px solid #ece8e8;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #d0d0d0;
}

.upneeq-card-list li {
  width: 31.5%;
  padding: 30px 28px 28px;
}

.upneeq-card-list__title,
.upneeq-feature-list__title,
.upneeq-panel-title,
.upneeq-price-card__title,
.upneeq-faq-item__q {
  color: #a14440;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.upneeq-card-list__title {
  margin-bottom: 12px;
  padding-left: 17px;
  background: url(../img/common/icon_dot.png) no-repeat left 0 top 12px;
}

.upneeq-two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upneeq-two-col__text {
  width: 64%;
  font-size: 18px;
}

.upneeq-two-col__text p:not(:last-child) {
  margin-bottom: 20px;
}

.upneeq-two-col__panel {
  position: relative;
  width: 31.5%;
  min-height: 230px;
  padding: 42px 28px 30px;
}

.upneeq-two-col__panel:before {
  position: absolute;
  content: "ミュラー筋";
  top: -18px;
  left: 28px;
  padding: 9px 18px 8px;
  background: #004c66;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 999px;
}

.upneeq-catch {
  color: #004c66;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.upneeq-panel-title {
  margin-bottom: 12px;
}

.upneeq-feature-list {
  counter-reset: feature;
}

.upneeq-feature-list li {
  position: relative;
  width: 31.5%;
  padding: 38px 30px 30px;
}

.upneeq-feature-list__num {
  display: block;
  margin-bottom: 12px;
  color: #004c66;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

.upneeq-feature-list__title {
  margin-bottom: 10px;
}

.upneeq-price-card {
  width: 48.5%;
  padding: 34px 36px 32px;
}

.upneeq-price-card__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 16px 6px;
  background: #004c66;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 999px;
}

.upneeq-price-card__title {
  margin-bottom: 8px;
}

.upneeq-price-card__price {
  margin-bottom: 6px;
  color: #a14440;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

.upneeq-price-card__price span {
  font-family: Arial, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.upneeq-price-card__note {
  margin-bottom: 18px;
  color: #004c66;
  font-weight: bold;
}

.upneeq-price-card ul {
  margin-top: 17px;
}

.upneeq-price-card li {
  position: relative;
  padding-left: 18px;
}

.upneeq-price-card li:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #382617;
}

.upneeq-small {
  margin-top: 12px;
  font-size: 14px;
}

.upneeq-medicine-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 22px 30px 20px;
  background: #fff;
  border: 2px solid #ece8e8;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #d0d0d0;
}

.upneeq-medicine-price__label {
  margin-right: 22px;
  padding: 7px 16px 6px;
  background: #004c66;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 999px;
}

.upneeq-medicine-price__text {
  color: #382617;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

.upneeq-medicine-price__text strong {
  color: #a14440;
  font-family: Arial, sans-serif;
  font-size: 36px;
}

.upneeq-medicine-price__text span {
  font-size: 16px;
}

.upneeq-notice {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(161, 68, 64, 0.08);
  border-left: 5px solid #a14440;
  font-size: 14px;
  line-height: 1.7;
}

.upneeq-table-wrap {
  overflow-x: auto;
}

.upneeq-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  box-shadow: 2px 2px 0 #d0d0d0;
}

.upneeq-table th,
.upneeq-table td {
  border: 2px solid #f5f5f5;
  padding: 18px 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.upneeq-table thead th {
  background: #a14440;
  color: #fff;
}

.upneeq-table tbody th {
  width: 24%;
  background: #ece8e8;
  color: #382617;
}

.upneeq-table tbody td:nth-child(2) {
  color: #004c66;
}

.upneeq-faq-list {
  width: 980px;
  margin: 0 auto;
}

.upneeq-faq-item {
  padding: 0 34px 28px;
}

.upneeq-faq-item + .upneeq-faq-item {
  margin-top: 28px;
}

.upneeq-faq-item__q {
  position: relative;
  margin: 0 -34px 20px;
  padding: 18px 28px 18px 82px;
  background: #ece8e8;
}

.upneeq-faq-item__q:before {
  position: absolute;
  content: "Q";
  top: -14px;
  left: 28px;
  width: 46px;
  height: 46px;
  background: #a14440;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

.upneeq-cta {
  margin-top: 92px;
  padding: 58px 0 64px;
  background: #382617;
  color: #fff;
  text-align: center;
}

.upneeq-cta__title {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.upneeq-cta__clinic {
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .page-upneeq .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .upneeq-hero {
    padding: 0.72rem 0 0.64rem;
  }

  .upneeq-hero__label {
    margin-bottom: 0.18rem;
    padding: 0.08rem 0.22rem 0.07rem;
    font-size: 0.2rem;
  }

  .upneeq-hero__title {
    margin-bottom: 0.18rem;
    font-size: 0.4rem;
    letter-spacing: 0.03em;
  }

  .upneeq-hero__title span {
    font-size: 0.28rem;
  }

  .upneeq-hero__lead {
    margin-bottom: 0.28rem;
    font-size: 0.26rem;
  }

  .upneeq-hero__check,
  .upneeq-card-list,
  .upneeq-feature-list,
  .upneeq-price-list,
  .upneeq-two-col {
    display: block;
  }

  .upneeq-hero__check li {
    width: auto;
    margin: 0 0 0.14rem;
    padding: 0.18rem 0.18rem 0.18rem 0.44rem;
    border-width: 0.02rem;
    border-radius: 0.1rem;
    box-shadow: 0.02rem 0.02rem 0 #d0d0d0;
    font-size: 0.24rem;
  }

  .upneeq-hero__check li:before {
    top: 0.28rem;
    left: 0.22rem;
    width: 0.08rem;
    height: 0.08rem;
  }

  .upneeq-hero__text {
    width: auto;
    font-size: 0.23rem;
  }

  .upneeq-section {
    padding: 0.7rem 0 0;
  }

  .upneeq-section .sec-title.cover {
    margin-bottom: 0.34rem;
  }

  .upneeq-card-list li,
  .upneeq-feature-list li,
  .upneeq-price-card,
  .upneeq-faq-item,
  .upneeq-two-col__panel {
    border-width: 0.02rem;
    border-radius: 0.1rem;
    box-shadow: 0.02rem 0.02rem 0 #d0d0d0;
  }

  .upneeq-card-list li,
  .upneeq-feature-list li,
  .upneeq-price-card {
    width: auto;
    margin-bottom: 0.22rem;
    padding: 0.28rem;
  }

  .upneeq-card-list__title,
  .upneeq-feature-list__title,
  .upneeq-panel-title,
  .upneeq-price-card__title,
  .upneeq-faq-item__q {
    font-size: 0.26rem;
  }

  .upneeq-card-list__title {
    margin-bottom: 0.1rem;
    padding-left: 0.18rem;
    background-position: left 0 top 0.16rem;
    background-size: 0.08rem auto;
  }

  .upneeq-two-col__text,
  .upneeq-two-col__panel {
    width: auto;
  }

  .upneeq-two-col__text {
    font-size: 0.23rem;
  }

  .upneeq-two-col__text p:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .upneeq-two-col__panel {
    margin-top: 0.42rem;
    min-height: 0;
    padding: 0.42rem 0.28rem 0.28rem;
  }

  .upneeq-two-col__panel:before {
    top: -0.18rem;
    left: 0.28rem;
    padding: 0.09rem 0.18rem 0.08rem;
    font-size: 0.2rem;
  }

  .upneeq-catch {
    font-size: 0.3rem;
  }

  .upneeq-feature-list__num {
    margin-bottom: 0.1rem;
    font-size: 0.38rem;
  }

  .upneeq-price-card__label {
    margin-bottom: 0.14rem;
    padding: 0.08rem 0.16rem 0.07rem;
  }

  .upneeq-price-card__price {
    font-size: 0.26rem;
  }

  .upneeq-price-card__price span {
    font-size: 0.5rem;
  }

  .upneeq-price-card__note {
    margin-bottom: 0.18rem;
  }

  .upneeq-price-card li {
    padding-left: 0.18rem;
  }

  .upneeq-price-card li:before {
    top: 0.13rem;
    width: 0.06rem;
    height: 0.06rem;
  }

  .upneeq-small {
    font-size: 0.2rem;
  }

  .upneeq-medicine-price {
    display: block;
    margin-top: 0.18rem;
    padding: 0.24rem 0.28rem;
    border-width: 0.02rem;
    border-radius: 0.1rem;
    box-shadow: 0.02rem 0.02rem 0 #d0d0d0;
    text-align: center;
  }

  .upneeq-medicine-price__label {
    margin: 0 0 0.12rem;
    padding: 0.08rem 0.16rem 0.07rem;
    font-size: 0.22rem;
  }

  .upneeq-medicine-price__text {
    font-size: 0.25rem;
  }

  .upneeq-medicine-price__text strong {
    font-size: 0.42rem;
  }

  .upneeq-medicine-price__text span {
    font-size: 0.2rem;
  }

  .upneeq-notice {
    margin-top: 0.16rem;
    padding: 0.14rem 0.18rem;
    border-left-width: 0.05rem;
    font-size: 0.2rem;
  }

  .upneeq-table {
    min-width: 7.2rem;
    box-shadow: 0.02rem 0.02rem 0 #d0d0d0;
  }

  .upneeq-table th,
  .upneeq-table td {
    border-width: 0.02rem;
    padding: 0.16rem 0.14rem;
    font-size: 0.22rem;
  }

  .upneeq-table tbody th {
    width: 1.8rem;
  }

  .upneeq-faq-list {
    width: auto;
  }

  .upneeq-faq-item {
    padding: 0 0.28rem 0.28rem;
  }

  .upneeq-faq-item + .upneeq-faq-item {
    margin-top: 0.24rem;
  }

  .upneeq-faq-item__q {
    margin: 0 -0.28rem 0.2rem;
    padding: 0.18rem 0.2rem 0.18rem 0.82rem;
  }

  .upneeq-faq-item__q:before {
    top: -0.14rem;
    left: 0.28rem;
    width: 0.46rem;
    height: 0.46rem;
    font-size: 0.24rem;
    line-height: 0.46rem;
  }

  .upneeq-cta {
    margin-top: 0.8rem;
    padding: 0.54rem 0 0.6rem;
  }

  .upneeq-cta__title {
    font-size: 0.3rem;
  }

  .upneeq-cta__clinic {
    font-size: 0.24rem;
  }
}


/* TOP アップニークミニ告知
 * ----------------------------------------------- */
.top-upneeq-notice {
  margin: 0 0 56px;
}

.top-upneeq-notice__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 34px;
  background: #fff;
  border: 3px solid #a14440;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(161, 68, 64, 0.18);
}

.top-upneeq-notice__label {
  flex-shrink: 0;
  margin-right: 28px;
  padding: 9px 18px 8px;
  background: #a14440;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-radius: 999px;
}

.top-upneeq-notice__body {
  position: relative;
  flex: 1;
  padding-right: 34px;
}

.top-upneeq-notice__body:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #a14440;
  border-right: 3px solid #a14440;
  transform: translateY(-50%) rotate(45deg);
}

.top-upneeq-notice__title {
  margin-bottom: 4px;
  color: #a14440;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

.top-upneeq-notice__text {
  color: #382617;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .top-upneeq-notice {
    margin: 0 0 0.48rem;
  }

  .top-upneeq-notice__inner {
    display: block;
    padding: 0.24rem 0.28rem;
    border-width: 0.03rem;
    border-radius: 0.1rem;
    box-shadow: 0.04rem 0.04rem 0 rgba(161, 68, 64, 0.18);
  }

  .top-upneeq-notice__label {
    display: inline-block;
    margin: 0 0 0.14rem;
    padding: 0.08rem 0.18rem 0.07rem;
    font-size: 0.2rem;
  }

  .top-upneeq-notice__body {
    padding-right: 0.3rem;
  }

  .top-upneeq-notice__body:after {
    width: 0.1rem;
    height: 0.1rem;
    border-top-width: 0.03rem;
    border-right-width: 0.03rem;
  }

  .top-upneeq-notice__title {
    margin-bottom: 0.06rem;
    font-size: 0.25rem;
  }

  .top-upneeq-notice__text {
    font-size: 0.22rem;
  }
}
