@charset "UTF-8";
/* お問い合わせフレーム */

.formframe{background: #fff;
	margin: 1em 0;
	-moz-box-shadow: 0px 1px 5px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(000,000,000,0.1);
	box-shadow: 0px 1px 5px rgba(000,000,000,0.1);position: relative;padding:15px;}
.formframe h2.form-title{text-align: center;padding:1em 0;font-size:1.2em;margin-bottom:2em;line-height:1.75;}
.formframe h2.form-title i{display: block;font-size:0.85em;font-weight: normal;}
.formframe ul.btns{list-style: none;}
.formframe .btns li{margin:0 0 5px;list-style: none;}
.formframe .btns a{border:1px solid #000;padding:10px;text-align: center;display: block;position: relative;}
.formframe .btns a:after{ font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;content: "\e90e";position: absolute;right:10px;top:16px;}

.formframe h4 {
 font-size:1.05rem;
	padding-bottom: 10px;
	margin: 20px 0;
	border-bottom: 2px solid #ddd;
	position: relative;
	letter-spacing: .1em;
}
.formframe h4::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #d00;
}
.formframe h4.mailinq{margin-top:50px;}
.formframe .customer {
	margin-top: 1em;
	font-weight: bold;
}
.formframe .tel {
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.3;
}
.formframe .time {
	font-weight: normal;display: block;
}


/*同意チェック*/



@media print, screen and (min-width: 568px)/*SPヨコ*/ {
	.formframe{padding:15px 25px;}
	.formframe h2.form-title i{display:inline-block;margin-left:10px;}
	.formframe .btns{overflow: hidden;}
	.formframe .btns li{width:48%;margin-right:4%;float:left;}
	.formframe .btns li:nth-child(2){margin-right:0;}
	.formframe .time {display: inline-block;margin-left:10px;
}
}
@media print, screen and (min-width: 769px)/*タブレットタテ*/ 
{
	
	}
@media print, screen and (min-width: 960px)/*小型PC*/ {
.inqbox{width:700px;margin:10px auto;}
.formframe{max-width:980px;margin:0 auto;}
.formframe .btns li{width:46%;margin-right:8%;float:left;}
}


/* フォーム */
.form_table{padding:20px 0;}
.form_table dl{width:100%;margin-bottom:5px;overflow: hidden;}
.form_table dt{padding:10px 0 5px;position: relative;font-weight: bold;}
.form_table dt.hissu{}
.form_table dt.hissu:after{content:"※必須";color:#EF3936;font-weight:normal;float:right;}
.form_table dd.file{border:1px solid #ddd;padding:10px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;background-color: #F3F3F3;margin-bottom:5px;}
.form_table dd.file .photonum{margin-right:10px;}
textarea,
input[type="email"],
input[type="text"] {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
input[type="file"]{font-size:.85em;}
select {
	width: 100%;padding:12px 15px;font-size: 16px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.form_table .attachment{background-color: #F3F3F3;padding:20px 30px;margin:20px 0;}
.form_table .attachment p{font-size:.85em;color:#333;margin-bottom:10px;}
.form_table .attachment ul{list-style: none;}
.form_table .attachment ul li{padding:10px 0;}
.form_table .attachment ul li span{display: block;font-weight: bold;}

/*.form_table .attachment label {
     background: #333;
     color: #fff;
     cursor: pointer;
     padding: 10px 30px;text-align: center;
     margin: 0 10px 0 0;
     display: inline-block;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;font-size:14px;
}
.form_table .attachment input {
     display: none;
}*/
.form_table .attachment img{margin-top:20px;}

.privacyinfo{margin:30px;}
.privacyinfo h3{text-align: center;margin-bottom:10px;}
.privacyinfo p{font-size:.85em;}

.formbtn{margin:30px 0;text-align: center;}
.formbtn input[type="submit"],.formbtn botton{font-size:16px;
     background: #333;
     color: #fff;
     cursor: pointer;
     padding: 20px 40px!important;text-align: center;
     margin: 0 10px 0 0;
     display: inline-block;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.formbtn input[disabled]{
    background:#ccc;color:#fff;
    cursor:not-allowed; 
}
/*送信ボタン*/
.inputoff{display: none;}
.cheoff{}

/*同意チェック*/
.checkbox{text-align: center;padding:10px;}
.douich{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;font-size:16px;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;background-color:#fffbc0;
  border: 1px solid #999;
  border-radius: 4px;
}
.douich:checked + .mwform-checkbox-field-text{
  color: #000;font-weight:bold;
}
.douich:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 8px;
  width: 10px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e0051c;
  border-right: 3px solid #e0051c;
}

/* 確認画面 */
.mw_wp_form_confirm .privacyinfo{display:none;}
.mw_wp_form_confirm .form_table dd{border:2px solid #ddd;padding:10px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;min-height:30px}

.mw_wp_form_confirm .inputoff{display:inline-block;}
.mw_wp_form_confirm .cheoff{display:none;}
.mw_wp_form_confirm .checkbox{border:2px solid #ddd;padding:10px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;min-height:30px;text-align: left;}


/* thanks画面 */
.mw_wp_form_complete{padding-bottom:50px;}
.mw_wp_form_complete p.thankscatch{font-size:1.5em;text-align:center;padding:30px 0;}
.mw_wp_form_complete p.thanktext{font-size:.85em;text-align:center;}