﻿/* ************************************** _

タイトル：layout.css

概要：レイアウト用CSSファイル

_ ************************************** */



/* 共通
---------------------------------------------------------------------------- */
/*包括ラップ*/
.basewrap{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:50px 0 60px;
	position:relative;
}
.basewrap1{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:50px 0 30px;
	position:relative;
}
.basewrap_donyu{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:60px 0 30px 0;
	position:relative;
}
.basewrap_end{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.basewrap_thanks{
	max-width:1000px;
	min-height: 40vh;
	margin:0 auto 0 auto;
	padding:60px 0 30px 0;
	position:relative;
}
.basewrap_nousya{
	width:100%;
	margin:0 auto 0 auto;
	padding:50px 0 50px;
}
.basewrap_towa{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:50px 0 40px;
	position:relative;
}
.basewrap_maintanance{
	max-width:680px;
	margin:0 auto 0 auto;
	padding:50px 0 60px;
	position:relative;
}
.basewrap_usedcar{
	max-width:1280px;
	margin:0 auto 0 auto;
	padding:50px 0 60px;
	position:relative;
}
.basewrap_normal{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:0px;
	position:relative;
}
.syasen_ao{
	background:url(../images/cmn_img/syasen_ao.gif) repeat top left;
}
.syasen_orange{
	background:url(../images/cmn_img/syasen_orange.gif) repeat top left;
}
.syasen_pink{
	background:url(../images/cmn_img/syasen_pink.gif) repeat top left;
}
.syasen_green{
	background:url(../images/cmn_img/syasen_green.gif) repeat top left;
}
.syasen_murasaki{
	background:url(../images/cmn_img/syasen_murasaki.gif) repeat top left;
}
.bg_kiiro{
	background-color:#fff000;
}
.bg_grey{
	background-color:#f2f2f2;
}
.subbb{
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
}

.subbb h2,.subbb .under_title{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	z-index:99999;
	position:absolute;
	top: 55px;
	left:0;
	right:0;
	margin: 0 auto;
	height:100px;
	line-height:1.3;
	letter-spacing: 3px;
	padding-top:14px;
}
.subbb h2 span,.subbb .under_title span{
	display:block;
	font-size:16px;
	font-family: 'Didact Gothic', sans-serif;
	letter-spacing:1px;
	font-weight:normal;
}
.subbb h2.searchcarssub,.subbb .search_title{
	background: rgba(41,171,226,0.8);
	width:411px;
}
.subbb h2.shopsub,.subbb .shop_title{
	background: rgba(255,123,172,0.8);
	width:275px;
}
.subbb h2.stepssub,.subbb .step_title{
	background: rgba(239,204,0,0.8);
	width:411px;
}
.subbb h2.maintasub,.subbb .maintenance_title{
	background: rgba(34,181,115,0.8);
	width:358px;
}
.subbb h2.warrantysub,.subbb .warranty_title{
	background: rgba(126,65,196,0.8);
	width:275px;
}
.subbb h2.companysub{
	background: rgba(0,113,188,0.8);
	width:275px;
}
.subbb h2.privacysub{
	background: rgba(0,0,0,0.8);
	width:500px;
}
.subbb h2.contactsub{
	background: rgba(255,148,148,0.8);
	width:358px;
}
.subbb h2.stocksub{
	background: rgba(40,175,225,0.8);
	width:300px;
}

h3.basic_m,.com_philosophy{
	display:inline-block;
	padding:3px 10px;
	background-color: #dd6666;
	color:#fff;
	margin-bottom:30px;
	font-size:32px;
	font-weight:bold;
}
.bread-sur{
	padding: 5px 0;
}
.bread-Blue{
	background-color: #f2fbff;
}
.breadcrumb{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	font-size: 80%;
}
.breadcrumb li:first-child::after{
	content: "＞";
	margin: 0 5px;
	color: #45A5D6;
}

@media screen and (max-width: 736px) {
.basewrap{
	padding:30px 0 30px;
}
.basewrap1{
	padding:30px 0 20px;
}
.basewrap_donyu{
	padding:40px 0 30px 0;
}
.basewrap_end{
	padding:40px 0 0 0;
}
.basewrap_thanks{
	padding:40px 0 30px 0;
}
.basewrap_nousya{
	padding:30px 0 30px;
}
.basewrap_towa{
	padding:30px 0 10px;
}
.basewrap_maintanance{
	padding:30px 0 30px;
}
.subbb h2,.subbb .under_title{
	height:80px;
	top: 65px;
	font-size:26px;
}
.subbb h2.shopsub , .subbb h2.stepssub , .subbb h2.maintasub , .subbb h2.warrantysub , .subbb h2.companysub , .subbb h2.privacysub , .subbb h2.contactsub ,.subbb .step_title,.subbb .maintenance_title,.subbb .warranty_title,.subbb .shop_title,.subbb h2.searchcarssub,.subbb .search_title{
	width:300px;
}
.subbb h2.privacysub , .subbb h2.maintasub,.subbb .maintenance_title{
	letter-spacing: 0;
}
h3.basic_m,.com_philosophy{
	font-size:22px;
	margin-bottom:20px;
}
.bread-sur{
	padding: 5px 10px;
}
}

.parag{ margin: 0 0 30px 0; }

/*ボタン*/
button.btn_arrowR{
  	color: #FFFFFF !important;
  	border: none;
  	font-weight: bold;
	cursor: pointer;
}

.btn_arrowR{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px auto;
	background: #c31342;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_arrowR a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	position: relative;
}
.btn_arrowR a::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_arrowR:hover{
	background: #d15677;
}

/*テキスト見出し*/
.txt-title{
	text-align: center;
	font-size: 2em;
	margin: 0 auto 50px auto;
}

.base_button {
  display: inline-block;
  width: 300px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.base_button::before,
.base_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.base_button,
.base_button::before,
.base_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.base_button {
  background-color: none;
  color: #3fa9f5;
	border:1px solid #3fa9f5
}
.base_button:hover {
  background-color: #3fa9f5;
	text-decoration: none;
	color: #fff;
}


.base_button2 {
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	border-radius: 8px;
	font-weight:bold;
}
.base_button2::before,
.base_button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.base_button2,
.base_button2::before,
.base_button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.base_button2 {
  background-color: #29ABE2;
  color: #fff;
}
.base_button2:hover {
  background-color: #53c6f7;
color: #fff;
	text-decoration:none; 
}

.base_button3 {
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	border-radius: 8px;
	font-weight:bold;
}
.base_button3::before,
.base_button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.base_button3,
.base_button3::before,
.base_button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.base_button3 {
  background-color: #FF0068;
  color: #fff;
}
.base_button3:hover {
  background-color: #FF7BAC;
color: #fff;
	text-decoration:none; 
}

.base_button4 {
  display: inline-block;
  width: 100%;
	max-width:500px;
  height: 52px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	border-radius: 5px;
	font-weight:bold;
}
.base_button4::before,
.base_button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.base_button4,
.base_button4::before,
.base_button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.base_button4 {
  background-color: #FF0068;
  color: #fff;
	text-decoration: none!important;
}
.base_button4:hover {
  background-color: #FF7BAC;
color: #fff;
	text-decoration:none; 
}


.btn_mb{
	margin-bottom:100px;
}


ul.number{
	padding-left: 28px;	
	line-height: 1.75;
}
ul.number li{
	list-style-type: decimal;
	margin-bottom:5px;
}

ul.sp_contact_btn{
	display:none;
}
.owabi{text-align:left;margin-bottom:30px;}
.greywaku{background-color:#ffebeb;padding:30px;margin-bottom:50px;}
@media screen and (max-width: 736px) {
.btn_mb{
	margin-bottom:50px;
}
.owabi{text-align:left;margin-bottom:20px;}
.greywaku{padding:10px;margin-bottom:30px;}
}

@media screen and (max-width: 480px) {
ul.number{
	line-height: 1.3;
}
ul.sp_contact_btn{
	display:block;
}
ul.sp_contact_btn li{
	line-height:0;
	margin:0;
	padding:0;
	vertical-align: bottom;
}
}

/*トップページ*/
.topbb_bg{
	background:url(../images/index/topbb_bg.jpg) no-repeat 50% 50%;
}
.topbb{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
.topbb img{
	width:100%;
}
.topbb img.sp{
	display:none;
}

.top_m_center{text-align:center;}
#home h2 ,.under_title{
	padding: 0.3em 0.3em;/*上下の余白*/
	display:inline-block;
	font-size:40px;
	margin-bottom:40px;
	font-weight:bold;
}
#home h2.black {
	color: #333;/*文字色*/
	border-top: solid 2px #333;/*上線*/
	border-bottom: solid 2px #333;/*下線*/
}
#home h2.white {
	color: #fff;/*文字色*/
	border-top: solid 2px #fff;/*上線*/
	border-bottom: solid 2px #fff;/*下線*/
}
#home h2.green {
	color: #009245;/*文字色*/
	border-top: solid 2px #009245;/*上線*/
	border-bottom: solid 2px #009245;/*下線*/
}
#home h2.orange {
	color: #F15A24;/*文字色*/
	border-top: solid 2px #F15A24;/*上線*/
	border-bottom: solid 2px #F15A24;/*下線*/
}
#home h2.blue {
	color: #29abe2;/*文字色*/
	border-top: solid 2px #29abe2;/*上線*/
	border-bottom: solid 2px #29abe2;/*下線*/
}
#home h2.yellow {
	color: #ffff00;/*文字色*/
	border-top: solid 2px #ffff00;/*上線*/
	border-bottom: solid 2px #ffff00;/*下線*/
}
ul.komikomilist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
}
ul.komikomilist li{
	flex-basis: 292px;
	min-width:292px;
	display:block;
	margin:0 10.6px 30px 10.6px;
	position:relative;
}
ul.komikomilist li a{
	color:#333!important;
}
ul.komikomilist li a:hover{
	color:#999!important;
	text-decoration: none!important;
}
ul.komikomilist li p.mishiyo_icon{
	position:absolute;
	left:-8px;
	top:-20px;
}
ul.komikomilist li p.komikomi_price{
	text-align:center;
	margin-bottom:5px;
}
ul.komikomilist li p.komikomi_intxt{
	padding:5px 8px 5px 4px;
	line-height:1.3;
	font-size:18px;
}

