@charset "UTF-8";

.header-2019 {
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
    min-width: 990px;
    border-top: 5px solid #357eec;
}
.header-2019-inner {
    height: 100px;
    margin: 0 40px 0 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-2019-logo-link {
    display: block;
    width: 194px;
    height: 54px;
    line-height: 1;
    text-indent: -9999px;
    background: url(/mobile/set/data/service/softbankpremium/lib/img/shared/logo-sb-2019-rf2.svg) no-repeat left center;
    background-size: 194px 54px;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    will-change: opacity;
}
.header-2019-logo-link:hover {
    opacity: 0.6;
}
.header-2019-nav-link {
    font-size: 20px;
    font-weight: bold;
    color: #424242;
    text-decoration: none;
    text-align: right;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    will-change: opacity;
}
.header-2019-nav-link:link {
    color: #424242;
    text-decoration: none;
}
.header-2019-nav-link:hover {
    opacity: 0.6;
}
.header-2019-nav-link:hover, .header-2019-nav-link:active, .header-2019-nav-link:focus {
    color: #424242;
    text-decoration: none;
}