@charset "UTF-8";
#contents-page.contact .top-kv {
  height: 400px;
}
@media (max-width: 767px) {
  #contents-page.contact .top-kv {
    height: 300px;
  }
}
#contents-page.contact .top-kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents-page .section01 {
  margin-bottom: 30px;
}
#contents-page .section01 .inner {
  max-width: 770px;
}
#contents-page .section01 .headline {
  line-height: 1.9;
}
@media (max-width: 767px) {
  #contents-page .section01 .headline {
    font-size: 24px;
  }
}
#contents-page .section01 .text {
  text-align: center;
  line-height: 1.75;
}
#contents-page .section01 .text a {
  line-height: 1.75;
  display: inline-block;
  color: #c6b399;
  text-decoration: underline;
}
#contents-page .section01 .contact-list .row,
#contents-page .section01 .cf7-confirm-list .row {
  gap: 20px;
  margin-bottom: 35px;
}
#contents-page .section01 .contact-list .row .top,
#contents-page .section01 .cf7-confirm-list .row .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1.75;
}
#contents-page .section01 .contact-list .row .top span,
#contents-page .section01 .cf7-confirm-list .row .top span {
  color: #c63d26;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #c63d26;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents-page .section01 .contact-list .row .bottom,
#contents-page .section01 .cf7-confirm-list .row .bottom {
  width: 100%;
}
#contents-page .section01 .contact-list .row .bottom input,
#contents-page .section01 .contact-list .row .bottom textarea,
#contents-page .section01 .contact-list .row .bottom select,
#contents-page .section01 .cf7-confirm-list .row .bottom input,
#contents-page .section01 .cf7-confirm-list .row .bottom textarea,
#contents-page .section01 .cf7-confirm-list .row .bottom select {
  width: 100%;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aab3ba;
  border-radius: 5px;
}
#contents-page .section01 .contact-list .row .bottom.select,
#contents-page .section01 .cf7-confirm-list .row .bottom.select {
  position: relative;
}
#contents-page .section01 .contact-list .row .bottom.select::after,
#contents-page .section01 .cf7-confirm-list .row .bottom.select::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #aab3ba;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
#contents-page .section01 .wpcf7-form-control-wrap {
  text-align: center;
  display: block;
  margin-bottom: 4px;
}
#contents-page .section01 .wpcf7-form-control-wrap input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #aab3ba; /* ←ここが枠線色 */
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}
#contents-page .section01 .wpcf7-form-control-wrap input[type=checkbox]:checked {
  background: #aab3ba; /* チェック時背景 */
  border-color: #aab3ba; /* チェック時枠線 */
}
#contents-page .section01 .wpcf7-form-control-wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#contents-page .section01 .wpcf7-form-control-wrap a {
  text-decoration: underline;
}
#contents-page .section01 .wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents-page .section01 {
  /* エラーメッセージ：各項目のboxの直下にべたで表示 */
}
#contents-page .section01 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  color: #c00;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0;
  position: static;
}
#contents-page .section01 .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
  margin-bottom: 8px;
}
#contents-page .section01 .submit-btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  background-color: #231815;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents-page .section01 .wpcf7-spinner {
  display: none;
}
#contents-page .section01 .submit-btn {
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
  width: 240px;
}
#contents-page .section01 .submit-btn button {
  color: #fff;
}
#contents-page .section01 .submit-btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.275em 0.3em;
  border-left-color: currentColor;
  border-right: 0;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
#contents-page {
  /* 本当のsubmitは隠す */
}
#contents-page .cf7-hidden-submit {
  display: none;
}
#contents-page .cf7-confirm .cf7-confirm-list {
  margin-bottom: 60px;
}
#contents-page .cf7-confirm .cf7-confirm-list .row {
  padding-bottom: 25px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #aab3ba;
}
#contents-page .cf7-confirm .cf7-confirm-list .row:last-child {
  margin-bottom: 0;
}
#contents-page .cf7-confirm-actions button {
  cursor: pointer;
}
#contents-page .cf7-confirm-actions button:first-child {
  display: block;
  width: 240px;
  margin: 0 auto;
  background-color: #231815;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents-page .cf7-confirm-actions button:last-child {
  width: 100%;
  margin-top: 30px;
  display: block;
  text-align: center;
  text-decoration: underline;
}