ul.komikomilist li.komi99{
	background-color: #ffe7d2;
	border:10px solid #ff931e;
	border-radius: 10px;
}
ul.komikomilist li.komi109{
	background-color: #eff9e4;
	border:10px solid #7ac943;
	border-radius: 10px;
}
ul.komikomilist li.komi129{
	background-color: #ffe9f2;
	border:10px solid #ff7bac;
	border-radius: 10px;
}
.komi_p{
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
.topbg_usedcar{
	background:url(../images/index/topusdcar_bg.jpg) no-repeat 50% 50%;
	background-size:cover;
}

/* トップ大見出し */
.top_title{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 0 50px;
}
.top_headding{
	font-size: 25px;
	font-weight: bold;
	color: #ff7f00;
	border-top: solid 2px #ff7f00;
    border-bottom: solid 2px #ff7f00;
    padding: .5em 0;
    margin-bottom: 30px;
    text-align: center;
}
.top_text{
	padding: 0 20px;
}

/*トップ：中古車/*/
.top_usedcarwrap{
	max-width: 1000px;
	overflow: hidden;
	margin:0 auto;
}

.top_usedcarwrap ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	display: block\0/;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding:0 10px 0 10px;
	font-size:14px;
	overflow:hidden;
	margin-bottom:20px;
}
.top_usedcarwrap ul li{
	flex-basis: 23.72%;
	margin-right:1.6%;
	float:left\0/;
	width: 23.72%\0/;
	margin-right:1.6%\0/;
	position:relative;
	margin-bottom:20px;
}
/*
.top_usedcarwrap ul li a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
	transition: 1.0s ;
}
*/

