@charset "utf-8";

.fs-14{
    font-size: 14px;
}


/* PC・FV下テキスト・見出し */

h4 {
    color: #FA657A;
    font-size: 24px;
    margin-bottom: 24px;
}
.pink_bold_text {
    font-weight: 700;
    color: #FA657A;
}

.mainpoint{
    background-color: #FEF5F3;
    padding: 16px 24px 16px 24px;
    margin-bottom: 40px;
}

.mainpoint_mechanism{
    background-color: #FEF5F3;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.mainpoint_mechanism .about__pdo-title {
    position: relative;
    margin-bottom: 24px;
}

.adapt__list {
    list-style: none;
    padding-left: 0;
}
.adapt__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.adapt__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 12px;
    height: 12px;
    background-color: #FE9D9D;
    border-radius: 50%;
}
.box{
    border: 1px solid var(--ST-border-gray-100, #E6E6E6);
    padding: 40px;
}

.box p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/* お悩みコンテンツ */
#trouble_block .trouble-wrap {
    background-color: #f6f6f6;
    padding: 24px;
    max-width: 100%;
}
#trouble_block .trouble-wrap-items {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#trouble_block .trouble-wrap-items li {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    position: relative;
    list-style: none;
    padding-left: 1.5em;
    margin: 0;
    width: calc(50% - 36px);
}
#trouble_block .trouble-wrap-items li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../../../../assets/img/operation/icon-trouble-dot.png) no-repeat top / cover;
}
/* 特徴コンテンツ */
.tokutyou {
    margin-bottom: 40px;
}
.check {
    position: relative;
    padding-left: 35px;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.5;
}
.check::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background: url(../../../../assets/img/operation/rejyuran_checkbox.png) no-repeat top / cover;
}
.deoxycholate{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.deoxycholate img{
    max-width: 310px;
}
.content_tokutyou{
    background: var(--ST-bg-gray-50, #F5F5F5);
    padding: 40px;
}
.mark{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 24px;
}
.mark img{
    max-width: 120px;
}
.mark span {
    color: rgba(250, 101, 122, 1);
}
.pink_box {
    background: linear-gradient(101deg, #FEF5F3 49.63%, #FFD6CD 99.11%);
    padding: 40px;
}
.pink_box .mark{
    display: flex;
    justify-content: center;
    background-color: transparent;
    align-items: center;
    gap: 24px;
    padding: 0px 0px 16px 0px;
}
.about__pdo-title {
    text-align: center;
    line-height: 30px;
    width: fit-content;
    margin: 0px auto 20px;
    position: relative;
}
.about__pdo-title::before {
    content: "";
    width: 25px;
    height: 38px;
    position: absolute;
    left: -32px;
    bottom: -2px;
    background: url(../../../../assets/img/operation/icon-viceline-left.png) no-repeat top / cover;
}
.about__pdo-title::after {
    content: "";
    width: 25px;
    height: 38px;
    position: absolute;
    right: -32px;
    bottom: -2px;
    background: url(../../../../assets/img/operation/icon-viceline-right.png) no-repeat top / cover;
}
.flex-line-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0px 16px 0px;
}
.flex-line-wrapper::before,
.flex-line-wrapper::after {
    content: "";
    flex: 1;
    height: 1px;
    border-bottom: 3px dotted #FA657A; 
}

.about__pdo-title {
    position: relative;
    display: inline-block;
    margin: 0 60px; 
    white-space: nowrap;
}
/* 症例写真 */
.bnls_case__list {
    display: flex;
    list-style: none;
    margin-bottom: 8px;
}
.bnls_case__operation-detail-label {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* 適応 */
#application_block img {
    height: 372px;
    display: block;
    margin: 0 auto;
}
/* 治療の流れ */
#treatment_flow img {
    background: #f5f5f5;
}


@media only screen and (max-width: 599px) {
    .js-scrollable img {
        min-width: 750px;
        min-height: auto;
        height: auto;
    }

    .mgb96 {
        margin-bottom: 80px;
    }

    .heading4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }
    
    #application_block, #treatment_flow, #point_block, #risk, #price, #qa, #doctor-spv {
        padding: 16px;
    }
    
    h4 {
        font-size: 20px;
    }
    .box{
        border: none;
        padding: unset;
    }
    .box p {
        text-align: left;
    }
    .mainpoint_mechanism {
        padding: 20px;
    }

    #trouble_block .trouble-wrap-items {
        flex-direction: column;
        gap: 12px;
    }
    #trouble_block .trouble-wrap-items li {
        width: 100%;
    }

    .deoxycholate {
        flex-direction: column;
    }
    .deoxycholate img {
        margin: 0 auto;
    }
    .content_tokutyou {
        padding: 20px;
    }
    .mark {
        flex-direction: column;
        gap: 0;
    }
    .pink_box {
        background: linear-gradient(101deg, #FEF5F3 49.63%, #FFD6CD 99.11%);
        padding: 20px;
    }
    .pink_box .mark {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        background-color: transparent;
        align-items: flex-start;
        gap: 8px;
        padding: 0px 0px 24px 0px;        
    }
    .pink_box .mark img {
        max-width: 80px;
    }
    #application_block img {
        height: auto;
    }
    .about__pdo-title::after {
        width: 12px;
        height: 20px;
        right: -16px;
        bottom: 4px;
    }
    .about__pdo-title::before {
        width: 12px;
        height: 20px;
        left: -18px;
        bottom: 4px;
    }
    .about__pdo-title {
        margin: 0 30px;
    }

}