@charset "UTF-8";
/* お問い合わせ
----------------------------------------------- */
/* line 8, contact.scss */
.contact .sub_cover {
  background: url("../images/contact/page_cover.png") no-repeat top center;
}
@media screen and (max-width: 767px) {
  /* line 8, contact.scss */
  .contact .sub_cover {
    background-size: cover;
  }
}
/* line 15, contact.scss */
.contact .form {
  max-width: 800px;
  margin: 0 auto 100px;
}
/* line 19, contact.scss */
.contact .form p {
  margin-bottom: 30px;
}
/* line 23, contact.scss */
.contact .form .red {
  color: red;
}
/* line 29, contact.scss */
.contact .mail_flow {
  display: flex;
  margin-bottom: 30px;
}
/* line 32, contact.scss */
.contact .mail_flow li {
  width: 31%;
  text-align: center;
  padding: 0.8em 0;
  font-size: small;
  margin-right: 2%;
  color: #ffffff;
  background-color: #cccccc;
  background-image: url("../images/contact/form-flow-tip.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
/* line 44, contact.scss */
.contact .mail_flow li:last-child {
  background-image: none;
}
/* line 47, contact.scss */
.contact .mail_flow li.active {
  background-color: #84CCC9;
}
/* line 54, contact.scss */
.contact .contact_form {
  /* ------ 送信ボタン ----- */
}
/* line 55, contact.scss */
.contact .contact_form .inputs {
  display: table;
  margin-bottom: 2em;
  /* ------ 各フォームパーツ ----- */
}
@media screen and (max-width: 767px) {
  /* line 55, contact.scss */
  .contact .contact_form .inputs {
    display: block;
  }
}
/* line 61, contact.scss */
.contact .contact_form .inputs .group {
  display: table-row;
}
@media screen and (max-width: 767px) {
  /* line 61, contact.scss */
  .contact .contact_form .inputs .group {
    display: block;
  }
}
/* line 67, contact.scss */
.contact .contact_form .inputs .group .name, .contact .contact_form .inputs .group .input {
  display: table-cell;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 67, contact.scss */
  .contact .contact_form .inputs .group .name, .contact .contact_form .inputs .group .input {
    display: block;
  }
}
/* line 75, contact.scss */
.contact .contact_form .inputs .group .name {
  width: 35%;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 75, contact.scss */
  .contact .contact_form .inputs .group .name {
    width: 100%;
  }
}
/* line 85, contact.scss */
.contact .contact_form .inputs .req:after {
  content: "※";
  font-size: x-small;
  font-weight: normal;
  color: #f4858d;
  vertical-align: middle;
  padding-left: 0.5em;
}
/* line 93, contact.scss */
.contact .contact_form .inputs .error {
  color: red;
}
/* line 98, contact.scss */
.contact .contact_form .inputs input, .contact .contact_form .inputs textarea, .contact .contact_form .inputs select {
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
}
/* line 110, contact.scss */
.contact .contact_form .btn-box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 110, contact.scss */
  .contact .contact_form .btn-box {
    width: 80%;
  }
}
/* line 120, contact.scss */
.contact .contact_form .btn-box .btn {
  font-size: 14px;
  padding: 7px;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
/* line 127, contact.scss */
.contact .contact_form .btn-box .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* line 135, contact.scss */
.contact .contact_form .btn-box .btn.back {
  width: 140px;
  background: #362e2b;
  color: #ffffff;
  margin-right: 10px;
}
/* line 143, contact.scss */
.contact .contact_form .btn-box .btn.submit {
  flex: 1;
  background: #F9C474;
  color: #ffffff;
}
/* line 149, contact.scss */
.contact .contact_form .btn-box br {
  display: none;
}
/* line 155, contact.scss */
.contact .complete {
  padding: 80px;
}

/*# sourceMappingURL=contact.css.map */
