@charset "UTF-8";
.overview h1,
.overview h2 {
    text-align: center;
    color: #004098;
    letter-spacing: 0.1em;
}
.overview h1 {
    font-size: 48px;
    margin-top: 40px;
}
.overview h2 {
    font-weight: 400;
    line-height: 2.2;
    font-size: 18px;
    margin-top: 20px;
}

.access {
    margin-top: 60px;
    color: #004098;
}
.access img {
    max-width: 100%;
}
.access .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin-top: 60px;
}
.access .address {
    width: calc(100% - 445px);
}
.access .map {
    width: 425px;
    margin-left: auto;
}
.access h1 {
    background: #004096;
    background: linear-gradient(to right,#004096 80%,transparent 100%);
    padding: 8px 10px;
    font-size: 27px;
    color: #fff;
    margin-bottom: 10px;
}
.access dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}
.access dt,.access dd {
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
    box-sizing: border-box;
}
.access dt:last-of-type,.access dd:last-of-type {
    border-bottom: none;
}
.access dt {
    width: 7em;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.access dd {
    width: calc(100% - 7em);
}
.access p {
    font-size: 18px;
    line-height: 2;
    margin: 30px 0;
}
.access .bnCont {
    max-width: 1000px;
}