@charset "UTF-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

main {
    font-size: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

main header {
    position: static;
    background: none;
    height: auto;
}

address {
    text-align: center;
    font-size: 12px;
}

.ib {
    display: inline-block;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
    border: 1px solid #EEEEEE;
    background: #EEEEEE;
    box-shadow: none;
}

input[type=checkbox] {
    -webkit-appearance: auto;
    appearance: auto;
    box-shadow: none;
    border: none;
}

@media (Max-width: 580px) {
    ._pc {
        display: none;
    }

    ._sp {
        display: block;
    }
}

@media (min-width: 581px) {
    ._pc {
        display: block;
    }

    ._sp {
        display: none;
    }
}

select {
    border-style: solid;
    padding: 0.2em;
    border: none;
}

@media (max-width:580px) {
    .main {
        padding: 25px 0;
    }
}

@media (min-width:581px) {
    .main {
        padding: 50px 0;
    }
}

.main_head {
    background: #fff;
    text-align: center;
    font-size: 28px;
    color: #9D835E;
    font-weight: 100;
    line-height: 1.5em;
    margin-bottom: 40px;
}

@media (Max-width: 580px) {
    .main_head {
        font-size: 20px;
    }
}

.form_text {
    font-size: 1.2em;
    text-align: center;
}


.privacy {
    max-width: 800px;
    margin: 40px auto;
    padding: 10px 0;
    text-align: center;
}

.privacy_head {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy_label {
    cursor: pointer;
}

.privacy .form_row {
    padding: 10px;
    background-color: #EEE;
    display: block;
}

.privacy_label .parsley-errors-list li {

    margin-left: auto;
    margin-right: auto;
}

.in-text {
    padding: 0.25em;
    font-size: min(3.2svw, 16px);
    display: inline-block;
}

.in-text.half {
    width: 49%;
    max-width: 200px;
}

.in-text.middle {
    width: 62%;
}

.in-text.long {
    width: 75%;
}
@media screen and (max-width: 767px) {
    .in-text.long {
        width: 100%;
    }
}

.in-text.full {
    width: 100%;
}


.form_note {}

.scroll-box {
    height: 250px;
    overflow-y: scroll;
    padding: 15px;
    background-color: #fff;
    border: #707070 solid 1px;
    max-width: 800px;
    margin: 0 auto 60px;
}

.scroll-box .privacypolicyh2 {
    border-bottom: #121212 solid 2px;
    padding-bottom: 10px;
    font-size: min(4.2svw, 24px);
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .scroll-box {
        max-width: 100%;
    }
}

.privacypolicycol {
    margin-bottom: 40px;
}

.privacypolicycol.privacypolicycol02 {
    border-bottom: solid 1px #121212;
    padding-bottom: 30px;
    position: relative;
}

.privacypolicycol.privacypolicycol02::after {
    content: "";
    position: absolute;
    border-bottom: solid 1px #121212;
    width: 100%;
    height: 5px;
    display: block;
    bottom: -10px;
}

.mb {
    margin-bottom: 40px;
}

.textCenter {
    text-align: center;
}

.titleh2 {
    font-size: min(4.2svw, 24px);
    color: #121212;
    font-weight: bold;
}

.titleh3 {
    font-size: min(4.2svw, 24px);
    font-weight: bold;
    color: #111111;
    border-bottom: #121212 solid 1px;
    padding-bottom: 20px;
    margin-bottom: 1em;
}



.sbtnc {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 50px;
}

input[type="submit"].sbmt6b,
input[type="button"].sbmt5b,
input[type="submit"].sbmt5b {
    width: 80%;
    max-width: 300px;
    height: 50px;
    color: white;
    background-color: #8B8172;
    letter-spacing: 0.2em;
    transition: all 0.3s linear;

    font-size: min(3.2svw, 16px);
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1;

    display: inline-block;
    position: relative;

    -webkit-appearance: none;
    border-radius: 0;

    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

input[type="submit"].sbmt6b {
    width: 40%;
    border: none;
    cursor: pointer;

}

input[type="submit"].sbmt6b:hover {
    opacity: 0.7;
}

input[type="submit"].sbmt6c,
.submitw2 {
    position: relative;
    margin: 0 10px 1em 10px;
    cursor: pointer;
    vertical-align: top;
    width: 80%;
    height: 50px;
    display: inline-block;
    color: #000;
    /* border: 1px solid #9D835E; */
    position: relative;
    background-color: #ffffff;

    box-sizing: border-box;


    font-size: min(3.2svw, 16px);
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.75em;
    max-width: 300px;
}

.submitw2::after {

    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    border-right: 10px solid #9D835E;
    border-left: 10px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: transform 0.3s linear;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.submitw {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.thanks_msg a,
.thanks_msg p {
    color: #000;
}

.submitw::after {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    border-left: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: transform 0.3s linear;


    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.submitw:hover::after {
    right: 6px;
}

.submitw2:hover::after {
    left: 6px;
}


#btn_back,
#submit {
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_back {
    color: #000000;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



#formWrap {
    max-width: 1100px;
    margin: 2em auto 0;
    color: #555;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: none;
    padding: 1em;
    font-size: min(3.2svw, 16px);
    border-bottom: #c6c6c6 1px solid;
    position: relative;
}

table.formTable th {
    width: 250px;
    font-weight: normal;
    text-align: left;
    position: relative;
}
@media screen and (max-width: 767px) {
table.formTable th {
    padding-bottom: 0;
}
}

table.formTable th.req::after {
    content: "必須";
    font-size: 10px;
    color: #FFF;
    line-height: 1em;
    padding: 5px 10px;
    background: #8B8172;
    border-radius: 13px;
    position: absolute;
    top: 2em;
    right: 0;
}
@media screen and (max-width: 767px) {
table.formTable th.req::after {
    top: 1em;
}
}

table.formTable td {}

table.formTable td ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
}

table.formTable td ul li {
    list-style: none;
    margin: 0 1em 0 0;
}

table.formTable td .in {
    margin: 0 0 0.5em;
}

table.formTable td .in.last {
    margin: 0;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 767px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    form input[type="text"],
    form textarea {
        width: 80%;
        padding: 5px;
        font-size: 16px;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }
}

label {
    vertical-align: middle;
}

input {
    vertical-align: middle;
}


#btn_back {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #9D835E;

}

@media screen and (max-width: 767px) {
    #btn_back:hover {}
}



.form_outer {
    background-color: #FFF;
}

.thanks_msg {
    width: 100%;
    max-width: 800px;
    padding: 0 10px;
    color: #FFF;
    line-height: 3em;
    text-align: center;
    min-height: 40vh;
    margin: 0 auto;
}

.thanks_msg_a {
    color: #FFF;
}

@media (max-width: 580px) {
    .thanks_msg {
        text-align: left;
    }
}

#header {
    position: static;
    background: rgba(130, 118, 216, .8156862745);
    display: block;
    z-index: 1;
}

#header #logo {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
    z-index: 2;
}

#header .sub {
    display: none;
}

#header .link {
    display: none;
}

#header #menu {
    display: none;
}

.footnav {
    display: none;
}

h2.title {
    text-align: center;
    padding: 1em;
    font-size: min(4.8svw,30px);
}



ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #EFF0F5;
  color: #121212;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: min(3.2svw,16px);
  font-weight: bold;
  align-items: center;
  position: relative;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #8B8172;
  color: #fff;
  position: relative;
}
ul.formFlow li.active:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #8B8172;
}
ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #8B8172;
}
ul.formFlow li.third.active {
  background: #8B8172 !important;
}
ul.formFlow li.third.active:after {
  display: none;
}
ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #8B8172;
}