<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#ContentsArea div#ContentsLayout.SingleWide:first-child {
padding-top: 0;
}

div#MainContent #BzSpprt *,
div#MainContent #BzSpprt *::before,
div#MainContent #BzSpprt *::after {
box-sizing: border-box;
}

.mediaSupport-image {
text-align: center;
margin-top: 30px;
}

div#MainContent .BzSpprtHdg02 {
margin-top: 40px;
padding: 16px 25px;
background: #d8dadd;
font-weight: bold;
font-size: 16px;
line-height: 1.4em;
}

div#MainContent #BzSpprt .BzSpprtListSelect01 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

div#MainContent #BzSpprt .BzSpprtListSelect01.LinkBanner {
margin-bottom: 30px;
}

div#MainContent #BzSpprt .BzSpprtListSelect01 &gt; li {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
width: calc(100% / 4);
margin: 16px 0 0;
padding: 0 14px;
border-left: 1px dashed #d2d2d2;
background: none;
}

div#MainContent #BzSpprt .BzSpprtListSelect01.LinkBanner &gt; li {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
width: calc(100% / 2);
margin: 30px 0 0;
padding: 0 20px;
border-left: none;
background: none;
}

div#MainContent #BzSpprt .BzSpprtListSelect01 &gt; .ListCol02 {
width: 50%;
}

div#MainContent #BzSpprt .BzSpprtListSelect01 &gt; li:nth-child(3n+1) {
padding-left: 0;
border-left: none;
}

div#MainContent #BzSpprt .BzSpprtListSelect01.LinkBanner &gt; li:nth-child(3n+1) {
padding-left: 20px;
}

div#MainContent #BzSpprt .LinkBanner .BzSpprtBtn01 {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
margin: 0;
padding: 10px 15px 10px 37px;
transition: all .3s;
text-align: left;
color: #333;
border: 1px solid #e6e6e6;
background: #f7f7f7 linear-gradient(#fff 0%, #f7f7f7 100%);
font-size: 18px;
width: 100%;
min-height: 117px;
}

div#MainContent #BzSpprt .LinkBanner .BzSpprtBtn01 .BzSpprtBtnTxt {
    flex: 1;
}

div#MainContent #BzSpprt .LinkBanner .BzSpprtBtn01 .BzSpprtBtnImg {
width: 100px;
text-align: center;
margin: 0 auto;
}

div#MainContent #BzSpprt .BzSpprtBtn01 {
display: block;
position: relative;
margin: 5px 0 0;
padding: 17px 30px;
transition: all .3s;
text-align: center;
color: #333;
border: 1px solid #e6e6e6;
background: #f7f7f7 linear-gradient(#fff 0%, #f7f7f7 100%);
font-size: 18px;
}

div#MainContent #BzSpprt .BzSpprtBtn01::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 20px;
width: 0;
height: 0;
transition: all .2s;
transform: translateY(-50%);
border-width: 3px 0 3px 6px;
border-style: solid;
border-color: transparent transparent transparent #e60013;
}

div#MainContent #BzSpprt .BzSpprtBtn01:hover,
div#MainContent #BzSpprt .BzSpprtBtn01:focus {
text-decoration: none;
opacity: .7;
}

div#MainContent #BzSpprt .BzSpprtBtn01:hover::before,
div#MainContent #BzSpprt .BzSpprtBtn01:focus::before {
left: 23px;
}

/* SelectCountry */
#ContentsSupport .SelectCountry {
    margin-bottom: 30px;
}

#ContentsSupport .SelectCountry .Region {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 35px 0 5px 35px;
}
#ContentsSupport .SelectCountry .Region + .Region {
margin: 0;
border-top: 1px solid #ccc;
}

#ContentsSupport .SelectCountry .Region .RegionName {
margin-bottom: 20px;
width: 100%;
color: #999;
font-weight: normal;
font-size: 32px;
line-height: 1em;
}

#ContentsSupport .SelectCountry .Region .Country {
margin-right: 10px;
margin-bottom: 30px;
width: calc((100% - 30px) / 4);
}
#ContentsSupport .SelectCountry .Region .Country:nth-last-of-type(4n) {
margin-right: 0;
}


#ContentsSupport .SelectCountry .Region .Country .Name {
position: relative;
display: block;
padding: 3px 0 3px 20px;
color: #333;
font-weight: 600;
font-size: 16px;
}
#ContentsSupport .SelectCountry .Region .Country .Name::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
margin: auto;
width: 8px;
height: 8px;
border-top: 2px solid #ea0437;
border-right: 2px solid #ea0437;
content: "";
transform: rotate(45deg);
}
#ContentsSupport .SelectCountry .Region .Country .Name .Lang {
margin-left: 5px;
padding-left: 5px;
border-left: 1px solid #333;
font-weight: normal;
font-size: 13px;
}


/* LanguageList */
#ContentsSupport .SelectCountry .LanguageListOuter {
margin-top: 35px;
padding: 0 20px;
}

#ContentsSupport .SelectCountry .LanguageList {
display: flex;
flex-wrap: wrap;
width: calc(100% + 25px);
margin: -16px 0 0 -25px;
}

#ContentsSupport .SelectCountry .LanguageList &gt; li {
width: calc(100% / 4 - 25px);
margin: 16px 0 0 25px;
padding-left: 0;
background: none;
}

#ContentsSupport .SelectCountry .LanguageList &gt; li img {
margin-right: 5px;
padding-bottom: 2px;
vertical-align: middle;
}

#ContentsSupport .SelectCountry .LanguageList &gt; li a {
display: block;
position: relative;
padding: 15px 35px 13px;
border: 1px solid #e6e6e6;
background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
color: #333;
text-align: center;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f7f7f7');
}

#ContentsSupport .SelectCountry .LanguageList &gt; li a:hover {
opacity: 0.8;
}

#ContentsSupport .SelectCountry .LanguageList &gt; li a::before {
display: block;
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 6px solid #ea0337;
content: "";
}

#ContentsSupport .SelectCountry .LanguageList.Col2 &gt; li {
width: calc(100% / 2 - 25px);
}

#ContentsSupport .SelectCountry .LanguageList.Col3 &gt; li {
width: calc(100% / 3 - 25px);
}

#ContentsSupport .SelectCountry .LanguageList.Col4 &gt; li {
width: calc(100% / 4 - 25px);
}

#ContentsSupport .SelectCountry .LanguageList.Col5 &gt; li {
width: calc(100% / 5 - 25px);
}

#ContentsSupport .SelectCountry .LanguageList.Col6 &gt; li {
width: calc(100% / 6 - 25px);
}
</pre></body></html>