html {
    overflow-y: scroll;
}
 body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0;
     padding: 0;
     line-height: 160%;
}
 address, caption, cite, code, dfn, th, var {
     font-style: normal;
     font-weight: normal;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 caption, th {
    text-align: left;
}
 q:before, q:after {
    content: "";
}
 object, embed {
    vertical-align: top;
}
 hr, legend {
    display: none;
}
 h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
     font-weight: normal;
}
 img, abbr, acronym, fieldset {
     border: 0;
}
 img {
     vertical-align: top;
}
 ul li {
    list-style-type: none;
}
 strong {
     font-weight: bold;
}
 em {
    font-style: italic;
}
 sub {
     margin: auto 1px auto;
     font-size: 92.2%;
     vertical-align: -0.15em;
     line-height: 100%;
}
 * html body sub {
    font-size: 105%;
}
 *:first-child+html body sub {
    font-size: 105%;
}
 sup {
     margin: auto 1px auto;
     font-size: 92.2%;
     vertical-align: 0.15em;
     line-height: 100%;
}
 * html body sup {
    font-size: 105%;
}
 *:first-child+html body sup {
    font-size: 105%;
}
 .ClearFix {
    zoom: 1;
}
 .ClearFix:after {
     content: "";
     display: block;
     clear: both;
}

.menu_bg{
    background: #f2f2f2;
}
.menu_cover {
    display: flex;
    flex-wrap: wrap;
    max-width: 965px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.SiteName2 {
    flex: 0 0 33%;
    max-width: 33%;
}

.dflex {
    display: flex;
    justify-content: space-between;
    max-width: 240px;
}

#TopicPath ul {
    max-width: 965px;
    margin: 0 auto;
    padding: 15px 0 10px;
    overflow: hidden;
    width: 90%;
}

#TopicPath ul li {
    float: left;
    padding: 0 0 0 20px;
    font-size: 67%;
    background: url(../../../image/en/r1/icon/icon_topic_path_transition.gif) no-repeat 7px center;
    word-break: keep-all;
    overflow: hidden;
}

#TopicPath ul li a{
    color: #c02;
}

#TopicPath ul li strong{
   font-weight: normal;
}


#TopicPath ul li.FirstItem {
    padding: 0;
    background: none;
}

.main_minu{
   flex: 0 0 67%;
    max-width: 67%; 
     position: relative;
    z-index: 44;
    min-width: auto !important;
}

.logo_txt a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

h2.logo_txt {
    position: relative;
}

h2.logo_txt:before {
    content: "";
    height: 17px;
    background: #c9c8c8;
    width: 1px;
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.logo_txt a:hover{
    color: #333 !important;
}

.AdstefanNav {
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}

#GlobalNaviTop li a {
    display: block;
    line-height: 60px;
    font-size: 83%;
    padding: 0 16px;
    color: #333;
}

#GlobalNaviTop li a:link, #GlobalNaviTop li a:visited {
    text-decoration: none;
}

#GlobalNaviTop li a.mobileArrow{
    display: none;
}

#GlobalNaviTop li a:hover {
    background-color: #333;
    color: #fff;
}

/*#GlobalNaviTop li a:hover::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}*/



/* [-] Fat Menu =========================================================================================== */
.FatMenuWide {
    clear: both;
    background-color: #f2f2f2;
    overflow: hidden;
}

 .FatMenuSet {
        max-width: 965px;
    position: relative;
    width: 97%;
    margin: auto;
}
 .FatMenuSet:after {
     display: block;
     clear: both;
     content: "";
}
 .FMColumnMenuArea {
     padding-bottom: 4px;
    clear: both;
    overflow: auto;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
}

.FMGrid4, .FMGrid3, .FMGrid2, .FMGrid1{
    flex: 0 0 25%;
    max-width: 25%;
}
 
 .FMBottomColumnMenu .FMSubHeaderLink {
    margin-top: 6px;
}


.FMTitleLinkStyle2{
    border-left: solid 5px #ba000e;
    float: left;
    min-height: 21px;
    height: auto !important;
    padding: 8px 0 8px 10px;
    border-top: none;
    font-size: 90%;
    font-weight: bold;
    zoom: 1;
    margin-bottom: 6px;
}

 
.FMTitleLinkStyle2 a{
     padding: 0 20px 0 0;
     background-repeat: no-repeat;
     background-position: right center;
}

