@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 14px;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  line-height: 1.5em;
  -webkit-overflow-scrolling: touch;
}

html ::-moz-selection {
  background-color: #fbc8c8;
}

html ::selection {
  background-color: #fbc8c8;
}

html.mobile {
  overflow-y: scroll;
}

body, input, select, button, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: '';
  content: none;
}

a, button {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a img, button img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, main, menu, nav, section, summary {
  display: block;
}

header, main, footer {
  display: block;
  width: 100%;
}

header section, header section.full-width .content-width, main section, main section.full-width .content-width, footer section, footer section.full-width .content-width {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

header section::after, header section.full-width .content-width::after, main section::after, main section.full-width .content-width::after, footer section::after, footer section.full-width .content-width::after {
  clear: both;
  content: "";
  display: block;
}

header section.full-width, main section.full-width, footer section.full-width {
  width: 100%;
}

a, button {
  -webkit-transition: 300ms;
  transition: 300ms;
}

small, .small {
  font-size: 0.9285714286rem;
}

.xsmall {
  font-size: 0.8571428571rem;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

header {
  position: absolute;
  top: 0;
  z-index: 100;
  height: 140px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

header section {
  position: relative;
}

header h1 {
  display: block;
  float: left;
  position: relative;
  top: 47px;
  height: 48px;
  width: 265px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -0px;
  text-indent: -9999px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header h1 {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

header section > div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
}

header section > div a {
  display: block;
  float: left;
  position: relative;
  line-height: 1em;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
  padding: 14px 15px;
}

header section > div a.language-selector {
  text-transform: uppercase;
  padding-left: 36px;
  right: -15px;
}

header section > div a.language-selector, header section > div a.language-selector * {
  font-size: 0.9285714286rem;
}

header section > div a.language-selector s {
  text-decoration: none;
  display: none;
}

header section > div a.language-selector::before {
  content: '';
  display: block;
  -webkit-transition: none;
  transition: none;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -112px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header section > div a.language-selector::before {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header section > div a.language-selector:hover {
  background: rgba(0, 0, 0, 0.08);
}

header section > div a.product-page {
  background: #000;
  color: #fff;
  font-size: 0.7857142857rem;
  line-height: 0.9285714286rem;
}

header section > div a.product-page:hover {
  background: #e51212;
}

header nav {
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: 80px;
}

header nav > ul {
  display: block;
  float: left;
  height: 60px;
}

header nav li {
  display: block;
  float: left;
  height: 100%;
}

header nav li + li {
  margin-left: 36px;
}

header nav li a {
  display: block;
  float: left;
  font-size: 1.0714285714rem;
  padding-bottom: 10px;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

header nav li a:hover, header nav li.active > a {
  color: #e51212;
}

header nav li.active > a {
  border-bottom: 3px solid #e51212;
}

header nav li > div {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

header nav li > div * {
  font-size: 1rem;
}

header nav li > div > div {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 1024px;
  min-height: 200px;
  padding: 50px 0;
  color: #fff;
}

header nav li > div > div > ul {
  margin-bottom: 50px;
}

header nav li > div > div > ul:not(.news-details) {
  display: block;
  float: left;
}

header nav li > div > div > ul:not(.news-details) > li {
  width: 232px;
}

header nav li > div > div > ul:not(.news-details) > li a {
  display: block;
  float: left;
  width: 100%;
  padding: 0 !important;
}

header nav li > div > div > ul:not(.news-details) > li a figure {
  display: block;
  float: left;
  height: 160px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

header nav li > div > div > ul:not(.news-details) > li a figure img {
  -webkit-transition: 300ms;
  transition: 300ms;
}

header nav li > div > div > ul:not(.news-details) > li a span {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
  padding-left: 15px;
}

header nav li > div > div > ul:not(.news-details) > li a span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 5px;
  margin-top: -3px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

header nav li > div > div > ul:not(.news-details) > li a[target=_blank] span::after {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -80px;
  margin-left: 10px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header nav li > div > div > ul:not(.news-details) > li a[target=_blank] span::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header nav li > div > div > ul:not(.news-details) > li a[target=_blank]:hover span::after {
  background-position: -14px -80px;
}

header nav li > div > div > ul:not(.news-details) > li a:hover figure img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

header nav li > div > div > ul:not(.news-details) > li + li {
  margin-left: 32px !important;
}

header nav li > div > div > ul:not(.news-details) > li ul, header nav li > div > div > ul:not(.news-details) > li ul > li {
  display: block;
  float: left;
  width: 100%;
}

header nav li > div > div > ul:not(.news-details) > li ul > li {
  height: 50px;
  line-height: 50px;
  margin-left: 0 !important;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

header nav li > div > div > ul:not(.news-details) > li ul > li:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

header nav li > div > div > ul:not(.news-details) > li ul > li a {
  height: 100%;
}

header nav li > div > div > ul.news-details li {
  margin-left: 0;
  border-bottom-style: dotted;
}

header nav li > div > div > ul.news-details li:first-child {
  border-top: 1px dotted #ccc;
}

header nav li > div > div > ul.news-details li a[target=_blank] i::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header nav li > div > div > ul.news-details li a[target=_blank] i::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header nav li > div > div > ul.news-details li a[href*=pdf] i::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -56px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header nav li > div > div > ul.news-details li a[href*=pdf] i::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header nav li > div > div > ul.news-details li a:hover[target=_blank] i::after {
  background-position: -14px -80px;
}

header nav li > div > div > ul.news-details li a:hover[href*=pdf] i::after {
  background-position: -56px -80px;
}

header.minimized {
  position: fixed;
  height: 80px;
  top: -80px;
}

header.minimized h1 {
  top: 25px;
  height: 32px;
  width: 186px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -48px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  header.minimized h1 {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

header.minimized h1::after {
  height: 24px;
  width: 65px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 0.7857142857rem;
}

header.minimized section > div {
  top: 19px;
}

header.minimized section > div a.language-selector span {
  display: none;
}

header.minimized section > div a.language-selector s {
  display: inline;
}

header.minimized nav {
  right: 217px;
  top: 28px;
}

header.minimized nav > ul {
  height: 52px;
}

header.minimized nav li + li {
  margin-left: 34px;
}

header.minimized nav li a {
  font-size: 1rem;
}

header.minimized nav li > div {
  top: 80px;
}

.button-block {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.button-block a, .button-block button {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px 60px;
  margin: 0 10px;
  min-width: 300px;
}

.button-block a, .button-block a::before, .button-block button, .button-block button::before {
  -webkit-transition: 300ms;
  transition: 300ms;
}

.button-block a::before, .button-block button::before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-block a.no-arrow::before, .button-block button.no-arrow::before {
  content: none;
}

.button-block a.left-arrow::before, .button-block button.left-arrow::before {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.button-block a[target=_blank]::after, .button-block button[target=_blank]::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  height: 14px;
  width: 14px;
  margin-left: 10px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .button-block a[target=_blank]::after, .button-block button[target=_blank]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.button-block a:hover, .button-block button:hover {
  background: #e51212;
  border-color: #e51212;
  color: #fff;
}

.button-block a:hover::before, .button-block button:hover::before {
  border-color: #fff;
}

.button-block a:hover[target=_blank]::after, .button-block button:hover[target=_blank]::after {
  background-position: -28px -80px;
}

.news-details {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.news-details ul {
  width: 100%;
  border-top: 1px solid #ccc;
}

.news-details li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  clear: left;
  position: relative;
  overflow: hidden;
}

.news-details li, .news-details li *:not(i) {
  display: block;
  float: left;
}

.news-details li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 5px;
  width: 5px;
  margin-top: -2px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.news-details li a {
  padding: 15px 0;
  padding-right: 59px;
  position: relative;
}

.news-details li a[target=_blank] i::after, .news-details li a[href*=pdf] i::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  height: 14px;
  width: 14px;
  margin-left: 10px;
}

.news-details li a[target=_blank] i::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .news-details li a[target=_blank] i::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.news-details li a[href*=pdf] i::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -56px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .news-details li a[href*=pdf] i::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.news-details li em {
  width: 105px;
}

.news-details li span {
  width: 815px;
}

.news-details li b {
  height: 20px;
  width: 130px;
  margin-right: 20px;
  font-size: 0.8571428571rem;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.news-details li b + span {
  width: 710px;
}

.news-details li[data-category="news"] b {
  background: #1aa0c7;
}

.news-details li[data-category="ir"] b {
  background: #da419b;
}

.news-details li[data-category='news'][data-subcategory='group'] b {
  background: #359c44;
}

.news-details li.latest span::after {
  content: '';
  display: inline-block;
  height: 14px;
  width: 28px;
  position: relative;
  top: 1px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -84px -80px;
  margin-left: 8px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .news-details li.latest span::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.news-details li:hover::after {
  border-top-color: #e51212;
  border-right-color: #e51212;
}

.news-details li:hover a em, .news-details li:hover a i {
  color: #e51212;
}

.news-details li:hover a[target=_blank] i::after {
  background-position: -14px -80px;
}

.news-details li:hover a[href*=pdf] i::after {
  background-position: -56px -80px;
}

.sidenav-set article {
  display: block;
  float: left;
  width: 724px;
}

.sidenav-set aside {
  display: block;
  float: right;
  width: 250px;
  margin-left: 50px;
}

.sidenav-set aside ul, .sidenav-set aside ul li, .sidenav-set aside ul a {
  display: block;
  float: left;
  width: 100%;
}

.sidenav-set aside ul li a {
  padding: 20px 0 20px 45px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}

.sidenav-set aside ul li a::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
  margin-top: -2px;
}

.sidenav-set aside ul li a span {
  display: inline-block;
}

.sidenav-set aside ul li:first-child a {
  border-top: 1px dotted #ccc;
}

.sidenav-set aside ul li.active a {
  color: #e51212;
}

.sidenav-set aside ul li a:hover {
  background: rgba(235, 235, 235, 0.25);
}

.menu-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 55px;
  width: 100%;
  margin: 40px 0;
}

.menu-style > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.menu-style a {
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px;
  -webkit-box-flex: 1.5;
  -webkit-flex-grow: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
  white-space: nowrap;
  line-height: 55px;
  border-right: 1px solid #ccc;
}

.menu-style a:first-child {
  border-left: 1px solid #ccc;
}

.menu-style a span {
  display: block;
  text-align: center;
}

.menu-style a span b {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 15px;
  font-size: 1rem;
}

.menu-style a span b::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 5px;
  margin-top: -3px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-style a:hover {
  background: #e51212;
  color: #fff;
}

.menu-style a:hover b::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.menu-style a[target='_blank'] b::after {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -80px;
  margin-left: 10px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .menu-style a[target='_blank'] b::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.menu-style a[target='_blank']:hover b::after {
  background-position: -28px -80px;
}

.tab-set {
  background: #f9f9f9;
}

.tab-set, .tab-set * {
  display: block;
  float: left;
  height: 50px;
  width: 100%;
}

.tab-set button {
  height: 50px;
  border: 0;
  background: #ebebeb;
}

.tab-set button::before, .tab-set button::after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.tab-set button.prev {
  width: 58px;
  border-right: 1px solid #fff;
}

.tab-set button.prev::before, .tab-set button.prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.tab-set button.next {
  width: 57px;
}

.tab-set button.next::before, .tab-set button.next::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tab-set button.disabled {
  pointer-events: none;
}

.tab-set button.disabled::before, .tab-set button.disabled::after {
  border-color: rgba(0, 0, 0, 0.3);
}

.tab-set button.disabled:hover {
  background: #ebebeb;
}

.tab-set div {
  height: 57px;
  width: 908px;
  margin: 0 1px -7px 0;
  overflow: hidden;
  position: relative;
}

.tab-set ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}

.tab-set ul li {
  height: 50px;
  width: 100px;
  background: #ebebeb;
}

.tab-set ul li + li {
  margin-left: 1px;
}

.tab-set ul li a {
  height: 100%;
  width: 100%;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.tab-set ul li a::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.tab-set ul li.active a {
  background: #e51212;
  color: #fff;
  pointer-events: none;
}

.tab-set ul li.active a::before {
  border-color: #fff;
}

.tab-set ul li.active a::after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e51212;
}

.tab-set button:not(.active):hover, .tab-set a:not(.active):hover {
  background: #e51212;
  color: #fff;
}

.tab-set button:not(.active):hover::before, .tab-set button:not(.active):hover::after, .tab-set a:not(.active):hover::before, .tab-set a:not(.active):hover::after {
  border-color: #fff;
}

main {
  position: relative;
  padding-top: 140px;
  padding-bottom: 395px;
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main.ready {
  visibility: visible;
  opacity: 1;
}

header.minimized + main {
  padding-top: 140px;
}

.background {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.background figure {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  transition: 300ms;
}

a:hover .background figure {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

h2, h3, h4, h6 {
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 0.1428571429rem;
  line-height: 1.4em !important;
}

h2 {
  font-size: 2.1428571429rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

h2 em {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  font-size: 1.4285714286rem;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

h3::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 5px;
  background: #e51212;
  left: 0;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

h6 {
  letter-spacing: 0.0714285714rem;
  font-weight: bold;
  font-size: 1.1428571429rem;
  margin-bottom: 15px;
}

.paragraph {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.paragraph > * {
  display: block;
  float: left;
  width: 100%;
  line-height: 1.6em;
}

.paragraph > * + * {
  margin-top: 30px;
}

.paragraph h2 + *, .paragraph h3 + *, .paragraph h4 + *, .paragraph h5 + *, .paragraph h6 + * {
  margin-top: 0px;
}

.paragraph *:not(hr) + h2, .paragraph *:not(hr) + h3, .paragraph *:not(hr) + h4, .paragraph *:not(hr) + h5, .paragraph *:not(hr) + h6 {
  margin-top: 50px;
}

.paragraph table {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
}

.paragraph table th {
  letter-spacing: 0.1428571429rem;
}

.paragraph table td {
  border-left: 1px solid #ccc;
  letter-spacing: 0.0714285714rem;
}

.paragraph table tbody th, .paragraph table tbody td {
  vertical-align: middle;
}

.paragraph table tbody th {
  padding: 15px 65px;
  background: #ebebeb;
  word-break: keep-all;
  font-weight: bold;
}

.paragraph table tbody td {
  padding: 15px 30px;
}

.paragraph table tbody tr + tr th, .paragraph table tbody tr + tr td {
  border-top: 1px dotted #ccc;
}

.paragraph table tbody tr.per-section th, .paragraph table tbody tr.per-section td {
  border-top-style: solid;
}

.paragraph ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.paragraph hr {
  background: none;
  height: 0;
  border: 0;
  border-bottom: 1px dotted #ccc;
}

.paragraph a {
  width: auto;
  color: #e51212;
}

.paragraph a[target=_blank]::after, .paragraph a[href*=pdf]::after, .paragraph a[href*=zip]::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  height: 14px;
  width: 14px;
  margin: 0 10px;
}

.paragraph a[target=_blank]::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -14px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .paragraph a[target=_blank]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.paragraph a[href*=pdf]::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -56px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .paragraph a[href*=pdf]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.paragraph a[href*=zip]::after {
  width: 28px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -94px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  .paragraph a[href*=zip]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

.paragraph a:hover {
  border-bottom: 1px solid #e51212;
}

.paragraph .blockset.two-block > * {
  width: 496px;
}

.paragraph .blockset.three-block > * {
  width: 320px;
}

.paragraph .blockset > * {
  display: block;
  float: left;
  margin-left: 32px;
}

.paragraph .blockset > *:first-child {
  margin-left: 0;
}

table.data-table {
  table-layout: fixed;
  width: 70%;
  border: 1px solid #ccc;
  margin: 0 auto;
}

table.data-table:not(:last-child) {
  margin-bottom: 35px;
}

table.data-table caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

table.data-table tbody th, table.data-table tbody td {
  vertical-align: middle;
}

table.data-table tbody th {
  padding: 15px;
  background: #ebebeb;
  word-break: keep-all;
  font-weight: bold;
}

table.data-table tbody td {
  padding: 15px 30px;
}

table.data-table td.position {
  background: #ebebeb;
  font-weight: bold;
}

table.data-table tbody tr + tr th, table.data-table tbody tr + tr td {
  border-top: 1px dotted #ccc;
}

table.data-table tbody tr.per-section th, table.data-table tbody tr.per-section td {
  border-top-style: solid;
}

.page-title {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  background: #ebebeb;
  margin-bottom: 70px;
}

.page-title::after {
  clear: both;
  content: "";
  display: block;
}

.page-title .background {
  height: 300px;
  width: 100%;
}

@media only screen and (min-width: 1424px) {
  .page-title .background figure {
    background-size: cover;
  }
}

.page-title .content-width {
  padding: 20px 0;
}

.page-title .menu-style {
  height: 40px;
  margin: 0;
}

.page-title .menu-style a {
  position: relative;
  line-height: 40px;
  -webkit-transition: scale 300ms;
  transition: scale 300ms;
}

.page-title .menu-style a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 3px;
  width: 50px;
  margin-left: -25px;
  background: #e51212;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.page-title .menu-style a:hover {
  background: none;
  color: #000;
}

.page-title .menu-style a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.page-title .menu-style a:hover b::before {
  border-color: #e51212;
}

.page-title .menu-style a:hover[target='_blank'] b::after {
  background-position: -0px -80px !important;
}

.page-title .menu-style a.active {
  color: #e51212;
}

.no-title {
  padding-top: 70px;
}

footer {
  position: absolute;
  bottom: 0;
  height: 325px;
}

footer section {
  width: 100%;
}

footer section > * {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

footer section > *::after {
  clear: both;
  content: "";
  display: block;
}

footer .pagetop {
  display: block;
  float: left;
  height: 75px;
  width: 75px;
  color: #fff;
  cursor: pointer;
}

footer .pagetop b {
  display: block;
  float: left;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  background: #e51212;
  -webkit-transition: 300ms;
  transition: 300ms;
}

footer .pagetop b::before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  height: 14px;
  width: 14px;
  margin-left: -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer .pagetop b::after {
  content: 'Top';
  display: block;
  position: absolute;
  font-size: 0.9285714286rem;
  line-height: 1em;
  bottom: 19px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

footer .pagetop:hover b {
  background: rgba(205, 16, 16, 0.95);
}

footer > .pagetop {
  position: fixed;
  right: 75px;
  bottom: 75px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}

footer > .pagetop.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

footer > .pagetop.inactive {
  bottom: 0;
}

footer .affiliated {
  padding-top: 50px;
  background: #ebebeb;
  text-align: center;
}

footer .affiliated ul {
  display: inline-block;
  width: auto;
}

footer .affiliated li {
  display: block;
  float: left;
}

footer .affiliated li + li {
  margin-left: 20px;
}

footer .affiliated li a {
  display: block;
  float: left;
  height: 100px;
  width: 241px;
  position: relative;
  text-indent: -9999px;
  background-color: #fff;
}

footer .affiliated li a:hover {
  opacity: 0.7;
}

footer .affiliated li a[target=_blank]::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  footer .affiliated li a[target=_blank]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

footer .affiliated li:nth-child(1) a {
  background-image: url(/en/common/img/btn-link-01.png);
}

footer .affiliated li:nth-child(2) a {
  background-image: url(/en/common/img/btn-link-02.png);
}

footer .affiliated li:nth-child(2) a[target=_blank]::after {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -80px;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  footer .affiliated li:nth-child(2) a[target=_blank]::after {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

footer .social-button {
  background: #ebebeb;
  height: 100px;
  padding: 30px 0;
  text-align: center;
}

footer .social-button ul {
  display: block;
  float: left;
  height: 40px;
  width: 100%;
  height: 40px;
}

footer .social-button li {
  display: inline-block;
}

footer .social-button li + li {
  margin-left: 15px;
}

footer .social-button li a {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

footer .social-button li a:hover {
  opacity: 0.7;
}

footer .social-button li.facebook a {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -0px -108px;
  background-color: #537bbd;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  footer .social-button li.facebook a {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

footer .social-button li.twitter a {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -40px -108px;
  background-color: #77cdef;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  footer .social-button li.twitter a {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

footer .social-button li.line a {
  background-image: url(/en/common/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -80px -108px;
  background-color: #00b900;
}

@media only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  footer .social-button li.line a {
    background-image: url(/en/common/img/sprite@2x.png);
    background-size: 164px 148px;
  }
}

footer .credit {
  background: #000;
  height: 75px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

footer .credit cite {
  font-size: 0.7857142857rem;
  text-transform: uppercase;
  letter-spacing: 0.0714285714rem;
}

footer .credit > div > * {
  display: block;
  float: left;
  height: 75px;
  line-height: 75px;
}

footer .credit > div > ul li {
  display: block;
  float: left;
  height: 75px;
}

footer .credit > div > ul li + li::before {
  content: '　｜　';
}

footer .credit > div > ul a {
  font-size: 0.7857142857rem;
}

footer .credit > div > ul a:hover {
  border-bottom: 1px solid #fff;
}

footer .credit > div > div {
  float: right;
}

footer .credit > div > div cite {
  display: block;
  float: left;
}

footer .credit .pagetop {
  position: relative;
  margin-left: 55px;
}

footer .credit .pagetop b {
  top: 0;
}

footer .credit .pagetop.inactive b {
  top: 75px;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}
/*# sourceMappingURL=screen.css.map */

.only-pc {
  display: block !important;
}

.only-sp {
	display: none !important;
}

@media screen and (max-width: 750px){
.only-pc {
  display: none !important;
}
.only-sp {
  display: block !important;
}
h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 25px;
}
.paragraph *:not(hr) + h3 {
  margin-top: 25px;
}
img {
  width: 100%;
  height: auto;
}
header section, header section.full-width .content-width, main section, main section.full-width .content-width, footer section, footer section.full-width .content-width {
  width: 100%;
}
header {
	height: 80px;
}
header h1 {
	top: 25px;
	height: 32px;
	width: 186px;
	background-position: -0px -48px;
	margin-left: 20px;
}
header h1::after {
	height: 24px;
	width: 65px;
	line-height: 24px;
	border-radius: 12px;
    font-size: 0.7857142857rem;
}
header nav > ul {
  height: auto;
}
header.minimized nav {
  top: 80px;
}
header nav li + li,
header.minimized nav li + li {
  margin-left: 0;
}
main, header.minimized + main {
  padding-top: 80px;
}
main {
  padding-bottom: 365px;
}
.news-details li b + span {
	width: 100%;
}
.news-details li a {
  padding: 15px 20px 15px 10px;
}
.menu-style{
  display: block;
  height: 165px;
  margin: 20px 0;
}
.menu-style a {
  width: 50%;
}
.menu-style a:nth-child(2n) {
  border-right: none;
}
.menu-style a:first-child {
  border-left: none;
}
.page-title .menu-style a {
  width: 100%;
}
.page-title .menu-style a span {
  text-align: left;
  font-weight: bold;
}
.tab-set button.prev,
.tab-set button.next {
  width: 9.8%;
  padding: 0;
}
.tab-set div {
	width: 80%;
}
.page-title {
  margin-bottom: 35px;
}
.only-sp.page-title {
  margin-top: 35px;
  margin-bottom: 0;
}
.page-title .menu-style {
  margin-left: 0 !important;
  width: 100% !important;
}
.page-title .content-width {
  padding: 10px 0;
}
table.data-table {
  width: 100%;
}
table.data-table caption {
  padding: 0 10px;
}
table.data-table tbody th {
  padding: 15px 5%;
}
footer > .pagetop {
  right: 10px;
  bottom: 10px;
}
footer > .pagetop.inactive {
  bottom: 10px;
}
footer .pagetop {
  width: 60px;
  height: 60px;
}
footer .pagetop b::before {
  top: 14px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
footer section > * {
  width: 100%;
}
footer .affiliated {
  padding-top: 25px;
}
footer .affiliated li {
  float: none;
}
footer .affiliated li a {
  float: none;
  margin: 0 auto;
}
footer .affiliated li + li {
  margin-left: 0;
  margin-top: 5px;
}
footer .credit {
  height: 230px;
  font-weight: bold;
}
footer .credit > div > * {
  height: 60px;
  line-height: 60px;
}
footer .credit > div > ul {
  width: 100%;
  height: auto;
  line-height: inherit;
}
footer .credit > div > ul li {
  text-align: center;
  width: 50%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px dotted #333;
}
footer .credit > div > ul li::before{
  content: none !important;
}
footer .credit > div > ul li:nth-child(2n-1) {
  border-right: 1px dotted #333;
}
footer .credit > div > div {
  position: absolute;
  float: none;
  bottom: 10px;
  right: 10px;
}
footer .credit cite {
  text-align: center;
  float: none;
  padding-top: 120px;
}
footer .credit .pagetop {
  margin-left: 0;
  font-weight: normal;
}
.paragraph p {
  padding: 20px 20px 0 20px;
}
.sidenav-set article {
  width: 100%;
}
.sidenav-set article p {
  margin: 0 10px;
}
.sidenav-set aside {
  width: 100%;
  margin-top: 30px;
}
.menu-style.company {
  height: 220px;
}
.menu-style.company a,
.menu-style.company a:first-child {
  border: none;
  width: 100%;
  line-height: 20px;
}
.menu-style.company a:not(:first-child) {
  margin-top: 20px;
}
.menu-style.company a span {
  text-align: left;
  font-weight: bold;
}
.no-title {
  padding-top: 35px;
}
}

nav.NavMenu{
	position: fixed;
	z-index: 2;
	top: 80px;
	left: 0;
	background: #000;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: all 0.6s;
}

nav.NavMenu ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

nav.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

nav.NavMenu ul li a{
	display: block;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 1em;
}

nav.NavMenu.active{
	transform: translateX(0%);
}

.Toggle {
	display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 27px;
}
 
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}