@charset "utf-8";
/* CSS Document */
/* ご希望のお車お探しします */
#search_top {
	margin:0 auto 20px;
}
#search_link {
	position:absolute;
	bottom:15px;
	right:30px;
}
.top_contact {
	display: none;
}
/* お車探し */
#search_contents {
	margin:20px auto 0;
}
#search_contents li {
	margin:0 auto 50px;
}
#search_contents h2 {
	font-size:18px;
	font-weight: bold !important;
	text-align:center;
	color:#222fae;
	padding:7px 5px;
	margin:0 auto 10px;
	border: 2px solid #222fae;
	background: linear-gradient(white, #e8eaf9);
	box-shadow: 0 2px 0 #afadae;
}
.font { font-family: "M PLUS 1p"; }


/*----*/
.top-title {
    color: #000;
        font-size: 16px;
        font-weight: bold;
        border: solid 6px #078dd8;/*線色*/
        padding: 12px 10px 10px 14px;/*文字周りの余白*/
        border-radius: 1.5em;/*角丸*/
}

.blue-font{
  color: #078dd8;
  font-size:18px;
}

.green-font{
  display     : inline-block;
  font-size   : 18px;
  font-weight : bold;
  color       : white;
  text-shadow:  2px  2px 5px #00BB00 ,
               -2px  2px 5px #00BB00,
                2px -2px 5px #00BB00,
               -2px -2px 5px #00BB00;
}

/*ここまで*/




.top_title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: solid 10px #078dd8;/*線色*/
    padding: 12px 10px 10px 14px;/*文字周りの余白*/
    border-radius: 0.5em;/*角丸*/
}
.top_title span {
    color: #212fae;
    font-size: 18px;
    margin: 0 0 0 -10px;
}
.back-yellow {
    background-color: #fff000;
    font-size: 18px !important;
    padding:6px;
    color: red !important;
    margin-left: 0 !important;
    display: block;
    text-align: center;
    margin: -24px 0 -22px !important;
}
.back-yellow small {
    font-size: 16px;
}
.main_image img {
    position: relative;
}
.main_image {
    line-height: 1.1;
    text-align: right;
    color: red;
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 20px;
    text-shadow: 
        #fff 2px 2px 0, #fff -2px -2px 0,
        #fff -2px 2px 0, #fff 2px -2px 0,
        #fff 0px 2px 0, #fff  0 -2px 0,
        #fff -2px 0 0, #fff 2px 0 0;
}
.main_image span {
    font-size: 26px;
}


/*青しましま背景*/
.back01 {
	background-image: url(../images/back01.png) !important;
	background-repeat:repeat;
	background-position:left top;
	padding:10px ;
	
}
/* 赤しましま背景 */
.back02 {
	box-sizing:border-box;
	background:url(../images/back03.png);
	padding:10px;
}
.back02 p {
	background:#fff;
	padding:35px;
	font-size:21px;
	font-weight:bold;
}
.back02 p span {
	font-size:23px;
	color:#fe0000;
}
/* ガッツの取り組み */
#news {
	text-align:center;
}
#news li {
	box-sizing: border-box;
	margin: 0 auto 20px !important;
}
.shinbun_img img {
	box-sizing: border-box;
	background-color:#fff;
	padding:10px;
}
/*-- 圧倒的ネットワーク --*/
#search_contents11 dl {
	background:#fff;
	padding:10px 15px;
}
#search_contents11 dd{
	font-size:15px;
	text-align: left;
	font-weight: bold !important;
	margin: 10px 0 20px 0px;
	background-image:url(../images/ster.png);
	background-size: 20px 20px;
	padding: 0 0 0 25px;
	background-repeat:no-repeat;
	background-position:left top;
}
#search_contents11 dd span {
	color: #f00;
	font-size: 15px;
}
/* お車探しでこんな経験ありませんか? */
#search_contents01 dl{
	background:#fff;
	padding:10px 0;
}
#search_contents01 dd{
	color:#e10101;
	font-size:15px;
	font-weight: bold;
	background-repeat:no-repeat;
	padding:10px 10px 10px 55px;
	margin:10px 0 10px 0px;
	background-position: 10px center;
}
#chigai {
	text-align:center;
	margin:20px auto;
}
#chigai_inner {
	text-align:center;
	background:#fff;
	padding:10px;
	font-size:15px;
	font-weight:bold;
}
#chigai_inner ul {
	width:90%;
	margin:0 auto !important;
}
#chigai_inner li {
	margin:0 auto 10px !important;
	text-align:left !important;
}