.FMTitleLinkStyle2 a:link, .FMTitleLinkStyle2 a:visited{
     color: #333;
     text-decoration: none;
     background-image: url(../../../image/en/r1/icon/icon_link_right_xl.gif);
}

.FMTitleLinkStyle2 a:hover,.FMTitleLinkStyle2 a:active{
     color: #b1000e;
     text-decoration: underline;
     background-image: url(../../../image/en/r1/icon/icon_link_right_xl_hover.gif);
}

.FatMenuSet .NewWin a {
    background-image: url(../../../image/en/r1/icon/icon_new_window_hd.gif) !important;
    }

 .FMLinkListStyle {
     margin-left: 15px;
     padding: 5px 0 3px;
}

 .FMLinkListStyle li {
     padding: 0 0 5px;
     font-size: 83%;
     line-height: 140%;
     zoom: 1;
}

 .FMLinkListStyle li a {
     padding: 0 17px 0 0;
     background-repeat: no-repeat;
     background-position: right center;
     zoom: 1;
     background-size: contain; 
     color: #c02;
}

 .FMLinkListStyle li a:link, .FMLinkListStyle li a:visited {
     text-decoration: none;
     background-image: url(../../../image/en/r1/icon/icon_link_right_l.gif)
}

.FMLinkListStyle li a:hover, .FMLinkListStyle li a:active {
     text-decoration: underline;
     background-image: url(../../../image/en/r1/icon/icon_link_right_l_hover.gif);
}

 .FMSubHeader {
     padding-bottom: 3px;
     font-size: 83%;
     font-weight: bold;
     color: #333;
     zoom: 1;
}

 .FMSubHeaderLink {
     margin-left: 15px;
     font-size: 83%;
     font-weight: bold;
     line-height: 140%;
     zoom: 1;
     margin-bottom: 10px;
}

 .FMSubHeaderLink a {
     padding: 0 20px 0 0;
     line-height: 140%;
     background-repeat: no-repeat;
     background-position: right center;
     zoom: 1;
}

 .FMSubHeaderLink a:link, .FMSubHeaderLink a:visited {
     color: #333;
     text-decoration: none;
     background-image: url(../../../image/en/r1/icon/icon_link_right_l.gif);
}
 .FMSubHeaderLink a:hover, .FMSubHeaderLink a:active {
     color: #b1000e;
     text-decoration: underline;
     background-image: url(../../../image/en/r1/icon/icon_link_right_l_hover.gif);
}

 .FMHorizontalLink {
     margin: 10px 0 8px 15px;
     clear:none;
     float:left;
     padding: 0 0 0 15px;
     font-size: 73%;
     line-height: 130%;
     border-left: solid 1px #ccc;
}
 .FMHorizontalLink li {
     display: inline-block;
     margin: 0;
     padding: 0 20px 0 0;
     line-height: 160%;
     zoom: 1;
}

 .FMHorizontalLink li a {
     background-position: right center;
     background-repeat: no-repeat;
}
 .FMHorizontalLink li a:link, .FMHorizontalLink li a:visited {
     text-decoration: none;
}
 .FMHorizontalLink li a:hover, .FMHorizontalLink li a:active {
     text-decoration: underline;
}

 .FMRTLink {
     position: absolute;
     top: 0;
     right: 0;
}
 .FMRTLink .FMTitleLinkStyle1 {
     padding: 0;
     border-left: none;
     font-size: 76%;
}
 .FMRTLink .FMRTLinkInner {
     width: auto;
}
 .FMRTLink .FMTitleLinkStyle1 a {
     float: left;
     display: block;
     min-width: 80px;
     text-align: center;
     font-weight: normal;
     background-image: url(../../../image/en/r1/icon/icon_link_right_white.gif) !important;
     background-repeat: no-repeat;
     background-position: right center;
}
 .FMRTLink .FMTitleLinkStyle1 a:link, .FMRTLink .FMTitleLinkStyle1 a:visited {
     padding: 4px 15px;
     color: #fff;
     text-decoration: none;
     background-color: #e60027;
     border-right: solid 3px transparent;
}
 .FMRTLink .FMTitleLinkStyle1 a:hover, .FMRTLink .FMTitleLinkStyle1 a:active {
     padding: 4px 17px 4px 15px;
     color: #fff;
     text-decoration: none;
     background-color: #b1000e;
     border-right: solid 1px transparent;
}

 
 .PageTop a:link, .PageTop a:visited {
    /* color: #c02; */
    color: #000000;
    text-decoration: none;
}

