@charset "UTF-8";

.overview {
    margin-bottom: 30px;
}
.overview h1{
    text-align: center;
    color: #004098;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 2.2;
    font-size: 15px;
    margin-top: 20px;
}

.access {
    margin-bottom: 30px;
}
.access .inner {
    padding: 20px 10px;
    background: #e0e1f1;
    justify-content: center;
    align-items: center;
}
.access img {
    width: 100%;
}
.access .address {
    margin: 10px 0 0 0;
}
.access .address ul {
}
.access .address li {
    padding: 10px;
    border-bottom: 1px solid #004096;
}
.access .address li span {
    font-size: 90%;
}

.about img {
    width: 100%;
}
.about h1 {
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
}
.about p{
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 2.2;
    font-size: 15px;
    margin-top: 20px;
}