@charset "UTF-8";
.fix_bnr,
.contact_area {
  display: none;
}

.contact_ttl {
  position: relative;
  text-align: center;
  color: #1E5445;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 32px;
  z-index: 2;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .contact_ttl {
    font-size: 40px;
    margin-top: 180px;
  }
}
.contact_ttl::after {
  content: "Contact";
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  color: rgba(155, 192, 182, 0.3);
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
  z-index: -1;
  top: -15px;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .contact_ttl::after {
    font-size: 160px;
    top: -30px;
  }
}

.read {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .read {
    padding: 120px 0;
  }
}
.read_txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .read_txt {
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
  }
}

form {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  form {
    margin-bottom: 160px;
  }
}

table.info {
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
  overflow: hidden;
}
table.info th,
table.info td {
  line-height: 1.5;
  font-weight: normal;
  vertical-align: top;
  display: block;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  table.info th,
  table.info td {
    display: table-cell;
  }
}
table.info th {
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  table.info th {
    width: 30%;
    padding: 30px 0 40px;
  }
}
table.info th span {
  position: relative;
}
table.info th span::after {
  position: absolute;
  content: "＊必須";
  color: #D32929;
  font-size: 12px;
  font-weight: 500;
  top: 4px;
  right: -60px;
}
table.info th.no span::after {
  display: none;
}
table.info td {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  table.info td {
    padding: 20px 0;
  }
}
table.info td .check_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  table.info td .check_list {
    display: block;
  }
}
table.info td.list {
  vertical-align: middle;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  table.info td.list {
    padding: 0;
  }
}
table.info td input {
  padding: 15px 10px;
  background-color: #E0EEE9;
}
table.info td input.w01,
table.info td .select_wrap.w01 {
  width: 100%;
}
table.info td input.w02,
table.info td .select_wrap.w02 {
  width: 100%;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  table.info td input.w02,
  table.info td .select_wrap.w02 {
    width: 44%;
  }
}
table.info td input.w03,
table.info td .select_wrap.w03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.info td input.w03,
  table.info td .select_wrap.w03 {
    width: 23%;
  }
}
table.info td .check_list li {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  table.info td .check_list li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
  }
}
table.info td .check_list li:last-child {
  margin-right: 0;
}
table.info td .check_list li label {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
table.info td textarea {
  height: auto;
  background: #E0EEE9;
  width: 100%;
  border: none;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  table.info td textarea {
    padding: 15px;
  }
}
table.info td textarea::-moz-placeholder {
  color: #999;
}
table.info td textarea::placeholder {
  color: #999;
}
table.info.confirm_info td {
  vertical-align: middle;
}
table.info div p:first-child {
  margin-bottom: 10px;
}
table.info .error_wrap {
  color: #F00;
}

/* チェックボックス、ラジオボタンカスタム（WordPress / CF7 対応版） */
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .check-parts,
input[type=checkbox] + .wpcf7-list-item-label, input[type=radio] + .check-parts,
input[type=radio] + .wpcf7-list-item-label {
  padding-left: 25px;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + .check-parts::before,
input[type=checkbox] + .wpcf7-list-item-label::before, input[type=radio] + .check-parts::before,
input[type=radio] + .wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #1E5445;
  position: absolute;
  top: 4px;
  left: 0;
}
input[type=checkbox] + .check-parts::before,
input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #8BAFA5;
  border-radius: 2px;
}
input[type=checkbox]:checked + .check-parts::after,
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 8px;
  height: 15px;
  transform: rotate(40deg);
  border-bottom: 2px solid #1E5445;
  border-right: 2px solid #1E5445;
}
input[type=radio] + .check-parts::before,
input[type=radio] + .wpcf7-list-item-label::before {
  border: 1px solid #8BAFA5;
  border-radius: 50%;
}
input[type=radio]:checked + .check-parts::after,
input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background: #1E5445;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* 1. CF7特有の「選択肢を囲むspan」の見た目を元のliの並び（横並びなど）に合わせる */
.check_list .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.check_list .wpcf7-list-item label {
  cursor: pointer;
}

.btn_box {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .btn_box {
    margin-top: 100px;
  }
}
.btn_box .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_box .btn_wrap li {
  max-width: 280px;
  width: 100%;
}
.btn_box .btn_wrap li a {
  width: 100%;
}

/* CF7が生成するチェックボックス・ラジオボタンのラップ要素をliと同じ挙動にする */
.check_list .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  /* 元のliに合わせる */
  padding: 0;
}

/* その他用のテキストエリアを囲むspanが100%幅になるように調整 */
.wpcf7-form-control-wrap.inquiry-other {
  display: block;
  width: 100%;
}/*# sourceMappingURL=contact.css.map */