<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.area{
    padding: 200px 0;
    background-color: #fff;
}

.area:nth-child(2n){
    background-color: #f7f7f7;
}

.title__area.line{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d9d9;
}

.title__area p{
    font-size: 28px;
    font-weight: 300;
    color: #394449;
    margin-bottom: 15px;
}

.title__area h1{
    font-size: 50px;
    font-weight: 700;
    color: #394449;
}

.chk__title{
    position: relative;
    font-size: 34px;
    font-weight: 700;
    color: #30bac2;
    padding-left: 40px;
}

.chk__text{
    font-size: 22px;
    font-weight: 600;
    color: #4b4e4f;
    line-height: 36px;
    margin-top: 24px;
}

.chk__title::before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/image/img/img_keyChk.png);
    background-size: cover;
    background-position: center;
}

.tip__box{
    border: 1px solid #394449;
    background-color: #fff;
    padding: 28px;
    margin-top: 20px;
}

.tip__box .tip__title p{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #394449;
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.tip__box .tip__title p::before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(/image/img/img_que.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 0;
}

.tip__box .tip__text{
    font-size: 18px;
    font-weight: 500;
    color: #4b4e4f;
    line-height: 30px;
    margin-top: 25px;
}

.tip__box + .chk__title{
    margin-top: 120px;
}



.surgery01{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px;
}

.surgery01 &gt; li{
    width: 100%;
    position: relative;
}

.surgery01 &gt; li p{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.surgery01 + p{
    font-size: 22px;
    font-weight: 600;
    color: #4b4e4f;
    line-height: 38px;
    margin-top: 38px;
}

.septum__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.septum__list &gt; li{
    width: 100%;
    height: auto;
}

.nose__area{
    border: 1px solid #ddd;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}




@media screen and (max-width: 1200px){
    .area{
        padding: 180px 0;
    }

    .title__area h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 900px){
    .area{
        padding: 150px 0;
    }

    .title__area p{
        font-size: 22px;
        margin-bottom: 5px;
    }

    .title__area h1{
        font-size: 30px;
    }

    .surgery01 &gt; li p{
        font-size: 20px;
    }

    .surgery01 + p{
        font-size: 18px;
        line-height: 32px;
        margin-top: 30px;
    }

    .chk__title{
        font-size: 24px;
        padding-left: 28px;
    }

    .chk__title::before{
        width: 22px;
        height: 22px;
        transform: inherit;
        top: 6px;
    }

    .chk__text{
        font-size: 20px;
        line-height: 32px;
        margin-top: 15px;
    }

    .tip__box{
        padding: 24px;
    }

    .tip__box .tip__title p{
        font-size: 20px;
        padding-bottom: 15px;
    }

    .tip__box .tip__title p::before{
        width: 22px;
        height: 22px;
        top: 2px;
    }

    .tip__box .tip__text{
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px){
    .area{
        padding: 80px 0;
    }

    .title__area p{
        font-size: 20px;
    }

    .title__area h1{
        font-size: 28px;
    }

    .chk__title{
        font-size: 20px;
        padding-left: 22px;
    }

    .chk__title::before{
        width: 17px;
        height: 17px;
        transform: inherit;
        top: 4px;
    }

    .chk__text{
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }

    .tip__box {
        padding: 15px;
    }

    .tip__box .tip__title p{
        font-size: 18px;
    }

    .tip__box .tip__text{
        font-size: 15px;
        line-height: 24px;
    }

    .tip__box + .chk__title{
        margin-top: 80px;
    }

    .title__area.line{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }


    .surgery01{
        grid-template-columns: repeat(2, 1fr);
    }

    .septum__list{
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .surgery01 &gt; li p{
        font-size: 16px;
    }
}

@media screen and (max-width: 680px){
    .title__area h1{
        font-size: 24px;
    }

    .surgery01{
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .septum__list{
        grid-template-columns: 1fr;
    }
}</pre></body></html>