/*
.top_usedcarwrap ul li a:hover{
	background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
*/

.top_usedcarwrap ul li:nth-child(4n){
	margin-right:0;
	margin-right:0\0/;
}
/*
.top_usedcarwrap ul li .usecarimg{
	max-width: 280px;
	max-height:210px;
	overflow:hidden;
}
*/
.top_usedcarwrap ul li .usecarimg{
	position:relative;
}
.top_usedcarwrap ul li .usecarimg .mishiyo_icon{
	position:absolute;
	top:0;
	right:0;
	width:71px;
	height:39px;
	text-align:center;
	background: rgba(224,0,0,0.7);
	color:#fff;
	padding:4px 3px 0;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
}
.top_usedcarwrap ul li .usecarimg img{
	width: 100%;
}

.top_usedcarwrap ul li h4{
	color:#fff;
	padding:8px 5px;
	text-align:center;
	line-height:1.3;
	background: #39B54A;
	font-weight:bold;
}
.top_usedcarwrap ul li h4.lp{
	color:#333;
	padding:8px 5px;
	text-align:center;
	line-height:1.3;
	background: #DFDFDF;
	font-weight:bold;
}

.top_usedcarwrap ul li dl,
.top_usedcarwrap ul li dt,
.top_usedcarwrap ul li dd {
  	box-sizing: border-box;
}
.top_usedcarwrap ul li dl {
  	text-align:center;
  	border-right: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  	border-left: 1px solid #fff;
}
.top_usedcarwrap ul li dt,
.top_usedcarwrap ul li dd {
  	padding: 3px;
  	border-top: 1px solid #fff;
}
.top_usedcarwrap ul li dt {
  	width: 50%;
  	float: left;
	background-color: #dfdfdf;
	height:30px;
	overflow:hidden;
}
.top_usedcarwrap ul li dd {
  	background-color: #eeeeee;
  	margin-left: 50%;
  	border-left: 1px solid #fff;
	height:30px;
	overflow:hidden;
}
.top_usedcarwrap ul li dd.hauto {
	height:auto;
}

