.lps-winclinic .first-view{
    background-image: url(../images/4656/fv-bg-v2.webp);
}
.lps-winclinic .first-view .fv-inner .text2-fv{
    margin-left: 0;
    padding-left: 0;
    padding-top: 242px;
}
.lps-winclinic .first-view .fv-inner .text2-fv img{
    max-width: 490px;
}
.lps-winclinic .first-view .fv-inner .fv-label{
    width: 300px;
    position: absolute;
    top: 415px;
    right: 0;
}
.lps-winclinic .first-view .fv-infor{
    padding: 83px 70px 40px 80px;
}
.lps-winclinic .first-view .fv-inner .special-price{
    margin-top: 0;
}
.lps-winclinic .wc-support__fee .fee-box__info .info__block img{
    width: 516px;
}
.lps-winclinic .wc-support__fee .fee-box__info{
    padding-bottom: 65px;
}
.lps-winclinic .first-view .fv-inner .text2-fv::before{
    left: 32px;
}
@media(min-width: 750px){
    .lps-winclinic .wc-reservation__list .list-item__right .fz16{
        font-size: 30px;
    }
    
}
@media(max-width: 750px){
    .lps-winclinic .first-view .fv-inner .text2-fv {
        padding-top: 32.27vw;
      }
      .lps-winclinic .first-view .fv-inner .text2-fv img {
        max-width: 65.33vw;
      }
      .lps-winclinic .first-view .fv-inner .fv-label {
        width: 40vw;
        top: 55.33vw;
      }
      .lps-winclinic .first-view .fv-infor {
        padding: 11.07vw 9.33vw 5.33vw 10.67vw;
      }
      .lps-winclinic .wc-support__fee .fee-box__info .info__block img {
        width: 68.8vw;
      }
      .lps-winclinic .wc-support__fee .fee-box__info {
        padding-bottom: 8.67vw;
      }
      .student-discount .banner-contents{
        font-size: 1.1rem;
      }
      .student-discount-wrapper, .student-discount-wrapper2, .student-discount-wrapper3{
        margin: 5% auto;
      }
      .student-discount .cation-text {
            font-size: 0.6rem;
            margin-top: 8% !important;
        }
        .lps-winclinic .first-view .fv-inner .text2-fv::before{
            left: 4.267vw;
        }
}

#header {
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 12px;
}

#header .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
}

#header .logo,
#header .btn-wrap {
    flex: 0 1 auto;
}

#header .logo img {
    display: block;
    height: clamp(22px, 5vw, 34px);
    width: auto;
}

#header .btn-wrap {
    display: flex;
    justify-content: flex-end;
}

#header .btn-wrap img {
    display: block;
    height: clamp(30px, 8vw, 54px);
    width: auto;
}