/* お客様の感想 */
#voice {
	margin:0 auto 0;
	text-align:center;
	padding: 0 10px;
}
#voice ul{ display: flex; flex-wrap: wrap;}
#voice li {
	vertical-align:top;
	border:1px solid #d4d4d4;
	width:48%;
	/* height: 210px; */
	box-sizing:border-box;
	padding:5px;
	margin: 8px 1% !important;
	/* position: relative; */
}
.btn-comment{
	width:70%;
	display:inline-block;
}
/* #voice li:nth-child(even) {
	float:right;
} */
/* #voice li .btn-comment{ position: absolute; bottom:0; left: 0; display: block;} */
#voice li .comment-box{
    width: 100%;
    margin-top: 12px;
    border: 5px solid #e0f0fc;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    padding: 6px;
    color: #000;
    position: relative;
}
#voice li .comment-box::before{
	content: "";
	position: absolute;
	top: -15px;
	left: 27px;
	width: 25px;
	height: 16px;
	background:  url(../images/arrow-comment.png);
	background-size:  contain;
	background-repeat:  no-repeat;
}
	
.voiceImg {
	width:100%;
	margin:0 0 5px;
	overflow:hidden;
}
.voiceText {
	width:100%;
}
.voiceText dt span {
	/*background-color:#222fae;
	padding:0 12px;
	color:#fff;
	border-radius:5px;*/
}
.voiceText dd {
	margin:5px 0 0;
}
/* .voiceText dd  a {
	display:block;
	width: 100%;
	height: 25px;
	box-sizing: border-box;
} */
/* お探し依頼から納車までの流れ */
#flow {
	background-color:#fefdd5;
	padding:10px;
}
#flow li {
	position: relative;
	background-color:#fff;
	border:5px solid #ffc600;
	padding:10px;
	border-radius:7px;
	margin:0 auto 20px !important;
}
#flow li dt{
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0 10px 45px;
	font-weight:bold;
	color:#e10101;
	font-size:20px;
}
#flow li dd {
	padding:0px 0 0 45px;
}
.listArrow {
	position:absolute;
	bottom:-20px;
	left:15px;
}
/* flow01 */
#flow01 dd{
	text-align:left !important;
}
#form {
	margin:10px auto 0;
	background-color:#fff;
	border-radius:0px;
}
#form li {
	text-align: center;
	margin: 0 0 10px !important;
	border: none !important;
	padding: 0 !important;
}
/* flow02 */
#flow02 {
	background-image:url(../images/flow02.png?2023);
	background-repeat: no-repeat;
	background-position: 10px 70px;
	padding:15px 15px 30px 15px!important;
}
#flow02 dd { padding:0 0 0 150px !important; box-sizing:border-box;}
#flow02 span {
	font-size:14px;
	text-decoration:underline;
	color:#e31212;
	font-weight:bold
}

/* flow03 */
#flow03 {
	padding:15px 15px 60px 15px!important;
}
.list03Img {
	position: absolute !important;
	top: 10px!important;
	left: 0px!important;
}
#flow03 dd { padding:0 0 0 130px !important; box-sizing:border-box;}
.flow03BT {
	position:absolute!important;
	bottom:10px!important;
	right:50px!important;
}

/* flow04 */
#flow04 {
	background-image:url(../images/flow04_2.png?2023);
	background-repeat:no-repeat;
	background-position:10px 70px;
	padding:15px 15px 20px 15px!important;
}
#flow04 dd {
	line-height:2;
	padding:0 0 0 170px !important;
	box-sizing:border-box;
}

/* flow05 */
#flow05 {
	background-image: url(../images/flow05.png);
	background-repeat:no-repeat;
	background-position:10px 70px;
	padding:15px 15px 30px 15px!important;
}
#flow05 span {
	font-size:14px;
	text-decoration:underline;
	color:#e31212;
	font-weight:bold

}
#flow05 dd { padding:120px 0 0 0px !important; box-sizing:border-box;}
/* flow06 */
#flow06 {
	background-image: url(../images/flow06_2.png);
	background-repeat:no-repeat;
	background-position:10px 70px;
	padding:15px 15px 00px 15px !important;
}
#flow06 dd{
	padding:0 0 85px 180px!important;
}
/* flow08 */
#flow07 {
	height:173px;
	background-image:url(../images/flow08.png);
	background-size: 95% auto;
	background-position:10px 70px;
	background-repeat: no-repeat;
	padding:15px 15px 50px 15px !important;
}
/* flow08 */
#flow08 {
	padding:15px 15px 30px 15px !important;
}
.list08Img {
	/* position: absolute; */
	/* top:10px; */
	/* left: 0px; */
	display:  table-cell;
}
#flow08 dd {padding: 0 0 0 0 !important;box-sizing:border-box;position:relative;display:  table;vertical-align:  top;}
.list08BT {
	position:absolute;
	right:5px;
	bottom:10px;
}
#flow08.caption {
	border: 1px solid #000;
}

