@charset "utf-8";
/* CSS Document */
.h2TT{
	margin:0 0 5px 5px;
}
.h2TT span{
	background-image: url(../images/title.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-size:37px;
	display:block;
	padding:0 0 0 45px;
}

.contact_info_base{

border-radius:0 0 7px 7px;

padding:0px 0px 10px;

position:relative;

/* background-color:#FFF; */
}
.car_TT{
	background-image:url(../images/car_tt.png);
	background-size:25px;
	padding:0 0 0 40px;
	background-repeat:no-repeat;
	background-position:5px top;
	height:28px;
	line-height:28px;
	border-bottom:3px solid #2ba3ff;
	margin:0px 0 10px 0;
	font-size:16px;
}
.contact_disp{
	border:1px solid #e1e1e1;
	padding:1px;
	background-color:#FFF;
}
.sub_TT {
	border-bottom:1px solid #bfbfbf;
	background: url(/sp/newcar/images/model_TT.png);
	background-repeat:no-repeat;
	background-position:3px center;
	background-size:4px;
	height:35px;
	line-height:35px;
	display:block;
	padding:0 0 0 15px;
}


.edit_errors  {
	position: relative;
	padding: 1rem 2rem;
	border: 4px solid #ff7800;
	text-align: center;
	color: #ff7800;
	font-size: 18px;
	background: #FFF;
	}
  
.edit_errors:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	content: '';
	border: 2px solid #ff7800;
	}
.edit_notify {
	width:95%;
	line-height:1.6em;
	padding:3px;
	border:3px solid #fee7e7;
	margin:10px auto;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#BC0000;
}


#contact_car {
	width:95%;
	padding:3px;
	border:3px solid #EEE;
	margin:5px auto 10px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	line-height:1.2em;
}
#contact_car span { color:#BC0000;}

.Iputxt100_P {width:90%;}
.Iputxt100_G {width:90%;}
.Iputxt50_P {width:40%;}

dl.Contact_text {
	background-color:#FFF;
	margin:3px;
}
dl.Contact_text dt { padding:8px 0 0 5px; font-weight:bold;}
dl.Contact_text dt span { background-color:#ff9130; color:#FFF; padding:2px 5px; display:inline-block; margin:0 0 0 5px;}
dl.Contact_text dd:after { content: ''; display: block; clear: both; }

dl.Contact_text dd li {
	position: relative;
	list-style: none;
}
dl.Contact_text dd ul{
	border:1px solid #c7c7c7;
	border-radius: 5px;
	margin:5px 0 0 0;
}
dl.Contact_text dd label {
	display: block;
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color:#c7c7c7;
}

dl.Contact_text dd li:first-child label {
	border-radius: 5px 5px 0 0;
}
dl.Contact_text dd li:last-child label {
	border-radius: 0 0 5px 5px;
}

dl.Contact_text dd input[type="radio"]:checked + label {
	background-color:#0069e0;
	color:#FFF;
}

dl.Contact_text dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}

