@charset "utf-8";
/* CSS Document */
/*ステップのバー*/

.stepbar{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
	font-size: 13px;
	line-height: 0;
}
.stepbar li{
  display:table-cell;
  position:relative;
  background: #bbb;
   padding: 1em 0.5em 1em 2em;
  color: #fff;
	width: 15%;
	text-align: center;
		vertical-align: middle;
	line-height: 1;
}
.stepbar li span{
  display:inline;
}
.stepbar li span.sp_only{
  display:none;
}
.stepbar li:last-child{
  padding-right: 10px;;
}
.stepbar li:last-child:before,
.stepbar li:last-child:after{
  display:none;
}
.stepbar li:before,
.stepbar li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.stepbar li:before{
  top:-21px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.stepbar li:after{
  top:-21px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #bbb;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.stepbar li.is-current{
  background: #F6AB00;
  font-weight: bold;
}
.stepbar li.is-current:after{
  border-color: transparent transparent transparent #F6AB00;
}


.setumei{
	font-size: 0.9rem;
	margin: 0 0 20px 40px;
}

.preview_waku {
	width: 100%;
	margin: 40px 0;
    display: flex;
}
.preview_waku .car_image  {
    width: 50%;
   text-align: center;
}
.preview_waku .car_image img {
  max-width: 100%;
    max-height: 170px;
}
.preview_waku .car_text  {
    width: 50%;
    padding: 5px;
}
.preview_waku .car_text .p_title{
    background-color: #E5E5E5;
}
.preview_waku .car_text .kakaku{
    font-size: 1.4rem;
}
.preview_kuruma {
	flex-basis:40%;
}
.preview_kuruma .kuruma_content .car_image {
	width: 100%;
text-align: center;
    
}
.preview_kuruma .kuruma_content .img_w_main{
    text-align: center;
    position: relative;
}
.preview_kuruma .kuruma_content img {
	max-width: 100%;
    max-height: 400px;
    width: auto;
	
}
.preview_kuruma .kuruma_content .data {
	padding: 2px;
}
.preview_kuruma .kuruma_content .data p{
	padding: 1px;
}
.preview_content {
	
	font-size: 0.9rem;
	
	margin-left: 10px;
	
	
}

.preview_content table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
}
.preview_content table th, .preview_content table td {
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.preview_content table th {
	font-weight: normal;
	vertical-align: top;
	background-color:#FFF2CC;
	text-align: center;
	width: 20%;
}

.preview_title {
	font-size: 20px;
	color: #3397ca;
	border-bottom: #3397ca 2px solid;
	padding: 5px;
	
}


.preview_content .title{
	background-color: #F0F0F0;
	position: relative;
	height: 24px;
	font-size: 13px;
	padding: 2px;
	
}

.preview_content .henkou {
	text-align: center;
	width: 80px;
	position: absolute;
	right: 2px;
	top:2px;
	height: 20px;
	font-size: 13px;
	line-height: 1;
	
}
.preview_content .henkou a {
	padding: 3px 0;
	display: inline-block;
	width: 100%;
	background-color: #72b9c9;
	color: #fff;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
}
.preview_content .henkou a::before {
	content: url(../img/common/icon_right12.png);
	margin: 2px;
	position: relative;
	top: 1px;
}
.preview_content .kikan {
	font-size: 16px;
	display: table;
	width: 100%;
}
.preview_content .kikan .tcell {
	width: 60%;
	display: table-cell;
}
.preview_content .kikan .nisu {
	width: 40%;
	border-left: dashed 1px #808080;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.preview_content .kingaku {
	width: 100%;
}
.preview_content .kingaku td {
	border-bottom: dashed 1px #aaa;
	border-top: none;
	padding: 5px;
	
}
.preview_content .kingaku .ryokin{
width: 100px;
	
}
.preview_content .kingaku th{
		border-bottom: none;
	border-top: none;
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	width: 25%;
}
.preview_content .kingaku td {

	font-size: 15px;

}
.mitei{
	display:inline-block;
	float: right;
	background-color:#8E8E8E;
	color: #fff;
	margin-top: 20px;
	padding: 3px;
}
.preview_content .goukei_waku{
	border: 2px solid;
    margin-top: 3px;
}
.yoteigaku{
	float: left;
	font-size: 20px;
	margin: 20px 0 0 10px;
}







.step_title {
	background-color: #0085C0;
	padding: 15px 0;
	line-height: 1;
	margin-bottom: 20px;
}
.step_title .step {
	font-size: 13px;
	background-color: #fff;
	color: #333;
	border-radius: 20px;
	margin: 0 10px;
	padding: 2px 10px;
	vertical-align: middle;
}
.step_title .title {
	font-size: 1.2rem;
	color: #fff;
	vertical-align: middle;
}
.kikan_waku {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;

}
.kikan_content {
	
	width: 380px;
	background-color: #f0f0f0;
	
}
.kikan_content table {

	margin: 20px auto 20px auto;
}

.kikan_content table th {
	width: 100px;
	color: #5B8EAB;
	font-weight: normal;
}
.kikan_content select, .kikan_content input {
/*	font-size: 24px;
    line-height: 1;
 
	border: #000000 2px solid;
	background-color: #fff;
*/
}

.return_content {

	width: auto;
	background-color: #f0f0f0;

}
.return_content table {

	margin: 20px auto 20px auto;
}

.return_content table th {
	width: 100px;
	color: #5B8EAB;
	font-weight: normal;
}

.return_content select {
	max-width: 300px;
}


.kikan_arrow {
	width: 40px;
	float: left;
	text-align: center;
}
.kikan_arrow img {
	margin: 80px auto 0 auto;
	display: block;
}
.kikan_waku .title {
	padding: 10px 0 5px 0;
	background-color: #83B0CC;
	color: #fff;
	text-align: center;
}

.kikan_waku .car_display_class .title {
	padding: 10px 0 5px 0;
	background-color:#FFAE00;
	color: #fff;
	text-align: center;
}

.kikan_waku .car_display_class table th {
	width: 100px;
	color: #FFAE00;
	font-weight: normal;
}



.js-key_message div,.js-return_time_message div{
text-align: center;
}
.js-return_time_message,.js-key_message{
		border: solid 1px #CCCCCC;
	border-radius: 3px;
	font-size: 15px;
	padding: 10px;
	margin: 10px;
}

.kuruma_waku {
	width: 100%;
	
	
}
.kuruma_waku div.kuruma_content {

	width: 1000px;
display: flex;
flex-wrap:wrap;	
	align-items: flex-start;

}
.kuruma_waku div.kuruma_content .kuruma_content_waku {
	border: 1px solid #aaa;
	width: 320px;
	list-style: none;
	margin: 5px;
	padding: 3px;
}

.kuruma_content .gousha {
	
	font-size: 18px;
	text-align: center;
	padding: 2px;
	background-color:#3EAC4A;

	color: #fff;
	margin-bottom: 5px;
	flex-basis:35%;
}
.kuruma_content .gousha div {
	
font-size:  0.8rem;
	color: #00573A;
}
.kuruma_content .name {
	background-color: #fff;

	margin-bottom: 5px;
	flex-basis:65%;

}
.kuruma_content .car_image {
	width: 100%;
	
	
}

.kuruma_content .car_image ul {
	margin-top: 5px;
	width: 230px;
	overflow: hidden;
	margin-right: -10px;
}

	.data_main{
		width: 90%;
		padding: 5px;
		margin: 0 auto;
	}
	.data_main .kakaku{
	font-weight: bold;
	color: #FF0000;
		margin: 0;
		text-align: right;
		width: 100%;
		font-size: 1.8rem;
        line-height: 1;
		padding: 5px;
		background-color: #FFFA8E;
	}
	.data_main .kakaku_day{
	
	color: #FF0000;
		margin: 0;
		text-align: right;
		width: 100%;
		font-size: 14px;
	}

.acd-check{
    display: none;
}
.acd-label{
    background: #efefef;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 3px;
    position: relative;
	cursor: pointer;
	text-align: center;
}
.acd-label:after{
 
cursor: pointer;
    content: '開く\f078';
   
    font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','Verdana',FontAwesome;
   
  
   
}
.acd-content{
 position: relative;
    display: block;
    height: 0;
    opacity: 0;
	padding: 3px;
   transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '閉じる\f077';
}
.acd-check:checked + .acd-label + .acd-content{
    height:inherit;
    opacity: 1;
  background-color: #EFEFEF;
	padding: 3px;
    visibility: visible;
}


#menu {
z-index: 100;
  position: fixed; 
  bottom: -750px; /* メニューのheight + padding */
  width: 700px; /* メニューのwidth */
  left:50%;
  margin-left:-350px;
  height: 800px;
  padding: 10px 20px 50px 20px;
  transition: bottom .5s, top .5s; /* アニメーション */
  background-color: rgba(255,255,255,0.90);
	border-radius: 5px;
	border: #878787 1px solid;
}
 
