@charset "utf-8";

/* ==================================================================

    craftmanship.css

=================================================================== */


/* --------------------------------
#intro
-------------------------------- */ 
#intro .container {
    background: url(../../images/craftsmanship/copy.svg) 0 0 no-repeat;
    background-size: 100%;
}
#intro h2.title {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}
#intro p.text {
    text-align: center;
    line-height: 2.0;
    margin-top: 40px;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #intro .container {
        background: none;
    }
    #intro h2.title {
        font-size: 2.2rem;
        text-align: left;
        font-weight: 500;
        line-height: 1.7;
    }
    #intro p.text {
        text-align: left;
        margin-top: 24px;
    }
}
