/* #14512 START BY xa_liuyan 20170523 GOOBIKE-2092 【GB】SP版見積りフォーム最適化【通常案件】*/
@charset "EUC-JP";
/* スケルトン */
#conts{
	overflow: hidden;
}

#conts .contWrap{
	padding: 10px 5px 10px;
}

h1.step_ttl{
	padding: 10px 0 5px;
	text-align: center;
}

#conts .contWrap dl.input_area{
	display: table;
	width: 100%;
	padding: 5px 0 5px 0;
	border-bottom: none;
}

#conts dl.input_area dt{
	display: table-cell;
	line-height: 1.2;
	width: 60px !important;
	font-weight: bold;
	position: relative;
	padding-left: 30px !important;
	padding-right: 5px;
}

#conts dl.input_area dt:before{
	content: "必須";
	position: absolute;
	left: 0;
	color: #fff;
	background-color: #ff5703;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 1px 0 2px;
}

#conts dl.input_area dd{
	display: table-cell;
}

#conts dl.input_area dd span.err_txt{
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: none !important;
}
#conts .bulk_area dd span.err_txt{
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: none !important;
}/*add*/
#conts dl.asso_area dd div.asso01{
	display: table;
}

#conts dl.asso_area dd div.asso01 label{
	display: table-cell;
}

#conts dl.asso_area dd div.asso01 label input{
	vertical-align: -1px;
}

#conts dl.asso_area dd div.asso01 p{
	display: table-cell;
	color: #0350ce;
	font-size: 10px;
	padding-left: 10px;
}

#conts dl.input_area dd div.asso02{
	display: none;
}

#conts dl.input_area dd div.asso02 ul{
	padding-top: 5px;
}

#conts dl.input_area dd div.asso02 ul li{
	margin-bottom: 5px;
}

/*#34356  START by xa_yongy 20230627 GOOBIKE-4796 【グーバイク新車 問合せ画面】ユーザーが車種名以外のことを記載しないので、要望が販売店に届いていないことの解消*/
#conts dl.input_area dd div.textfirst textarea {
	border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    height: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 94%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*#34356  END by xa_yongy 20230627 GOOBIKE-4796 【グーバイク新車 問合せ画面】ユーザーが車種名以外のことを記載しないので、要望が販売店に届いていないことの解消*/
#conts dl.input_area dd div.asso02 textarea{
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	height: 80px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 94%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#conts dl.input_area dd.txt input{
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#conts dl.input_area dd.txt p{
	font-size: 10px;
	color: #969696;
	margin: 5px 0 0 0;
}


#conts dl.input_address dd #view_zip{
	position: relative;
}

#conts dl.input_address dd #view_zip input{
	width: 128px;
}

#conts dl.input_address dd #view_zip span{
	font-size: 10px;
	position: absolute;
	text-decoration: none;
	padding: 0;
	left: 144px;
	top: 7px;
}

#conts dl.input_address dd #view_pref{
	position: relative;
}

#conts dl.input_address dd #view_pref select{
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	font-size: 12px !important;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 7px;
	width: 62% !important;
}

#conts dl.input_address dd #view_pref span.txtarea{
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	left: 64%;
	top: 8px;
}

#conts dl.age_input dd select{
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	font-size: 12px !important;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 140px;
}

#conts dl.age_input dd .old_span{
	font-size: 10px;
	color: #969696;
	display: block;
	line-height: 1.2;
	padding-top: 5px;
}

#conts dl.typeArea dt{
	padding-top: 0;
}
#conts dl.bulk_input dt{
	padding-top:6px !important;
}/*add*/
#conts dl.input_any dt:before{
	display: none;
}

#conts .loan_info dl dd input,
#conts .loan_info dl dd select{
	border: 1px solid #ccc !important;
	padding: 1px 5px 2px 5px !important;
	font-size: 12px !important;
	height: 30px;
	background-color: #fff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 170px !important;
}

#conts .recom_area .b_box{
	display: table;
	font-size: 11px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
}

#conts .recom_area .trade_in_box{
	background-color: #f5e6ce;
}

#conts .recom_area p.recom_txt{
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin: 7px 0 0;
	padding: 7px 5px 0;
}

#conts .recom_area p.recom_txt02{
	display: none;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 0 5px 3px;
}


#conts .recom_area .b_box div.img{
	display: table-cell;
	width: 45px;
	vertical-align: top;
	padding-right: 5px;
}

