@charset "UTF-8";
/*
Theme Name: manabe-beauty
Theme URI: http://superwinwin.net/
Author: the winwin team
Author URI: http://superwinwin.net/
Description: manabe-beauty theme
Text Domain: http://superwinwin.net/
*/
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
@media screen and (max-width: 768px) {
    .line-before {
        position: relative;
        padding-left: 1.5em; 
    }

    .line-before::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1em;
        height: 3px;
        background: #707070; /* 線の色 */
        transform: translateY(-50%);
    }
    .line-before-m {
        position: relative;
        padding-left: 1.5em; 
    }

    .line-before-m::before {
        content: "";
        position: absolute;
        top: 30%;
        left: 0;
        width: 1em;
        height: 3px;
        background: #707070; /* 線の色 */
        transform: translateY(-50%);
    }
    .sp-h2{
        font-size: 2.5rem!important;
        text-align: left!important;
        letter-spacing: 5px!important;
    }
    .beauty-page__beforeafter--items h3 {
        text-align: left;
        margin-bottom: 2.3rem;
        font-size: 1.8rem;
        line-height: 2.6rem;
        font-weight: 600;
        position: relative;
        padding-left: 4rem; 
    }	
        
    .beauty-page__list--items .group h3 {
        position: relative;
        font-size: 1.8rem;
        font-weight: 600;
        color: #B29676;
        margin-bottom: 2rem;
        text-align: left;
        padding-left: 4rem!important;	
    }
}