.top_usedcarwrap ul li dd.price {
	line-height:0.5!important;
}
.top_usedcarwrap ul li dd.wd100 {
  	background-color: #eeeeee;
  	margin-left: 0%;
  	border-left: 1px solid #fff;
	/*height:65px;*/
	width:100%;
	text-align:left;
	line-height:1.4;
	height:auto!important;
}
.top_usedcarwrap ul li dd span {
  	color:#cb0101;
	font-size:120%;
}
.top_usedcarwrap ul li dd span.kuro {
  	color:#333;
}
/*
.top_usedcarwrap ul li dd span.lpprice {
  	color:#cb0101;
	font-size:200%;
	font-weight:bold;
	line-height:1.0;
}
*/
.top_usedcarwrap ul li dd.wd100 p {
	line-height:1.0!important;
}
.top_usedcarwrap ul li dd span.lpprice  {
  	color:#cb0101;
	font-size:360%;
	font-weight:bold;
}
.top_usedcarwrap ul li dd span.kuro  {
  	color:#333!important;
}


ul.toptoha{
	width:100%;
}
ul.toptoha li{
	width: 100%;
	margin-bottom:40px;
	align-items: stretch;
	background-color:#fff;
	border-radius: 10px;
	position:relative;
}

ul.toptoha li dl dt{
	font-size:25px;
	font-weight:bold;
	border-bottom:1px solid #621F88;
	margin-bottom:10px;
	padding:5px 0 3px 0;
}
ul.toptoha li dl dd{
	font-size:25px;
	font-weight:bold;
	/*border-bottom:1px solid #F3A21A;*/
	margin-bottom:10px;
	padding:5px 0 3px 0;
}

ul.toptoha li dl dt:before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 44px;/*画像の幅*/
	height: 44px;/*画像の高さ*/
	background-image: url(../images/index/toha_q.png);
	margin-right:5px;
}
ul.toptoha li dl dd:before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 44px;/*画像の幅*/
	height: 44px;/*画像の高さ*/
	background-image: url(../images/index/toha_a.png);
	margin-right:5px;
}
ul.toptoha li img{
	position:absolute;
	top:25px;
	right:15px;
}

ul.toptoha li h4,ul.toptoha li h3{
	position:relative;
	font-size:25px;
	font-weight:bold;
	border-bottom:1px solid #93278f;
	margin-bottom:20px;
	padding:5px 0 3px 0;
}




ul.toptoha li h4.num1:before,.unused_title1::before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 48px;/*画像の幅*/
	height: 48px;/*画像の高さ*/
	background-image: url(../images/index/toha_num1.gif);
	margin-right:5px;
}
ul.toptoha li h4.num2:before,.unused_title2::before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 48px;/*画像の幅*/
	height: 48px;/*画像の高さ*/
	background-image: url(../images/index/toha_num2.gif);
	margin-right:5px;
}
ul.toptoha li h4.num3:before,.unused_title3::before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 48px;/*画像の幅*/
	height: 48px;/*画像の高さ*/
	background-image: url(../images/index/toha_num3.gif);
	margin-right:5px;
}
ul.toptoha li h4.num4:before,.unused_title4::before{
	content: '';/*何も入れない*/
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 48px;/*画像の幅*/
	height: 48px;/*画像の高さ*/
	background-image: url(../images/index/toha_num4.gif);
	margin-right:5px;
}
ul.toptoha li h4 img,ul.toptoha li h3 img{
	position:absolute;
	bottom:-6px;
	right:0;
}
ul.toptoha li p{
	line-height:1.5;
	padding:10px 20px;
}
ul.toptoha li .toha_pd{
	padding:20px;
}

