
@charset "UTF-8";

#lv {
    display: none;
}
#table + section .content_wrapper {
    max-width: 900px !important;
}
#table + section .heading {
    border-bottom: solid 1px #aaa;
    margin: 15px 0;
}
#table + section .heading .h {
    position: relative;
    font-family: "Sawarabi Mincho";
    font-size: 18px !important;
    letter-spacing: 0.1em !important;
    color: #111;
    font-weight: bold;
    overflow: hidden;
    display: block;
    margin-left: 0;
}
#table + section .heading .h:before {
    font-family: "Font Awesome 5 Free";
    content: "\f22d";
    margin-right: 6px;
    color: #aaa;
}
#table + section table tr th, #table + section table tr td {
    background: none;
    border: none;
    border-bottom: dotted 1px #eee;
    color: #555555;
}
#table + section table tr th {
    text-align: left;
    width: 15%;
}
#table + section table tr td {
    width: 85%;
}
#map + div .heading {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#map + div .heading .h {
    color: #555555;
    font-family: "Roboto", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 24px !important;
    letter-spacing: 0 !important;
    margin: 0;
    padding: 0;
}
#table + section .outer {
    display: flex;
    flex-wrap: wrap;
}
#table + section .outer .img_box {
    width: 230px;
    margin-right: 20px;
}
#table + section .outer table {
    min-width: auto;
    width: calc(100% - 250px);
}
@media (max-width: 900px) {
#table + section table tr th {
    width: 35%;
}
#table + section table tr td {
    width: 65%;
}
#table + section .outer .img_box, #table + section .outer table {
    width: 100%;
    margin: 0;
}
#table + section .outer .img_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#table + section .outer .img_box img {
    width: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}
}