.btn_add_car_from_fav {
	position:absolute;
	z-index:2;
	right:10px;
	top:2px;
}
.btn_add_car_from_fav a {
	width:200px;
	height:28px;
}
.btn_add_car_from_fav a:hover img {
	top:-28px;
}
.carlistfav_table {
	width:100%;
}
.carlistfav_table th, .carlistfav_table td {
	padding:5px;
	border:1px solid #ccc;
	line-height:1.2;
}
.carlistfav_table thead th {
	background:#f2f2f2;
	font-weight:normal;
	font-size:0.9em;
}
.carlistfav_table thead a.active {
	color:#900;
}
.carlistfav_table tbody {
	border-top:3px groove #ccc;
	color:#333;
}
.carlistfav_table .cell_img {
	text-align:center;
	width:120px;
}
.carlistfav_table .cell_img img {
	max-width:120px;
}
.carlistfav_table .cell_carname {
	padding:10px 5px;
}
.carlistfav_table .cell_checkbox {
	background:#E6F9FF;
	width:1em;
	text-align:center;
}
.carlistfav_table .cell_price {
	font-weight:bold;
}
.carlistfav_table .cell_price .price {
	color:#c00;
	font-size:1.3em;
}
.carlistfav_table .btn_inquirylist_add {
	width:90px;
	height:20px;
}
.carlistfav_table .btn_inquirylist_add:hover img {
	top:-20px;
}
.inquirylist .box {
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	border-radius:5px;
  margin-bottom:10px;
}
.inquirylist .box:last-child {
	margin-bottom:0;
}
.inquirylist table {
	width:100%;
	color:#333;
  line-height:1.3;
  cursor: pointer;
}
.inquirylist .cell_img {
	padding-right:10px;
}
.inquirylist td {
	padding:5px;
}
.inquirylist .cell_img img {
	width:90px;
}
.inquirylist .cell_carname {
	width:100%;
	border-bottom:1px dotted #ccc;
}
.inquirylist .cell_price {
	font-weight:bold;
}
.inquirylist .cell_price .price {
	color:#c00;
	font-size:1.3em;
}
.inquirylist .btn_inquirylist_del {
	width:90px;
	height:20px;
}
.inquirylist .btn_inquirylist_del:hover img {
	top:-20px;
}
.inquirylist .cell_spec li {
	float:left;
	line-height:1.5;
	border-right:1px solid #ccc;
	margin-right:10px;
	padding-right:10px;
}
.inquirylist .cell_spec li:last-child {
	border-right:none;
}
/*form table*/
.form_customer_info_table {
	width:100%;/*table-layout:fixed;*/
}
.form_customer_info_table th, .form_customer_info_table td {
	border:1px solid #ddd;
	padding:10px;
	vertical-align:top;
	line-height:1.3;
}
.form_customer_info_table th {
	background:#f2f2f2;
	border-right:1px solid #f2f2f2;
	text-align:left;
	color:#333;
}
.form_customer_info_table .th {
	background:#f2f2f2;
	text-align:right;
}
.inquirycontents_list {
	width:600px;
}
.inquirycontents_list li {
	float:left;
	width:33.3%;
	line-height:2;
}
/*.btn_postalcodesearch {
	width:110px;
	height:25px;
}
.btn_postalcodesearch:hover img {
	top:-25px;
}*/
.link_japanpost{
	background:url(/img/inquiry/icon_blanklink.png) no-repeat right center;
	padding-right:20px;
}
.btn_zipcode,.btn_address{
	margin-top:5px;
}
.btn_zipcode span,.btn_address span{
	display:inline-block;
	border-radius:2px;
	background:#999;
	padding:3px 5px;
	font-size:0.8em;
	color:#fff;
	cursor:pointer;
}
.btn_zipcode span:hover,.btn_address span:hover{
	background:#666;
}
.cell_secured {
	background:#E6F9FF;
}
.address_text {
	display:inline-block;
	background:#DFF2F9;
	padding:5px;
	margin-top:10px;
	color:#333;
}
.status_address{
	display:none;
}
.privacybox {
	border:1px solid #ddd;
	padding:10px;
	line-height:1.3;
	font-size:0.9em;
	height:140px;
	overflow-y:scroll;
}

