@charset "utf-8";
html {
  font-size: 7px;
}

body {
  font-family: "TBUDゴシック Std", "Meiryo", "ヒラギノ角ゴ Pro", Arial, Helvetica, sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

#section-01 .video-area a {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 9%;
  max-width: 53px;
  margin-top: 63.5%;
}

@media screen and (min-width:800px) {
  #section-01 .video-area a {
    right: calc((100% - 800px)/2);
    margin-top: 530px;
  }
}

#section-03 {
  background: #fbedac;
  border-bottom: solid 30px #f05a24;
}

.slider-content_wrapper {
  position: relative;
  margin-bottom: 5.6%;
}

.slider-content_wrapper .slick-arrow {
  position: absolute;
  top: 37.5%;
  z-index: 10;
  width: 6%;
  height: auto;
}

.slider-content_wrapper .prev-arrow {
  right: 5.3%;
}

.slider-content_wrapper .next-arrow {
  left: 5.3%;
}

.slider-content__item {
  position: relative;
}

.slider-content__header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #f05a24;
  margin: 0 auto;
  padding: 1.15em 2.0em;
  background: #fff;
  border: solid 3px #f05a24;
  border-radius: 500em;
}

.slider-content__image {
  overflow: hidden;
  line-height: 140px;
  text-align: center;
  width: 87%;
  height: 0;
  margin: 18px auto;
  padding-bottom: 45.16%;
  background: #b2b2b2;
    background-size:cover;
    background-position:center center;
}

.slider-content_wrapper p {
  font-size: 12px;
  line-height: 1;
  width: 87%;
  margin: 0 auto;
  padding: 1.6em 1em;
  background: #fff;
  border-radius: 500em;
}

/*===== フォーム =====*/

#section-04 {
  padding-bottom: 30px;
  background: #f1f1f1;
}

#section-04 form {
  font-size: 7px;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 21px 30px;
}

#section-04 form>*:first-child {
  margin-top: 0 !important;
}

#section-04 form h2 {
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin: 4.5em 0 1.2em;
}

#section-04 form h3 {
  font-weight: bold;
  font-size: 8px;
  line-height: 1;
  margin: 2.75em 0 1.25em;
}

#section-04 form p {
  font-size: 7px;
  line-height: 1.75;
}

#section-04 form>p {
  color: #F05A24;
  margin: 0.5em 0 1.7em;
}

#section-04 form h2+p {
  text-align: center;
  margin: 1.71em 0 4em;
}

/*入力ボックス*/

#section-04 form input[type="radio"],#section-04 form input[type="checkbox"],#section-04 form input[type="text"] {
  -webkit-appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  margin-bottom: 21px;
  padding: 0.3em 0.35em;
  background: #fff;
  border: solid 2px #F05A24;
  border-radius: 0;
}
#section-04 form input[type="submit"]{
  -webkit-appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  margin: 21px auto 10px;
  padding: 0.3em 0.35em;
  border: solid 2px #F05A24;
}
#section-04 form input[type="radio"], #section-04 form input[type="checkbox"] {
  display: none;
}

.radio-box__wrapper {
  margin-top: 12px;
}

.radio-box__wrapper li {
  font-size: 8pxm;
  margin-bottom: 8px;
}

.radio-box__wrapper label span.mwform-radio-field-text {
  position: relative;
}
.radio-box__wrapper label span.mwform-radio-field-text:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: -0.25em;
  margin-right: 1.5em;
  background: #fff;
  border: solid 2px #F05A24;
  border-radius: 0.2em;
}

.radio-box__wrapper label span.mwform-radio-field-text {
  position: relative;
}

.radio-box__wrapper.building-type label span.mwform-radio-field-text:before {
  border-radius: 50%;
}

.radio-box__wrapper label span.mwform-checkbox-field-text {
  position: relative;
}
.radio-box__wrapper label span.mwform-checkbox-field-text:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: -0.25em;
  margin-right: 1.5em;
  background: #fff;
  border: solid 2px #F05A24;
  border-radius: 0.2em;
}

.radio-box__wrapper label span.mwform-checkbox-field-text {
  position: relative;
}

.radio-box__wrapper.building-type label span.mwform-checkbox-field-text:before {
  border-radius: 50%;
}

.radio-box__wrapper:not(.building-type) label input:checked~span:after {
  position: absolute;
  /*top: -40%;*/
  top: 0;
  left: -1px;
  content: '\2713';
  font-size: 2.0em;
  text-align: center;
  line-height: 1.1em;
  color: #000;
}

.building-type.radio-box__wrapper label input:checked~span:before {
  background: #F05A24;
}

/*===== ご住所 =====*/

.zip-box_wrapper {
  display: flex;
  align-items: center;
  font-size: 8px;
  margin: 10px 0 22px;
}

.zip-box_wrapper:before {
  display: block;
  content: "〒";
  font-size: 7px;
  line-height: 0;
  margin-top: 1px;
  margin-right: 6px;
}

.zip-box_wrapper input {
  width: 7.3em !important;
  margin: 0 !important;
  margin-right: 8px !important;
}

#section-04 .zip-box_wrapper .ajaxzip3 {
  cursor: pointer;
  font-size: 10px !important;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em 1.25em;
  background: #F05A24;
  border-radius: 0.5em;
}

