@charset "UTF-8";

.contact .head .white_box_l {
    border: 2px solid #ccc;
    border-radius: 15px;
}

.contact .sec_contact {
    background: #e9e9ea;
}
form > ul > li {
    padding: 15px 0;
}
form > ul > li.bb_none {
    border-bottom: none;
}
.form_head {
    text-align: right;
}
.form_head span {
    display: inline-block;
    font-weight: bold;
}
.haveto {
    background-color: #fb9613;
    color: #fff;
    padding: 1px 8px;
    font-weight: bold;
    font-size: 0.7em;
    margin-left: 10px;
}
.any {
    background-color: #81807f;
    color: #fff;
    padding: 1px 8px;
    font-weight: bold;
    font-size: 0.7em;
    margin-left: 10px;
}
.input_adjust {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 1em;
}
.input_2col {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    width: 100%;
}
.input_2col input {
    width: calc(50% - 15px);
}
.input_1col {
    padding-right: 30px;
}
.input_1col input {
    width: 100%;
    box-sizing: border-box;
}
.input_zip_2col input {
    width: 30%;
}
.input_pref {
    width: 50%;
}
.input_select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 16px;
}
.input_select select::-ms-expand {
    display: none;
}
.input_select {
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
}
.input_select::before {
    position: absolute;
    top: calc(50% - 3px);
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none;
}
.input_tel_3col input {
    width: 30%;
}
.input_tel_3col input:first-child {
    width: 20%;
}
.radio_2col {
    display: flex;
}
.radio_2col label {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.radio_2col label:first-child {
    padding-right: 30px;
}
.radio_2col span {
    padding-left: 10px;
}
.radio_1col > label {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.radio_1col span {
    padding-left: 10px;
}
.date_2col {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}
.date_2col > * {
    display: block;
    width: calc(50% - 15px);
}
.input_date {
    position: relative;
}
.input_date:before {
    position: absolute;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    right: 15px;
}
input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}
.check_1col > label {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.check_1col span {
    padding-left: 10px;
}
.select_1col {
    padding-right: 30px;
}
.textarea {
    padding-right: 30px;
}
.textarea textarea {
    width: 100%;
    max-height: 160px;
    box-sizing: border-box;
}
.check_agree input {
    height: 20px;
    width: 20px;
}
.check_agree span {
    padding-top: 5px;
}
.sbm_wrap {
    padding: 30px 15px;
}
/* .sbm_btn {
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    background: #12a73b;
    border: 2px solid #12a73b;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 28%;
    max-width: 560px;
    padding: 1.2% 15px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.sbm_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.sbm_btn:hover {
    background: #ffffff;
    color: #12a73b;
    border: 2px solid #12a73b;
    opacity: 1;
    text-decoration: none;
}
.sbm_btn:hover:after {
    right: 1.4rem;
} */
.btn button {
    padding: 20px 0;
    position: relative;
    transition: all .4s;
}
.btn button:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    top: calc( 50% - 1px);
    right: 0;
    transition: all .4s;
}
.btn button:hover:before {
    width: 0;
}
.btn2 button {
    color: var(--color_wt);
    font-weight: bold;
    border: 0;
    background-image: -moz-linear-gradient( -50deg, rgb(0,188,139) 0%, rgb(71,207,102) 100%);
    background-image: -webkit-linear-gradient( -50deg, rgb(0,188,139) 0%, rgb(71,207,102) 100%);
    background-image: -ms-linear-gradient( -50deg, rgb(0,188,139) 0%, rgb(71,207,102) 100%);
}
.btn2 button:before {
    background: var(--color_wt);
}
@media (min-width: 768px) and (max-width: 1229px) {
}
@media screen and (min-width: 768px) {
    .fx-col-16-s {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
        max-width: 16%;
        padding-top: 12px;
    }
    .fx-col-54-s {
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
        max-width: 54%;
    }
}
@media screen and (max-width: 767px) {
    .white_box_l {
        padding: 15px;
    }
    .form_wrap {
        padding: 0;
    }
    form > ul > li .fx-row > *:first-child {
        padding-top: 0;
    }
    form > ul > li {
        padding: 10px 0;
    }
    .form_head {
        text-align: left;
    }
    .input_adjust {
        padding: 8px 12px;
    }
    .input_2col {
        padding-right: 0px;
    }
    .input_1col {
        padding-right: 0px;
    }
    .input_pref {
        width: 80%;
    }
    .input_select select {
        padding: 8px 12px;
    }
    .radio_2col label:first-child {
        padding-right: 0px;
    }
    .date_2col {
        padding-right: 0px;
    }
    .date_2col > * {
        width: calc(50% - 8px);
    }
    .select_1col {
        padding-right: 0px;
    }
    .textarea {
        padding-right: 0px;
    }
    .sbm_wrap {
        padding: 0;
    }
    .btn button {
        width: 100%;
        padding: 15px 60px;
    }
    .sbm {
        width: 100%;
    }
}




.thanks {
    background: #e9e9ea;
}
@media screen and (max-width: 767px) {
    .thanks .mv h2 .main {
        font-size: 27px;
    }
}