@charset "utf-8";
/*  style　[  top ]
=================================================================== */


/* 概要 */
.table-q {
    border: #ccc 1px solid;
    border-collapse: collapse;
}
.table-q th {
    border: #ccc 1px solid;
    background-color: #efefef;
    vertical-align: middle;
}
.table-q td {
    border: #ccc 1px solid;
}
.table-q td.number {
    text-align: center;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    .table-q td {
        border-bottom: none;
    }
    .table-q td.number {
        text-align: left;
        border-top: #ccc 1px dashed;
    }
}



/* マップ */
iframe {
    display: table;
    width: 80%;
    height: 400px;
    margin: 0 auto;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    iframe {
    width: 90%;
    height: 300px;
    margin: 0 auto;
}
}