@charset "utf-8";

/*
  File Name   : contact.css
  Description : コンテンツエリア関係 他
*/

/* sect-content-content
============================================================ */
.sect-content-content {
}
.contact__title {
  font-size: 31px;
  letter-spacing: 2px;
  line-height: 1.9;
  text-align: center;
}
.contact__intro {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 1.6px;
  line-height: 1.9;
  text-align: center;
}
.contact__intro span {
  display: inline-block;
}
.contact__table {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
.contact__header {
  display: block;
  padding: 10px 10px 6px 0;
  font-size: 18px;
}
tr:first-child .contact__header {
  padding-top: 0;
}
.contact__header__remarks {
  margin-left: 5px;
  color: #c30d23;
  font-size: 15px;
  font-weight: bold;
}
.contact__header__required {
  margin-left: 2px;
}
.contact__data {
  display: block;
  padding: 0 10px 10px 0;
}
.contact__data.-center {
  text-align: center;
}
.mw_wp_form_confirm .contact__data {
  padding: 17px 15px !important;
  border: 1px solid #898989;
  line-height: 1.6;
}
tr:last-child .contact__data {
  padding-bottom: 0;
}
.contact__flex__group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 20px;
}
.mw_wp_form_confirm .contact__flex__group {
  width: 100%;
}
.contact__flex__item {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.mw_wp_form_confirm .contact__flex__item {
  display: inline-flex;
  flex: none;
}
.contact__label {
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: nowrap;
}
.mw_wp_form_confirm .contact__label {
  display: none;
}
.contact__label.-name {
  width: 40px;
}
.contact__input[type="text"] {
  display: inline-block;
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #898989;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}
.contact__input.-name[type="text"] {
  max-width: 210px;
}
.contact__input.-postcode[type="text"] {
  max-width: 210px;
}
.contact__email__text {
  margin: 5px 0 3px;
}
.mw_wp_form_confirm .contact__email__text {
  display: none;
}
.contact__email__confirm {
}
.mw_wp_form_confirm .contact__email__confirm {
  display: none;
}
.contact__postcode__btn {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
}
.mw_wp_form_confirm .contact__postcode__btn {
  display: none;
}
.contact__postcode__btn:hover {
  text-decoration: none;
}
.contact__textarea {
  display: inline-block;
  width: 100%;
  min-height: 165px;
  padding: 17px 15px;
  border: 1px solid #898989;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  vertical-align: middle;
}
.contact__privacy {
  max-width: 960px;
  margin: 60px auto 0;
}
.mw_wp_form_confirm .contact__privacy {
  display: none;
}
.contact__privacy__label {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.contact__privacy__content {
  max-height: 300px;
  padding: 15px;
  overflow: auto;
  border: 1px solid #898989;
}
.contact__privacy__agree {
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
}
.contact__privacy__agree span {
  display: inline-block;
}
.contact__privacy__agree__required {
  vertical-align: middle;
}
.contact__button__wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  gap: 35px 20px;
}
.contact__btn,
.contact__btn:visited {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding: 15px 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  background-color: #4298d4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.contact__btn:hover {
  opacity: 1;
  background-color: #003b76;
}
.contact__btn.disabled {
  background-color: #898989;
  color: #fff;
  cursor: default;
}
.contact__btn.disabled:hover {
  opacity: 1;
}
.contact__btn span {
  display: inline-block;
  padding-right: 50px;
  background: url(../img/common/btn__arrow__bg--1--right.svg) no-repeat right center;
  background-size: 16px auto;
}
.contact__back__btn span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 20px;
  transform: translateY(-50%);
  background: url(../img/common/btn__arrow__bg--3--left.svg) no-repeat left calc(50% + 1px);
  background-size: 14px auto;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.contact__back__btn span {
  display: inline-block;
  text-decoration: underline;
}
.contact__back__btn:hover span {
  text-decoration: none;
}
.error {
  display: block;
  margin-top: 5px;
  color: #c30d23;
  font-size: 1rem;
  font-weight: bold;
}
.mw_wp_form_send_error {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 15px 10px;
  border: solid 5px #c30d23;
  color: #c30d23;
  font-weight: bold;
  text-align: center;
}
.contact-google-recaptcha {
  margin-top: 40px;
  color: #898989;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .contact__title {
    font-size: 26px;
  }
  .contact__intro {
    font-size: 15px;
  }
  .contact__table {
    margin-top: 40px;
  }
  .contact__header {
    font-size: 15px;
  }
  .mw_wp_form_confirm .contact__data {
    padding: 12px 10px !important;
  }
  .contact__input[type="text"] {
    padding: 12px 10px;
  }
  .contact__postcode__btn {
    font-size: 13px;
  }
  .contact__textarea {
    padding: 12px 10px;
  }
  .contact__privacy {
    margin-top: 40px;
  }
  .contact__privacy__label {
    font-size: 17px;
  }
  .contact__privacy__content {
    max-height: 250px;
    padding: 10px;
  }
  .contact__privacy__agree {
    margin-top: 20px;
  }
  .contact__button__wrap {
    flex-direction: column;
    gap: 25px 10px;
    margin-top: 40px;
  }
  .contact__btn {
    max-width: 210px;
    font-size: 17px;
  }
  .contact__btn span {
    padding-right: 30px;
    background-size: 13px auto;
  }
  .contact__back__btn span {
    position: static;
    padding-left: 15px;
    background-size: 11px auto;
  }
  .mw_wp_form_send_error {
    max-width: 960px;
    margin: 30px auto 0;
    padding: 15px 10px;
    border: solid 5px #c30d23;
    color: #c30d23;
    font-weight: bold;
    text-align: center;
  }
  .contact-google-recaptcha {
    margin-top: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 481px) {
  .contact__header__remarks {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 361px) {
  .contact__intro {
    font-size: 13px;
  }
}

/* sect-complete-content
============================================================ */
.sect-complete-content {
}
.complete__title {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.9;
  text-align: center;
}
.complete__title span {
  display: inline-block;
}
.complete__msg {
  margin-top: 40px;
  font-size: 19px;
  letter-spacing: 1.6px;
  line-height: 1.9;
  text-align: center;
}
.complete__msg span {
  display: inline-block;
}
.complete__msg img {
  display: block;
  width: 100%;
  max-width: 395px;
  height: auto;
  margin: 45px auto 0;
}
.complete__button__wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  gap: 35px 20px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .complete__title {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1.75;
  }
  .complete__msg {
    margin-top: 20px;
    font-size: 15px;
  }
  .complete__msg img {
    max-width: 285px;
    margin-top: 25px;
  }
  .complete__button__wrap {
    flex-direction: column;
    gap: 25px 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 481px) {
}
@media screen and (max-width: 361px) {
  .complete__title {
    font-size: 25px;
  }
  .complete__msg {
    font-size: 13px;
  }
}

/* privacy__section
============================================================ */
.privacy__section:not(:first-child) {
  margin-top: 20px;
}
.privacy__number {
  color: #003b76;
  font-size: 12px;
  line-height: 1;
}
.privacy__number span {
  position: relative;
  padding-left: 15px;
}
.privacy__number span::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #003b76;
}
.privacy__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.privacy__body {
  margin-top: 10px;
}
.privacy__text {
  font-size: 14px;
}
.privacy__list {
  margin-top: 10px;
  font-size: 14px;
}
.privacy__list.-bg {
  padding: 20px 35px;
  background-color: #eee;
}
.privacy__list.-type1 li {
  position: relative;
  padding-left: 30px;
}
.privacy__list.-type1 li span {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__list.-type2 li {
  position: relative;
  padding-left: 24px;
}
.privacy__list.-type2 li span {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__list.-type3 li {
  position: relative;
  padding-left: 30px;
}
.privacy__list.-type3 li span {
  position: absolute;
  top: 0;
  left: 0;
}
.-mt0 {
  margin-top: 0px !important;
}
.-mt10 {
  margin-top: 10px !important;
}
.-mt20 {
  margin-top: 20px !important;
}
.-mt30 {
  margin-top: 30px !important;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .privacy__section:not(:first-child) {
    margin-top: 15px;
  }
  .privacy__number {
    font-size: 11px;
  }
  .privacy__number span {
    padding-left: 10px;
  }
  .privacy__title {
    font-size: 15px;
  }
  .privacy__body {
    margin-top: 5px;
  }
  .privacy__text {
    font-size: 13px;
  }
  .privacy__list {
    margin-top: 5px;
    font-size: 13px;
  }
  .privacy__list.-bg {
    padding: 15px 25px;
  }
  .privacy__list.-type1 li {
    padding-left: 25px;
  }
  .privacy__list.-type2 li {
    padding-left: 19px;
  }
  .privacy__list.-type3 li {
    padding-left: 25px;
  }
}
@media screen and (max-width: 481px) {
}