.mw_wp_form_input .cp_ipselect {
  position: relative;
  overflow: hidden;
  font-size: 16px !important;
  width: 10em;
  background: #fff;
  border: solid 2px #F05A24;
}

.mw_wp_form_input .cp_ipselect select {
  cursor: pointer;
  font-size: 1.0em !important;
  width: 100%;
  padding-right: inherit;
  text-indent: 0.01px;
  line-height: 1.0;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  padding: 0.35em 0.35em;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.mw_wp_form_input .cp_ipselect select:-ms-expand {
  display: none;
}

.mw_wp_form_input .cp_ipselect:before {
  position: absolute;
  top: 33%;
  right: 5%;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  padding: 0;
  content: '';
  border: solid #F05A24;
  border-width: 0 2px 2px 0;
  pointer-events: none;
}

/*生年月日*/

.birthday_wrapper li {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.birthday_wrapper li>* {
  font-size: 8px;
  margin-right: 6px
}

/*プライバシーポリシー*/

.privacy-announce {
  margin: 30px 0 18px;
}

#policy_box {
  margin-bottom: 28px;
}

#privacy-policy_wrapper {
  font-size: 7px;
  overflow-y: scroll;
  height: 30em;
  margin-bottom: 2.0em;
  background: #fff;
  border: solid 1px #dcdcdc;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05) inset;
}

.privacy-policy_content {
  padding: 2.5em;
}

#section-04 #privacy-policy_wrapper h4 {
  font-size: 1.8em !important;
  text-align: center;
  margin: 0.8em 0 2em;
}

#section-04 .privacy-policy_content h5 {
  font-size: 1.15em;
  margin-top: 2.0em;
  margin-bottom: 0.5em;
}

#section-04 .privacy-policy_content p {
  font-size: 1.0em;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0;
}

#section-04 .privacy-policy_content ul {
  font-size: 1.0em;
  line-height: 1.5;
  color: #666;
  margin-top: 0.5em !important;
}

#section-04 .privacy-policy_content ul li {
  margin-bottom: 0.5em;
  margin-left: 1.25em;
}

#section-04 .privacy-policy_content ul li::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  margin-left: -1.0em;
  background: #666;
  border-radius: 50%;
}

#section-04 .privacy-policy_content a {
  color: blue;
  text-decoration: underline;
}

#psnl-check-box-1 {
  display: inline-block!important;
  width: 15px!important;
  height: 15px!important;
  background: #fff!important;
  border: solid 2px #c2c2c2!important;
  border-radius: 2px!important;
}

#policy_box.disabled label {
  pointer-events: none;
  opacity: 0.5;
}

#psnl-check:checked~#psnl-check-box-1 {
  position: relative!important;
  background: #5699f5!important;
  border: none!important;
}

#psnl-check:checked~#psnl-check-box-1:before {
  content: '\2713'!important;
  position: absolute!important;
  top: 0!important;
  left: -5%!important;
  font-size: 2.25em!important;
  text-align: left!important;
  line-height: 1.1em!important;
  color: #fff!important;
  width: 0.5em!important;
  height: 1em!important;
}

.psnl-check {
  display: inline-block!important;
  font-size: 12px!important;
  line-height: 1.4!important;
  vertical-align: top!important;
  margin-top: -0.1em!important;
  padding-left: 8px!important;
}

#psnl-info.disabled label {
  pointer-events: none;
  opacity: 0.5;
}

/*送信ボタン*/

input#submit {
  display: none !important;
}

.form-submit {
  cursor: pointer;
  display: block;
  font-size: 9px;
  line-height: 3.5;
  text-align: center;
  color: #fff;
  margin-top: 0.88em;
  margin: 0.88em -7px 0;
  background: #F05A24;
  border-radius: 100em;
}

input#submit:disabled+.form-submit {
  opacity: 0.2;
}

footer {
  height: 70px;
  background: #F05A24;
  padding-top: 30px;
  padding-left: 18px;
}

footer a {
  display: block;
  width: 76px;
}

.empty, .radio-box__wrapper.empty label span:before {
  border-color: blue !important;
}

#check_section {
  font-size: 12px;
  background: #f1f1f1;
}

#check_section h1 {
  background: #F05A24;
  color: #fff;
  font-size: 1.4em;
  line-height: 3.0;
  text-align: center;
  margin-bottom: 1.0em;
}

#check_section p {
  font-size: 1.0em;
  text-align: center;
  padding: 0 20px;
}

#check_section form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 1.4em;
}

#check_section table {
  margin-bottom: 2.0em;
  background: #fff;
  border: solid #aaa;
  border-width: 1px 0;
}

#check_section tr:not(:last-child) {
  border-bottom: solid 1px #ccc;
}

#check_section th, #check_section td {
  font-size: 0.95em;
  line-height: 1.6;
  text-align: left;
  padding: 0.75em 1.0em;
}

#check_section th {
  font-size: 0.8em;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

#check_section th[colspan="3"] {
  text-align: center;
  background: #dfdfdf;
}

#check_section th[rowspan="5"] {
  border-right: solid 1px #ccc;
}

#check_section input {
  -webkit-appearance: none;
  display: inline;
  font-size: 1.0em;
  border: none;
  background: none;
}

#check_section input[name="birth02"], #check_section input[name="birth03"] {
  text-align: right;
}

#check_section input[name="internet"] {
  display: block;
  width: 100%;
}
.complete{
    display:none;
}

#section-04 form>p{
    color:#000;
}