@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*------------------------
	Font
------------------------*/
/*==============================================

	Forms

==============================================*/
input[type=text],
input[type=email],
textarea,
select {
  border: 1px solid var(--col-bd);
  border-radius: 3px;
  padding: 0.5em;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
}

input[type=text],
input[type=email] {
  vertical-align: middle;
}

input[type=submit],
button {
  outline: none;
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner {
  border: 0px;
  outline: none;
}

form input[type=text].zip {
  width: 7em;
}

form input[type=text].tel {
  width: 30%;
  max-width: 7em;
}

form input[type=text].age {
  width: 5em;
  margin-right: 0.5rem;
}

main .formlist > dt::after {
  font-weight: 400;
}
main .formlist > dt.need::after {
  content: "必須";
  background: #b6282c;
  color: #fff;
}
main .formlist > dt.will::after {
  content: "任意";
  background: var(--col-bg-base);
  color: var(--col-text);
}

.formError .formErrorClose {
  top: -5px;
  font-size: 1.3rem;
  line-height: 1;
}

form input[type=text].err {
  border: 1px solid #C07575;
  background: #FFF7F7;
}

main .send .next input, main .send .back input {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1;
  color: #fff;
}
main .send .next input {
  background: var(--col-hlt);
}
main .send .back input {
  background: #B59D93;
}

body.thanks main .formlist,
body.thanks main .agree,
body.thanks main .send,
body.thanks main .mw_wp_form {
  display: none;
}
body.thanks main .back a {
  display: block;
  background: #333;
  color: #fff;
}

@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
  /*==============================================

  	Forms (PC)

  ==============================================*/
  main .forms {
    width: 95%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0 110px;
    background: #fff;
  }
  main .steplist ul {
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 55px;
  }
  main .steplist ul li {
    width: calc((100% - 55px) / 3);
    background: var(--col-bg-base);
    border-radius: 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px;
    color: var(--col-hlt);
    position: relative;
  }
  body.input main .steplist ul li.input, body.confirm main .steplist ul li.confirm, body.thanks main .steplist ul li.thanks {
    background: var(--col-hlt);
    color: #fff;
  }
  main .steplist ul li:not(:last-of-type)::before, main .steplist ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  main .steplist ul li:not(:last-of-type)::before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #B59D93;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .steplist ul li:not(:last-of-type)::after {
    width: 8px;
    height: 8px;
    right: -30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .formlist,
  main .policy {
    width: 95%;
    max-width: 750px;
  }
  main .formlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 80px auto 0;
  }
  main .formlist > dt:not(:last-of-type), main .formlist > dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  main .formlist > dt {
    position: relative;
    width: 14em;
    padding-top: 5px;
    font-weight: 700;
  }
  main .formlist > dt::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1;
  }
  main .formlist > dd {
    width: calc(100% - 14em);
    padding-left: 5rem;
  }
  main .formlist > dd .cap {
    font-size: 1rem;
  }
  main .formlist > dd .cap,
  main .formlist > dd .mailconfirm + .cap {
    margin-top: 1rem;
  }
  main .formlist > dd select {
    margin-right: 0.5em;
  }
  main .formlist > dd select:not(:first-of-type) {
    margin-left: 1.5rem;
  }
  main .formlist > dd textarea {
    height: 180px;
  }
  main .formlist > dd.ct label {
    display: inline-block;
    background: #F3EEEB;
    padding: 15px 20px;
    border-radius: 3px;
    line-height: 1;
  }
  main .formlist > dd.ct label input {
    margin-right: 5px;
  }
  main .policy {
    height: 140px;
    overflow-y: scroll;
    background: #F4F4F4;
    padding: 20px 30px 30px;
    margin: 40px auto 0;
  }
  main .policy dt {
    font-size: 1.3rem;
    font-weight: 700;
  }
  main .policy dd {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main .policy li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  main .policy li::before {
    content: "※";
    margin-right: 0.5em;
  }
  main .policy li:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .policy li a {
    border-bottom: 1px dashed #666;
  }
  main .agree {
    margin-top: 40px;
    text-align: center;
  }
  main .send {
    position: relative;
    width: 95%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  body.confirm main .send {
    margin-top: 70px;
  }
  main .send .next, main .send .back {
    width: 48%;
    max-width: 320px;
  }
  main .send .next input, main .send .back input {
    font-size: 1.5rem;
    line-height: 70px;
  }
  body.confirm main .formlist .cap,
  body.confirm main .formlist .mailconfirm,
  body.confirm main .noticelist,
  body.confirm main .agree {
    display: none;
  }
  body.confirm main .formlist > dd {
    padding-top: 0.5rem;
  }
  body.thanks main h2 {
    margin-top: 60px;
    text-align: center;
    font-family: var(--fnt-min);
    font-size: 2.4rem;
  }
  body.thanks main .note {
    margin-top: 40px;
  }
  body.thanks main .note p {
    line-height: 2.5;
  }
  body.thanks main .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  body.thanks main .note p {
    text-align: center;
  }
  body.thanks main .more a {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 50px auto 0;
    background: var(--col-hlt);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
  /*==============================================

  	Forms (SP)

  ==============================================*/
  main .forms {
    margin: 0 15px;
    padding: 30px 20px 60px;
    background: #fff;
  }
  main .steplist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  main .steplist ul li {
    width: calc((100% - 55px) / 3);
    background: var(--col-bg-base);
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 40px;
    color: var(--col-hlt);
    position: relative;
  }
  body.input main .steplist ul li.input, body.confirm main .steplist ul li.confirm, body.thanks main .steplist ul li.thanks {
    background: var(--col-hlt);
    color: #fff;
  }
  main .steplist ul li:not(:last-of-type)::before, main .steplist ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  main .steplist ul li:not(:last-of-type)::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #B59D93;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .steplist ul li:not(:last-of-type)::after {
    width: 5px;
    height: 5px;
    right: -17px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .formlist {
    margin-top: 50px;
  }
  main .formlist > dt {
    position: relative;
    padding-left: 3em;
    font-weight: bold;
  }
  main .formlist > dt::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1;
  }
  main .formlist > dd {
    margin-top: 15px;
  }
  main .formlist > dd:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  main .formlist > dd .cap {
    font-size: 0.8rem;
  }
  main .formlist > dd input + .cap,
  main .formlist > dd .mailconfirm + .cap {
    margin-top: 1rem;
  }
  main .formlist > dd select {
    margin-right: 0.5em;
  }
  main .formlist > dd select:not(:first-of-type) {
    margin-left: 1.5rem;
  }
  main .formlist > dd .error {
    font-size: 1rem;
  }
  main .formlist > dd input + .error,
  main .formlist > dd .cap + .error {
    margin-top: 0.5rem;
  }
  main .formlist > dd textarea {
    height: 180px;
  }
  main .formlist > dd.ct label {
    display: inline-block;
    background: #F3EEEB;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 3px;
    line-height: 1;
  }
  main .formlist > dd.ct label input {
    margin-right: 5px;
  }
  main .policy {
    height: 140px;
    overflow-y: scroll;
    background: #F4F4F4;
    padding: 20px 30px 30px;
    margin: 20px auto 0;
  }
  main .policy dt {
    font-size: 1.3rem;
    font-weight: 700;
  }
  main .policy dd {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main .policy li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.2rem;
  }
  main .policy li::before {
    content: "※";
    margin-right: 0.5em;
  }
  main .policy li:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .policy li a {
    border-bottom: 1px dashed #666;
  }
  main .agree {
    margin-top: 20px;
    text-align: center;
  }
  main .send {
    position: relative;
    margin-top: 40px;
  }
  body.confirm main .send {
    margin-top: 70px;
  }
  main .send .next input, main .send .back input {
    font-size: 1.5rem;
    line-height: 70px;
  }
  main .send .back {
    margin-bottom: 10px;
  }
  body.confirm main .formlist > dt {
    padding-left: 0;
  }
  body.confirm main .formlist > dt:not(:first-of-type) {
    border-top: 1px solid var(--col-bd);
    padding-top: 15px;
  }
  body.thanks main h2 {
    margin-top: 40px;
    text-align: center;
    font-family: var(--fnt-min);
    font-size: 2rem;
  }
  body.thanks main .note {
    margin-top: 20px;
  }
  body.thanks main .note p {
    line-height: 2.5;
  }
  body.thanks main .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  body.thanks main .note p {
    text-align: center;
  }
  body.thanks main .more a {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 40px auto 0;
    background: var(--col-hlt);
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
}