@charset "UTF-8";
/*
Theme Name: 2525direct.jp
Theme URI: https://2525direct.jp/
Description: This is our original theme.
Author: MIC CO., LTD.
Author URI: https://2525direct.jp/
Version:1.0
*/

/*デフォルトCSSをリセット */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kdb, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, select, input, textarea, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure,section,header,main,footer,article,aside,video,audio,nav{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 15px;
	line-height: 25px;
	vertical-align: baseline;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
html,
body{
	width: 100%;
	background: #fff;
}
body{
	font-size: 15px;
	color: #000;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
ol, ul{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #27AE60;
}
a:hover{
	color: #3BCC76;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.link-text{
	text-decoration: none!important;
	color: #27AE60!important;
}
a.link-text:hover{
	color: #3BCC76;
	-webkit-transition: all .3s!important;
	transition: all .3s!important;
}
a img:hover{
	opacity: 0.7;
	transition: all .3s;
}
.clear{
	clear: both;
}
.sptrue{
	display: none!important;
}
.gray{
	background: #F8F6F2!important;
}
.green{
	background: #6CD3CC!important;
}
.red{
	background: #FC6F9C;
}
.red02{
	background: #E71F19!important;
}
.red02-button{
	background: #E71F19!important;
	margin-top: 0!important;
}
.gray-white{
	background: #F8F6F2;
}
.yellow{
	background: #FFE200!important;
}
.mt0{
	margin-top: 0!important;
}
.mt2{
	margin-top: 2!important;
}
.mt5{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mt60{
	margin-top: 60px!important;
}
.mt80{
	margin-top: 80px!important;
}
.mt90{
	margin-top: 90px!important;
}
.mt100{
	margin-top: 100px!important;
}
.mt110{
	margin-top: 110px!important;
}
.mt120{
	margin-top: 120px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.ml10{
	margin-left: 10px!important;
}
.mt-25{
	margin-top: -25px!important;
}
.padding-tb{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-t20b40{
	padding-top: 20px;
    padding-bottom: 40px;
}
.padding-tb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-tb-contact{
    padding-top: 40px;
    padding-bottom: 60px;
}
.padding-tb001{
    padding-top: 40px;
    padding-bottom: 40px;
}
.border-none{
	border: none!important;
}
.va-top{
	vertical-align: top!important;
}
.display-none{
	display: none;
}
.sp-none{
	display: block!important;
}
.pc-none{
	display: none!important;
}
.blue{
	background: #00365D!important;
}
.t-pc-center-sp-left{
	text-align: center!important;
}
.lh0{
	line-height: 0px!important;
}
.mt-pc40-sp20{
	margin-top: 40px!important;
}
.mt-pc50-sp25{
	margin-top: 50px!important;
}
.mt-pc60-sp40{
	margin-top: 60px!important;
}
.mt-pc80-sp40{
	margin-top: 80px!important;
}
.mt-pc100-sp90{
	margin-top: 100px!important;
}
.mb-pc40-sp20{
	margin-bottom: 40px!important;
}
.mb-pc95-sp27{
	margin-bottom: 95px!important;
}
/* ****************
table
***************** */
.table-ul{
	display: table;
	width: 100%;
	margin-top: -1px;
}
.table-ul-li{
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ccc;
}
.table-ul-li:first-child{
	width: 100px;
	border-right: none;
	background: #D2EDDB;
	font-weight: bold;
}
/* ****************
text
***************** */
.t-middle{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.t-small{
	font-size: 13px;
	line-height: 20px;
}
.t-number span{
	font-size: 30px;
	font-weight: bold;
	padding-right: 5px;
}
.t-center{
	text-align: center!important;
}
.t-bold{
	font-weight: bold!important;
}
.t-black{
	color: #3B3A3A!important;
}
.t-red{
	color: #FC6F9C!important;
}
.t-title{
	font-size: 24px!important;
	line-height: 35px!important;
	font-weight: bold!important;
}
.t-pc-center-spleft{
	text-align: center!important;
}
/* ****************
twitter
***************** */
.twitter-box{
	margin-top: 40px;
	margin-bottom: 40px;
}
.twitter-box-in{
	max-width: 650px;
	max-height: 560px;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: visible;
}
/* ****************
link button
***************** */
div.link_button{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FC6F9C;
	border-radius: 40px;
}
div.link_button a{
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}
div.link_button a:hover{
	text-decoration: underline;
}
.link-normal{
	background: #707070!important;
}
/* ****************
title
***************** */
header h1,
header p{
	font-size: 11px;
	line-height: 16px;
	margin: 0!important;
}
.box-center{
	text-align: center;
}
.title-nomal{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.title01-box{
	margin-top: 40px;
}
.title01{
	width: 56%;
	margin-left: auto;
	margin-right: auto;
}
.title01 span{
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #3B3A3A;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #707070;
	padding-top: 15px;
}
.width02{
	width: 25%!important;
}
.width03{
	width: 40%!important;
}
.title03 {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 45px;
	font-size: 30px;
	font-weight: bold;
	color: #3B3A3A;
}
.title03:before,
.title03:after {
	content: '';
	position: absolute;
	top: 44%;
	display: inline-block;
	width: 35px;
	height: 7px;
	background-color: #3B3A3A;
}
.title03:before {
	left:0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.title03:after {
	right: 0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.title04{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
.title04 span{
	color: #EA5514;
	font-size: 35px;
	line-height: 45px;
}
.title05{
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #3B3A3A;
	margin-bottom: 10px;
	line-height: 30px;
}
.title05:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 40px;/*線の長さ*/
	height: 5px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #FFE200;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.title06 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 10px 10px 50px;
}
.title06 span{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.title06:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(images/common/nico-logo.png) no-repeat;
    background-size: 45px 45px;
    margin-left: -30px;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.title07{
	font-size: 26px;
	font-weight: 700;
	position: relative;
	padding-left:15px;
}
.title07 span{
	font-size: 26px;
	display: inline!important;
}
.title07:before {
	background: #2DA23F;
	content: "";
	height: 10px; /*四角のサイズ*/
	width: 10px; /*四角のサイズ*/
	left: 0;
	position: absolute;
	top: 7px;
}
.title08{
	color: #3B3A3A;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.title08 span{
	font-size:18px;
	line-height: 30px;
	font-weight: bold;
}
.title09{
	background: #FC6F9C;
	border-radius: 2px;
	padding: 10px 20px;
}
.title09 a{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.font-big01{
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
    background: linear-gradient(transparent 50%, #FFE200 50%);
    display: inline;
}
.font-big01 span{
/*
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 36px 10px;
    background-image: radial-gradient(.15em .15em at center center,#EA5514,#EA5514 100%,transparent);
*/
	color: #EA5514;
	font-size: 35px;
}
.step-title{
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #3B3A3A;
	color: #3B3A3A;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.title-car{
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}
.single-car-h1title{
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	width: 824px;
	margin: 0;
}
span.title-car-grade{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
h3.title-car02{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	padding-left: 40px;
}
h3.title-car02:before{
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/common/title-car.png) no-repeat;
	background-size: 30px 30px;
}
.title-search{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	line-height: 35px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.title-search:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(images/common/title-search.png) no-repeat;
	background-size: 40px 30px;
	margin-left: -45px;
	margin-top: 2px;
}
@media all and (-ms-high-contrast: none) {
  .title-search:before{
    margin-left: 320px;
	top: -4px;
  }
}
.title02{
	font-size: 18px;
	font-weight: bold;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #FC6F9C;
}
h2.title-top{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
h2.title-top span{
	color: #fff;
	font-size: 20px;
	background: #FC6F9C;
	padding: 3px 10px;
	margin-top: -2px;
	margin-right: 5px;
}
/* ****************
flex-box
***************** */
.flex-box01{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
.flex-box01 .flex-box01-in{
	box-sizing: border-box;
	margin:10px;
	width:calc(50% - 40px / 2);
}
/* ****************
検索条件を変更ボタン
***************** */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
  z-index: 1000;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  height: 80%;
  max-width: 1024px;
  padding: 10px 0;
  background-color: #fff;
  overflow: auto;
}
.closeModal {
    position: absolute;
    top: 14px;
    right: 3px;
    cursor: pointer;
    font-size: 35px;
    line-height: 0;
    padding: 10px;
	z-index: 1000;
}
button#openModal {
	position: relative;
    padding: 15px 15px 15px 30px;
    border: 1px solid #acacac;
    border-radius: 5px;
    width: 90%;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 70%, #ebe9e9);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.70, #ffffff), to(#ebe9e9));
}
button#openModal::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(images/common/search.png) no-repeat;
    background-size: 25px 25px;
    margin-left: -30px;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  button#openModal::before{
	  margin-left: 340px;
  }
}
/* ****************
header
***************** */
header{
	width: 100%;
	border-bottom: 1px solid #CCC;
}
div#niconico-brand{
	background: #333;
}
div#niconico-brand nav{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
div#niconico-brand nav ul{
	display: table;
}
div#niconico-brand nav ul li{
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
	border-right: 1px solid #fff;
}
div#niconico-brand nav ul li:first-child{
	border-left: 1px solid #fff;
}
div#niconico-brand nav ul li a{
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
div#niconico-brand nav ul li:first-child a:hover{
	background: #FC6F9C;
	-webkit-transition: all .3s;
	transition: all .3s;
}
div#niconico-brand nav ul li:nth-child(2) a{
	background: #F8F6F2;
	color: #333;
}
div#niconico-brand nav ul li:last-child a:hover{
	background: #6FBA2C;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header div#top{
	background: #F8F6F2;
	padding: 5px 0;
}
header div#top-in,
header div#header-in{
	width: 1024px;
	margin: 0 auto;
}
div#top-in div:first-child{
	float: left;
	text-align: left;
}
header div#header-in{
	margin-top: 10px;
}
div#logo-ex{
	padding-bottom: 7px;
}
div#logo a img,
div#logo-ex img{
	max-width: 215px;
}
header nav ul#gnav{
	display: table;
	width: 1024px;
	table-layout: fixed;
	padding: 10px 0 0;
	margin-left: auto;
	margin-right: auto;
}
header nav ul#gnav li{
	display: table-cell;
	vertical-align: middle;
}
header nav ul#gnav li a{
	display:block;
	height:25px;
	color:#333;
	text-align: center;
	font-weight:bold;
	box-sizing:border-box;
	line-height:100%;
	transition: all 0.3s ease;
}
header nav ul#gnav li a:hover{
	box-shadow: inset 0 -4px 0 0 #FC6F9C;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#logo,
div#logo-ex{
	float: left;
}
#header-nav{
	float: right;
}
#header-nav{
	display: table;
	width: 450px;
	table-layout: fixed;
	margin-top: 11px;
}
#header-nav div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
#header-nav div:first-child{
	padding-left: 0;
}
#header-nav div:last-child{
	padding-right: 0;
}
#header-nav div a{
	position: relative;
	display: block;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
}
div.header-search a{
	background: #FC6F9C;
	padding-left: 25px;
}
div.header-search a::before{
    content: "";
    position: absolute;
	display: inline-block;
    width: 25px;
    height: 19px;
    background: url(images/common/title-search.png) no-repeat;
    background-size: 25px 19px;
    margin-left: -30px;
    margin-top: 2px;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  #header-nav div a{
	  padding-bottom: 1px;
	  line-height: 30px;
  }
  div.header-search a::before{
    margin-left: 10px;
  }
}
div.header-mail a{
	background: #FF7F12;
	padding-left: 25px;
}
div.header-mail a::before{
    content: "";
    position: absolute;
	display: inline-block;
    width: 25px;
    height: 19px;
    background: url(images/common/mail.png) no-repeat;
    background-size: 25px 19px;
    margin-left: -30px;
    margin-top: 2px;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  div.header-mail a::before{
    margin-left: 10px;
  }
}
div.header-rireki a{
	background: #707070;
	padding-left: 25px;
}
div.header-rireki a::before{
    content: "";
    position: absolute;
	display: inline-block;
    width: 26px;
    height: 22px;
    background: url(images/common/rireki-icon-pc.png) no-repeat;
    background-size: 26px 22px;
    margin-left: -33px;
    margin-top: 1px;
}
div#sp-header-rireki{
	display: none;
}
/* no1掲載中 */
div#logo,
div#logo-ex{
	display: table;
}
div#logo a,
div#logo-ex img,
div#logo div.header-no1{
	display: table-cell;
	vertical-align: top;
}
div#logo div.header-no1{
    width: 180px;
    padding-left: 20px;
	display: flex;
}
div#logo div.header-no1 figure{
	width: calc(50% - 5px);
	padding: 2px 2px 0;
	margin: auto;
	box-sizing: border-box;
}
div#logo div.header-no1 figure:nth-child(1){
	margin-right: 5px;
}
div#logo div.header-no1 figure:nth-child(2){
	margin-left: 5px;
}
div#logo div.header-no1 figure,
div#logo div.header-no1 figure img{
	line-height: 0;
}
div.header-niconori{
	display: table-cell;
	padding-left: 17px;
	padding-top: 7px;
	vertical-align: top;
}
div.header-niconori a{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	padding: 5px 26px 5px 9px;
    border: #ccc solid 1px;
	background: #fff000;
	border-radius: 4px;
}
div.header-niconori a span{
	display: table;
	line-height: 18px;
}
div.header-niconori a:after{
	display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ****************
bread-crumb
***************** */
#breadcrumbs{
	width: 100%;
	line-height: 0;
}
#breadcrumbs ul{
	padding: 0 5px 5px 10px;
	line-height: 0p;
}
#breadcrumbs ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 12px!important;
	line-height: 18px;
}
#breadcrumbs ul li a:after{
	content: " >";
	color: #ccc;
	font-size: 11px!important;
	line-height: 0px;
}
#breadcrumbs ul li a,
#breadcrumbs ul li a span{
	font-size: 12px!important;
	line-height: 0px;
}
/* ****************
トップページスライダー
***************** */
.sp-slider{
	display: none;
}
/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
	line-height: 0;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	font-family: FontAwesome !important;
	content: '\f104' !important;
	line-height: 0;
}
/*ナビゲーションボタンの色*/
.sp-button {
	border:2px solid #545454!important;
	background-color: #545454!important;
}
.sp-selected-button {
	border:2px solid #38A53D!important;
	background-color: #38A53D!important;
}
/*スライダーが選択されているときに透過解除*/
.sp-slide{
	opacity: 0.4;
}
.sp-selected{
	opacity: 1.0!important;
}
.sp-slide a img:hover{
	opacity: 1.0;
}
/* ****************
トップページ上部の特集
***************** */
.feature-title{
	background: #FC6F9C;
	padding: 14px 10px;
	box-sizing: border-box;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	color: #fff;
}
.feature-title span{
	font-size: 35px;
	line-height: 35px;
	color: #FFED00;
}
.feature-box nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-box nav ul li{
	width: calc(50% - 10px);
	margin-top: 20px;
}
.feature-box nav ul li a img{
	line-height: 0;
}
/* ****************
トップの上部お知らせ
***************** */
#top-info-box{
	border: 1px solid #FF3264;
	padding: 10px 5px;
	margin-bottom: 25px;
}
#top-info-box p{
	text-align: center;
}
/*トップページ上部のボタン▼*/
div#top-nav-btn{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
	width: 860px;
	margin: 10px auto;
}
div#top-nav-btn div{
	box-sizing: border-box;
    margin: 10px;
    width: calc(50% - 40px / 2);
}
div#top-nav-btn div a{
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #333;
	line-height: 0;
	background: #fff;
	border: 2px solid #333;
	border-radius: 5px;
	filter: drop-shadow(0px 3px 0px rgba(0,0,0,0.3));
	padding: 10px 20px 10px 30px;
}
div#top-nav-btn div a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin-top: -5px;
}
div#top-nav-btn div a span{
	position: relative;
	font-size: 18px;
}
div#top-nav-btn div:first-child a span:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(images/common/ico-flow.png) no-repeat;
    background-size: 20px 17px;
    margin-left: -25px;
	top: 50%;
    transform: translate(0,-50%);
}
div#top-nav-btn div:last-child a span:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url(images/common/ico-protection.png) no-repeat;
    background-size: 20px 17px;
    margin-left: -25px;
	top: 50%;
    transform: translate(0,-50%);
}
/*トップページ上部のボタン▲*/
/*TOPのピックアップ車両のスタッフコメント*/
div#staff-comment{
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
div#staff-comment dl{
	position: relative;
	padding: 20px 20px 20px 120px;
	background: #FCE1EA;
	border-radius: 10px;
	min-height: 117px;
	box-sizing: border-box;
}
div#staff-comment dl:before{
	position: absolute;
	content: "";
    width: 80px;
    height: 80px;
    background: url(images/top/staff-comment.webp) no-repeat;
    background-size: 80px 80px;
	border-radius: 100%;
	left: 20px;
	top: 20px;
}
div#staff-comment dl dt{
	font-size: 16px;
	font-weight: bold;
}
div#staff-comment dl dd{
	position: relative;
	margin-top: 8px;
	line-height: 22px;
}
.staff-comment-toggle-link {
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}
/* ****************
新着情報
***************** */
div.news-box{
	border-top: 1px solid #ccc;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.news-box a{
	position: relative;
	display: block;
	color: #3B3A3A;
	padding-right: 25px;
	margin-top: -1px;
	border-bottom: 1px solid #ccc;
}
div.news-box a::after{
	position: absolute;
	content: "〉";
	font-size: 13px;
	color: #3B3A3A;
	right: 2px;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
div.news-box a:hover{
	text-decoration: underline;
	color: #27AE60;
}
div.news-box a ul{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.news-box a ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	line-height: 25px;
}
div.news-box a ul li:first-child{
	width: 120px;
}
h1.news-title{
	font-size: 35px;
	line-height: 45px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #27AE60;
}
div.news-contents-box{
	font-size: 18px;
	margin-top: 40px;
}
div.news-contents-box p,
div.news-contents-box a{
	font-size: 18px;
	line-height: 34px;
}
/* ****************
contact-box
***************** */
.contact-image{
	width: 363px;
	margin: 0 auto 20px;
}
@media all and (-ms-high-contrast: none) {
  .contact-image{
    margin: 0 0 20px 110px;
  }
}
.contact-image ul{
	display: table;
	width: 100%;
}
.contact-image ul li{
	display: table-cell;
	vertical-align: bottom;
}
.contact-image ul li:first-child{
	width: 115px;
	padding-right: 10px;
	box-sizing: border-box;
}
.contact-image ul li:first-child img{
	animation: move-left 6s ease infinite;
}
@keyframes move-left {
  0% { transform:translateY(0) }
  6% { transform:translateY(-10px) }
  12% { transform:translateY(0) }
  18% { transform:translateY(-10px) }
  24% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  36% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.contact-image ul li:last-child{
	width: 115px;
	padding-left: 10px;
	box-sizing: border-box;
}
.contact-image ul li:last-child img{
    animation: move-right 6s ease infinite;
}
@keyframes move-right {
  0% { transform:translateY(0) }
  50% { transform:translateY(0) }
  56% { transform:translateY(-10px) }
  62% { transform:translateY(0) }
  68% { transform:translateY(-10px) }
  74% { transform:translateY(0) }
  80% { transform:translateY(-10px) }
  86% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.contact-box {
	position: relative; /* 三角の位置を固定するために設定 */
    padding: 40px 0;
    background: #fff;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.contact-box::before {
	content: '';
	position: absolute; /* 位置固定 */
	bottom: -40px; /* 線幅の2倍 */
	top: 0;
	left: 50%;
	margin-left: -20px; /* 線幅だけずらす */
	border: 20px solid transparent; /* 線幅の設定 */
	border-top-color: #FFE200; /* 吹き出しの地と同じ色 */
}
p.contact-text,
p.contact-text span{
    text-align: center;
    font-family: "新ゴ M";
    color: #3B3A3A;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
}
p.contact-box-text{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	font-family: "UD新ゴ M";
}
p.contact-small-text{
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	font-family: "UD新ゴ R";
	margin-left: 20px;
	margin-right: 20px;
}
div.tel-box{
	margin-top: 20px;
}
div.tel-box p{
	text-align: center;
}
div.tel-box p a{
	position: relative;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #2DA23F;
	line-height: 51px;
	padding-left: 94px;
	cursor: default;
}
div.tel-box p a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 84px;
    height: 51px;
    background: url(images/common/tel.png) no-repeat;
	background-size: 84px 51px;
	margin-left: -94px;
	margin-top: 2px;
}
div.mail-box{
	position: relative;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FF7F12;
	border-radius: 10px;
	filter: drop-shadow(0px 5px 0px rgba(255,127,18,0.6));
}
div.mail-box a{
	font-family: "新ゴ M";
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px 15px 15px 40px;
}
div.mail-box a span,
div.mail-box02 a span{
	font-family: "新ゴ M";
	color: #FFFF00!important;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
div.mail-box a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(images/common/mail.png) no-repeat;
	background-size: 30px 24px;
	margin-left: -40px;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  div.mail-box a:before{
    margin-left: 80px;
	top: 17px;
  }
  div.mail-box02 a:before{
	  margin-left: 0!important;
  }
}
div.mail-box:hover{
	top: -3px;
}
div.p-mark{
    width: 348px;
	margin: 40px auto 0;
}
div.p-mark ul {
    display: table;
	width: 100%;
}
div.p-mark ul li {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
	font-family: "新ゴ R";
}
div.p-mark ul li:first-child {
    width: 60px;
	padding-right: 10px;
}
div.p-mark ul li:first-child div a img{
	width: 100%;
}
/* ****************
main
***************** */
main{
	width: 100%;
}
main div.main_contents{
	width: 1024px;
	margin: 0 auto;
}
div.main_contents_in{
	margin-top: 20px;
}
div.car-lineup{
	margin-top: 50px;
}
div.car-lineup a{
	color: #333!important;
	line-height: 0;
}
div.car-hover-box:hover{
	opacity: 0.7;
	transition: all .3s;
}
.items{
display:flex;
flex-wrap:wrap;
justify-content:start;
align-items:start;
}
.items div{
	line-height: 0;
}
.item{
box-sizing: border-box;
background: #fff;
margin:0 30px 30px 0;
width:calc(33.3333333% - 60px / 3);
padding: 10px 0;
border-top: 3px solid #FC6F9C;
border-bottom: 1px solid #CCC;
}
.item:nth-child(3n){
margin-right:0;
}
.item:hover{
	background: #FFE2E1;
}
.item-search{
	margin:0!important;
	width: 100%!important;
	padding: 14px 0!important;
}
.pc-on{
	display: inline;
}
.sp-on{
	display: none;
}
h2.single-car-title-width{
	width: 750px;
}
p#mitsumori-num{
	text-align: right;
	margin-top: -30px;
}
div#single-car-top-contents{
	display: table;
	width: 100%;
	margin-top: 5px;
}
div.single-car-top-contents-in{
	display: table-cell;
	vertical-align: bottom;
}
div.single-car-top-contents-in:first-child{
	width: 640px;
}
ul.single-car-top-status{
	text-align: right;
	margin-bottom: 5px;
}
ul.single-car-top-status li{
	display: inline-block;
	vertical-align: middle;
}
p.car-list-title {
    font-size: 20px;
    font-weight: bold;
	line-height: 25px;
}
div.item-search p.car-list-title {
    font-size: 24px;
}
/* ****************
オンライン専売車両
***************** */
section.car-online-box-width{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
section.car-online-box{
	text-align: left;
}
section.car-online-box h2{
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3B3A3A;
    margin-bottom: 10px;
    line-height: 35px;
}
section.car-online-box h2 span{
	font-size: 24px;
	line-height: 35px;
	padding-left: 5px;
}
section.car-online-box h2:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #27AE60;
    border-radius: 2px;
}
section.car-online-box p.car-online-box-p{
	margin-top: 30px;
}
section.car-online-box section{
	margin-top: 20px;
}
section.car-online-box section h3{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 200px;
	background: #27AE60;
}
section.car-online-box section div{
	background: rgba(39,174,96,0.2);
	padding: 10px 15px;
}
section.car-online-box section div ol{
	list-style-type: disc;
	margin-left: 15px;
}
section.car-online-box section div ol li{
	display: list-item;
	line-height: 25px;
	margin-bottom: 10px;
}
section.car-online-box section div ol li:last-child{
	margin-bottom: 0;
}
/* ****************
加盟店車両
***************** */
.stor-only h2:before{
	background-color: #27AE60!important;
}
div.store-only-anywhere-box{
	border: 2px solid #27AE60;
	background: #fff;
	padding: 20px;
}
div.store-only-box{
	display: table;
	width: 100%;
}
div.store-only-box div.store-only-box-in{
	display: table-cell;
	vertical-align: middle;
}
div.store-only-box div.store-only-box-in:first-child{
	width: 470px;
}
div.store-only-box div.store-only-box-in:first-child p {
    position: relative;
    padding: 10px 10px 10px 100px;
	text-align: center;
}
div.store-only-box div.store-only-box-in:first-child p span{
	font-size: 18px;
	color: #707070;
	font-weight: bold;
    line-height: 30px;
	background:linear-gradient(transparent 60%, #CEE8D5 60%);
}
div.store-only-box div.store-only-box-in:first-child p:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 52px;
    background: url(images/common/store-only.png) no-repeat;
    background-size: 60px 52px;
    margin-left: -100px;
    margin-top: 2px;
}
div.store-only-box div.store-only-box-in section h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #27AE60;
}
/* ****************
車両品質評価書
***************** */
.iphone-se-only{
	display: none;
}
div.status-button{
	padding-right: 4px;
}
div.status-button a{
	position: relative;
	padding: 4px 24px 4px 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	display: block;
}
div.status-assessment a{
	background: #bf8638;
	filter: drop-shadow(0px 3px 0px rgba(191,134,56,0.4));
}
div.status-online a{
	background: #27AE60;
	filter: drop-shadow(0px 3px 0px rgba(39,174,96,0.4));
}
div.status-protection a{
	background: #0c2d5e;
	filter: drop-shadow(0px 3px 0px rgba(12,45,94,0.4));
}
div.status-button a:after{
	content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(images/common/popup-ico-white.png) no-repeat;
    background-size: 13px 12px;
}
.modal__content-w-auto{
	width: 720px!important;
	background: #FFFEFC!important;
}
section#car-assessment-box{
	margin-top: 40px;
	text-align: left;
}
section#car-assessment-box h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	color: #fff;
	background: #63472F;
}
section#car-assessment-box p.car-assessment-box-p{
	margin-top: 10px;
}
section#car-assessment-box section h3{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: .5em;
	color: #63472F;
	border-bottom: 1px solid #63472F;
}
section#car-assessment-box section section{
	margin-top: 20px;
}
section#car-assessment-box section section h4{
	font-size: 18px;
	font-weight: bold;
	color: #63472F;
	line-height: 15px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #63472F;
}
section#car-assessment-box section section table{
	width: 100%;
    margin-top: 10px;
}
section#car-assessment-box section section table tbody tr.assessment-red{
	background: #EBE1D8;
}
section#car-assessment-box section section table tbody tr th{
	font-weight: bold;
	padding: 10px;
}
.car-assessment-table-th{
	width: 80px;
}
section#car-assessment-box section section table tbody tr th,
section#car-assessment-box section section table tbody tr td{
	border: 1px solid #63472F;
	vertical-align: middle;
}
section#car-assessment-box section section table tbody tr td{
	padding: 5px;
}
/* ****************
車両保証
***************** */
section#car-protection-box{
	text-align: left;
}
section#car-protection-box h2,
section#car-protection-box h2 span{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	color: #00365D;
}
section#car-protection-box h2 span{
	background: linear-gradient(transparent 50%, #FFE200 50%);
}
section#car-protection-box section h3{
	margin-top: 20px;
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #00365D;
    border-radius: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
