@charset "shift-jis";
/* CSS Document */

/* ---------- トップ画像 ※レスポンシブ対応 ---------- */
.background {
  width: 100%;
  height: 0;
  padding-top: calc(190 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/test_drive/top_banner_testdriving.png) center center / cover no-repeat;
}


/* ---------- トップ背景色あり、中央寄せコメント 長めの文用 ---------- */
.sv24_top_comment {
    padding: 50px 0;
    margin: 10px 0;
    background-color: #fffbe9;
    text-align: center;
}
.sv24_top_comment01{
    line-height: 46px;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.img_ctr{
    margin: 0 auto;
}
/* ----------トップ中央寄せコメント スマホ左よせ 長めの文用 スマホ---------- */
@media screen and (max-width: 599px) {
.img_ctr{
    margin-top: 5px;
    width: 100%;
    height: auto;
}
.sv24_top_comment01{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
    padding: 0 10px;
	text-align:left;
}
}

/* ---------- トップ背景色あり、中央寄せコメント 短めの文用 ---------- */
.wide_haikei{
	padding: 50px 0;
	margin: 10px 0;
	background-color: #fffbe9; 
}
.top_comment2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
    padding: 0 10px;
	text-align:center;
}
/* ----------トップ中央寄せコメント スマホ左よせ 短めの文用 スマホ---------- */
@media screen and (max-width: 480px) {
.top_comment2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
    padding: 0 10px;
	text-align:left;
}
}


/* ----------　サブタイトル　---------- */
.sub_title {
	color: #0062b8;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin: 35px 0 0;
	font-weight: bold;
}

/* ----------　点検・車検web予約のリンクボタン　---------- */
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #333;
	color: #fff;
	padding: 25px 50px;
}
.button:hover {
	background-color: #0062b8;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.form_link {
	background-color: #f2f2f2;
	padding: 30px;
	margin: 30px 0 0;
}


/* ----------コンテンツ 左右10pxスペース---------- */
#contents {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.contents {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}


/* 中央よせテキスト    --------------------------------------------------*/
/* ----------中央寄せテキスト---------- */
div.ctr{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
h3.concept{
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
}
/* ----------中央寄せテキスト スマホ左寄せ---------- */
@media screen and (max-width: 740px) {
.br-sp { display:none; }
h3.concept{
	font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    padding: 0 10px;
}
}


/* ---------- タイトル付き囲み枠線BOX ---------- */
.box26 {
    max-width: 570px;
    position: relative;
    margin: 0 auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    line-height:30px;
    margin: 0; 
    padding: 0;
}


/* ---------- 横並びバナーのスタイル ---------- */
/* max３個並び  -----------------------*/
.cards340 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 20px;
}
/* max4個並び  -----------------------*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
}

/* Generic styles ----------------------------------------------*/
.cards340 {
  max-width: 1250px;
  margin: 0 auto 30px;
}

.cards {
  max-width: 1250px;
  margin: 0 auto 30px;
}

article {
  position: relative;
}

.article-img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.service_h4{
    font-weight: bold;
    line-height: 28px;
    padding-top: 10px;
    text-align: center;
    color: #0062b8;
}

article p {
    padding-top: 5px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 24px;
}



/* ---------- 横並び2列 ----------- */
.left,
.right {
  padding: 1%;
  text-align: center;
}
p {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
}

@media ( min-width : 480px ){
	.flexbox {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	}
  .left,
  .right {
    -webkit-flex: 1;
    flex: 1;
    background: none;
  }
}

.wrap2{
  max-width:1200px;
  margin:0 auto;
}
.wrap3{
  max-width:700px;
  margin:0 auto;
}
.wrap4{
  max-width:1000px;
  margin:0 auto;
}




/* ---------- 文字強調 ---------- */
.red_big{
    color:#ff0000;
    font-size: 22px;
    font-weight: bold;
}
.bk_big{
    color:#000000;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 599px) {
.red_big{
    color:#ff0000;
    font-size: 16px;
    font-weight: bold;
}
.bk_big{
    color:#000000;
    font-size: 16px;
    font-weight: bold;
}   
}



/* ---------- スペーサー ---------- */
.space5{
    padding-top: 5px;
}
.space10{
    padding-top: 10px;
}
.space20{
    padding-top: 20px;
}
.space25{
    padding-top: 25px;
}
.space30{
    padding-top: 30px;
}
.space40{
    padding-top: 40px;
}
.space50{
    padding-top: 50px;
}


