@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
/* CSS Document */
#contactTT{
	background-image: url(../images/title.gif);
	padding:51px 0 0 0;
}



/**************************************************
                   H3タイトル
**************************************************/
.H3_TT{
	background-image: url(/newcar/images/h3TT.gif);
	background-repeat:repeat-x;
	height:41px;
	line-height:37px;
	color:#422505;
	padding:0 0 0 10px;
	font-size:13px;
}
/*******************/
#TelBanner{
	width:561px;
	margin:10px auto;
}
textarea { font-size:12px;}
#container02 {
}
#H2_text {
	margin:0 0 15px;
}

div.contact_info_base{
	margin:10px 0 0 0;
	
}
/*
table.contact_edit_table{
	width:100%;
	margin:0 auto 20px;
	text-align:left;
	font-size:12px;
	background-color:#FFF;
}
.contact_edit_table th{
	width:26%;
	font-weight:normal;
	vertical-align:top;
	padding:5px 2px 5px 5px;
}
.contact_edit_table td{
	padding:5px 2px 5px 5px;
}
*/

table.contact_edit_table{
	width:100%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:5px auto 10px;
}
.contact_edit_table th{
	padding:10px 10px;
	width:140px;
	border-top:1px solid #FFF;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	background-color:#edecec;
}
.contact_edit_table td{
	padding:10px 10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	background-color:#FFF;
}

.button_block{
	margin:7px 0 18px;
	text-align:center;
}

/*table.common{
	border:1px solid #cccccc;
	border-collapse:collapse;
	width:100%;
}

table.common tr.altercolor{
	background-color : #e1ffff;
	color : #444;
}


table.common th{
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	padding:8px 10px;
	width:140px;
}


table.common td{
	border:1px solid #cccccc;
	padding:8px 10px;
}*/

/* Common */
.edit_errors {
	border:5px solid #EEE;
	background-color:#FFF;
	padding:5px;
	color:#900;
	font-weight:bold;
}
.w90P { width:90%}
.w150 { width:150px;}
.w200 { width:200px;}
.w300 { width:300px;}
.ime_a { ime-mode:active;}
.ime_d { ime-mode:disabled;}


input[type="text"]{
	vertical-align: middle;
    color: #003366;
    padding: 5px;
    position: relative;
    vertical-align: middle;
	border:none;
	height:18px;
	line-height:18px;
    border: 1px solid #919191;
}
input[type="button"]{
	line-height:18px;
    padding: 5px;
}
select{
    border: 1px solid #919191;
    padding: 5px;
    position: relative;
    vertical-align: middle;
	line-height:18px;
	margin:0 2px;
}
.edit_required{
	float:right;
	color:#ff6900;
}

/* Tangmo [2016/02/05] */
#contact_comment_block { display:none; }

textarea{
    border:1px solid #919191;
    padding: 3px;
    color: #333333;
}

/* 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;
}

/* TEL */
.tel__contact{
	padding: 20px;
	text-align: center;
	font-size: 16px;
	border-top: 5px solid #da0303;
	border-bottom: 5px solid #da0303;
	position: relative;
	margin-top: 100px;
	color: #000;
}
.tel__contact:before {
	content: "";
	border-left: 5px solid #da0303;
	border-right: 5px solid #da0303;
	display: block;
	position: absolute;
	width: calc(100% - 26px);
	height: calc(100% + 26px);
	top: -12px;
	left: 9px;
	z-index: 9;
	}
.tel__contact h2{
	font-size: 20px;
	margin: 0 0 5px;
	z-index: 10;
	position: relative;
}
.tel__contact p,.tel__contact span{
	z-index: 10;
	position: relative;
}
.free_tel{
	color: #da0303;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
}
.free_tel img{
	width: 49px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.tel__contact__title{
	background-color: #da0303;
	border-radius: 50px;
	display: inline-block;
	padding: 7px 40px;
	color: #FFF;
	font-weight: bold;
	margin: 15px 0 3px;
	font-size: 20px;
}

.store_select label {
    min-width: 96px;
    display: inline-block;
    margin: 2px 15px 5px 0;
}
.mt10{margin-top: 10px;}