@charset "UTF-8";

/* 2022/06/20 form調整 */
form > div:nth-child(7){
    flex-wrap: nowrap;
    display: flex;
}
#Q34,#FN35 {
    width: 85px !important;
}
#Q34 {
    margin-left: 15px;
}
#LblFormCompanyName,#LblFN35 {
    display: none;
}
form > div:nth-child(7) > div:nth-child(2) > div.mktoFieldWrap.mktoRequiredField::before,
form > div:nth-child(7) > div:nth-child(3) > div.mktoFieldWrap.mktoRequiredField::before {
    display: none;
}
form > div:nth-child(7) > div:nth-child(2),
form > div:nth-child(7) > div:nth-child(3) {
    display: inline-block;
}
form > div:nth-child(7) > div:nth-child(1) {
    display: inline-block;
}
#LblQ34 {
    width: 120px !important;
}
form > div:nth-child(7) > div:nth-child(2) > div.mktoOffset,
form > div:nth-child(7) > div:nth-child(3) > div.mktoOffset {
    width: 0 !important;
}
form > div:nth-child(7) > div:nth-child(2) > div.mktoFieldWrap.mktoRequiredField #FormCompanyName {
    margin-bottom: 0 !important;
    width: 130px !important;
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
    form > div:nth-child(7){
        display: block;
    }
    #LblQ34 {
        width: initial !important;
    }
    form > div:nth-child(7) > div:nth-child(3) {
        margin-left: 10px;
    }
    #Q34 {
        margin-left: 0;
    }
    form > div:nth-child(7) > div:nth-child(2) > div.mktoFieldWrap.mktoRequiredField > div.mktoGutter.mktoHasWidth {
        height: 0 !important;
        width: calc(500 / 1024 * 100vw) !important;
    }
    form > div:nth-child(7) > div:nth-child(2) > div.mktoFieldWrap.mktoRequiredField #FormCompanyName {
        max-width: unset !important;
        width: initial !important;
        margin-top: 20px !important;
    }
    form > div:nth-child(7) > div:nth-child(3) > div.mktoFieldWrap.mktoRequiredField select {
        margin-top: 20px !important;
    }
    .mktoForm .mktoError {
        top: 80px;
        left: 0;
    }
}
@media screen and (max-width: 490px) {
    #Q34, #FN35 {
        width: auto !important;
    }
    form > div:nth-child(7) > div:nth-child(1),
    form > div:nth-child(7) > div:nth-child(2),
    form > div:nth-child(7) > div:nth-child(3) {
        margin-left: 0;
        display: block;
    }
    .mktoForm .mktoError {
        top: 90px;
    }
}