@charset "UTF-8";
.p-contact-page, .p-completion-page {
  padding: 80px 80px 120px;
}

.p-contact-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-contact-page__content__dt, .p-contact-page__content__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap:wrap;
}

.p-contact-page__content__dt {
  background: #71828B;
  padding: 40px;
  margin: 0;
  color: #fff;
}

.p-contact-page__content__dd {
  background: #fff;
  padding: 32px;
  margin: 0;
  color: #222;
}

.p-contact-page__content__dd p.err {
  width: 100%;
  color:red;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .p-contact-page, .p-completion-page {
    padding: 40px 20px 80px;
  }
}
@media screen and (min-width: 1024.1px) {
  .p-contact-page__content__dt {
    width: 318px;
  }
  .p-contact-page__content__dd {
    width: calc(100% - 318px);
  }
  .p-contact-page__content__dt:nth-child(n+2), .p-contact-page__content__dd:nth-child(n+2) {
    margin-top: 1px;
  }
}
@media screen and (min-width: 1024.1px) and (max-width: 1100px) {
  .p-contact-page__content__dt {
    width: 280px;
  }
  .p-contact-page__content__dd {
    width: calc(100% - 280px);
  }
  .p-contact-page__content__dt {
    padding: 40px 5px 40px 20px;
  }
  .p-contact-page__content__dd {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact-page__content__dt, .p-contact-page__content__dd {
    width: 100%;
    padding: 24px 16px;
  }
}
.u-required-label {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #e30c0c;
  padding: 0.3em 1.25em 0.4em;
  line-height: 1em;
  margin-left: 1.25em;
}

.p-contact-page input {
  width: 100%;
  height: 51px;
  border: solid 1px #ccc;
  background: #f7f7f7;
  font-size: 16px;
  padding: 0.5em 1em;
  font-family: inherit;
  font-size: inherit;
}
.p-contact-page button, .p-contact-page textarea, .p-contact-page select {
  font-family: inherit;
  font-size: inherit;
}
.p-contact-page input::-webkit-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page input::-moz-placeholder {
  color: #b5b5b5;
}
.p-contact-page input:-ms-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page input::-ms-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page input::placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea {
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  padding: 0.5em 1em;
}
.p-contact-page textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea::-moz-placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea::-ms-input-placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea::placeholder {
  color: #b5b5b5;
}
.p-contact-page textarea:not([rows]) {
  min-height: 10em;
}
.p-contact-page input[type=text].u-input-name {
  max-width: 220px;
}
.p-contact-page .u-name-label {
  display: inline-block;
}
.p-contact-page .u-name-label:nth-child(2) {
  margin-left: 1.25em;
}
.p-contact-page .u-name-label input[type=text] {
  margin-left: 0.5em;
}
.p-contact-page .u-tel-label {
  display: inline-block;
  position: relative;
  display: inline-block;
  position: relative;
}
.p-contact-page .u-tel-label input[type=tel] {
  max-width: 120px;
}
.p-contact-page .u-tel-label:nth-child(n+2) {
  padding-left: 34px;
}
.p-contact-page .u-tel-label:nth-child(n+2)::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #222;
  position: absolute;
  left: 12px;
  top: 50%;
  translate: 0 -1px;
}
.p-contact-page input[type=tel].tel-areacode {
  max-width: 64px;
}
.p-contact-page .u-input-radio, .p-contact-page .u-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* お名前 */
@media screen and (max-width: 1024px) {
  .p-contact-page .u-name-label {
    width: 50%;
  }
  .p-contact-page input[type=text].u-input-name {
    max-width: calc(100% - 1.75em);
  }
}
/* 電話番号 */
/* radio */
.u-input-radio .u-input-radio_li, .u-input-checkbox .u-input-checkbox_li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-input-radio .u-input-radio_li:nth-child(n+2), .u-input-checkbox .u-input-checkbox_li:nth-child(n+2) {
  margin: 0.5em 0 0;
}

