@charset "utf-8";


/* line : 8 */
#map_wrap {
    margin-top: -5px;
    position: relative;
}

#map {
    width: 100%;
    height: 300px;
    min-width: 100%
}

#quick>ul>li:first-child {
    margin-left: 0;
}

#quick>ul>li {
    display: inline-block;
    width: 20%;
}

#quick>ul>li>a>img {
    width: 100%;
}

#quick {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

#quick>ul {
    width: 100%;
}


/* line : 74 */
.x_bnt3 {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.footer_popup1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup_wrap {
    opacity: 0;
    width: 0;
    height: 0;
    background-color: #000a3d;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    /*top: 50%;
    transform: translate(-50%, -50%);*/
}

.footer_popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

textarea {
    font-size: 15px;
}



/* line : 88 */
.qna {
    width: 100%;
}

.qna>table {
    width: 100%;
    height: 100%;
}

.qna>table>tbody>tr {
    width: 40%;
    display: inline-block;
    height: 63%;
    text-align: center;
    float: left;
    margin-bottom: 0.02%;
}

.qna>table>tbody>tr>td {
    width: 100%;
    text-align: center;
    display: inline-block;
}