@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: 中四国スバルグループ
Theme URI: a-i-l.co.jp
Description:
Author URI: a-i-l.co.jp
Tags: custom-header, custom-menu
Text Domain: stinger8
Version: 20181117
---------------------------------------------------------*/
body .company .sec2 .tb .tr {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background: url(./images/company_01.jpg) no-repeat center center;
    background-size: cover;
}
body .front .sec1 ul li {
    display: inline-block;
    width: calc( ( 100% - 6% ) / 4 );
    margin-right: 2%;
    font-size: 16px;
}
body .front .sec1 ul li.pt1 {
    width: calc( ( 100% - 6% ) / 4 );
    margin-right: 0%;
}
@media screen and (max-width: 1200px){
	body header .pc .tb .tl h1 a span {
	    font-size: 1.2vw;
	}
}
@media screen and (max-width: 640px){
	body .front .sec1 ul li ,
	body .front .sec1 ul li.pt1 {
	    width: 48%;
	    margin-right: 2%;
	    margin-bottom: 3%;
	}
	body .front .sec1 ul li:nth-child(2n) {
	    margin-right: 0%;
	}
}
