@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.area_contact .sec_contact {
  margin-top: 30px;
}
.area_contact .sec_contact .errmsg, .area_contact .sec_contact #errorMessage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #AE2803;
  padding: 20px;
  margin: 30px auto 0;
  color: #AE2803;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .errmsg, .area_contact .sec_contact #errorMessage {
    padding: 20px 15px;
  }
}
.area_contact .sec_contact .errmsg > li, .area_contact .sec_contact #errorMessage > li {
  margin: 5px 0;
}
.area_contact .sec_contact .errmsg a, .area_contact .sec_contact #errorMessage a {
  color: #AE2803;
}
.area_contact .sec_contact .block_contact {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .block_contact {
    margin-top: 30px;
  }
}
.area_contact .sec_contact .block_contact.input_now .display_check {
  display: none !important;
}
.area_contact .sec_contact .block_contact.check_now .display_input {
  display: none !important;
}
.area_contact .sec_contact .block_contact table {
  border-collapse: separate;
  width: 100%;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact table {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact table tbody, .area_contact .sec_contact .block_contact table thead {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact table tr {
    display: block;
  }
}
.area_contact .sec_contact .block_contact table tr th {
  text-align: left;
  background: #D2C7A7;
  padding: 30px 40px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  vertical-align: middle;
  width: 35%;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .block_contact table tr th {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact table tr th {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 30px 10px 15px;
  }
}
.area_contact .sec_contact .block_contact table tr td {
  width: 65%;
  font-size: 1.6rem;
  background: #f5f4f0;
  vertical-align: middle;
  padding: 30px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 10px solid #fff;
  position: relative;
  word-break: break-all;
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.area_contact .sec_contact .block_contact table tr td input, .area_contact .sec_contact .block_contact table tr td textarea {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999999;
}
.area_contact .sec_contact .block_contact table tr td input[type=text], .area_contact .sec_contact .block_contact table tr td textarea {
  width: 100%;
  margin: 5px 0;
}
.area_contact .sec_contact .block_contact table tr td textarea {
  height: 200px;
}
.area_contact .sec_contact .block_contact table tr td input[type=tel] {
  width: 100%;
  margin: 5px 0;
}
.area_contact .sec_contact .block_contact table tr td input[type=tel].yubin {
  width: 180px;
  margin-left: 5px;
}
.area_contact .sec_contact .block_contact table tr td input[type=email] {
  width: 100%;
  margin: 5px 0;
}
.area_contact .sec_contact .block_contact table tr td input[type=radio], .area_contact .sec_contact .block_contact table tr td input[type=checkbox] {
  margin: 5px;
}
.area_contact .sec_contact .block_contact table tr td label {
  display: block;
  margin: 5px 0;
}
.area_contact .sec_contact .block_contact .required {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AE2803;
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_contact .required {
    right: 10px;
  }
}
.area_contact .sec_contact .block_agree {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .block_agree {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .block_agree {
    text-align: left;
  }
}
.area_contact .sec_contact .block_agree a {
  text-decoration: underline;
}
.area_contact .sec_contact .list_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .list_btn {
    margin-top: 30px;
  }
}
.area_contact .sec_contact .list_btn li {
  margin: 10px;
  width: 300px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 480px) {
  .area_contact .sec_contact .list_btn li {
    margin: 5px;
    width: 100%;
  }
}
.area_contact .sec_contact .list_btn li.prev input[type=submit] {
  border-color: #2b323b;
  color: #2b323b;
}
.area_contact .sec_contact .list_btn li.prev input[type=submit]:hover {
  background: #2b323b;
  color: #fff;
}
.area_contact .sec_contact .list_btn li input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em 1em;
  border: 1px solid #AE2803;
  cursor: pointer;
  color: #AE2803;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .list_btn li input[type=submit] {
    font-size: 1.6rem;
  }
}
.area_contact .sec_contact .list_btn li input[type=submit]:hover {
  background: #AE2803;
  color: #fff;
}
.area_contact .sec_contact .btn_common {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_contact .sec_contact .btn_common {
    margin-top: 50px;
  }
}