section#car-protection-box section section{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}
section#car-protection-box section section h4.protection-single-title{
	position: relative;
	font-size: 18px;
    font-weight: bold;
	line-height: 30px;
	color: #333;
	margin-bottom: 7px;
	padding-left: 26px;
}
section#car-protection-box section section h4.protection-single-title:before{
    position: absolute;
	left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 0;
}
section#car-protection-box section section h4#protectione01:before{
	content: "1";
}
section#car-protection-box section section h4#protectione02:before{
	content: "2";
}
section#car-protection-box section section h4#protectione03:before{
	content: "3";
}
section#car-protection-box section section h4#protectione04:before{
	content: "4";
}
section#car-protection-box section section h4#protectione05:before{
	content: "5";
}
p.lease-year-q{
	font-size: 12px;
	line-height: 15px;
	margin-top: 5px;
	color: #FC6F9C;
}
p.title-newcar,
p.title-update{
	position: relative;
	padding-left: 55px;
}
p.title-newcar:before,
p.title-update:before{
	position: absolute;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
	border-radius: 5px;
    margin-left: -55px;
}
p.title-newcar:before{
	content: "NEW";
	background: #FF0000;
	padding: 4px 6px 3px;
}
p.title-update:before{
	content: "更新";
	background: #2980b9;
	padding: 4px 8px 3px;
}
p.car-list-small{
	font-size: 13px;
	line-height: 15px;
}
div.item-search p.car-list-small{
	font-size: 15px;
	margin-top: 10px;
}
div.car-list-box {
    display: table;
    margin-top: 10px;
}
div.car-list-box div.car-list-contents{
	display: table-cell;
	vertical-align: top;
}
div.car-list-box div.car-list-contents:first-child{
	width: 170px;
	padding-right: 10px;
	position: relative;
}
div.sold-out{
	position: absolute;
	width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border: 3px solid #fff;
	margin-left: -10px;
	z-index: 10;
}
div.sold-out p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}
.car-img{
	position: relative;
}
div.price-down{
	position: absolute;
    bottom: 0;
    right: 0;
	background: rgba(255,0,0,0.8);
	z-index: 10;
	padding: 5px;
}
div.price-down p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 10px;
}
div.rireki-img-box div.car-img div.price-down p{
	font-size: 11px;
}
div.price-down-single{
	position: absolute;
    top: 42px;
    left: 0;
	background: rgba(255,0,0,0.8);
	z-index: 10;
	padding: 4px;
}
div.price-down-single p,
div.price-down-single p span{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}
div.price-down-single p span{
	display: block;
}
div.sold-out-box div.car-img{
	background: #000;
}
div.sold-out-box div.car-img img{
	opacity: 0.5;
}
div.item-search div.car-list-box div.car-list-contents:first-child{
	width: 230px;
	padding-right: 20px;
}
div.item-search div.car-list-contents-base-pc{
	position: relative;
	width: 774px;
	display: table;
	margin-top: 10px;
}
div.item-search div.car-list-contents-pc{
	display: table-cell;
	vertical-align: top;
}
div.item-search div.car-list-contents-pc:first-child{
	width: 240px;
}
div.item-search div.car-list-contents-pc:nth-child(2){
	width: 200px;
}
div.item-search div.car-list-contents-pc:first-child ul li:first-child{
	width: auto;
	background: none;
}
div.item-search div.car-list-contents-pc ul li:first-child{
	width: 60px;
	background: #F8F6F2;
}
div.item-search div.car-list-contents-box-last{
	position: absolute;
	right: 0;
	width: 160px;
}
div.item-search div.car-list-contents-box ul li{
	padding: 5px 10px;
}
ul.car-list-price{
	display: block;
}
ul.car-list-price li{
	display: block;
	font-size: 13px;
	font-weight: bold;
}
div.item-search ul.car-list-price li{
	font-size: 15px;
}
ul.car-list-price li:first-child{
	line-height: 13px;
}
ul.car-list-price li:first-child span{
	font-size: 13px;
	font-weight: normal;
	display: block;
	line-height: 15px;
}
div.item-search ul.car-list-price li:first-child span{
	display: inline;
}
ul.car-list-price li:last-child{
	font-size: 13px;
	color: #FC6F9C;
}
ul.car-list-price li:last-child span{
	font-size: 20px;
    line-height: 28px;
	color: #FC6F9C;
}
div.item-search ul.car-list-price li:last-child span{
	font-size: 30px;
	line-height: 45px;
}
ul.car-list-spec{
	display: table;
}
ul.car-list-spec li{
	display: table-cell;
	font-size: 13px;
	line-height: 17px;
}
div.item-search ul.car-list-spec li{
	font-size: 15px;
}
ul.car-list-spec li:first-child{
	width: 60px;
	padding-right: 10px;
}
div.search-button {
    margin-top: -38px;
    margin-bottom: 11px;
}
div.search-button ul{
	display: table;
	table-layout: fixed;
	width: 500px;
	margin: 0 0 0 auto;
}
div.search-button ul li{
	display: table-cell;
	vertical-align: middle;
}
div.search-button ul li:first-child{
	padding-right: 10px;
}
div.search-button ul li div.search-info{
	position: relative;
	width: 100%;
	background-color: #FC6F9C;
	border-radius: 10px;
	filter: drop-shadow(0px 2px 0px rgba(255,115,115,0.6));
}
div.search-button ul li div.search-mail{
	position: relative;
	width: 100%;
	background-color: #FF7F12;
	border-radius: 10px;
	filter: drop-shadow(0px 2px 0px rgba(255,127,18,0.6));
}
div.search-button ul li div.search-info a{
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff!important;
	font-weight: bold;
	padding: 10px 15px;
}
div.search-button ul li div.search-mail a{
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff!important;
	font-weight: bold;
	padding: 10px 15px 10px 40px;
}
div.search-button ul li div.search-info:hover,
div.search-button ul li div.search-mail:hover{
	opacity: 0.7;
	transition: all .3s;
}
div.search-button ul li div.search-mail a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(images/common/mail.png) no-repeat;
	background-size: 30px 24px;
	margin-left: -40px;
}
ul.car-picup-price-list{
	display: table;
	width: 100%;
}
ul.car-picup-price-list li{
	display: table-cell;
	vertical-align: middle;
}
ul.car-picup-price-list li:first-child{
	width:80px;
}
p.car-pickup-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
div.car-pickup-box{
	padding: 10px;
}
li.car-pickup-price{
	font-size: 15px;
	text-align: right;
}
li.car-pickup-price span{
	font-size: 30px;
	color: #FC6F9C;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
ul.car-store-date-ul{
	display: table;
	width: 100%;
	margin-top: 10px;
}
ul.car-store-date-ul li{
	display: table-cell;
	vertical-align: top;
}
ul.car-store-date-ul li:first-child{
	width: 80px;
}
ul.car-store-date-ul li:last-child{
	text-align: right;
}
#content-left,
#content-right{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#content-right{
	margin-top: 20px;
}
time#car-time{
	float: right;
	margin-top: -25px;
}
ul.car-top-box{
	display: table;
	margin-top: -20px;
}
ul.car-top-box li.car-top-box-in{
	display: table-cell;
	vertical-align: top;
}
ul.car-top-box li.car-top-box-in:first-child{
	width: 640px;
	padding-right: 40px;
}
ul.car-top-box li.car-top-box-in:last-child{
	width: 344px;
}
div.rireki-img-box .car-img:before{
	width: 30px;
	height: 36px;
	background-size: 30px 36px;
}
div.sold-out-box .car-img:before{
	content: none;
}
/*モーダルウィンドウ*/
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-top: none!important;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	border-top: none!important;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	border-top: none!important;
	max-height: 80%;
	overflow: auto;
}
p#modal-close-btn{
	text-align: center;
	margin-top: 20px;
}
a.js-modal-close{
	position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    line-height: 0;
	width: 35px;
}
#maintenance-btn{
	text-align: center;
	margin: 20px 0 1px;
}
#maintenance-btn a{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #3B3A3A;
	text-align: center;
	text-decoration: none;
	padding: 7px 40px 7px 20px;
	background: #F8F6F2;
	border: 1px solid #959595;
	filter: drop-shadow(0px 3px 0px rgba(0,0,0,0.2));
	border-radius: 5px;
}
#maintenance-btn a:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(images/common/popup-ico.png) no-repeat;
    background-size: 20px 18px;
    margin-top: -1px;
}
#modal02 .modal__content{
	width: 460px;
}
#modal02 .modal__content section h3{
    background: #333;
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
#modal02 .modal__content section.matome-pink h3{
	background: #FC6F9C;
}
.modal02-text{
	font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
	padding-bottom: 10px;
}
#modal02 .modal__content section#modal02-border{
	border-bottom: 1px dotted #707070;
	padding-bottom: 20px;
    margin-bottom: 25px;
}
#modal02 .modal__content section section{
	margin: 15px 40px 0;
}
#modal02 .modal__content section section h4{
	background: #333;
    color: #fff;
    font-size: 18px;
	line-height: 30px;
	text-align: center;
}
#modal02 .modal__content section.matome-pink section h4{
	background: #FC6F9C;
}
p.matome-text{
	font-size: 18px;
	line-height: 30px;
	margin-top: 7px;
}
#modal02 .modal__content section section ul{
	margin-top: 10px;
}
#modal02 .modal__content section section ul li{
	position: relative;
	padding-left: 12px;
	font-size: 20px;
	line-height: 30px;
}
#modal02 .modal__content section section ul li:before{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: #333;
}
#modal02 .modal__content section.matome-pink section ul li:before{
	background: #FC6F9C;
}
/*車両検索モーダルウィンドウ▼*/
#modalArea .modalWrapper{
	height: auto;
	padding: 4px 0;
}
#modalArea .modalContents{
	max-height: 80%;
}
.modalContents .main-search-box-in nav.price-pay-box {
	margin-bottom: 30px;
}
.modalContents .main-search-box-in .maker-logo-link-box{
	margin-bottom: 20px;
}
.modalContents .main-search-box-in .link_button{
	margin-top: 100px;
}
/*車両検索モーダルウィンドウ▲*/
#main-price-box{
    padding: 0 0 20px;
    color: #3B3A3A;
}
#main-price-box h2.year-one{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FC6F9C;
	padding: 8px 10px;
}
#main-price-box h2.year-other{
	display: block;
	font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FC6F9C;
	padding: 8px 20px 8px 10px;
	text-decoration: none;
}
#main-price-box span.tax{
	position: relative;
	font-weight: normal;
	font-size: 14px;
}
p.year-other-title{
	font-size: 26px;
	color: #3B3A3A;
	font-weight: bold;
}
p.year-other-title-m{
	font-size: 18px;
	color: #3B3A3A;
	font-weight: bold;
}
.car-single-title{
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.car-single-title span{
	font-size: 15px;
	font-weight: bold;
}
p.main-price-text{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
p.main-price-text span{
	font-size: 50px;
    color: #FC6F9C;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
p.bonus-text{
	margin-top: 5px;
	font-weight: 500;
	text-align: center;
}
p.bonus-text span{
	color: #FC6F9C;
	padding-left: 5px;
}
.bonus-yen{
	line-height: 15px;
	color: #3B3A3A!important;
}
div.lease-price-box01,
div.lease-price-box02{
	position: relative;
}
div.lease-price-box01{
	border-bottom: 1px dashed #707070;
	padding-bottom: 15px;
}
#payment-box {
    color: #333;
}
#payment-box h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #707070;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    filter: drop-shadow(0px 2px 0px rgba(112,112,112,0.3));
}
#payment-box h3 span{
	font-size: 14px;
	font-weight: normal;
}
.acMenu h3{
	display:block;
	position: relative;
	cursor:pointer;
}
.acMenu h3::after{
    position: absolute;
    content: "▼";
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0 5px;
    background: #707070;
    height: 100%;
}
.acMenu h3.active::after{
	content: "▲"!important;
}
#acMenu div.acMenu-in{
	display:none;
}
#payment-box ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}
#payment-box ul li{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
#payment-box ul li:first-child{
	padding-right: 10px;
	border-right: 1px dashed #707070;
}
#payment-box ul li:last-child{
	padding-left: 10px;
}
.payment-title{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.payment-price{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.payment-price span{
	font-size: 30px;
	color: #FC6F9C;
	padding-left: 5px;
	margin-top: 5px;
}
a.js-modal-open{
	color: #3B3A3A;
	text-decoration: underline;
}
div.single-contact-box{
	background: #FFE200;
	padding: 10px 10px 15px;
	margin-top: 15px;
}
div.single-contact-box ul li{
	display: inline-block;
	color: #2DA23F;
	vertical-align: middle;
	font-weight: bold;
}
div.single-contact-box ul li:first-child{
	background: #2DA23F;
    border-radius: 5px;
	color: #fff;
	padding: 0 5px;
}
p.tel-single-text{
	font-size: 11px;
    margin-top: -7px;
}
div.tel-box02{
	margin-top: 20px;
}
div.tel-box02 p{
	text-align: center;
    margin-top: -15px;
    padding: 0;
}
div.tel-box02 p a{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #2DA23F;
    line-height: 51px;
    padding-left: 46px;
    cursor: default;
}
div.tel-box02 p a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 33px;
    background: url(images/common/tel.png) no-repeat;
    background-size: 55px 33px;
    margin-left: -60px;
    margin-top: 8px;
}
div.mail-box02{
	position: relative;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
	background-color: #FF7F12;
	border-radius: 10px;
	filter: drop-shadow(0px 5px 0px rgba(255,127,18,0.6));
}
div.mail-box02 a{
	font-family: "新ゴ M";
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px 15px 15px 40px;
}
div.mail-box02 a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(images/common/mail.png) no-repeat;
	background-size: 30px 24px;
	margin-left: -40px;
}
div.mail-box02:hover{
	top: -3px;
}
p.single-tyuui{
	margin-top: 10px;
	font-size: 12px;
}
p.single-tyuui span{
	font-size: 12px;
}
div.komi-box{
	margin-top: 10px;
	padding: 20px;
	background: #F8F6F2;
}
div.komi-box p{
	font-size: 18px;
	font-weight: bold;
}
div.komi-box ul{
	margin-top: 10px;
}
div.komi-box ul li{
	display: inline-block;
	margin-right: 5px;
}
div.komi-box ul li:last-child{
	margin-right: 0;
}
div#car-single-status{
	margin: 20px 0 0;
	padding-top: 20px;
    border-top: 1px dashed #707070;
}
div#car-single-status ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
div#car-single-status ul li{
	padding: 5px;
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #707070;
}
div#car-single-status ul li:last-child{
	border-right: 1px solid #707070;
}
div#car-single-status ul li p{
	font-size: 13px;
	text-align: center;
}
div#car-single-status ul li p.car-single-status-text{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
div#car-single-status ul li p.car-single-status-text span{
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}
div.car-single-contact-box{
	background: #FFE200;
	padding: 20px 40px;
	margin-top: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
div.car-single-tel-box,
div.car-single-mail-box{
	box-sizing: border-box;
    margin: 10px;
    width: calc(50% - 40px / 2);
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
}
p.car-single-box-title{
	position: relative;
	font-size: 18px;
	color: #3B3A3A;
	font-weight: 500;
	padding-left: 35px;
}
p.car-single-box-title:before{
	position: absolute;
	content: "";
    display: inline-block;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 28px;
	height: 28px;
	background: url(images/common/ca-single-tel-title.png) no-repeat;
	background-size: 28px 28px;
}
p.car-single-box-title-mail:before{
	background: url(images/common/ca-single-mail-title.png) no-repeat!important;
}
div.car-single-tel-box div{
	margin-top: 25px;
	padding-bottom: 20px;
}
div.car-single-tel-box div a{
	position: relative;
    font-size: 50px;
	font-weight: bold;
	color: #2DA23F;
	padding-left: 58px;
	cursor: default;
}
div.car-single-tel-box div a:before{
	position: absolute;
	content: "";
    display: inline-block;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 50px;
    height: 32px;
	background: url(images/common/ca-single-tel.png) no-repeat;
    background-size: 50px 32px;
}
div.car-single-tel-box div a span{
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	color: #707070;
	display: block;
}
/*仮審査（直営店用）*/
div.car-single-estimate-box{
	padding: 30px 0;
	margin-top: 20px;
}
p.car-single-estimate-box-mail-text-top,
p.car-single-estimate-box-mail-text-bottom{
	font-weight: bold;
	text-align: center;
	color: #3B3A3A;
	line-height: 18px;
}
p.car-single-estimate-box-mail-text-bottom{
	margin-top: 10px;
}
div.car-single-estimate-box-mail dl{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
div.car-single-estimate-box-mail dl dt{
	position: relative;
    display: table;
    margin: 5px auto -8px;
    padding: 15px 60px;
    font-weight: bold;
    text-align: center;
    color: #E71F19;
    font-size: 18px;
    line-height: 0;
    border: 2px solid #E71F19;
    border-radius: 50px;
    background: #fff;
    z-index: 1;
}
div.car-single-estimate-box-mail dl dt:before{
	content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    z-index: 3;
}
div.car-single-estimate-box-mail dl dt:after{
	content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #E71F19;
    z-index: 2;
}
div.car-single-estimate-box-mail dl dd a{
	position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #FF7F12;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 0px rgba(255,127,18,0.6));
	padding: 40px 0 40px 85px;
}
div.car-single-estimate-box-mail dl dd a:before{
	position: absolute;
    content: "";
    display: inline-block;
	width: 75px;
    height: 44px;
	background: url(images/common/ex5.png) no-repeat;
    background-size: 75px 44px;
    top: 50%;
    transform: translateY(-50%);
	margin-left: -105px;
}
div.car-single-estimate-box-mail dl dd a:after{
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit- transform: translateY(-50%) rotate(45deg);
    right: 20px;
}
div.car-single-estimate-box-tel dl dt{
	font-weight: bold;
	text-align: center;
	color: #3B3A3A;
}
div.car-single-estimate-box-tel dl dd a{
	position: relative;
    font-size: 50px;
    font-weight: bold;
    color: #2DA23F;
    padding-left: 58px;
    display: table;
    margin: 10px auto 30px;
    cursor: default;
}
div.car-single-estimate-box-tel dl dd a:before{
	position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 50px;
    height: 32px;
    background: url(images/common/ca-single-tel.png) no-repeat;
    background-size: 50px 32px;
}
div.car-single-estimate-box-tel dl dd a span{
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    color: #3B3A3A;
    display: block;
	margin-top: 7px;
}
/*加盟店用追記*/
div.car-single-tel-box-kameiten div a{
	padding-left: 0;
	padding-right: 20px;
}
div.car-single-tel-box-kameiten div a:before{
	position: static;
	content: none;
	background: none;
}
div.car-single-mail-box div{
	margin-top: 15px;
}
div.car-single-mail-box div a{
	position: relative;
    font-size: 22px;
	font-weight: bold;
    line-height: 20px;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #FF7F12;
	border-radius: 10px;
    filter: drop-shadow(0px 3px 0px rgba(255,127,18,0.6));
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 63px;
}
div.car-single-mail-box div.status-none a{
	color: #707070;
	background-color: #959595;
	filter: drop-shadow(0px 3px 0px rgba(149,149,149,0.6));
	cursor: default;
}
div.car-single-mail-box div a:before{
	position: absolute;
	content: "";
    display: inline-block;
	top: 50%;
	transform: translate(0,-50%);
    width: 53px;
    height: 44px;
	background: url(images/common/ca-single-mail.png) no-repeat;
	background-size: 53px 44px;
	margin-left: -94px;
}
div.car-single-mail-box div.status-none a:before{
	background: url(images/common/ca-single-mail-none.png) no-repeat;
	background-size: 53px 44px;
}
div.car-single-mail-box div a span{
	font-size: 13px;
	font-weight: normal;
	display: block;
}
div.car-single-mail-box div.status-none a span{
	color: #707070;
}
div.car-single-mail-box div a:hover{
	opacity: 0.7;
	transition: all .3s;
}
div.car-single-mail-box div.status-none a:hover{
	opacity: 1.0;
}
nav#car-single-nav{
	margin-top: 20px;
}
nav#car-single-nav ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	filter: drop-shadow(0px 3px 0px rgba(149,149,149,0.5));
}
nav#car-single-nav ul li{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #959595;
}
nav#car-single-nav ul li a{
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
	color: #3B3A3A;
    font-weight: bold;
    line-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