/*--- I N P U T ---*/
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
    font-size: 14px;
    height: auto;
    margin:2px 0 1px 1px;
}
select{
	padding:3px 5px 5px;
	font-size: 16px;
	line-height:1.5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:5px auto 2px;
	background: url(../../common/images/select.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6),  color-stop(0.90, #e6e6e6),color-stop(0.90, #fff), color-stop(0.00, #fff));
	background: url(../../common/images/select.png), -webkit-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: url(../../common/images/select.png), -moz-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background: url(../../common/images/select.png), -ms-linear-gradient(top, #fff 0%, #fff 90%, #e6e6e6 90%, #e6e6e6 100%);
	background-repeat:no-repeat, repeat;
	background-position:97% center, left top;
	background-size:7px, 100%;
	box-shadow:none;
	border:1px solid #c1c1c1;

	}


input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

.txtArea {
	width:100%;
	box-sizing:border-box;
	height:150px;
	margin:2px 0 1px 1px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 7px 7px;
	font-size:13px;
	margin:2px 0 1px 1px;
}
.tr_submit{
	margin:20px 0 0;
	text-align:center;
}

.Btn_Confirm {
	width:95%;
	margin:10px auto;
	background: url(/sp/index/images/whiteB.png),-moz-linear-gradient(center top , #36a3fd 0% , #016ae0 100%);
	background: url(/sp/index/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #36a3fd), color-stop(1, #016ae0));
	border:1px solid #005bc0;
	color:#FFF;
	text-decoration:1px 1px #c10606;
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	background-size: 1px,100%;
	height:45px;
	display:block;
	border-radius:3px;
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	text-decoration:none;
	box-shadow:0px 3px 0 #a4a7ab;
}
.Btn_Edit {
	width:25%;
  cursor: pointer;
  display: block;
  height: 45px;
	background-image:-moz-linear-gradient(left top , #FFF 0% ,#FFF 1% , #a6a9aa 2% , #8c8f90 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF),color-stop(0.01, #FFF),color-stop(0.02, #a6a9aa),  color-stop(1, #8c8f90));
	border:1px solid #7c7e7f;
	border-radius:3px;
	font-weight:bold;
	display:block;
	color:#f7f7f7;
	text-align:center;
	text-shadow:0 1px #7c7e7f;
	text-decoration:none;
	font-size:14px;
	float:left;
	line-height:45px;
	box-shadow:0px 3px 0 #5c5c5c;
}

.Btn_Confirm_s {
	width:70%;
	background: url(/sp/index/images/whiteB.png),-moz-linear-gradient(center top , #ff756b 0% , #ff2b26 100%);
	background: url(/sp/index/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #ff756b), color-stop(1, #ff2b26));
	border:1px solid #c10606;
	color:#FFF;
	text-decoration:1px 1px #c10606;
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	background-size: 1px,100%;
	height:45px;
	display:block;
	border-radius:3px;
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	text-decoration:none;

	box-shadow:0px 3px 0 #c33900;
	float:right;
}
.button_block {
	padding-top:5px;
	text-align: center;
}

.button_block2 {
	width:95%;
	margin:15px auto;
}

.address1_Bt{
	cursor: pointer;
	width: 100px;
	height: 36px;
	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: #321301;
	margin: 0 0 0 10px;
	display: inline-block;
}

/* 問い合せ車両 */
table.contact_edit_table{
	background-color:#FFF;
	width:100%;
	border-spacing:0;
	margin:10px 0 0;
}
.contact_edit_table th{
	border:solid #ffffff;
	border-width:0px 0px 1px 0px;
	border-collapse:collapse;
	background-color: #321301;
	padding: 5px;
	width:30%;
	position:relative;
	vertical-align:central;
	text-align:left;
	font-weight:bold;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
.contact_edit_table td{
	border:solid #e1e1e1;
	border-width:0 0 1px;
	border-collapse:collapse;
	padding: 10px 7px 10px 7px;
	position:relative;
	font-size: 14px;
}

.w90P { width:90%}
.w70 { width:80px;}
.w150 { width:150px;}
.w200 { width:200px;}
.w300 { width:300px;}
.w100 {
    width: 150px;
}
/* Tangmo [2015/09/28] */
/* Loading */
.now_loading {
	background-image:url(/admin/images/common/now_loading.gif);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
}

.edit_required{
	float:right;
	color: #ffc376;
}

.qr{
	display: flex;
	padding: 8px 60px;
	border: 5px solid #f5c587;
	font-size: 14px;
	background: #ffffff;
	margin: 5px 0 0;
	justify-content: space-between;
	align-items: center;
}
.qr div{
	width: 140px;}
.qr div img{
	width:100%;
}
.qr span{ display:block;}
i.fab.fa-line {
	font-size: 27px;
	color: #35ca4d;
	position: relative;
	top: 6px;
	margin: 0 5px 0 0;
	background: #FFF;
	line-height: 25px;
}