.languageLink,
.signupLink {
    display: inline-flex;           /* inline + flex */
    align-items: center;           /* 垂直中央 */
    justify-content: center;       /* 水平中央（必要なら） */
    height: 26px;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;         /* リンク下線があれば消す */
}

/* 個別スタイル */
.languageLink {
    background: #006aB0;
}

.signupLink {
    margin-right: 20px;
    background: #F555a8;
    color: #fff !important;
}


.signupLink a{
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .signupLink {
        margin-right: 10px;
    }
}



.d_nav {
    background-color: #fff !important;
    color: #006ab0 !important;
}

.d_nav_list1 .link1, .d_subNav .link1 {
    color: #006ab0 !important;
}

.d_nav_list1 .li1 {
    border-bottom: 1px solid #006ab0;
}

.d_subNav .link1:nth-of-type(n+2) {
    border-left: 1px solid #006ab0;
}

.siteID {
    text-align:center;
    vertical-align: center;
}

.siteID img {
    width: 80%;
    height: auto;
    display: block;
    padding: 4px 0 0 3px;
}

.mvWrap {
    padding-bottom: 0px !important;
}
@media (max-width: 680px) {
    .mvWrap {
        padding-bottom: 0px !important;
    }
}

