/* ルームセラピ */
#function-f04-03-roomtherapy .point-title-wrap {
    display: flex;
}

#function-f04-03-roomtherapy .point-title {
    flex: 1;
}

#function-f04-03-roomtherapy .point-content-wrap {
    padding-left: 65.19px;
    display: flex;
    justify-content: space-between;
}

#function-f04-03-roomtherapy .point-p-wrap {
    width: 40%;
}

#function-f04-03-roomtherapy .point-p:not(:first-child) {
    margin-top: 1em;
}

#function-f04-03-roomtherapy #section02 img,
#function-f04-03-roomtherapy #section03 img {
    max-width: 480px;
}    

#function-f04-03-roomtherapy #section04 img {
    width: 80px;
}    

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
    #function-f04-03-roomtherapy .point-content-wrap {
        flex-direction: column-reverse;
        padding-left: 0;
    }

    #function-f04-03-roomtherapy .point-p-wrap {
        width: 100%;
    }
    
    #function-f04-03-roomtherapy #section04 img {
        margin: 0 auto;
    }
    

}