.toggle {
  font-size: 16px;
  cursor: pointer;
	text-align: center;

	display: block;
	position: fixed;
	bottom:10px;
	right: 0;
	left: 0;
	margin: 0;
	z-index: 100;
}
 
.toggle:hover {
  text-decoration: none;
}
 
#open {
  display: none;
	
}
 
/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「bottom: 0;」になります。 */

#open:checked + #menu {
  bottom: -10px;
  background-color: rgba(255,255,255,1);	
}

 .toggle:after{
  font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','Verdana',FontAwesome;
cursor: pointer;
    content: '開く \f077';
}
#open:checked ~ .toggle:after{
    content: '閉じる \f078';
}

.kuruma_content .img_w{


}
.kuruma_content .img_w_sub .img_w{
	
	width: 32%;
	margin-bottom: 5px;
	
}
.kuruma_content .car_image .img_w_main{
	width:100%;
   

}
.kuruma_content .img_w_sub{
	/*width:220px;*/
	display: flex;
	flex-wrap:wrap;
	margin: 10px auto;
	justify-content: space-around;

}

.img_w,.img_w_main {
	position: relative;
}
.img_w_main .car_img {
	width: 100%;
	margin: 0px;
}
.img_w .car_img {
	width: 100%;
	margin: 0px;
}

