@charset "UTF-8";
/* CSS Document */

/* layout01 */

.layout01 table {
    width: 100%;
}

.layout01 table td {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-bottom-style: solid;
    border-color: #E5E5E5;
    border-width: 2px;
    padding: 20px;
}

.layout01 table td:first-child {
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    border-color: var(--color-sub3);
    white-space: nowrap;
}

.layout01 table tr:first-child td {
    border-top-style: solid;
}

/*map-box*/

.map-box {
    height: 450px;
}

.map-box iframe {
    height: 450px;
    width: 100%;
}

.sp-view {
    display: none;
}
