@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
/* FORM */
.form-area {
  padding: 60px 0;
  margin-top: 60px;
  background-color: #f0f0f0;
}
.form-area * {
  font-family: "Noto Sans JP", sans-serif;
}
.form-area .c-form__grp__lbl {
  line-height: 1.5;
}
.form-area .c-form__grp__el p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.25;
}
.form-area .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.form-area .flex > label {
  width: 25%;
}
@media screen and (max-width: 567px) {
  .form-area .flex > label {
    width: 100%;
  }
}

main.form-area {
  margin-top: 0;
  padding-top: 100px;
}
main.form-area .formTtl {
  margin-top: 0;
}

.thanks {
  background-color: #f0f0f0;
}
.thanks * {
  font-family: "Noto Sans JP", sans-serif;
}
.thanks .mw_wp_form_complete {
  text-align: center;
  padding: 70px;
  background-color: #fff;
  margin-bottom: 70px;
}
.thanks .mw_wp_form_complete .ttl {
  font-size: 21px;
  margin-bottom: 25px;
}
.thanks .mw_wp_form_complete .txt {
  font-size: 13px;
  line-height: 2;
}

.formTtl {
  margin-top: 100px;
}
.formTtl .ttl {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.formTtl .subTtl {
  text-align: center;
  margin-bottom: 35px;
}
.formTtl .txt {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 567px) {
  .formTtl {
    margin-top: 50px;
    padding: 0 1rem;
  }
  .formTtl .ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .formTtl .subTtl {
    margin-bottom: 35px;
  }
  .formTtl .txt {
    text-align: left;
    margin-bottom: 50px;
  }
}

.c-entry__inr {
  width: 100%;
  margin: 0 auto;
}

.c-entry__pane {
  padding: 3.125rem 1rem;
  background-color: #fff;
}

.mw_wp_form_confirm .c-form__grp {
  border-bottom: 1px #a6a6a6 dotted;
}
.mw_wp_form_confirm .p-event__form__note {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 567px) {
  .mw_wp_form_confirm .c-entry__pane {
    padding: 3.125rem 0;
  }
  .mw_wp_form_confirm .c-form__grp__lbl {
    padding: 0.125rem 1rem;
  }
  .mw_wp_form_confirm .c-form__grp__el {
    padding: 0 1rem;
  }
  .mw_wp_form_confirm .p-event__form__note {
    padding: 0 1rem;
  }
}

.c-figl__li b, .c-progress {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 700;
  display: block;
  margin: 0 0 1em;
}

.-typ2 .c-figl__li .c-pic:before, .c-figl__li .c-pic:before {
  padding: 0 0 66.6666666667%;
}

.-typ3 .c-figl__li .c-pic:before {
  padding: 0 0 75%;
}

.c-progress {
  width: calc(33.3333333333% + 1px);
  padding: 0.625rem 0;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: #2c2c2c;
  margin: 0;
  background-color: #b8b193;
}
.c-progress.is-current {
  color: #d3ba8c;
  background: #2c2c2c;
  margin-left: -1px;
}
.c-progress.is-current .c-progress__t {
  border: 0;
}
.c-progress:last-child .c-progress__t {
  border: 0;
}

.c-progresses {
  display: flex;
  align-items: center;
  width: 100%;
  background: #bfb89a;
}

.c-progress__t {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px #2c2c2c solid;
  height: 1.375rem;
}

.c-form input, .c-form textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.c-form__grp {
  padding-bottom: 15px;
}
.c-form__grp + .c-form__grp {
  margin: 15px 0 0;
}

.c-form__grp__lbl {
  display: flex;
  align-items: baseline;
  padding: 0.125rem 0;
  font-size: 0.8125rem;
  margin: 0 0 0.9375rem;
}
.c-form__grp__lbl br {
  display: none;
}
.c-form__grp__lbl sup {
  font-size: 0.6875rem;
  color: red;
  vertical-align: baseline;
  margin: 0 0 0 0.7em;
}

.c-form__grp__el {
  flex: 1 1;
  padding-top: 6px;
  padding-left: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .c-form__grp__el {
    padding: 0;
  }
}

.c-form__grp__el__l + .c-form__grp__el__l {
  margin: 0.625rem 0 0;
}

.c-form__num, .c-form__sl, .c-form__ta, .c-form__tf {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  color: inherit;
  height: 2.5rem;
  width: 100%;
  padding: 0 1em;
}

select.c-form__el, select.c-form__tf {
  background: #fff url(https://www.rede.jp/_wpress/wp-content/themes/rede-2/assets/ui/ar-mini-d.svg) no-repeat top 50% right 0.625rem;
}

.mw_wp_form .vertical-item {
  display: block;
  line-height: 2;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

.mwform-checkbox-field input, .mwform-radio-field input {
  vertical-align: inherit;
  margin-right: 5px;
}

.c-form__note {
  font-size: 0.6875rem;
  color: #999;
  display: block;
}

.c-form__note__tel {
  margin: 2.2222222222em 0 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.c-form__note__tel small {
  font-size: 0.7777777778em;
}

.c-cb input, .c-form__lead p br, .mw_wp_form_confirm .c-form__confirm-hidden {
  display: none;
}

.c-form__buttons {
  margin: 1.5625rem auto 0;
}
.c-form__buttons .c-btn {
  margin: 25px auto 0;
}

.c-form__hr {
  border-color: #ccc;
  margin: 1.875rem 0;
}

.c-form__c, .c-form__meta dd {
  flex: 1 1;
}

.c-form__c + .c-form__c, .p-event__meta dl div + div {
  margin: 0.625rem 0 0;
}

.c-form__ta {
  height: 16em;
}

.c-entry__pane.-tr {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 2;
  background: 0 0;
}
@media screen and (max-width: 567px) {
  .c-entry__pane.-tr {
    font-size: 13px;
  }
}

.p-event__form__note strong {
  display: block;
  font-weight: 500;
  margin: 0 0 1rem;
}
@media screen and (max-width: 567px) {
  .p-event__form__note {
    line-height: 1.8;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 567px) {
  .p-event__form__note + .c-form__confirm-hidden {
    text-indent: -25px;
    padding-left: 25px;
  }
}

.p-event__form__hd, .p-event__form__note strong {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.6470588235;
}

.c-entry__inr a, .c-ln--u {
  color: #1a1a1a;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .c-entry__inr {
    width: 800px;
    margin: 0 auto;
  }
  .c-entry__pane {
    padding: 3.125rem;
  }
  .c-progress {
    font-size: 0.875rem;
    padding: 1.125rem 0;
  }
  .c-progress__t {
    height: 1.5rem;
  }
  .c-entry__pane + .c-entry__pane {
    margin: 3.75rem 0 0;
  }
  .c-form__grp {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
  }
  .c-form__grp__lbl {
    background: 0 0;
    width: 29.2857142857%;
    font-size: 0.875rem;
    height: 2.5rem;
    align-items: center;
    margin: 0;
  }
  .c-form__grp__lbl br {
    display: inline;
  }
  .c-form__grp__lbl sup {
    font-size: 0.75rem;
  }
  .c-form__grp__el__l + .c-form__grp__el__l {
    margin: 1.875rem 0 0;
  }
  .c-form__num, .c-form__ta, .c-form__tf {
    max-width: 21.875rem;
  }
  .c-form__sl {
    max-width: 12.5rem;
  }
  .c-form__ta, .c-form__tf.-mail {
    max-width: none;
  }
  .c-form__buttons {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 2.8125rem auto 0;
  }
  .c-form__buttons .c-btn {
    margin-bottom: 25px;
  }
  .c-form__r {
    display: flex;
  }
  .c-form__c + .c-form__c {
    margin: 0 0 0 1em;
  }
  .c-form__meta {
    font-size: 0.9375rem;
  }
  .c-form__meta div + div {
    margin: 1.25rem 0 0;
  }
  .c-form__meta dt {
    width: 5.75rem;
  }
  .c-entry__pane.-tr {
    padding: 0;
  }
  .p-area__content h2 br, .p-area__content h2 + p br, .p-home__studio__hd p br, .u-hide {
    display: none;
  }
}
.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}
@media screen and (max-width: 567px) {
  .mw_wp_form .error {
    font-size: 78%;
  }
}

.btn,
.c-btn.-back, .c-btn.-next, .c-btn.-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 44px;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border-radius: 22px;
  position: relative;
  transition: opacity 0.3s;
}
.btn:before,
.c-btn.-back:before, .c-btn.-next:before, .c-btn.-submit:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  top: 52%;
  right: 28px;
  transform: translateY(-50%) rotate(45deg);
}
.btn:hover,
.c-btn.-back:hover, .c-btn.-next:hover, .c-btn.-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 567px) {
  .btn,
  .c-btn.-back, .c-btn.-next, .c-btn.-submit {
    font-size: 14px;
  }
}

.c-btn.-back, .c-btn.-next, .c-btn.-submit {
  width: 320px;
  height: 60px;
  color: #d9c092;
  letter-spacing: 0.1em;
  background: #2c2c2c;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
.c-btn.-back:before, .c-btn.-next:before, .c-btn.-submit:before {
  border-color: #d9c092;
}

.c-btn.-back[disabled], .c-btn.-next[disabled], .c-btn.-submit[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.c-btn.-back {
  color: #2c2c2c;
  background-color: #d5d5d5;
}
.c-btn.-back:before {
  border-top: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  left: 28px;
  transform: translateY(-50%) rotate(225deg);
}

#ttr121681 {
  display: none;
}/*# sourceMappingURL=form.css.map */