@charset "UTF-8";
/* ------------------------------------- */
/* mv
/* ------------------------------------- */
.lower-mv-bg {
  background: url(../img/contact/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg {
    background: url(../img/contact/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* ------------------------------------- */
/* form
/* ------------------------------------- */
.form_info_text {
  text-align: center;
  line-height: 1.7;
  padding: 30px 5%;
  background: #eef9fe;
  margin-bottom: 40px;
}

.caution {
  color: #d88d84;
}

.form_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

.form_area .table {
  border-collapse: collapse;
  width: 100%;
}

.form_area .table tr {
  border-top: 1px solid #e0e0e0;
}

.form_area .table tr:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.form_area .table th, .form_area .table td {
  padding: 20px;
  text-align: left;
}

.form_area .table th {
  width: 30%;
  vertical-align: middle;
}

.form_area .table td input, .form_area .table td textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
}

.form_area .table td textarea {
  height: calc( 1.3em * 5);
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .form_area {
    padding: 100px 5% 60px;
  }
  .form_area .table th, .form_area .table td {
    display: block;
  }
  .form_area .table th {
    width: 100%;
    background: #f6f6f6;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }
}

/* ------------------------------------- */
/* .privacy
/* ------------------------------------- */
.form_wrap .privacy {
  width: 100%;
  height: 214px;
  margin-top: 40px;
  padding: 15px;
  overflow-y: scroll;
  border: solid 1px #000;
}

.form_wrap .privacy h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}

.form_wrap .privacy p {
  width: auto;
  margin: 0 2%;
  font-size: 1.2rem;
  line-height: 1.4;
}

.form_wrap .privacy p.head {
  margin: 15px 0 5px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
}

.form_wrap .privacy ul {
  margin: 2% 0 0 2%;
}

.form_wrap .privacy ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.94;
}

.form_wrap .privacy ul li::before {
  margin-left: -1em;
  content: "・";
}

.form_wrap .privacyAgree {
  margin-top: 30px;
  text-align: center;
}

.form_wrap .privacyAgree .is-error-privacy_check {
  margin-bottom: 8px;
  color: red;
}

/* ------------------------------------- */
/* .btn
/* ------------------------------------- */
.form_wrap .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.form_wrap .btn-area input {
  width: 290px;
  padding: 20px 0;
  border: solid 1px;
}

.form_wrap .btn-area input#submit {
  margin-right: 50px;
  background-color: #1a4592;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 100px;
}

.form_wrap .btn-area input#submit:hover {
  background-color: #fff;
  color: #1a4592;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_wrap .btn-area input#reset {
  color: #1a4592;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 100px;
}

.form_wrap .btn-area input#reset:hover {
  background-color: #1a4592;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_wrap .btn-area .return-btn,
.form_wrap .btn-area .submit-btn {
  width: 290px;
  padding: 20px 0;
  border: solid 2px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
}

.form_wrap .btn-area .return-btn {
  margin-right: 50px;
  color: #1a4592;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_wrap .btn-area .return-btn:hover {
  background-color: #1a4592;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_wrap .btn-area .submit-btn {
  display: inline-block;
  background-color: #1a4592;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_wrap .btn-area .submit-btn:hover {
  background-color: #fff;
  color: #1a4592;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 600px) {
  .form_wrap .btn-area {
    display: block;
    text-align: center;
  }
  .form_wrap .btn-area .submit-btn {
    margin-bottom: 30px;
  }
  .form_wrap .btn-area input#submit,
  .form_wrap .btn-area .return-btn {
    margin-right: auto;
    display: inline-block;
  }
  .form_wrap .btn-area .return-btn {
    margin-bottom: 30px;
  }
}

/* ------------------------------------- */
/* .telephone
/* ------------------------------------- */
.telephone .sec-inner {
  padding-top: 0;
}

.telephone-info {
  border-top: 1px solid #e0e0e0;
  padding-top: 160px;
}

@media screen and (max-width: 600px) {
  .telephone-info {
    padding-top: 80px;
  }
}

.telephone-info-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 45px;
}

.telephone-number {
  color: #fff;
  font-size: 4.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  background: #1a4592;
  max-width: 400px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 600px) {
  .telephone-number {
    font-size: 3.6rem;
  }
}

.telephone-number .icon_tel {
  width: 50px;
  padding-right: 15px;
}

.telephone-caution {
  font-size: 1.4rem;
  text-align: center;
}

/* ------------------------------------- */
/* thanks
/* ------------------------------------- */
.thanks h3 {
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.thanks-text {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}

.thanks .btn {
  margin: 40px auto 0;
}
/*# sourceMappingURL=contact.css.map */