.img_w .img_icon,.img_w_main .img_icon {
	background-color:rgba(255,255,255,0.82);
	border-radius: 3px;
	padding: 1px 2px;
	line-height: 1;
	font-size: 0.8rem;
	position: absolute;
	bottom: 5px;
	right: 5px;
	vertical-align: middle;
}
.car_image .img_icon2_flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 2px;
}
.car_image .img_icon2 {
	
width: 100%;
color: #737373;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	
}
.kuruma_content .data {
	margin: 0px auto;
	width: 100%;
	background-color: #f0f0f0;
	font-size: 0.9rem;
	padding: 0px;
	line-height: 1;
}
.kuruma_content .data img {
	margin:0 2px 0 0;
	width: 15px;
	vertical-align: middle;
}
.kuruma_content .icon {
	padding: 0;
	width: 100%;
	
}
.kuruma_content .copy_txt {
display: inline-block;
    padding: 0 0 2px 0;
	font-size: 0.9rem;
	line-height: 1;
	margin: 0;
    border-bottom: double #6EAF00 3px;
    font-weight: bold;
    color: #6EAF00;

}
.kuruma_content .off_ritu{
    background-color:#FF0000;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    padding: 2px;
    text-align: center;
    position: absolute;
    left: 5px;
    top:5px;
}
.kuruma_content .icon span {
width: 100%;
	padding: 5px 5px;
	background-color:#000000;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	display: block;
}
.kuruma_content .icon2 {
	padding: 0;
	width: 100%;
	margin: 5px auto;
	font-size: 13px;
	line-height: 1%;
	
}
.kuruma_content .icon2 div {
display: inline-block;
	margin-bottom: 2px;
}
.kuruma_content .icon2 img {
	margin:0 1px 0 0;
	width: 25px;
	max-height: 25px;	
	vertical-align:middle;

	
}
.kuruma_content .text {
	
	width: 100%;
font-size: 0.9rem;
	line-height: 1.3;

}
.kuruma_content .botan {

	justify-content: center;
	position: relative;

}