.tophosyo_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	width:100%;
	margin:70px 0 40px;
}
.hosyodonyu_bg{
	background-color:#e6f6ff;
	padding:30px;
	text-align:center;
	border-radius: 10px;
	margin-bottom:30px;
}
.tophosyo_wrap .hosyo_5{
	flex-basis: 47.5%;
	max-width:47.5%;
	align-items: stretch;
	background-color:#d7ffeb;
	padding:20px;
}
.tophosyo_wrap .hosyo_5 h4{
	font-weight:bold;
	font-size:26px;
	width:273px;
	margin:-50px auto 20px auto;
	text-align:center;
	background-color:#22b573;
	color:#fff;
	padding:10px 0;
}
.tophosyo_wrap .hosyo_5 ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	width:86%;
	margin:0 auto;
}
.tophosyo_wrap .hosyo_5 ul li{
	flex-basis: 105px;
	max-width:105px;
	align-items: stretch;
	padding:10px;
	line-height:0;
}
.tophosyo_wrap .hosyo_7-10{
	flex-basis: 47.5%;
	max-width:47.5%;
	align-items: stretch;
	background-color:#ffd7eb;
	padding:20px;
}
.tophosyo_wrap .hosyo_7-10 h4{
	font-weight:bold;
	font-size:26px;
	width:273px;
	margin:-50px auto 20px auto;
	text-align:center;
	background-color:#ff5fa0;
	color:#fff;
	padding:10px 0;
}
.tophosyo_wrap .hosyo_7-10 ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	width:86%;
	margin:0 auto;
}
.tophosyo_wrap .hosyo_7-10 ul li{
	flex-basis: 105px;
	max-width:105px;
	align-items: stretch;
	padding:10px;
	line-height:0;
}

#slidealbum a:hover img{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.rcm-box {
  max-height: 360px;
  background: black;
  position: relative;
}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
}
.rcm-box:hover img {
  opacity: 0.5;
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: white;
}
.rcm-title{
	font-size:115%;
}

.txtwhfuto_120per{
	color:#fff;
	font-weight:bold!important;
	font-size:120%;
}
.txtwhfuto_120per{
	color:#fff;
	font-weight:bold!important;
	font-size:120%;
}
.txtbkfuto_120per{
	color:#333;
	font-weight:bold!important;
	font-size:120%;
}


@media screen and (max-width: 736px) {
.topbb{
	background:none;
}
.topbb img.pc{
	display:none;
}
.topbb img.sp{
	display:block;
}
#home h2 ,.under_title{
	padding: 0.3em 0.3em;/*上下の余白*/
	font-size:30px;
	margin-bottom:30px;
}
	
ul.komikomilist li{
	margin-bottom:20px;
}
	
.top_usedcarwrap{
	padding:0;
}
.top_usedcarwrap ul{
	display: block;
	padding:10px 10px 0 10px;
	margin-bottom:30px;
}
.top_usedcarwrap ul li{
	margin:0 0 10px 0;
	display:block;
	width: 48.5%;
	float:left;
}
.top_usedcarwrap ul li:nth-child(even){
	float:right;
}

ul.toptoha li{
	flex-basis: 100%;
	margin-bottom:30px;
}
ul.toptoha li h4,ul.toptoha li h3{
	font-size:20px;
}
ul.toptoha li .toha_pd{
	padding:10px;
}
	
ul.toptoha li dl dt{
	font-size:18px;
}
ul.toptoha li dl dd{
	font-size:18px;
}
ul.toptoha li p{
	padding:10px 10px;
}
ul.toptoha li img{
	position:absolute;
	top:inherit;
	right:-5px;
	bottom:-25px;
}
	
.top_usedcarwrap ul li dd.wd100 {
	/*height:100px;*/
	height:auto;
}

.tophosyo_wrap .hosyo_5{
	flex-basis: 100%;
	max-width:100%;
	margin-bottom:50px;
}
.tophosyo_wrap .hosyo_5 h4{
	font-size:20px;
}
.tophosyo_wrap .hosyo_5 ul{
	width:100%;
	max-width:100%;
}

.tophosyo_wrap .hosyo_7-10{
	flex-basis: 100%;
	max-width:100%;
}

.tophosyo_wrap .hosyo_7-10 h4{
	font-size:20px;
}
.tophosyo_wrap .hosyo_7-10 ul{
	width:100%;
	max-width:100%;
}
.top_title{
	padding: 0 10px 30px;
}
.top_headding{
	font-size: 16px;
	margin-bottom: 25px;
}
.top_usedcarwrap ul li dl {
  	font-size:90%;
}
}
@media screen and (max-width: 436px) {
.top_usedcarwrap ul li dt.syakenpart {
	/*height:45px;*/
}

}


