@charset "UTF-8";
/* CSS Document */



/*頭皮スパブラシ*/
.secStep .inbath_h3, .secStep .outbath_h3 {
    text-align: center;
    line-height: 3;
    font-size: 18px;
    color: #94c4ca;
    position: relative;
}
.secStep .inbath_h3::before, .secStep .inbath_h3::after, .secStep .outbath_h3::before, .secStep .outbath_h3::after {
    content: "";
    width: 20%;
    height: auto;
    display: block;
    border-bottom: 3px dotted #94c4ca;
    position: absolute;
    top: 26px;
    left: 0;
}
.secStep .inbath_h3::after, .secStep .outbath_h3::after {
    left: 80%;
}
.inbath_title, .outbath_title {
    background: #94c4ca;
    color: #fff;
    display: inline-block;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}
.secStep .outbath_h3::before, .secStep .outbath_h3::after {
    border-bottom: 3px dotted #72c387;
}
.secStep .outbath_h3 {
    color: #72c387;
}
.outbath_title {
    background: #72c387;
}



@media (min-width: 768px){
    .secStep .inbath_h3, .secStep .outbath_h3 {
        font-size: 24px;
        margin: 50px 0;
    }  
    .secStep .inbath_h3::before, .secStep .inbath_h3::after, .secStep .outbath_h3::before, .secStep .outbath_h3::after {
        width: 37%;
        top: 36px;
        left: 0;
    }
    .secStep .inbath_h3::after, .secStep .outbath_h3::after {
        left: 63%;
    }
    .inbath_box {
        display: flex;
        margin: 20px 0;
    }
        .inbath_title, .outbath_title {
        padding: 5px 40px;
        font-size: 20px;
        margin-top: 0;
    }
        .inbath_txt, .outbath_txt {
        font-size: 16px;
        margin-left: 26px;
        width: 60%;
        margin-bottom: 0;
    }
    
    
    
}