#conts .recom_area .b_box div.img img{
	width: 45px;
}

#conts .recom_area .b_box dl{
	display: table-cell;
	width: 43%;
	word-break: break-all;
}

#conts .recom_area .b_box dl dt{
	font-weight: bold;
}

#conts .recom_area .b_box dl dd span{
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}

#conts .recom_area .b_box ul{
	display: table-cell;

	padding: 0 5px;
}

#conts .recom_area .b_box div.btn{
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

#conts .recom_area .b_box div.btn span{
	display: block;
	width: 60px;
	text-align: center;
	padding: 2px 0 1px 0;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#conts .recom_area .b_box div.del_btn span{
	background-color: #f66262;
}

#conts .recom_area .b_box div.addto_btn span{
	background-color: #627bf6;
}

#conts dl.typeArea dd ul{
	padding: 0;
}

#conts dl.typeArea dd ul li{
	line-height: 1.2;
	width: 40%;
}

#conts dl.typeArea dd ul li label input{
	height: 14px !important;
	vertical-align: -2px;
}

#conts dl.member_entry dd{
	line-height: 1;
}

#conts dl.member_entry dd label{
	padding: 0;
	font-size: 12px;
	line-height: 1;
	float: none;
}

#conts dl.member_entry dd label input{
	width: 23px;
	height: 13px;
	vertical-align: -3px;
	padding-right: 5px;
}

#conts dl.member_entry dd span{
	display: block;
	font-size: 10px;
	padding: 3px 0 0 25px;
}

#conts dl.member_info{
	padding: 5px;
}

#conts dl.member_info dt{
	font-weight: bold;
}

#conts dl.member_info dd div{
	padding: 3px 10px 5px 10px;
}

#conts dl.member_info dd p{
	font-weight: bold;
	margin: 0;
}

#conts .more_info_area{
	background-color: #fff;
}

#conts .more_info_area dl.any_input{
	display: table;
	width: 100%;
	padding: 5px 0 5px 0;
}

#conts .more_info_area dl.any_input:nth-child(3){
	border-bottom: 1px solid #e6e6e3;
	padding-bottom: 10px;
}

#conts .more_info_area dl.any_input dt{
	display: table-cell;
	font-weight: bold;
	padding: 0 5px 0 15px;
	width: 85px;
}

#conts .more_info_area dl.any_input dd{
	display: table-cell;
	padding: 0;
	border-bottom: none;

}

#conts .more_info_area dl.any_input dd ul li input{
	height: 13px !important;
	vertical-align: -2px;
	width: 13px !important;
}

#conts .more_info_area dl.any_input dd select{
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	font-size: 12px;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 130px;
}

#conts .more_info_area dl.bulk_area{
	padding: 8px 0 0 0;
}

#conts .more_info_area dl.bulk_area dd{
	border-bottom: none;
	padding: 2px 10px 0 10px;
}

#conts .more_info_area dl.bulk_area dd p{
	padding: 0 0 10px 20px;
}

#conts .more_info_area dl.bulk_area dd p.req_icon{
	position: relative;
}

#conts .more_info_area dl.bulk_area dd p.req_icon:before{
	content: "必須";
	position: absolute;
	left: -11px;
	color: #fff;
	background-color: #ff5703;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 1px 0 2px;
}

#conts .more_info_area dl.bulk_area dd p.more_txt{
	padding-left: 0;
}

#conts .more_info_area dl.bulk_area dd p input{
	width: 13px !important;
	height: 13px !important;
	vertical-align: -2px;
}

#conts .more_info_area dl.bulk_area dd p label{
	font-weight: normal;
}

#conts .more_txt_area dl dd{
	border-bottom: none;
}

#conts .more_txt_area{
/*	border-top: 1px solid #e6e6e3;#15338 MODIFIED  by xa_chenjj 20180314 見積りフォームの査定方法削除対応 */
	padding-top: 8px;
}
#conts .more_info_area dl.infoInputArea dt{
	padding-top:20px;
}/*add*/
#conts .more_txt_area dl dd select,
#conts .more_info_area dl.infoInputArea dd input{
	border: 1px solid #ccc;
	padding: 1px 5px 2px 5px;
	font-size: 12px;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#conts .more_info_area dl.infoInputArea dd p{
	font-size: 10px;
}

/* 確認画面 */
.conf_area{
	padding-top: 5px
}

