@charset "utf-8";
/* CSS Document */

#mv {
    max-width: none;
    background: url(/sevice_shared/img/network/top/bg_mv.png) no-repeat 0 0 / cover;
}
#mv h1 {
    max-width: 500px;
}
#mv p {
    color: #fff;
    font-size: 2.5rem;
}

#connectivity .flex_box {
    flex-wrap: wrap;
    justify-content: space-between;
}
#connectivity .flex_block:nth-of-type(n+2) {
    margin-left: 0;
}
#connectivity .flex_box .border {
    width: 32%;
    flex: none;
    margin-bottom: 10px;
}
#connectivity .flex_box .border:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/sevice_shared/img/svg/icn_new_window.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
}
#connectivity .flex_box .border a {
    min-height: 80px;
    padding: 20px;
}
#connectivity .flex_box .border a:hover {
    text-decoration: none;
}
#connectivity .flex_box .border a p {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}
#connectivity .flex_box .border img {
    max-width: 200px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .lnav {
        position: static;
    }
    .lnav ul li {
        background: url(/sevice_shared/img/datacenter/icn_arrow_list.svg) no-repeat right 50% !important;
    }
    .lnav ul li a,
    .lnav ul li a:hover {
        color: #262D44;
    }
    #mv p {
        font-size: 4vw;
    }
    #connectivity .flex_box .border {
        width: 100%;
    }
}