.PageTop li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #ff0026;
    cursor: pointer;
    float: right;
    position: relative;
    font-size: 0;
    bottom: 0;
}

.PageTop a::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 14px;
    width: 18px;
    height: 2px;
    z-index: -1;
    background: #fff;
}
.PageTop a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: calc((40px - 10px * 1.4142) / 2);
    width: 13px;
    height: 13px;
    z-index: -1;
    border: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-sizing: border-box;
}

@media (min-width: 768px){
    #GlobalNaviTopButtonSP{
        display: none;
    }
    .CourtesyNavi {
        display: none;
    }
    #GlobalNavi{
        display: block !important;
    }
}


@media (max-width: 767px){
    div.SiteName2,.main_minu{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .logo_txt a{
        line-height: 50px;
    }

    #GlobalNaviTop .Sustainability{
        position: relative;
    }

    #GlobalNaviTop li a.mobileArrow{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 50px;
        padding: 0 !important;
    }

    #GlobalNaviTop li.Sustainability .mobileArrow:before{
        right: 22px;
        top: calc(50% - 18px / 2);
        width: 2px;
        height: 18px;
        background-color: #666;
        transform: rotate(180deg);
        -webkit-transform: rotate(1800deg);
        border: none;
        content: "";
        position: absolute;
    }

    #GlobalNaviTop li.Sustainability .mobileArrow:after{
    right: 22px;
    top: calc(50% - 18px / 2);
    width: 2px;
    height: 18px;
    background-color: #666;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border: none;
    content: "";
    position: absolute;
    }
    #GlobalNaviTop li.Sustainability .first:after{
        display: none;
    }

     #GlobalNaviTop li.Sustainability:hover .fullwidthmenu{
        display: none;
     }

     #GlobalNaviTop li.Sustainability .mobileArrow.active:before{
        display: none;
     }

    #GlobalNavi{
        display: none;
        position: absolute;
        top: 45px;
        background: #f2f2f2;
        left: 0;
        right: 0;
        z-index: 100;
    }

    #GlobalNaviTopButtonSP a,
    #GlobalNaviTopButtonSP a:hover{
        background-color: #e60027;
        position: relative;
        display: block;
        width: 45px;
        height: 45px;
        overflow: hidden;
    }

    #GlobalNaviTopButtonSP a span {
        position: absolute;
        left: 0;
        width: 50%;
        left: 25%;
        height: 2px;
        background-color: #ffffff;
        border-radius: 4px;
        transform-origin: center;
    }

    .AdstefanNav li{
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.AdstefanNav li a{
        font-size: 90% !important;
    padding: 0 20px !important;
    margin: 0 !important;
    line-height: 50px !important;
    }

    #GlobalNaviTop li a{
        position: relative;
    }

    #GlobalNaviTop li a:after {
        top: calc(50% - 10px / 2);
        right: 20px;
        width: 12px;
        height: 12px;
        border: transparent;
        border-right: 2px solid #666;
        border-top: 2px solid #666;
        -webkit-transform: rotate(45deg);
        content: "";
        position: absolute;
    }

    #GlobalNaviTopButtonSP a:hover::after{
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
    }

    #SpSupportNavi li a.SpMenuLangMenu:before {
        right: 22px;
        top: calc(50% - 18px / 2);
        width: 2px;
        height: 18px;
        background-color: #666;
        transform: rotate(180deg);
        -webkit-transform: rotate(1800deg);
        border: none;
        content: "";
        position: absolute;
    }

    #SpSupportNavi li a.SpMenuLangMenu.ative:before{
        display: none;
    }

    #SpSupportNavi li a.SpMenuLangMenu:after {
        right: 22px;
        top: calc(50% - 18px / 2);
        width: 2px;
        height: 18px;
        background-color: #666;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        border: none;
        content: "";
        position: absolute;
    }

    #SpSupportNavi li a.SpMenuLangMenu.ative:after {
        background-color: #fff;
        content: "";
    }


    #SearchFormArea{
        background-color: #ccc;
        box-sizing: border-box;
        z-index: 99;
        position: absolute;
        left: 0;
        right: 0;
    }

    .FatMenuWide{
        display: none;
    }
}