/* ---
    とみひろ着楽会 /service/
-------------------------------- */

/*  H3 */
.com-tit-08{
    &.center_h3_v2{
        color: #a92c2c;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        .s01{
            font-size: 2.6rem;
        }
        ruby{
            rt{
                font-size: 1.2rem;
                margin-bottom: 2px;
            }
        }
    }
}

.service-02{
    .inner-small{
        .com-tit-text{
            .sub-text{
                margin: 30px auto 0 auto;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                @media (max-width:1023px){
                    margin: 10px auto 0 auto;
                    letter-spacing: 0;
                    flex-direction: column;
                }
                span{
                    color: #a92c2c;
                    @media (max-width:1023px){
                        font-size: 1.4rem;
                    }
                    img{
                        max-width: 380px;
                        @media (max-width:1023px){
                            max-width: 100%;
                            margin: 0 auto;
                        }
                    }
                }
            }
        }
    }
}