/*店舗情報*/
.shopinfo_wrap{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#fff0f6;
}
.shopinfo_wrap_orange{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#fff3e6;
}
.shopinfo_wrap_kimidori{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#f0ffe6;
}
.shopinfo_wrap_mizuiro{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#ecf7ff;
}
.shopinfo_wrap_pd{
	padding:50px;
}
.shopinfo_wrap_l{
	width:50%;
	float:left;
}
.shopinfo_wrap_l dl {
	width:100%;
	font-size:18px;
}
.shopinfo_wrap_l dt {
	float:left;
	clear:left;
	width:25%;
}
.shopinfo_wrap_l dd {
	float:left;
	width:75%;
}
.shopinfo_wrap_l img{
	margin-top:20px;
}
.shopinfo_wrap_r{
	width:43%;
	float:right;
}
.ggmap_shopinfo {
position: relative;
padding-bottom: 30%;
height: 0;
overflow: hidden;
}
 
.ggmap_shopinfo iframe,
.ggmap_shopinfo object,
.ggmap_shopinfo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ggmap_shopinfobtn_wrap{
	padding:20px 0 60px;
}
@media screen and (max-width: 736px) {
.shopinfo_wrap{
	margin:0 auto;
}
.shopinfo_wrap_pd{
	padding:20px;
}
.shopinfo_wrap_l{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.shopinfo_wrap_l dl {
	font-size:14px;
}
.shopinfo_wrap_l dt , .shopinfo_wrap_l dd  {
	margin-bottom:10px;
}
	
.shopinfo_wrap_r{
	width:100%;
	float:none;
}
.ggmap_shopinfo {
padding-bottom: 56.25%;
}
.ggmap_shopinfobtn_wrap{
	padding:20px 0 30px;
}
}


/*購入までの流れ*/
.steps1_bg{background-color:#a4d8ff;}
.steps2_bg{background-color:#ffcc88;}
.steps3_bg{background-color:#ffa6ce;}
.steps4_bg{background-color:#c4ffa9;}
.steps5_bg{background-color:#efd978;}

.basewrap_steps{
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:80px 0 60px;
	position:relative;
}
.stepswrap_type1{
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	position:relative;
}
.stepswrap_type1_r{
	width:60%;
	background-color:#fff;
	float:right;
	margin-top:30px;
}
.stepswrap_type1_r_pd{
	padding:50px;
}
.stepswrap_type1_r h4{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
}
.stepswrap_type1_r h5,.step_text{
	text-align:center;
	color:#e80000;
	font-weight:bold;
	margin-bottom:20px;
}
.stepswrap_type1_l{
	width:40%;
	float:left;
}
.stepswrap_type1 .stepsnum_wrap1{
	background:url(../images/steps/steps_num01.png) no-repeat left top; 
	width:150px;
	height:150px;
	z-index:10;
	position:absolute;
	top:-7%;
	left:32.2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
}
.stepswrap_type1 .stepsnum_wrap3{
	background:url(../images/steps/steps_num03.png) no-repeat left top; 
	width:150px;
	height:150px;
	z-index:10;
	position:absolute;
	top:-7%;
	left:32.2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
}
.stepswrap_type1 .stepsnum_wrap5{
	background:url(../images/steps/steps_num05.png) no-repeat left top; 
	width:150px;
	height:150px;
	z-index:10;
	position:absolute;
	top:-7%;
	left:32.2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
}
.stepswrap_type1 h3{
	color:#fff;
	flex-basis: 150px;
	max-width:150px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:1.3;
}

.stepswrap_type2{
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	position:relative;
}
.stepswrap_type2_l{
	width:60%;
	background-color:#fff;
	float:left;
	margin-top:30px;
}
.stepswrap_type2_l_pd{
	padding:50px;
}
.stepswrap_type2_l h4{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
}
.stepswrap_type2_l h5{
	text-align:center;
	color:#e80000;
	font-weight:bold;
	margin-bottom:20px;
}
.stepswrap_type2_r{
	width:40%;
	float:right;
}
.stepswrap_type2 .stepsnum_wrap2{
	background:url(../images/steps/steps_num02.png) no-repeat left top; 
	width:150px;
	height:150px;
	z-index:10;
	position:absolute;
	top:-7%;
	right:32.2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
}
.stepswrap_type2 .stepsnum_wrap4{
	background:url(../images/steps/steps_num04.png) no-repeat left top; 
	width:150px;
	height:150px;
	z-index:10;
	position:absolute;
	top:-7%;
	right:32.2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
}

.stepswrap_type2 dl,
.stepswrap_type2 dt,
.stepswrap_type2 dd {
	box-sizing: border-box;
	font-size:18px;
	line-height:1.3;
}
.stepswrap_type2 dl {
	background: #67d12a;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.stepswrap_type2 dt,
.stepswrap_type2 dd {
	padding: 8px 8px 0 8px;
	border-top: 1px solid #ccc;
}
.stepswrap_type2 dt {
	width: 35%;
	float: left;
	color:#fff;
	font-weight:bold;
}
.stepswrap_type2 dd {
	background: #fff;
	margin-left: 35%;
	padding-bottom: 8px;
	border-left: 1px solid #ccc;
}
.stepswrap_type2 dd:after {
	content: '';
	display: block;
	clear: both;
}
.stepswrap_type2 h3{
	color:#fff;
	flex-basis: 150px;
	max-width:150px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:1.3;
}
#home h2.step_subtitle{
	color:#fff;
	flex-basis: 150px;
	max-width:150px;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:1.3;
	margin-bottom: 0;
}
.stepswrap_type1 h3.step_subcap,.stepswrap_type2_l_pd h3.step_subcap{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
	color: #333;
	max-width: 500px;
}
.stepswrap_type1 h4.step_text,.stepswrap_type2_l_pd h4.step_text{
	text-align:center;
	color:#e80000;
	font-weight:bold;
	margin-bottom:20px;
	font-size: 1em;
	line-height: 1.75;
}


@media screen and (max-width: 736px) {
.stepswrap_type1_r{
	width:100%;
	float:none;
	margin-top:0px;
	padding-top:20px;
}
.stepswrap_type1_r_pd{
	padding:20px;
}
.stepswrap_type1_r h4,.stepswrap_type1_r h3.step_subcap,.stepswrap_type2_l_pd h3.step_subcap{
	font-size:20px;
}
.stepswrap_type1_r h5{
}
.stepswrap_type1_l{
	width:100%;
	float:none;
}
.stepswrap_type1 .stepsnum_wrap1{
	background:url(../images/steps/steps_num01_sp.png) no-repeat left top; 
	width:250px;
	height:62px;
	top:-35px;
	left:0;
	right:0;
	margin: 0 auto;
}
.stepswrap_type1 .stepsnum_wrap3{
	background:url(../images/steps/steps_num03_sp.png) no-repeat left top; 
	width:250px;
	height:62px;
	top:-35px;
	left:0;
	right:0;
	margin: 0 auto;
}
.stepswrap_type1 .stepsnum_wrap5{
	background:url(../images/steps/steps_num05_sp.png) no-repeat left top; 
	width:250px;
	height:62px;
	top:-35px;
	left:0;
	right:0;
	margin: 0 auto;
}
.stepswrap_type1 h3{
	font-size:22px;
}
	
.stepswrap_type2_l{
	width:100%;
	float:none;
	margin-top:0px;
	padding-top:20px;
}
.stepswrap_type2_l_pd{
	padding:20px;
}
.stepswrap_type2_l h4{
	font-size:20px;
}
.stepswrap_type2_l h5{
}
.stepswrap_type2_r{
	width:100%;
	float:none;
}
.stepswrap_type2 .stepsnum_wrap2{
	background:url(../images/steps/steps_num02_sp.png) no-repeat left top; 
	width:250px;
	height:62px;
	top:-35px;
	left:0;
	right:0;
	margin: 0 auto;
}
.stepswrap_type2 .stepsnum_wrap4{
	background:url(../images/steps/steps_num04_sp.png) no-repeat left top; 
	width:250px;
	height:62px;
	top:-35px;
	left:0;
	right:0;
	margin: 0 auto;
}
.stepswrap_type2 h3{
	font-size:22px;
}
.stepswrap_type2 dl,
.stepswrap_type2 dt,
.stepswrap_type2 dd {
	font-size:14px;
}
#home h2.step_subtitle{
	font-size:22px;
}
.stepswrap_type1 h4.step_text,.stepswrap_type2_l_pd h4.step_text{
	line-height: normal;
}

}

/*メンテンナス*/
ul.mainta_imglist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	align-content:stretch;
	width:100%;
	margin-bottom:20px;
}
ul.mainta_imglist li{
	flex-basis: 210px;
	width:210px;
	margin:0 8.3px 10px 8.3px;
}

/*安心保証*/
.warranty_donyu{
	background-color: #f0e6ff;
	margin-bottom:30px;
	border-radius: 10px;
}
.warranty_donyu_pd{
	padding:50px;
}
.warranty_mb{
	margin-bottom:80px;
}
@media screen and (max-width: 736px) {
.warranty_donyu{
	margin-bottom:20px;
}
.warranty_donyu_pd{
	padding:20px;
}
.warranty_mb{
	margin-bottom:40px;
}
}


/*会社概要*/
dl.company_hyo{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
	align-content:stretch;
	width:100%;
}
dl.company_hyo dt{
	flex-basis: 25%;
	max-width:25%;
	border-bottom:2px #29abe2 solid;
	padding:12px 5px 3px 8px;
}
dl.company_hyo dd{
	flex-basis: 75%;
	max-width:75%;
	border-bottom:1px #ccc solid;
	padding:12px 5px 3px 12px;
}

ul.houshin li:before {
  content: "1.　";
	
}
ul.slowgan{
	padding-left:22px;
}
ul.slowgan li{
	list-style-type: decimal;
	padding-left:14px;
}


/*プライバシーポリシー*/
.privacy_donyu{
	background-color: #f2f2f2;
	margin-bottom:60px;
	border-radius: 10px;
}
.privacy_donyu_pd{
	padding:50px;
}

.privacy_wrap ol.list1{
	
}

.privacy_wrap ol.list1 li{
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
	list-style-type: decimal;
	list-style-position: inside;
	
}
.privacy_wrap span.b{
	font-weight:bold;
}
.privacy_wrap ol.list1 li ol.list2{
	padding-left:30px;
	margin-top:20px;
}
.privacy_wrap ol.list1 li ol.list2 li{
	list-style-type:lower-roman;
	margin-bottom:5px;
	border-bottom:none;
	padding-bottom:0;
	padding-left:0;
	list-style-position: outside;
}
.privacy_wrap .sign{
	text-align:right;
}

@media screen and (max-width: 736px) {
.privacy_donyu{
	margin-bottom:30px;
}
.privacy_donyu_pd{
	padding:20px;
}
}

/*お問い合わせ*/
.contact_donyu{
	margin-bottom:60px;
}
@media screen and (max-width: 736px) {
.contact_donyu{
	margin-bottom:30px;
}	
}

ul.pricesearch_btn{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	align-content:stretch;
	width:100%;
}
ul.pricesearch_btn li{
	flex-basis: 24.1%;
	max-width: 24.1%;
}
ul.pricesearch_btn li img{
	max-width:241px;
	width:100%;
}
@media screen and (max-width: 736px) {
ul.pricesearch_btn li{
	flex-basis: 48%;
	max-width: 48%;
	margin-bottom:20px;
	text-align:center;
}
}

.top_bbsitacatch{
    font-size: 50px!important;
	text-align:center;
	width:100%;
	margin:0!important;
	line-height:1.5!important;
	padding:0.5em 0 0 0!important;
  }
@media (max-width: 1000px) {
  .top_bbsitacatch{
    font-size: calc(3.125rem + ((1vw - 10px) * 5.1724))!important;
    min-height: 0vw;
  }
}
@media (max-width: 420px) {
  .top_bbsitacatch {
    font-size: 20px!important;
  }
}

.shop_wrap{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width:100%;
	margin-bottom:50px;
}
.shop_wrap .shop_wrap_r{
	flex-basis: 47.7272%;
	max-width:47.7272%;
	background-color:#f2f2f2;
	border-radius: 30px;
	padding: 25px 35px;
}
.shop_wrap .shop_wrap_r p{
	line-height:1.5em;
	font-size:18px;
}
.shop_wrap .shop_wrap_l{
	flex-basis: 47.7272%;
	max-width:47.7272%;
}
ul.shop_img_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin-bottom:50px;
}
ul.shop_img_list li{
	flex-basis: 30.9%;
	align-items: stretch;
}

@media screen and (max-width: 736px) {
.shop_wrap{
	display: flex;
	width:100%;
	margin-bottom:20px;
	justify-content: center;
}
.shop_wrap .shop_wrap_r{
	flex-basis: 100%;
	max-width:100%;
	border-radius: 10px;
	padding: 20px 20px;
	margin-bottom:20px;
}
.shop_wrap .shop_wrap_r p{
	font-size:14px;
}

.shop_wrap .shop_wrap_l{
	flex-basis: 100%;
	max-width:340px;
}
ul.shop_img_list{
	display: flex;
	margin-bottom:20px;
	justify-content: center;
}
ul.shop_img_list li{
	flex-basis: 100%;
	margin-bottom:20px;
	max-width:340px;
}
}
.usecar_pd {
    padding: 50px 0 50px!important;
}