@charset "utf-8";


.bg-cfe9fe{
    background-color: #CFE9FE;
}

.bg-e0e0e0{
    background: #e0e0e0;
}
@media screen and (max-width:500px) { 
    #uv1spage .subtitle2 {
        font-size: 1.4em;
    }
    #uv1spage .h2 {
        font-size: 1.5em;
    }
}

.overview-content h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.overview-content p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
    padding-right: 12%;
}

.overview-video {
    margin: auto;
    margin-bottom: 5%;
}

.overview-video iframe {
    width: 800px;
    height: 450px;
}

@media (max-width: 575px){
    .overview-video iframe {
        width: 100%;
        height: auto;
    }
}


.scroll-nav a {
    color: #bbb;
}

.scroll-nav ul {
    max-width: 850px;
    /* メニューの最大幅 */
    min-width: 750px;
    /* メニューの最小幅 */
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-right: 10px;
    font-size: 13px;
    /* 右側の固定分余白を空ける */
}

.scroll-nav ul li {
    float: left;
    padding-left: 20px;
    /*width: 100px;
    width: 90px;2022変更*/
    /* メニューの個別の幅 */
    text-align: center;
}

.scroll-nav ul li:hover {
    background: #221715;
    /* マウスホバー時の背景色 */
}

.scroll-nav ul li a {
    display: inline-block;
    color: #fff;
    /* メニューの文字色 */
    text-decoration: none;
}

.scroll-nav::-webkit-scrollbar {
    display: none;
}

.navbar-nav {
    font-size: 16px;
    font-family: "メイリオ";
    color: #333;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 10px;
    line-height: 1.5; /* 高すぎる場合は1.2～1.4くらいに調整 */
    display: inline-block;
    vertical-align: middle; /* 縦位置を中央にする */
}

.nav-link:hover {
    background-color: #222;
    color: white;
}

.nav-link.active {
    background-color: #221715;
    font-weight: bold;
    color: white;
}
.nav-link.active:hover {
    background-color: #222;
}