@charset "utf-8";
/* お問い合わせ page-contact.php  、確認画面 page-confirm.php*/
/* MW WP Form [mwform_formkey key="69"]*/
.input,
select {
  height: 2rem;
}
.contact__lead {
  font-size: 1.5rem;
  text-align: center;
  margin: 15px 0 50px;
}
.contact__wrapper {
  margin: 90px auto;
  padding: 0 50px;
  width: 800px;
}
.contact {
  width: 100%;
  color: #333;
  margin-bottom: 40px;
}
.contact__list {
  width: 100%;
  padding: 15px 0;
  display: flex;
}
.contact__list__item {
  padding: 13px 0;
  text-align: left;
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
}
.attention {
  font-size: 1.3rem;
  margin-left: 10px;
  color: red;
  border: solid 1px red;
  border-radius: 2px;
  padding: 5px;
}
.contact__list__item__text {
  padding: 10px;
  width: 70%;
  background-color: #eeeeee;

  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.contact__list__item__text input,
.contact__list__item__text select,
.contact__list__item__text textarea {
  width: 100%;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.contact__btn {
  /* width: 135px; */
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contact__btn input {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  color: #0d6fb8;
  text-decoration: none;
  padding: 8px 30px;
  border: solid 1px #0d6fb8;
  background: #ffffff;
  border-radius: 5px;
  margin: 10px 0;
}
.contact__btn input:hover {
  border: solid 1px #ffffff;
  background-color: rgba(13, 111, 184, 0.7);
  transition: 0.5s;
}
.contact__btn input:hover,
.contact__btn input:active {
  color: #ffffff;
  text-decoration: none;
}
.contact__btn input:active {
  opacity: 0.6;
}
.contact__privacy__wrapper {
  text-align: center;
}
.contact__privacy span {
  font-size: 1.4rem;
  font-weight: bold;
}
.contact__privacy__page {
  margin-bottom: 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-bottom: 20px;
  }
  .contact__wrapper {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 20px;
  }
  .contact__lead {
    margin: 15px 0;
    padding: 0 20px;
    line-height: 1.5;
  }
  .contact__list {
    display: block;
  }
  .contact__list__item {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact__list__item__text {
    width: 100%;
  }
  .contact__privacy__page {
    margin-bottom: 30px;
  }
}
