@charset "utf-8";

body {
  font-family: -apple-system-subset, Helvetica, Hiragino Kaku Gothic ProN,
    sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  word-wrap: break-word;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-start { text-align: start; }
.text-end { text-align: end; }

a {
  color: #326fcc;
  text-decoration: none;
}

.header {
  box-shadow: 0 5px 5px -2px rgb(0 0 0 / 10%);
  position: relative;
}
.header__wrapper {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0; bottom: 0;
    background: #ffffff;
  }
}
.site-branding {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
  text-align: center;
}
.site-branding .site-branding__logo {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.site-branding .site-branding__logo img {
  width: auto;
  height: 40px;
  vertical-align: top;
}
.layout-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

#main-wrapper {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-wrapper .main-content {
  margin-bottom: 20px;
}
#main-wrapper .main-content .section {
  padding: 0 10px;
}

#js-menu-switcher {
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 5px;
}
#js-menu-switcher button,
#js-menu-switcher button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#js-menu-switcher button {
  background-color: inherit;
  border: none;
  display: block;
  width: 25px;
  height: 20px;
  outline: none;
  padding: 0;
  position: relative;
}
#js-menu-switcher button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
}
#js-menu-switcher button span:nth-of-type(1) {
  top: 0;
}
#js-menu-switcher button span:nth-of-type(2) {
  top: 9px;
}
#js-menu-switcher button span:nth-of-type(3) {
  bottom: 0;
}
#js-menu-switcher button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#js-menu-switcher button.active span:nth-of-type(2) {
  opacity: 0;
}
#js-menu-switcher button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.primary-menu {
  display: none;
}
.primary-menu.active {
  display: block;
}
.primary-menu .menu {
  background-color: #ffffff;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.primary-menu .menu li {
  border-top: solid 1px #eaeaea;
}
.primary-menu .menu li a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
.primary-menu .menu li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -.5em;
}

.primary-menu .submenu {
  position: relative;
}


.secondary-menu {
  background-color: #181818;
  height: 40px;
}
.secondary-menu .inner {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.secondary-menu .menu {
  list-style: none;
  display: flex;
  margin: 8px 8px 0 0;
  padding: 0;
}
.secondary-menu .menu li a {
  color: #fff;
  font-size: .86em;
  display: block;
  line-height: 1;
  padding: 0.5em 0.5em 0.5em 18px;
  position: relative;
}
.secondary-menu .menu li a::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #4d4d4d;
  position: absolute;
  top: 8px;
  left: 8px;
}
.secondary-menu .menu li a:hover {
  background-color: #262626;
}
.secondary-menu .menu li a:hover span {
  border-bottom: dotted 1px;
}

