.mapWrapper {
    max-width: 1200px;
    margin: 110px auto 0;
    width: 100%;
}
.mapWrapper .title {
    text-align: center;
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6 {
    margin: auto;
}
.mapWrapper .title+.map {
    margin-top: 55px;
}
.mapWrapper .map {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
}
.mapWrapper .map .address {
    width: 55%;
}
.mapWrapper .map .address dl {
    display: flex;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    align-items: center;
    padding: 10px 0;
}
.mapWrapper .map .address .head {
    font-size: 20px;
    font-weight: normal;
    color: #002477;
}
.mapWrapper .map .address .head span {
    margin-right: 25px;
    font-size: 30px;
    font-weight: 500;
    color: #CCD3E4;
}
.mapWrapper .map .mapArea {
    width: 41.5%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}