.kuruma_content .select_class{
	display: flex;
	width: 80%;
	margin: 5px auto 20px auto;

}
/* GRC_SYS-324_S */
.kuruma_content .select_class .select_class_flex {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.select_class_flex .price {
    display: flex;
    align-items: center;
}
/* GRC_SYS-324_E */
.kuruma_content .select_class img{
  width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.kuruma_content .select_class .title{
	font-size: 30px;font-weight: bold;margin-left: 5px; margin-bottom: 5px;border-bottom: 1px solid #000;
}
.kuruma_content .select_class .botan{
display: block;
	width: auto;
}
.kuruma_content .select_class .price{
font-size: 35px;color: #FF0000;text-align: center;
}
.option{
	width: 100%;
	border-bottom: solid 1px #979797;
	margin-bottom: 20px;
	
    border-collapse: collapse;


}
.option th{
	width: 150px;
	background-color: #f0f0f0;
	padding: 15px 10px;
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
}
.option td{
	font-size: 20px;
		padding: 20px;
	width: 650px;
	border-bottom: dotted 1px #ccc;

}


.option td select{
	font-size: 22px;
	border: #000000 2px solid;
	height: 40px;
	padding: 2px;
	background-color: #fff;

}
.option td input[type=checkbox] {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.option td img{
	float: right;
}

.login_waku{
	width: 628px;
	background-color: #f0f0f0;
	border: solid 1px #cacaca;
	padding: 20px 85px;

	margin: 0 auto 50px auto;
}
.login_waku .input{

	width: 350px;
margin: 0 auto;
}
.login_waku .input input{
	
	width: 350px;
	margin-bottom: 10px;
}
.login_waku .click{
	width: 208px;
	margin: 0 auto;
	    text-align: center;
}
.login_waku .botan{
	margin: 0 auto;
	display: block;
}
.login_waku .botan .susumu {
	text-align: center;
	float:none;
	margin: 5px 0;
	}

.kanryo_title{
	font-size: 24px;
	color: #39b34a;
	border-bottom: #39b34a 3px solid;
	margin-bottom: 20px;
}
.kanryo_waku{
	width: 800px;
	margin-bottom: 20px;
}

.kanryo_waku .kanryo_content{
	float: left;
	width: 510px;
	margin-right: 10px;
	
}
.kanryo_waku .kanryo_img{
		float: left;
	width: 280px;
}

.menseki-img{
	margin: 3px 0 5px 0;
}


/*AIDA add 2020.4.15*/
/* 保険のテーブル*/
.hoken_waku_a{
	width:100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}
.hoken_waku_a th{
	background-color: #F5FFDA;
	font-weight: normal;
}
.hoken_waku_a td,
.hoken_waku_a th{
	padding:10px;
	border:1px solid #CCCCCC;
		text-align: center;
}
.option input[type=radio]{
	  display:inline;
}



/*ローディング画面*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color:rgba(255,255,255,0.80);
  z-index: 200;
	
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color:rgba(53,53,53,1.00);
  z-index: 2;
}
#loader img{
	width: 32px;
	height: 32px;
}
/*車両画像Lightboxの矢印を表示*/

.lb-nav a.lb-next,.lb-nav a.lb-prev{
	opacity: 100;
}
.kuruma_content .gousha div .all_time{
    font-size: 0.6rem;
   line-height: 1;
    background-color:#FFDD00;
    display: inline-block;
    border-radius: 20px;
    padding: 1px 2px 1px 2px;
    margin-left: 2px;
}
.kuruma_content .sale_class{
    
     font-size: 1rem;
    line-height: 1;
    padding: 2px;
    margin-bottom: 3px;
    background-color: #FF0000;
    color: #fff;
}


#cancel .mo_waku,#high .mo_waku{
    
    background-color:#fff;
    margin: 5% auto;  
    padding: 10px;
position: relative;
    width: 80%;
    max-width: 800px;
}

:target .mo_waku .close a {
     color: #555;
}

.kakaku {
	width: 100%;
	margin: 7px;
	color: #FC0000;
	font-weight: bold;
	text-align: right;
}
.kakaku .kakaku_a {
	float: left;
	/*width: 160px;*/
	font-size: 39px;
	line-height: 1.3em;
}
.kakaku .kakaku_b {
	float: left;
	width: 42px;
	line-height: 1;
	margin-top: 10px;
}
.div_credit{
	margin: 5px;
	padding: 10px;
	background-color: #f0f0f0;
	text-align: center;
}
input.credit_btn {
    font-size: 1.5rem;
    color: #000;
    
}