.fv .slider {
    margin-bottom: 15px;
}
@media only screen and (max-width: 719px) {
    .fv .slider {
        margin-bottom: 10px;
    }
}
.fv .slider .item {
    outline: none;
}
.fv .slider .item img {
    opacity: 1 !important;
}
.fv .sub__slider {
    background: #f5f5f5;
}
.fv .sub__slider__list {
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width: 719px) {
    .fv .sub__slider__list {
        padding: 10px 20px;
    }
}
.fv .sub__slider .item {
    padding: 0 6px;
    cursor: pointer;
}
@media only screen and (max-width: 719px) {
    .fv .sub__slider .item {
        padding: 0 4px;
    }
}
.fv .slider .btn-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 2.3vw;
    height: 2.3vw;
    background: url(https://d2w53g1q050m78.cloudfront.net/tokyodermonlinec/uploads/img/common/ico_arrow01.svg) no-repeat
        left top / 100%;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 2;
}
@media only screen and (max-width: 719px) {
    .fv .slider .btn-arrow {
        width: 5.5vw;
        height: 5.5vw;
    }
}
.fv .slider .btn-prev {
    left: 11vw;
    transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
    .fv .slider .btn-prev {
        left: 2.8vw;
    }
}
.fv .slider .btn-next {
    right: 11vw;
    transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 719px) {
    .fv .slider .btn-next {
        right: 2.8vw;
    }
}

.temp-new_product_slider {
    gap: 0 2.666%;
}
@media only screen and (max-width: 719px) {
    .temp-new_product_slider {
        gap: 0 4%;
    }
}
.p-new_product__slider__track__list__item {
    width: 23%;
}
@media only screen and (max-width: 719px) {
    .p-new_product__slider__track__list__item {
        width: 48%;
    }
}

.itemlist {
    padding: 80px 0 0;
}
.p-item__inner__title {
    text-align: center;
    margin-bottom: 65px;
}
@media only screen and (max-width: 719px) {
    .p-item__inner__title {
        margin-bottom: 40px;
    }
}
.p-item__inner__title__en {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.item__inner {
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 10%;
}
@media only screen and (max-width: 719px) {
    .item__inner {
        gap: 50px 4%;
    }
}
.item__box {
    width: 45%;
}
@media only screen and (max-width: 719px) {
    .item__box {
        width: 48%;
    }
}
.item__box .img {
    margin-bottom: 24px;
}
.item__box .label {
    margin-bottom: 13px;
}
.item__box .label span {
    font-size: 14px;
    color: #92c1cf;
    border: 1px solid #9bbfcd;
    display: inline-block;
    line-height: 1;
    padding: 5px;
    min-width: 56px;
    text-align: center;
}
.item__box .ttl {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 13px;
}
@media only screen and (max-width: 719px) {
    .item__box .ttl {
        font-size: 17px;
        min-height: 41px;
    }
}
.item__box .txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
@media only screen and (max-width: 719px) {
    .item__box .txt {
        font-size: 12px;
    }
}
.item__box .btn {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    max-width: 218px;
    height: 41px;
    background: #92c1cf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic {
    padding: 0 0 80px;
}
.p-clinic__inner__title {
    text-align: center;
    margin-bottom: 30px;
}
.p-clinic__inner__title__en {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.clinic__ttl {
    font-size: 17px;
    color: #5090a5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
    .clinic__ttl {
        margin-bottom: 30px;
    }
}
.clinic__inner {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 1.333%;
}
@media only screen and (max-width: 719px) {
    .clinic__inner {
        gap: 25px 0;
    }
}
.clinic__item {
    width: 24%;
}
@media only screen and (max-width: 719px) {
    .clinic__item {
        width: 100%;
    }
    .clinic__item.no {
        margin-top: -25px;
    }
}
.clinic__item:last-of-type {
    margin-bottom: 0;
}
.clinic__item dt {
    font-size: 15px;
    color: #5090a5;
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}
.clinic__item:not(.no) dt:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #5090a5;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clinic__item dd {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.clinic__txt {
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 719px) {
    .clinic__txt {
        margin-top: 30px;
    }
}
.clinic__txt span {
    font-size: 16px;
    color: #5090a5;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
}
@media only screen and (max-width: 719px) {
    .clinic__txt span {
        font-size: 15px;
    }
}
.clinic__txt span:after,
.clinic__txt span:before {
    content: "▲";
    font-size: 18px;
    color: #5090a5;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
    .clinic__txt span:after,
    .clinic__txt span:before {
        font-size: 16px;
    }
    .clinic__txt span::before {
        left: -30px;
    }
    .clinic__txt span::after {
        right: -30px;
    }
}
.clinic__txt span::before {
    left: -30px;
}
@media only screen and (max-width: 719px) {
    .clinic__txt span::before {
        left: -25px;
    }
}
.clinic__txt span::after {
    right: -30px;
}
@media only screen and (max-width: 719px) {
    .clinic__txt span::after {
        right: -25px;
    }
}
.clinic__sub {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
}
.clinic__sub .in {
    border: 1px solid #d8dddf;
    padding: 30px 15px 40px;
}
.clinic__sub .ttl {
    font-size: 17px;
    color: #5090a5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.clinic__sub .txt {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
    .clinic__sub .txt {
        font-size: 15px;
        text-align: left;
    }
}
.clinic__sub .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 60px;
    border-radius: 2px;
    transition: 0.4s;
    margin: 0 auto;
}
.clinic__sub .btn span {
    position: relative;
    padding-left: 27px;
}
.clinic__sub .btn span:before {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/tokyodermonlinec/uploads/img/common/ico_mail.svg?1719801745893) no-repeat left top / 100%;
    width: 19px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-concept--layout4 .p-concept__title {
    font-weight: bold;
}
@media only screen and (max-width: 719px) {
    .p-concept--layout4 .p-concept__title {
        font-size: 11px !important;
        padding: 0 20px !important;
    }
}
.p-concept--layout4 .p-concept__inner {
    width: 100%;
    max-width: 640px;
    padding: 30px;
}
.p-concept--layout4 .p-concept__text {
    line-height: 1.8;
}
@media only screen and (max-width: 719px) {
    .p-concept--layout4 .p-concept__text {
        padding: 30px 20px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 720px) {
 .p-column__inner__list .p-column__inner__list__item:nth-child(n+4) {
    display:none;
}   
}
