﻿@charset "UTF-8";
@import url("fmail_table.css");
@import url("fmail_dl.css");
@import url("fmail_label.css");
div#mailfrom_hidden_object {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
div#twex {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  margin: 0px;
  background-color: #000000;
  text-align: center;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
}
img#loading_proccess_image {
  position: absolute;
  z-index: 1000;
}
/* tableパターン */
table div.fmail_must {
	position: relative;
	top: 3px;
  display: inline-block;
  width: 50px;
  height: 16px;
  overflow: hidden;
  margin: 0px 0px 0px 5px;
	padding: 5px;
  background: #d7092f;
  text-indent: -50000px;
	box-sizing: border-box;
}
table div.fmail_must::after{
	content: "Required";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-indent: 0;
	z-index: 10;
}
table div.fmail_or {
  float: right;
  width: 60px;
  height: 16px;
  overflow: hidden;
  margin: 0px 0px 0px 5px;
  background-image: url(../images/mfp_or.gif);
  text-indent: -50000px;
}
/* dlパターン */
dl dt span.name {
  display: inline-block;
  overflow: hidden;
  height: 22px;
}
dl div.fmail_must {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 5px;
  padding: 0;
  width: 30px;
  height: 22px;
  background: url(../images/mfp_must.gif) no-repeat;
  background-position: center center;
  text-indent: -50000px;
}
dl div.fmail_or {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 5px;
  padding: 0;
  width: 60px;
  height: 22px;
  background: url(../images/mfp_or.gif) no-repeat;
  background-position: center center;
  text-indent: -50000px;
}
/* ------------------------------------------ */
div#fmail_thankspage {
  padding: 15px;
  line-height: 1.5em;
  font-size: 14px;
}
span#fmail_title_default, span#fmail_title_confirm, span#fmail_title_error, span#fmail_title_thanks {
  display: block;
  width: 940px;
  height: 100px;
  overflow: hidden;
  text-indent: -50000px;
}
span#fmail_title_default {
  background-image: url(../images/title_default.png) ;
}
span#fmail_title_confirm {
  background-image: url(../images/title_confirm.png) ;
}
span#fmail_title_error {
  background-image: url(../images/title_error.png) ;
}
span#fmail_title_thanks {
  background-image: url(../images/title_thanks.png) ;
}
form.fmail_submit, form.fmail_cancel {
  float: left;
  padding: 5px;
}
form#fmail {
  margin: 0px auto 0px auto;
  padding: 0px;
}
span.fmail_error {
  display: block;
  padding: 2px 0px 5px 17px;
  background-image: url(../images/mfp_error.gif);
  background-repeat: no-repeat;
  font-size: 12px;
}
span.fmail_example {
  font-size: 12px;
  color: #666666;
}
p.fmail_note {
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  color: #ff3636;
}
ol.fmail_checkbox_list {
  width: 90%;
}
ol.fmail_radio_list li, ol.fmail_checkbox_list li {
  float: left;
  padding: 5px 10px 5px 5px;
  list-style: none;
}
div.fmail_error_message {
  margin: 10px;
  padding: 5px;
  border: solid 1px #FF0000;
  background-color: #FFEEEE;
  text-align: center;
  color: #FF0000;
  font-size: 12px;
}
#fmail input.fmail {
  margin: 1px 0;
  padding: 6px;
}
#fmail li input.fmail {
  width: 20px;
}
#fmail select.fmail {
  padding: 2px;
}
#fmail textarea.fmail {
  padding: 6px;
}
#fmail input.fmail_file {
  margin: 0 !important;
  height: 23.5px;
  line-height: 20px;
}
#fmail input.ffcancel {
  margin-top: 2px;
  margin-left: 3px;
  padding: 2px;
  height: 23.5px;
}
/*-------------------------------------------------------*/
/*送信ボタンを画像化したい場合は下記を変更ください       */
/* 確認画面へ進む ./fmail/fmail.lib/submit.confirm.js    */
/* 送信           ./fmail/fmail.lib/submit.send.js       */
/* 前のページへ   ./fmail/fmail.lib/submit.cancel.js     */
/* 上記ファイル内のコメントアウト切り替えを行う          */
/*-------------------------------------------------------*/
/*ボタンの位置*/
.button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
/*素ボタンの高さ*/
.button input.default_button {
  height: 40px;
  padding: 10px;
}
.button form.fmail_cancel {
  width: 48%;
  text-align: right;
}
.button form.fmail_submit {
  width: 48%;
  text-align: left;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*確認ボタン*/
.submit_confirm_button {
  width: 250px;
  height: 50px;
  border-width: 0;
  border-style: none;
  background: url(../images/submit_button.png);
	cursor: pointer;
}
.submit_confirm_button:hover {
  background-position: right bottom;
}
/*送信ボタン*/
.submit_send_button {
  width: 250px;
  height: 50px;
  border-width: 0;
  border-style: none;
  background: url(../images/send_button.png);
	cursor: pointer;
}
.submit_send_button:hover {
  background-position: right bottom;
}
/*戻るボタン*/
.submit_cancel_button {
  width: 250px;
  height: 50px;
  border-width: 0;
  border-style: none;
  background: url(../images/back_button.png);
	cursor: pointer;
}
.submit_cancel_button:hover {
  background-position: right bottom;
}
/*送信完了画面*/
.site_top a {
  display: block;
  width: 250px;
  height: 50px;
  margin: 1em auto;
  border-width: 0;
  border-style: none;
  background: url(../images/top_button.png);
  text-align: center;
  text-indent: -9999px;
}
.site_top a:hover {
  background-position: right bottom;
}
/*郵便番号のボタン*/
form#fmail input.postcode {
  width: 70px;
  padding: 2px;
}
/*-------------------------------------------------------*/
/*
/*  個別指定
/*
/*-------------------------------------------------------*/
#fmail .caution {
  color: #ff0000;
}
#fmail .info {
  color: #999;
}
#fmail .strong {
  font-weight: bold;
}
.fmail_caution {
  color: #ff0000;
}
/* 送信完了画面 */
#fmail_thankspage .caution {
  color: #ff0000;
}
#fmail_thankspage .info {
  color: #009900;
}
#fmail_thankspage .strong {
  font-weight: bold;
}
#fmail .remail {
  margin-top: 5px;
} /*メール再入力部分*/
#fmail label {
  cursor: pointer;
}
#fmail li {
  display: block;
  float: left;
  padding-left: .5em;
}
* html #fmail li {
  white-space: nowrap;
}
*:first-child + html #fmail li {
  white-space: nowrap;
}
/* ZIPCODE */
#fmail .zipcode input.fmail {
  width: 80px;
}
/* URL */
#fmail .url input {
  width: 300px;
}
/* カレンダーアイコン */
#fmail .datedata input {
  float: left;
}
.ui-datepicker-trigger {
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
  background: none;
}
.ui-datepicker-trigger, .ui-datepicker-trigger img {
  width: 24px;
  height: 24px;
  border: 0;
}
#contact table.mailform {
  width: 100%;
  margin: 0 auto 20px auto;
}
#contact table th {
  width: 25%;
  padding: 5px 10px;
  font-weight: bold;
}
#contact table input {
  width: 80%;
  padding: 4px;
}
#contact table ol {
  font-size: 14px;
}
#contact table ol input {
  width: auto;
}
#contact table input.postcode {
  margin-top: 5px;
}
#contact table span.info {
  line-height: 1.8;
}
#contact table textarea {
  width: 80%;
  padding: 4px;
}
#contact select {
  padding: 8px 4px !important;
}
#contact table input.ffcancel {
  width: 90px;
  padding: 0;
}
#contact table input.fmail_file {
  width: 230px;
}
#contact table td ol {
  border: none;
  padding: none;
  background: none;
}
#contact table th, #contact table td {
  padding: 14px;
}
#contact table.mailform {
  padding: 10px;
}
#contact table.mailform tr th {
  width: 30%;
  background: #fff;
  border: 1px solid #c8c8c8;
  font-size: 15px;
  text-align: left;
  color: #0c3256;
}

