@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}

table {
    width: 100%;
}
.com-tr {
    border-top: solid 1px #d3d3d3;
}
.com-tr02 {
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
}
.com-th {
    border-right: solid 1px #d3d3d3;
    width: 20%;
}
.map {
    height: 300px;
}


@media (max-width: 576px) {
.com-th {
    width: 30%;
}
.catch01 {
    font-size:1.2rem;
}
}