/* ---------- テキスト ----------- */
.text_box700 {
    line-height: 24px;
}




/* ---------- hr 仕切り線 ----------- */
hr{
	height: 0; /*高さをリセット*/
	margin: 0; /*マージンをリセット*/
	padding: 0; /*パディングをリセット*/
	border: 0; /*ボーダーをリセット*/
}
hr.sample12 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #333 inset;
}


/* ---------- チラシ ----------- */
.leaflet {
    background-color: #194b70;
    padding: 100px;
}
@media screen and (max-width:979px) {
.leaflet {
    padding: 10px 0;
}
.leaflet img {
	padding: 0;
	width:90%;
}
}

/* ---------- 車検ページ ----------- */
.sub_title2 {
    color: #000000;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    margin: 35px 0 0;
    font-weight: bold;
}

.check01{
    color: #EF476F;
    padding-right: 10px;
}
.check02{
    color: #EF476F;
    padding-right: 10px;
}

.check_sub{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    line-height: 24px;
}
ol.sample1{ 
    counter-reset:list;
    list-style-type:none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 0 20px 0 20px;
}
ol.sample1 li{
    line-height: 20px;
    text-align: left;
    position:relative;
    padding: 7px 5px 7px 40px;
    margin: 7px 0 10px 0;
    font-weight: bold;
    font-size:14px;
    border-bottom:dashed 1px #a2a2a2;
}


/* ---------- サービスメニュー ページ  service_menu.php ----------- */
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    line-height: 1.8em;
    background: #253e80;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}



/* ---------- 12ヶ月点検  service_12.php ページ ----------- */
table.sv12_table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
table.sv12_table th,
table.sv12_table td{
  padding: .5em 1em;
}
table.sv12_table th{
	width: 80%;
}
table.sv12_table tr{
	background-color: #ffffff;
    border: none;
    padding: .35em;
}
.sv12_p {
    padding-top: 5px;
    text-align: left;
    line-height: 24px;
}
.sv12_img {
    width:145px;
    height:145px;
}
@media (max-width: 650px) {
    table.sv12_table{
      width: 100%;
    }
    table.sv12_table th{
	width: 90%;
}
    table.sv12_table th,
    table.sv12_table td{
      display: block;
    }
    table.sv12_table th,
    table.sv12_table td{
      border-top: none;    
    }
  }



/* ---------- 点検パック  service_tenken.php ページ ----------- */
.tenken_p {
    padding-top: 5px;
    text-align: left;
    line-height: 24px;
}

.box28 {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    padding: 25px 15px 20px;
    border: solid 5px #F7AD00;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 17px;
    background: #F7AD00;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
        line-height: 24px;
    margin: 0; 
    padding: 0;
}
.blue{
    color:#253e80;
}



/* ---------- 保証延長プラン  service_hosyou.php ページ ----------- */
.box22{
    padding: 1.5em 1.5em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #30C95D;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
}
.box22 p {
    padding-top: 5px;
    line-height: 24px;
}
.sub_title_green {
    color: #30C95D;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

text_ctr{
    padding-top: 5px;
    text-align: center;
    line-height: 24px;
}

table.hosyou_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.hosyou_table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.hosyou_table th,
table.hosyou_table td {
    padding: .625em;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

table.hosyou_table th {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .15em;
}

@media screen and (max-width: 600px) {
  table.hosyou_table {
    border: 0;
  }

  table.hosyou_table caption {
    font-size: 1.3em;
  }
  
  table.hosyou_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.hosyou_table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.hosyou_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.hosyou_table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  table.hosyou_table td:last-child {
    border-bottom: 0;
  }
}




/* ---------- 試乗車ページ----------- */
article p .test_dreive_p {
    padding-top: 5px;
    text-align: center;
    line-height: 24px;
}


/* ---------- 外部リンク ----------- */
.kanren_link {
	width: 100%;
	margin: 0 auto;
}
.kanren_link li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 40px;
	line-height: 36px;
}

.kanren_link li a {
	color: #000;
}
@media screen and (min-width:980px) {
.kanren_link {
	width: 1100px;
}
}
@media screen and (max-width: 979px) {
.kanren_link {
	text-align:center;
}
.kanren_link li {
	float: none;
	list-style-type: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.sp_none {
	display: none;
}
}
