@charset "UTF-8";
/*野津作成　お問い合わせ系フォーム用　基本的に編集不可*/
/*お問い合わせページ共通*/
.contact_wrap {
  margin-bottom: 130px; }
  @media screen and (max-width: 1024px) {
    .contact_wrap {
      margin-bottom: 90px; } }
  @media screen and (max-width: 834px) {
    .contact_wrap {
      margin-bottom: 60px; } }

.contact-header,
.contact-thanks {
  margin-top: 120px; }
  @media screen and (max-width: 834px) {
    .contact-header,
    .contact-thanks {
      margin-top: 50px; } }

.contact-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 834px) {
    .contact-header {
      margin-bottom: 30px;
      padding-bottom: 30px; } }

.contact-header__step {
  list-style-type: none;
  max-width: 270px;
  width: 90%;
  display: flex;
  color: #a9a9a9;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  margin: 0 auto 50px; }
  @media screen and (max-width: 834px) {
    .contact-header__step {
      margin-bottom: 30px; } }
  .contact-header__step > li {
    position: relative;
    flex: 0 0 2em;
    padding-top: 1em; }
    .contact-header__step > li::before, .contact-header__step > li::after {
      content: "";
      display: block;
      background-color: #ffffff;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 0;
      left: 50%; }
    .contact-header__step > li::before {
      width: 40px;
      height: 10px; }
    .contact-header__step > li::after {
      border-radius: 50%;
      aspect-ratio: 1 / 1;
      background-color: currentColor;
      width: 15px; }

.contact-header__comment,
.contact-header__please,
.contact-thanks__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  font-size: 20px; }
  @media screen and (max-width: 834px) {
    .contact-header__comment,
    .contact-header__please,
    .contact-thanks__title {
      font-size: 19px; } }
  @media screen and (max-width: 500px) {
    .contact-header__comment,
    .contact-header__please,
    .contact-thanks__title {
      font-size: 17px; } }

@media screen and (min-width: 641px) {
  .contact-header__please br {
    display: none; } }

@media screen and (min-width: 501px) {
  .contact-thanks__title br {
    display: none; } }

.contact_wrap .round-btn {
  justify-content: center;
  z-index: 0; }
  .contact_wrap .round-btn:before,
  .contact_wrap .round-btn .round-btn__line {
    z-index: -1; }
