﻿html body #loading {
  transition: all 1s;
  background: #fff;
}
html body main #page_mainVisual .inner {
  background: url(../image/img_mainvisual_sp.jpg) no-repeat center/cover;
}
html body main .container #contact .inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group {
  position: relative;
  padding-bottom: 21px;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .input-cover .input-box {
  display: block;
  width: 100%;
  padding: 10px 10px 8px 10px;
  background: #fff;
  border: #ddd 2px solid;
  font-size: 1.6rem;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .input-cover .input-box::-moz-placeholder {
  color: #888;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .input-cover .input-box::placeholder {
  color: #888;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .input-cover #inquiry {
  height: 160px;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .select-cover {
  position: relative;
  cursor: pointer;
}
html body main .container #contact .inner .app_form form .form-horizontal .form-group .select-cover::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url(../image/arrow.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html body main .container #contact .inner .app_form form .policy-check_txt {
  text-align: center;
  line-height: 200%;
  padding-bottom: 23px;
}
html body main .container #contact .inner .app_form form .policy-check_txt_link {
  border-bottom: #333333 1px solid;
}
html body main .container #contact .inner .app_form form .policy-check_txt_link:hover {
  color: #888;
  border-bottom: #888 1px solid;
}
html body main .container #contact .inner .app_form form .policy-check .check-box {
  padding-bottom: 25px;
  text-align: center;
}
html body main .container #contact .inner .app_form form .policy-check .check-box .agree {
  cursor: pointer;
}
html body main .container #contact .inner .app_form form .policy-check .check-box .agree-check:checked + .lever::after {
  position: absolute;
  top: 5px;
  left: 6px;
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #333333;
  transform: rotate(135deg);
}
html body main .container #contact .inner .app_form form .policy-check .check-box .agree .lever {
  position: relative;
  padding-left: 36px;
  vertical-align: top;
}
html body main .container #contact .inner .app_form form .policy-check .check-box .agree .lever::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: #cccccc 2px solid;
}
html body main .container #contact .inner .app_form form .form_btn {
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
html body main .container #contact .inner .app_form form .form_btn input {
  width: 100%;
  height: 48px;
  background: #3f598f;
}
html body main .container #contact .inner .app_form form .form_btn :hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  html body main #page_mainVisual .inner {
    background: url(../image/img_mainvisual_pc.jpg) no-repeat center/cover;
  }
  html body main .container #contact .inner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  html body main .container #contact .inner .app_form form .form-horizontal .form-group {
    display: flex;
    padding-bottom: 20px;
  }
  html body main .container #contact .inner .app_form form .form-horizontal .form-group .form-label {
    padding-top: 10px;
    width: 30%;
  }
  html body main .container #contact .inner .app_form form .form-horizontal .form-group .input-cover {
    width: 100%;
  }
  html body main .container #contact .inner .app_form form .form-horizontal .form-group:last-child {
    padding-bottom: 0;
  }
  html body main .container #contact .inner .app_form form .policy-check_txt {
    padding-top: 30px;
    text-align: center;
    line-height: 200%;
  }
  html body main .container #contact .inner .app_form form .policy-check_txt_link {
    border-bottom: #333333 1px solid;
  }
  html body main .container #contact .inner .app_form form .policy-check_txt_link:hover {
    color: #888;
    border-bottom: #888 1px solid;
  }
  html body main .container #contact .inner .app_form form .policy-check_txt br {
    display: none;
  }
  html body main .container #contact .inner .app_form form .policy-check .check-box {
    padding-bottom: 25px;
  }
  html body main .container #contact .inner .app_form form .policy-check .check-box .agree-check:checked + .lever::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 6px;
  }
  html body main .container #contact .inner .app_form form .policy-check .check-box .agree .lever {
    padding-left: 36px;
    font-size: 1.6rem;
  }
  html body main .container #contact .inner .app_form form .policy-check .check-box .agree .lever::before {
    top: -1px;
    width: 20px;
    height: 20px;
  }
  html body main .container #contact .inner .app_form form .form_btn input {
    width: 240px;
    height: 50px;
  }
}/*# sourceMappingURL=contact.css.map */