@charset "shift_jis";

/* ---------- base -------------------- */
/*maintitle*/
.maintitle{
    width: 100%;
    padding: 30px 0;
    background-color: #f0ede5;
    position: relative;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){

    
}
@media screen and (min-width:900px){
	.maintitle {
        background-image: url(../../image/bg_contractor_pc.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
    }
	
}