#contact table.mailform tr th#h_en1639640472{
  color: #ff3636 !important;
}

#contact table.mailform tr th:nth-child(2){
  color: #ff3636 !important;
}
#contact table.mailform tr td {
  font-size: 15px;
  border: 1px solid #c8c8c8;
  width: 70%;
}
/*-------------------------------------------------------*/
/*
/*  カート用項目
/*  ※お問い合わせ入力画面で表示させたくない場合に指定
/*-------------------------------------------------------*/
/*
tr#r_en1339056176 {
	display: none;
}
*/
/* テーブル分割 */
#contents #fmail tr.fmail_separate th {
  padding: 0;
  width: 0;
  height: px;
  text-indent: -9999px;
  background: #0c3256;
  border: 1px solid #0c3256;
}
#contents #fmail tr.fmail_separate td {
  padding: 0;
  width: 500px;
  height: 40px;
  vertical-align: top;
  position: relative;
  background: #0c3256;
  border: 1px solid #0c3256;
}
#contents #fmail tr.fmail_separate td div.fmail_position {
  position: relative;
  top: 0;
  left: -190px;
  padding: 0 0 0 0;
  margin: 19px 0 0 0;
}
#contents #fmail tr.fmail_separate td div.fmail_position p {
  color: #000;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
#contents #fmail .car_type select {
  width: 400px;
}
#contents #fmail tr.fmail_hope th {
  padding: 0;
  width: 0;
  height: 35px;
  text-indent: -9999px;
  background: #e7e7e7;
  border: 1px solid #c8c8c8;
}
#contents #fmail tr.fmail_hope td {
  padding: 0;
  width: 500px;
  height: 35px;
  vertical-align: top;
  position: relative;
  background: #e7e7e7;
}
#contents #fmail tr.fmail_hope td div.fmail_position {
  position: relative;
  top: 0;
  left: -190px;
  padding: 0 0 0 0;
  margin: 9px 0 0 0;
}
#contents #fmail tr.fmail_hope td div.fmail_position p {
  color: #333;
  text-align: left;
  font-weight: bold;
}
#contents #fmail .car_type select {
  width: 400px;
}
span.hope1, span.hope2 {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 5px;
  padding: 3px 4px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
  box-sizing: border-box;
}
span.hope1 {
  background: #d7092f;
}
span.hope2 {
  background: #E78E0F;
}
#contents #fmail tr.fmail_hope td div.fmail_position p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contact table th, #contact table td {
    padding: 8px;
  }
  #contact .section > table.mailform{
    padding:0 10px;
    border:none!important;
  }
  #contact .section > table.mailform tr:first-child th {
    border-top: 1px solid #c8c8c8!important;
  }
  #contact .section > table.mailform th,
  #contact .section > table.mailform td{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-left: 1px solid #c8c8c8!important;
  }
  .button form.fmail_submit,
  .button form.fmail_cancel{
    float:none;
    padding:0;
    margin:0 auto 10px;
    width:160px
  }
  #contents #fmail tr.fmail_hope th {
    display: none;
  }
  #contents #fmail tr.fmail_hope td {
    padding: 8px;
    width: 100%;
    height: 35px;
    vertical-align: top;
    position: relative;
    background: #e7e7e7;
  }
  #contents #fmail tr.fmail_hope td div.fmail_position {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  #contents #fmail tr.fmail_hope td div.fmail_position p {
    margin: 0;
  }
  span#fmail_title_default, span#fmail_title_confirm, span#fmail_title_error, span#fmail_title_thanks {
    width: 100%;
    height: 0;
    margin-bottom: -15px;
    padding: 11.7% 0 0;
  }
  span#fmail_title_default {
    background-image: url(../images/flow_01_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  span#fmail_title_confirm {
    background-image: url(../images/flow_02_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;

  }
  span#fmail_title_thanks {
    background-image: url(../images/flow_03_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;

  }
  span#fmail_title_error {
    background-image: url(../images/flow_04_sp.png);
    background-size: 100%;
  }
}
/* 必須項目チェック */
#contact #fmail tr.fmail_separate_mustchecker th {
  padding: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-bottom-width: 0;
  border: none !important;
}
#contact #fmail tr.fmail_separate_mustchecker td {
  padding: 0;
  width: 0;
  height: 0;
  vertical-align: top;
  border-bottom-width: 0;
  border: none !important;
}
#contact #fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 99;
  margin: 0;
  padding: 10px;
  width: 200px;
  height: 40px;
  background: #CCC;
  border: 1px solid #333;
  border-radius: 10px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
}
#contact #fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker .caution_mustchecker {
	position: relative;
	top: 2px;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #FF3333;
}
@media screen and (max-width: 768px) {
  #contact #fmail tr.fmail_separate_mustchecker {
    display: table-cell;
  }
  #contact #fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker {
    bottom: 210px;
    height: 95px;
    font-size: 11px;
    width: 78px;
  }
  #contact #fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker p {
    margin: 0;
  }
  #contact #fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker .caution_mustchecker {
    font-size: 15px;
    margin: 0;
  }
}