.btn_to_confirm {
	width:500px;
	height:80px;
}
.btn_to_confirm:hover img {
	top:-80px;
}
.alert_text {
	background:url(/img/inquiry/icon_alert.png) no-repeat left center;
	line-height:18px;
	margin-bottom:5px;
	color:#c00;
	font-weight:bold;
	padding-left:23px;
}
.error_tooltip {
	position:absolute;
	left:0;
	bottom:30px;
	white-space:nowrap;
	background: #fff;
	color:#c00;
	font-weight:bold;
	border: 4px solid #EC6359;
	padding:5px 7px;
	border-radius:5px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
.error_tooltip:after {
	top: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.error_tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #EC6359;
	border-width: 11px;
	margin-left: -11px;
}
.caution_list{
	width:800px;
	margin:0 auto 20px;
	font-weight:bold;
	color:#c00;
}
.caution_list dt{
	padding-bottom:10px;
}
.caution_list dd{
	margin-top:5px;
}
.caution_list dd:before{
	content:"! ";
}
.about_iso{
	background:#F2F2F2;
	padding:10px;
	margin-bottom:20px;
	line-height:1.3;
}
.about_iso .text{
	float:right;
	width:835px;
}
.about_iso figure{
	float:left;
}
.about_iso figure img{
	width:130px;
}
.btn_to_submit {
	width:500px;
	height:80px;
}
.btn_to_submit:hover img {
	top:-80px;
}
.link_backto_form{
	position:absolute;
	left:0;
	top:38px;
}
.guard_text{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:10px;
	line-height:1.3;
}
.notyet_text{
	font-size:1.7em;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	margin-bottom:20px;
}
.notyet_text .blue{
	color:#0C67E5;
}
.btn_inquiryform a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 460px;
    height: 90px;
    margin: 0 auto;
}
.btn_inquiryform a img {
    width: 460px;
    height: 180px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}


/* inquiry_car */
.inquiry_car .logo a {
  pointer-events:none;
}
.inquiry_car .link_blank {
  color: #666;
}
.inquiry_car .btn_add_car_from_fav {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 2px;
}
.inquiry_car .btn_add_car_from_fav a {
  width: 200px;
  height: 28px;
}
.inquiry_car .btn_add_car_from_fav a:hover img {
  top: -28px;
}
.inquiry_car .carlistfav_table {
  width: 100%;
}
.inquiry_car .carlistfav_table th,
.inquiry_car .carlistfav_table td {
  padding: 5px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.inquiry_car .carlistfav_table thead th {
  background: #f2f2f2;
  font-weight: normal;
  font-size: 0.9em;
}
.inquiry_car .carlistfav_table thead a.active {
  color: #900;
}
.inquiry_car .carlistfav_table tbody {
  border-top: 3px groove #ccc;
  color: #333;
}
.inquiry_car .carlistfav_table .cell_img {
  text-align: center;
  width: 120px;
}
.inquiry_car .carlistfav_table .cell_img img {
  max-width: 120px;
}
.inquiry_car .carlistfav_table .cell_carname {
  padding: 10px 5px;
}
.inquiry_car .carlistfav_table .cell_checkbox {
  background: #E6F9FF;
  width: 1em;
  text-align: center;
}
.inquiry_car .carlistfav_table .cell_price {
  font-weight: bold;
}
.inquiry_car .carlistfav_table .cell_price .price {
  color: #c00;
  font-size: 1.3em;
}
.inquiry_car .carlistfav_table .btn_inquirylist_add {
  width: 90px;
  height: 20px;
}
.inquiry_car .carlistfav_table .btn_inquirylist_add:hover img {
  top: -20px;
}
.inquiry_car .notice .notice_favorite,
.inquiry_car .notice .notice_history {
  display: inline-block;
  margin: 10px 15px 0;
}
.inquiry_car .inquirylist .box {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px 75px 15px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.inquiry_car .box:first-child {
  display: block!important;
}
.inquiry_car .inquirylist .box:last-child {
  margin-bottom: 0;
}
.inquiry_car .inquirylist table {
  width: 100%;
  color: #333;
  line-height: 1.3;
}
.inquiry_car .inquirylist .cell_img {
  padding-right: 20px;
}
.inquiry_car .inquirylist td {
  padding: 0;
}
.inquiry_car .inquirylist .cell_img p,
.inquiry_car .inquirylist .cell_img img {
  width: 100px;
  height: 75px;
}
.inquiry_car .inquirylist .cell_carname {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
}
.inquiry_car .inquirylist .cell_carname p {
	width: 790px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inquiry_car .inquirylist .cell_spec .price {
  color: #c00;
  font-size: 20px;
}
.inquiry_car .inquirylist .spec_detail {
  background: #f2f2f2;
  max-width: 790px;
  margin: 10px 0 0 120px;
  line-height: 1.5;
  display: none;
}
.inquiry_car .inquirylist .spec_detail tr:first-child th,
.inquiry_car .inquirylist .spec_detail tr:first-child td {
  padding-top: 10px;
}
.inquiry_car .inquirylist .spec_detail tr:last-child th,
.inquiry_car .inquirylist .spec_detail tr:last-child td {
  padding-bottom: 10px;
}
.inquiry_car .inquirylist .spec_detail th {
  width: 3em;
  padding: 0 0 3px 15px;
  font-weight: normal;
  vertical-align: top;
}
.inquiry_car .inquirylist .spec_detail td {
  padding: 0 15px 3px 0;
  vertical-align: top;
}
.inquiry_car .inquirylist .box_delete {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  color: #666;
}
.inquiry_car .inquirylist .box_delete:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 12px;
  height: 1px;
  margin-top: -1px;
  background: #666;
  transform: rotate(45deg);
}
.inquiry_car .inquirylist .box_delete:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 12px;
  height: 1px;
  margin-top: -1px;
  background: #666;
  transform: rotate(135deg);
}
.inquiry_car .inquirylist .box_delete:hover {
  opacity: 0.8;
  text-decoration: none;
}
.inquiry_car .box:not(:first-child) {
  pointer-events: none;
}
.inquiry_car .box:nth-child(n+3) {
  display: none;
}
.inquiry_car .box_stack_area {
  display: flex;
  justify-content: center;
  position: relative;
  top: -120px;
  height: 122px;
  background: -ms-linear-gradient(0deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 0, 0));
  background: -moz-linear-gradient(0deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 0, 0));
  background: -webkit-gradient(0deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 0, 0));
  background: linear-gradient(0deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 0, 0));
}
.inquiry_car .box_more_area {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  margin-top: -10em;
  position: relative;
}
.inquiry_car .box_more_btn,
.inquiry_car .inquiry_more_btn {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}
.inquiry_car .box_more_btn:before,
.inquiry_car .box_more_btn:after,
.inquiry_car .inquiry_more_btn:before,
.inquiry_car .inquiry_more_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #3399ff;
  transform: rotate(0deg);
}
.inquiry_car .box_more_btn:after,
.inquiry_car .inquiry_more_btn:after {
  transform: rotate(90deg);
}
.inquiry_car .box_more_btn.open:after,
.inquiry_car .inquiry_more_btn.open:after {
  display: none;
}