.conf_area h3{
	background-color: #f9fbff;
	background-image: none !important;
	font-weight: bold !important;
	border-top: 1px solid #eae9ea !important;
	border-bottom: 1px solid #eae9ea !important;
	padding: 4px 0 3px 10px !important;
}

.conf_area div.sec{
	padding: 10px 10px 10px;
}

.conf_area div.sec dl{
	display: table;
	width: 100%;
	margin-bottom: 8px;
}

.conf_area div.sec dl:last-child{
	margin-bottom: 0;
}

.conf_area div.sec dl dt{
	display: table-cell;
	width: 40%;
	font-weight: bold;
	padding-right: 10px;
}

.conf_area div.sec dl dd{
	display: table-cell;
	width: 60%;
	word-break: break-all;
}

.conf_area div.sec ul li{
	margin-bottom: 8px;
}

.conf_area div.sec ul li:last-child{
	margin-bottom: 0;
}

.conf_area div.sec h4{
	margin-bottom: 8px;
}

.conf_area div.sec p{
	margin: 0 !important;
	color: #ff0000;
	font-size: 11px;
	position: relative;
	padding-left: 12px;
}

.conf_area div.sec p:before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.conf_area div.nxt_link_box{
	padding: 15px 10px 10px !important;
}

.conf_area div.decision_btn{
	display: table;
	width: 100%;
}

.conf_area div.decision_btn p,
.conf_area div.decision_btn span{
	display: table-cell;
}

.conf_area div.decision_btn p.bak_link{
	width: 28%;
	padding: 0 6px;
}

.conf_area div.decision_btn p.bak_link a{
	padding: 7px 0 6px 18px;
}

.conf_area div.decision_btn span{
	width: 2%;
}

.conf_area div.decision_btn p.nxt_link{
	width: 70%;
}
#view_jyouken_1 dl dd{
	padding:0 !important;
}/*add*/
p.notes{
	border-top: 1px solid #999999;
	padding-top: 10px;
	font-weight: bold;
	margin: 0.5em 10px !important;
}/*add*/
p.privacy_policy{
	font-weight: normal !important;
	margin: 0.5em 10px !important;	
}/*add*/
/* #14512 END BY xa_liuyan 20170523 GOOBIKE-2092 【GB】SP版見積りフォーム最適化【通常案件】*/
/* #30757 START by xa_tongj 20211022 GOOBIKE-4117 【グーバイク】見積もり画面改修 グーバイク保証見積金額追加 */
#conts .contWrap dl.input_warranty{
	display:none;
}
#conts .contWrap #input_warranty dt:before {
	content: "任意";
    position: absolute;
    left: 0;
    color: #fff;
    background-color: #777f9e;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 1px 0 2px;
}
/*#30757 END by xa_tongj 20211022 GOOBIKE-4117 【グーバイク】見積もり画面改修 グーバイク保証見積金額追加*/
/*#31618 START BY xa_tongj 20220223 GOOBIKE-4252 【グーバイク】展示車ありの文言追加*/
#nenshiki_desc_box {
    position:absolute;
    left:10%;
    width:80%;
    display:none;
}
.modal_tag_inner {
    border: solid 1px #d2d2d1;
    padding: 25px 10px 20px;
    position: relative;
}
.modal_tag_inner a.btn_close {
    position: absolute;
    top: 0;
    right: 0;
}
.modal_tag_inner dl {
    line-height: 1.5;
}
.modal_tag_inner dl dt {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
/*#31618 END BY xa_tongj 20220223 GOOBIKE-4252 【グーバイク】展示車ありの文言追加*/

/*#32429 START BY xa_zhangzh 20220704 GOOBIKE-4420 【グーバイク】グーバイク新車の問合せ内容のデフォルト表示見直し*/
#conts dl.input_area dd div.asso02 {
    position:relative;
}
.tooltip:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 26px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff09d;
}
.tooltip {
    position:absolute;
    left: 0;
    top: 117%;
    font-size: 12px;
    background-color:#fff09d;
    color:#000;
    border-radius:0.5em;
    padding:10px;
    margin:-0.8em 0.5em 0 1em;
    z-index: 1;
    display:none;
}
/*#32429 END BY xa_zhangzh 20220704 GOOBIKE-4420 【グーバイク】グーバイク新車の問合せ内容のデフォルト表示見直し*/
