@charset "utf-8";
/* CSS Document */
.top {
    margin-top: 50px;
    margin-bottom: 50px;
}
.title{
    font-family: Yu Mincho;
    margin-bottom: 15px;
}
.subtitle {
    font-family: garamond;
    font-size: 2.5rem;
    border: 1px solid #333;
    display: inline-block;
    padding: 3px;
}
.section_option {
    background-color: #dcedef;
    text-align: center;
    display: block;
    padding: 50px 20px 50px 20px;
}
.option_title, .sensitiveskin_title {
    background-color: #a9d8e0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
}
.option_description{
    text-align: left;
    max-width: 500px;
    display: inline-block; 
}
.underline {
    border-bottom: 1px solid #333;
}
.detox {
    color: #086e80;
    border-bottom: 1px solid #086e80;
}
.mark{
    color: #a9d8e0;
}
.image_foam {
    text-align: right;
    max-width: 500px;
}
.image_foam img {
    width: 100px;
}
.light {
    width: 20px;
    vertical-align: top;
}
.image {
    margin: 50px 20px 50px 20px;
}
.image img {
    width: 90vw;
    max-width: 600px;
}
@media(min-width:769px){
    .option_description {
        max-width: 800px;
    }
}