
#nightCream .pinkBox span {
    padding: 5px 10px;
    background: #d08c8d;
    line-height: 1.7em;
}
#nightCream .pinkBox {
    display: inline;
    box-sizing: border-box;
    color: white;
    font-size: 2rem;
    margin-bottom: 1px;
    line-height: 1.7em;
}
#nightCream .detail_ttl03_01 {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    color: #d08c8d;
    margin: 0.5em auto .5em;
}
/*#nightCream .detail_img02 {
    width: 90%;
}*/
#nightCream .flex {
    width: 100%;
    display: flex;
}
#nightCream .flex_a {
    width: 65%;
    padding-right: 10px;
}
#nightCream .flex_b {
    width: 60%;
}
@media screen and (max-width: 750px) {
    #nightCream .pinkBox {
        display: inline-block;
        font-size: 2.0rem;
    }
    #nightCream .detail_img02 {
        margin: 0 auto;
    }
    #nightCream .flex {
        display: block;
    }
    #nightCream .flex_a {
        width: 100%;
        padding-right: 0;
    }
    #nightCream .flex_b {
        width: 100%;
    }
}