<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*非表示*/
.header_nav{
	display:none;

}

@media (min-width: 480px) {
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .column {
    width: 100%;
    float: left;
    box-sizing: border-box;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
  }
  .column {
    margin-left: 4%;
  }
  .column:first-child {
    margin-left: 0;
  }

  .three.column { width: 22%; }
  .four.column { width: 30.6666666667%; }
  .five.column { width: 39.3333333333%; }
  .six.column { width: 48%; }
  .seven.column { width: 56.6666666667%; }
  .nine.column { width: 74.0%; }
}

body {
  font-size: 1.4rem;
}
h1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
}
h2 {
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
.txt_center.txt_sm_left {
  text-align: left;
}

/* col_list */
.col_list li {
  padding: 1em 0;
  border-bottom: #ddd 1px solid;
}
.col_list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* .more_info */
.more_info.btn a {
  font-size: 1.3rem;
}
.more_info.btn.sm-btn a {
  font-size: 1.2rem;
}

/* ページトップへ戻る */
.pagetop,
.pagetop a,
.pagetop a i {
  display: none;
}


/* header */
header {
	position:fixed;
	top:0;
	left:0;
	height:90px;
	z-index:999;
  width: 100%;
}

header .container{
  position:relative;
  display:flex;
height:90px;
  padding:0;
}

.site_title{
	width:50%;
	max-width: 160px;
	margin-left:15px;
}
.site_title img{
	width:100%;
}

.header_contact{
	width:100%;
	background: #182e8f; /* Old browsers */
	background: -moz-linear-gradient(left, #182e8f 0%, #00ace4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #182e8f 0%, #00ace4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #182e8f 0%, #00ace4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182e8f', endColorstr='#00ace4', GradientType=1 ); /* IE6-9 */
color:#FFF;
}

.header_contact ul,
.header_contact li{
	list-style:none;
	margin:0;
	padding:0;
}

.header_contact ul{
	width:100%;
	justify-content:center;
}

.header_contact li{
	padding:5px 15px;
  width: 100%;
  text-align: center;
}



/* nav */
nav.header_nav {
  display: none;
}


/* contents */
#wrap{
	padding-top:90px;
}

.container {
  padding: 0 15px;
}

section {
	position:relative;
	z-index:10;
	padding:2em 0;
	background:#FFF;
}

/* footer */
footer{
	position:relative;
	z-index:10;
	padding:2em 0;

}

footer .container {
  padding: 40px 10px 10px;
}
footer .footer_inq h2 {
  font-size: 1.4rem;
}
footer .footer_inq p {
  font-size: 1.2rem;
}

.copy{
	margin-bottom:0;

}

/* call_nav */
.call_nav {
  display: inline-block;
  margin-right:15px;
  padding: .4em .5em;
  border: solid 1px rgba(0, 56, 147, .8);
  background: rgba(0, 56, 147, 0);
  font-size: 1.3rem;
  color: rgba(0, 56, 147, .8);
  font-weight: 600;
  letter-spacing: .06em;
}
.call_nav:hover {
  cursor: pointer;
  border: solid 1px rgba(0, 56, 147, .8);
  background: rgba(0, 56, 147, .8);
}
.call_nav i {
  margin-right: .3em;
  color: rgba(0, 56, 147, .8);
}

.call_nav:hover,
.call_nav:hover i {
  color: #fff;
  transition:all 0.5s ease;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  zoom:1;
}

#drawer{
  position: fixed;
  top: 0;
  right: -280px;
  width: 200px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; 
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  background:rgba(0, 56, 147, .9);
  color:#FFF;
  z-index: 9999;
}

.drawer-close {
  text-align: right;
}

#drawer.open{
  -webkit-transform: translate3d(-280px, 0, 0);
     -moz-transform: translate3d(-280px, 0, 0);
          transform: translate3d(-280px, 0, 0);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.lte-ie9 #wrap.open {
  right: 280px;
}
 