/* 価格の秘密 */
#search_contents04 {
}
#search_contents04 .back01 {
	background-image: url(../images/back01.png) !important;
	background-repeat:repeat;
	background-position:left top;
	padding:10px ;
}
#himitu01 {
	text-align:center;
}
#himitu01 p {
	background-color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	color:#222fae;
	margin:0 auto 20px;
}
#himitu02 {
	margin:20px auto 0;
	background-color:#fff;
	padding:10px;
}
#himitu02_01 {
	background-image:url(../images/himitu02_01.png), url(../images/himitu02.png);
	background-repeat:no-repeat, no-repeat;
	background-position:top right,center bottom;
	background-size:100% auto ,100% auto ;
	padding:75px 10px 20px;
}
#himitu02_02 {
	padding:30px 10px 15px 70px;
	background-image:url(../images/himitu02_02.png);
	background-size:64px 66px;
	background-repeat:no-repeat;
	background-position: left 20px;
}
#search_contents04 .back02 {
	margin:30px auto;
	text-align: center !important;
}
#search_contents04 .back02 p {
	text-align: center !important;
    padding: 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

/* 探せる理由 */
#search_contents05 .back02 p{
	text-align: center;
	color:#fe0000;
	padding:10px;
}
#search_contents05 .back02 span {
	font-size:30px;
}
#search_contents05 .back01 {
	margin:30px auto 0;
	padding:5px 10px;
}
#search_contents05 .back01 dd{
	background-color:#fff;
	margin:10px auto;
	padding:50px 10px 10px 10px;
	background-repeat:no-repeat;
	background-position:10px 10px;
}
#caa {
	background-image:url(../images/CAA.png);
}
#taa {
	background-image:url(../images/TAA.png);
}
#as {
	background-image:url(../images/AS.png);
}
#sonota {
	background-image:url(../images/sonota.png);
}
/* アフターサービス内容について */
#search_contents06 .back02 p {
	text-align:center;
	color:#fe0000;
}
#hosyou {
	margin:30px auto 0;
/*background-image:url(../images/search_contents06.png);*/
	box-sizing:border-box;
	background-repeat:no-repeat;
	padding: 0 10px;
	background-position:top right;
}
#hosyou p {
	line-height:1.7;
	margin: 0 auto 15px;
}
/* hosyouList */
#hosyouList {
	margin:20px auto 0;
}
#hosyouList li {
	margin:0 auto 0 !important;
	text-align:center;
}
#hosyouList dt{
	font-size:20px;
	font-weight:bold;
}
#hosyouList dd {
	padding:10px 0;
	border-bottom:1px solid #000;
}
#kitei {
}

#kitei dt {
	color:#2095df;
	border-bottom:5px solid #2095df;
}
#kikan {
	padding: 20px 0 0;
}
#kikan dt {
	color:#53b015;
	border-bottom:5px solid #53b015;
}
/* ガッツの品質基準 */
#search_contents07 {
	border-radius: 5px;
	border-left:2px solid #b6b6b6;
	border-bottom:2px solid #b6b6b6;
	border-right:2px solid #b6b6b6;
}
#search_contents07 h2 {
	border: none;
	background: none;
	margin:0 auto 10px;
	padding: 0;
}
#search_contents07 li {
	margin:0 auto 20px;
	padding:0 7px 0;
	position: relative;
}
.number {
	position: absolute;
	top: 0;
	left: 10px;
}
#search_contents07 dl {
	margin:0 0 0 15px;
}
#search_contents07 dt {
	font-weight:bold;
	line-height:1.7;
	padding: 0 0 0 15px;
	font-size:15px;
}
#search_contents07 dd {
	padding: 0 0 0 20px;
}
/* search_contents07 */
#search_contents08 {
}
#search_contents08 h2 {
	background-image: none;
	border: none;
	background: none;
	margin:0 auto 10px;
	padding: 0;
}
#search_contents08 dl {
	padding: 6px 10px;
}