nav#car-single-nav ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-25%);
    right: 10px;
    border: 6px solid transparent;
    border-top-color: #3B3A3A;
}
nav#car-single-nav ul li a:hover{
	opacity: 0.7;
	transition: all .3s;
}
.title-single01 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3B3A3A;
    margin-bottom: 10px;
    line-height: 35px;
}
.title-single01 span{
	font-size: 24px;
	line-height: 35px;
	padding-left: 5px;
}
.title-single01:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    width: 100px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFE200;
    border-radius: 2px;
}
div.merit-list-box{
	margin-top: 30px;
}
nav.merit-list-box-in{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
nav.merit-list-box-in a{
	position: relative;
	box-sizing: border-box;
	margin: 0 10px;
	padding-right: 22px;
	width:calc(50% - 40px / 2);
	border-bottom: 1px dotted #707070;
	color: #3B3A3A;
}
nav.merit-list-box-in a:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
}
nav.merit-list-box-in a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
}
nav.merit-list-box-in a:hover{
	opacity: 0.7;
	transition: all .3s;
}
nav.merit-list-box-in a ul{
	display: table;
	padding: 15px 0;
}
nav.merit-list-box-in a ul li{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
}
nav.merit-list-box-in a ul li:first-child{
	text-align: center;
	width: 120px;
	background: #FFE200;
	border: 2px solid #959595;
	border-radius: 8px;
}
nav.merit-list-box-in a ul li:last-child{
	padding-left: 10px;
}
div.merit01-box{
	margin: 40px auto -30px;
}
div.merit01-box-in{
	background: #fff;
    padding: 40px 40px 20px;
    border: 2px solid #707070;
	margin: 10px;
}
.merit01-nomber{
	width: 220px;
}
.merit01-nomber p{
	margin-left: 33px;
}
div.merit01-box-in section{
	display: table;
	width: 100%;
	margin-top: -50px;
}
div.merit01-box-in section h3,
div.merit01-box-in section div{
	display: table-cell;
	vertical-align: top;
}
div.merit01-box-in section h3{
	width: 202px;
	padding-right: 25px;
	padding-top: 60px;
}
div.merit01-box-in section div:last-child{
	width: 420px;
	padding-left: 60px;
	padding-top: 29px;
}
div.merit01-box-in section h3{
	font-size: 20px;
    text-align: center;
    line-height: 30px;
}
div.merit01-box-in section h3 span{
	display: block;
    font-size: 20px;
}
div.merit01-box-in section div.merit-img{
	text-align: center;
}
div.merit-single-box{
	margin-top: 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	/* align-items:start; スマホはON*/
}
div.merit-single-box-in{
	box-sizing: border-box;
    margin: 10px;
    width: calc(50% - 40px / 2);
    background: #fff;
    padding: 40px 40px 20px;
	border: 2px solid #707070;
}
div.merit-single-box-in section{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
div.merit-single-box-in section h3,
div.merit-single-box-in section div.merit-img{
	box-sizing: border-box;
    margin: 10px;
    width: calc(50% - 40px / 2);
}
div.merit-single-box-in section div.merit-img{
	text-align: center;
	margin-top: -32px;
}
img.merit-img01,
img.merit-img02,
img.merit-img03,
img.merit-img04,
img.merit-img05,
img.merit-img06,
img.merit-img07{
	width: auto;
	height: 97px;
}
img.merit-img02{
	margin-bottom: 8px;
}
img.merit-img03{
	margin-top: -6px;
}
img.merit-img04{
	margin-top: -11px;
}
img.merit-img06{
	height: auto;
}
img.merit-img06{
	height: auto;
    margin-top: 10px;
}
img.merit-img07{
	margin-top: -19px;
}
div.merit-single-box-in section h3{
	font-size: 20px;
	text-align: center;
    line-height: 30px;
}
div.merit-single-box-in section h3 span{
	display: block;
	font-size: 20px;
}
.width50per{
	width: 50%;
}
.title-merit {
	position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px 26px;
    font-size: 21px;
    font-weight: bold;
    color: #3B3A3A;
}
.title-merit span{
	font-size: 30px;
	font-weight: bold;
}
.title-merit:before,
.title-merit:after {
	content: '';
	position: absolute;
    top: 43%;
    display: inline-block;
    width: 21px;
    height: 5px;
	background-color: #3B3A3A;
}
.title-merit:before {
	left:0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.title-merit:after {
	right: 0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.merit-text{
	margin-top: 10px;
}
.merit-text-mt01{
	margin-top: -9px!important;
}
section.merit-abouto-box{
	background: #F8F6F2;
	padding: 15px;
	margin-top: 10px;
}
section.merit-abouto-box h4{
	margin-left: auto;
    margin-right: auto;
	font-size: 18px;
}
section.merit-abouto-box ul{
	margin-top: 10px;
}
section.merit-abouto-box ul li{
	display: inline-block;
	padding: 0 5px;
}
ul.single-car-store{
	display: table;
	width: 100%;
	margin-top: 10px;
}
ul.single-car-store li{
	display: table-cell;
	vertical-align: top;
}
ul.single-car-store li:first-child{
	width: 260px;
	padding-right: 10px;
}
ul.single-car-store li:nth-child(2){
	width: 260px;
	padding-left: 10px;
}
ul.single-car-store li:nth-child(3){
	padding-left: 20px;
}
div.store-anywhere-box{
	border: 2px solid #FFE200;
	background: #fff;
	padding: 20px;
}
div.point-box{
	display: table;
	width: 100%;
}
div.point-box div.point-box-in{
	display: table-cell;
	vertical-align: middle;
}
div.point-box div.point-box-in:first-child{
	width: 470px;
}
div.point-box div.point-box-in:first-child p {
    position: relative;
    padding: 10px 10px 10px 70px;
	margin-left: -25px;
	text-align: center;
}
div.point-box div.point-box-in:first-child p span{
	font-size: 18px;
	color: #707070;
	font-weight: bold;
    line-height: 30px;
	background:linear-gradient(transparent 60%, #F4F1AE 60%);
}
div.point-box div.point-box-in:first-child p:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 52px;
    background: url(images/common/point.png) no-repeat;
    background-size: 60px 52px;
    margin-left: -70px;
    margin-top: 2px;
}
div.point-box div.point-box-in section h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #EFCC00;
}
ul.point-box-store-list li{
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 15px;
	border: 1px solid #000;
	border-radius: 4px;
	background: #f2f2f2;
	padding: 4px 5px;
}
ul.point-box-store-list li:last-child{
	margin-right: 0;
}
div.single-area-box{
	background: #FBFAE2;
	padding: 20px;
	margin-top: 10px;
}
p.single-area-box-title{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
div.single-area-box ul{
	text-align: center;
	margin-top: 10px;
}
div.single-area-box ul li{
	display: inline-block;
	padding: 2px;
}
div.single-area-box ul li p{
	font-weight: 700;
	padding: 2px 5px;
	background: #fff;
	border-radius: 10px;
}
div#content-left h3{
	display:block;
	position: relative;
	cursor:pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #707070;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
}
div#content-left h3::after{
    position: absolute;
    content: "▼";
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0 5px;
    background: #707070;
    height: 100%;
}
div#content-left h3.active::after{
	content: "▲"!important;
}
section#spec-first h3::after{
    content: "▲"!important;
}
section#spec-first h3.active::after{
	content: "▼"!important;
}
ul.car-table{
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul.car-table li{
	display: table-cell;
	vertical-align: middle;
}
ul.car-table li table{
	width: 100%;
	margin-top: -1px;
}
ul.car-table li table tr th,
ul.car-table li table tr td{
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ebe9e4;
	border-collapse: collapse;
	padding: 10px;
}
ul.car-table li table.bl-none tr th{
	border-left: none;
}
ul.car-table li table tr th{
	background: #F8F6F2;
	width: 120px;
}
ul.car-table li table tr td{
	font-weight: bold;
}
div.car-item-list{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.car-item-list div.car-item-list-in{
	display: table-cell;
	vertical-align: top;
}
div.car-item-list div.car-item-list-in ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.car-item-list div.car-item-list-in ul li{
	display: table-cell;
	vertical-align: middle;
}
div.car-item-list div.car-item-list-in ul li div{
	background: #fff;
	border: 1px solid #ececec;
	color: #c8c8c8;
	display: block;
	padding: 0 4px;
	margin: 4px;
	font-size: 14px;
}
div.car-item-list div.car-item-list-in ul li div.on{
	background: #FEEDF3;
	border: 1px solid #F66E9E;
	font-weight: bold;
	color: #000;
}
/*メーカーロゴリンク*/
.maker-logo-link-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
	margin-top: 15px;
}
.maker-logo-link{
	box-sizing: border-box;
	margin: 0;
	width: 12.5%;
	text-align: center;
	padding: 5px;
}
.maker-logo-link a{
	color: #000;
    display: block;
    padding-top: 60px;
    padding-bottom: 5px;
    line-height: 15px;
}
.maker-logo-link-box div.toyota a{
	background: url(images/maker/logo-toyota.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.nissan a{
	background: url(images/maker/logo-nissan.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.honda a{
	background: url(images/maker/logo-honda.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.suzuki a{
	background: url(images/maker/logo-suzuki.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.daihatsu a{
	background: url(images/maker/logo-daihatsu.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.subaru a{
	background: url(images/maker/logo-subaru.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.mazda a{
	background: url(images/maker/logo-mazda.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.mini a{
	background: url(images/maker/logo-mini.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.audi a{
	background: url(images/maker/logo-audi.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.benz a{
	background: url(images/maker/logo-benz.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.mitsubishi a{
	background: url(images/maker/logo-mitsubishi.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.fiat a{
	background: url(images/maker/logo-fiat.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.lexus a{
	background: url(images/maker/logo-lexus.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.bmw a{
	background: url(images/maker/logo-bmw.png) no-repeat;
	background-position: top;
}
.maker-logo-link-box div.other a{
	background: url(images/maker/logo-other.png) no-repeat;
	background-position: top;
}
.maker-logo-link a:hover{
	text-decoration: underline;
	opacity: 0.7;
	transition: all .3s;
}
.body-type-link-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
	margin-top: 15px;
}
.body-type-link{
	box-sizing: border-box;
	margin: 0;
	width: 16.6%;
	text-align: center;
	padding: 5px;
}
.body-type-link a{
	color: #000;
    display: block;
    padding-top: 53px;
    padding-bottom: 15px;
    line-height: 6px;
}
.body-type-link-box div.etc a{
	padding-top:48px
}
.body-type-link a span{
	display: block;
}
.body-type-link-box div.kei a{
	background: url(images/common/body-type-kei.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
.body-type-link-box div.compact a{
	background: url(images/common/body-type-compact.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
.body-type-link-box div.minivan a{
	background: url(images/common/body-type-minivan.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
.body-type-link-box div.suv a{
	background: url(images/common/body-type-suv.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
.body-type-link-box div.etc a{
	background: url(images/common/body-type-etc.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
.body-type-link-box div.syoyo a{
	background: url(images/common/body-type-syoyo.png) no-repeat;
	background-position: top;
	background-size: 100px 43px;
}
/* ****************
オリコNo.1バナー
***************** */
div.no1-bnr{
	margin-top: -55px;
	margin-bottom: 69px;
	text-align: center;
}
/* ****************
安さの理由
***************** */
.niconori-reasonable-box{
	background: #ff507d;
	padding: 40px;
	margin-top: 100px;
	box-sizing: border-box;
}
.niconori-reasonable-box-dl{
	position: relative;
}
.niconori-reasonable-box-dl::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 145px;
	height: 133px;
	background: url(images/common/reasonable-icon.webp) no-repeat;
	background-size: 145px 133px;
	left: 50%;
	top: -87px;
	transform: translateX(-50%);
	z-index: 1;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt {
	position: relative;
	padding: 50px 30px;
	border: 4px solid #333333;
	border-radius: 4px;
	line-height: 0;
	background: #FFFF00;
	text-align: center;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.4));
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt::before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	background-color: #FFFF00;
	rotate: 135deg;
	translate: -50%;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border: 4px solid;
	border-color: #333333 #333333 transparent transparent;
	rotate: 135deg;
	translate: -50%;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl{
	width: 720px;
	margin: 40px auto 0;
	box-sizing: border-box;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	padding-bottom: 11px;
	border-bottom: 3px dotted #fff;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt span{
	font-size: 50px;
	color: #FFFF00;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li{
	position: relative;
	margin-top: 15px;
	padding: 20px 10px 20px 60px;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li span{
	font-size: 20px;
	background: linear-gradient(transparent 36%, #FFFF00 72%);
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li::before{
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 37px;
	color: #fff;
	width: 40px;
	height: 40px;
	background: #FF507D;
	border-radius: 5px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(1)::before{
	content: "1";
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(2)::before{
	content: "2";
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(3)::before{
	content: "3";
}
.padding-lr{
	padding-left: 10px;
	padding-right: 10px;
}
ol.niconori-reasonable-about{
	margin-top: 30px;
	padding: 40px;
	background: #FCE1EA;
}
ol.niconori-reasonable-about li:nth-child(2),
ol.niconori-reasonable-about li:nth-child(3){
	margin-top: 20px;
}
ol.niconori-reasonable-about li dl dt{
	position: relative;
	padding: 20px 10px 20px 60px;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
}
ol.niconori-reasonable-about li dl dt span{
	font-size: 20px;
	background: linear-gradient(transparent 36%, #FFFF00 72%);
}
ol.niconori-reasonable-about li dl dt::before{
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 37px;
	color: #fff;
	width: 40px;
	height: 40px;
	background: #FF507D;
	border-radius: 5px;
}
ol.niconori-reasonable-about li:nth-child(1) dl dt::before{
	content: "1";
}
ol.niconori-reasonable-about li:nth-child(2) dl dt::before{
	content: "2";
}
ol.niconori-reasonable-about li:nth-child(3) dl dt::before{
	content: "3";
}
ol.niconori-reasonable-about li dl dd{
	margin-top: 10px;
}
/* ****************
flow
***************** */
.niconori-flow-box h3{
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.niconori-flow-box h3 span{
	font-size: 35px;
	line-height: 45px;
	display: block;
}
.tab-group{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	margin-top: 30px;
}
.tab-flow{
	width: calc(50% - 5px);
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	padding: 15px 5px 10px;
	background: #B2B2B2;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.panel{
	display:none;
}
.online-tab.is-active{
	color: #000;
	background: #fff;
	transition: all 0.2s ease-out;
}
.store-tab.is-active{
	color: #000;
	background: #fff;
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display:block;
}
ul.tab-group li span{
	display: block;
	font-size: 16px;
	line-height: 28px;
}
div.panel{
	background: #fff;
	padding: 40px;
}
dl.niconori-flow-box-dl{
	margin-top: 40px;
}
dl.niconori-flow-box-dl:first-child{
	margin-top: 0;
}
dl.niconori-flow-box-dl dt.niconori-flow-box-dl-dt{
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
dl.niconori-flow-box-dl dt.niconori-flow-box-dl-dt span{
	font-size: 22px;
	line-height: 30px;
	display: table;
	width: 100%;
	background: #FFE200;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 5px 0;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd{
	margin-top: 20px;
	display: table;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div{
	display: table-cell;
	vertical-align: middle;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div:first-child{
	width: 340px;
	padding-right: 40px;
	box-sizing: border-box;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl{
	margin-top: 20px;
	background: #FDE780;
	padding: 25px 40px 30px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt span{
	font-size: 26px;
	color: #FF5A78;
	line-height: 30px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dd a{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #FF5A78;
	border-radius: 10px;
	filter: drop-shadow(0px 4px 0px rgba(255, 90, 120, 0.6));
	padding: 15px 0 15px 40px;
	margin-top: 6px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dd a:hover{
	opacity: 0.7;
	transition: all .3s;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dd a:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 28px;
	background: url(images/flow/flow-car-icon.webp) no-repeat;
	background-size: 30px 28px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -40px;
}
/* ****************
メーカーページ
***************** */
div.car-link{
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
div.car-link a{
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
    margin: 5px;
    width: calc(33.3% - 20px / 2);
	padding: 15px 5px;
    color: #39b54a;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #DDF2DF;
}
div.car-link a:hover{
    color: #fff;
    background: #39b54a;
}
/*2023/5/30追記*/
div.car-link-list{
	margin-top: 20px;
}
div.car-link-list h3{
	font-size: 20px;
	line-height: 30px;
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	display: block;
}
div.car-link-list ul{
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0 20px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
div.car-link-list ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
    margin: 5px;
    width: calc(33.3% - 20px / 2);
}
div.car-link-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 5px;
    color: #39b54a;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #DDF2DF;
}
div.car-link-list ul li a:hover{
    color: #fff;
    background: #39b54a;
}
/* ****************
各ページ検索エリア
***************** */
.main-search-box{
  position: relative; /* 三角の位置を固定するために設定 */
  padding: 40px 20px 20px; /* ふきだし内の余白 */
  background: #FC6F9C; /* 背景色 */
}
.main-search-box::before { /* 三角の部分 */
  content: '';
  position: absolute; /* 位置固定 */
  bottom: -40px; /* 線幅の2倍 */
  top: 0;
  left: 50%;
  margin-left: -20px; /* 線幅だけずらす */
  border: 20px solid transparent; /* 線幅の設定 */
  border-top-color: #fff; /* 吹き出しの地と同じ色 */
}
.main-search-box-in{
	background: #fff;
	padding: 40px;
}
div.freeword{
	margin-top: 20px;
}
nav.price-pay-box{
	margin-top: 20px;
}
nav.price-pay-box ul{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
nav.price-pay-box ul li{
	box-sizing: border-box;
	flex-grow:1;
    margin: 0;
    text-align: center;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	background:linear-gradient(180deg,#fff 0%,#fff 50%,#DDDDDD 50%,#DDDDDD 100%);
}
nav.price-pay-box ul li:first-child{
	margin-right: 20px;
}
nav.price-pay-box ul li:last-child{
	margin-left: 20px;
}
nav.price-pay-box ul li a{
	color: #000;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
    font-weight: bold;
}
nav.price-pay-box ul li a:hover{
	text-decoration: underline;
	opacity: 0.7;
	transition: all .3s;
}
/* ****************
top page
***************** */
.komikomi-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:start;
	margin-top: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.komikomi-box-in{
	box-sizing: border-box;
	margin: 0;
	width: 25%;
	text-align: center;
}
.komikomi{
	position: relative;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #FFE200;
	border-radius: 50%;
	background: #fff;
}
.komikomi p{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 35px;
	line-height: 45px;
	color: #3B3A3A;
	font-family: "UD新ゴ M";
	width: 100%;
}
.komikomi p span{
	display: block;
	font-size: 30px;
	font-family: "UD新ゴ M";
}
.contents-lr ul{
	display: table;
    width: 100%;
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contents-lr ul li{
	display: table-cell;
	vertical-align: middle;
}
.contents-lr ul li:first-child{
	width: 300px;
}
.contents-lr ul li:last-child{
	padding-left: 20px;
}
.contents-lr ul li h3{
	font-size: 24px;
    font-weight: 500;
    background: linear-gradient(transparent 50%, #FFE200 50%);
    display: inline;
    padding-right: 10px;
	line-height: 40px;
}
.contents-lr ul li p{
	margin-top: 10px;
}
.title-point{
	border: 3px solid #FFE200;
    border-radius: 40px;
    background: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
.title-point p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 0;
	margin-top: 0!important;
	padding: 16px 40px;
}
/* ****************
Ｑ＆Ａ
***************** */
.faq-title01{
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #2DA23F;
	font-size: 24px;
	font-weight: 500;
}
.faq-title01::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.faq-title02{
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #2DA23F;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
}
.faq-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
.faq-box .faq-box-in{
	box-sizing: border-box;
	margin: 0 10px;
	width:calc(50% - 40px / 2);
	background: #ccc;
}
.faq-box .faq-box-in a{
	position: relative;
	text-align: center;
	display: block;
	padding: 20px 5px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	font-size: 18px;
	font-weight: bold;
}
.faq-box .faq-box-in a::after{
	position: absolute;
	content: "〉";
	font-size: 13px;
	right: 2px;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
ul.faq-list li{
	border-bottom: 1px solid #ccc;
}
div.faq-child ul.faq-list li:first-child{
	border-top: 1px solid #ccc;
}
ul.faq-list li a{
	position: relative;
	display: block;
	padding: 20px 20px 20px 30px;
	color: #000;
	font-size: 18px;
}
ul.faq-list li a:after{
	display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    transform: rotate(45deg);
}
ul.faq-list li a:before{
	position: absolute;
    content: "Q";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #4151B3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: 21px;
    left: 0;
}
.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.5em;
	border-bottom: 1px dashed #707070;
}

.boxQA .box-title {
    position: relative;
    padding: 0 5px 0 50px;
    color: #454545;/*Q文章文字色*/
	font-size: 24px;
	line-height: 40px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #4151B3;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -10px;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #FC6F9C;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 0.8em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 20px 80px;
    margin: 0;
	font-size: 18px;
	line-height: 30px;
}
.boxQA a{
	font-size: 18px;
}
#faq-answer-box{
	background: #f2f2f2;
	padding: 10px 20px;
}
#title-faq{
	position: relative;
    padding: 20px 0 20px 30px;
    font-size: 22px;
	line-height: 30px;
    font-weight: bold;
}
#title-faq:before{
	position: absolute;
    content: "Q";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #4151B3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: 22px;
    left: 0;
}
#faq-answer{
	position: relative;
    padding: 20px 0 20px 30px;
}
#faq-answer p,
#faq-answer a,
#faq-answer span{
	font-size: 18px;
	line-height: 32px;
}
#faq-answer:before{
	position: absolute;
    content: "A";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #FC6F9C;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: 25px;
    left: 0;
}
/* ****************
searchform.php
***************** */
/*フォームのリセットcss*/
input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type='submit'],
input[type='button']{
  cursor: pointer;
}


/*フォーム全体*/
#form1{
position:relative;/*フォームの相対位置*/
max-width:480px;/*フォームのサイズ*/
}
/*検索ボックス*/
#sbox{
position:absolute;/*フォームの絶対位置*/	
left:0;
top:0; 	
outline:0;/*クリック時の青い枠線消す*/	
height:40px;/*検索ボックスの高さ*/	
width: 400px;/*検索ボックスの横幅*/	
padding:0 10px;/*テキスト位置調整*/	 
background:#fff;/*検索ボックスの背景カラー*/
border-top: 1px solid #AAA9A3;
border-left: 1px solid #AAA9A3;
border-bottom: 1px solid #AAA9A3;
border-radius: 5px 0 0 5px;
font-size: 16px;
}
/*検索ボタン*/
#sbtn{
width:80px;/*検索ボタンの横幅*/ 
height:42px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
left:420px;/*検索ボタンの位置調整*/  
top:0;
background:#FC6F9C;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
color:#fff;/*検索ボタンのテキストカラー*/ 
font-weight:bold;/*検索ボタンのテキスト太字*/ 
font-size:18px;/*検索ボタンのフォントサイズ*/
border-top: 1px solid #AAA9A3;
border-right: 1px solid #AAA9A3;
border-bottom: 1px solid #AAA9A3;
border-radius: 0 5px 5px 0;
}
/* ****************
在庫確認・お見積りフォーム
***************** */
div.car-select-box {
    border: 2px solid #2DA23F;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #D2EDDB;
}
div.car-select-box-none {
    border: 2px solid #ccc;
    padding: 10px 10px 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
}
div.car-info-box{
	display: table;
	width: 100%;
}
div.car-img-name-box{
	display: table-cell;
	vertical-align: middle;
}
div.id-box{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	width: 259px;
}
div.car-select-box ul{
	display: table;
	width: 100%;
}
div.car-select-box ul li{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #3B3A3A;
}
div.car-select-box ul li:first-child{
	width: 125px;
	line-height: 0;
}
div.car-select-box ul li:first-child img{
	line-height: 0;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  div.car-select-box ul li:first-child img{
	  width: 125px;
  }
}
div.car-select-box ul li:last-child{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
}
div.id-box div{
	border-bottom: 1px dashed #333;
	padding: 2px 0;
}
div.id-box div p{
	font-weight: normal;
	font-size: 13px;
}
.car-select-title{
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #3B3A3A;
  color: #3B3A3A;
  font-weight: bold;
  font-size: 18px;
}
/* ****************
メールフォーム
***************** */
.contact-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.pc40sp20{
	margin-top: 40px;
}
.contact-form-box{
	width: 800px;
	margin: 20px auto 0;
}
#form-step{
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
}
#form-step li{
	display: table-cell;
	vertical-align: middle;
}
#form-step span{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:18px;
	font-weight: bold;
	padding:15px 20px;
	line-height:100%;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	display:block;
	background-color:#bbb;
	text-align:center;
}
#form-step .on{
	background-color: #2DA23F;
}
#form-step li:first-child span{
	padding-left: 15px;
}
#form-step span::after,
#form-step span::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 1em solid;
	right: -16px;
}
#form-step span::after{
	z-index: 2;
	border-left-color: #bbb;
}
#form-step .on::after{
	z-index: 2;
	border-left-color: #2DA23F;
}
#form-step span::before{
	border-left-color: #fff;
	right: -17px;
	z-index: 1;
}
#form-step li:last-child span::after,
#form-step li:last-child span::before{
	content: "";
	position:static;
	top:0;
	right:0;
	border:none;
}
#form-step .current{
	background: none;
}
#form-step .current::after,
#form-step .current::before{
	content: normal;
}
div.form-box ul,
div.form-box-estimate ul{
	display: table;
	width: 100%;
	margin-top: -1px;
}
div.form-box ul li,
div.form-box-estimate ul li{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
}
div.form-box ul li:first-child,
div.form-box-estimate ul li:first-child{
	width: 200px;
	border-right: none;
	background: #F8F6F2;
	font-weight: 500;
}
div.form-box ul li:first-child span{
	position: relative;
	padding-left: 40px;
}
div.form-box ul li:first-child span:before{
	position: absolute;
	color: #fff;
	border-radius: 5px;
	left: 0;
	top: -1px;
	font-size: 13px;
	line-height: 19px;
	padding: 0 3px;
}
div.form-box ul li:first-child span.hissu:before{
	content: "必須";
	background: #FC6F9C;
}
div.form-box ul li:first-child span.nini:before{
	content: "任意";
	background: #999;
}
div.form-box ul li:last-child,
div.form-box-estimate ul li:last-child{
	background: #F9F9F9;
}
.form-box input,
.form-box textarea,
.form-box-estimate input,
.form-box-estimate textarea{
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #E0E0E0;
	padding: 2px 5px!important;
	box-sizing: border-box;
}
.form-box input,
.form-box-estimate input{
	width: 50%;
}
.form-box textarea,
.form-box-estimate textarea{
	width: 100%;
}
input.yubin{
	width: 204px;
}
input.address{
	width: 300px;
}
.form-box input:focus,
.form-box textarea:focus,
.form-box-estimate input:focus,
.form-box-estimate textarea:focus{
	background: #DEF6FF;
	border: 1px solid #29ABE2;
	transition: all .3s;
}
.contact-form-box button{
	background: none;
	border: none;
	line-height: 0;
	padding: 0;
	margin-top: 30px;
	cursor: pointer;
}
.privacy-box{
	background: #F8F6F2;
	padding: 20px;
	margin-top: 20px;
}
.privacy-box ul{
	display: table;
	width: 100%;
}
.privacy-box ul li{
	display: table-cell;
	vertical-align: top;
}
.privacy-box ul li:first-child{
	width: 460px;
	padding-right: 40px;
}
.privacy-box ul li ul{
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin-left: -20px;
}
.privacy-box ul li ul li{
	vertical-align: middle;
}
.privacy-box ul li ul li:first-child{
	width: 50px;
	padding-right: 10px;
}
.privacy-box ul li ul li img{
	width: 100%;
}
.privacy-box-title{
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #000;
	font-weight: bold;
}
.privacy-scroll{
	overflow: scroll;
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	height: 250px;
}
.privacy-scroll ol {
    list-style: decimal;
    margin-left: 30px;
    clear: both;
    margin-right: 20px;
}
button.button-back{
	background: none;
	border: none;
	text-decoration: none;
	color: #27AE60;
	font-weight: normal;
	margin: 10px 0;
}
div.form-box-estimate ul li:first-child{
	line-height: 19px;
}
div.form-box-estimate ul li:first-child span {
    padding: 2px 3px;
    font-size: 13px;
    color: #fff;
    line-height: 19px;
    border-radius: 5px;
    margin-right: 5px;
}
div.form-box-estimate ul li:first-child span.hissu {
	background: #FC6F9C;
}
div.form-box-estimate ul li:first-child span.nini {
	background: #999;
}
.form-box-estimate textarea{
	display: block;
}
form#estimate-form input#inaddress,
form#contact-form input#inaddress{
		background: none!important;
	    border-radius: 0!important;
		border: none!important;
		box-shadow: none!important;
}
form#estimate-form input#inaddress:focus,
form#contact-form input#inaddress:focus{
	background: none!important;
	border: none!important;
}
/* ****************
sidebar
***************** */
div#niconico-code{
	border: 1px solid #ebe9e4;
	background: #F8F6F2;
}
div#niconico-code ul{
	display: block;
	padding: 10px;
}
div#niconico-code ul li:first-child{
	font-weight: bold;
	padding: .25em 0 .25em .75em;
	border-left: 4px solid #FC6F9C;
	line-height: 15px;
}
div#niconico-code ul li:last-child{
	padding: 10px 10px 10px 17px;
	border-bottom: 1px solid #ebe9e4;
}
div#niconico-code ul#niconico-code-last li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
/* ****************
ページネーション
***************** */
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  display: table;
  text-align: center;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li{
	display: table-cell;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #3B3A3A;
  background: #fff;
  border-left-width: 0;
  width:36px;
  height:36px;
  line-height: 36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #3B3A3A;
  color: #fff;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* ****************
voice
***************** */
.padding-tb-voice{
	padding: 40px 0;
}
div.voice-box{
	margin-top: 40px;
	padding: 40px;
	background: #fff;
}
.voice-sp-box h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	margin-top: 20px;
	margin-left: 50px;
}
p.p-voice-top{
	width: 754px;
    margin-top: -38px;
    margin-left: 270px;
}
div.voice-box ul{
	display: table;
	width: 100%;
	border-bottom: 1px dashed #707070;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
div.voice-box ul:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
div.voice-box ul li{
	display: table-cell;
	vertical-align: top;
}
div.voice-box ul li:first-child{
	width: 275px;
}
div.voice-box ul li:last-child{
	padding-left: 40px;
}
div.voice-box ul li div img{
	width: 275px;
	height: auto;
}
div.voice-box ul li section h3,
.voice-bold{
	font-weight: bold;
	font-size: 18px;
}
div.link-button-voice{
	width: 40%;
	margin-top: 20px;
	background-color: #FC6F9C;
	border-radius: 40px;
}
div.link-button-voice a{
	display: block;
	text-align: center;
	line-height: 14px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}
div.link-button-voice a:hover{
	text-decoration: underline;
}
div.store-nav-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin-top: 40px;
}
div.store-nav-box nav{
	box-sizing: border-box;
	margin:10px;
    width: calc(33.3% - 60px / 3);
	border: 1px solid #959595;
}
div.store-nav-box-in{
	padding: 10px 20px 20px;
}
p.store-nav-box-title,
p.store-nav-box-title span{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
p.store-nav-box-title span{
	display: block;
}
div.link-button-car-ico{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #FC6F9C;
	border-radius: 40px;
}
div.link-button-car-ico a{
	position: relative;
	display: block;
	text-align: center;
	line-height: 25px;
	color: #fff;
	padding: 10px 10px 10px 35px;
}
div.link-button-car-ico a:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(images/common/car-ico.png) no-repeat;
    background-size: 20px 16px;
    margin-left: -28px;
    margin-top: 5px;
}
div.link-button-car-ico a:hover{
	text-decoration: underline;
}
/* ****************
store
***************** */
.store-title{
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #3B3A3A;
	color: #3B3A3A;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.store-title span{
	display: block;
	font-size:18px;
	line-height: 30px;
}
.store-ul{
	display: table;
	width: 100%;
}
.store-ul-li{
	display: table-cell;
	vertical-align: top;
}
.store-ul-li:first-child{
	width: 340px;
}
.store-ul-li:last-child{
	padding-left: 20px;
}
.store-ul-li-ul{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.store-ul-li-ul-li{
	display: table-cell;
	vertical-align: top;
}
.store-ul-li-ul-li:first-child{
	width: 80px;
}
.store-ul-li-ul-li:last-child{
	padding-left: 10px;
}
.store-ul-li-ul-li:first-child div{
	text-align: center;
	background: #707070;
	color: #fff;
	font-weight: bold;
}
ul.store-about{
	display: table;
	width: 100%;
	padding: 40px 0;
}
ul.store-about li{
	display: table-cell;
	vertical-align: middle;
}
ul.store-about li:first-child{
	width: 170px;
	padding-right: 20px;
	line-height: 0;
}
ul.store-about li:nth-child(2){
	padding-right: 100px;
	vertical-align: top;
}
ul.store-about li:nth-child(3){
	width: 80px;
	padding: 0 10px;
	border-left: 1px solid #3B3A3A;
	text-align: center;
}
ul.store-about li:last-child{
	width: 80px;
	padding: 0 10px;
	border-left: 1px solid #3B3A3A;
	border-right: 1px solid #3B3A3A;
	text-align: center;
}
p.kensu-text span{
	color: #FC6F9C;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
div#store-pr-box{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #3B3A3A;
}
div#store-pr-box ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
div#store-pr-box ul li{
	display: table-cell;
	table-layout: top;
	padding-left: 10px;
	padding-right: 10px;
}
div#store-pr-box ul li:first-child{
	padding-left: 0;
	padding-right: 20px;
}
div#store-pr-box ul li:last-child{
	padding-left: 20px;
	padding-right: 0;
}
div#store-pr-box ul li div img{
	border-radius: 10px;
}
div.slider-pro-store{
	display: none;
}
div.gray-line{
	width: 100%;
	height: 40px;
	background: #F8F6F2;
}
.tab{
	width: 100%;
}

.tab-menu {
  display: flex;
}

.tab-item {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #3B3A3A;
  
  /* widthを同じ比率で分けあう */
  flex-grow: 1;

  /* 下線以外をつける */
  border: 1px solid #959595;
  border-bottom: 6px solid #959595;
}
    
.tab-item:not(:first-child) {
  border-left: none;
}

/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.tab-item.active {
  color: #2DA23F;
  border: 1px solid #2DA23F;
  border-bottom: 6px solid #2DA23F;
}

.tab-box {
  display: block;
  margin-top: 20px;
}
    
/* コンテンツは原則非表示 */
.tab-content {
  display: none;
}

/* .showがついたコンテンツのみ表示 */
.tab-content.show {
  display: block;
}
.store-voice-box{
	border-top: 1px dashed #707070;
	margin-top: 10px;
}
.store-voice-box .voice-box{
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
/* ****************
privacy
***************** */
.privacy-list{
	list-style-type: decimal;
	margin-left: 40px;
}
.privacy-list li{
	margin-top: 20px;
	line-height: 25px;
}
.privacy-box{
	border: 2px solid #ccc;
	padding: 20px;
	margin: 20px 0;
}
/* ****************
メディア掲載実績
***************** */
.news-media ul{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
.news-media ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
/* ****************
各ページマイカーリースリンク
***************** */
.pr-boxWrap {
    display: flex;
    justify-content: space-between;
	width: 780px;
    margin: 0 auto;
}
.pr-box {
    padding: 20px;
    width: 340px;
}
.pr-box-in {
    display: block;
    width: 100%;
}
.pr-box-in:first-child p {
    position: relative;
    background: #fff;
    border: 1px solid #7F7F7F;
    font-size: 16px;
    font-weight: bold;
    color: #7F7F7F;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    width: 100%;
}
.pr-box-in:first-child p:before,.pr-box-in:first-child p:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
/*    border-top: 15px solid #B2B2B2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;*/
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.pr-box-in p:before {
    border: solid 13px transparent;
    border-top: solid 13px #7F7F7F;
}
.pr-box-in p:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -2px;
}
.pr-box-in:first-child figure {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 25px 15px 0;
}
.pr-box-in figure img{
	width: auto;
	height: 86px;
}
.pr_link_button {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: #707070;
    border-radius: 6px;
}
.pr_link_button a{
	color: #fff;
}
/* ****************
footer
***************** */
footer{
	background: #F8F6F2;
}
/*固定フッター*/
.footer_menuwrap{
	display: none;
}
div#footer-fix-box{
	display: none;
}
/*以降*/
div.footer-main-box{
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: table;
	table-layout: fixed;
}
div.footer-contents-box{
	display: table-cell;
	vertical-align: top;
    padding: 5px;
}
nav.footer-nav{
	margin-top: 10px;
}
nav.footer-nav ul li{
	line-height: 30px;
}
nav.footer-nav ul li a{
	position: relative;
	padding-left: 10px;
	color: #3B3A3A;
}
nav.footer-nav ul li a:before{
	position: absolute;
	left: 0;
	content: "-";
}
.footer-title{
	font-weight: bold;
	font-size: 18px;
	color: #3B3A3A;
}
.footer-title-mt{
	margin-top: 40px;
}
.footer-bottom-nav{
	margin: 30px 0 40px;
}
.footer-bottom-nav nav ul{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.footer-bottom-nav nav ul li{
	display: table-cell;
	vertical-align: middle;
}
.footer-bottom-nav nav ul li:after{
	content: "|";
	color: #3B3A3A;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-bottom-nav nav ul li:last-child:after{
	content: "";
	padding-left:0;
	padding-right:0;
}
.footer-bottom-nav nav ul li a{
	color: #3B3A3A;
}
.footer-small-text{
	font-size: 12px !important;
	font-weight: normal !important;
}
div#sns-link{
	display: table;
    width: 140px;
    margin: 0 auto;
}
div#sns-link div{
	display: table-cell;
	vertical-align: middle;
}
div#sns-link div:first-child{
	padding-right: 6px;
}
div#sns-link div:last-child{
	padding-left: 6px;
}
#footer-copy{
	background: #2DA23F;
	padding: 10px 0;
}
#footer-copy p{
	color: #fff;
	line-height: 20px;
}
#copyright{
	text-align: center;
}
/*当社サービス*/
	div#footer-niconico-nav{
		margin: 20px auto 60px;
	}
	div#footer-niconico-nav div#footer-talent{
		background: #FC6F9C;
	}
	div#footer-niconico-nav div#footer-talent p{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
    	line-height: 30px;
	}
	div#footer-niconico-nav nav ul{
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	div#footer-niconico-nav nav{
		width: 800px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	div#footer-niconico-nav nav ul li{
		display: table-cell;
		vertical-align: middle;
	}
	div#footer-niconico-nav nav ul li div{
		padding: 5px;
	}
	div#footer-niconico-nav nav ul li div a{
		position: relative;
		display: block;
		border-radius: 40px;
		color: #2DA23F;
		font-size: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 60px;
		border: 1px solid #2DA23F;
		border-radius: 10px;
	}
	div#footer-niconico-nav nav ul li div a:hover{
		opacity: 0.7;
		transition: all .3s;
	}
	div#footer-niconico-nav nav ul li div a span{
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	div#footer-niconico-nav nav ul li div a:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-left: -56px;
		margin-top: -2px;
	}
	div#footer-niconico-nav nav ul li div.f-niconori a:before {
		background: url(images/common/f-niconori.webp) no-repeat;
		background-size: 55px 55px;
	}
	div#footer-niconico-nav nav ul li div.f-nicolease a:before {
		background: url(images/common/f-nicolease.webp) no-repeat;
		background-size: 55px 55px;
	}
	div#footer-niconico-nav nav ul li div.f-nicodai a:before {
		background: url(images/common/f-niconori.webp) no-repeat;
		background-size: 55px 55px;
	}
/* ****************
ソート
***************** */
.pc30sp10{
	margin-top: 30px!important;
}
div.sort-box{
	background: #EEEDED;
    border: 1px solid #E3E4E5;
    border-radius: 3px;
	padding: 10px 15px;
	margin-top: 30px;
}
div.sort-box form{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.sort-box form ul{
	display: table-cell;
}
div.sort-box form ul:first-child{
	text-align: left;
}
div.sort-box form ul:first-child li{
	line-height: 30px;
	font-size: 16px;
}
div.sort-box form ul.sort-ul{
	text-align: left;
	padding-left: 43px;
}
div.sort-box form ul.sort-ul li{
	display: inline;
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
}
div.sort-box form ul.sort-ul li select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/common/select.png) no-repeat;
	background-color: #fff;
    background-position: right;
    background-size: 17px 8px;
    border: 1px solid #767676;
    border-radius: 3px;
    padding: 5px 25px 5px 10px;
    line-height: 30px;
    font-size: 16px;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
  div.sort-box form ul.sort-ul li select{
	  background-color: #fff;
	  background-image: none;
	  padding: 5px 7px 5px 10px;
  }
}
form#check-sale-only{
	position: relative;
}
form#check-sale-only label{
	position: absolute;
	right: 0;
    top: -33px;
	cursor: pointer;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	font-size: 16px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #767676;
  border-radius: 4px;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts{
  color: #3B3A3A;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3B3A3A;
  border-right: 3px solid #3B3A3A;
}
.count-text{
	color: #FC6F9C;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 5px;
}
.count-text-small{
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding: 0 2px;
}
p.count-sp{
	display: none;
}
/* ****************
店舗限定キャンペーン
***************** */
.store-campaign img{
	width: 865px;
}
/* ****************
NEW
***************** */
div.car-hover-box div:first-child{
	position: relative;
}
div.new-mark {
    position: absolute;
    bottom: 0;
    left: 0px;
    font-size: 18px;
    font-weight: bold;
    background: #FC6F9C;
    z-index: 2;
    color: #fff;
    padding: 10px;
    line-height: 15px;
    width: 60px;
    text-align: center;
}
h1.title-newcar,
h1.title-update{
	position: relative;
	padding-left: 60px;
}
h1.title-newcar:before,
h1.title-update:before{
	position: absolute;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
	border-radius: 5px;
    margin-left: -60px;
}
h1.title-newcar:before{
	content: "NEW";
	background: #FF0000;
	padding: 3px 6px;
}
h1.title-update:before{
	content: "更新";
	background: #2980b9;
	padding: 3px 8px;
}
/* ****************
スライドカウント（車両詳細）
***************** */
div.slide-count-box-last {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    padding: 0px 8px 5px 10px;
    line-height: 0;
}
div.slide-count-box-last p {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 0;
    padding: 24px 0 18px;
}
div.slide-count-box-last p span{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 0;
    padding-right: 2px;
}
/* ****************
SOLD OUT（車両詳細）
***************** */
div.sold-out-slidepage{
	position: absolute;
	width: 30%;
    top: 0;
    left: 0;
	z-index: 11;
}
div.sold-out-slidepage img{
    opacity: 0.9;
}
/* ****************
protection
***************** */
.padding-tb-protection{
    padding-top: 80px;
    padding-bottom: 100px;
}
.text-protection{
	color: #3E3A39;
	font-size: 20px;
	line-height: 32px;
}
.title-protection01{
	font-size: 30px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 40px;
	text-align: center;
	margin-top: 0;
}
.title-protection01 span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.title-protection02{
	position: relative;
	text-align: center;
}
.title-protection02:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #00365D;
	background: -webkit-linear-gradient(-45deg, transparent, #00365D 10%, #00365D 90%, transparent);
	background: linear-gradient(-45deg, transparent, #00365D 0%, #00365D 100%, transparent);
}
.title-protection02 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: center;
	color: #00365D;
	font-size: 24px;
	font-weight: bold;
}
.title-protection03{
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 150px;
  border: 2px solid #E55513;
  background: #fff;
  color: #E55513;
  font-size: 30px;
  font-weight: bold;
}
.title-protection03:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 235px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #E55513;
}
.title-protection03 span {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  color: #fff;
}
.title-protection04{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #00365D;
}
.title-protection05{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #9FCDEA;
	margin-top: 20px;
}
.title-protection06{
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #00365D;
	margin-top: 10px;
}
.title-protection06 span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.t-white-protection{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.t-white-protection span{
	display: block;
	font-size: 15px;
}
div.protection-box-top{
	background: linear-gradient(75deg, #7acdf3 0%,#dff2fc 68%,#ffffff 100%);
	padding: 50px 10px 0;
	box-sizing: border-box;
}
div.protection-box-top figure{
	line-height: 0;
	text-align: center;
}
div.protection-box-bottom{
	background: #00365D;
	padding: 40px 10px;
	box-sizing: border-box;
}
.protection-mokuji-box{
	width: 870px;
	margin: 60px auto 0;
}
nav.protection-mokuji-box-in{
	width: 790px;
	margin: 20px auto 0;
}
nav.protection-mokuji-box-in ul{
	display: table;
	width: 100%;
	margin-top: 10px;
}
nav.protection-mokuji-box-in ul li{
	display: table-cell;
	vertical-align: middle;
}
nav.protection-mokuji-box-in ul li:first-child{
	background: #E55513;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 130px;
}
nav.protection-mokuji-box-in ul li:last-child{
	background: #F4F2EE;
	text-align: left;
	padding-left: 30px;
}
nav.protection-mokuji-box-in ul li a{
	display: block;
	color: #E55513;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: underline;
}
nav.protection-mokuji-box-in ul li a:hover{
	opacity: 0.7;
	transition: all .3s;
}
div.pdf-link{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
div.pdf-link a{
	position: relative;
	display: block;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2D9F3F;
	padding-left: 24px;
}
div.pdf-link a::before{
    content: "";
    position: absolute;
	display: inline-block;
    width: 24px;
    height: 25px;
    background: url(images/protection/pdf.png) no-repeat;
    background-size: 24px 25px;
    margin-left: -29px;
    margin-top: -2px;
}
div.pdf-link a:hover{
	opacity: 0.7;
	transition: all .3s;
}
ul.protection-eigyou{
	display: table;
	width: 645px;
	margin: 40px auto;
}
ul.protection-eigyou li{
	display: table-cell;
	vertical-align: middle;
}
ul.protection-eigyou li:first-child{
	padding-right: 10px;
}
ul.protection-eigyou li:last-child{
	padding-left: 10px;
}
ul.protection-eigyou li div{
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	line-height: 80px;
	color: #fff;
	background: #2D9F3F;
	border-radius: 10px;
}
ul.protection-eigyou li div span{
	font-size: 37px;
	font-weight: bold;
	line-height: 80px;
	color: #FFFF00;
}
div.protection-support{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
div.protection-support-in{
	box-sizing: border-box;
    margin: 1px;
    width: calc(33.3% - 2px);
    padding: 40px 20px;
}
div.protection-support-in section h3,
div.protection-support-in section div,
div.protection-support-in section p{
	text-align: center;
}
div.protection-support-in section h3{
	color: #3E3A39;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}
div.protection-support-in section .support68{
	line-height: 68px;
}
div.protection-support-in section div img{
	width: 210px;
}
div.protection-voice{
	display: table;
	table-layout: fixed;
	width: 100%;
    background: -webkit-repeating-linear-gradient(-45deg,#3E3A39 0,#3E3A39 1px,#fff 1px,#fff 4px);
    background: -o-repeating-linear-gradient(-45deg,#3E3A39 0,#3E3A39 1px,#fff 1px,#fff 4px);
    background: repeating-linear-gradient(-45deg,#3E3A39 0,#3E3A39 1px,#fff 1px,#fff 4px);
	padding: 30px;
	margin-top: 40px;
}
div.protection-voice div.protection-voice-in{
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	
}
div.protection-voice div.protection-voice-in:first-child{
	border-right: 1px solid #3E3A39;
}
div.protection-voice div.protection-voice-in:last-child{
	border-left: 1px solid #3E3A39;
}
div.protection-voice-man,
div.protection-voice-woman{
	position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding: 15px 10px;
    background: #2F6B8E;
    border: solid 1px #2F6B8E;
    box-sizing: border-box;
	width: 100%;
}
div.protection-voice-woman{
	background: #EA71A0;
	border-color: #EA71A0;
}
div.protection-voice-man:before,
div.protection-voice-woman:before{
    content: "";
    position: absolute;
    bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
    border: 19px solid transparent;
    border-top: 19px solid #2F6B8E;
    z-index: 2;
}
div.protection-voice-woman:before{
	border: 19px solid transparent;
    border-top: 19px solid #EA71A0;
}
div.protection-voice-man p,
div.protection-voice-woman p{
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
div.protection-voice-man p:before,
div.protection-voice-woman p:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 45px;
    background: url(images/protection/man.webp) no-repeat;
    background-size: 37px 45px;
    margin-left: -88px;
    margin-top: -10px;
}
div.protection-voice-woman p:before{
	background: url(images/protection/woman.webp) no-repeat;
	background-size: 37px 45px;
}
p.protection-voice-text{
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
}
/* ****************
ニコニコカーリース
***************** */
.niconico-main-box{
	width: 700px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 40px;
	border: 10px solid #CADDF3;
	box-shadow: 0 0 0 10px #3498DB;
}
.title-niconico{
    font-size: 30px;
    font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #3B3A3A;
}
.title-niconico span.span-nicomai{
    font-size: 30px;
	line-height: 40px;
	color: #FC6F9C;
}
.title-niconico span.span-br{
	display: block;
	font-size: 30px;
	line-height: 40px;
}
div.nicomai-box{
	display: table;
	margin-top: 40px;
}
div.nicomai-box-in{
	display: table-cell;
	vertical-align: top;
}
div.nicomai-box-in:first-child{
	width: 200px;
	padding-right: 20px;
}
div.nicomai-box-in:last-child p{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
div.nicomai-box-in ul,
div.nicomai-box-in ul li{
	display: block;
}
div.nicomai-box-in ul li{
	margin-bottom: 5px;
}
div.link-nicomai{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #3498DB;
	border-radius: 40px;
}
div.link-nicomai a{
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}
div.link-nicomai a:hover{
	text-decoration: underline;
}
.bg-blue{
	background: #3498DB!important;
}
.link-niconori{
	background: #FC6F9C!important;
}
.link-nicodai{
	background: #FC6F9C!important;
}
.link-nicolease{
	background: #6FBA2C!important;
}
.img-sp-width img{
	width: 300px;
}
.niconori-color{
	background: #FEEDF3!important;
}
.nicodai-color{
	background: #FDDBE7!important;
}
.nicolease-color{
	background: #F0F8E8!important;
}
.niconori-t-color{
	color: #FC6F9C!important;
}
.nicodai-t-color{
	color: #FC6F9C!important;
}
.nicolease-t-color{
	color: #6FBA2C!important;
}
div.nicomai-text-box{
	display: table;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
div.nicomai-text-box div{
	display: table-cell;
	vertical-align: middle;
}
div.nicomai-text-box div:first-child p{
	font-size: 18px;
}
div.nicomai-text-box div:last-child{
	width: 165px;
	padding-left: 20px;
}
div.nicomai-text-box div:last-child img{
	border-radius: 100%;
}
.nicomai-title,
.nicomai-title span{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.nicomai-list{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.nicomai-list li{
	background: #fff;
	padding: 10px;
	font-size: 18px;
	color: #3B3A3A;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
}
.nicomai-list li:first-child{
	margin-top: 0;
}
.nicomai-main-box{
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	padding: 40px;
	width: 1024px;
    background: #FFF;
    border: solid 10px #CADDF3;
    box-sizing: border-box;
}
.nicomai-main-box:before{
	content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -20px;
    border: 19px solid transparent;
    border-top: 19px solid #FFF;
    z-index: 2;
}
.nicomai-main-box:after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -22px;
    border: 21px solid transparent;
    border-top: 21px solid #CADDF3;
    z-index: 1;
}
.nicomai-3kan{
	text-align: center;
	margin-top: 20px;
}
.nicomai-3kan img{
	width: 550px;
}
div.nicomai-three{
	width: 700px;
	margin: 30px auto 20px;
}
div.nicomai-three ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.nicomai-three ul li{
	display: table-cell;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 0;
}
/* ****************
車種詳細に同一車種表示・新車表示
***************** */
.car-match-list-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
	padding: 0 10px;
}
.box-border-bottom{
	border-bottom: 1px solid #E2E0D9;
}
/* 新車表示 */
a.newcar-link{
	position: relative;
	display: block;
	background: #fff;
	padding: 20px 10px;
	margin-top: 20px;
	color: #333;
	box-sizing: border-box;
	width: calc(33.3% - 2px);
}
a.newcar-link:before {
	position: absolute;
    content: "新車";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 6px;
    color: #fff;
    background: #FC6F9C;
    display: inline-block;
    top: 0;
    left: 0;
}
div.newcar-link-box dl dt{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
div.newcar-link-box dl dt span{
	display: block;
	font-size: 15px;
	line-height: 25px;
}
p.newcar-img-wrap{
	max-width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 0
}
p.newcar-img-wrap img{
	line-height: 0;
}
div.newcar-price-block{
	margin-top: 10px;
}
div.newcar-price-block p.newcar-price{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #FC6F9C;
	text-align: center;
}
div.newcar-price-block p.newcar-price span{
	font-size: 30px;
}
div.newcar-price-block p.newcar-price-note{
	text-align: center;
	color: #707070;
	font-size: 15px;
	line-height: 25px;
}
p.newcar-stock{
	background: #00b3d3;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin: 10px auto 0;
	padding: 2px 10px;
	border-radius: 4px;
	max-width: 250px;
}
/* ****************
閲覧履歴
***************** */
.rireki-bg{
	background: #EFECE1!important;
}
.rireki-mt{
	margin-top: -35px;
}
.title-rireki{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 10px 0 37px;
}
.title-rireki:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url(images/common/rireki-page.png) no-repeat;
    background-size: 30px 26px;
    margin-left: -37px;
    margin-top: -2px;
}
div.rireki-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
div.rireki-box-in{
    box-sizing: border-box;
    margin: 1px;
    width: calc(33.3% - 2px);
    background: #fff;
}
div.rireki-box-in a{
	color: #333;
	display: block;
	padding: 20px;
}
ul.rireki-ul{
	display: table;
}
ul.rireki-ul li.rireki-ul-li{
	display: table-cell;
	vertical-align: top;
}
ul.rireki-ul li.rireki-ul-li:first-child{
	width: 120px;
}
div.rireki-img-box{
	position: relative;
}
div.rireki-img-box div.sold-out{
	width: 90px!important;
	margin-left: 0;
}
div.rireki-img-box div.sold-out p{
	font-size: 14px!important;
    line-height: 32px!important;
}
ul.rireki-ul li.rireki-ul-li:first-child img{
	vertical-align: top;
}
ul.rireki-ul li.rireki-ul-li:last-child{
	padding-left: 10px;
}
p.rireki-car-title{
	font-weight: bold;
}
p.rireki-car-small{
	font-size: 12px;
	line-height: 15px;
}
ul.rireki-price{
	display: block;
    margin-top: 10px;
}
ul.rireki-price li{
	display: block;
	font-size: 12px;
	line-height: 20px;
}
ul.rireki-price li:first-child{
	font-size: 12px;
	line-height: 15px;
}
ul.rireki-price li:first-child span{
	display: inline;
	font-size: 12px;
	line-height: 15px;
}
ul.rireki-price li:last-child{
	font-size: 12px;
	color: #FC6F9C;
}
ul.rireki-price li:last-child span{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
/* ****************
特定商取引法に基づく表記
***************** */
dl.dl-list2dan dt{
	font-weight: bold;
}
dl.dl-list2dan dt.dl-list2dan-dt1{
	position: relative;
	margin-top: 20px;
}
dl.dl-list2dan dt.dl-list2dan-dt1::before {
	content: "◆";
	position: absolute;
	font-weight: bold;
	left: 0;
	top: 0;
}
dl.dl-list2dan dt.dl-list2dan-dt1,
dl.dl-list2dan dd.dl-list2dan-dd1{
	padding-left: 20px;
}
/* ****************
セッション切れページ
***************** */
div.time-out-box{
	background: #f5f5f5;
    width: 900px;
    border-radius: 10px;
    margin: 40px auto 60px;
    padding: 40px 0;
}
div.time-out-box p{
	font-size: 18px;
	line-height: 30px;
    font-weight: bold;
	color: #3d3d3d;
	text-align: center;
}
/* ****************
キャンペーンバナー（single-car.php）20220318記載
***************** */
p.campaign-bnr{
	margin-top: 20px;
	text-align: center;
	line-height: 0;
}
/* ****************
業界トップクラス
***************** */
div.top-class-contents{
	margin-top: 60px;
	box-sizing: border-box;
	width: 716px;
	margin-left: auto;
	margin-right: auto;
}
p.top-class-text,
p.top-class-text span{
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
p.top-class-text span:nth-child(2),
p.top-class-text span:nth-child(3),
p.top-class-text span:nth-child(4),
p.top-class-text span:nth-child(5){
	color: #FF0000;
}
p.top-class-text span:nth-child(2),
p.top-class-text span:nth-child(4){
	font-size: 45px;
}
p.top-class-text span:nth-child(6){
	display: inline-block;
}
div.top-class-contents dl dt{
	font-size: 34px;
	font-weight: bold;
	line-height: 59px;
	color: #fff;
	text-align: center;
	background: #C18D20;
	margin-top: 10px;
}
div.top-class-contents dl dt span{
	font-size: 20px;
	vertical-align: middle;
	padding-left: 5px;
}
div.top-class-contents dl dd{
	margin-top: 20px;
}
div.top-class-contents dl dd ul{
	display: table;
}
div.top-class-contents dl dd ul li{
	display: table-cell;
	padding-left: 22px;
}
div.top-class-contents dl dd ul li:first-child{
	padding-left: 0;
}
p.top-class-comment{
	font-weight: bold;
	margin-top: 5px;
}
/* ****************
YouTube
***************** */
.youtube-box{
	margin-bottom: 100px;
}
.youtube-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.youtube-title span{
	font-size: 24px;
	line-height: 35px;
}
.youtube-title span span{
	color: #e62117;
	font-size: 34px;
}
div.youtube-list ul{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
div.youtube-list ul li{
	box-sizing: border-box;
	width: calc(33.3% - 10px);
}
.iframe-wrapper {
	position: relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-comment-box{
	padding: 20px 30px 30px;
	margin-top: 15px;
	border: 1px solid #EAE6DF;
	background: #F8F6F2;
	box-sizing: border-box;
}
.youtube-comment-box p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.youtube-comment-box div a{
	display: block;
	background: #e62117;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 15px;
	width: 400px;
	margin: 20px auto 0;
}
@media (max-width: 1044px) {
.display_none{
	display: none;
}
.sptrue{
	display: block!important;
}
.sp-none{
	display: none!important;
}
.sp-none-imp{
	display: none!important;
}
.sp-gray{
	background: #F8F6F2;
	padding-bottom: 20px;
}
.gray-white{
	background: #fff;
}
.pc-none{
	display: block!important;
}
.padding-tb{
    padding-top: 40px;
    padding-bottom: 60px;
}
.padding-tb-contact{
	padding-top: 20px;
    padding-bottom: 20px;
}
.padding-tb001{
    padding-top: 20px;
    padding-bottom: 40px;
}
.padding10-0{
	padding: 10px 0!important;
}
.sp-margin-lr10{
	margin-left: 10px;
	margin-right: 10px;
}
.sp-mt40{
	margin-top: 40px;
}
.t-pc-center-sp-left{
	text-align: left!important;
}
.mt-pc40-sp20{
	margin-top: 20px!important;
}
.mt-pc50-sp25{
	margin-top: 25px!important;
}
.mt-pc60-sp40{
	margin-top: 40px!important;
}
.mt-pc80-sp40{
	margin-top: 40px!important;
}
.mt-pc100-sp90{
	margin-top: 90px!important;
}
.mb-pc40-sp20{
	margin-bottom: 20px!important;
}
.mb-pc95-sp27{
	margin-bottom: 27px!important;
}
.red02-button {
    margin-bottom: 12px;
}
/* ****************
text
***************** */
.t-middle{
	font-size: 15px;
}
.t-title{
	font-size: 18px!important;
	line-height: 30px!important;
}
.t-pc-center-spleft{
	text-align: left!important;
}
/* ****************
title
***************** */
.title01-box{
	margin-top: 20px;
}
.title01{
	width: 90%;
}
.title01 span{
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
}
.width02{
	width: 45%!important;
}
.width03{
	width: 76%!important;
}
.title03 {
	padding: 0 35px;
	font-size: 24px;
}
.title03:before,
.title03:after {
	width: 28px;
	height: 5px;
}
.title04{
	font-size: 24px;
	line-height: 40px;
}
.title04 span{
	font-size: 24px;
	line-height: 40px;
}
.title06 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 10px 10px 65px;
}
.title06 span{
    font-size: 18px;
    line-height: 20px;
	display: block;
}
.title06:before {
    width: 50px;
    height: 50px;
    background: url(images/common/nico-logo.png) no-repeat;
    background-size: 50px 50px;
    margin-left: -32px;
}
.title07{
	font-size: 18px;
	padding-left:15px;
}
.title07 span{
	display: none!important;
}
.title09 a{
	font-size: 18px;
}
.step-title{
	font-size: 18px;
	line-height: 30px;
}
.font-big01{
	font-size: 24px;
	line-height: 40px;
    background: linear-gradient(transparent 50%, #FFE200 50%);
	margin-right: 10px;
	margin-left: 4px;
}
.title05{
	font-size: 18px;
}
.title08{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.title08 span{
	display: block;
	font-weight: normal;
	font-size:15px;
	line-height: 25px;
}
.font-big01 span{
	font-size: 24px;
}
.t-number span{
	font-size: 25px;
}
.title-search{
	font-size: 25px;
	line-height: 30px;
	padding-left: 32px;
	margin-bottom: 10px;
}
.title-search:before{
    width: 33px;
    height: 25px;
    background: url(images/common/title-search-sp.png) no-repeat;
	background-size: 33px 25px;
	margin-left: -37px;
	margin-top: 2px;
}
/* ****************
twitter
***************** */
.twitter-box{
	width: auto;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background: #f2f2f2;
}
.twitter-box-in{
	width: auto;
	max-height: 330px;
}
/* ****************
link button
***************** */
div.link_button{
	width: 80%;
}
div.link_button a{
	line-height: 20px;
	font-size: 15px;
}
div.link_button a:hover{
	text-decoration: none;
}
/* ****************
title
***************** */
.title01 span {
  font-size: 18px;
}
.title02{
	font-size: 15px;
	padding: .20em 0 .20em .75em;
	margin-left: 10px;
	margin-right: 10px;
}
h2.title-top{
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
h2.title-top span{
	font-size: 18px;
}
/* ****************
flex-box
***************** */
.flex-box01 .flex-box01-in{
	width:calc(100% - 0px / 1);
}
/* ****************
検索条件を変更ボタン
***************** */
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  height: 90%;
  max-width: 1024px;
  padding: 10px 0;
  background-color: #fff;
  overflow: auto;
}
/* ****************
オリコNo.1バナー
***************** */
div.no1-bnr{
	margin-top: -17px;
	margin-bottom: 39px;
	padding: 0 10px;
	box-sizing: border-box;
}
/* ****************
header
***************** */
header#header{
    position: sticky;
    z-index: 100;
    background: #fff;
	position: -webkit-sticky;
	top: 0;
}
header div#top-in,
header div#header-in{
	width: auto;
	padding: 0px 10px;
	position: relative;
}
header div#header-in{
	width: auto;
	padding: 0px 10px;
	position: relative;
}
div#logo-ex{
	padding-bottom: 5px;
}
div#logo a{
	line-height: 0;
	margin: 0;
	padding: 0;
}
div#logo a img,
div#logo-ex img{
	max-width: 134px;
}
header nav ul#gnav{
	display: block;
	table-layout: auto;
	width: auto;
	padding: 0;
}
header nav ul#gnav li{
	display: block;
	border-bottom: 1px solid #000;
    margin-right: 60px;
}
header nav ul#gnav li a{
	display:block;
	font-size: 13px;
	text-align: left;
	padding: 20px 0 20px 25px;
	line-height: 0;
}
header nav ul#gnav li a:hover{
	box-shadow: none;
}
#header-nav{
    width: 120px;
    margin-top: 2px;
    margin-right: 50px;
}
#header-nav div{
	padding: 0;
}
#header-nav div:first-child{
	padding-left: 0;
}
#header-nav div:last-child{
	padding-right: 0;
}
#header-nav div a{
	padding-top: 9px;
}
div.header-search a{
}
div.header-search a::before{
    background: url(images/common/title-search-sp.png) no-repeat;
    background-size: 25px 19px;
}
div.header-mail{
	display: none!important;
}
div#sp-header-rireki{
	display: block;
	position: absolute;
	right: 63px;
	top: 3px;
	width: 40px;
}
/* bager menu */
#header #gnav {
  transition: all .0s;
  overflow-y: auto;
  width: 90%;
  min-width: 300px;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -100%;
  background-color: #fff;
  position: fixed;
}
#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 10px;
  right: 7px;
  cursor: pointer;
  position: absolute;
}

.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #000;
  position: absolute;
}

