@charset "UTF-8";
/*!
Theme Name: メイティックス
Description: WordPressテンプレート「メイティックス」
Version: 1.0.0
*/
@font-face {
  font-family: "TamanegiKaishoV7";
  src: url("font/tamanegi-kaisho-v7/tamanegi-kaisho-v7.ttf") format("truetype");
  font-weight: 400;
  font-display: block;
}
.mw_wp_form {
  padding: 0 0.3em;
}
.mw_wp_form input, .mw_wp_form button, .mw_wp_form textarea {
  background-color: white;
  border: none;
  width: 100%;
  padding: 0.5em 1.133em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid gray;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form button::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form button::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form button:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form button::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.mw_wp_form input::placeholder, .mw_wp_form button::placeholder, .mw_wp_form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.mw_wp_form textarea {
  -webkit-transition: none;
  transition: none;
  height: 100%;
}
.mw_wp_form select {
  border: 1px solid #d5d5d5;
  border-radius: 0.125em;
  max-width: 17.5em;
  width: 100%;
  padding: 0.25em 0;
  padding-left: 1em;
  margin: 0.25em 0;
  white-space: nowrap;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}
.mw_wp_form .mwform-radio-field,
.mw_wp_form .mwform-checkbox-field {
  display: inline-block;
}
.mw_wp_form .mwform-radio-field label,
.mw_wp_form .mwform-checkbox-field label {
  width: auto;
  display: inline-block;
}
.mw_wp_form .mwform-radio-field label input,
.mw_wp_form .mwform-checkbox-field label input {
  position: absolute;
  visibility: hidden;
  width: 1px;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.75em;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before, .mw_wp_form .mwform-radio-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 25%;
  width: 1em;
  height: 1em;
  left: 0;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  background-color: white;
  border: 1px solid #cdcdcd;
  border-radius: 0.25em;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  background-color: transparent;
  border-right: 5px solid black;
  border-bottom: 3px solid black;
  border-radius: unset;
  -webkit-transform: skew(-40deg, 0deg) rotate(32deg) translate(-0.1em, -0.3em) scale(0.75);
          transform: skew(-40deg, 0deg) rotate(32deg) translate(-0.1em, -0.3em) scale(0.75);
  opacity: 0;
}
.mw_wp_form .mwform-radio-field label input:checked + .mwform-radio-field-text::after, .mw_wp_form .mwform-radio-field label input:checked + .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label input:checked + .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 25%;
  width: 1em;
  height: 1em;
  left: 0;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before {
  border-radius: 50%;
}
.mw_wp_form .mwform-checkbox-field.vertical-item {
  width: 100%;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: unset;
}

.c-form__table {
  width: 100%;
  background-color: white;
}
.c-form__table tr th, .c-form__table tr td {
  border: 1px solid #b3b3b3;
  padding: 1em;
}
.c-form__table tr th {
  vertical-align: middle;
  background-color: #084a91;
  color: white;
}
.c-form__table .c-form__table--separate {
  border-bottom: 2px dashed gray;
}
.c-form__table .c-form__table--separate th, .c-form__table .c-form__table--separate td {
  padding: 1.5em 0;
}
.c-form__table .c-form__table--separate th {
  padding-right: 0.75em;
}

.c-form__box {
  background-color: #f5f5f5;
  padding: 1em 1.133em;
}

.c-form__split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form__split .c-form__split-item {
  width: 49%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-form__checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.c-form__checklist > * {
  width: 100%;
}
.c-form__checklist.row-3 {
  max-width: 40em;
}
.c-form__checklist.row-3 > * {
  width: 33.3333333333%;
}
.c-form__checklist.wrap {
  width: unset;
  gap: 0 2em;
}
.c-form__checklist.wrap > * {
  width: unset;
}
@media screen and (max-width: 480px) {
  .c-form__checklist.row-3 > * {
    width: 100%;
  }
}

.c-form__item {
  position: relative;
}
.c-form__item .c-form__item--center {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__item.c-form__item--h100 {
  height: 100%;
}
.c-form__item .c-form__item-title {
  margin-bottom: 0.125em;
}
.c-form__item.req .c-form__item-title::after {
  content: "※";
  color: red;
  margin-left: 0.5em;
}

.c-form__letter {
  margin: 5em 0 4em;
}
.c-form__letter a {
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-form__letter a:hover {
  opacity: 0.65;
}

.c-form__button {
  font-size: 15px;
  font-weight: 700;
  color: white;
  width: 75%;
  max-width: 17.3802333em;
  height: 3.91585333em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 2em;
}
.c-form__button input[type=submit] {
  background-color: #084a91;
  color: white;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 9999px;
  height: 100%;
  cursor: pointer;
}
.c-form__button input[type=submit]:hover {
  opacity: 0.65;
}
.p-contact__form {
  font-size: 1.4rem;
}
.p-contact__form *, .p-contact__form *::before, .p-contact__form *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 764px) {
  .c-form__table {
    background-color: unset;
  }
  .c-form__table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-form__table tbody tr th, .c-form__table tbody tr td {
    width: 100%;
    border: unset;
    padding: 1em;
  }
  .c-form__table tbody tr td {
    padding: 1em 0 0 0;
    margin-bottom: 1em;
  }
  .c-form__table .c-form__table--separate th {
    padding-bottom: 0;
  }
  .c-form__table .c-form__table--separate td {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-form__checklist > * {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */