@charset "UTF-8";
/*******************common*******************/
body.contact header .nav-container ul li a {
  color: #707070;
}

main.page {
  padding: 200px 0 100px 0;
}

section.page-content {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
section.page-content h1 {
  margin: 0 0 50px;
}
section.page-content h1 span {
  display: block;
  font-size: 28px;
  margin: 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 10px 0;
  position: relative;
}
section.page-content h1 span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 100px;
  height: 1px;
  background: #707070;
}

h2.strong-title {
  text-align: center;
  margin: 20px auto 50px;
  position: relative;
}
h2.strong-title::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 140px;
  height: 1px;
  background: #D0AE00;
}

.tel-box p.tel {
  font-size: 180%;
  text-align: center;
  font-weight: bold;
}
.tel-box p {
  text-align: center;
}

section.form-content {
  margin: 150px 0;
}

table.kurashi-form {
  width: 90%;
  max-width: 700px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0 20px;
  table-layout: fixed;
}
table.kurashi-form tr {
  width: 100%;
}
table.kurashi-form tr th {
  text-align: left;
  background-color: #F2E9C3;
  font-weight: bold;
  padding: 20px 20px;
  vertical-align: middle;
  width: 30%;
}
table.kurashi-form tr th span {
  display: inline-block;
  vertical-align: top;
  line-height: 110%;
}
table.kurashi-form tr th span.must {
  background-color: #D0AE00;
  border-radius: 3px;
  color: #fff;
  padding: 2px 4px;
  float: right;
  font-size: 80%;
}
table.kurashi-form tr td {
  text-align: left;
  background-color: #fff;
  padding: 20px 20px;
  vertical-align: middle;
  width: 70%;
  clear: both;
}
table.kurashi-form tr td.fix01 input {
  height: 35px;
  width: 90%;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif !important;
}
table.kurashi-form tr td.fix01 select {
  height: 35px;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif !important;
}
table.kurashi-form tr td.fix01 textarea {
  width: 90%;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif !important;
}

.wpcf7c-conf {
  background-color: #999999 !important;
}

p#confirm {
  text-align: center;
  display: block;
  margin: 30px auto;
  width: 350px;
}
p#confirm input {
  width: 38% !important;
  margin: 10px 4% !important;
  color: #fff !important;
  padding: 10px 1% !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif !important;
  border: unset;
  font-weight: bold;
  font-size: 110%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
p#confirm input.wpcf7-submit {
  background-color: #D0AE00 !important;
}
p#confirm input.wpcf7-confirm {
  background-color: #D0AE00 !important;
}
p#confirm input.wpcf7-back {
  background-color: #707070 !important;
}

@media screen and (max-width: 500px) {
  table.kurashi-form tr th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.kurashi-form tr td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*# sourceMappingURL=contact.css.map */