@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */


/* --------------------------------
   □ #service
-------------------------------- */ 
#service {
    margin-bottom: 100px;
}
#service h2 {
    text-align: center;
    font-size: 162%;
    margin-bottom: 40px;
    line-height: 1.6;
}
#service p.txt {
    line-height: 2;
    margin-bottom: 40px;
}

@media only screen and
(max-width : 767px) {


    /* --------------------------------
       □ general
    -------------------------------- */ 
    .contents{
        padding-bottom: 80px!important;
    }

    /* --------------------------------
       □ #service
    -------------------------------- */ 
    #service h2 {
        text-align: center;
        font-size: 135%;
        margin-bottom: 8%;
        line-height: 1.6;
    }


}