#search_contents08 dt {
	font-size: 18px;
	font-weight: bold;
}
#search_contents08 dd {
	margin: 8px 5px 10px;
	line-height:30px;
}
#search_contents08 dd span {
	color:#ff0000;
	font-weight:bold;
	font-size:18px;
}
#reason01 dt{ color:#1d2088; font-size:25px; margin-bottom:10px; line-height:35px;}
#reason02 dt{color:#1b9d3a;/* margin:20px 0 25px; */ font-size:25px; line-height:35px;}
#reason03 dt{color:#e03d73;/* margin:20px 0 25px; */ font-size:25px; line-height:35px;}
#reason04 dt{color:#ff5a00;/* margin:20px 0 25px; */ font-size:25px; line-height:35px;}
#reason05 dt{color:#7940a4;/* margin:20px 0 25px; */ font-size:25px; line-height:35px;}
#reason01 .number02 { background-color:#1d2088;}
#reason02 .number02 { background-color:#1b9d3a;}
#reason03 .number02 { background-color:#e03d73;}
#reason04 .number02 { background-color:#ff5a00;}
#reason05 .number02 { background-color:#7940a4;}

/* 納車までの流れ */
#search_contents11 {
	text-align:center;
}


/* お問合せフォーム上 */
#form_top {
	padding:90px 0 0;
}
#form_top_inner {
	margin:0 auto 10px;
	padding:15px;
	text-align:center;
	background-color:#fff;
}

#form_topImg {
	position:absolute;
	top:-53px;
	left:50px;
}
#form_topImg02 {
	position:absolute;
	top:-7px;
	left:290px;
}

/* お電話 */
#form_tel {
	background-color:#e10101;
	border-radius:7px;
	margin:30px auto;
	padding:15px;
}
#form_tel p {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	margin:5px 0 0;
}
#tel_number {
	font-size:30px;
	text-align: center;
	font-family:Celbo;
	font-weight:bold;
	color:#fff;
}
#tel_number span {
	font-size:17px;
	font-weight:bold;
	color:#e10101;
	padding:3px 15px;
	border-radius:15px;
	background-color:#fff716;
}


.edit_errors{
	    color: #222faf;
	    font-weight:bold;
	    font-size: 14px;
	    text-align:  center;
}
/*--- ボ タ ン ---*/
.address1_Bt{
	cursor: pointer;
	width: 170px;
	height:30px;
	border: none;
	margin:auto;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#4ab7fc;
	margin:0 0 0 10px;
}
.address1_Bt:hover,#send_Bt1:hover{
	background-color:#b50303;
}
#send_Bt1{
	text-align:center;
	line-height:55px;
	cursor: pointer;
	display: block;
	width: 80%;
	height: 55px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background-color:#e70303;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
#clear_Bt1{
  cursor: pointer;
  display: block;
  width: 80%;
  height: 55px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #afaaaa;
  margin:0 auto 10px;
  color:#FFF;
  font-weight:bold;
}
#clear_Bt1:hover{
	background-color:#5a5a5a;
}
.button_block{
}
/*ツールチップ*/
#photo {
	text-align: center;
	display: table-cell;
	vertical-align: top;
	width:50%;
	
}
#tooltip {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: #ffffff;
    padding: 6px;
}
#tooltip .caption {
    display: block;
    padding-top: 5px;
    text-align: center;
}


/* Acordeon styles */
.content-show .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #000;
	overflow: hidden;
	margin: 18px auto;
  }
.content-show input {
	position: absolute;
	opacity: 0;
	z-index: -1;
  }
.content-show label {
	position: relative;
	display: block;
	font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    color: #222fae;
    padding: 7px 5px;
    margin: 0 auto 10px;
    border: 2px solid #222fae;
    background: linear-gradient(white, #e8eaf9);
    box-shadow: 0 2px 0 #afadae;
	cursor: pointer;
  }
.content-show .tab-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	}
.content-show input:checked ~ .tab-content {
	max-height: 1000em;
  }

#contactDisp table{ width: 100%;}

  @media(max-width:380px){
	#photo {
		text-align: center;
		display: block;
		width: 100%;
		
	}

	#voice li{ width: 90%; margin: 8px auto!important;}
  }

