#uni-page-map-area {
    width: 1024px;
    height: 940px;
    background-image: url(./ippan_map.svg);
    background-size: 1024px 940px;
    background-position: left top;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

/* 大学情報エリア */

.uni-info {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
    width: 960px;
}

.uni-info_wrap {
    display: flex;
}

.uni-info_area {
    width: 146px;
    height: 42px;
    background-color: #fff;
    border: solid 2px #494B5F;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 14px;
    z-index: 1;
}

.uni-info_name {
    font-size: 46px;
    margin-left: 30px;
}

.uni-info_line {
    background-color: #EDEEF7;
    height: 2px;
    border: none;
}

.uni-info_undergrad-ttl {
    width: 146px;
    height: 42px;
    background: rgb(142, 146, 183);
    background: linear-gradient(180deg, rgba(142, 146, 183, 1) 0%, rgba(71, 73, 92, 1) 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-top: 2px;
    z-index: 1;
}

.uni-info_undergrad {
    font-size: 24px;
    margin-left: 30px;
    font-weight: 400;
}

/* 全国入試会場MAPエリア */

#college-map-title {
    width: 960px;
    margin: 0 auto;
}

.coll_map_ttl {
    width: 960px;
    height: 100px;
    background-image: url(../img/uni-page/coll_map_ttl.svg);
    background-size: 960px 100px;
    padding-left: 120px;
}

.college-map_area {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 115px;
}

.area_box1 {
    margin: 0;
    position: relative;
    width: 366px;
    height: 154px;
    top: 86px;
    left: 707px;
}

.area_box2 {
    position: relative;
    display: block;
    text-align: center;
    width: 366px;
    height: 154px;
    top: 190px;
    left: 480px;
}

.area_box3 {
    position: relative;
    display: block;
    text-align: center;
    width: 190px;
    height: 218px;
    top: 130px;
    left: 300px;
}

.area_box4 {
    position: relative;
    display: block;
    text-align: center;
    width: 294px;
    height: 106px;
    top: 60px;
    left: 800px;
}

.area_box5 {
    position: relative;
    display: block;
    text-align: center;
    width: 190px;
    height: 228px;
    top: 0px;
    left: 560px;
}

/* フッターエリア */

footer {
    position: relative;
    width: 100%;
    height: 160px;
    background-color: #494B5F;
    z-index: 10;
    bottom: 0;
}

.footer_wrap {
    position: relative;
    display: flex;
    top: 68px;
}

.footer_logo {
    position: relative;
    width: 228px;
    height: 24px;
    margin-left: 80px;
}

.f_navi {
    margin-left: 70px;
}

.footer_menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu {
    height: 60px;
}

.f_line {
    width: 2px;
    height: 24px;
    background-color: #fff;
}

.footer_menu a {
    color: #fff;
    position: relative;
    display: inline-block !important;
    text-decoration: none;
    margin-top: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.footer_menu a:hover {
    color: #8E92B7;
}

#page-top {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -25px;
    right: 80px;
}