.hamburger_line1 { top: 0; }
.hamburger_line2 { top: 11px; }
.hamburger_line3 { top: 22px; }

.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
div.h-search-box{
	background: #fff;
	border: 4px solid #F7B2CB;
	padding: 4px;
}
div.h-search-box div p.title02{
	font-size: 13px!important;
	padding: .10em 0 .10em .75em!important;
}
div.h-search-box div nav.body-type-link-box{
	margin-top: 3px!important;
    margin-bottom: 10px!important;
}
div.h-search-box div nav.body-type-link-box div.body-type-link a{
	padding: 34px 0 4px!important;
    line-height: 3px!important;
    font-size: 11px!important;
	text-align: center!important;
	font-weight: normal!important;
}
div.h-search-box div nav.body-type-link-box div.kei a {
    background: url(images/common/body-type-kei.png) no-repeat;
    background-position: top!important;
    background-size: 60px 26px!important;
}
div.h-search-box div nav.body-type-link-box div.minivan a {
    background: url(images/common/body-type-kei.png) no-repeat;
    background-position: top!important;
    background-size: 60px 26px!important;
}
div.h-search-box div nav.body-type-link-box div.syoyo a {
    background: url(images/common/body-type-kei.png) no-repeat;
    background-position: top!important;
    background-size: 60px 26px!important;
}
div.h-search-box div nav.price-pay-box{
	padding: .10em 0 .10em!important;
    margin-top: 8px!important;
}
div.h-search-box div nav.price-pay-box ul{
	margin-right: 0!important;
}
div.h-search-box div nav.price-pay-box ul li{
	margin-right: 0!important;
	box-sizing: border-box!important;
    flex-grow: 1!important;
    margin: 0 5px 0 0!important;
    text-align: center!important;
    border: 1px solid #1E1E1E!important;
    border-radius: 2px!important;
    background: linear-gradient(
180deg
,#fff 0%,#fff 50%,#DDDDDD 50%,#DDDDDD 100%)!important;
}
div.h-search-box div nav.price-pay-box ul li:last-child{
	margin-right: 0!important;
}
div.h-search-box div nav.price-pay-box ul li a{
	font-size: 13px!important;
    line-height: 15px!important;
	padding: 5px 0!important;
	text-align: center!important;
	height: auto!important;
}
div.h-search-box div nav.price-pay-box ul li a span{
	font-size: 11px!important;
	font-weight: normal!important;
}
header nav ul#gnav li.h-search div.h-search-btn{
	position: relative;
}
header nav ul#gnav li.h-search div.h-search-btn:after{
	content: "＋";
	font-size: 18px;
	font-weight: bold;
	line-height: 0;
	color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 5px;
}
header nav ul#gnav li.h-search div.h-search-btn a{
	position: relative;
	color: #fff;
	background: #FC6F9C;
}
header nav ul#gnav li.h-search div.h-search-btn a:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(images/common/title-search-sp.png) no-repeat;
    background-size: 16px 12px;
    margin-left: -19px;
    top: 50%;
    transform: translate(0,-50%);
}
header nav ul#gnav li.h-beginner a{
	position: relative;
}
header nav ul#gnav li.h-beginner a:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url(images/common/beginner.png) no-repeat;
    background-size: 12px 15px;
    margin-left: -17px;
    top: 50%;
    transform: translate(0,-50%);
}
header nav ul#gnav li.h-link div{
	position: relative;
}
header nav ul#gnav li.h-link div:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(
45deg
);
    margin-top: -5px;
}
/* 表示された時用のCSS */
.nav_open #header #gnav { right: 0; }

