/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.background {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: opacity 334ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 334ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 334ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 334ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 334ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.background.transparent {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.backgroundInner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 373.333333333vw;
  height: 373.333333333vw;
  max-width: 2000px;
  max-height: 2000px;
}
.backgroundInner:before,
.backgroundInner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center/contain no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-duration: 0ms;
  -moz-animation-duration: 0ms;
  -o-animation-duration: 0ms;
  -ms-animation-duration: 0ms;
  animation-duration: 0ms;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.background.animationAvailable .backgroundInner:before,
.background.animationAvailable .backgroundInner:after {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  animation-duration: 500ms;
}
.backgroundInner:before {
  background-image: url("../img/image1Bg.jpg");
}
.backgroundInner:after {
  background-image: url("../img/image2Bg.jpg");
}
html .backgroundInner:before {
  -webkit-animation-name: changeBlueBg2;
  -moz-animation-name: changeBlueBg2;
  -o-animation-name: changeBlueBg2;
  -ms-animation-name: changeBlueBg2;
  animation-name: changeBlueBg2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
html .backgroundInner:after {
  -webkit-animation-name: changeRedBg2;
  -moz-animation-name: changeRedBg2;
  -o-animation-name: changeRedBg2;
  -ms-animation-name: changeRedBg2;
  animation-name: changeRedBg2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
html.inverted .backgroundInner:before {
  -webkit-animation-name: changeBlueBg;
  -moz-animation-name: changeBlueBg;
  -o-animation-name: changeBlueBg;
  -ms-animation-name: changeBlueBg;
  animation-name: changeBlueBg;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
html.inverted .backgroundInner:after {
  -webkit-animation-name: changeRedBg;
  -moz-animation-name: changeRedBg;
  -o-animation-name: changeRedBg;
  -ms-animation-name: changeRedBg;
  animation-name: changeRedBg;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@-moz-keyframes changeBlueBg {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@-webkit-keyframes changeBlueBg {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@-o-keyframes changeBlueBg {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@keyframes changeBlueBg {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@-moz-keyframes changeBlueBg2 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes changeBlueBg2 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes changeBlueBg2 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes changeBlueBg2 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes changeRedBg {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes changeRedBg {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes changeRedBg {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes changeRedBg {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes changeRedBg2 {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@-webkit-keyframes changeRedBg2 {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@-o-keyframes changeRedBg2 {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@keyframes changeRedBg2 {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
#help .boxModule.help {
  position: relative;
}
#help .boxModule.help h2.boxModuleHeader {
  margin-bottom: 2em;
}
#help .boxModule.help >.button {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 50%;
  height: calc(65px / 2);
}
#help .boxModule.help .boxModuleBody .categoryList {
  padding-bottom: 1em;
}
#help .boxModule.help .boxModuleBody .categoryList > li {
  border-bottom: 1px solid #b2bfd2;
}
#help .boxModule.help .boxModuleBody .categoryList > li:first-child {
  border-top: 1px solid #b2bfd2;
}
#help .boxModule.help .boxModuleBody .categoryList > li > a {
  background: url("../img/categoryListBg_close.png") right top/auto 8px repeat-y;
  font-size: 1.8rem;
  display: block;
  color: #282828;
  padding: 0.5em 13px 0.5em calc(23px + 0.75em);
  position: relative;
}
#help .boxModule.help .boxModuleBody .categoryList > li > a img {
  position: absolute;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
  -moz-transform: translateY(-50%) scale(0.5);
  -o-transform: translateY(-50%) scale(0.5);
  -ms-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
}
#help .boxModule.help .boxModuleBody .categoryList > li > a:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: calc(25px / 2);
  background: url("../img/icon_triangle_close.png") center center/14px auto no-repeat;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul {
  display: none;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li {
  border-top: 1px solid #808080;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li:first-child {
  border-top: 0;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li a {
  display: block;
  padding: 1em 2.5em 1em calc(1.5em + 13px);
  position: relative;
  color: #1b7bff;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li a:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 7px;
  height: 7px;
  background: url("../img/icon_triangle_small.png") center center/7px auto no-repeat;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li a:before {
  content: 'Q.';
  position: absolute;
  left: 13px;
  top: 1em;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer {
  display: none;
  position: relative;
  padding-left: calc(1.5em + 13px);
  padding-right: 1em;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer:before {
  content: 'A.';
  color: #d6271e;
  position: absolute;
  left: 13px;
  top: 0;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h1,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h2,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h3,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h4,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h5,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h6,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer ul,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer ol,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer p,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer table,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer hr {
  margin-bottom: 1em;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer:last-child {
  margin-bottom: 0;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h1:before,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h2:before,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h3:before,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h4:before,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h5:before,
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer h6:before {
  content: '●';
  margin-right: 3px;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer hr {
  height: 1px;
  background: #959599;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer ol {
  list-style: decimal;
  padding-left: 1.5em;
}
#help .boxModule.help .boxModuleBody .categoryList > li >ul >li .answer em {
  color: #d6271e;
}
#help .boxModule.help .boxModuleBody .categoryList > li.open > a {
  background: #282828;
  color: #fff;
}
#help .boxModule.help .boxModuleBody .categoryList > li.open > a:before {
  background-image: url("../img/icon_triangle_open.png");
}
#help .boxModule.help .boxModuleBody .categoryList > li.open >ul {
  display: block;
  background: #eee;
  color: #282828;
}
#help .boxModule.help .boxModuleBody .categoryList > li.open >ul >li.open {
  background-color: #fff;
}
#help .boxModule.help .boxModuleBody .categoryList > li.open >ul >li.open >a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#help .boxModule.help .boxModuleBody .categoryList > li.open >ul >li.open .answer {
  display: block;
  padding-bottom: 1em;
}
#index h1 {
  margin: 66px auto 3.5em;
  position: relative;
  width: 84vw;
  height: calc(491 / 630 * 84vw);
  max-width: 630px;
  max-height: 491px;
}
#index h1 a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
#index .boxModule.twitter .boxModuleBody {
  padding: 0 4vw;
}
#index .boxModule.link_support a,
#index .boxModule.link_official a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
}
#index .boxModule.link_support a span,
#index .boxModule.link_official a span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
#index .boxModule.link_support a img,
#index .boxModule.link_official a img {
  width: 100%;
  border-radius: 4px;
}
#news .boxModule .boxModuleFooter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#news .boxModule .boxModuleFooter .button {
  width: 22.9333333333vw;
  margin: 0;
}
#newsDetail .news .entryHeader,
#newsDetail .news .entryBody {
  padding-left: 4vw;
  padding-right: 4vw;
}
#newsDetail .news .entryHeader.new:before,
#newsDetail .news .entryHeader .entryDate,
#newsDetail .news .entryHeader .entryCategories {
  display: inline-block;
  font-size: 1.3rem;
}
#newsDetail .news .entryHeader.new:before {
  content: 'New';
  color: #d6271e;
  font-style: italic;
  font-weight: bold;
  margin-right: 0.25em;
}
#newsDetail .news .entryHeader .entryCategories {
  margin-top: 0.5em;
  display: block;
}
#newsDetail .news .entryHeader .entryTitle {
  font-size: 1.8rem;
  margin: 0.5em 0;
}
#newsDetail .news .entryHeader:after {
  content: "";
  display: block;
  height: 1px;
  background: #b2bfd2;
}
#newsDetail .news .entryBody {
  border-bottom: 1px solid #b2bfd2;
  padding-top: 1em;
  padding-bottom: 2em;
}
#newsDetail .news .entryBody .entrySubCategories {
  font-size: 1.3rem;
  margin-bottom: 2em;
}
#newsDetail .news .entryBody h1,
#newsDetail .news .entryBody h2,
#newsDetail .news .entryBody h3,
#newsDetail .news .entryBody h4,
#newsDetail .news .entryBody ul,
#newsDetail .news .entryBody ol,
#newsDetail .news .entryBody p,
#newsDetail .news .entryBody table,
#newsDetail .news .entryBody hr {
  margin-bottom: 1em;
}
#newsDetail .news .entryBody h1:last-child,
#newsDetail .news .entryBody h2:last-child,
#newsDetail .news .entryBody h3:last-child,
#newsDetail .news .entryBody h4:last-child,
#newsDetail .news .entryBody ul:last-child,
#newsDetail .news .entryBody ol:last-child,
#newsDetail .news .entryBody p:last-child,
#newsDetail .news .entryBody table:last-child,
#newsDetail .news .entryBody hr:last-child {
  margin-bottom: 0;
}
#newsDetail .news .entryBody h1 {
  font-size: 2.4rem;
}
#newsDetail .news .entryBody h2 {
  font-size: 2.1rem;
}
#newsDetail .news .entryBody h3 {
  font-size: 1.8rem;
}
#newsDetail .news .entryBody h4 {
  font-size: 1.5rem;
}
#newsDetail .news .entryBody hr {
  height: 1px;
  background: #959599;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
}
#newsDetail .news .entryBody table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #959599;
  border-radius: 4px;
}
#newsDetail .news .entryBody table tr {
  background-color: #fff;
}
#newsDetail .news .entryBody table tr:nth-child(odd) {
  background-color: #f1f2f7;
}
#newsDetail .news .entryBody table tr th {
  background-color: #cccdd1;
}
#newsDetail .news .entryBody table tr th,
#newsDetail .news .entryBody table tr td {
  padding: 0.5em 1em;
}
#newsDetail .news .entryBody table tr:nth-child(1) th:first-child,
#newsDetail .news .entryBody table tr:nth-child(1) td:first-child {
  border-radius: 4px 0 0 0;
}
#newsDetail .news .entryBody table tr:nth-child(1) th:last-child,
#newsDetail .news .entryBody table tr:nth-child(1) td:last-child {
  border-radius: 0 4px 0 0;
}
#newsDetail .news .entryBody table tr:last-child th:first-child,
#newsDetail .news .entryBody table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
#newsDetail .news .entryBody table tr:last-child th:last-child,
#newsDetail .news .entryBody table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
#newsDetail .news .entryBody a {
  color: #1b7bff;
  text-decoration: underline;
}
#newsDetail .news .entryBody ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#newsDetail .news .entryBody ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
h1 strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1px;
}
h1 img {
  width: 100%;
}
h1 a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body:not(#index) > h1 {
  width: 41.0666666666vw;
  margin: 15px auto 20px;
}
.labelIcon {
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
}
.labelIcon.important {
  background-color: #d6271e;
}
.labelIcon.information {
  background-color: #1b7bff;
}
.labelIcon.event {
  background-color: #00ad38;
}
.labelIcon.maintenance {
  background-color: #e3c600;
}
.labelIcon.update {
  background-color: #961bd5;
}
.labelIcon.toaru {
  background-color: #ff4500;
}
.labelIcon.os {
  color: #282828;
  border: 1px solid #616161;
  display: inline-block;
}
.labelIcon.subCategory {
  background-color: #d8d8d8;
  color: #282828;
}
body:not(#index) #sliderArea {
  display: none;
}
#slider {
  position: relative;
  background-color: rgba(255,255,255,0.25);
}
#slider .slick-track * {
  font-size: 0;
}
#slider img {
  width: 100%;
  border-radius: 4px;
}
#slider .slick-arrow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 4.4vw;
  max-width: 25px;
  font-size: 1px;
  background: url("../img/icon_sliderArrow.png") center center/auto 100% no-repeat;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: pointer;
}
#slider .slick-arrow.slick-prev {
  left: calc(15px / 2 * -1);
}
#slider .slick-arrow.slick-next {
  right: calc(15px / 2 * -1);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#globalNav {
  position: -webkit-sticky /* Safari */;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  background: url("../img/menuBgEdge_left.png") left top/auto 100% no-repeat, url("../img/menuBgEdge_right.png") right top/auto 100% no-repeat;
  padding-left: 51px;
  padding-right: 51px;
}
#globalNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 40px;
  background: url("../img/menuBg.png") left top/auto 100% repeat-x;
}
#globalNav ul li {
  width: 100%;
  height: 39px;
  border-right: 1px solid #161616;
  border-left: 1px solid #414141;
}
#globalNav ul li a {
  display: block;
  height: 100%;
  background: center center/auto 100% no-repeat;
  white-space: nowrap;
  color: rgba(0,0,0,0);
  overflow: hidden;
  position: relative;
}
#globalNav ul li a:before,
#globalNav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 39px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#globalNav ul li a:before {
  z-index: 1;
  background: #282828 url("../img/menuActiveBg.png") center top/100% 100% no-repeat;
}
#globalNav ul li a:after {
  z-index: 2;
  background: center center/auto 100% no-repeat;
}
#globalNav ul li.home a {
  background-image: url("../img/menuText_home.png");
}
#globalNav ul li.news a {
  background-image: url("../img/menuText_news.png");
}
#globalNav ul li.help a {
  background-image: url("../img/menuText_help.png");
}
#globalNav ul li:first-child {
  border-left: 0;
}
#globalNav ul li:last-child {
  border-right: 0;
}
body #globalNav ul li.home a:after,
body#index #globalNav ul li.home a:after {
  background-image: url("../img/menuText_home_active.png");
}
body #globalNav ul li.news a:after,
body#news #globalNav ul li.news a:after,
body#newsDetail #globalNav ul li.news a:after {
  background-image: url("../img/menuText_news_active.png");
}
body #globalNav ul li.help a:after,
body#help #globalNav ul li.help a:after {
  background-image: url("../img/menuText_help_active.png");
}
body #globalNav ul li.home a:before,
body #globalNav ul li.news a:before,
body #globalNav ul li.help a:before,
body #globalNav ul li.home a:after,
body #globalNav ul li.news a:after,
body #globalNav ul li.help a:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body#index #globalNav ul li.home a:before,
body#news #globalNav ul li.news a:before,
body#newsDetail #globalNav ul li.news a:before,
body#help #globalNav ul li.help a:before,
body#index #globalNav ul li.home a:after,
body#news #globalNav ul li.news a:after,
body#newsDetail #globalNav ul li.news a:after,
body#help #globalNav ul li.help a:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.boxModule {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.25), 0px 0px 0px -1px #fff inset;
  box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.25), 0px 0px 0px -1px #fff inset;
  background: #fff;
  text-align: left;
  border-radius: 4px;
  margin: 0 auto 1.5em;
  width: 92vw;
  max-width: 600px;
}
.boxModule h2.boxModuleHeader {
  border-radius: 4px 4px 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  min-height: 28px;
  background: url("../img/boxModuleHeaderTitleBg.png") left top/auto 28px no-repeat, url("../img/boxModuleHeaderBg.png") left top/100% 4px no-repeat;
  margin-bottom: 1em;
  position: relative;
}
.boxModule h2.boxModuleHeader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 28px;
  background: left top/auto 100% no-repeat;
}
.boxModule.news h2.boxModuleHeader:before {
  background-image: url("../img/boxModuleHeaderTitle_news.png");
}
.boxModule.newestNews h2.boxModuleHeader:before {
  background-image: url("../img/boxModuleHeaderTitle_newestNews.png");
}
.boxModule.help h2.boxModuleHeader:before {
  background-image: url("../img/boxModuleHeaderTitle_help.png");
}
.boxModule.help.qa h2.boxModuleHeader:before {
  background-image: url("../img/boxModuleHeaderTitle_helpqa.png");
}
.boxModule.twitter h2.boxModuleHeader:before {
  background-image: url("../img/boxModuleHeaderTitle_twitter.png");
}
.boxModule.importantNews {
  position: relative;
  background: transparent;
  width: calc(92vw + 8px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 4px;
  border-right: 4px;
  border-bottom: 4px;
  border-top: 0;
  border-style: solid;
  border-image-slice: 16;
  border-image-width: 0 8px 8px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/boxModuleBg_importantNews.png");
}
.boxModule.importantNews:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -32px;
  width: 8px;
  height: 32px;
  background: url("../img/boxModuleRedTitleBg_edge.png") center center/auto 32px no-repeat;
}
.boxModule.importantNews>h2 {
  position: absolute;
  left: 0;
  top: -32px;
  height: 32px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  background: none;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
}
.boxModule.importantNews>h2:before,
.boxModule.importantNews>h2:after {
  content: "";
  display: block;
  height: 100%;
}
.boxModule.importantNews>h2:before {
  width: 210px;
  background: url("../img/boxModuleRedTitleBg_title.png") left bottom/auto 32px no-repeat;
}
.boxModule.importantNews>h2:after {
  position: absolute;
  left: 210px;
  top: 0;
  width: 100%;
  height: 32px;
  background: url("../img/boxModuleRedTitleBg.png") left bottom/100% 32px no-repeat;
}
.globalFooter {
  font-size: 1.3rem;
  margin-top: -1.5em;
}
.globalFooter #pageTop {
  border-bottom: 0.5em solid #f0f2f2;
}
.globalFooter #pageTop a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  width: 100%;
  height: 24px;
  background: url("../img/pageTop.png") center bottom/auto 100% no-repeat;
  margin-bottom: -1px;
}
.download {
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.download .buttonArea {
  width: 100%;
  padding-bottom: 3em;
}
.download .buttonArea .visual {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -moz-transform 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -o-transform 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -ms-transform 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 334ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.download.visible.download .buttonArea .visual {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.download .buttonArea .visual img {
  width: 100%;
}
.download .buttonArea .appStore,
.download .buttonArea .googlePlay {
  width: 66vw;
  margin: 0 auto 1em;
  max-width: 330px;
  -webkit-transition: opacity 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -moz-transform 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -o-transform 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: opacity 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -ms-transform 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 334ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.download.visible.download .buttonArea .appStore,
.download.visible.download .buttonArea .googlePlay {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.download .buttonArea .appStore a,
.download .buttonArea .googlePlay a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  position: relative;
}
.download .buttonArea .appStore a span,
.download .buttonArea .googlePlay a span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.download .buttonArea .appStore a img,
.download .buttonArea .googlePlay a img {
  width: 100%;
  border: 2px solid #adadad;
  border-radius: 6px;
}
.download .buttonArea .appStore {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
html .download .visualA {
  display: block;
}
html .download .visualB {
  display: none;
}
html.inverted .download .visualA {
  display: none;
}
html.inverted .download .visualB {
  display: block;
}
#sqexFooter {
  position: relative;
  z-index: 10;
}
.boxModule.news .newsList ul li a,
.boxModule.importantNews .newsList ul li a {
  display: block;
  position: relative;
  padding: 1em;
  padding-right: 2em;
  border-bottom: 1px solid #b2bfd2;
  color: #282828;
}
.boxModule.news .newsList ul li a:after,
.boxModule.importantNews .newsList ul li a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(19px / 2);
  height: calc(31px / 2);
  background: url("../img/icon_arrow_toRight_gray.svg") center center/100% auto no-repeat;
}
.boxModule.news .newsList ul li a .entryCategories,
.boxModule.importantNews .newsList ul li a .entryCategories,
.boxModule.news .newsList ul li a .osInfo,
.boxModule.importantNews .newsList ul li a .osInfo {
  display: inline-block;
  font-size: 0;
}
.boxModule.news .newsList ul li a>span,
.boxModule.importantNews .newsList ul li a>span,
.boxModule.news .newsList ul li a.new:before,
.boxModule.importantNews .newsList ul li a.new:before,
.boxModule.news .newsList ul li a .entryDate,
.boxModule.importantNews .newsList ul li a .entryDate,
.boxModule.news .newsList ul li a .entryCategories >div,
.boxModule.importantNews .newsList ul li a .entryCategories >div,
.boxModule.news .newsList ul li a .osInfo >div,
.boxModule.importantNews .newsList ul li a .osInfo >div {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
}
.boxModule.news .newsList ul li a.new:before,
.boxModule.importantNews .newsList ul li a.new:before {
  content: 'New';
  color: #d6271e;
  font-style: italic;
  font-weight: bold;
}
.boxModule.news .newsList ul li a .osInfo > div,
.boxModule.importantNews .newsList ul li a .osInfo > div {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.boxModule.importantNews .newsList {
  background: #ffe5e4;
}
.boxModule.importantNews .newsList ul li a {
  border-bottom: 1px solid #ddbcba;
}
.boxModule.importantNews .newsList ul li a:after {
  background: url("../img/icon_arrow_toRight_red.svg") center center/100% auto no-repeat;
}
.boxModule.importantNews .boxModuleFooter.link_viewMore {
  padding: 0;
}
.boxModule.importantNews .boxModuleFooter.link_viewMore a {
  color: #fff;
  display: block;
  padding: 1em 0;
  background: rgba(203,37,29,0.8);
  border-radius: 0 0 4px 4px;
  font-size: 1.3rem;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.2);
  text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
}
.boxModule.importantNews .boxModuleFooter.link_viewMore a span {
  position: relative;
}
.boxModule.importantNews .boxModuleFooter.link_viewMore a span:before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
}
.boxModule.importantNews .boxModuleFooter.link_viewMore.open a span:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.boxModule .boxModuleFooter {
  text-align: center;
  padding: 1em 0;
}
.tab {
  width: 100%;
}
.tab ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #b2bfd2;
  height: 43px;
  background: -webkit-linear-gradient(top, rgba(215,233,255,0) 0%, rgba(215,233,255,0.8) 80%, #d7e9ff 100%);
  background: -moz-linear-gradient(top, rgba(215,233,255,0) 0%, rgba(215,233,255,0.8) 80%, #d7e9ff 100%);
  background: -o-linear-gradient(top, rgba(215,233,255,0) 0%, rgba(215,233,255,0.8) 80%, #d7e9ff 100%);
  background: -ms-linear-gradient(top, rgba(215,233,255,0) 0%, rgba(215,233,255,0.8) 80%, #d7e9ff 100%);
  background: linear-gradient(to bottom, rgba(215,233,255,0) 0%, rgba(215,233,255,0.8) 80%, #d7e9ff 100%);
  -webkit-box-shadow: inset 2px -1px 0 rgba(255,255,255,0.6);
  box-shadow: inset 2px -1px 0 rgba(255,255,255,0.6);
}
.tab ul li {
  width: 20%;
  text-align: center;
  height: 100%;
}
.tab ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  height: 100%;
  position: relative;
  background: center center/auto 100% no-repeat;
}
.tab ul li a:before,
.tab ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.tab ul li a:before {
  left: 0;
  background-color: #fff;
}
.tab ul li a:after {
  right: 0px;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 20%, #b2bfd2 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 20%, #b2bfd2 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 20%, #b2bfd2 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 20%, #b2bfd2 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, #b2bfd2 100%);
}
.tab ul li:first-child a:before,
.tab ul li:last-child a:after {
  content: none;
}
.tab ul li.newest a {
  background-image: url("../img/tabText_newest.png");
}
.tab ul li.information a {
  background-image: url("../img/tabText_information.png");
}
.tab ul li.event a {
  background-image: url("../img/tabText_event.png");
}
.tab ul li.maintenance a {
  background-image: url("../img/tabText_maintenance.png");
}
.tab ul li.update a {
  background-image: url("../img/tabText_update.png");
}
.tab ul li.toaru a {
  background-image: url("../img/tabText_toaru.png");
}
.tab ul li.active.newest a {
  background-image: url("../img/tabText_newest_active.png");
}
.tab ul li.active.information a {
  background-image: url("../img/tabText_information_active.png");
}
.tab ul li.active.event a {
  background-image: url("../img/tabText_event_active.png");
}
.tab ul li.active.maintenance a {
  background-image: url("../img/tabText_maintenance_active.png");
}
.tab ul li.active.update a {
  background-image: url("../img/tabText_update_active.png");
}
.tab ul li.active.toaru a {
  background-image: url("../img/tabText_toaru_active.png");
}
.button {
  width: 68.8vw;
  height: 42px;
  margin: 0 auto;
}
.button a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.6), 0px 0px 0px 1px #525252;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.6), 0px 0px 0px 1px #525252;
  position: relative;
}
.button a:before,
.button a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.button a:before {
  border-radius: 4px;
}
.button a:after {
  background: center center/auto 100% no-repeat;
}
.button.normal a {
  background: #ebebeb;
}
.button.normal a:before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(233,243,255,0.65) 50%, #d3e4ff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(233,243,255,0.65) 50%, #d3e4ff 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(233,243,255,0.65) 50%, #d3e4ff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(233,243,255,0.65) 50%, #d3e4ff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(233,243,255,0.65) 50%, #d3e4ff 100%);
  -webkit-box-shadow: 0px 0px 5px 2.5px rgba(5,118,197,0.2) inset, 0px 0px 0px 1px rgba(255,255,255,0.7) inset;
  box-shadow: 0px 0px 5px 2.5px rgba(5,118,197,0.2) inset, 0px 0px 0px 1px rgba(255,255,255,0.7) inset;
}
.button.normal.viewAll a:after {
  background-image: url("../img/buttonText_viewAll.png");
}
.button.normal.prevPage a:after {
  background-image: url("../img/buttonText_prev.png");
}
.button.normal.nextPage a:after {
  background-image: url("../img/buttonText_next.png");
}
.button.normal.qaLink a:after {
  background-image: url("../img/buttonText_qaLink.png");
}
.button.normal.helpLink a:after {
  background-image: url("../img/buttonText_helpLink.png");
}
.button.gray a {
  background: #616161;
}
.button.gray a:before {
  background: -webkit-linear-gradient(top, #888 0%, #646464 20%, #393737 100%);
  background: -moz-linear-gradient(top, #888 0%, #646464 20%, #393737 100%);
  background: -o-linear-gradient(top, #888 0%, #646464 20%, #393737 100%);
  background: -ms-linear-gradient(top, #888 0%, #646464 20%, #393737 100%);
  background: linear-gradient(to bottom, #888 0%, #646464 20%, #393737 100%);
  -webkit-box-shadow: 0 0 1px 2px #858585;
  box-shadow: 0 0 1px 2px #858585;
}
.button.gray.viewAllNews a:after {
  background-image: url("../img/buttonText_viewAllNews.png");
}
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
/*
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    */
}
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
br,
hr {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
}
sup {
  vertical-align: super;
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 100;
  src: local('HiraginoSans-W1'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 200;
  src: local('HiraginoSans-W2'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 300;
  src: local('HiraginoSans-W3'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 400;
  src: local('HiraginoSans-W3'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 500;
  src: local('HiraginoSans-W5'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 600;
  src: local('HiraginoSans-W6'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 700;
  src: local('HiraginoSans-W6'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 800;
  src: local('HiraginoSans-W7'), local('Hiragino Sans');
}
@font-face {
  font-family: 'HiraginoSans';
  font-weight: 900;
  src: local('HiraginoSans-W8'), local('Hiragino Sans');
}
body {
  background: #000;
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #282828;
  font-size: 1.5rem;
  line-height: 1.5;
}
body > * {
  position: relative;
  z-index: 5;
}
.invisible {
  visibility: hidden;
}