.contact_wrap .contact-thanks .round-btn:not(.contact-form__btn-back),
.contact_wrap .contact-form__btn .round-btn:not(.contact-form__btn-back) {
  color: #ffffff;
  transition: color .3s; }
  .contact_wrap .contact-thanks .round-btn:not(.contact-form__btn-back)::before,
  .contact_wrap .contact-form__btn .round-btn:not(.contact-form__btn-back)::before {
    background-color: #15283f; }
  .contact_wrap .contact-thanks .round-btn:not(.contact-form__btn-back):hover,
  .contact_wrap .contact-form__btn .round-btn:not(.contact-form__btn-back):hover {
    color: #15283f; }

.contact-form {
  margin-bottom: 45px; }
  @media screen and (max-width: 834px) {
    .contact-form {
      margin-bottom: 30px; } }

/*フォーム*/
.contact-form__main dt {
  font-weight: 700; }
@media screen and (max-width: 834px) {
  .contact-form__main dt {
    margin-bottom: .5em; }
  .contact-form__main dd:not(:last-child) {
    margin-bottom: 20px; } }
@media screen and (min-width: 835px) {
  .contact-form__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .contact-form__main > *:not(:last-of-type) {
      margin-bottom: 30px; }
    .contact-form__main > dt {
      width: 18em;
      padding-right: 1em;
      flex: 0 0 auto; }
      .contact-form__main > dt span {
        display: block; }
    .contact-form__main > dd {
      width: calc(100% - 19em);
      flex: 1 1 auto; } }
.contact-form__main .contact-form__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em; }

/*ボタンエリア*/
.contact-form__btn {
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 834px) {
    .contact-form__btn {
      gap: 10px; } }

/*** 入力画面 ***/
.contact-header__note {
  list-style-type: none;
  max-width: max-content;
  margin: 0 auto; }
  .contact-header__note > li {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em; }
    .contact-header__note > li:not(:last-child) {
      margin-bottom: .3em; }
    .contact-header__note > li::before {
      content: "※";
      width: 1em;
      display: inline-block;
      text-align: center;
      text-indent: 0; }

.contact-form__info {
  margin-bottom: 1em;
  text-align: right; }
  .contact-form__info::before {
    content: "*";
    font-size: 1.2em;
    color: #9c0019;
    font-weight: 700; }

.page-contact__input .contact-header__step > li:nth-child(1) {
  color: #15283f;
  font-weight: 700; }
  .page-contact__input .contact-header__step > li:nth-child(1)::after {
    background-color: #63abd6; }
.page-contact__input input[type="text"],
.page-contact__input input[type="password"],
.page-contact__input input[type="date"],
.page-contact__input input[type="datetime"],
.page-contact__input input[type="email"],
.page-contact__input input[type="number"],
.page-contact__input input[type="search"],
.page-contact__input input[type="tel"],
.page-contact__input input[type="time"],
.page-contact__input input[type="url"],
.page-contact__input textarea {
  vertical-align: bottom;
  border-radius: 0;
  border: 1px solid #cccccc;
  width: 100%;
  padding: .6em 1.3em; }
  @media screen and (max-width: 834px) {
    .page-contact__input input[type="text"],
    .page-contact__input input[type="password"],
    .page-contact__input input[type="date"],
    .page-contact__input input[type="datetime"],
    .page-contact__input input[type="email"],
    .page-contact__input input[type="number"],
    .page-contact__input input[type="search"],
    .page-contact__input input[type="tel"],
    .page-contact__input input[type="time"],
    .page-contact__input input[type="url"],
    .page-contact__input textarea {
      padding: .4em 1em; } }
.page-contact__input select {
  border-radius: 0;
  border: none;
  padding: .8em 1.4em; }
.page-contact__input input[type="radio"] {
  display: none; }
  .page-contact__input input[type="radio"] + span {
    position: relative;
    align-items: center;
    display: flex;
    align-items: center;
    gap: .5em; }
    .page-contact__input input[type="radio"] + span::before {
      content: "";
      display: block;
      width: 1em;
      border-radius: 50%;
      aspect-ratio: 1 / 1;
      background-color: #ffffff;
      border: 1px solid #cccccc; }
  .page-contact__input input[type="radio"]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(1em / 2);
    width: calc(1em / 2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1 / 1;
    background-color: #15283f; }
.page-contact__input input[type="checkbox"] {
  display: none; }
  .page-contact__input input[type="checkbox"] + span {
    display: flex;
    align-items: center;
    gap: .5em;
    position: relative;
    opacity: 1; }
    .page-contact__input input[type="checkbox"] + span::before {
      content: "";
      display: block;
      width: 1.3em;
      aspect-ratio: 1 / 1;
      border: 1px solid #cccccc; }
  .page-contact__input input[type="checkbox"]:checked + span::before {
    background-color: currentColor;
    box-shadow: inset 0 0 0 .3em #ffffff; }
.page-contact__input .msg-error {
  color: #9c0019;
  display: block;
  margin-top: .5em;
  width: 100%; }
.page-contact__input .contact-form__main dt.form-align-top {
  align-self: flex-start; }
.page-contact__input .contact-form__main dt.form-required::after {
  content: "*";
  font-size: 1.2em;
  color: #9c0019;
  font-weight: 700; }
.page-contact__input .contact-form__main .contact-form__zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em .5em; }
  @media screen and (max-width: 834px) {
    .page-contact__input .contact-form__main .contact-form__zip {
      gap: .5em; } }
  .page-contact__input .contact-form__main .contact-form__zip .c_zip {
    width: 10em; }
  .page-contact__input .contact-form__main .contact-form__zip .round-btn {
    width: 100px;
    height: 50px;
    margin-left: 1.5em; }
    @media screen and (max-width: 834px) {
      .page-contact__input .contact-form__main .contact-form__zip .round-btn {
        margin-left: 1em; } }
  .page-contact__input .contact-form__main .contact-form__zip .msg-error {
    margin-top: -.5em; }

/*** 確認画面 ***/
.page-contact__confirm .contact-header__step > li:nth-child(2) {
  color: #15283f;
  font-weight: 700; }
  .page-contact__confirm .contact-header__step > li:nth-child(2)::after {
    background-color: #63abd6; }
.page-contact__confirm .contact-form {
  margin-bottom: 60px; }
  @media screen and (max-width: 834px) {
    .page-contact__confirm .contact-form {
      margin-bottom: 40px; } }

/*** 送信完了 ***/
.contact-thanks .contact-header__step > li:nth-child(3) {
  color: #15283f;
  font-weight: 700; }
  .contact-thanks .contact-header__step > li:nth-child(3)::after {
    background-color: #63abd6; }
.contact-thanks .contact-thanks__comment {
  text-align: center; }
.contact-thanks .round-btn {
  display: flex;
  margin: 90px auto 0; }
  @media screen and (max-width: 834px) {
    .contact-thanks .round-btn {
      margin-top: 50px; } }

/*** 個人情報に関するお取扱いについて ***/
.contact-form__privacy {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 834px) {
    .contact-form__privacy {
      margin-bottom: 20px; } }
  .contact-form__privacy *:not(:last-child) {
    margin-bottom: .5em; }
  .contact-form__privacy a {
    text-decoration: underline; }
    @media screen and (min-width: 835px) {
      .contact-form__privacy a:hover {
        text-decoration: none; } }
  .contact-form__privacy label span {
    max-width: max-content;
    margin: 0 auto; }
  .contact-form__privacy .msg-error {
    text-align: center; }

/*# sourceMappingURL=form.css.map */