.lang-switcher-container {
  width: 7em;
  margin-top: 8px;
  position: relative;
  z-index: 10;
}
.lang-switcher-container .lang-label,
.lang-switcher-container .lang-list li {
  box-sizing: border-box;
  cursor: pointer;
  font-size: .75rem;
  line-height: 1;
  width: 100%;
  padding: 0.5em 0.25em 0.5em 0.5em;
  /*
  padding: 0.5em 0.25em .5em 24px;
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 50%;
  */
}
/*
.lang-switcher-container .lang-label[data-lang="ja"],
.lang-switcher-container .lang-list li[data-lang="ja"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX09PTy8fHy6+vm5+b+/v77+/v29vbf39/5vLz5fHz6qqr6UFD7QUH5NDT3lZXa2tr419f3JibT09P2WloskN4YAAAAVUlEQVR4AQXBQU7FMBBAMb90hCoW3P+csCAKfIodIBIyQJAGmPQTDHgrzca94K/keT/nWOgjmdm4VvIpwy1GXOsZ9ndYYL/Wee3IRI/fr4PQCuPmAv/RTRUh24Q4UgAAAABJRU5ErkJggg==");
}
.lang-switcher-container .lang-label[data-lang="en"], .lang-switcher-container .lang-label[data-lang="en-us"],
.lang-switcher-container .lang-list li[data-lang="en"],
.lang-switcher-container .lang-list li[data-lang="en-us"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAmVBMVEViZsViZMJiYrf9gnL8eWrlYkjgYkjZYkj8/PujwPybvPz4+PetraBEgfo+fvo3efkydfkqcvj8Y2T8UlL8Q0P8MzP9k4Hz8/Lu7u4DdPj9/VrKysI9fPoDc/EAZ7z7IiLHYkjp6ekCcOTk5OIASbfY/v21takAJrT5Dg6sYkjc3Nn94t2RkYD+y8KeYkjs/v7l5fz0dF22YkjWvcOLAAAAgElEQVR4AR2KNULFQBgGZ5J13KGGKvc/Cw1uPe62eb9+Jr1EUBFHSgxxjP2Eca6AfUSfVlUfBvm1Ui1bqafctqMndNkXpb01h5TLx4b6TIXgwOCHfjv+/Pz+5vPRw7txGWT2h6yO0/GaYltIp5PT1dEpLNPL/SdWjYjAAZtvRPgHJX4Xio+DSrkAAAAASUVORK5CYII=");
}
.lang-switcher-container .lang-label[data-lang="zh-cn"],
.lang-switcher-container .lang-list li[data-lang="zh-cn"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAVFBMVEUAILQAGrEAEazhAAD5AADwAACBot+5ued2mNv6aWv7X1/5UVHoAACWltz5+fz+/v5ahNPyRkv5QkL5OTn2MTH3Kir1JiZOe87rOkb1Hh70FRXyDQ3JFHMOAAAAU0lEQVR4AQXBgQ3CMBAAMV8+Iuy/LKhUgB0kRchDfksRbU59R1Xd14If51QNK3Ndc6im7Hg63DVhr/kct2pSr8WRahIWUk1i2XrHo7tYbB8IL/AHd28PeH6kKkoAAAAASUVORK5CYII=");
} */
.lang-switcher-container .lang-label {
  background-color: #FFF;
  position: relative;
}
.lang-switcher-container .lang-label::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  width: 0;
}
.lang-switcher-container .lang-list {
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang-switcher-container .lang-list li:not(.selected):hover {
  color: #FFF;
  background-color: #1967d2;
}
.lang-switcher-container .lang-list li.selected {
  cursor: default;
  opacity: .6;
  background-color: #f5f5f5;
}
.lang-switcher-container .lang-list.hidden {
  display: none;
}

.breadcrumb {
  font-size: 0.86em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
.breadcrumb ol li {
  display: inline;
  letter-spacing: normal;
}
.breadcrumb ol li:not(:first-child)::before {
  content: "›";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumb ol li a:hover {
  border-bottom: dotted 1px;
}
.breadcrumb ol li span {
  font-weight: bold;
  max-width: 24em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.node__header #page-title {
  margin-bottom: 10px;
}
.node__header .publication-date {
  color: #999;
  font-size: 0.86em;
  margin: 0 0 5px;
  text-align: right;
}

.share {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  & > img {
    height: 40px;
    width: auto;
  }
}
.share .a2a_kit {
  text-align: center;
}
.share .a2a_kit a {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.share .a2a_kit a:hover {
  border-bottom: none;
}
.share .a2a_default_style:not(.a2a_flex_style) a {
  padding: 0 5px;
}
.share .a2a_default_style .a2a_svg {
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
}

#page-title .title {
  font-size: 1.43em;
  line-height: 1.3;
  margin: 0;
}

.eyecatch {
  margin: 0;
  margin-bottom: 20px;
}

.eyecatch img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.toc {
  background: #fff;
  border: 1px solid #d3d9de;
  box-sizing: border-box;
  max-width: 560px;
  margin: 20px auto;
  padding: 15px 10px;
  & .toc-heading {
    color: #181818;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-align: center;
  }
  & .toc-list {
    font-weight: bold;
    counter-reset: item;

    line-height: 1.334;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 2em;
    & > li {
      margin-top: 10px;
      &::before {
        color: #181818;
        counter-increment: item;
        content: "." counters(item, ".");
        direction: rtl;
        font-style: oblique;
        font-weight: bold;
        white-space: nowrap;
      }
      &::before {
        float: left;
        line-height: 1.334;
        margin: 0 0.5em 0 -2em;
        width: 1.5em;
        text-align: right;
      }
    }
    & a {
      color: #213e78;
    }
    &.is-collapsible {
      font-size: 0.867em;
      font-weight: normal;
      padding-left: 30px;
    }
    & ol {
      margin: 5px 0 0 0;
      & > li {
        margin-top: 5px;
      }
    }
  }
}

[data-lang="en"] .toc {
  & .toc-heading {
    letter-spacing: 0;
  }
}


.node__content {
  & h2 {
    color: #ffffff;
    display: flex;
    font-size: 1.286em;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: .5em;
    background-color: #386D00;
    border: solid 1px #808080;
    padding: .4em .5em;
    box-shadow: 0 0 0 1px #fff inset;
    & strong {
      flex: 1 1 0;
    }
    &:first-child {
      margin-top: 0;
    }
    &::before {
      content: "";
      display: block;
      width: 1.4em;
      height: 1.4em;
      vertical-align: top;
      margin-right: .25em;
      background: url(../../images/common/head_icon.png) center no-repeat;
      background-size: 100% auto;
    }
  }
  & h3 {
    font-size: 1.4286em;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: .5em;
    & + p {
      margin-top: 0;
    }
    &:first-child {
      margin-top: 0;
    }
  }
  & h4 {
    font-size: 1.143em;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: .5em;
    & + p {
      margin-top: 0;
    }
    &:first-child {
      margin-top: 0;
    }
  }
  & p {
    line-height: 1.7;
    &:first-child {
      margin-top: 0;
    }
    & strong {
      &:not(:first-child) {
        margin-left: .25em;
      }
      &:not(:last-child) {
        margin-right: .25em;
      }
    }
  }
  & img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  & a:hover {
    border-bottom: dotted 1px;
  }

  & ul,
  & ol {
    counter-reset: item;
    line-height: 1.334;
    list-style-type: none;
    margin: 20px 0;
    padding: 0 0 0 2em;
    & li {
      &::before {
        float: left;
        line-height: 1.334;
        margin: 0 0.5em 0 -2em;
        width: 1.5em;
        text-align: right;
      }
      &  + li {
        margin-top: 5px;
      }
    }
    & ul,
    & ol {
      margin: 5px 0 0 0;
    }
  }

  & ul {
    & > li::before {
      content: "●";
    }
    & ul > li::before {
      content: "○";
    }
  }

  & ol {
    & > li::before {
      color: #181818;
      counter-increment: item;
      content: "." counters(item, ".");
      direction: rtl;
      font-style: oblique;
      font-weight: bold;
      white-space: nowrap;
    }
  }

  & ul.caution,
  & ol.caution {
    font-size: .75rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    & > li {
      display: flex;
    }
    & > li::before {
      color: inherit;
      font-style: normal;
      font-weight: normal;
      float: none;
      width: 1.25em;
      margin: 0 .25em 0 0;
    }
  }
  & ul.caution {
    & > li::before {
      content: "※";
    }
  }
  & ol.caution {
    & > li::before {
      content: counter(item)"※";
    }
  }

  & .text-center {
    text-align: center;
  }

  & .block-img {
    margin: 20px auto;
    & img {
      width: 100%;
      height: auto;
      vertical-align: top;
      
    }
  }
  & figure.block-img {
    & figcaption {
      font-size: .86em;
      line-height: 1.25;
      text-align: center;
      margin-top: 5px;
    }
  } 
  
  & .button-container {
    margin: 10px auto;
    text-align: center;
    & .button {
      max-width: 80%;
      min-width: 12em;
      color: #fff;
      background: #082391;
      background: linear-gradient(0deg, #0d2ca5 0%, #0d48bf 100%);
      border: none;
      border-radius: 5px;
      box-sizing: border-box;
      font-size: .86em;
      padding: .5em 1.5em;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      display: inline-block;
      box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 40%), 0 5px 10px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%);
      outline: none;
      &:hover {
        background: rgb(0,3,255);
        background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
      }
      & + .button {
        margin-left: 5px;
      }
    }
  }

  & table {
    width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    font-size: .86em;
    & tr {
      background: #fff;
      &.odd {
        background: #e4e4e4;
        background: rgba(0, 0, 0, 0.105);
      }
      & th {
        background: #e4e6e7;
      }
      & th,
      & td {
        padding: 10px;
        text-align: left; /* LTR */
        border: 1px solid #bbc0c4;
        line-height: 1.5;
        & p {
          margin: 0;
          line-height: 1.5 !important;
        }
        & * + p {
          margin-top: .5em;
        }
      }
      & th h3 {
        margin: 0;
        font-size: 1em;
      }
      & td {
        & img.tehai {
          max-width: 380px;
          width: 100%;
          height: auto;
        }
      }
    }
    &.individual {
      margin: 20px 0;
      & tr td {
        padding: 15px;
        text-align: center;
        & p {
          font-size: .875rem;
          text-align: left;
          margin-top: 0;
        }
        & img + p {
          margin-top: .75em;
        }
        & img.tehai {
          max-width: 440px;
        }
      }
    }
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  &:not(:first-child) {
    margin-top: 20px;
  }
  & > [class^="col"] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  & > .col {
    flex: 1;
    &:not(:first-child) {
      margin-left: 10px;
    }
  }
  & > .col-wide {
    &:not(:first-child) {
      margin-top: 10px;
    }
  }
}

.nbox {
  border: solid 4px #d2d2d2;
  box-sizing: border-box;
  margin-bottom: 10px;
  & .nbox__inner {
    background-color: #fff;
    border: solid 1px #246619;
    padding: 10px;
  }
  & .nbox__heading {
    margin: -5px -5px 0 !important;
  }
}

.alert {
  background-color: #e2eff7;
  border-radius: 5px;
  color: #004c8c;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  & > *:first-child {
    margin-top: 0;
  }
  & > *:last-child {
    margin-bottom: 0;
  } 
}
.alert--success {
  background-color: #d6ebb7;
  color: #438c00;
}
.alert--warnning {
  background-color: #f7f4e2;
  color: #907003;
}
.alert--danger {
  background-color: #f5d6df;
  color: #c7085a;
}

ul.notes,
ol.notes {
  font-size: .86em;
  line-height: 1.25;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1.5em;
  counter-reset: count;
}
ul.notes > li::before,
ol.notes > li::before {
  color: inherit;
  content: "※";
  line-height: 1.25;
  margin: 0 0.25em 0 -1.5em;
  width: 1.25em;
}
ol.notes > li::before {
  content: counter(count)".";
  font-family: inherit;
  font-style: normal;
}
ul.notes li + li,
ol.notes li + li {
  margin-top: 5px;
}


.ad-block img {
	width: 100%;
	height: auto;
	vertical-align: top;
	box-sizing: border-box;
}

.cta {
	padding: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section > .cta:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cta .ad-block {
	display: none;
}
.cta .ad-block a:hover {
	opacity: .75;
}
.cta a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cta a::after {
  background-image: url(../../images/renewal/reflect.png);
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation: skid 4s ease-in-out infinite;
          animation: skid 4s ease-in-out infinite;
}
@-webkit-keyframes skid {
  0% { -webkit-transform: scale(1.1) translateX(-100%); }
  87% { -webkit-transform: scale(1.1) translateX(-100%);}
  100% { -webkit-transform: scale(1.1) translateX(100%);}
}
@keyframes skid {
  0% {transform: scale(1.1) translateX(-100%); }
  87% {transform: scale(1.1) translateX(-100%); }
  100% {transform: scale(1.1) translateX(100%); }
}

.sidebar {
  margin-bottom: 20px;
}
.sidebar aside {
  padding: 0 10px;
}
.sidebar-list {
  border: solid 4px #d2d2d2;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sidebar-list__block {
  background-color: #fff;
  border: solid 1px #246619;
  
  border-bottom: none;
}
.sidebar-list__block:last-child {
  border-bottom: solid 1px #246619;
}
.sidebar-list__block h2 {
  background: #339941;
  background: -moz-linear-gradient(top,  #339941 0%, #246619 100%);
  background: -webkit-linear-gradient(top,  #339941 0%,#246619 100%);
  background: linear-gradient(to bottom,  #339941 0%,#246619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339941', endColorstr='#246619',GradientType=0 );
  box-sizing: border-box;
  color: #fff;
  font-size: 1.143em;
  line-height: 1;
  text-align: center;
  text-shadow: -2px -1px 0px rgb(0 0 0 / 20%);
  margin: -5px -5px 0;
  overflow: hidden;
  padding: .75em .5em;
  position: relative;
}
.sidebar-list__block h2::before {
  background: url("../../images/renewal/bg_sidebar.png") 0 0 no-repeat;
  background-position: 0 0;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -30px;
}
.sidebar-list .sidebar-list__block:nth-child(2) h2::before {
  background-position: 0 -60px;
}
.sidebar-list .sidebar-list__block:nth-child(3) h2::before {
  background-position: 0 -120px;
}
.sidebar-list .sidebar-list__block:nth-child(4) h2::before {
  background-position: 0 -180px;
}
.sidebar-list__block .item-list {
    padding: 5px 10px 10px;
}
.sidebar-list__block .item-list ul {
    font-weight: 600;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.sidebar-list__block .item-list ul li:not(:first-child) {
    border-top: solid 1px #e6e6e6;
}
.sidebar-list__block .item-list ul li a {
    display: block;
    font-size: .86em;
    padding: .5em .25em .5em 15px;
    position: relative;
}
.sidebar-list__block .item-list ul li a::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #0d2f73;
  position: absolute;
  top: 10px;
  left: 5px;
}
.sidebar-list__block .item-list ul li a:hover strong {
  border-bottom: dotted 1px;
}


#sidebar-first .ad-block {
  text-align: center;
}
#sidebar-first .ad-block .halfpage {
  display: none;
}

.sidebar .ad-block {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.sidebar .ad-block h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.sidebar .ad-block h3 img {
  width: auto;
  height: 1.375rem;
}
.store-list {
  display: grid;
  grid-template-columns: 135px 135px;
  gap: 5px;
  
  list-style: none;
  width: 270px;
  margin: 0 auto;
  padding-left: 0;
}
.store-list a {
  display: block;
  width: 135px;
  height: 40px;
  background-image: url("../images/top/mainvisual_items.png");
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-position: 0 -250px;
}
.store-list a.googleplay { background-position: 0 -250px; }
.store-list a.appstore { background-position: -140px -250px }
.store-list a.nintendo { background-position: -140px -295px; }
.store-list a.amazon { background-position: 0 -295px; }
.store-list a:hover {
  opacity: .7;
}

.app-dl {
  display: none;
}
.app-dl .download {
  display: block;
}
.app-dl .download img {
  width: 100%;
  height: auto;
}
.app-dl.is-android .download {
  background: url("../images/mobile/top/button_download.png") 100% 0 no-repeat;
  background-size: 200% 200%;
}
.app-dl.is-android .download:hover {
  background: url("../images/mobile/top/button_download.png") 100% 100% no-repeat;
  background-size: 200% 200%;
}
.app-dl.is-ios .download {
  background: url("../images/mobile/top/button_download.png") 0 0 no-repeat;
  background-size: 200% 200%;
}
.app-dl.is-ios .download:hover {
  background: url("../images/mobile/top/button_download.png") 0 100% no-repeat;
  background-size: 200% 200%;
}

.product-info {
  background-color: #FFF;
  border: solid 1px #6ea500;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
  padding: 8px;
  position: relative;
}
.product-info::before {
  background: #6ea500;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: block;
  width: 20px;
  height: calc(20px / 2);
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
}
.product-info::after {
  background: #FFF;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: block;
  width: 18px;
  height: calc(18px / 2);
  position: absolute;
  top: -9px;
  left: calc(50% - 9px);
}
.product-info img {
  width: 64px;
  height: auto;
  border-radius: 22.5%;
}
.product-info dl {
  flex: auto;
  margin: 0 0 0 10px;
  padding-bottom: 5px;
}
.product-info dl dt {
  color: #181818;
  font-weight: bold;
}
.product-info dl dd {
  color: #484848;
  font-size: .86em;
  line-height: 1.25;
  margin: .25em 0 0;
}

.featured-bottom {
  display: none;
}

.site-footer {
    background-color: #181818;
}
.site-footer .layout-container {
  margin-left: 10px;
  margin-right: 10px;
}
.site-footer__top {
  padding-top: 20px;
}
.site-footer__top .footer-region {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.site-footer__top h2 {
    color: #4d4d4d;
    font-size: 1.143em;
    margin: 0;
}
.site-footer__top .item-list {
  margin-top: 5px;
}
.site-footer__top .item-list ul {
  font-size: .86em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-footer__top .item-list ul a {
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: .5em .25em .5em 15px;
  position: relative;
}
.site-footer__top .item-list ul a:hover {
  background-color: #262626;
}
.site-footer__top .item-list ul a::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #4d4d4d;
  position: absolute;
  top: 10px;
  left: 5px;
}


.site-footer__bottom {
  border-top: solid 1px #262626;
}
.site-footer__bottom .external-link {
  margin: 15px 0 10px;
  text-align: center;
}
.site-footer__bottom .external-link a {
  font-size: 1.43em;
  background: #404040;
  line-height: 1.6;
  vertical-align: top;
  display: inline-block;
  border-radius: 1.5em;
  color: #9e9e9e;
  width: 1.6em;
  text-align: center;
}
.site-footer__bottom .external-link a:not(:first-child) {
  margin-left: .25em;
}
.site-footer__bottom .external-link a:hover {
  background: #4d4d4d;
  color: #bfbfbf;
}
.site-footer__bottom .copyright {
  text-align: center;
  color: #4d4d4d;
  font-size: .86em;
  padding: 5px;
}
.site-footer__bottom .copyright p {
  margin: 0;
}

.node .news-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.node .news-list li + li {
  border-top: dotted 1px #000;
  margin-top: 10px;
  padding-top: 10px;
}
.node .news-list li::before {
  content: none;
}
.news-list li a:hover {
  border-bottom: none;
  display: block;
  opacity: .7;
}
.news-list__title {
  margin-top: 5px;
}
.news-list .cat {
  background-color: #e00000;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  font-size: .75rem;
  font-style: normal;
  line-height: 1.5;
  margin-right: 5px;
  padding: 0 5px;
}
.news-list .cat--new {
  background-color: #fba904;
}
.news-list .cat--new::before {
  content: "NEW"
}
.news-list .cat--operation::before {
  content: "運営からのお知らせ"
}
.news-list .cat--press-release::before {
  content: "プレスリリース"
}
[data-lang="en"] {
  .news-list .cat--operation::before {
    content: "Notice from Management"
  }
  .news-list .cat--press-release::before {
    content: "Press Release"
  }
}
[data-lang="zh-cn"] {
  .news-list .cat--operation::before {
    content: "管理层的通知"
  }
  .news-list .cat--press-release::before {
    content: "新闻稿"
  }
}
.news-list .date {
  color: #333;
  margin-left: 5px;
  vertical-align: middle;
}


@media all and (min-width: 560px) {
  .secondary-menu .inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__wrapper {
    background: #f0fff0;
    background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
  }
  .header__wrapper::before {
    background: url("../../images/renewal/bg_header_tablet.png") center center no-repeat;
  }
  .site-branding .site-branding__logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .site-branding .site-branding__logo img {
    height: 60px;
  }
  #js-menu-switcher {
    display: none;
  }
  .primary-menu {
    background-color: #ffffff;
    display: block;
    padding: 10px 0;
  }
  .primary-menu .menu {
    max-width: 800px;
    margin: 0 20px;
  }
  .primary-menu .menu::after {
    display: table;
    clear: both;
    content: "";
  }
  .primary-menu .menu li {
    float: left;
    border-top: none;
    width: calc(calc(100% - 40px) / 5);
  }
  .primary-menu .menu li:not(:first-child) {
    margin-left: 10px;
  }
  .primary-menu .menu li a {
    border-radius: 1.5em;
    border-bottom: solid 2px #9fc6a4;
    box-sizing: border-box;
    box-shadow: 0 1px 0 3px rgb(0 0 0 / 5%);
    color: #454545;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 1em;

    text-shadow:
      1px 1px 2px #FFF, -1px -1px 2px #FFF,
      -1px 1px 2px #FFF,  1px -1px 2px #FFF,
      1px 0px 2px #FFF, -1px -0px 2px #FFF,
      0px 1px 2px #FFF,  0px -1px 2px #FFF;

    background: #f0fff0;
    background: -moz-linear-gradient(top,  #f0fff0 0%, #bfd9c3 100%);
    background: -webkit-linear-gradient(top,  #f0fff0 0%,#bfd9c3 100%);
    background: linear-gradient(to bottom,  #f0fff0 0%,#bfd9c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fff0', endColorstr='#bfd9c3',GradientType=0 );
  }
  .primary-menu .menu li a:hover {
    color: #fff;
    background: linear-gradient(to bottom, #88ec79 0%,#4db35a 100%);
    border-bottom: solid 2px #3d8f48;
    text-shadow: none;
  }
  .primary-menu .menu li a::before {
    content: none;
  }
  
  #main-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main-wrapper .main-content .section {
    padding: 0 20px;
  }
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }

  #page-title .title {
    font-size: 2em;
  }

  .node__header .publication-date {
    font-size: 1em;
  }

  .node__content {
    & h2 {
      font-size: 1.43em;
    }

    & .button-container {
      & .button {
        font-size: 1em;
        & + .button {
          margin-left: 10px;
        }
      }
    }
    
    & .nbox {
      margin-bottom: 20px;
      & .nbox__inner {
        padding: 20px 15px;
      }
    }
  }

  .share {
    margin: 20px auto;
  }

  .toc {
    margin: 25px auto;
  }
  
  .sidebar aside {
    padding: 0 20px;
  }

  .site-footer .layout-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .site-footer__top::after {
    display: table;
    clear: both;
    content: "";
  }
  .site-footer__top .footer-region {
    float: left;
    width: 50%;
  }
  .site-footer__top .footer-region:nth-child(2n+1) {
    padding-right: 10px;
  }
  .site-footer__top .footer-region:nth-child(2n) {
    padding-left: 10px; /* LTR */
  }
  .site-footer__top .footer-region--3rd {
    clear: both;
  }
  
}

@media all and (min-width: 851px) {
  .header__wrapper::before {
    background: url("../../images/ja/bg_header.png?240904") center center no-repeat;
  }
  [data-lang="en"] {
    .header__wrapper::before {
      background: url("../../images/en/bg_header.png?240904") center center no-repeat;
    }
  }
  [data-lang="zh-cn"] {
    .header__wrapper::before {
      background: url("../../images/zh-cn/bg_header.png?240904") center center no-repeat;
    }
  }
  
  .site-branding {
    padding: 5px 20px;
    text-align: left;
  }
  .primary-menu .menu {
    margin: 0 auto;
  }
  #main-wrapper .main-content {
    width: calc(100% - 340px);
    margin-left: 340px;
    margin-bottom: 40px;
    position: relative;
    float: left;
  }
  #main-wrapper .no-sidebars .main-content {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .cta {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .section > .cta:first-child {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .sidebar aside {
    padding: 0 20px;
  }
  #sidebar-first {
    width: 340px;
    margin-left: -100%;
    margin-bottom: 40px;
    float: left;
  }
  #sidebar-first aside > * {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  #sidebar-first .ad-block .halfpage {
    display: block;
  }
  #sidebar-first .ad-block .normal {
    display: none;
  }

  .featured-bottom {
    display: block;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 1000px;
  }
  .featured-bottom .ad-block {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .site-footer .layout-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .site-footer__top {
    padding-top: 40px;
  }
  .site-footer__top .footer-region {
    width: 20%;
    padding: 0 20px 0 0 !important;
  }
  .site-footer__top .footer-region--3rd {
    clear: none;
  }
  .site-footer__top .footer-region:not(:first-child) {
    padding-left: 20px;
  }

  .eyecatch {
    margin-bottom: 40px;
  }
}

@media (min-width: 560px) and (max-width: 850px), (min-width: 1040px) {
  .row {
    & > .col-wide {
      flex: 1;
      &:not(:first-child) {
        margin-top: 0;
        margin-left: 20px;
      }
    }
  }
}