@charset "UTF-8";

#ndq .ndq_submit {
    background-color: transparent;
    width: 200px;
}

.search_result_baloon {
    font-size: 20px;
    font-weight: bold;
}

.ndq_submit_img {
    width: 160px;
}

#ndq .ndq_submit img {
    width: 160px;
}

#ndq select {
    margin: 0 0 10px 0;
}

#ndq_addr {
    margin: 0 0 10px 0;
}

.sateiform_member_th {
    display: block;
    margin: 0 auto !important;
}

.sateiform_member_tr {
    background-color: #ACDBDA;
}

.sateiform_member_div_1 {
    background-color: #20B2AA;
    color: white;
    cursor: pointer;
    font-size: 20px;
    height: 80px;
    line-height: 1.9;
    margin: 14px auto 14px auto;
    text-align: center;
    width: 160px;
}

.sateiform_member_div_1:hover {
    opacity: 0.8;
}

.sateiform_member_div_2 {
    color: #3C3D3D;
    font-weight: bold;
    max-width: 350px;
}

.sateiform_member_div_3 {
    background-color: #20B2AA;
    border-radius: 4px;
    max-width: 250px;
    opacity: 0;
    padding: 2px 0;
    text-align: center;
}

.sateiform_member_td_1 {
    padding: 0 10px 20px 20px!important;
}

.sateiform_member_a_1 {
    color: white!important;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.sateiform_member_a_1 span {
    font-size: 16px;
    font-weight: bold;
}

.sateiform_member_div_3_fadeUp {
    animation-duration: 2s;
    animation-name: fadeUpAnime;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ndq .ndq_error {
    background-color: #f6cf2b;
}

.sateiform_mb_div_1 {
    margin: 10px 0;
}

.sateiform_mb_div_1 a {
    background-color: #006AB6;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

@media screen and (max-width: 650px) {
    .sateiform_mb_div_1 {
        background-color: #006ab6;
        padding: 10px;
        text-align: center;
        width: 180px;
    }    

    .sateiform_mb_div_1 a {
        background-color: transparent;
    }
}
