.brand-header-wrapper .site-name{font-size:32px;line-height:30px;text-align:center}.brand-header-wrapper .site-name a{color:#fff}.brand-header-wrapper .site-name a:hover{text-decoration:none}.brand-header-wrapper .brand-logo{margin:0;text-align:left}@media screen and (max-width: 767px){.brand-header-wrapper>.container{padding-left:0;padding-right:0}.brand-header-wrapper .brand-logo img{height:24px}.brand-header-wrapper .site-header{position:relative;margin-top:10px;border-top:4px solid #eee}.brand-header-wrapper .site-name{position:absolute;top:10px;right:0;bottom:0;left:0;padding:0 50px;font-size:28px;line-height:1}.global-header-wrapper .toggle-box{padding:10px 0}.brand-header-wrapper .navbar-button{position:static;top:auto;left:auto;height:auto}.global-header-wrapper .toggle-box:after{margin-top:10px}.navbar-global .global-nav>li{width:100%;margin-bottom:1px}}@media screen and (min-width: 768px){.brand-header-wrapper .site-header{position:absolute;top:auto;right:0;bottom:11px;left:0;z-index:10}.brand-header-wrapper .site-header:lang(ja){bottom:8px}.brand-header-wrapper .primary-navi{height:auto;top:auto;bottom:0;z-index:50}}@media screen and (min-width: 768px){.lsi-mv h3{font-size:1.4vw}}@media screen and (max-width: 1280px){.lsi-mv h3{font-size:2.3vw}}@media screen and (max-width: 767px){.lsi-mv h3{font-size:26px}}

/**
 brand header
*/


.brand-header-wrapper .brand-header{
    display: flex;
    align-items: center;
    margin: 0;
    height: 56px;
}
@media (max-width: 767px) {
    .brand-header-wrapper .brand-header{
        height: 55px;
    }
}
.brand-header-wrapper .brand-header .brand-logo{
    margin-top: 11px;
    margin-bottom: 11px;
    font-size:19px;
    min-width: 138px;
    height: 30px;
}
@media (max-width: 767px) {
    .brand-header-wrapper .brand-header .brand-logo{
        min-width: 110px;
        height: 24px;
    }
}
.brand-header-wrapper .brand-header .brand-logo a img{
    display: block;
    height: 30px;
}
@media (max-width: 767px) {
    .brand-header-wrapper .brand-header .brand-logo a img{
        height: 24px;
    }
}
.site-header{
    position: absolute !important;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    border-top: none !important;
}
.brand-header .site-name{
    font-size: 16px;
    margin-left: 1.5em;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 11px;
    padding-top: 12px;
    display: block;
}

@media (max-width: 767px) {
    .brand-header .site-name{
        width: auto;
        position: static;
        padding: 0;
        margin-top: 1px;
    }
}
.brand-header .site-navi{
    display: flex;
    margin-bottom: 0;
    padding-top: 1px;
    padding-left: 17px;
    margin-left: 28px;
    position: relative;
    list-style: none;
}
.brand-header .site-navi:before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    left: 2px;
    height: 16px;
    top: calc(50% - 8px);
}
.brand-header .site-navi > li{
    padding-left: 16px;
    padding-right: 16px;
}
.brand-header .site-navi > li > a{
    position: relative;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    display: block;
    font-size: 16px;

    padding-bottom: 11px;
    padding-top: 11px;

}

.brand-header .site-navi > li > a:after{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    height: 3px;
    left: 0;
    right: 0;
    content: "";
    opacity: 0;
}
.brand-header .site-navi > li > a:hover:after{
    opacity: 1;
}
.brand-header .site-navi > li.has-child:hover .site-navi-child,
.brand-header .site-navi > li.has-child:focus .site-navi-child{
    display: block;
}

.site-navi-child{
    display: none;
    position: absolute;
    background-color: #000;
    padding-left: 0;
    z-index: 9999;
    padding-top: 0 5px;
    padding-bottom: 0.5em;
    list-style: none !important;
}
.site-navi-child > li{
    list-style: none !important;
}
.site-navi-child > li > a{
    position: relative;
    color: #fff;
    display: block;
    padding: 0.5em;
    padding-top: 11px;
    text-decoration: none;
    padding-right: 3em;
    white-space: nowrap;
}
.site-navi-child > li > a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
}
.site-navi-child > li > a:after{
    position: absolute;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    right: 1em;
    top: calc(50% - 5px);
}
.primary-navi{
    position: relative !important;
    margin-left: auto;
}
.primary-navi .lang{
    margin-bottom: 0 !important;
}
ul li, ol li{
  margin-bottom:0;
}
.general-content {
    margin: 0 0 30px 0;
}

