:root {
  --fwn: normal;
  --ff: "游ゴシック", YuGothic, "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  --Key1: #b6b692;
  --White: #fff;
  --Border: #2b2b2b;
  --Black: #1c1c1c;
}

#contact_list {
  margin-top: 80px;
}
.page-contact__input {
  border-top: 1px solid var(--Border);
  padding-top: 40px;
  /* padding-bottom: 80px; */
}

.page-contact__input__dlwrap dl {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .page-contact__input__dlwrap dl {
    display: block;
  }
}

.page-contact__input__dlwrap dl + dl {
  margin-top: 1rem;
}

.page-contact__input__dlwrap dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  line-height: 55px;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__dlwrap dt {
    display: block;
    width: 100%;
    line-height: 2;
    margin-bottom: 0.5rem;
  }
}

.page-contact__input__dlwrap dt.req:after {
  content: "※";
  color: var(--Key1);
  position: absolute;
  right: 1rem;
  top: 0;
}
form.confirm .page-contact__input__dlwrap dt.req:after {
  display: none;
}

.page-contact__input__dlwrap dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__dlwrap dd {
    display: block;
    width: 100%;
  }
}
.page-contact__input__dlwrap input {
  border: 1px solid var(--Border);
  padding: 1rem;
  width: 100%;
  background-color: var(--White);
  box-sizing: border-box;
  color: var(--Black);
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.page-contact__input__dlwrap textarea {
  border: 1px solid var(--Border);
  padding: 1rem;
  width: 100%;
  background-color: var(--White);
  box-sizing: border-box;
  height: 10rem;
  color: var(--Black);
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.page-contact__input__dlwrap .p-cap {
  margin-top: 0.5rem;
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #aaaaaa;
}
form.confirm .page-contact__input__dlwrap .p-cap {
  display: none;
}
@media only screen and (max-width: 979px) {
  .page-contact__input__dlwrap .p-cap {
    font-size: 12px;
  }
}

@media only screen and (max-width: 650px) {
  .page-contact__input__dlwrap .p-cap {
    font-size: 11px;
  }
}
.p-radio {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 650px) {
  .p-radio {
    display: flex;
    gap: 1rem 0.5rem;
  }
}

.p-radio label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
  margin-right: 1.2rem;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 650px) {
  .p-radio label {
    padding-left: 2.2em;
    margin-right: 0rem;
    width: 50%;
  }
}
.p-radio input {
  display: none;
}
.p-radio input + span {
  display: inline-block;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  line-height: 55px;
}

@media only screen and (max-width: 650px) {
  .p-radio input + span {
    line-height: 20px;
  }
}
.p-radio input + span:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--Border);
  background-color: var(--White);
  opacity: 1;
  border-radius: 100%;
}
@media only screen and (max-width: 650px) {
  .p-radio input + span:before {
    width: 20px;
    height: 20px;
    /* margin-top: 0;
    top: 0; */
  }
}

.p-radio input + span:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0.45rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  opacity: 0;
  background-color: var(--Key1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (max-width: 650px) {
  .p-radio input + span:after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.p-radio input:checked + span:after {
  opacity: 1;
}

.b-links__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
  margin-top: 40px;
}

@media only screen and (max-width: 650px) {
  .b-links__wrap {
    gap: 1rem;
    flex-direction: column-reverse;
  }
}

.page-contact__input__button {
  width: 300px;
  height: 60px;
  border: 1px solid #807e6b;
  display: block;
  background: transparent;
  cursor: pointer;
  /* margin-left: auto;
  margin-right: auto; */
  /* margin-bottom: 80px; */
  position: relative;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__button {
    width: 240px;
    height: 48px;
  }
}

@media only screen and (min-width: 979px) {
  .page-contact__input__button:hover:before {
    top: 0;
    height: 100%;
  }
  .page-contact__input__button:hover span.wrap {
    color: #212121;
  }
}
.page-contact__input__button:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  background-color: #b6b692;
  height: 0;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.page-contact__input__button span.wrap {
  text-align: left;
  position: relative;
  z-index: 1;
  font-family: "Oswald", "游ゴシック", YuGothic, "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 40px;
  color: #b6b692;
  padding: 10px 16px;
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__button span.wrap {
    line-height: 27px;
  }
}
.page-contact__input__button span.wrap span {
  float: right;
  font-size: 11px;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

.page-contact__input__back {
  width: 300px;
  height: 60px;
  border: 1px solid #807e6b;
  display: block;
  background: transparent;
  cursor: pointer;
  /* margin-left: auto;
  margin-right: auto; */
  /* margin-bottom: 80px; */
  position: relative;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__back {
    width: 240px;
    height: 48px;
  }
}

@media only screen and (min-width: 979px) {
  .page-contact__input__back:hover:before {
    top: 0;
    height: 100%;
  }
  .page-contact__input__back:hover span.wrap {
    color: #212121;
  }
}
.page-contact__input__back:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  background-color: #b6b692;
  height: 0;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.page-contact__input__back span.wrap {
  text-align: left;
  position: relative;
  z-index: 1;
  font-family: "Oswald", "游ゴシック", YuGothic, "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 40px;
  color: #b6b692;
  padding: 10px 16px;
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: color 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
@media only screen and (max-width: 650px) {
  .page-contact__input__back span.wrap {
    line-height: 27px;
  }
}
.page-contact__input__back span.wrap span {
  float: right;
  font-size: 11px;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

.p-lead__s {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
}
@media only screen and (max-width: 979px) {
  .p-lead__s {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 650px) {
  .p-lead__s {
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    color: #fff;
  }
  .p-lead__s br {
    display: none;
  }
}

.contact_txt {
}
@media only screen and (max-width: 650px) {
  .contact_txt {
    text-align: left !important;
  }
  .contact_txt br {
    display: none;
  }
}
