@charset "UTF-8";
/* お問い合わせフォーム */
/*注釈※付*/
.notearea {}
.notearea ul {
 margin-left: 1.1em;
 margin-right: 0;
 list-style: none;
}
.notearea ul li {
 position: relative;
}
.notearea ul li:before {
 content: "※";
 position: absolute;
 left: -1.1em;
}
/*フォーム*/
.inqform input[type="text"], .inqform input[type="tel"], .inqform input[type="email"], .inqform input[type="number"], .inqform textarea {
 margin: 0;
 background: #fff;
 outline: none;
 border: 1px solid #ccc;
 border-radius: 3px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 -webkit-transition: all .2s;
 transition: all .2s;
 padding: 10px 6px !important;
}
.inqform input.wide, .inqform textarea {
 width: 100%;
}
.inqform input.inqcategory {
pointer-events : none;font-weight: bold;border:none;padding:0!important;font-size:1.1em;
}
.formframe {
 max-width: 960px;
 margin: 0 auto;
}
.inqform {
 overflow: hidden;
 padding-top: 2em;
}
.inqform table {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
 word-break: break-all;
 word-wrap: break-all;
}
.inqform .ziparea {
 margin-bottom: 4px;
}
.inqform .prearea {
 margin-bottom: 4px;
}
.inqform .ziparea span {
 margin-left: .5em;margin-right:.5em;font-size: 16px;
}
.inqform .ziparea .confirm-hidden {font-size: 12px;}
.inqform .ziparea span input[type="text"]{ font-size:16px;padding: 6px 10px !important;}
.reqmark {
 display: inline-block;
 background: #EC6300;
 font-weight: normal;
 font-size: .7em;
 line-height: 1;
 color: #fff;
 padding: 4px 7px;
 margin-left: 1em;
 position: relative;
 transform: translateY(-.2em);
 z-index: 0;
 letter-spacing: .1em;
 -webkit-font-smoothing: subpixel-antialiased;
 border-radius: 1.4em;
}
.privacycontact {
 margin: 16px 0;
 border: 1px solid #ddd;
 padding: 16px;
}
.privacycontact h3 {
 margin-bottom: .5em;
 font-size: 1.1em;
}
.privacycontact p {
 font-size: .9em;
}
.privacycontact .madoguchi {
 text-align: right;
 margin-top: 1em;
}
@media (max-width : 739px) {
 .inqform th, .inqform td {
  display: block;
  width: 100%;
 }
 .inqform th {
  position: relative;
  padding: .5em 1em;
  background: #F3F3F3;
 }
 .inqform td {
  padding: 1em 0;
 }
	.inqform .ziparea .confirm-hidden {
		display: block;	
	}
}
@media (min-width: 740px) {
 .inqform th {
  padding: 16px 60px 16px 16px;
  white-space: nowrap;
  border-top: solid 1px #E5E5E5;
  text-align: left;
  position: relative;
  vertical-align: top;
 }
 .inqform td {
  padding: 16px;
  border-top: solid 1px #E5E5E5;
 }
 .reqmark {
  position: absolute;
  right: 0;
  top: 2em;
 }
}
@media (min-width: 1240px) {
 .privacycontact {
  padding: 16px 24px;
 }
}
/*送信ボタン*/
.button_container {
 width: 100%;
 max-width: 500px;
 margin: 0 auto;
 display: flex;
 flex-direction: row-reverse;
 padding: 16px;
 justify-content: center;
}
.button_container .confirm_button{width:90%;max-width:300px;margin: 0 1%;}
.button_container .submit_button, .button_container .backbtn {
 width: 48%;
 margin: 0 2%;
}
.button_container .confirm_button,.button_container .submit_button, .button_container .backbtn {
 background: #EC6300;
 border: 2px solid #EC6300;
 color: #fff;
 font-weight: bold;
 padding: 1em 3em;
 border-radius: 40px;
 display: block;
 text-align: center;
 line-height: 1.5;
}
.button_container .backbtn {
 display: block;
 background: #fff;
 border: 2px solid #ccc;
 color: #111;
}
@media (max-width: 1239px) {}
@media (min-width: 1240px) {}
.button_container .confirm_button[disabled] {
 border: 2px solid #ccc;
 background-color: #ccc;
 cursor: default;
}
/*セレクト*/
.inqform .select_box select {
 border: 1px solid #ccc;
 border-radius: 3px;
 line-height: 24px;
 padding: 10px 20px;
 /*padding: .3em 3em .2em 1em;
/* position: relative;*/ width: 100%;
}
.inqform .select_arrow {
 position: relative;
}
.inqform .select_arrow:after {
 content: "";
 width: 30px;
 height: 24px;
 background: url("../images/icon_down.svg") center center;
 background-size: contain;
 position: absolute;
 right: 0;
 top: 12px;
 z-index: 100;
 pointer-events: none;
 border-left: 1px solid #eee;
}
/*------同意チェック----*/
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span.mwform-checkbox-field-text:before{
 opacity: 1;
}
input[type="checkbox"]:checked + label:after {}
.kiyakucheck {
 text-align: center;
 margin-top: 2em;
}
.douicheck input[type="checkbox"] {
 z-index: 1;
 opacity: 0;
}
.douicheck label {
 position: relative;
 padding: 3px 0 0 32px;
 display: inline-block;
}
.douicheck label:after,
.douicheck label:before,
.douicheck span.mwform-checkbox-field-text:before{
 position: absolute;
 content: "";
 display: block;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.douicheck label:after {
 left: 0;
 top: 3px;
 width: 24px;
 height: 24px;
 z-index: 1;
 background-color: #fff;
 border: 2px solid #ccc;
}
.douicheck label:before,
.douicheck span.mwform-checkbox-field-text:before{
 left: 8px;
 top: 4px;
 width: 10px;
 height: 14px;
 border: solid #EC6300;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 z-index: 2;
 opacity: 0;
}
@media print, screen and (min-width: 1600px) {
 .douicheck label {
  font-size: 1.2em;
  padding-top: 0;
 }
}
/*------エラー画面----*/
.error {
 margin-top: .3em;
 color: #EC6300;
}
.inqform .errorarea input[type="text"], .inqform .errorarea input[type="tel"], .inqform .errorarea input[type="email"], .inqform .errorarea input[type="number"], .inqform .errorarea textarea{background:rgba(255,209,202,0.2);}

.inqform .errorarea .select_box select {background:rgba(255,209,202,0.2);}

/*------確認画面----*/
.mw_wp_form_confirm .reqmark, .mw_wp_form_confirm .confirm-hidden, .mw_wp_form_confirm .inqform .select_arrow:after, .mw_wp_form_confirm .kiyakucheck {
 display: none;
}
@media (min-width: 740px) {
 .mw_wp_form_confirm .inqform th {
  width: 200px;
 }
}
.mw_wp_form_input {
  .privacycontact {
    height: 200px;
    overflow-y: scroll;
    .privacycontact-c {
        ul,li {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        >ul {
            >li {
                >h4 {
                    font-weight: 900;
                    margin-bottom: .8em;
                    font-size: .9em;
                }
                &:not(:last-child) {
                    margin-bottom: 1.4em;
                }
            }
        }
    }
  }
}