/*form table*/
.inquiry_car .form_customer_info_table {
  width: 100%;/*table-layout: fixed;*/
}
.inquiry_car .form_customer_info_table th,
.inquiry_car .form_customer_info_table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.5;
}
.inquiry_car .form_customer_info_table th {
  background: #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: left;
  color: #333;
}
.inquiry_car .form_customer_info_table .th {
  background: #f2f2f2;
  text-align: right;
}
.inquiry_car .inquirycontents_list {
  width: 740px;
  margin-bottom: 5px;
}
.inquiry_car .inquirycontents_list li {
  float: left;
  width: 25%;
  line-height: 2;
}
.inquiry_more_form, .box_more_list {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inquiry_car .inquiry_more {
  display: none;
}
.inquiry_car .icon_check_list_check {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  width: 35px;
}
.inquiry_car .icon_check_list_check:after { 
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  display: block;
}
.inquiry_car .icon_check_list_check.ok:after { 
  background: #00982b;
  content: "OK";
}
.inquiry_car .icon_check_list_check.require:after { 
  background: #af0000;
  content: "必須";
}
.inquiry_car .icon_check_list_check.option:after { 
  background: #999;
  content: "任意";
}
.inquiry_car .comments_text {
  font-size:11px;
  color: #999;
  line-height: 1.5;
  margin-top: 8px;
}
.inquiry_car .error_text,
.inquiry_car .listcar_error {
  font-weight: bold;
  color: #C00;
  margin-top: 5px;
}
.inquiry_car .link_japanpost {
  background: url(/img/inquiry/icon_blanklink.png) no-repeat right center;
  padding-right: 20px;
}
.inquiry_car .area_info {
  display: inline-block;
  margin-right: 5px;
}
.inquiry_car .btn_zipcode,
.inquiry_car .btn_address {
  margin: 0;
  display: inline-block;
}
.inquiry_car .btn_zipcode span,
.inquiry_car .btn_address span {
  display: inline-block;
  border-radius: 2px;
  padding: 3px 5px;
  font-size: 0.8em;
  color: #3366cc;
  background: transparent;
  cursor: pointer;
}
.inquiry_car .btn_zipcode span:hover,
.inquiry_car .btn_address span:hover {
  background: transparent;
  text-decoration: underline;
}
.inquiry_car .designed_select {
  padding-right: 30px;
}
.inquiry_car .cell_secured {
  background: #fff;
}
.inquiry_car .address_text {
  display: inline-block;
  background: #DFF2F9;
  padding: 5px;
  margin-top: 10px;
  color: #333;
}
.inquiry_car .status_address {
  display: none;
}
.inquiry_car .privacybox {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.3;
  font-size: 0.9em;
  height: 140px;
  overflow-y: scroll;
}
.inquiry_car .btn_to_confirm {
  width: 500px;
  height: 80px;
}
.inquiry_car .btn_to_confirm:hover img {
  top: -80px;
}
.inquiry_car .alert_text {
  background: url(/img/inquiry/icon_alert.png) no-repeat left center;
  line-height: 18px;
  margin-bottom: 5px;
  color: #c00;
  font-weight: bold;
  padding-left: 23px;
}
.inquiry_car .error_tooltip {
  position: absolute;
  left: 0;
  bottom: 30px;
  white-space: nowrap;
  background: #fff;
  color: #c00;
  font-weight: bold;
  border: 4px solid #EC6359;
  padding: 5px 7px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.inquiry_car .error_tooltip:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.inquiry_car .error_tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #EC6359;
  border-width: 11px;
  margin-left: -11px;
}
.inquiry_car .caution_list {
  width: 800px;
  margin: 0 auto 20px;
  font-weight: bold;
  color: #c00;
}
.inquiry_car .caution_list dt {
  padding-bottom: 10px;
}
.inquiry_car .caution_list dd {
  margin-top: 5px;
}
.inquiry_car .caution_list dd:before {
  content: "! ";
}
.inquiry_car .about_iso {
  background: #F2F2F2;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.inquiry_car .about_iso .text {
  float: right;
  width: 835px;
}
.inquiry_car .about_iso figure {
  float: left;
}
.inquiry_car .about_iso figure img {
  width: 130px;
}
.inquiry_car .btn_to_submit {
  width: 500px;
  height: 80px;
}
.inquiry_car .btn_to_submit:hover img {
  top: -80px;
}
.inquiry_car .link_backto_form {
  position: absolute;
  left: 0;
  top: 38px;
}
.inquiry_car .guard_text {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  line-height: 1.3;
}
.inquiry_car .notyet_text {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.inquiry_car .notyet_text .blue {
  color: #0C67E5;
}
.inquiry_car .btn_inquiryform a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 460px;
  height: 90px;
  margin: 0 auto;
}
.inquiry_car .btn_inquiryform a img {
  width: 460px;
  height: 180px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.inquiry_car .btn_inquiry {
 width: 400px;
  height: 70px;
  background: #48B0E8;
  color: #fff;
  line-height: 70px;
  display: inline-block;
  border-radius: 5px;
  border-bottom: 4px solid #0C6FBB;
  font-size: 2.1rem;
  text-align: center;
  cursor: pointer;
}
.inquiry_car .btn_inquiry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.inquiry_car .inquiry_kurumaerabi_flow {
  display: flex;
  justify-content: space-between;
}
.inquiry_car .inquiry_kurumaerabi_flow .step {
  border: 4px solid #e5e5e5;
  background: #fff;
  width: 320px;
  box-sizing: border-box;
}
.inquiry_car .inquiry_kurumaerabi_flow .step dt {
  background: #fff5f4;
  box-sizing: border-box;
  padding: 7px 15px;
}
.inquiry_car .inquiry_kurumaerabi_flow .step dt .num {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #900;
  border-radius: 50%;
  margin-right: .3em;
}
.inquiry_car .inquiry_kurumaerabi_flow .step dt .text {
  font-weight: bold;
  color: #333;
}
.inquiry_car .inquiry_kurumaerabi_flow .step dd {
  padding: 15px;
  line-height: 1.3;
}
.inquiry_car .inquiry_kurumaerabi_flow .step dd .image {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.inquiry_car .hide {
  display: none;
}

/* form_listed_description */
.form_listed_description {
	display: flex;
	align-items: center;
  justify-content: center;
  font-size: 1.4rem;
	line-height: 1.4;
}
.form_listed_description img {
	margin-left: 1.5rem;
}
