header {
    background: url(../img/overview/header.jpg) no-repeat center / cover;
}
.table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 40px;
}
.table .item {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.table .item h3 {
    font-weight: 300;
    font-size: 16px;
    padding: 30px;
    width: 0;
    min-width: 260px;
    border-right: 1px solid #c8c8c8;
}
.table .item p {
    padding: 30px;
    width: 100%;
}
.table .item p span {
    margin-right: 10px;
}
.table .item a {
    display: inline;
}
.table .pdf-link {
    margin: 30px auto;
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
}

.access-block .item {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.access-block .item:first-of-type {
    border-top: none;
}
.access-block .item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.access-block .item .text {
    padding: 40px 30px;
    width: 100%;
}
.access-block .item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.access-block .item .tel p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.access-block .item .tel p:last-of-type {
    margin-bottom: 30px;
}
.access-block .item .tel p span {
    margin: auto 20px;
}
.access-block .item h4 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.access-block .item h4 img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.access-block .item p.sans {
    margin-bottom: 30px;
}
.access-block .item p.sans:last-of-type {
    margin-bottom: 0;
}
.access-block .item p.sans span {
    display: inline-block;
    margin-bottom: 10px;
}
.access-block .item p.sans span::before {
    content: "・";
    margin-right: 15px;
}
.access-block iframe {
    width: 55%;
    max-width: 820px;
    height: 500px;
}
.access-link {
    font-size: 18px;
    padding: 5px 20px;
    background-color: #e5e5e5;
    width: fit-content;
}
@media screen and (max-width: 1200px) {
    .table .item h3 {
        min-width: 140px;
    }
}
@media screen and (max-width: 850px) {
    .access-block .item {
        flex-direction: column;
    }
    .access-block .item .text {
        padding: 20px;
        width: 100%;
    }
    .access-block iframe {
        width: 100%;
        height: 350px;
        padding: 0 20px 30px 20px;
    }
}
@media screen and (max-width: 600px) {
    .table .item h3 {
        min-width: 100px;
        padding: 20px;
    }
    .table .item p {
        padding: 20px;
    }
    .access-block .item h3 {
        font-size: 21px;
    }
    .access-block .item h4 {
        font-size: 18px;
    }
    .access-block .item h4 img {
        width: 40px;
        height: 40px;
    }
    .access-block .item .tel p {
        flex-direction: column;
        align-items: flex-start;
    }
    .access-block .item .tel p span,.access-block .item .tel p br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
}
@media (hover: hover) and (pointer: fine) {
    .access-link:hover {
        background-color: #bbb;
    }
}