@charset "UTF-8";

/*-----------------------------------------------

   お問い合わせ

------------------------------------------------*/

/*-----------------------------------------------
   入力画面
------------------------------------------------*/
#upper-line {
    padding: 0.5em;
}
.vt-form-item {
    font-size: 14px;
}
.vt-form-input.input-small {
    width: 50%;
}
.vt-form-input.input-exsmall {
    width: 15%;
}
.vt-form-selectbox {
    width: 50%;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.vt-form-selectbox::-ms-expand {
    display: block;
}
.vt-form-selectbox:hover {
    cursor: pointer;
}
.vt-form-item.item-multiple {
    display: flex;
    align-items: center;
}
.vt-form-selectbox.selectbox-small {
    width: 26%;
    margin-right: 0.5em;
}
.vt-form-selectbox.selectbox-small:nth-of-type(2), 
.vt-form-selectbox.selectbox-small:nth-of-type(3) {
    width: 22%;
    margin-left: 0.75em;
}
.vt-form-textarea {
    height: 200px;
}
.vt-form-radio {
    padding-right: 25px;
}
.vt-form-button-container {
    margin-top: 30px;
}
.vt-form-privacy-text {
    font-size: 14px;
}
.vt-form-item span {
    margin: 0.5em 0;
    font-size: 13px;
    font-weight: 500;
}
.request_other_input {
    opacity: 0;
    display: none;
    transition: all .3s;
}
.request_other_input.open-input {
    opacity: 1;
    display: block;
}
.vt-form-privacy-container .vt-form-checkbox {
    font-size: 14px;
}
.vt-form-privacy-container .vt-form-checkbox::before {
    background-color: #ccc;
}
.vt-form-privacy-container .vt-form-checkbox:hover:before {
    background-color: #ddd;
}
input[type=checkbox]:checked + .vt-form-checkbox::before {
    background-color: var(--primary-color);
}
.vt-form-label.is-required::after, 
.vt-form-label.is-optional::after {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .vt-form-layout-column .vt-form-item:nth-last-child(2) {
        align-items: start;
        padding-top: 30px;
    }
    .vt-form-textarea {
        height: 300px!important;
    }
    .vt-form-radio {
        min-width: calc(100% / 3);
    }
    .vt-form-button-container {
        margin: 50px 15px;
        gap: 20px;
    }
    .vt-form-button {
        padding: 20px 0;
    }
    .attached_guide {
        margin-top: 0.5em;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #d30606;
    }
}

/*-----------------------------------------------
   確認画面
------------------------------------------------*/
#formWrap {
    z-index: 1;
}
.error-guide {
    text-align: center;
    display: block;
}
.error-guide_item {
    padding: 1em;
    text-align: left;
}
.error-guide_h2 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 1em;
    color: #333;
    width: auto;
}
.error_messe {
    color: #d30606;
    padding-left: 1.25em;
    margin-bottom: 1em;
    position: relative;
}
.error_messe::before {
    position: absolute;
    content: '※';
    left: 0;
}
.text-center {
    text-align: center;
}
.return-btn-block {
    text-align: center;
    margin-top: 30px;
}
.return-btn-block input {
    padding: 1em 2.5em;
    background-color: #ffad32;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.return-btn-block input:hover {
    cursor: pointer;
    opacity: .8;
}
.lead {
    text-align: center;
}
.lead_h2 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}
.lead p {
    font-weight: 500;
    font-size: 14px;

}
.vt-form-confirmation-list {
    margin: 0;
    margin-bottom: 50px;
}
#formWrap form {
    margin-top: 30px;
}
.formTable {
    font-size: 14px;
}