.u-input-radio_li input[type=radio], .u-input-checkbox_li input[type=checkbox] {
  margin: 0;
  /*reset*/
  vertical-align: unset;
  /*reset*/
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  display: none;
}

.p-contact-page input[type=radio] + span, .p-contact-page input[type=checkbox] + span {
  padding: 0 0 0 1.5em;
}
.p-contact-page label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
  width: auto;
  line-height: 1.5;
  vertical-align: middle;
}
.p-contact-page label span {
  display: inline-block;
  width: auto;
}
.p-contact-page label input[type=radio] + span::before, .p-contact-page label input[type=radio] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  translate: 0 -50%;
}
.p-contact-page label input[type=checkbox] + span::before, .p-contact-page label input[type=checkbox] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  translate: 0 -50%;
}
.p-contact-page label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #ccc solid;
}
.p-contact-page label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 1px 6px;
  width: 8px;
  height: 13px;
}
.p-contact-page label input[type=radio] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #ccc solid;
  border-radius: 50%;
}
.p-contact-page label input[type=radio] + span::after {
  z-index: 1;
  margin: 0;
  /*フォント拡大対策*/
  width: 8px;
  height: 8px;
}
.p-contact-page label input[type=checkbox]:checked + span::before {
  background-color: #E30C0C;
  border: 1px #E30C0C solid;
}
.p-contact-page label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-contact-page label input[type=radio]:checked + span::before {
  background-color: #ffffff;
}
.p-contact-page label input[type=radio]:checked + span::after {
  background-color: transparent;
  width: 8px;
  height: 8px;
  border: 1px #E30C0C solid;
  border-radius: 50%;
  background-color: #E30C0C;
  left: 5px;
}
.p-contact-page label input[type=checkbox]:disabled + span::before, .p-contact-page label input[type=radio]:disabled + span::before {
  background-color: #fafafa !important;
  border: 1px #dddddd solid !important;
}
.p-contact-page label input[type=checkbox]:disabled:checked + span::after {
  border: none;
}

/* 同意チェックボックス */
.p-contact-page__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.8;
}
.p-contact-page__agreement a {
  text-decoration: underline;
}
.p-contact-page__agreement input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: solid 1px #ccc;
}

@media screen and (max-width: 1024px) {
  .p-contact-page__agreement {
    margin-top: 40px;
  }
  .p-contact-page__agreement input[type=checkbox] {
    width: 26px;
    height: 26px;
    translate: 0 -3px;
    margin-right: 10px;
  }
}
/* reCAPTURE */
.p-contact-page__recaptcha {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* submit */
.p-contact-page__submit {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact-page__submit-button {
  max-width: 100%;
  width: 380px;
  height: 64px;
  border-radius: 32px;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-red-button {
  border: solid 1px #E30C0C;
  background-color: #E30C0C;
}

.p-contact-page__submit-button:nth-child(2) {
  margin-top: 16px;
}
.p-contact-page__submit-button span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}
.p-contact-page__submit-button[disabled] {
  border: solid 1px #71828B;
  pointer-events: none;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}
.p-contact-page__submit-button[disabled] span {
  color: #71828B;
}

@media screen and (max-width: 1024px) {
  .p-contact-page__submit {
    margin-top: 40px;
  }
}
@media (hover: hover) {
  .p-contact-page__submit-button {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .p-contact-page__submit-button span {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .p-contact-page__submit-button:hover {
    background-color: #71828B;
  }
  .p-contact-page__submit-button:hover span {
    color: #fff;
  }
  .u-red-button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .u-red-button:hover {
    opacity: 1;
    border: solid 1px #ED9494;
    background-color: #ED9494;
  }
}
.p-completion-page {
  text-align: center;
}

.p-completion-page__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 2em;
}

.p-completion-page p {
  text-align: center;
  line-height: 2;
}
.p-completion-page .p-contact-page__submit {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .p-completion-page__title {
    font-size: 24px;
  }
  .p-completion-page p > span {
    display: inline-block;
  }
}/*# sourceMappingURL=contact.css.map */