.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}

.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}

.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
/* no1掲載中 */
div#logo div.header-no1{
    width: 110px;
    padding-left: 10px;
	padding-bottom: 10px;
}
div#logo div.header-no1 figure{
	width: calc(50% - 2px);
}
div#logo div.header-no1 figure:nth-child(1){
	margin-right: 2px;
}
div#logo div.header-no1 figure:nth-child(2){
	margin-left: 2px;
	width: 50px;
}
div.header-niconori{
	display: none;
}
div#header-nav{
	display: none;
}
header nav ul#gnav li div.header-nicomai-box{
	padding: 30px 10px;
	background: #3498DB;
}
p.header-nicomai-title{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
div.header-nicomai{
	margin-top: 10px;
}
header nav ul#gnav li div div.header-nicomai a{
	line-height: 14px;
	text-align: center;
	padding-top: 6px;
    padding-bottom: 50px;
	background: #fff;
}
header nav ul#gnav li div div.h-color-niconori a{
	color: #FC6F9C;
	border: 1px solid #FC6F9C;
	border-radius: 10px;
}
header nav ul#gnav li div div.h-color-nicodai a{
	color: #009844;
	border: 1px solid #009844;
	border-radius: 10px;
}
header nav ul#gnav li div div.h-color-nicolease a{
	color: #6FBA2C;
	border: 1px solid #6FBA2C;
	border-radius: 10px;
}
header nav ul#gnav li div div.header-nicomai a span{
	font-weight: normal!important;
	display: block!important;
}
/* ****************
breadcrumbs
***************** */
#breadcrumbs{
	width: 100%;
	line-height: 0;
	background: #FFFAFC;
}
#breadcrumbs ul{
	padding: 5px 5px 5px 10px;
	line-height: 0;
	box-sizing: border-box;
	overflow-x: scroll;
	/* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
	/* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
}
#breadcrumbs ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 12px!important;
	line-height: 18px;
}
#breadcrumbs ul li a,
#breadcrumbs ul li a span{
	font-size: 12px!important;
	line-height: 0px;
}
/* ****************
トップの上部お知らせ
***************** */
#top-info-box{
	border: 1px solid #FF3264;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#top-info-box p{
	text-align: left;
	line-height: 20px;
}
#top-info-box p a{
	line-height: 20px;
}
/*トップページ上部のボタン▼*/
div#top-nav-btn{
	width: auto;
	margin: 8px 5px 10px;
}
div#top-nav-btn div{
    margin: 5px;
    width: calc(50% - 20px / 2);
}
div#top-nav-btn div a{
	padding: 10px 15px 10px 25px;
}
div#top-nav-btn div a span{
	font-size: 13px;
}
div#top-nav-btn div:first-child a span:before{
    width: 15px;
    height: 13px;
    background: url(images/common/ico-flow.png) no-repeat;
    background-size: 15px 13px;
    margin-left: -20px;
}
div#top-nav-btn div:last-child a span:before{
    width: 15px;
    height: 13px;
    background: url(images/common/ico-protection.png) no-repeat;
    background-size: 15px 13px;
    margin-left: -20px;
}
/*トップページ上部のボタン▲*/
/* ****************
安さの理由
***************** */
.niconori-reasonable-box{
	padding: 20px 10px;
	margin-top: 60px;
}
.niconori-reasonable-box-dl::before{
	width: 80px;
	height: 73px;
	background-size: 80px 73px;
	left: 50%;
	top: -42px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt {
	padding: 32px 15px 20px;
	width: auto;
	max-width: 500px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt::before {
	bottom: -10px;
	width: 20px;
	height: 20px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dt::after {
	bottom: -13px;
	width: 25px;
	height: 25px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl{
	width: auto;
	max-width: 500px;
	margin: 40px auto 0;
	box-sizing: border-box;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt{
	font-size: 22px;
	padding-bottom: 4px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt span{
	font-size: 30px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li{
	margin-top: 12px;
	padding: 15px 0px 15px 50px;
	font-size: 16px;
	line-height: 20px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li span{
	font-size: 16px;
	background: linear-gradient(transparent 45%, #FFFF00 72%);
	display: table;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li::before{
	left: 10px;
	font-size: 26px;
	line-height: 31px;
	color: #fff;
	width: 33px;
	height: 33px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(1)::before{
	content: "1";
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(2)::before{
	content: "2";
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li:nth-child(3)::before{
	content: "3";
}
ol.niconori-reasonable-about{
	padding: 10px;
}
ol.niconori-reasonable-about li dl dt{
	margin-top: 12px;
	padding: 15px 0px 15px 50px;
	font-size: 16px;
	line-height: 20px;
}
ol.niconori-reasonable-about li dl dt span{
	font-size: 16px;
	background: linear-gradient(transparent 45%, #FFFF00 72%);
	display: table;
}
ol.niconori-reasonable-about li dl dt::before{
	left: 10px;
	font-size: 26px;
	line-height: 31px;
	color: #fff;
	width: 33px;
	height: 33px;
}
/* ****************
flow
***************** */
.niconori-flow-box{
	padding-left: 10px;
	padding-right: 10px;
}
.niconori-flow-box h3{
	font-size: 30px;
	line-height: 36px;
}
.niconori-flow-box h3 span{
	font-size: 30px;
	line-height: 36px;
}
.tab-group{
	padding: 0 10px;
	margin-top: 20px;
}
.tab-flow{
	padding: 15px 5px 10px;
	font-size: 20px;
	line-height: 25px;
}
ul.tab-group li span{
	line-height: 25px;
}
div.panel{
	background: #fff;
	padding: 30px 10px;
}
dl.niconori-flow-box-dl dt.niconori-flow-box-dl-dt{
	font-size: 24px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd{
	margin-top: 20px;
	display: block;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div{
	display: block;
	vertical-align: baseline;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div:first-child{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl{
	padding: 25px 20px 30px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt{
	font-size: 20px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt span{
	font-size: 22px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div:nth-child(2){
	margin-top: 20px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div p{
	font-size: 16px;
	line-height: 26px;
}
/* ****************
TOPのピックアップ車両のスタッフコメント
***************** */
div#staff-comment{
	padding-left: 10px;
	padding-right: 10px;
}
div#staff-comment dl{
	padding: 20px 20px 20px 100px;
	min-height: 106px;
}
div#staff-comment dl:before{
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
div#staff-comment dl dt{
	font-size: 14px;
}
div#staff-comment dl dd{
	margin-top: 5px;
    line-height: 18px;
}
/* ****************
新着情報
***************** */
div.news-box{
	width: auto;
}
div.news-box a ul li{
	line-height: 20px;
}
div.news-box a ul li:first-child{
	width: 100px;
}
div.news-main-box{
	margin-left: 10px;
	margin-right: 10px;
}
h1.news-title{
	font-size: 24px;
	line-height: 35px;
}
div.news-contents-box p,
div.news-contents-box a{
	font-size: 15px;
	line-height: 28px;
}
/* ****************
contact-box
***************** */
.contact-image{
	width: 265px;
	margin: 0 auto 10px;
}
.contact-image ul li:first-child{
	width: 85px;
}
.contact-image ul li:last-child{
	width: 85px;
}
p.contact-box-text{
	font-size: 15px;
}
p.contact-text,
p.contact-text span{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
.contact-box {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px 0 20px;
}
p.contact-small-text{
	font-size: 12px;
}
div.tel-box{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #2DA23F;
	border-radius: 10px;
	filter: drop-shadow(0px 5px 0px rgba(45,162,63,0.6));
}
div.tel-box p a{
	display: block;
	line-height: 25px;
	font-size: 24px;
	color: #fff;
	padding: 15px 15px 15px 47px;
}
div.tel-box p a:before{
	display: inline-block;
	width: 40px;
	height: 24px;
    background: url(images/common/tel-sp.png) no-repeat;
	background-size: 40px 24px;
	margin-left: -47px;
	margin-top: 0;
}
div.mail-box{
	width: 86%;
	margin-top: 20px;
}
div.mail-box a{
	line-height: 25px;
	padding: 15px 15px 15px 40px;
}
div.mail-box a:before{
    background: url(images/common/mail-sp.png) no-repeat;
	background-size: 30px 24px;
	margin-left: -40px;
}
div.mail-box:hover{
	top: 0;
}
div.p-mark{
    width: auto;
	margin: 30px 40px 0;
}
div.p-mark ul {
	width: 100%;
}
div.p-mark ul li{
	font-size: 12px;
	line-height: 18px;
}
/* ****************
各ページ検索エリア
***************** */
.main-search-box{
  position: relative; /* 三角の位置を固定するために設定 */
  padding: 20px 10px 10px; /* ふきだし内の余白 */
  background: #FC6F9C; /* 背景色 */
}
.main-search-box::before { /* 三角の部分 */
  content: '';
  position: absolute; /* 位置固定 */
  bottom: -32px; /* 線幅の2倍 */
  top: 0;
  left: 50%;
  margin-left: -16px; /* 線幅だけずらす */
  border: 16px solid transparent; /* 線幅の設定 */
  border-top-color: #fff; /* 吹き出しの地と同じ色 */
}
.main-search-box-in{
	padding: 20px 10px 30px;
}
.main-search-box-in .title02{
	margin-left: 10px!important;
}
div.freeword{
	margin: 20px 10px 0 10px;
}
nav.price-pay-box{
	padding: .20em 0 .20em .75em;
}
nav.price-pay-box ul{
	margin-right: 10px;
}
nav.price-pay-box ul li:first-child{
	margin-right: 5px;
}
nav.price-pay-box ul li:last-child{
	margin-left: 5px;
}
nav.price-pay-box ul li a{
	font-size: 18px;
	line-height: 33px;
}
nav.price-pay-box ul li a span{
	line-height: 13px;
}
nav.price-pay-box ul li a span.kaigyou{
	display: block;
}
/* ****************
top page
***************** */
.komikomi-box{
	margin-top: 15px;
	width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.komikomi-box-in{
	box-sizing: border-box;
	margin: 0;
	width: 50%;
    padding: 0 10px 20px;
}
.komikomi{
	position: relative;
	width: 130px;
	height: 130px;
}
.komikomi p{
	font-size: 30px;
	line-height: 36px;
}
.komikomi p span{
	font-size: 23px;
}
.contents-lr ul{
	display: table;
    width: 100%;
    border-bottom: 1px dashed #707070;
    padding-bottom: 20px;
    padding-top: 20px;
}
.border-none{
	border: none!important;
}
.contents-lr ul li{
	vertical-align: top;
}
.contents-lr ul li:first-child{
	width: 130px;
}
.contents-lr ul li:last-child{
	padding-right: 10px;
}
.contents-lr ul li h3{
	font-size: 18px;
    padding-right: 10px;
	line-height: 30px;
}
.title-point p{
	font-size: 18px;
	padding: 14px 25px;
}
/* ****************
Ｑ＆Ａ
***************** */
.faq-title01{
	font-size: 18px;
	line-height: 30px;
}
.faq-title02{
	font-size: 18px;
	line-height: 30px;
}
.faq-box .faq-box-in{
	margin: 0;
	width:calc(100% - 0px / 1);
}
.faq-box .faq-box-in a{
	text-align: left;
	padding: 20px 20px 20px 10px;
	font-size: 15px;
	line-height: 25px;
}
.faq-box .faq-box-in a::after{
	right: 0;
}
ul.faq-list li a{
	font-size: 15px;
}
.boxQA {
    margin: 2em 0;
    padding: 0.5em 0.5em;
	border-bottom: 1px dashed #707070;
}

.boxQA .box-title {
	padding: 5px 5px 0 60px;
	font-size: 18px;
	line-height: 30px;
}
.boxQA .box-title:before {
    content: "Q";
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
}
.boxQA .box-title:after {
    content: "A";
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
}

.boxQA p {
    padding: 25px 10px 20px 60px;
	font-size: 15px;
	line-height: 25px;
}
.boxQA a{
	font-size: 15px;
}
#title-faq{
    font-size: 18px;
}
#faq-answer p,
#faq-answer a,
#faq-answer span{
	font-size: 15px;
	line-height: 28px;
}
/* ****************
トップページ上部の特集
***************** */
.feature-title{
	padding: 10px 2px;
	font-size: 22px;
	line-height: 30px;
}
.feature-title span{
	font-size: 22px;
	line-height: 30px;
}
.feature-box nav ul{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.feature-box nav ul li{
	width: 100%;
	max-width: 400px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
/* ****************
トップページスライダー
***************** */
.slider-pro{
	display: none;
}
.sp-slider{
	display: block;
}
/*スライダーが選択されているときに透過解除*/
.sp-slide{
	opacity: 1.0;
}
/* ****************
main
***************** */
main div.main_contents{
	width: auto;
}
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kdb, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, select, input, textarea, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure,section,header,main,footer,article,aside,video,audio,nav{
	font-size: 13px;
}
div.main_contents_in{
	margin-top: 10px;
}
div.car-lineup{
	margin-top: 0;
}
.item{
margin:0;
width: 100%;
padding: 10px 0;
border-top: 3px solid #FC6F9C;
border-bottom: 1px solid #CCC;
}
.item:hover{
	background: #fff;
}
.pc-on{
	display: none;
}
.sp-on{
	display: inline;
}
h2.single-car-title-width{
	width: auto;
}
p#mitsumori-num{
	display: none;
}
div#single-car-top-contents{
	display: block;
	width: auto;
}
div.single-car-top-contents-in{
	display: block;
	vertical-align: top;
}
div.single-car-top-contents-in:first-child,
div.single-car-top-contents-in:last-child{
	width: auto;
}
ul.single-car-top-status{
	text-align: left;
	margin: 10px;
}
ul.single-car-top-status time{
	font-size: 11px;
}
p.single-car-pr-text{
	width: auto;
    line-height: 18px;
    margin-top: 5px;
}
/* ****************
オンライン専売車両
***************** */
section.car-online-box-width{
	width: auto;
}
section.car-online-box{
	padding: 10px;
}
section.car-online-box-sp{
	padding: 40px 20px;
}
section.car-online-box h2{
    font-size: 20px;
    line-height: 30px;
}
section.car-online-box h2 span{
	font-size: 20px;
	line-height: 30px;
	display: block;
}
section.car-online-box section h3{
	font-size: 15px;
	line-height: 26px;
	width: 160px;
}
/* ****************
加盟店車両
***************** */
div.store-only-box{
	display: block;
}
div.store-only-box div.store-only-box-in{
	display: block;
}
div.store-only-box div.store-only-box-in:first-child{
	width: auto;
}
div.store-only-box div.store-only-box-in:first-child p {
	margin-left: 0;
	padding: 10px 10px 10px 50px;
}
div.store-only-box div.store-only-box-in:first-child p span{
	font-size: 15px;
    line-height: 20px;
}
div.store-only-box div.store-only-box-in:first-child p:before {
	margin-top: 0;
}
div.store-only-box div.store-only-box-in section h3{
	font-size: 15px;
	line-height: 25px;
}
/* ****************
車両品質評価書
***************** */
.iphone-se-only{
	display: inline-block;
	font-size: 11px;
}
div.status-button{
	padding-right: 2px;
}
div.status-button a{
	padding: 4px 16px 4px 5px;
	font-size: 11px;
}
div.status-button a:after{
    right: 3px;
    width: 11px;
    height: 10px;
    background-size: 11px 10px;
}
.modal__content-w-auto{
	width: 82%!important;
	padding: 10px!important;
}
section#car-assessment-box{
	margin-top: 20px;
}
section#car-assessment-box h2{
	font-size: 18px;
	line-height: 36px;
}
section#car-assessment-box section h3{
	margin-top: 20px;
	font-size: 18px;
}
section#car-assessment-box section section h4{
	font-size: 18px;
}
.car-assessment-table-th{
	width: 60px;
}
/* ****************
車両保証
***************** */
section#car-protection-box{
	padding: 20px;
}
section#car-protection-box h2,
section#car-protection-box h2 span{
	font-size: 22px;
    line-height: 28px;
}
section#car-protection-box h2 span{
	display: table;
    margin: 0 auto;
}
section#car-protection-box section section h4.protection-single-title:before{
	font-size: 22px;
}
p.lease-year-q{
	font-size: 11px;
	padding: 0 10px;
}
p.car-list-title{
	font-size: 18px!important;
}
p.car-list-small{
	font-size: 13px!important;
	line-height: 15px!important;
	margin-top: 4px!important;
}
p.car-list-title,
p.car-list-small,
div.car-list-box {
	margin-left: 10px;
	margin-right: 10px;
}
div.item-search div.car-list-box div.car-list-contents:first-child{
	width: 170px;
	padding-right: 10px;
}
div.sold-out{
	top: 65px!important;
	width: 110px;
	margin-left: -5px;
}
div.sold-out p{
    font-size: 18px;
    line-height: 40px;
}
div.price-down p{
    font-size: 11px;
}
div.price-down-single{
	position: static;
    top: auto;
    left: auto;
	width: 120px;
    margin: 5px auto 0;
}
div.price-down-single p span{
	display: inline;
}
div.item-search div.car-list-contents-base-pc{
	width: auto;
	display: block;
	margin-top: 0;
}
div.item-search div.car-list-contents-pc{
	display: block;
}
div.item-search div.car-list-contents-pc:first-child{
	width: auto;
}
div.item-search div.car-list-contents-pc:nth-child(2){
	width: auto;
}
div.item-search div.car-list-contents-pc ul li:first-child{
	width: auto;
	background: none;
}
div.item-search div.car-list-contents-box-last{
	position: relative;
	right: auto;
	width: auto;
}
div.item-search div.car-list-contents-box ul li{
	padding: 0;
}
div.item-search ul.car-list-price li{
	font-size: 13px;
}
ul.car-list-price li:first-child span{
	display: inline;
}
ul.car-list-price li:last-child span{
	font-size: 24px!important;
	line-height: 28px!important;
	display: inline;
}
ul.car-list-spec{
	display: table!important;
}
ul.car-list-spec li{
	display: table-cell!important;
	font-size: 13px!important;
	line-height: 17px!important;
}
ul.car-list-spec li:first-child{
	width: 60px!important;
	padding-right: 10px!important;
}
div.search-button {
	margin: 11px 10px;
}
div.search-button ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
}
div.search-button ul li{
	display: table-cell;
	vertical-align: middle;
}
div.search-button ul li:first-child{
	padding-right: 5px;
}
div.search-button ul li:last-child{
	padding-right: 5px;
}
div.search-button ul li div.search-info{
	position: relative;
	width: 100%;
	background-color: #FC6F9C;
	border-radius: 10px;
	filter: drop-shadow(0px 2px 0px rgba(255,115,115,0.6));
}
div.search-button ul li div.search-mail{
	position: relative;
	width: 100%;
}
div.search-button ul li div.search-info a{
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	color: #fff!important;
	font-weight: bold;
	padding: 10px 15px;
}
div.search-button ul li div.search-mail a{
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #fff!important;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
}
div.search-button ul li div.search-info:hover,
div.search-button ul li div.search-mail:hover{
	opacity: 1.0;
}
div.search-button ul li div.search-mail a:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(images/common/mail-sp.png) no-repeat;
	background-size: 25px 20px;
	margin-left: -30px;
    top: 12px;
}
ul.car-picup-price-list{
	display: block;
	width: auto;
}
ul.car-picup-price-list li{
	display: block;
	vertical-align: baseline;
}
ul.car-picup-price-list li:first-child{
	width: auto;
}
div.car-hover-box{
	display: table;
}
div.car-hover-box div{
	display: table-cell;
	vertical-align: top;
}
div.car-hover-box div:first-child{
	width: 150px;
}
div.car-pickup-box{
	padding: 0 10px;
}
p.car-pickup-title{
	font-size: 15px;
	padding-bottom: 0;
}
li.car-pickup-price{
	font-size: 13px;
	text-align: left;
}
li.car-pickup-price span{
	font-size: 20px;
}
ul.car-store-date-ul{
	display: block;
	margin-top: 0;
}
ul.car-store-date-ul li{
	display: block;
}
ul.car-store-date-ul li:last-child{
	text-align: left;
}
.contents-lr10{
	margin-left: 10px;
	margin-right: 10px;
}
#content-left,
#content-right{
	width: auto;
}
.contents-box{
	padding-left: 10px;
	padding-right: 10px;
}
.contents-box2{
	padding-left: 6px;
	padding-right: 6px;
}
.title-car{
	font-size: 18px;
	line-height: 25px;
}
.single-car-h1title{
	font-size: 18px;
	line-height: 25px;
	width: auto;
}
span.title-car-grade{
	font-size: 14px;
	line-height: 25px;
}
h3.title-car02{
	font-size: 18px;
	line-height: 25px;
	padding-left: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
h3.title-car02:before{
    width: 25px;
    height: 25px;
	background-size: 25px 25px;
}
time#car-time{
	float: none;
	margin-top: 10px;
}
ul.car-top-box{
	display: block;
	margin-top: 10px;
}
ul.car-top-box li.car-top-box-in{
	display: block;
}
ul.car-top-box li.car-top-box-in:first-child{
	width: auto;
	padding-right: 0;
}
ul.car-top-box li.car-top-box-in:first-child img{
	width: 100%;
	height: auto;
}
ul.car-top-box li.car-top-box-in:last-child{
	width: auto;
}
#main-price-box {
    padding: 20px 0 0;
}
p.year-other-title{
	font-size: 20px;
}
p.year-other-title-m{
	font-size: 18px;
	line-height: 30px;
}
.car-single-title{
	margin-top: 20px;
}
/*車両保証アイコン*/
.car-img:before{
    width: 38px;
    height: 46px;
    background-size: 38px 46px;
}
div.rireki-img-box .car-img:before{
	width: 26px;
	height: 31px;
	background-size: 26px 31px;
}
/*モーダルウィンドウ*/
.modal__content{
	padding: 20px;
	width: 75%;
}
#maintenance-btn{
	margin: 25px 0;
}
#modal02 .modal__content{
	width: 80%;
	max-width: 460px;
	padding-top: 50px;
}
#modal02 .modal__content section h3{
    font-size: 20px;
}
.modal02-text{
	font-size: 20px;
}
#modal02 .modal__content section section{
    margin: 15px 20px 0;
}
#modal02 .modal__content section section h4{
    font-size: 15px;
}
p.matome-text{
	font-size: 15px;
	line-height: 25px;
}
#modal02 .modal__content section section ul li{
	font-size: 18px;
}
/*車両検索モーダルウィンドウ▼*/
.modalContents .main-search-box-in .title02 {
    font-size: 13px;
    padding: .10em 0 .10em .75em;
    margin-left: 10px;
    margin-right: 10px;
}
.modalContents .main-search-box-in .body-type-link-box{
	margin-top: 3px;
	margin-bottom: 10px;
}
.modalContents .main-search-box-in .body-type-link{
	width: 33.3%;
	padding: 3px;
}
.modalContents .main-search-box-in .maker-logo-link-box{
	margin-top: 5px;
	margin-bottom: 10px;
}
.modalContents .main-search-box-in .body-type-link-box div.kei a{
	background: url(images/common/body-type-kei.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link-box div.compact a{
	background: url(images/common/body-type-compact.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link-box div.minivan a{
	background: url(images/common/body-type-minivan.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link-box div.suv a{
	background: url(images/common/body-type-suv.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link-box div.etc a{
	background: url(images/common/body-type-etc.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link-box div.syoyo a{
	background: url(images/common/body-type-syoyo.png) no-repeat;
	background-position: top;
	background-size: 70px 30px;
}
.modalContents .main-search-box-in .body-type-link a {
    padding-top: 40px;
	padding-bottom: 4px;
	line-height: 3px;
	font-size: 11px;
}
.modalContents .main-search-box-in nav.price-pay-box {
    padding: .10em 0 .10em .75em;
	margin-top: 8px;
	margin-bottom: 10px;
}
.modalContents .main-search-box-in nav.price-pay-box ul li a {
    font-size: 15px;
    line-height: 15px;
	padding-top: 6px;
    padding-bottom: 6px;
}
.modalContents .main-search-box-in div.freeword {
    margin: 10px 10px 0 10px;
}
.modalContents .main-search-box-in .link_button{
	margin-top: 60px;
}
.modalContents .main-search-box-in .link_button a{
	padding: 6px 12px;
	font-size: 13px;
}
.modalContents .main-search-box-in #sbox{
	height: 34px;
}
.modalContents .main-search-box-in #sbtn{
	height: 36px;
}
/*車両検索モーダルウィンドウ▲*/
.lease-price-box01,
.lease-price-box02{
	margin-left: 10px;
	margin-right: 10px;
}
#payment-box{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
div.lease-price-box01{
	padding-bottom: 20px;
}
div.single-contact-box {
    padding: 30px 15px;
}
div.single-contact-box ul{
    text-align: center;
}
div.single-contact-box ul li:last-child{
    font-size: 17px;
}
p.tel-single-text {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
}

div.tel-box02{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #2DA23F;
	border-radius: 10px;
	filter: drop-shadow(0px 5px 0px rgba(45,162,63,0.6));
}
div.tel-box02 p a{
	display: block;
    line-height: 22px;
    font-size: 25px;
    color: #fff;
    padding: 14px 15px 14px 47px;
}
div.tel-box02 p a:before{
	display: inline-block;
	width: 40px;
	height: 24px;
    background: url(images/common/tel-sp.png) no-repeat;
	background-size: 40px 24px;
	margin-left: -47px;
	margin-top: 0;
}
div.mail-box02 {
    width: 86%;
	margin-top: 10px;
}
div.mail-box02 a:before {
	background: url(images/common/mail-sp.png) no-repeat;
	background-size: 30px 24px;
    margin-left: -34px;
}
p.single-tyuui{
	padding: 10px 15px;
}
p.single-tyuui span{
	display: block;
}
div.mail-box02:hover{
	top:0;
}
div#car-single-status{
	margin: 20px 10px 0!important;
}
div.car-single-contact-box{
    padding: 20px 20px 30px;
	display: block;
}
div.car-single-tel-box,
div.car-single-mail-box{
    margin: 0;
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
}
p.car-single-contact-box-title{
	font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #707070;
}
div.car-single-tel-box div{
    margin-top: 10px;
    padding-bottom: 10px;
}
div.car-single-tel-box div a{
	position: relative;
    display: block;
    font-size: 35px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    background-color: #2DA23F;
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 66px;
    border-radius: 10px;
	filter: drop-shadow(0px 2px 0px rgba(45,162,63,0.6));
}
div.car-single-tel-box div a:before{
	width: 56px;
    height: 36px;
	left: auto;
	background: url(images/common/ca-single-telsp.png) no-repeat;
    background-size: 56px 36px;
	margin-left: -66px;
}
div.car-single-tel-box div a span{
	position: static;
	color: #fff;
}
/*仮審査（直営店用）*/
div.car-single-estimate-box{
    padding: 30px 20px;
    box-sizing: border-box;
}
p.car-single-estimate-box-mail-text-top,
p.car-single-estimate-box-mail-text-bottom{
	font-size: 12px;
}
div.car-single-estimate-box-mail dl{
	width: auto;
}
div.car-single-estimate-box-mail dl dt{
    padding: 12px 40px 10px;
    font-size: 16px;
	line-height: 8px;
}
div.car-single-estimate-box-mail dl dd a{
    font-size: 30px;
	padding: 40px 0 40px 64px;
}
div.car-single-estimate-box-mail dl dd a:before{
	margin-left: -90px;
}
div.car-single-estimate-box-mail dl dd a:after{
    width: 14px;
    height: 14px;
}
div.car-single-estimate-box-tel dl dd a{
    display: block;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #2DA23F;
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 66px;
    border-radius: 10px;
	margin: 0 auto;
    filter: drop-shadow(0px 2px 0px rgba(45,162,63,0.6));
}
div.car-single-estimate-box-tel dl dd a:before{
	width: 56px;
    height: 36px;
    left: auto;
    background: url(images/common/ca-single-telsp.png) no-repeat;
    background-size: 56px 36px;
    margin-left: -66px;
}
div.car-single-estimate-box-tel dl dd a span{
	position: static;
	font-size: 13px;
    color: #fff;
	line-height: 0;
	padding-bottom: 13px;
}
/*加盟店用追記*/
div.car-single-tel-box-kameiten div a{
	padding-left: 66px;
	padding-right: 0;
}
div.car-single-tel-box-kameiten div a:before{
	position: absolute;
	content: "";
	width: 36px;
    height: 36px;
	left: auto;
	background: url(images/common/ca-single-tel-kameiten.png) no-repeat;
    background-size: 36px 36px;
	margin-left: -47px;
}
div.car-single-mail-box div a{
    filter: drop-shadow(0px 2px 0px rgba(255,127,18,0.6));
}
div.car-single-mail-box div a:before{
	margin-left: -63px;
}
div.car-single-mail-box div.status-none a{
	filter: drop-shadow(0px 2px 0px rgba(149,149,149,0.6));
}
nav#car-single-nav ul li a{
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
}
nav#car-single-nav ul li a:before{
    top: 55%;
    transform: translate(50%,55%);
    right: 50%;
}
nav#car-single-nav ul li a:hover{
	opacity: 1.0;
}
.title-single01 {
	margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
}
.title-single01 span{
	display: block;
	font-size: 20px;
	line-height: 30px;
	padding-left: 0;
}
.title-single01:before {
    width: 90px;
}
div.merit-list-box{
	margin-top: 20px;
}
nav.merit-list-box-in a{
	width: 100%;
}
nav.merit-list-box-in a ul{
	padding: 10px 0;
}
nav.merit-list-box-in a ul li{
	font-size: 13px;
	line-height: 20px;
}
nav.merit-list-box-in a ul li:first-child{
	width: 80px;
}
section.merit-abouto-box-sp{
	margin-left: 10px;
    margin-right: 10px;
	padding: 20px;
}
div.merit01-box{
	margin: 40px auto -20px;
}
div.merit01-box-in{
    padding: 30px 20px 20px;
	margin: 20px 10px;
}
.merit01-nomber{
	width: auto;
	text-align: center;
}
.merit01-nomber p{
	margin-left: 0;
}
div.merit01-box-in section{
	display: block;
	width: auto;
	margin-top: 0;
}
div.merit01-box-in section h3,
div.merit01-box-in section div{
	display: block;
}
div.merit01-box-in section h3{
	width: auto;
	padding-right: 0;
	padding-top: 0;
	margin-top: 10px;
}
div.merit01-box-in section div:last-child{
	width: auto;
	padding-left: 0;
	padding-top: 0;
}
div.merit01-box-in section h3 span{
	display: block;
}
div.merit01-box-in section div.merit-img{
	text-align: center;
	padding-top: 0;
	margin: 20px 10px 0;
}
div.merit01-box-in section div.merit-img img{
	width: 90%;
    max-width: 297px;
}
div.merit-single-box{
	display: block;
}
div.merit-single-box-in{
    margin: 20px 10px;
    width: auto;
    padding: 30px 20px 20px;
}
div.merit-single-box-in section{
	display: block;
}
div.merit-single-box-in section h3,
div.merit-single-box-in section div.merit-img{
    margin: 10px;
    width: auto;
}
div.merit-single-box-in section div.merit-img{
	margin-top: 20px;
}
.merit-text-mt01{
	margin-top: 10px!important;
}
img.merit-img01{
	width: auto!important;
    height: 120px;
}
img.merit-img02{
	margin-bottom: 0;
}
img.merit-img03,
img.merit-img04,
img.merit-img07{
	margin-top: 0;
}
div.merit-single-box-in section h3{
	font-size: 20px;
	text-align: center;
    line-height: 30px;
}
div.merit-single-box-in section h3 span{
	display: block;
	font-size: 20px;
}
.width50per{
	width: auto;
}
ul.single-car-store{
	display: table;
	table-layout: fixed;
}
ul.single-car-store li:first-child{
	width: auto;
	padding-right: 5px;
}
ul.single-car-store li:nth-child(2){
	width: auto;
	padding-left: 5px;
}
ul.single-car-store li:nth-child(3){
	display: none;
}
div.store-anywhere-box{
	padding: 15px;
}
div.point-box{
	display: block;
}
div.point-box div.point-box-in{
	display: block;
}
div.point-box div.point-box-in:first-child{
	width: auto;
}
div.point-box div.point-box-in:first-child p {
	margin-left: 0;
}
div.point-box div.point-box-in:first-child p span{
	font-size: 15px;
    line-height: 20px;
}
div.point-box div.point-box-in:first-child p:before {
	margin-top: 0;
}
div.point-box div.point-box-in section h3{
	font-size: 15px;
	line-height: 25px;
}
ul.point-box-store-list li{
	font-size: 11px;
}
div#content-left section{
	padding-left: 10px;
	padding-right: 10px;
}
ul.car-table{
	display: block;
}
ul.car-table li{
	display: block;
}
ul.car-table li table.bl-none tr th{
	border-left: 1px solid #ebe9e4;
}
ul.car-table li table tr th{
	width: 100px;
}
ul.car-table li table tr td{
}
div.car-item-list{
	display: block;
}
div.car-item-list div.car-item-list-in{
	display: block;
}
div.car-item-list div.car-item-list-in ul li div{
	font-size: 12px;
}
/*メーカーロゴリンク*/
.maker-logo-link-box{
	margin-left: 5px;
	margin-right: 5px;
}
.maker-logo-link{
	width: 25%;
	padding: 0;
}
.maker-logo-link a{
	font-size: 11px;
	padding-top: 50px;
    line-height: 12px;
}
.maker-logo-link-box div.toyota a{
	background: url(images/maker/logo-sp-toyota.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.nissan a{
	background: url(images/maker/logo-sp-nissan.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.honda a{
	background: url(images/maker/logo-sp-honda.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.suzuki a{
	background: url(images/maker/logo-sp-suzuki.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.daihatsu a{
	background: url(images/maker/logo-sp-daihatsu.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.subaru a{
	background: url(images/maker/logo-sp-subaru.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.mazda a{
	background: url(images/maker/logo-sp-mazda.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.mini a{
	background: url(images/maker/logo-sp-mini.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.audi a{
	background: url(images/maker/logo-sp-audi.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.benz a{
	background: url(images/maker/logo-sp-benz.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.mitsubishi a{
	background: url(images/maker/logo-sp-mitsubishi.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.fiat a{
	background: url(images/maker/logo-sp-fiat.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.lexus a{
	background: url(images/maker/logo-sp-lexus.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.bmw a{
	background: url(images/maker/logo-sp-bmw.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.maker-logo-link-box div.other a{
	background: url(images/maker/logo-sp-other.png) no-repeat;
	background-size: 50px 50px;
	background-position: top;
}
.body-type-link-box{
	margin-top: 15px;
}
.body-type-link{
	width: 33.3%;
	padding: 5px;
}
.body-type-link a{
    padding-top: 50px;
}
.body-type-link-box div.etc a{
	padding-top:43px
}
.body-type-link a span{
	display: block;
}
.body-type-link-box div.kei a{
	background: url(images/common/body-type-kei.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
.body-type-link-box div.compact a{
	background: url(images/common/body-type-compact.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
.body-type-link-box div.minivan a{
	background: url(images/common/body-type-minivan.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
.body-type-link-box div.suv a{
	background: url(images/common/body-type-suv.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
.body-type-link-box div.etc a{
	background: url(images/common/body-type-etc.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
.body-type-link-box div.syoyo a{
	background: url(images/common/body-type-syoyo.png) no-repeat;
	background-position: top;
	background-size: 80px 35px;
}
/* ****************
メーカーページ
***************** */
div.car-link{
	width: auto;
	margin: 0 auto;
	padding: 15px 5px;
}
div.car-link a{
    width: calc(50% - 20px / 2);
}
div.car-link a:hover{
    color: #39b54a;
    background: #DDF2DF;
}
/*2023/5/30追記*/
div.car-link-list{
	padding: 0 10px;
}
div.car-link-list h3{
	font-size: 18px;
	padding: 15px 10px 0;
}
div.car-link-list ul{
	width: auto;
	margin: 0 auto;
	padding: 10px 0 20px;
}
div.car-link-list ul li{
    width: calc(50% - 20px / 2);
}
div.car-link-list ul li a:hover{
    color: #39b54a;
    background: #DDF2DF;
}
/* ****************
車両品質評価書
***************** */

/* ****************
searchform.php
***************** */
/*フォーム全体*/
#form1{
max-width:300px;/*フォームのサイズ*/
}
/*検索ボックス*/
#sbox{
height:40px;/*検索ボックスの高さ*/	
width: 220px;/*検索ボックスの横幅*/	
padding:0 10px;/*テキスト位置調整*/	 
font-size: 16px;
}
/*検索ボタン*/
#sbtn{
width:80px;/*検索ボタンの横幅*/ 
height:42px;/*検索ボタンの縦幅*/ 
left:240px;/*検索ボタンの位置調整*/
font-size:16px;/*検索ボタンのフォントサイズ*/
}
/* ****************
在庫確認・お見積りフォーム
***************** */
div.car-info-box{
	display: block;
	width: auto;
}
div.car-img-name-box{
	display: block;
}
div.id-box{
	display: block;
	padding-left: 0;
	width: auto;
}
div.car-select-box ul li:first-child{
	width: 80px;
	line-height: 0;
}
div.car-select-box ul li:last-child{
	padding-left: 15px;
	padding-right: 35px;
}
.car-select-title{
  font-size: 15px;
}
.accordion-container .accordion-title {
  position: relative;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}
/* ****************
メールフォーム
***************** */
.form-header-in{
	margin-top: 5px!important;
}
.form-header-in div#logo{
	margin-bottom: 5px!important;
}
.contact-title{
  font-size: 18px;
}
.pc40sp20{
	margin-top: 20px;
}
.contact-form-box{
	width: auto;
	margin: 20px auto 0;
}
#form-step span{
	font-size:16px;
}
div.form-box ul{
	display: block;
	width: 100%;
	margin-top: 0;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
div.form-box ul li{
	display: block;
	vertical-align: middle;
	padding: 0;
	border: none;
	font-size: 16px;
}
div.form-box ul li:first-child{
	width: 150px;
	border-right: none;
	background: none;
	font-weight: bold;
	font-size: 18px;
}
div.form-box ul li:first-child span{
	position: relative;
	padding-left: 40px;
}
div.form-box ul li:first-child span:before{
	position: absolute;
	color: #fff;
	border-radius: 5px;
	left: 0;
	top: -1px;
	font-size: 13px;
	line-height: 19px;
	padding: 0 3px;
}
div.form-box ul li:last-child{
	background: none;
	margin-top: 5px;
}
.form-box input,
.form-box textarea{
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	padding: 2px 5px!important;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
}
.form-box input{
	width: 100%;
}
.form-box textarea{
	width: 100%;
}
input.yubin{
	width: 100%;
}
input.address{
	width: auto;
}
.contact-form-box button img{
	width: 80%;
	max-width: 360px;
}
.privacy-box ul{
	display: block;
	width: auto;
}
.privacy-box ul li{
	display: block;
}
.privacy-box ul li:first-child{
	width: auto;
	padding-right: 0;
}
.privacy-box ul li ul{
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin-left: 0;
	margin-top: 10px;
	display: table;
}
.privacy-box ul li ul li{
	display: table-cell;
	vertical-align: middle;
}
.privacy-box ul li ul li:first-child{
	width: 50px;
	padding-right: 10px;
}
.privacy-box ul li ul li img{
	width: 100%;
}
.privacy-box-title{
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.privacy-scroll{
	overflow: scroll;
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	height: 100px;
}
.privacy-scroll ol {
    list-style: decimal;
    margin-left: 30px;
    clear: both;
    margin-right: 20px;
}
div.form-box-estimate ul{
	border-bottom: 1px dashed #ccc;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.form-box-estimate ul li{
	border: none;
	padding: 0;
	background: #fff;
}
div.form-box-estimate ul li:first-child {
    width: 110px;
    border: none;
    font-weight: bold;
    background: #fff;
}
div.form-box-estimate ul li:first-child span {
	display: block;
    padding: 0 3px;
    font-size: 11px;
    margin-right: 0;
    margin-bottom: 3px;
	border-radius: 5px;
    width: 23px;
}
div.form-box-estimate ul li:last-child{
	background: #fff;
}
.form-box-estimate input,
.form-box-estimate textarea{
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #CCC;
    -moz-box-shadow: inset 0px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 2px 1px rgba(0,0,0,0.1);
	padding: 5px!important;
}
.form-box-estimate input::placeholder,
.form-box-estimate textarea::placeholder{
	font-size: 13px;
}
form#estimate-form input#inaddress{
	font-size: 13px;
}
/* ****************
sidebar
***************** */
div#niconico-code{
	margin-left: 10px;
	margin-right: 10px;
}
/* ****************
voice
***************** */
.padding-tb-voice{
	padding: 20px 0;
}
.voice-sp-box{
	padding-left: 10px;
	padding-right: 10px;
}
.voice-sp-box h2{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	margin-left: 0;
}
p.p-voice-top{
	width: auto;
	margin-top: 20px;
	margin-left: 0;
	text-align: center;
}
div.voice-box{
	margin-top: 20px;
	padding: 20px;
}
div.voice-box ul{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.voice-box ul li{
	display: block;
}
div.voice-box ul li:first-child{
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
div.voice-box ul li:last-child{
	padding-left: 20px;
}
div.voice-box ul li div img{
	width: 100%;
	max-width: 400px;
}
div.voice-box ul li section h3{
	margin-top: 20px;
}
div.voice-box ul li section h3,
.voice-bold{
	font-size: 15px;
}
div.link-button-voice{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.link-button-voice a{
	font-size: 15px;
}
div.link-button-voice a:hover{
	text-decoration: none;
}
div.store-nav-box{
	display: block;
}
div.store-nav-box nav{
	box-sizing: border-box;
	margin: 10px 10px 15px;
    width: auto;
}
div.store-nav-box nav div a img{
	width: 100%;
}
p.store-nav-box-title,
p.store-nav-box-title span{
	font-size: 15px;
	line-height: 18px;
}
p.store-nav-box-title span{
	display: inline;
}
div.link-button-car-ico a:hover{
	text-decoration: none;
}
/* ****************
store
***************** */
.store-ul{
	display: block;
	width: auto;
}
.store-ul-li{
	display: block;
}
.store-ul-li:first-child{
	width: auto;
	text-align: center;
}
.store-ul-li:last-child{
	padding-left: 0;
}
.store-ul-li-ul{
	border-bottom: 1px dashed #707070;
	padding: 10px 0;
	margin: 0;
}
.store-title{
	font-size: 18px;
	line-height: 30px;
}
.store-title span{
	font-size:15px;
	line-height: 25px;
}
ul.store-about-sp{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
}
ul.store-about-sp li{
	display: table-cell;
	vertical-align: top;
}
ul.store-about-sp li:first-child{
	padding-right: 5px;
}
ul.store-about-sp li:last-child{
	padding-left: 5px;
}
.slider-pro-store{
	display: block!important;
	background: #3B3A3A;
	padding: 20px 0 5px;
	margin-top: 20px;
}
.slider-store div div img{
	border-radius: 10px;
}
.slider-store div p{
	color: #fff;
	line-height: 20px;
}
.tab-item {
  font-size: 15px;
}
.store-voice-box{
	margin-left: 10px;
	margin-right: 10px;
}
/* ****************
footer
***************** */
/*固定フッター*/
.footer_menuwrap{
	display: block;
}
footer.footer-pb{
	padding-bottom: 85px;
}
div#footer-fix-box{
	width: 100%;
    position: fixed;
    bottom: 0;
	display: block;
    z-index: 99;
}
div#footer-fix-box dl{
	padding: 4px 5px 5px;
	background: rgba(51,51,51,0.8);
}
div#footer-fix-box dl dt{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 1px;
	color: #fff;
	text-align: center;
}
div#footer-fix-box dl dt span{
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	background: -moz-linear-gradient(transparent 72%, #FF0000 72%);
    background: -webkit-linear-gradient(transparent 72%, #FF0000 72%);
    background: linear-gradient(transparent 72%, #FF0000 72%);
}
div#footer-fix-box dl dd a{
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	padding: 10px 10px 10px 40px;
	color: #fff;
	border-radius: 4px;
}
div#footer-fix-box dl dd a:before{
    content: "";
    position: absolute;
    display: inline-block;
	top: 50%;
    transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
div#footer-fix-box dl dd a.footer-fix-search{
	background: #FC6F9C;
	border: 3px solid #F7A4C1;
}
div#footer-fix-box dl dd a.footer-fix-search:before{
	width: 30px;
    height: 23px;
    margin-left: -38px;
	background: url(images/common/title-search-sp.png) no-repeat;
	background-size: 30px 23px;
}
div#footer-fix-box dl dd a.footer-fix-mail{
	padding-left: 40px;
	background: #FF7F12;
	border: 3px solid #F7B471;
}
div#footer-fix-box dl dd a.footer-fix-mail:before{
	width: 30px;
    height: 25px;
    margin-left: -38px;
	background: url(images/common/ca-single-mail.png) no-repeat;
	background-size: 30px 25px;
}
div#footer-fix-box dl dd a.footer-fix-member-tel{
	padding-left: 40px;
	background: #2DA23F;
	border: 3px solid #86C68C;
}
div#footer-fix-box dl dd a.footer-fix-member-tel:before{
	width: 30px;
    height: 30px;
    margin-left: -38px;
	background: url(images/common/ca-single-tel-kameiten.png) no-repeat;
	background-size: 30px 30px;
}
div#footer-fix-box dl dd a.footer-fix-tel{
	padding-left: 40px;
	background: #2DA23F;
	border: 3px solid #86C68C;
}
div#footer-fix-box dl dd a.footer-fix-tel:before{
	width: 30px;
    height: 20px;
    margin-left: -38px;
	background: url(images/common/ca-single-telsp.png) no-repeat;
	background-size: 30px 20px;
}
.footer_fix-menu {
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: rgba(51,51,51,0.9);
}
.footer_fix-img{
	display: flex;
	margin: 5px;
	justify-content: center;
}
.footer_fix-img a{
	margin: 5px;
	line-height: 0;
}
.footer_fix-img img{
	width: 172px;
	height: auto;
	line-height: 0;
}
.footer_fix-img a img:hover{
	opacity: 1;
}
div#footer-fix-box dl dd a.footer-fix-estimate{
	font-size: 25px;
	padding-left: 70px;
	background: #FF7F12;
	border: 3px solid #F7B471;
}
div#footer-fix-box dl dd a.footer-fix-estimate:before{
	width: 60px;
    height: 35px;
    margin-left: -68px;
	background: url(images/common/ex5.png) no-repeat;
	background-size: 60px 35px;
}
/*以降*/
div.footer-main-box{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
	table-layout: auto;
}
div.footer-contents-box{
	display: block;
	vertical-align: middle;
    padding: 0;
}
nav.footer-nav{
	margin-top: 0;
}
nav.footer-nav ul.sp-nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:start;
}
nav.footer-nav ul.sp-nav li{
	width: 50%;
}
nav.footer-nav ul li{
	border-bottom: 1px solid #E0DEDC;
}
nav.footer-nav ul li:last-child{
	border-bottom: none;
}
nav.footer-nav ul li.border-bottom{
	border-bottom: 1px solid #E0DEDC;
}
nav.footer-nav ul li a{
	position: relative;
	padding-left: 25px;
	color: #3B3A3A;
	display: block;
	line-height: 20px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
nav.footer-nav ul li a:before{
	position: absolute;
	left: 15px;
	content: "-";
}
.footer-title{
	font-weight: bold;
	font-size: 18px;
	color: #3B3A3A;
	background: #E0DEDC;
	text-align: center;
	padding: 5px;
}
.footer-title-mt{
	margin-top: 0;
}
.footer-bottom-nav{
	margin: 0;
}
.footer-bottom-nav nav ul{
	display: block;
	margin: 20px auto;
}
.footer-bottom-nav nav ul li{
	display: block;
	vertical-align: middle;
	position: static;
	text-align: center;
	margin-bottom: 10px;
}
.footer-bottom-nav nav ul li:after{
	position: static;
	content: "";
	padding-left: 0;
	padding-right: 0;
}
.footer-bottom-nav nav ul li:last-child:after{
	position: static;
	content: "";
	padding-left:0;
	padding-right:0;
}
.footer-bottom-nav nav ul li a{
	color: #3B3A3A;
	font-size: 15px;
}
div#sns-link{
    width: 120px;
}
/*当社サービス*/
	div#footer-niconico-nav{
		margin: 20px auto 0;
		padding-bottom: 20px;
		background: #FCE1EA;
	}
	div#footer-niconico-nav div#footer-talent p{
		width: auto;
		padding: 7px 15px 7px 15px;
		font-size: 18px;
    	line-height: 22px;
	}
	div#footer-niconico-nav div#footer-talent p:after{
		width: 100px;
		height: 72px;
		background-size: 100px 72px;
		right: 10px;
	}
	div#footer-niconico-nav nav ul{
		display: block;
		table-layout: auto;
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	div#footer-niconico-nav nav{
		width: auto;
		margin-top: 20px;
	}
	div#footer-niconico-nav nav ul li{
		display: block;
	}
	div#footer-niconico-nav nav ul li div{
		padding: 5px 10px;
	}
	div#footer-niconico-nav nav ul li div a{
		background-color: #fff;
	}
	div#footer-niconico-nav nav ul li div a:hover{
		opacity: 1.0;
	}
/* ****************
メディア掲載実績
***************** */
.news-media ul li{
	width: 100px;
}
.news-media ul li img{
	max-width: 100%;
}
.news-media-img img{
	max-width: 80%!important;
}
/* ****************
各ページマイカーリースリンク
***************** */
.pr-boxWrap {
	display: block;
	width: auto;
    margin: auto;
}
.pr-box {
    width: auto;
}
.pr-box-in:first-child figure a {
    text-align: center;
}
.pr-box-in figure img{
	height: 70px;
}
/* ****************
ソート
***************** */
.pc30sp10{
	margin-top: 10px!important;
}
div.sort-box{
	border-left: none;
	border-right: none;
    border-radius: 0;
	margin-top: 0;
}
div.sort-box form ul:first-child{
	display: none;
}
div.sort-box form{
	display: block;
	table-layout: auto;
}
div.sort-box form ul.sort-ul{
	padding-left: 0;
}
form#check-sale-only {
    position: static;
    margin-top: 10px;
}
form#check-sale-only label {
    position: static;
    right: 0;
    top: 0;
    cursor: none;
}
.checkbox-parts::before {
    top: 1px;
}
p.count-sp{
	display: block;
    margin: 20px 15px 0;
}
/* ****************
店舗限定キャンペーン
***************** */
.store-campaign img{
	width: 90%;
	max-width: 355px;
}
/* ****************
NEW
***************** */
div.new-mark {
    top: 86px;
    left: 0px;
    bottom: auto;
    font-size: 16px;
    padding: 6px;
    width: 40px;
}
/* Safari (iOSのChrome) */
_::-webkit-full-page-media, _:future, :root div.new-mark {
    top: 85px;
}
h1.title-newcar,
h1.title-update{
    padding-left: 63px;
}
h1.title-newcar:before,
h1.title-update:before{
    font-size: 16px;
    line-height: 19px;
    margin-left: -53px;
    margin-top: -1px;
}
/* ****************
スライドカウント（車両詳細）
***************** */
div.slide-count-box-last {
    padding: 0px 5px 0px 5px;
}
div.slide-count-box-last p {
    font-size: 18px;
    padding: 18px 0 14px;
}
div.slide-count-box-last p span{
	font-size: 24px;
    padding-right: 2px;
}
/* ****************
protection
***************** */
.padding-tb-protection{
    padding-top: 40px;
    padding-bottom: 60px;
}
.text-protection{
	font-size: 15px;
	line-height: 26px;
}
.title-protection01{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.title-protection01 span{
	display: inline;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.title-protection02 span {
	margin: 0 2.5em;
	color: #00365D;
	font-size: 20px;
}
.title-protection03{
  padding: 1.0rem 1rem 1.0rem 105px;
  font-size: 20px;
}
.title-protection03:before {
  width: 190px;
}
.title-protection03 span {
  font-size: 20px;
  padding-top: 1.0rem;
  padding-left: 1.0rem;
}
.title-protection04{
	font-size: 30px;
}
.title-protection05{
	font-size: 15px;
	margin-top: 5px;
}
.title-protection06{
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
}
.title-protection06 span{
	display: inline;
	font-size: 15px;
	line-height: 20px;
}
.t-white-protection{
	font-size: 15px;
	margin-top: 10px;
}
.t-white-protection span{
	font-size: 12px;
}
div.protection-box-top{
	padding: 30px 10px 0;
}
div.protection-box-bottom{
	padding: 20px 10px;
}
.protection-mokuji-box{
	width: auto;
	margin: 30px auto 0;
}
nav.protection-mokuji-box-in{
	width: auto;
}
nav.protection-mokuji-box-in ul{
	margin-top: 5px;
}
nav.protection-mokuji-box-in ul li:first-child{
	font-size: 20px;
	width: 80px;
}
nav.protection-mokuji-box-in ul li:last-child{
	padding-left: 20px;
}
nav.protection-mokuji-box-in ul li a{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav.protection-mokuji-box-in ul li a:hover{
	opacity: 1;
}
div.pdf-link{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}
div.pdf-link a{
	font-size: 16px;
}
div.pdf-link a::before{
    margin-top: -1px;
}
div.pdf-link a:hover{
	opacity: 1;
}
ul.protection-eigyou{
	width: 100%;
	margin: 20px auto;
}
ul.protection-eigyou li:first-child{
	padding-right: 5px;
}
ul.protection-eigyou li:last-child{
	padding-left: 5px;
}
ul.protection-eigyou li div{
	font-size: 25px;
	line-height: 50px;
}
ul.protection-eigyou li div span{
	font-size: 25px;
	line-height: 50px;
}
div.protection-support{
	width: auto;
}
div.protection-support-in{
    width: calc(50% - 2px);
    padding: 20px 0;
	background: #E2F2E4;
}
div.protection-support-in section h3{
	font-size: 20px;
	line-height: 28px;
}
div.protection-support-in section .support68{
	line-height: 57px;
}
div.protection-support-in section div img{
	width: 100px;
}
div.protection-voice{
	display: block;
	table-layout: auto;
	width: auto;
	padding: 15px;
	margin: 20px 10px 0;
}
div.protection-voice div.protection-voice-in{
	display: block;
	border-bottom: 1px solid #3E3A39;
	
}
div.protection-voice div.protection-voice-in:first-child{
	border-right: none;
}
div.protection-voice div.protection-voice-in:last-child{
	border-left: none;
	border-bottom: none;
}
div.protection-voice-man,
div.protection-voice-woman{
    padding: 10px;
}
div.protection-voice-man p,
div.protection-voice-woman p{
	font-size: 20px;
}
div.protection-voice-man p:before,
div.protection-voice-woman p:before{
    width: 28px;
    height: 34px;
    background-size: 28px 34px;
    margin-left: -41px;
    margin-top: -5px;
}
div.protection-voice-woman p:before{
	background-size: 28px 34px;
}
p.protection-voice-text{
	font-size: 15px;
	line-height: 25px;
}
/* ****************
ニコニコカーリース
***************** */
.niconico-main-box{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	padding: 40px 10px 10px;
	border: 5px solid #CADDF3;
	box-shadow: 0 0 0 5px #3498DB;
}
.title-niconico{
    font-size: 24px;
	line-height: 35px;
}
.title-niconico span.span-nicomai{
    font-size: 24px;
	line-height: 35px;
	color: #FC6F9C;
	display: block;
}
.title-niconico span.span-br{
	font-size: 15px;
	color: #3498DB;
}
div.nicomai-box{
	display: block;
	margin-top: 10px;
}
div.nicomai-box-in{
	display: block;
}
div.nicomai-box-in:first-child{
	width: auto;
	padding-right: 0;
}
div.nicomai-box-in:last-child p{
	font-size: 15px;
}
div.nicomai-box-in ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.nicomai-box-in ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 0;
}
div.link-nicomai{
	margin-top: 10px;
	margin-bottom: 20px;
}
div.link-nicomai a{
	font-size: 15px;
}
.img-sp-width img{
	width: 200px;
}
div.nicomai-text-box{
	width: auto;
	margin-top: 10px;
}
div.nicomai-text-box div:first-child p{
	font-size: 15px;
}
div.nicomai-text-box div:last-child{
	width: 120px;
	padding-left: 10px;
}
.nicomai-title{
	font-size: 24px;
	line-height: 35px;
}
.nicomai-title span{
	font-size: 24px;
	line-height: 0;
	display: block;
}
.nicomai-list{
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nicomai-list li{
	font-size: 15px;
}
.nicomai-main-box{
	width: auto;
	margin: 5px;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	padding: 10px;
    border: solid 5px #CADDF3;
}
.nicomai-main-box:after{
    bottom: -45px;
}
.nicomai-3kan{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.nicomai-3kan img{
	width: auto;
}
div.nicomai-three{
	width: auto;
	margin: 0;
}
/* ****************
車種詳細に同一車種表示・新車表示
***************** */
.car-match-list-title{
    font-size: 18px;
    line-height: 20px;
}
/* 新車表示 */
div.newcar-box{
	padding: 0 10px;
}
a.newcar-link{
	padding: 20px 10px;
	width: 100%;
}
a.newcar-link:before {
	position: absolute;
    content: "新車";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 6px;
    color: #fff;
    background: #FC6F9C;
    display: inline-block;
    top: 0;
    left: 0;
}
div.newcar-link-box dl dt{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
div.newcar-link-box dl dt span{
	display: block;
	font-size: 15px;
	line-height: 25px;
}
p.newcar-img-wrap{
	max-width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 0
}
p.newcar-img-wrap img{
	line-height: 0;
}
div.newcar-price-block{
	margin-top: 10px;
}
div.newcar-price-block p.newcar-price{
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #FC6F9C;
	text-align: center;
}
div.newcar-price-block p.newcar-price span{
	font-size: 30px;
}
div.newcar-price-block p.newcar-price-note{
	text-align: center;
	color: #707070;
	font-size: 15px;
	line-height: 25px;
}
p.newcar-stock{
	background: #00b3d3;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin: 10px auto 0;
	padding: 2px 10px;
	border-radius: 4px;
	max-width: 250px;
}
/* ****************
閲覧履歴
***************** */
.rireki-mt{
	margin-top: -37px;
}
.title-rireki{
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px 0 41px;
}
.title-rireki:before {
    width: 25px;
    height: 21px;
    background: url(images/common/rireki-page.png) no-repeat;
    background-size: 25px 21px;
    margin-left: -30px;
}
div.rireki-box{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
div.rireki-box-in{
    margin: 1px;
    width: auto;
}
div.rireki-img-box div.sold-out{
	top: 45px!important;
}
ul.rireki-price li:first-child span{
	display: block;
}
/* ****************
セッション切れページ
***************** */
div.time-out-box{
    width: auto;
    margin: 20px 20px 40px;
    padding: 20px;
}
div.time-out-box p{
	font-size: 15px;
	line-height: 28px;
}
/* ****************
キャンペーンバナー（single-car.php）20220318記載
***************** */
p.campaign-bnr{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}
/* ****************
業界トップクラス
***************** */
div.top-class-contents{
	width: auto;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
div.top-class-contents div{
	width: 425px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 6px;
}
p.top-class-text,
p.top-class-text span{
	font-size: 14px;
	line-height: 22px;
}
p.top-class-text span:nth-child(2),
p.top-class-text span:nth-child(4){
	font-size: 24px;
}
div.top-class-contents dl{
	width: 425px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.top-class-contents dl dt{
	font-size: 18px;
	line-height: 38px;
	margin-top: -1px;
}
div.top-class-contents dl dt span{
	font-size: 14px;
	padding-left: 3px;
}
p.top-class-comment{
	width: 425px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding-top: 0;
}
/* ****************
YouTube
***************** */
.youtube-box{
	margin-bottom: 60px;
	padding: 0 10px;
}
.youtube-title{
	padding-left: 10px;
	padding-right: 10px;
}
div.youtube-list ul{
	justify-content: flex-start;
	overflow-x: scroll;
}
div.youtube-list ul li{
	width: 85%;
	flex-shrink: 0;
	margin-left: 10px;
}
div.youtube-list ul li:first-child{
	margin-left: 0;
}
.youtube-comment-box p{
	font-size: 15px;
	line-height: 25px;
}
.youtube-comment-box div a{
	padding: 15px 10px;
	max-width: 80%;
}
}
@media only screen and ( max-width: 680px ) {
/* ****************
main
***************** */
nav#car-single-nav ul li a{
    font-size: 13px;
}
/* ****************
ページネーション
***************** */
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 500px ) {
/* ****************
ページネーション
***************** */
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
/* ****************
searchform.php
***************** */
/*フォーム全体*/
#form1{
max-width:250px;/*フォームのサイズ*/
}
/*検索ボックス*/
#sbox{
width: 199px;/*検索ボックスの横幅*/
}
/*検索ボタン*/
#sbtn{
left:219px;/*検索ボタンの位置調整*/
}
}
@media only screen and ( max-width: 400px ) {
div.search-button ul{
	table-layout: auto;
}
div.search-button ul li:last-child{
	width: 55%;
}
}
@media only screen and ( max-width: 360px ) {
/*メーカーロゴリンク*/
.maker-logo-link a{
	font-size: 10px;
	padding-top: 45px;
    line-height: 10px;
}
.maker-logo-link-box div.toyota a{
	background: url(images/maker/logo-sp-toyota.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.nissan a{
	background: url(images/maker/logo-sp-nissan.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.honda a{
	background: url(images/maker/logo-sp-honda.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.suzuki a{
	background: url(images/maker/logo-sp-suzuki.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.daihatsu a{
	background: url(images/maker/logo-sp-daihatsu.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.subaru a{
	background: url(images/maker/logo-sp-subaru.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.mini a{
	background: url(images/maker/logo-sp-mini.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.audi a{
	background: url(images/maker/logo-sp-audi.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.benz a{
	background: url(images/maker/logo-sp-benz.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.mitsubishi a{
	background: url(images/maker/logo-sp-mitsubishi.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.fiat a{
	background: url(images/maker/logo-sp-fiat.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.lexus a{
	background: url(images/maker/logo-sp-lexus.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.bmw a{
	background: url(images/maker/logo-sp-bmw.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
.maker-logo-link-box div.other a{
	background: url(images/maker/logo-sp-other.png) no-repeat;
	background-size: 45px 45px;
	background-position: top;
}
/* ****************
text
***************** */
.t-middle{
	font-size: 13px;
	line-height: 25px;
}
div#top-in h1,
div#top-in p{
	font-size: 10px;
}
/* ****************
title
***************** */
.title01-box{
	margin-top: 15px;
}
.title01{
	width: 90%;
}
.title01 span{
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding-top: 15px;
}
.step-title{
	font-size: 15px;
	line-height: 25px;
}
.width02{
	width: 45%!important;
}
.width03{
	width: 73%!important;
}
div.car-hover-box div:first-child{
	width: 110px;
}
p.car-pickup-title{
	font-size: 13px;
}
li.car-pickup-price{
	font-size: 13px;
	text-align: left;
}
li.car-pickup-price span{
	font-size: 18px;
}
ul.car-store-date-ul li{
	font-size: 12px;
	line-height: 15px;
}
h4.arrow_box{
	font-size: 14px;
}
ul.price-option-list{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
ul.price-option-list-se{
	margin-top: 0;
}
ul.price-option-list li{
	display: block;
	padding-left: 0;
}
ul.price-option-list li:first-child{
	padding-left: 0;
}
ul.price-option-list li p{
	font-size: 13px;
	line-height: 30px;
	padding-left: 30px;
}
ul.price-option-list li p:before{
	top: 6px;
    width: 30px;
    height: 30px;
	background-size: 20px 16px;
}
.payment-price span{
	font-size: 24px;
}
div.single-contact-box ul li:last-child{
    font-size: 14px;
}
div.tel-box02 {
    width: 90%;
}
div.mail-box02 {
    width: 90%;
}
/* ****************
twitter
***************** */
.twitter-box-in{
	max-height: 300px;
}
/* ****************
main
***************** */
p.year-other-title{
	font-size: 18px;
}
p.year-other-title-m{
	font-size: 15px;
	line-height: 25px;
}
nav#car-single-nav ul li a{
    font-size: 12px;
}
/*トップページ上部のボタン▼*/
div#top-nav-btn div a{
	padding: 10px 10px 10px 25px;
}
div#top-nav-btn div a:after{
	right: 6px;
    width: 6px;
    height: 6px;
}
div#top-nav-btn div a span{
	font-size: 12px;
}
/*トップページ上部のボタン▲*/
/* ****************
安さの理由
***************** */
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt{
	font-size: 20px;
	padding-bottom: 3px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dt span{
	font-size: 28px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li{
	font-size: 13px;
	line-height: 16px;
}
.niconori-reasonable-box-dl .niconori-reasonable-box-dl-dd dl dd ol li span{
	font-size: 13px;
}
ol.niconori-reasonable-about li dl dt{
	font-size: 13px;
	line-height: 16px;
}
ol.niconori-reasonable-about li dl dt span{
	font-size: 13px;
}
/* ****************
flow
***************** */
.tab-flow{
	font-size: 16px;
	line-height: 22px;
}
ul.tab-group li span{
	font-size: 14px;
	line-height: 22px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl{
	padding: 15px 10px 20px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt{
	font-size: 18px;
}
dl.niconori-flow-box-dl dd.niconori-flow-box-dl-dd div dl dt span{
	font-size: 20px;
}
/* ****************
contact-box
***************** */
.contact-image{
    width: 220px;
}
.contact-image ul li:first-child{
	width: 70px;
}
.contact-image ul li:last-child{
	width: 70px;
}
p.contact-text,
p.contact-text span{
	font-size: 13px;
	line-height: 20px;
}
p.contact-small-text{
	font-size: 11px;
}
div.search-button ul li:last-child{
	width: 62%;
}
/* ****************
header
***************** */
div#logo-ex{
	padding-bottom: 5px;
}
div#logo a img,
div#logo-ex img{
	max-width: 134px;
}
/* no1掲載中 */
#header .nav_btn {
    top: 8px;
    right: 6px;
}
div#logo div.header-no1{
    width: 100px;
	padding-bottom: 12px;
}
div#sp-header-rireki{
	display: none;
}
/* ****************
top page
***************** */
.komikomi-box{
	margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.komikomi-box-in{
	box-sizing: border-box;
	margin: 0;
	width: 50%;
    padding: 0 10px 20px;
}
.komikomi{
	position: relative;
	width: 120px;
	height: 120px;
}
.komikomi p{
	font-size: 28px;
}
.komikomi p span{
	font-size: 22px;
}
.contents-lr ul li:first-child{
	width: 120px;
}
.contents-lr ul li h3{
	font-size: 15px;
	line-height: 25px;
}
.title-point p{
	font-size: 15px;
}
/* ****************
トップページ上部の特集
***************** */
.feature-title{
	font-size: 20px;
}
.feature-title span{
	font-size: 20px;
}
/* ****************
新着情報
***************** */
h1.news-title{
	font-size: 18px;
	line-height: 25px;
}
/* ****************
Ｑ＆Ａ
***************** */
.faq-title01{
	font-size: 15px;
	line-height: 25px;
}
.faq-title02{
	font-size: 15px;
	line-height: 25px;
}
.faq-box .faq-box-in a{
	font-size: 13px;
	line-height: 20px;
}
.boxQA {
    margin: 2em 0;
    padding: 0.5em 0.5em;
	border-bottom: 1px dashed #707070;
}

.boxQA .box-title {
	padding: 9px 5px 0 60px;
	font-size: 15px;
	line-height: 25px;
}
.boxQA .box-title:before {
    content: "Q";
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
}
.boxQA .box-title:after {
    content: "A";
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
}

.boxQA p {
    padding: 29px 10px 20px 60px;
	font-size: 13px;
	line-height: 20px;
}
.boxQA a{
	font-size: 13px;
}
/* ****************
main
***************** */
#payment-box h3{
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}
div.car-single-tel-box div a{
    font-size: 30px;
    line-height: 27px;
    padding-left: 56px;
}
div.car-single-tel-box div a:before{
	width: 46px;
    height: 30px;
    background-size: 46px 30px;
	margin-left: -56px;
}
div.car-single-tel-box div a span,
div.car-single-mail-box div a span,
div.car-single-mail-box div.status-none a span{
	font-size: 11px;
}
div.car-single-mail-box div a{
	font-size: 18px;
    line-height: 15px;
	padding-top: 16px;
    padding-bottom: 13px;
	padding-left: 53px;
}
div.car-single-mail-box div a:before{
	width: 43px;
    height: 35px;
	background-size: 43px 35px;
	margin-left: -57px;
}
div.car-single-mail-box div.status-none a:before{
	background-size: 43px 35px;
}
div#content-left h3{
    font-size: 15px;
}
div.point-box div.point-box-in:first-child p span{
	font-size: 13px;
}
/*仮審査（直営店用）*/
div.car-single-estimate-box{
    padding: 30px 10px;
}
p.car-single-estimate-box-mail-text-top,
p.car-single-estimate-box-mail-text-bottom{
	font-size: 11px;
}
div.car-single-estimate-box-mail dl dd a{
    font-size: 28px;
	padding: 36px 0 36px 38px;
}
div.car-single-estimate-box-mail dl dd a:before{
	width: 60px;
    height: 35px;
    background-size: 60px 35px;
    top: 50%;
	margin-left: -70px;
}
div.car-single-estimate-box-mail dl dd a:after{
    width: 12px;
    height: 12px;
	right: 16px;
}
div.car-single-estimate-box-tel dl dd a{
    font-size: 30px;
    line-height: 27px;
	padding-top: 15px;
    padding-left: 56px;
}
div.car-single-estimate-box-tel dl dd a:before{
	width: 46px;
    height: 30px;
    background-size: 46px 30px;
    margin-left: -56px;
}
div.car-single-estimate-box-tel dl dd a span{
	font-size: 11px;
}
/* ****************
加盟店車両
***************** */
div.store-only-box div.store-only-box-in:first-child p span{
	font-size: 13px;
}
/* ****************
車両品質評価書
***************** */
div.status-se-box{
	margin-top: -6px;
}
.iphone-se-only{
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-top: -6px;
}
div.status-button a{
	font-size: 10px;
	padding: 4px 16px 4px 5px;
}
section#car-assessment-box section h3{
	font-size: 15px;
	padding-bottom: .2em;
}
section#car-assessment-box section section h4{
	font-size: 15px;
	padding: .15em 0 .15em .7em;
}
/* ****************
車両保証
***************** */
section#car-protection-box h2,
section#car-protection-box h2 span{
	font-size: 18px;
    line-height: 24px;
}
section#car-protection-box section h3 {
    font-size: 15px;
	padding: 0;
}
section#car-protection-box section section h4.protection-single-title {
    font-size: 15px;
    line-height: 20px;
}
/*車両保証アイコン*/
.car-img:before{
	width: 30px;
	height: 36px;
	background-size: 30px 36px;
}
/*モーダルウィンドウ*/
#modal02 .modal__content section section{
    margin: 15px 10px 0;
}
/*車両検索モーダルウィンドウ▼*/
.modalContents .main-search-box-in .body-type-link-box div.kei a{
	background: url(images/common/body-type-kei.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link-box div.compact a{
	background: url(images/common/body-type-compact.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link-box div.minivan a{
	background: url(images/common/body-type-minivan.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link-box div.suv a{
	background: url(images/common/body-type-suv.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link-box div.etc a{
	background: url(images/common/body-type-etc.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link-box div.syoyo a{
	background: url(images/common/body-type-syoyo.png) no-repeat;
	background-position: top;
	background-size: 60px 26px;
}
.modalContents .main-search-box-in .body-type-link a {
	padding-top: 33px;
	font-size: 10px;
}
.modalContents .main-search-box-in #sbox{
	height: 30px;
}
.modalContents .main-search-box-in #sbtn{
	height: 32px;
}
.modalContents .main-search-box-in nav.price-pay-box ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.modalContents .main-search-box-in div.freeword {
    margin: 8px 10px 0 10px;
}
.modalContents .main-search-box-in .link_button{
	margin-top: 50px;
}
.modalContents .main-search-box-in .link_button a{
	padding: 6px;
}
/*車両検索モーダルウィンドウ▲*/
/* ****************
各ページ検索エリア
***************** */
.main-search-box{
  position: relative; /* 三角の位置を固定するために設定 */
  padding: 30px 5px 5px; /* ふきだし内の余白 */
  background: #FC6F9C; /* 背景色 */
}
.main-search-box::before { /* 三角の部分 */
  content: '';
  position: absolute; /* 位置固定 */
  bottom: -32px; /* 線幅の2倍 */
  top: 0;
  left: 50%;
  margin-left: -16px; /* 線幅だけずらす */
  border: 16px solid transparent; /* 線幅の設定 */
  border-top-color: #fff; /* 吹き出しの地と同じ色 */
}
.main-search-box-in{
	padding: 20px 0 30px;
}
/* ****************
searchform.php
***************** */
/*フォーム全体*/
#form1{
max-width:250px;/*フォームのサイズ*/
}
/*検索ボックス*/
#sbox{
width: 159px;/*検索ボックスの横幅*/
font-size: 14px;
}
/*検索ボタン*/
#sbtn{
left:180px;/*検索ボタンの位置調整*/
}
/* ****************
メールフォーム
***************** */
#form-step span{
	padding:15px 18px;
}
.contact-title{
  font-size: 15px;
}
form#estimate-form input#inaddress{
	font-size: 11px;
}
/* ****************
store
***************** */
.store-title{
	font-size: 15px;
	line-height: 25px;
}
.store-title span{
	font-size:13px;
	line-height: 20px;
}
/* ****************
NEW
***************** */
div.new-mark {
	top: 60px;
    font-size: 14px;
    padding: 4px;
    width: 34px;
}
/* ****************
item
***************** */
div.car-list-box div.car-list-contents:first-child{
	width: 140px!important;
}
div.sold-out{
	top: 52px!important;
}
ul.car-list-price li:first-child span{
	display: block!important;
}
div.search-button ul li div.search-mail a{
    padding: 10px 0px 10px 22px;
}
div.search-button ul li div.search-mail a:before{
    background-size: 20px 16px;
    margin-left: -23px;
    top: 14px;
}
/* ****************
footer
***************** */
.footer-title{
	font-size: 15px;
}
nav.footer-nav ul li a{
	line-height: 15px;
	font-size: 13px;
}
.footer-bottom-nav nav ul li a{
	font-size: 13px;
}
/*当社サービス*/
	div#footer-niconico-nav div#footer-talent p,
	div#footer-niconico-nav div#footer-talent p span{
		font-size: 16px;
	}
/* ****************
protection
***************** */
.text-protection{
	font-size: 13px;
	line-height: 22px;
}
.title-protection02 span {
	margin: 0 2.0em;
	color: #00365D;
	font-size: 18px;
}
.title-protection03{
  padding: 0.8rem 0.8rem 0.8rem 90px;
  font-size: 16px;
}
.title-protection03:before {
  width: 180px;
}
.title-protection03 span {
  font-size: 16px;
  padding-top: 0.8rem;
  padding-left: 0.8rem;
}
.title-protection04{
	font-size: 26px;
}
.title-protection05{
	font-size: 13px;
}
.title-protection06{
	font-size: 13px;
}
.title-protection06 span{
	font-size: 13px;
}
.t-white-protection{
	font-size: 13px;
}
nav.protection-mokuji-box-in ul li:first-child{
	font-size: 16px;
	width: 70px;
}
nav.protection-mokuji-box-in ul li:last-child{
	padding-left: 15px;
}
nav.protection-mokuji-box-in ul li a{
	font-size: 16px;
}
div.pdf-link{
	margin-left: 10px;
	margin-right: 10px;
}
div.pdf-link a{
	font-size: 15px;
}
ul.protection-eigyou li div{
	font-size: 23px;
	line-height: 45px;
}
ul.protection-eigyou li div span{
	font-size: 23px;
	line-height: 45px;
}
div.protection-support-in section h3{
	font-size: 16px;
	line-height: 25px;
}
div.protection-support-in section .support68{
	line-height: 50px;
}
div.protection-support-in section div img{
	width: 100px;
}
div.protection-voice-man p,
div.protection-voice-woman p{
	font-size: 16px;
}
div.protection-voice-man p:before,
div.protection-voice-woman p:before{
    width: 24px;
    height: 30px;
    background-size: 24px 30px;
    margin-left: -35px;
    margin-top: -2px;
}
div.protection-voice-woman p:before{
	background-size: 24px 30px;
}
p.protection-voice-text{
	font-size: 13px;
	line-height: 20px;
}
/* ****************
ニコニコカーリース
***************** */
.title-niconico span.span-br{
	font-size: 13px;
}
div.nicomai-text-box div:first-child p{
	font-size: 13px;
}
div.nicomai-text-box div:last-child{
	width: 100px;
}
.iphone-se-font-20{
	font-size: 20px!important;
}
/* ****************
閲覧履歴
***************** */
div.rireki-img-box div.sold-out{
	top: 45px!important;
}
/* ****************
業界トップクラス
***************** */
p.top-class-text,
p.top-class-text span{
	font-size: 12px;
	line-height: 20px;
}
p.top-class-text span:nth-child(2),
p.top-class-text span:nth-child(4){
	font-size: 20px;
}
div.top-class-contents dl dt{
	font-size: 16px;
}
div.top-class-contents dl dt span{
	font-size: 12px;
}
p.top-class-comment{
	font-size: 11px;
}
/* ****************
YouTube
***************** */
.youtube-title span span{
	font-size: 30px;
}
.youtube-comment-box{
	padding: 20px 20px 30px;
}
}
@media only screen and ( max-width: 240px ) {
/* ****************
ページネーション
***************** */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* ****************
よくある質問のカテゴリーボタン
***************** */
.faq-box{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(380px, 1fr)) !important;
  gap: 5px 20px !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  align-items: start !important;
}

.faq-box-in{
 height: auto !important;
 background: transparent !important;
}

.faq-box-in a{
  height: auto !important;
  min-height: 40px !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 14px 20px !important;
  background: #C9DFEC !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

@media (max-width: 768px){
  .faq-box{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 90% !important;
    padding: 0 16px !important;
  }

  .faq-box-in{ height: auto !important; }

  .faq-box-in a{
	max-width: 88% !important;
	margin: 0 auto !important;
    min-height: 56px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
  }
}