@media screen and (min-width: 768px){
.navbar-global .global-nav>li>a{
  position:relative;
  top:2px;
}
}
h1, .h1{
  margin-bottom:24px;
}


@media screen and (min-width: 1200px){
.lsi-mv h3 {
    font-size: 2.1vw;
}
}
@media screen and (min-width: 992px){
.lsi-mv h3 {
    font-size: 1.2vw;
}
}
@media screen and (min-width: 768px){
.lsi-mv h3 {
    font-size: 1.4vw;
}
}
@media screen and (max-width: 767px){
.lsi-mv h3 {
    font-size: 20px;
}
}

.general-content-body>.row p{
  margin-bottom:12px;
}
.general-content-body>.row figure img{
  width:auto;
}

.general-content-body>.row figure{
  margin-bottom:16px;
}

@media screen and (min-width: 768px){
.navbar-global .global-nav>li>a {
    position: relative;
    top: 0px;
}
}


.general-content-body>ul>li>img,
.general-content-body>ol>li>img {
    width: auto;
    display: inline;
    padding: 0 .5em;
    vertical-align: bottom;
}

.general-content>h3>img, .general-content>h4>img, .general-content-body>p>img, .general-content-body>ul>li>img, .general-content-body>ol>li>img{
  padding:0;
  margin:0 .5em;
}

/**
 global menu styles
 */
.menu-trigger{
    margin-top: 5px;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 50px;
    height: 46px;
    background-color: transparent;
    border: none;
}
.menu-trigger span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
    top: 12px;
}
.menu-trigger span:nth-of-type(2) {
    top: 21px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 12px;
}


/*click後のスタイル*/
.menu-open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.menu-open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.menu-open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.global-menu{
    display: none;
    background-color: #222;
}
.menu-open .global-menu{
    display: block;
    position: absolute;
    width: 100%;
    padding: 5px 0 15px 0;
    z-index: 1100;
}
@media (min-width:768px ) {
    .global-menu{
        display: none !important;
    }
}
.menu-open .global-menu ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-open .global-menu .global-menu-parent li{
    position: relative;

}
.menu-open .global-menu .global-menu-parent li a{
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 44px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.menu-open .global-menu .global-menu-parent li:not(.has-child) a:after{
    position: absolute;
    right: 24px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);

    top: 50%;
    margin-top: -5px;
}

.global-menu .has-child{
    position: relative;
}
.global-menu .has-child button{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    right: 4px;
    background-color: transparent;
    border: none;
    padding: 0;
    top: 0;
    z-index: 10;
}
.global-menu .has-child button:before{
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #fff;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
}
.global-menu .has-child button:after{
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    content: "";
    display: block;
    transform: rotate(90deg);
    margin-top: -1px;
    margin-left: -8px;
    transition: all 0.2s ease-out;
}
.global-menu .has-child button.open:after{
    transform: rotate(0);
}
.global-menu-child{
    display: none;
    padding-left: 15px !important;
}
.global-menu-child li a{
    position: relative;
}
.global-menu-child li a:after{
    position: absolute;
    right: 22px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
}

.global-menu-lang{
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 8px;

}
.global-menu-lang li{
    line-height: 1;
}
.global-menu-lang li a{
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: none;

}
.global-menu-lang li + li{
    border-left: 1px solid #fff;
}

.footer-menu .footer-navs> .nav-title a,
.footer-menu .footer-navs> .nav-list a,
.footer-menu .localize-info .lang>li a{
    color: #fff;
    text-decoration: none;
}
.footer-menu .footer-navs> .nav-title a:hover,
.footer-menu .footer-navs> .nav-title a:focus,
.footer-menu .footer-navs> .nav-list a:hover,
.footer-menu .footer-navs> .nav-list a:focus
{
    opacity: 0.75;
    text-decoration: none;
}
.footer-menu .localize-info .lang>li a,
.footer-menu .localize-info .lang>li a,
.footer-menu .localize-info .lang>li a{
    opacity: 0.5;
}
.footer-menu .localize-info .lang>li a:hover,
.footer-menu .localize-info .lang>li a:focus,
.footer-menu .localize-info .lang>li.active a{
    opacity: 1;
}
.footer-submenu .links > li a{
    color: #fff;
}
.footer-submenu .links > li a:hover,
.footer-submenu .links > li a:focus{
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
}
.global-footer-wrapper .footer-menu-container{
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .global-footer-wrapper .footer-menu .localize-info{
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .global-footer-wrapper .footer-menu .localize-info .lang li{
        margin-top: 0;
    }
}

/**
 local menu styles
**/
.local-menu-wrapper{
    position: absolute;
    background-color: #000;
    z-index: 999;
    width: 100%;
}
.local-menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}
.local-menu-fixed .local-menu-wrapper{
    position: fixed;
    top: 0;
}
@media screen and (max-width: 767px){
    .local-menu{
        padding: 0;
        display: block;
        width: 100%;
        left: 0;
    }
}
.local-menu > ul > li > a:hover,
.local-menu > ul > li > a:focus{
    text-decoration: none;
}
/*.scrolled .local-menu{*/
    /*opacity: 0;*/
