/* afterservice */

.common-layout .content #page_afterservice * + h2,
.common-layout .content #page_afterservice * + h3{margin-top:70px!important;}
.common-layout .content #page_afterservice * + h4{margin-top:50px!important;}

#page_afterservice .link_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
	margin: 50px 0;
    padding: 20px;
    gap: 40px;
}
#page_afterservice .link_frame{
    width: 100%;
    background: #ffffee;
    padding: 20px;
    border: 1px dotted #b5941a;
}
#page_afterservice .link_frame .link_title{font-size: 1.2em;}
#page_afterservice .link_frame a{display: inline-block; margin-left:10px; margin-top:5px;}
#page_afterservice .box_text_img{grid-template-columns: 1fr 55%;}
#page_afterservice .point_wrap{
    display: flex;
    flex-wrap: nowrap;
    width: 800px;
    margin: 0 auto 50px;
}
#page_afterservice .point_wrap .number{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #003796;
    color: #fff;
    line-height: 1.2;
}
#page_afterservice .point_wrap .number span{font-size: 1.4em;}
#page_afterservice .point_wrap .point_title{
    display: flex;
    align-items: center;
    padding:0 20px;
    width: 300px;
    font-size: 20px;
    line-height: 1.3;
    background: #eee;
}
#page_afterservice .point_wrap .point_text{
    flex:1;
    padding: 5px 20px;
    line-height: 1.8;
}
#page_afterservice .img_flow{
    width:80%;
    margin:30px 10%;
}
#page_afterservice table tr.model th{background:#d0d0d0;}
#page_afterservice table th.label1{background:#f0f0f0; width:200px;}
#page_afterservice table.shaken td{text-align:center;}
#page_afterservice table.shaken td ul li + li,
#page_afterservice table.tenken td ul li + li{margin-top: 10px;}
#page_afterservice .coating_point{margin:30px 0 40px;}
#page_afterservice .coating_point ul{
    display:flex;
    list-style:none;
    gap:30px;
}
#page_afterservice .coating_point ul li{
    display:block;
    width:calc( (100% - 60px) / 3);
}
#page_afterservice .coating_point ul li p.catch{
    line-height: 1.5;
    margin-bottom: 20px;
}

/* cartype */

#page_cartype .frame_info{
    border: 1px solid #ff0000;
    padding: 10px 20px;
}
#page_cartype .box_text_img{grid-template-columns: 1fr 35%;}

/* testdrive */

#page_testdrive .box_text_img{grid-template-columns: 1fr 35%;}
#page_testdrive .sec_banner{
    padding:40px 20px 70px;
}
#page_testdrive .sec_banner a{
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio:274 / 100;
    background: url('../img/top/banner_shijousha.jpg') center center;
    background-size:cover;
    border: 4px solid #003796;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
	margin:0 auto;
}

/* company */

#page_company iframe.googlemap{
    display:block;
    width: 100%;
    max-width: 960px;
    height:300px;
    margin:0 auto;
}

/* contact */

#page_contact .tel{font-size:28px;}
#page_contact ul.tel_info li + li{margin-top:15px;}
#page_contact .line_qr img{width:200px; height:200px;}
#page_contact table.mailform td input{
    width:100%;
	height:30px;
	font-family:inherit;
}
#page_contact table.mailform td select{height:30px;}
#page_contact table.mailform td textarea{
	width:100%;
	height:200px;
	font-family:inherit;
	padding:5px;
}
#page_contact input.wpcf7-submit{
    width: 240px;
    height: 50px;
    border: solid 1px #003399;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin: 40px auto 0 auto;
    position: relative;
    background: #003399;
}
#page_contact input.wpcf7-submit:hover{
	cursor : pointer;
}

/* link */

#page_link ul li + li{margin-top:20px;}

/* privacy */

#page_privacy p.signature{text-align:right;}


/******************** SP ********************/

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

/* afterservice */

#page_afterservice .link_wrap {
    display: flex;
    flex-direction: column;
}
#page_afterservice .point_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px;
}
#page_afterservice .point_wrap .point_title{
    width:auto;
    flex:1;
}
#page_afterservice .point_wrap .point_text{flex:auto;}
#page_afterservice table.shaken th.label1{width:100%;}
#page_afterservice table.shaken th.label2{width:65%;}
#page_afterservice .coating_point ul{flex-direction:column;}
#page_afterservice .coating_point ul li{width:100%;}

/* contact */

#page_contact .line_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
	margin:0 auto;
    position: relative;
    background: #05C755;
    font-size: 4vw;
    color: #FFF;
    border-radius: 5px;
	text-decoration:none;
}
#page_contact .line_btn a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#page_contact table.mailform td select{width:100%;}

}