.lte-ie9 #wrap.open {
  right: 0;
}
#drawer a{
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 48px;
  padding-left: 1.5em;
  transition:none;
}
#drawer ul{
  list-style:none;
  margin:2.4em auto 2.4em;
  border-bottom:dotted 1px rgba(195, 183, 166, .5);
  padding:1em 0;
}
#drawer li{
  list-style:none;
  margin:0;
}
#drawer li:hover{
}
#drwawer_main_nav{}
#drwawer_sns_nav img{
  vertical-align:middle;
  margin-right:1em;
}

.drawer-close{
  position:absolute;
  top:10px;
  right:10px;
  color:#FFF;
_border:solid 2px rgba(255,255,255,.8);
  line-height:1;
  width:1.0em;
  font-size:2.0rem;
  text-align:center;
  cursor:pointer;
  font-weight: 600;
}


/* 汎用コード */
.sec_title {
	font-size: 2.4rem;
	margin: -140px auto 2em;
	padding-top:140px;

}

/*汎用リスト*/
.box_list li+li {
	margin-top:1em;
}

.box_list{
	margin-bottom:1em;

}

/*汎用テーブル*/
.ts_01,
.ts_01 tbody,
.ts_01 tr,
.ts_01 th,
.ts_01 td{
	display:block;
}


.ts_01 th, .ts_01 td {
	padding: .5em;
	margin: 0;
	font-size:1.3rem;
}
.ts_01 th {
	color: #182e8f;
	text-align: left;
	border-bottom: solid 1px #182e8f;
}


/* Form */
input[type="text"] {
  width: 64%;
}

/*トップスライダー*/

.top_slider{
	background:#FFF;
    z-index: 20;
}
.top_slider_wrap{
	padding:4% 0 6%;
}

.slide_selector .slick-dots{
	bottom:-20%;
}
.slide_selector .slick-dots li{
	margin:0 1%;

}



/* map_box */
.map_box {
  width: 100%;
  margin: 1em auto;
  max-height: 300px;
}
.map_box iframe,
.map_box twitter-timeline {
  height: 300px;
}

/* contact_form */
.contact_form_table{}
.contact_form_table th,
.contact_form_table td{
  display:block;
}
.contact_form_table th{
  text-align:left;
  margin-bottom:.5em;
}
.contact_form_table td{
  margin-bottom:1em;
  padding-bottom:1em;
  border-bottom:solid 1px #CCC;
}
.contact_form_table thead{
  display: none;
}

.form_check_list{
  list-style:none;
  display:inine-block;
}

.form_check_list li{
  line-height:44px;
  border-bottom:dashed 1px #CCC;
}
.form_check_list li label{
  display:inline-block;
  margin:0;
}


/*  中古車情報 */
.used_car {
	position:relative;
	z-index:1;
	background:transparent;
	background-image:none;
	padding:0;
}
.used_car .container{
	position:relative;
	z-index:1;
	overflow:hidden;
	padding: 2em 15px;
}
.used_car .container:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
	background: #0b2647 url(images/used_car_bg.jpg) no-repeat center;
	background-size:cover;
	color: #FFF;

}
.used_car li{
	margin-bottom:2em;
}
.used_car h3{
	margin:1em 0;
	font-size:1.4rem;

}


/*  サービス */
.service {
	position:relative;
	z-index:1;
	background:transparent;
	background-image:none;
	padding:0;
}

.service .container{
	position:relative;
	z-index:1;
	overflow:hidden;
	padding: 2em 15px;
}
.service .container:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
	background: #0b2647 url(images/service_bg.jpg) no-repeat center;
	background-size:cover;
	color: #FFF;
}


.service_ico {
	width:60px;
	height:60px;
	line-height:60px;
	font-size:3rem;
}



.used_car_price{
	font-size:1.8rem;
}

.used_car_price strong{
	font-size:3rem;
}

.used_car_price span{
	font-size:1.4rem;

}
</pre></body></html>