@charset "utf-8";
.mw_wp_form_input .confirm_lead, .mw_wp_form_preview .confirm_lead {
  display: none;
}
.mw_wp_form_confirm .contact_tel_flex, .mw_wp_form_confirm .agree_section, .mw_wp_form_confirm .first_lead, .mw_wp_form_confirm .dd_notes {
  display: none;
}
.mw_wp_form_preview .dis_abled::after {
  display: none;
}
.mw_wp_form_confirm .contact_form.indent {
  margin-left: 0 !important;
}
dd input[type="text"], input[type="email"], input[type="submit"], input[type="button"], button, textarea, dd select {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  vertical-align: middle;
}
input#zip1, input#zip2 {
  width: 200px;
}
.contact_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
.contact_lead {
  margin-bottom: 40px;
}
.contact_lead p {
  line-height: 2.0;
}
.contact_tel_flex {
  display: flex;
  margin-bottom: 80px;
}
.contact_tel {
  padding: 30px 0;
  border-top: 1px solid #BCCCD5;
  border-bottom: 1px solid #BCCCD5;
}
.telNo {
  font-size: 19px;
  font-weight: 700;
  color: #384C57;
  margin: 5px 0;
}
.contact_form {
  margin: 0 0 45px;
}
.contact_form.indent {
  margin-left: 20%;
}
.contact_form dt {
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #384C57;
}
.contact_form dd {
  margin-bottom: 40px;
  position: relative;
}
.children_form_cont {
  position: relative;
}
.contact_form dd:not(.none)::before, .contact_form dd:not(.none)::after, .input_inner::before, .input_inner::after, .children_form_cont_inner::before, .children_form_cont_inner::after, .children_form_cont::before, .children_form_cont::after {
  content: '';
  display: block;
  position: absolute;
  background: #F69602;
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.input_inner, .children_form_cont_inner {
  position: relative;
}
.contact_form dd::before, .children_form_cont::before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
}
.zipForm::before, .zipForm::after, .zipForm .children_form_cont_inner {
  width: 200px;
}
.nendo::before, .nendo .children_form_cont::before, .nendo .children_form_cont_inner {
  width: 200px;
}
.contact_form dd::after, .children_form_cont::after {
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  transform-origin: center top;
  transform: scaleY(0);
}
.input_inner::before, .children_form_cont_inner::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform-origin: right center;
  transform: scaleX(0);
}
.input_inner::after, .children_form_cont_inner::after {
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
}
.contact_form.onFocus dd::after, .onFocus .input_inner::before, .onFocusChild .children_form_cont::after, .onFocusChild .children_form_cont_inner::before {
  transform: scaleX(1);
}
.contact_form.onFocus dd::before, .onFocus .input_inner::after, .onFocusChild .children_form_cont::before, .onFocusChild::before, .onFocusChild .children_form_cont_inner::after, .onFocusChild .children_form_cont_inner::before, .onFocusChild::after {
  transform: scaleY(1);
}
.contact_form .policy_dd::before, .contact_form .policy_dd::after {
  display: none;
}
dd input[type="text"], dd input[type="email"], dd textarea, dd select {
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  outline: none;
  border: 1px solid #BCCCD5;
}
dd textarea {
  min-height: 200px;
}
.children_form_cont textarea {
  min-height: inherit;
  height: 120px;
}
dd label input[type="checkbox"] + span, dd label input[type="radio"] + span {
  position: relative;
  padding: 0 0px 0 34px;
}
dd label input[type="checkbox"] + span::before, dd label input[type="radio"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #BCCCD5;
  box-sizing: border-box;
}
dd label input[type="checkbox"]:checked + span::before, dd label input[type="radio"]:checked + span::before {
  background: #fff;
}
dd label input[type="checkbox"], dd label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
dd label input[type="checkbox"] + span::before, dd label input[type="checkbox"] + span::after, dd label input[type="radio"] + span::before, dd label input[type="radio"] + span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  box-sizing: border-box;
}
dd label input[type="checkbox"]:checked + span::after, dd label input[type="radio"]:checked + span::after {
  content: '';
  display: block;
  height: 8px;
  width: 22px;
  border-left: 2px solid #F69602;
  border-bottom: 2px solid #F69602;
  position: absolute;
  top: 0px;
  left: 3px;
  transform: rotate(-45deg);
}
.check_group {
  padding-top: 15px;
  margin-bottom: 35px;
}
.check_group .horizontal-item {
  display: inline-block;
}
.check_group label {
  margin-right: 45px;
}
.dd_notes {
  font-size: 85%;
}
.dd_notes.ml10 {
  margin-left: 10px;
}
.children_form {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.children_form.aligntop {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
.children_form_hd {
  width: 190px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
}
.aligntop .children_form_hd {
  margin-top: 1em;
  ;
}
.children_form_cont {
  flex: 1;
}
.children_form_cont_notes {
  font-size: 85%;
  margin-left: 190px;
  margin-bottom: 40px;
}
.must {
  background: #BCCCD5;
  color: #fff;
  width: 75px;
  height: 22px;
  font-size: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.must span {
  transform: translateY(-1px);
}
.input_flex {
  display: flex;
  align-items: center;
}
.input_flex input {
  width: 40%;
}
.input_flex div.first {
  margin-right: 20px;
}
.input_flex div {
  flex: 1;
}
.input_flex p {
  margin: 0;
  width: 2.5em;
  padding: 0;
  line-height: 1;
  font-size: 13px;
}
.send_btn_flex {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.dis_abled {
  position: relative;
}
.dis_abled::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dis_abled input {
  opacity: 0.5;
}
input.btn_confirm, button.btn_edit, button.btn_send {
  text-align: center;
  width: 260px;
  height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 15px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 0 10px;
  cursor: pointer;
  transition: opacity 0.5s;
}
.btn_confirm_wrap {
  position: relative;
}
.btn_confirm_wrap::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
  z-index: 50;
}
.btn_confirm_wrap::after {
  content: '';
  display: block;
  height: 1px;
  width: 8px;
  position: absolute;
  right: 26.5px;
  top: 50%;
  background: #fff;
  z-index: 50;
}
input.btn_confirm {
  background: #384C57;
  color: #FFF;
}
button.btn_edit {
  background: #ededed;
  color: #000;
  width: 200px;
}
button.btn_send {
  background: #384C57;
  color: #fff;
  width: 200px;
}
.privacy_info {
  margin-bottom: 25px;
}
.privacy_box {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 40px 20px 20px;
  border: 1px solid #CBCBCB;
  background: #fff;
}
.privacy_box a {
  color: #3D3A39;
  text-decoration: underline;
}
.privacy_box a:hover {
  color: #3D3A39;
  text-decoration: none;
}
.privacy_box h3, .privacy_box h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.privacy_box h3 {
  margin: 0 0 30px;
}
.privacy_box p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 14px;
}
.privacy_box h4 {
  margin: 0 0 15px;
  font-weight: 500;
}
.privacy_box ul {
  list-style: none;
  margin-left: 1em;
  margin-bottom: 30px;
}
.privacy_box li {
  position: relative;
  margin: 0 0 3px;
}
.privacy_box li::after {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}
.agree_check {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  cursor: pointer;
}
.agree_check, .agree_check:before, .agree_check:after {
  box-sizing: border-box;
}
.agree_check input[type=checkbox] {
  opacity: 0;
  margin: 0;
  position: absolute;
  left: -5px;
  top: -2px;
  width: 20px;
  height: 20px;
}
.agree_check, .agree_check label, .agree_check span, .agree_check input {
  cursor: pointer !important;
}
.agree_check span.mwform-checkbox-field {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 8px;
  padding: 0px 0 0 25px;
  text-align: center;
  line-height: 1;
}
.agree_check span.mwform-checkbox-field::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -6px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #BCCCD5;
}
.agree_check a {
  color: #F69602;
  text-decoration: none;
}
.agree_check a:hover {
  color: #F69602;
  text-decoration: underline;
}
.agree_check input[type="checkbox"]:checked + span.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #F69602;
}
@media(min-width: 768px) {
  dd + .dd_notes {
    display: none;
  }
}
@media(max-width: 767px) {
  .contents {
    padding: 50px 20px 100px;
  }
  .contact_lead {
    text-align: left;
    margin-bottom: 60px;
  }
  .must {
    width: 75px;
    height: 26px;
    font-size: 85%;
    margin-left: 45px;
  }
  .mw_wp_form_confirm .send_btn_flex {
    display: flex;
    justify-content: space-between;
  }
  button.btn_edit, button.btn_send {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0;
  }
  .children_form {
    display: block;
    align-items: center;
    margin: 0 0 20px;
  }
  input#zip {
    width: 200px;
  }
  .children_form_hd {
    width: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
  }
  .children_form_hd br {
    display: none;
  }
  .children_form.aligntop {
    display: block;
  }
  .children_form_cont_notes {
    margin-left: 0;
    margin-bottom: 40px;
  }
  dt .dd_notes {
    display: none;
  }
  dd + .dd_notes {
    display: block;
    position: relative;
    margin-top: -20px;
  }
  .check_group {
    display: flex;
    flex-wrap: wrap;
  }
  .time .horizontal-item {
    display: inline-block;
    margin: 0 0 20px;
    width: 50%;
    box-sizing: border-box;
  }
}
.complete_lead {
  text-align: center;
  line-height: 2.0;
  margin-bottom: 80px;
}
.mw_wp_form .error {
  padding-top: 5px;
	position: absolute;
}
::placeholder {
  color: #BFBFBF;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (max-width: 767px) {
	.scroll-box { border: 1px solid #dedede; padding: 4%; overflow-y: scroll; background: #fff; height: 200px; margin-bottom: 40px;  }
	.scroll-box h3 { text-align-last: center; font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #333;  }
	.scroll-box h5 { font-size: 15px; margin-bottom: 10px; }
	.scroll-box .ppText { font-size: 1.0rem; margin-bottom: 5px; color: #333; font-weight: bold; }
	.scroll-box p { margin-bottom: 20px; font-size: 0.9rem; color: #333; }
	.scroll-box .inset20 { padding: 0 0 0 10px; }
	.scroll-box ul { margin-bottom:20px; margin-left:1em; }
	.scroll-box ul li { padding-left:1em; text-indent:-1em; list-style:none;}
	
	.pp-box h3 { text-align-last: center; font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #333;  }
	.pp-box .ppText { font-size: 1.0rem; margin-bottom: 5px; color: #333; font-weight: bold; }
	.pp-box p { margin-bottom: 20px; font-size: 0.9rem; color: #333; margin-left:1em; }
	.pp-box .inset20 { padding: 0 0 0 10px; }
	.scroll-box ul li { padding-left:1em;  text-indent:-1em;}
	.tblpp { margin-bottom: 20px;}
	.tblpp th { padding: 5px 10px; text-align: center; font-size: 13px; background: #f4f4f4; border: 1px solid #dedede; font-weight: normal; display: block; }
	.tblpp td { padding: 5px 10px; text-align: left; font-size: 13px; background: #fff; border: 1px solid #dedede; display: block; }
	.ppDoi { background: #f4f4f4; text-align: center; padding: 5px 0;}
}
@media screen and (min-width: 768px) {
	.scroll-box { border: 1px solid #dedede; padding: 30px 40px; overflow-y: scroll; background: #fff; height: 200px; margin-bottom: 40px;  }
	.scroll-box h3 { text-align-last: center; font-size: 18px; font-weight: bold; margin-bottom: 20px; color: #333;  }
	.scroll-box h5 { font-size: 15px; margin-bottom: 10px; }
	.scroll-box .ppText { font-size: 1.0rem; margin-bottom: 5px; color: #333; font-weight: bold;}
	.scroll-box p { margin-bottom: 20px; font-size: 0.9rem; color: #333; margin-left:1em; }
	.scroll-box .inset20 { padding: 0 0 0 20px; }
	.scroll-box ul { margin-bottom:20px; margin-left:1em; }
	.scroll-box ul li { padding-left:1em; text-indent:-1em; list-style:none;}
	
	.tblpp { margin-bottom: 20px;}
	.tblpp th { padding: 5px 10px; text-align: center; font-size: 14px; background: #f4f4f4; border: 1px solid #dedede; font-weight: normal;}
	.tblpp td { padding: 5px 10px; text-align: left; font-size: 14px; background: #fff; border: 1px solid #dedede; }
	.ppDoi { background: #f4f4f4; text-align: center; padding: 5px 0;}
	
	.pp-box h3 { text-align-last: center; font-size: 21px; font-weight: bold; margin-bottom: 20px; color: #333;  }
	.pp-box .ppText { font-size: 1.0rem; margin-bottom: 5px; color: #333; font-weight: bold;}
	.pp-box p { margin-bottom: 20px; font-size: 0.9rem; color: #333; }
	.pp-box .inset20 { padding: 0 0 0 20px; }
}