/*}*/
/*.unscrolled .local-menu{*/
    /*opacity: 1;*/
/*}*/
.local-menu-title{
    font-family: "Microsoft YaHei", "黑体", "sans-serif";
    font-size: 18px;
    margin: 0;
    color: #fff;
    position: relative;
    top: -1px;
}
@media screen and (max-width: 767px) {
    .local-menu-title{
        font-size: 16px;
    }
}
.local-menu button{
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;

}
@media screen and (max-width: 767px){
    .local-menu button{
        position: relative;
        display: block;
        padding: 15px;
        width: 100%;
        text-align: left;
    }
    .local-menu button:after{
        position: absolute;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 15px;
        top: 15px;
        transform: rotate(45deg);
        transition: all 0.3s ease;
        top: 50%;
        margin-top: -6px;
    }
    .local-menu button.open:after{
        transform: rotate(-135deg);
        margin-top: 0px;
    }
}
.local-menu button:hover,
.local-menu button:focus{
}
.local-menu > ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
@media screen and (min-width: 768px) {
    .local-menu > ul{
        display: flex !important;
    }
}
@media screen and (max-width: 767px){
    .local-menu > ul{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    @keyframes local-menu-fade-in {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .local-menu > ul > li{
        position: relative;
    }
    .local-menu > ul > li > a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .local-menu > ul > li > ul{
        position: absolute;
        top: 40px;
        background-color: #000;
        left: 15px;
        right: -15px;
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 1px;
        margin-bottom: 0;
        display: none;
        z-index: 10;
    }
    .local-menu > ul > li:hover > ul{
        display: block;
        animation-name: local-menu-fade-in;
        animation-duration: .7s;
    }
    .local-menu > ul > li > ul > li{
        margin-top: 19px;
    }
    .local-menu > ul > li > ul > li a{
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        margin-left: 1em;
        line-height: 1;
        display: block;

    }
}
@media screen and (max-width: 767px){
    .local-menu > ul > li > ul{
        display: none;
    }
}
.local-menu > ul > li > a{
    position: relative;
    text-decoration: none;
    display: block;
    color: #fff;
    margin-left: 15px;
    padding-left: 15px;
}
@media screen and (min-width: 768px) {
    .local-menu > ul > li > ul > li a{
        padding-right: 1em;
    }
    .local-menu > ul > li > a:before{
        position: absolute;
        left: 0;
        top: 15px;
        width: 1px;
        height: 25px;
        display: block;
        content: "";
        background-color: #fff;
    }
    .local-menu > ul > li > a.active:after,
    .local-menu > ul > li > a:hover:after {
        display: block;
        position: absolute;
        left: 15px;
        right: 0;
        bottom: 12px;
        height: 3px;
        background-color: #fff;
        content: "";
    }
}
@media screen and (max-width: 767px) {
    .local-menu > ul{
        padding-top: 10px;
        padding-bottom: 45px;
        padding-left: 25px;
        padding-right: 15px;
    }
    .local-menu > ul > li{
        border-bottom: 1px solid #707070;
    }
    .local-menu > ul > li > a{
        position: relative;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        height: 44px;
        display: flex;
        align-items: center;
    }
    .local-menu > ul > li > a:after{
        position: absolute;
        right: 10px;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        top: 50%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -6px;

    }
    .local-menu > ul > li > ul{
        display: block;
        padding-left: 14px;
        padding-bottom: 10px;
    }
    .local-menu > ul > li > ul > li{
        display: block;
    }
    .local-menu > ul > li > ul > li > a{
        display: flex;
        color: #fff;
        align-items: center;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .local-menu > ul > li > ul > li > a:after{
        position: absolute;
        right: 10px;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        top: 50%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -4px;

    }
    .local-menu > ul > li > ul > li > a:before{
        content: "";
        display: block;
        width: 8px;
        height: 2px;
        background-color: #707070;
        margin-right: 6px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){
    .local-menu > ul{
        height: calc(100vh - 54px);
        overflow: auto;
    }
}
<!--0.00017786026000977-->