@font-face {
  font-family: 'YuGothicM';
  font-style: normal;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'YuGothicM';
  font-style: normal;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

[tabindex] {
  outline: none !important;
}

.l-ir-page a:link, .l-ir-page a:visited {
  color: #039;
}

.l-ir-page img {
  vertical-align: bottom;
  max-width: 100%;
}

.l-ir-page p {
  max-height: 100%;
}

.l-ir-page ul,
.l-ir-page ol,
.l-ir-page li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-ir-header {
  clear: both;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 30px;
}

.l-ir-header > .title {
  float: left;
}

.l-ir-header > .utility {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-ir-header > .utility > .header-fontchange {
  float: left;
}

.l-ir-header > .utility > .header-print {
  float: left;
  margin-left: 13px;
}

.l-ir-header > .utility > .header-linkeng {
  float: left;
  margin-left: 10px;
}

.l-ir-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px;
}

.l-ir-main {
  max-width: 885px;
  width: 100%;
  float: left;
}

.l-ir-main p {
  margin-top: 1.3rem;
}

.l-ir-main p:first-child {
  margin-top: 0;
}

.l-ir-main a {
  text-decoration: none;
}

.l-ir-main a:hover, .l-ir-main a:active, .l-ir-main a:focus {
  text-decoration: underline;
  color: #df0523;
}

.l-ir-sub {
  max-width: 250px;
  width: 100%;
  float: right;
}

.l-ir-footer {
  background: #f3f3f3;
}

.l-ir-footer > .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 45px;
}

.l-ir-footer > .inner > .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  width: 20%;
}

.l-ir-footer > .inner > .col a {
  text-decoration: none;
}

.l-ir-footer > .inner > .col a:hover, .l-ir-footer > .inner > .col a:active, .l-ir-footer > .inner > .col a:focus {
  text-decoration: underline;
  color: #df0523;
}

.l-ir-footer > .inner > .col > .hdg {
  font-size: 118.75%;
  font-size: 1.1875rem;
  margin: 0 0 16px;
  font-weight: 500;
}

.l-ir-footer > .inner > .col > .hdg + .hdg {
  margin-top: -6px;
}

.l-ir-footer > .inner > .col > ul {
  font-size: 87.5%;
  font-size: 0.875rem;
}

.l-ir-footer > .inner > .col > ul > li {
  margin: 0 0 8px;
  position: relative;
  padding-left: 13px;
}

.l-ir-footer > .inner > .col > ul > li::before {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-pagetop {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-ir-pagetop.-show {
  opacity: 1;
}

.l-ir-pagetop.-show.-atbottom {
  opacity: 0;
}

.l-ir-pagetop > a {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(129, 129, 129, 0.7);
  border-radius: 50%;
  z-index: 10000;
  text-decoration: none;
  color: #fff !important;
  line-height: 50px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-ir-pagetop > a:hover, .l-ir-pagetop > a:active, .l-ir-pagetop > a:focus {
  background-color: rgba(129, 129, 129, 0.9);
}

.l-ir-pagetop > a > span {
  display: block;
  text-align: center;
}

.l-ir-pagetop > a > span::before {
  content: '';
  display: block;
  content: "\f106";
  font-size: 225%;
  font-size: 2.25rem;
  position: relative;
  top: -2px;
}

.l-ir-drawer-lang {
  font-size: 1rem;
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding: 10px 15px;
}

.l-ir-drawer-lang > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-ir-drawer-lang > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-ir-drawer-lang > ul > li > .nav {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff, #ecedef);
  background: -o-linear-gradient(top, #fff, #ecedef);
  background: linear-gradient(to bottom, #fff, #ecedef);
  border: 1px solid #ddd;
  font-size: 100%;
  font-size: 1rem;
  padding: 10px 25px;
  text-decoration: none;
  color: #333;
}

.l-ir-drawer-lang > ul > li > .nav:hover, .l-ir-drawer-lang > ul > li > .nav:active, .l-ir-drawer-lang > ul > li > .nav:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecedef), to(#fff));
  background: -webkit-linear-gradient(top, #ecedef, #fff);
  background: -o-linear-gradient(top, #ecedef, #fff);
  background: linear-gradient(to bottom, #ecedef, #fff);
  color: #df0523;
}

.l-ir-drawer-lang > ul > li > .nav > span::before {
  content: "\f105";
  color: #df0523;
  font-size: 112.5%;
  font-size: 1.125rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.l-ir-main .button-link {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 13px 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff 60%, #ecedef);
  background: -o-linear-gradient(top, #fff 60%, #ecedef);
  background: linear-gradient(to bottom, #fff 60%, #ecedef);
}

.l-ir-main .button-link:hover, .l-ir-main .button-link:active, .l-ir-main .button-link:focus {
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ecedef));
  background: -webkit-linear-gradient(bottom, #fff, #ecedef);
  background: -o-linear-gradient(bottom, #fff, #ecedef);
  background: linear-gradient(to top, #fff, #ecedef);
}

.l-ir-main .button-link > span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.l-ir-main .button-link > span::before {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .button-localnav {
  margin: 0;
}

.l-ir-main .button-localnav > li {
  float: left;
  width: 50%;
}

.l-ir-main .button-localnav > li > a {
  background: #f3f3f3;
  display: block;
  text-align: center;
  padding: 15px;
}

.l-ir-main .button-localnav > li > a.-current {
  color: #fff;
  background: #949494;
}

.l-ir-main .button-localnav > li > a.-current:hover, .l-ir-main .button-localnav > li > a.-current:active, .l-ir-main .button-localnav > li > a.-current:focus {
  text-decoration: none;
}

.l-ir-main .button-localnav > li:first-child > a {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.l-ir-main .button-localnav > li:last-child > a {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.l-ir-main .chart-block {
  margin: 45px 0 0;
}

.l-ir-main .chart-block .canvas {
  display: block;
  position: relative;
}

.l-ir-main .chart-block .canvas::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.l-ir-main .chart-label > ul {
  font-size: 75%;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 12px 0 12px 3px;
}

.l-ir-main .chart-label > ul > li {
  float: left;
  margin: 0 20px 5px 0;
  position: relative;
}

.l-ir-main .chart-label > ul > li > span {
  position: relative;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
}

.l-ir-main .faq-answer {
  margin: 30px 0 60px;
  position: relative;
  padding-left: 4.3em;
}

.l-ir-main .faq-answer > .num {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 700;
  color: #df0523;
  font-size: 131.25%;
  font-size: 1.3125rem;
}

.l-ir-main .faq-answer > p a {
  text-decoration: underline;
}

.l-ir-main .faq-answer > p a:hover, .l-ir-main .faq-answer > p a:active, .l-ir-main .faq-answer > p a:focus {
  text-decoration: none;
}

.l-ir-main .faq-innerlink {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  margin: 0 0 60px;
  padding: 20px 0;
}

.l-ir-main .faq-innerlink > .title {
  font-size: 131.25%;
  font-size: 1.3125rem;
  font-weight: 500;
  border-left: 3px solid #df0523;
  padding-left: 17px;
  line-height: 1.4;
  margin: 0 0 25px;
}

.l-ir-main .faq-innerlink > .link > li {
  margin: 0 0 8px;
  position: relative;
  padding-left: 50px;
}

.l-ir-main .faq-innerlink > .link > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}

.l-ir-main .faq-innerlink > .link > li > .title {
  display: block;
  padding-left: 18px;
  position: relative;
}

.l-ir-main .faq-innerlink > .link > li > .title::before {
  content: '';
  display: block;
  content: "\f107";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .hdg-center {
  text-align: center;
  font-weight: 500;
  font-size: 150%;
  font-size: 1.5rem;
}

.l-ir-main .hdg-chart {
  margin: 45px 0 0;
  font-size: 131.25%;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.l-ir-main .hdg-chart + .chart-block {
  margin-top: 25px;
}

.l-ir-main .hdg-chart + .chart-block + .hdg-chart {
  margin-top: 85px;
}

.l-ir-main .hdg-lv2 {
  margin: 80px 0 0;
  border: 1px solid #ddd;
  background: #f3f3f3;
  font-size: 137.5%;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 25px;
  position: relative;
}

.l-ir-main .hdg-lv2:first-child {
  margin-top: 0;
}

.l-ir-main .hdg-lv2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #df0523;
}

.l-ir-main .hdg-lv2 + .hdg-lv3, .l-ir-main .news-wysiwyg .hdg-lv2 + h1,
.l-ir-main .news-wysiwyg .hdg-lv2 + h2,
.l-ir-main .news-wysiwyg .hdg-lv2 + h3 {
  margin-top: 30px;
}

.l-ir-main .hdg-lv2 + .index-news {
  margin-top: 35px;
}

.l-ir-main .hdg-lv2 + .index-article {
  margin-top: 35px;
}

.l-ir-main .hdg-lv3, .l-ir-main .news-wysiwyg h1,
.l-ir-main .news-wysiwyg h2,
.l-ir-main .news-wysiwyg h3 {
  margin: 45px 0 0;
  font-size: 131.25%;
  font-size: 1.3125rem;
  font-weight: 500;
  border-left: 3px solid #df0523;
  padding-left: 17px;
  line-height: 1.4;
}

.l-ir-main .hdg-lv3.-faq, .l-ir-main .news-wysiwyg h1.-faq,
.l-ir-main .news-wysiwyg h2.-faq,
.l-ir-main .news-wysiwyg h3.-faq {
  position: relative;
  padding-left: 3.8em;
}

.l-ir-main .hdg-lv3.-faq > .num, .l-ir-main .news-wysiwyg h1.-faq > .num, .l-ir-main .news-wysiwyg h2.-faq > .num, .l-ir-main .news-wysiwyg h3.-faq > .num {
  position: absolute;
  top: 0;
  left: 17px;
  font-weight: 700;
}

.l-ir-main .hdg-lv3 + .hdg-lv4, .l-ir-main .news-wysiwyg h1 + .hdg-lv4, .l-ir-main .news-wysiwyg h2 + .hdg-lv4, .l-ir-main .news-wysiwyg h3 + .hdg-lv4, .l-ir-main .news-wysiwyg .hdg-lv3 + h4, .l-ir-main .news-wysiwyg h1 + h4, .l-ir-main .news-wysiwyg h2 + h4, .l-ir-main .news-wysiwyg h3 + h4 {
  margin-top: 15px;
}

.l-ir-main .hdg-lv4, .l-ir-main .news-wysiwyg h4 {
  margin: 30px 0 0;
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-ir-main .hdg-lv4 + .list-bullet, .l-ir-main .news-wysiwyg h4 + .list-bullet, .l-ir-main .news-wysiwyg .hdg-lv4 + ul, .l-ir-main .news-wysiwyg h4 + ul {
  margin-top: 20px;
}

.l-ir-main .hdg-lv4 + p, .l-ir-main .news-wysiwyg h4 + p {
  margin-top: 8px;
}

.l-ir-main .hdg-lv5, .l-ir-main .news-wysiwyg h5 {
  margin: 15px 0 0;
  font-size: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-ir-main .hdg-lv5 + .list-bullet, .l-ir-main .news-wysiwyg h5 + .list-bullet, .l-ir-main .news-wysiwyg .hdg-lv5 + ul, .l-ir-main .news-wysiwyg h5 + ul {
  margin-top: 20px;
}

.l-ir-main .hdg-lv4 + .hdg-lv5, .l-ir-main .news-wysiwyg h4 + .hdg-lv5, .l-ir-main .news-wysiwyg .hdg-lv4 + h5, .l-ir-main .news-wysiwyg h4 + h5 {
  margin-top: 3px;
}

.header-fontchange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-fontchange > .label {
  float: left;
  font-size: 87.5%;
  font-size: 0.875rem;
  margin-right: 10px;
}

.header-fontchange > ul {
  float: left;
}

.header-fontchange > ul > li {
  float: left;
}

.header-fontchange > ul > li button {
  font-size: 81.25%;
  font-size: 0.8125rem;
  border: none;
  background: #eaeaea;
  padding: 3px 10px;
  border-radius: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-fontchange > ul > li button.-active, .header-fontchange > ul > li button:hover, .header-fontchange > ul > li button:active, .header-fontchange > ul > li button:focus {
  background: #949494;
  color: #fff;
}

.header-fontchange > ul > li button.-small {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
}

.header-fontchange > ul > li button.-large {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 20px;
}

.header-linkeng > .label > a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff, #ecedef);
  background: -o-linear-gradient(top, #fff, #ecedef);
  background: linear-gradient(to bottom, #fff, #ecedef);
  border: 1px solid #ddd;
  font-size: 75%;
  font-size: 0.75rem;
  padding: 5px 17px 5px 17px;
  text-decoration: none;
}

.header-linkeng > .label > a::before {
  content: "\f105";
  color: #df0523;
  font-size: 100%;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.header-linkeng > .label > a:hover, .header-linkeng > .label > a:active, .header-linkeng > .label > a:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecedef), to(#fff));
  background: -webkit-linear-gradient(top, #ecedef, #fff);
  background: -o-linear-gradient(top, #ecedef, #fff);
  background: linear-gradient(to bottom, #ecedef, #fff);
  color: #df0523;
}

.header-pagetitle {
  font-size: 150%;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0;
  color: #000;
  line-height: 1.6;
}

.header-print > .print {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff, #ecedef);
  background: -o-linear-gradient(top, #fff, #ecedef);
  background: linear-gradient(to bottom, #fff, #ecedef);
  border: 1px solid #ddd;
  font-size: 68.75%;
  font-size: 0.6875rem;
  padding: 5px 12px 5px 10px;
}

.header-print > .print::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/header-print_icon.png") 0 0 no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}

.header-print > .print:hover, .header-print > .print:active, .header-print > .print:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecedef), to(#fff));
  background: -webkit-linear-gradient(top, #ecedef, #fff);
  background: -o-linear-gradient(top, #ecedef, #fff);
  background: linear-gradient(to bottom, #ecedef, #fff);
  color: #df0523;
}

.l-ir-main .image-one {
  margin: 20px 0 0;
}

.l-ir-main .image-one .caption {
  display: block;
  margin: 5px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.l-ir-main .image-one .caption.-right {
  text-align: right;
}

.l-ir-main .image-one + .list-innerlink {
  margin-top: 60px;
}

.l-ir-main .index-article > ul > li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.l-ir-main .index-article > ul > li > .date {
  display: table-cell;
  width: 135px;
  white-space: nowrap;
  vertical-align: top;
}

.l-ir-main .index-article > ul > li > .entries {
  display: table-cell;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 135px);
}

.l-ir-main .index-article > ul > li > .entries > li {
  margin: 0 0 11px;
}

.l-ir-main .index-article > ul > li > .entries > li:last-child {
  margin-bottom: 0;
}

.l-ir-main .index-article > ul > li > .entries > li > .category {
  display: table-cell;
  width: 75px;
  vertical-align: top;
}

.l-ir-main .index-article > ul > li > .entries > li > .category > span {
  display: block;
  border: 1px solid #ddd;
  background: #f3f3f3;
  text-align: center;
  font-size: 81.25%;
  font-size: 0.8125rem;
  padding: 2px;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont {
  margin: 0;
  display: table-cell;
  padding-left: 15px;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont a.show-icon, .l-ir-main .index-article > ul > li > .entries > li > .cont .news-wysiwyg a[href$=".pdf"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont a[href$=".pdf"], .l-ir-main .index-article > ul > li > .entries > li > .cont .news-wysiwyg a[href$=".doc"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont a[href$=".doc"], .l-ir-main .index-article > ul > li > .entries > li > .cont .news-wysiwyg a[href$=".docx"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont a[href$=".docx"], .l-ir-main .index-article > ul > li > .entries > li > .cont .news-wysiwyg a[href$=".xls"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont a[href$=".xls"], .l-ir-main .index-article > ul > li > .entries > li > .cont .news-wysiwyg a[href$=".xlsx"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont a[href$=".xlsx"] {
  display: inline-block;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont p[class^="note"] {
  margin: 0;
  font-size: 81.25%;
  font-size: 0.8125rem;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile {
  margin: 0;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .show-icon, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".pdf"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".pdf"], .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".doc"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".doc"], .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".docx"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".docx"], .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".xls"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".xls"], .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".xlsx"], .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".xlsx"] {
  padding-left: 1.6em;
}

.l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .show-icon::before, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".pdf"]::before, .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".pdf"]::before, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".doc"]::before, .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".doc"]::before, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".docx"]::before, .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".docx"]::before, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".xls"]::before, .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".xls"]::before, .l-ir-main .index-article > ul > li > .entries > li > .cont .optionfile .news-wysiwyg a[href$=".xlsx"]::before, .l-ir-main .news-wysiwyg .index-article > ul > li > .entries > li > .cont .optionfile a[href$=".xlsx"]::before {
  top: -1px;
}

.l-ir-main .index-article.-top {
  margin: 20px 0 0;
}

.l-ir-main .index-article.-top > ul > li {
  margin: 0 0 25px;
  padding: 0;
  border-bottom: none;
}

.l-ir-main .index-article + .list-nav {
  margin-top: 30px;
}

.l-ir-main .index-content > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-ir-main .index-content > ul > .menu {
  float: left;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

.l-ir-main .index-content > ul > .menu a {
  display: block;
  color: inherit;
}

.l-ir-main .index-content > ul > .menu a:hover, .l-ir-main .index-content > ul > .menu a:active, .l-ir-main .index-content > ul > .menu a:focus {
  text-decoration: none;
}

.l-ir-main .index-content > ul > .menu a:hover .hdg, .l-ir-main .index-content > ul > .menu a:active .hdg, .l-ir-main .index-content > ul > .menu a:focus .hdg {
  color: #df0523;
}

.l-ir-main .index-content > ul > .menu .hdg {
  background: #f3f3f3;
  padding: 20px 40px 20px 20px;
  font-size: 118.75%;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #039;
  position: relative;
  line-height: 1.4;
}

.l-ir-main .index-content > ul > .menu .hdg::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #df0523;
  position: absolute;
  top: 0;
  left: 0;
}

.l-ir-main .index-content > ul > .menu .hdg::after {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: 0.35em;
  right: 17px;
  font-size: 187.5%;
  font-size: 1.875rem;
}

.l-ir-main .index-content > ul > .menu .body {
  padding: 20px;
}

.l-ir-main .index-content > ul > .menu .outline {
  margin: 0;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .index-content > ul > .menu .list-bullet, .l-ir-main .index-content > ul > .menu .news-wysiwyg ul, .l-ir-main .news-wysiwyg .index-content > ul > .menu ul {
  margin: 10px 0 0;
}

.l-ir-main .index-content > ul > .menu .list-bullet > li, .l-ir-main .index-content > ul > .menu .news-wysiwyg ul > li, .l-ir-main .news-wysiwyg .index-content > ul > .menu ul > li {
  margin: 0 0 5px;
}

.l-ir-main .index-content.-col2 > ul {
  margin-right: -21px;
}

.l-ir-main .index-content.-col2 > ul > li {
  width: 432px;
  margin-right: 21px;
}

.l-ir-main .index-content.-col2 > ul > li:nth-child(2n+1) {
  clear: both;
}

.l-ir-main .index-labels {
  margin: 25px 0 0;
}

.l-ir-main .index-labels > ul {
  margin-right: -15px;
}

.l-ir-main .index-labels > ul > li {
  float: left;
  width: 285px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.l-ir-main .index-labels > ul > li > a {
  display: block;
  border: 1px solid #ddd;
  padding: 16px 15px 13px 31px;
  position: relative;
}

.l-ir-main .index-labels > ul > li > a::before {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: 50%;
  left: 13px;
  font-size: 150%;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-ir-main .index-labels > ul > li > a:hover, .l-ir-main .index-labels > ul > li > a:active, .l-ir-main .index-labels > ul > li > a:focus {
  text-decoration: none;
}

.l-ir-main .index-news > ul > li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.l-ir-main .index-news > ul > li > .date {
  display: table-cell;
  width: 135px;
  white-space: nowrap;
  vertical-align: top;
}

.l-ir-main .index-news > ul > li > .category {
  display: table-cell;
  width: 75px;
}

.l-ir-main .index-news > ul > li > .category > span {
  display: block;
  border: 1px solid #ddd;
  background: #f3f3f3;
  text-align: center;
  font-size: 81.25%;
  font-size: 0.8125rem;
  padding: 2px;
}

.l-ir-main .index-news > ul > li > .cont {
  display: table-cell;
  padding-left: 15px;
}

.l-ir-main .index-news > ul > li > .cont > .title {
  margin: 0 0 3px;
}

.l-ir-main .index-news > ul > li > .cont > .title:last-child {
  margin-bottom: 0;
}

.l-ir-main .index-news.-top {
  margin: 20px 0 0;
}

.l-ir-main .index-news.-top > ul > li {
  margin: 0 0 25px;
  padding: 0;
  border-bottom: none;
}

.l-ir-main .index-news + .list-nav {
  margin-top: 30px;
}

.l-ir-main .panel-note > .index-news {
  margin-top: 1.3rem;
}

.l-ir-main .panel-note > .index-news > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.l-ir-main .index-thumb > ul {
  margin-right: -21px;
}

.l-ir-main .index-thumb > ul > .menu {
  border: 1px solid #ddd;
  margin: 0 21px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 432px;
  float: left;
  position: relative;
}

.l-ir-main .index-thumb > ul > .menu:nth-child(2n+1) {
  clear: both;
}

.l-ir-main .index-thumb > ul > .menu::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #df0523;
  z-index: 100;
}

.l-ir-main .index-thumb > ul > .menu a:hover, .l-ir-main .index-thumb > ul > .menu a:active, .l-ir-main .index-thumb > ul > .menu a:focus {
  text-decoration: none;
}

.l-ir-main .index-thumb > ul > .menu a:hover .image::before, .l-ir-main .index-thumb > ul > .menu a:active .image::before, .l-ir-main .index-thumb > ul > .menu a:focus .image::before {
  opacity: 0.25;
}

.l-ir-main .index-thumb > ul > .menu .body {
  border-top: 1px solid #ddd;
  padding: 20px 30px 20px 25px;
  background: #f3f3f3;
  position: relative;
}

.l-ir-main .index-thumb > ul > .menu .body::after {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 187.5%;
  font-size: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-ir-main .index-thumb > ul > .menu .body > .title {
  font-weight: 500;
  font-size: 112.5%;
  font-size: 1.125rem;
}

.l-ir-main .index-thumb > ul > .menu .image {
  overflow: hidden;
  position: relative;
}

.l-ir-main .index-thumb > ul > .menu .image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-ir-main .index-thumb > ul > .menu .image > span {
  display: block;
  padding-top: 29%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-ir-main .list-bullet, .l-ir-main .news-wysiwyg ul {
  margin: 25px 0 0;
}

.l-ir-main .list-bullet:first-child, .l-ir-main .news-wysiwyg ul:first-child {
  margin-top: 0;
}

.l-ir-main .list-bullet > li, .l-ir-main .news-wysiwyg ul > li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.l-ir-main .list-bullet > li:last-child, .l-ir-main .news-wysiwyg ul > li:last-child {
  margin-bottom: 0;
}

.l-ir-main .list-bullet > li::before, .l-ir-main .news-wysiwyg ul > li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #363636;
  position: absolute;
  top: 0.6em;
  left: 14px;
}

.l-ir-main .list-bullet > li > .title, .l-ir-main .news-wysiwyg ul > li > .title {
  display: inline-block;
  margin-right: 1em;
}

.l-ir-main .list-bullet > li ul, .l-ir-main .news-wysiwyg ul > li ul {
  margin-top: 5px;
}

.l-ir-main .list-bullet > li ul:first-child, .l-ir-main .news-wysiwyg ul > li ul:first-child {
  margin-top: 5px;
}

.l-ir-main .list-bullet > li ul li, .l-ir-main .news-wysiwyg ul > li ul li {
  margin: 0 0 5px;
}

.l-ir-main .list-innerlink {
  margin: 30px 0 0;
  padding: 15px 15px 6px 15px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
}

.l-ir-main .list-innerlink:first-child {
  margin-top: 0;
}

.l-ir-main .list-innerlink > ul > li {
  display: block;
  float: left;
  margin: 0 15px 8px 0;
  padding-right: 18px;
  padding-left: 18px;
  border-right: 1px dotted #ddd;
  line-height: 1.3;
  position: relative;
}

.l-ir-main .list-innerlink > ul > li:last-child {
  border-right: none;
}

.l-ir-main .list-innerlink > ul > li::before {
  content: '';
  display: block;
  content: "\f107";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .list-innerlink > ul > li > a {
  white-space: nowrap;
}

.l-ir-main .list-innerlink + .list-bullet, .l-ir-main .news-wysiwyg .list-innerlink + ul {
  margin-top: 45px;
}

.l-ir-main .list-innerlink + .list-notice {
  margin-top: 25px;
}

.l-ir-main .list-nav {
  margin: 65px 0 0;
  text-align: center;
}

.l-ir-main .list-nav > li {
  display: inline-block;
  margin: 0 15px;
  min-width: 215px;
}

.l-ir-main .top-section .list-nav {
  margin: 0;
  position: absolute;
  top: 21px;
  right: 27px;
}

.l-ir-main .top-section .list-nav > li {
  margin: 8px 0 0;
  min-width: 0;
}

.l-ir-main .top-section .list-nav > li > a.button-link {
  border: none;
  background: none;
  padding: 0;
}

.l-ir-main .list-notice {
  margin: 45px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.l-ir-main .list-notice > li {
  position: relative;
  padding-left: 1.3em;
  margin: 0 0 5px;
}

.l-ir-main .list-notice > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.l-ir-main .list-notice > li > p {
  margin-top: 1em;
}

.l-ir-main .list-notice + .hdg-lv2 {
  margin-top: 25px;
}

.l-ir-main .list-numnotice {
  margin: 45px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.l-ir-main .list-numnotice > li {
  position: relative;
  padding-left: 2em;
  margin: 0 0 5px;
}

.l-ir-main .list-numnotice > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.l-ir-main .list-ordered {
  margin: 1.3rem 0 0 0;
  padding-left: 1.9em;
  list-style: decimal;
}

.l-ir-main .list-ordered > li {
  list-style: decimal;
  margin: 0 0 8px;
}

.l-ir-main .media-one {
  margin: 50px 0;
}

.l-ir-main .media-one > .image {
  text-align: center;
}

.l-ir-main .media-one > .image > .caption {
  display: block;
  margin: 8px 0 0;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.nav-local > ul {
  border-top: 1px solid #ddd;
}

.nav-local > ul > li {
  border-bottom: 1px solid #ddd;
}

.nav-local > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-size: 1rem;
  padding: 14px 15px 14px 25px;
}

.nav-local > ul > li > a.-current {
  background: #f3f3f3;
}

.nav-local > ul > li > a:hover, .nav-local > ul > li > a:active, .nav-local > ul > li > a:focus {
  color: #df0523;
  background: #f3f3f3;
}

.nav-local > ul > li > a > span {
  display: inline-block;
  border-left: 2px solid #df0523;
  padding-left: 8px;
  line-height: 1.3;
}

.nav-local > ul > li > ul {
  padding: 13px 15px 13px 35px;
}

.nav-local > ul > li > ul > li {
  margin: 0 0 10px;
  line-height: 1.3;
}

.nav-local > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.nav-local > ul > li > ul > li > a {
  text-decoration: none;
}

.nav-local > ul > li > ul > li > a:hover, .nav-local > ul > li > ul > li > a:active, .nav-local > ul > li > ul > li > a:focus {
  text-decoration: underline;
  color: #df0523;
}

.nav-local > ul > li > ul > li > a.-current {
  font-weight: bold;
}

.nav-local > ul > li.-open > a {
  background: #f3f3f3;
}

.nav-local > ul > li.-open.ir-top > a {
  background: #fff;
}

.nav-local > ul > li.-open.ir-top > a:hover, .nav-local > ul > li.-open.ir-top > a:active, .nav-local > ul > li.-open.ir-top > a:focus {
  background: #f3f3f3;
}

#irPage.ir-top .nav-local > ul > li.-open.ir-top > a {
  background: #f3f3f3;
}

.l-ir-main .nav-pagination {
  margin: 55px 0 0;
}

.l-ir-main .nav-pagination > ul {
  text-align: center;
}

.l-ir-main .nav-pagination > ul > li {
  display: inline-block;
  margin: 0 15px;
}

.l-ir-main .nav-pagination > ul > li > a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff, #ecedef);
  background: -o-linear-gradient(top, #fff, #ecedef);
  background: linear-gradient(to bottom, #fff, #ecedef);
  border: 1px solid #ddd;
  font-size: 100%;
  font-size: 1rem;
  padding: 10px 35px;
  text-decoration: none;
  color: #333;
}

.l-ir-main .nav-pagination > ul > li > a.-prev::before {
  content: "\f104";
  color: #df0523;
  font-size: 125%;
  font-size: 1.25rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.l-ir-main .nav-pagination > ul > li > a.-next::after {
  content: "\f105";
  color: #df0523;
  font-size: 125%;
  font-size: 1.25rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.l-ir-main .nav-pagination > ul > li > a:hover, .l-ir-main .nav-pagination > ul > li > a:active, .l-ir-main .nav-pagination > ul > li > a:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecedef), to(#fff));
  background: -webkit-linear-gradient(top, #ecedef, #fff);
  background: -o-linear-gradient(top, #ecedef, #fff);
  background: linear-gradient(to bottom, #ecedef, #fff);
  color: #df0523;
}

.l-ir-main .nav-tabs {
  margin: 0 0 30px;
}

.l-ir-main .nav-tabs > li {
  float: left;
  width: 50%;
}

.l-ir-main .nav-tabs > li > a {
  display: block;
  text-align: center;
  background: #ddd;
  padding: 15px;
  -webkit-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-ir-main .nav-tabs > li > a.-active {
  background: #949494;
  color: #fff;
}

.l-ir-main .nav-tabs > li > a:hover, .l-ir-main .nav-tabs > li > a:active, .l-ir-main .nav-tabs > li > a:focus {
  text-decoration: none;
}

.l-ir-main .nav-tabs > li:first-child > a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.l-ir-main .nav-tabs > li:last-child > a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.l-ir-main .nav-tabs.-col3 > li {
  width: 33.333%;
}

.l-ir-main .news-info {
  margin: 20px 0 40px;
}

.l-ir-main .news-info > li {
  float: left;
  margin-right: 15px;
}

.l-ir-main .news-info > li.category {
  position: relative;
  top: -1px;
}

.l-ir-main .news-info > li.category > span {
  display: block;
  border: 1px solid #ddd;
  background: #f3f3f3;
  text-align: center;
  font-size: 81.25%;
  font-size: 0.8125rem;
  padding: 2px 20px;
}

.l-ir-main .news-wysiwyg table.table-w th {
  background: #f3f3f3;
  text-align: center;
  font-weight: bold;
}

.st-GlobalHeader_Buttons {
  display: none;
}

.l-ir-main .st-Icon-Internal::before,
.l-ir-main .st-Icon-External::before {
  font-size: 150%;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: -2px;
}

.st-Logo .st-Logo_Main {
  width: 159px;
  height: 34px;
  background: url("../img/header/logo.png") 0 0 no-repeat;
}

.st-Logo .st-Logo_Main img {
  opacity: 0;
  visibility: hidden;
}

.st-GlobalHeader_StatementArea {
  max-width: 1200px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  right: auto;
  display: block;
}

.st-GlobalHeader_StatementArea .st-GlobalHeader_Statement {
  padding-right: 0;
  width: 185px;
  margin: 0 0 0 auto;
  background: url("../img/header/statement.png") 0 50% no-repeat;
  display: block;
}

.st-GlobalHeader_StatementArea .st-GlobalHeader_Statement .st-GlobalHeader_StatementImage {
  opacity: 0;
  visibility: hidden;
}

.l-ir-main .panel-financialdata {
  margin: 30px 0 0;
  padding: 30px 25px;
  border: 5px solid #ddd;
  text-align: center;
}

.l-ir-main .panel-financialdata > .hdg {
  display: inline-block;
  font-size: 125%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

.l-ir-main .panel-financialdata > .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.l-ir-main .panel-financialdata > .button > a {
  display: block;
  border: 1px solid #ddd;
  padding: 15px 20px 15px 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff 60%, #ecedef);
  background: -o-linear-gradient(top, #fff 60%, #ecedef);
  background: linear-gradient(to bottom, #fff 60%, #ecedef);
  line-height: 1.2;
  color: #333;
  text-align: center;
  position: relative;
}

.l-ir-main .panel-financialdata > .button > a::before {
  content: '';
  display: inline-block;
  content: "\f063";
  color: #df0523;
  margin-right: 10px;
}

.l-ir-main .panel-financialdata > .button > a::after {
  content: '';
  display: inline-block;
  content: "\f1c3";
  margin-left: 10px;
  font-size: 100%;
  font-size: 1rem;
  color: #090;
}

.l-ir-main .panel-financialdata > .button > a:hover, .l-ir-main .panel-financialdata > .button > a:active, .l-ir-main .panel-financialdata > .button > a:focus {
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(bottom, #fff 60%, #ecedef);
  background: -o-linear-gradient(bottom, #fff 60%, #ecedef);
  background: linear-gradient(to top, #fff 60%, #ecedef);
  color: #df0523;
}

.l-ir-main .panel-financialdata > .button > a > span.label {
  display: inline-block;
  font-weight: bold;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .panel-financialdata > .button > a > span.size {
  display: inline-block;
  font-size: 75%;
  font-size: 0.75rem;
  margin-left: 4px;
}

.l-ir-main .panel-note {
  margin: 30px 0 0;
  padding: 20px 25px 30px;
  border: 5px solid #ddd;
}

.l-ir-main .panel-note:first-child {
  margin-top: 0;
}

.l-ir-main .panel-note > .hdg {
  font-size: 137.5%;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-ir-main .panel-pickup {
  margin: 30px 0 0;
  padding: 20px 25px 30px;
  border: 5px solid #ddd;
}

.l-ir-main .panel-pickup > .hdg {
  font-size: 137.5%;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-ir-main .panel-pickup > .subhdg {
  margin: 15px 0 0;
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-ir-main .panel-pickup > .subhdg + .list-bullet, .l-ir-main .news-wysiwyg .panel-pickup > .subhdg + ul {
  margin-top: 10px;
}

.l-ir-main .panel-pickup > .subhdg + .list-bullet + .subhdg, .l-ir-main .news-wysiwyg .panel-pickup > .subhdg + ul + .subhdg {
  margin-top: 30px;
}

.l-ir-main .panel-pickup > .hdg-lv4, .l-ir-main .news-wysiwyg .panel-pickup > h4 {
  margin: 15px 0 0;
}

.l-ir-main .panel-pickup > .hdg-lv4 + .list-bullet, .l-ir-main .news-wysiwyg .panel-pickup > h4 + .list-bullet, .l-ir-main .news-wysiwyg .panel-pickup > .hdg-lv4 + ul, .l-ir-main .news-wysiwyg .panel-pickup > h4 + ul {
  margin-top: 10px;
}

.l-ir-main .panel-pickup > .hdg-lv4 + .list-bullet + .hdg-lv4, .l-ir-main .news-wysiwyg .panel-pickup > h4 + .list-bullet + .hdg-lv4, .l-ir-main .news-wysiwyg .panel-pickup > .hdg-lv4 + ul + .hdg-lv4, .l-ir-main .news-wysiwyg .panel-pickup > h4 + ul + .hdg-lv4, .l-ir-main .news-wysiwyg .panel-pickup > .hdg-lv4 + .list-bullet + h4, .l-ir-main .news-wysiwyg .panel-pickup > h4 + .list-bullet + h4, .l-ir-main .news-wysiwyg .panel-pickup > .hdg-lv4 + ul + h4, .l-ir-main .news-wysiwyg .panel-pickup > h4 + ul + h4 {
  margin-top: 30px;
}

.l-ir-main .section-block {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #ddd;
}

.l-ir-main .section-block.-half {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.l-ir-main .list-innerlink + .section-block {
  margin-top: 40px;
}

.l-ir-main .show-icon, .l-ir-main .news-wysiwyg a[href$=".pdf"], .l-ir-main .news-wysiwyg a[href$=".doc"], .l-ir-main .news-wysiwyg a[href$=".docx"], .l-ir-main .news-wysiwyg a[href$=".xls"], .l-ir-main .news-wysiwyg a[href$=".xlsx"] {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}

.l-ir-main .show-icon.-pdf::before, .l-ir-main .news-wysiwyg a[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".xlsx"]::before {
  content: '';
  display: block;
  content: "\f1c1";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 100%;
  font-size: 1rem;
  color: #df0523;
}

.l-ir-main .show-icon.-zip::before, .l-ir-main .news-wysiwyg a.-zip[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".xlsx"]::before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -77px -47px;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 3px;
}

.l-ir-main .show-icon.-doc::before, .l-ir-main .news-wysiwyg a.-doc[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a[href$=".doc"]::before, .l-ir-main .news-wysiwyg a[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-doc[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-doc[href$=".xlsx"]::before {
  content: '';
  display: block;
  content: "\f1c2";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 100%;
  font-size: 1rem;
  color: #2b5698;
}

.l-ir-main .show-icon.-xls::before, .l-ir-main .news-wysiwyg a.-xls[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-xls[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-xls[href$=".docx"]::before, .l-ir-main .news-wysiwyg a[href$=".xls"]::before, .l-ir-main .news-wysiwyg a[href$=".xlsx"]::before {
  content: '';
  display: block;
  content: "\f1c3";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 100%;
  font-size: 1rem;
  color: #090;
}

.sub-banner {
  margin: 28px 0 0;
}

.sub-banner a {
  -webkit-transition: opacity 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.sub-banner a:hover, .sub-banner a:active, .sub-banner a:focus {
  opacity: 0.7;
}

.sub-download, .sub-mailmagazine {
  margin: 30px 0 0;
  border: 3px solid #ddd;
  padding: 23px 20px;
}

#irPage.ir-top .sub-download, #irPage.ir-top .sub-mailmagazine {
  display: none;
}

.sub-download a, .sub-mailmagazine a {
  text-decoration: none;
}

.sub-download a:hover, .sub-mailmagazine a:hover, .sub-download a:active, .sub-mailmagazine a:active, .sub-download a:focus, .sub-mailmagazine a:focus {
  text-decoration: underline;
  color: #df0523;
}

.sub-download > .hdg, .sub-mailmagazine > .hdg {
  font-size: 112.5%;
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 500;
}

.sub-download > .title, .sub-mailmagazine > .title {
  font-size: 100%;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 7px;
}

.sub-download > .button > a, .sub-mailmagazine > .button > a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 14px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff 60%, #ecedef);
  background: -o-linear-gradient(top, #fff 60%, #ecedef);
  background: linear-gradient(to bottom, #fff 60%, #ecedef);
  line-height: 1.2;
  color: #333;
  text-align: center;
  position: relative;
}

.sub-download > .button > a::before, .sub-mailmagazine > .button > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  content: "\f105";
  font-size: 137.5%;
  font-size: 1.375rem;
  color: #df0523;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-download > .button > a:hover, .sub-mailmagazine > .button > a:hover, .sub-download > .button > a:active, .sub-mailmagazine > .button > a:active, .sub-download > .button > a:focus, .sub-mailmagazine > .button > a:focus {
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(bottom, #fff 60%, #ecedef);
  background: -o-linear-gradient(bottom, #fff 60%, #ecedef);
  background: linear-gradient(to top, #fff 60%, #ecedef);
  color: #df0523;
}

.sub-download > .button > a > span.label, .sub-mailmagazine > .button > a > span.label {
  display: block;
  font-weight: bold;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.sub-download > .button > a > span.size, .sub-mailmagazine > .button > a > span.size {
  display: inline-block;
  font-size: 75%;
  font-size: 0.75rem;
  position: relative;
}

.sub-download > .button > a > span.size::after, .sub-mailmagazine > .button > a > span.size::after {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -77px -47px;
  width: 15px;
  height: 17px;
  margin-left: 5px;
  position: absolute;
  top: -2px;
}

.sub-download > .list > li, .sub-mailmagazine > .list > li {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  padding-left: 21px;
}

.sub-download > .list > li:last-child, .sub-mailmagazine > .list > li:last-child {
  margin: 0;
}

.sub-download > .list > li::before, .sub-mailmagazine > .list > li::before {
  content: '';
  display: block;
  content: "\f1c1";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
  color: #df0523;
}

#irPage.ir-top .sub-mailmagazine {
  display: block;
}

.sub-other {
  margin: 25px 0 0;
}

.sub-other > .block {
  margin: 22px 0 0;
}

.sub-other > .block .hdg {
  font-size: 112.5%;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 10px;
}

.sub-other > .block .link > li {
  font-size: 100%;
  font-size: 1rem;
  position: relative;
  padding-left: 13px;
  margin: 0 0 6px;
  line-height: 1.4;
}

.sub-other > .block .link > li:last-child {
  margin: 0;
}

.sub-other > .block .link > li::before {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.sub-other > .block .link > li > a {
  text-decoration: none;
}

.sub-other > .block .link > li > a:hover, .sub-other > .block .link > li > a:active, .sub-other > .block .link > li > a:focus {
  text-decoration: underline;
  color: #df0523;
}

.sub-other > .block .link > li > a.-current {
  font-weight: bold;
}

.l-ir-main .sup-txt {
  font-size: 75%;
  font-size: 0.75rem;
  vertical-align: super;
}

.l-ir-main .tab-cont .tabpanel[aria-hidden="true"], .l-ir-main .tab-cont .tabpanel.hidden {
  display: none;
}

.l-ir-main .tab-cont .tabpanel.-chart iframe {
  width: 885px;
}

.l-ir-main .table-caption {
  margin: 1rem 0 -1rem;
  text-align: right;
  font-size: 87.5%;
  font-size: 0.875rem;
}

.l-ir-main .table-simple {
  margin: 1.5rem 0 0;
  border-collapse: collapse;
  font-size: 100%;
  font-size: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-ir-main .table-simple.-notfull {
  width: auto;
}

.l-ir-main .table-simple th,
.l-ir-main .table-simple td {
  border: 1px solid #ddd;
  padding: 10px 18px 10px 10px;
}

.l-ir-main .table-simple tbody th {
  background: #f3f3f3;
  text-align: left;
  font-weight: bold;
  padding-right: 20px;
  width: 250px;
}

.l-ir-main .table-wide, .l-ir-main .news-wysiwyg table.table-w {
  margin: 1.5rem 0 0;
  border-collapse: collapse;
  font-size: 100%;
  font-size: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-ir-main .table-wide:first-child, .l-ir-main .news-wysiwyg table.table-w:first-child {
  margin-top: 0;
}

.l-ir-main .table-wide th, .l-ir-main .news-wysiwyg table.table-w th,
.l-ir-main .table-wide td,
.l-ir-main .news-wysiwyg table.table-w td {
  border: 1px solid #ddd;
  padding: 10px;
}

.l-ir-main .table-wide thead th, .l-ir-main .news-wysiwyg table.table-w thead th {
  background: #f3f3f3;
  text-align: center;
  font-weight: bold;
}

.l-ir-main .table-wide tbody td p, .l-ir-main .news-wysiwyg table.table-w tbody td p {
  margin-top: 0.7em;
}

.l-ir-main .table-wide tbody td p:first-child, .l-ir-main .news-wysiwyg table.table-w tbody td p:first-child {
  margin-top: 0;
}

.l-ir-main .table-wideouter {
  margin: 1.5rem 0 0;
}

.l-ir-main .table-wideouter:first-child {
  margin-top: 0;
}

.l-ir-main .top-download {
  margin: 40px 0 0;
  border: 3px solid #ddd;
  padding: 18px 25px 25px;
}

.l-ir-main .top-download > .hdg {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 150%;
  font-size: 1.5rem;
}

.l-ir-main .top-download > .left {
  float: left;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 35px;
}

html[data-os^="iOS"] .l-ir-main .top-download > .left,
html[data-os^="Android"] .l-ir-main .top-download > .left {
  padding-bottom: 0;
  border-bottom: none;
}

.l-ir-main .top-download > .right {
  float: right;
  border-left: 1px solid #ddd;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 43px;
}

.l-ir-main .top-download .title {
  margin: 10px 0 0;
}

.l-ir-main .top-download .button {
  margin: 8px 0 0;
}

html[data-os^="iOS"] .l-ir-main .top-download .button,
html[data-os^="Android"] .l-ir-main .top-download .button {
  display: none;
}

.l-ir-main .top-download .button > a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(top, #fff 60%, #ecedef);
  background: -o-linear-gradient(top, #fff 60%, #ecedef);
  background: linear-gradient(to bottom, #fff 60%, #ecedef);
  line-height: 1.2;
  color: #333;
  text-align: center;
  position: relative;
}

.l-ir-main .top-download .button > a:hover, .l-ir-main .top-download .button > a:active, .l-ir-main .top-download .button > a:focus {
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), to(#ecedef));
  background: -webkit-linear-gradient(bottom, #fff 60%, #ecedef);
  background: -o-linear-gradient(bottom, #fff 60%, #ecedef);
  background: linear-gradient(to top, #fff 60%, #ecedef);
  color: #df0523;
}

.l-ir-main .top-download .button > a > span.label {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 100%;
  font-size: 1rem;
  position: relative;
}

.l-ir-main .top-download .button > a > span.label::before {
  content: '';
  display: inline-block;
  content: "\f063";
  margin-right: 10px;
  font-size: 100%;
  font-size: 1rem;
  color: #df0523;
  position: relative;
}

.l-ir-main .top-download .button > a > span.size {
  display: inline-block;
  font-size: 75%;
  font-size: 0.75rem;
  position: relative;
}

.l-ir-main .top-download .button > a > span.size::after {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -77px -47px;
  width: 15px;
  height: 17px;
  margin-left: 5px;
  position: absolute;
  top: -2px;
}

.l-ir-main .top-download .list > li {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  padding-left: 21px;
}

.l-ir-main .top-download .list > li:last-child {
  margin: 0;
}

.l-ir-main .top-download .list > li::before {
  content: '';
  display: block;
  content: "\f1c1";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
  color: #df0523;
}

.top-hero {
  border-width: 2px 0 1px;
  border-style: solid;
  border-color: #df0523 transparent #ddd;
  margin: -15px 0 42px;
  background: #f6f9fd;
}

.top-hero > .inner {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/top-hero_bg.jpg") 0 50% no-repeat;
  background-size: cover;
  height: 272px;
  position: relative;
}

.top-hero > .inner > .frame {
  background: rgba(255, 255, 255, 0.7);
  width: 280px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 28px;
}

.top-hero > .inner > .frame > iframe {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 200px;
}

.l-ir-main .top-index {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.l-ir-main .top-index::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-ir-main .top-index > .hdg {
  font-weight: 500;
  font-size: 131.25%;
  font-size: 1.3125rem;
  background: #f3f3f3;
  padding: 18px 20px 18px 76px;
  position: relative;
}

.l-ir-main .top-index > .hdg::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-ir-main .top-index > .hdg.-library::before {
  background-image: url(../img/sprite.png);
  background-position: -43px -47px;
  width: 29px;
  height: 37px;
  left: 25px;
}

.l-ir-main .top-index > .hdg.-results::before {
  background-image: url(../img/sprite.png);
  background-position: -47px 0px;
  width: 51px;
  height: 33px;
}

.l-ir-main .top-index > .hdg.-financial::before {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 42px;
  height: 42px;
}

.l-ir-main .top-index > .hdg.-about::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -47px;
  width: 38px;
  height: 41px;
  left: 20px;
}

.l-ir-main .top-index > .hdg a:hover, .l-ir-main .top-index > .hdg a:active, .l-ir-main .top-index > .hdg a:focus {
  text-decoration: none;
}

.l-ir-main .top-index > .body {
  padding: 20px 20px 28px 27px;
}

.l-ir-main .top-index > .body > ul > li {
  font-size: 100%;
  font-size: 1rem;
  position: relative;
  padding-left: 13px;
  margin: 0 0 8px;
  line-height: 1.4;
}

.l-ir-main .top-index > .body > ul > li:last-child {
  margin: 0;
}

.l-ir-main .top-index > .body > ul > li::before {
  content: '';
  display: block;
  content: "\f105";
  color: #df0523;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.l-ir-main .top-index.-other > .hdg {
  padding-left: 27px;
}

.l-ir-main .top-index.-other > .body {
  padding: 25px 20px 25px 27px;
}

.l-ir-main .top-index.-other > .body > ul > li {
  float: left;
  margin-right: 26px;
  margin-bottom: 5px;
}

.l-ir-main .top-indeximg > ul {
  margin-right: -21px;
}

.l-ir-main .top-indeximg > ul > .menu {
  border: 1px solid #ddd;
  margin: 0 21px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 432px;
  float: left;
  position: relative;
}

.l-ir-main .top-indeximg > ul > .menu::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #df0523;
  z-index: 100;
}

.l-ir-main .top-indeximg > ul > .menu a:hover, .l-ir-main .top-indeximg > ul > .menu a:active, .l-ir-main .top-indeximg > ul > .menu a:focus {
  text-decoration: none;
}

.l-ir-main .top-indeximg > ul > .menu a:hover .image::before, .l-ir-main .top-indeximg > ul > .menu a:active .image::before, .l-ir-main .top-indeximg > ul > .menu a:focus .image::before {
  opacity: 0.25;
}

.l-ir-main .top-indeximg > ul > .menu .image {
  overflow: hidden;
  position: relative;
}

.l-ir-main .top-indeximg > ul > .menu .image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-ir-main .top-indeximg > ul > .menu .image > span {
  display: block;
  padding-top: 34%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-ir-main .top-indeximg > ul > .menu .body {
  border-top: 1px solid #ddd;
  padding: 25px;
}

.l-ir-main .top-indeximg > ul > .menu .body > .title {
  font-weight: 500;
  font-size: 112.5%;
  font-size: 1.125rem;
}

.l-ir-main .top-indexouter {
  margin: 40px -21px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-ir-main .top-indexouter > .top-index {
  width: 432px;
  margin-right: 21px;
  float: left;
}

.l-ir-main .top-indexouter > .top-index:nth-child(2n+1) {
  clear: both;
}

.l-ir-main .top-section {
  margin: 40px 0 0;
  border: 1px solid #ddd;
  padding: 21px 27px 30px;
  position: relative;
}

.l-ir-main .top-section:first-child {
  margin-top: 0;
}

.l-ir-main .top-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #df0523;
  position: absolute;
  top: 0;
  left: 0;
}

.l-ir-main .top-section > .hdg {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
  font-size: 150%;
  font-size: 1.5rem;
}

.l-ir-main .top-subhdg {
  margin: 35px 0 7px;
  font-size: 150%;
  font-size: 1.5rem;
  font-weight: 500;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._top {
  vertical-align: top !important;
}

._middle {
  vertical-align: middle !important;
}

._bottom {
  vertical-align: bottom !important;
}

.l-ir-header:after, .l-ir-content:after, .l-ir-footer > .inner:after, .l-ir-main .button-localnav:after, .l-ir-main .chart-label > ul:after, .l-ir-main .index-content > ul:after, .l-ir-main .index-labels > ul:after, .l-ir-main .list-innerlink > ul:after, .l-ir-main .nav-tabs:after, .l-ir-main .news-info:after, .l-ir-main .top-download:after, .l-ir-main .top-index.-other > .body > ul:after, .l-ir-main .top-indexouter:after, ._clear:after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: 'Font-Awesome-Icons';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.l-ir-footer > .inner > .col > ul > li::before, .l-ir-pagetop > a > span::before, .l-ir-drawer-lang > ul > li > .nav > span::before, .l-ir-main .button-link > span::before, .l-ir-main .faq-innerlink > .link > li > .title::before, .header-linkeng > .label > a::before, .l-ir-main .index-content > ul > .menu .hdg::after, .l-ir-main .index-labels > ul > li > a::before, .l-ir-main .index-thumb > ul > .menu .body::after, .l-ir-main .list-innerlink > ul > li::before, .l-ir-main .nav-pagination > ul > li > a.-prev::before, .l-ir-main .nav-pagination > ul > li > a.-next::after, .l-ir-main .panel-financialdata > .button > a::before, .l-ir-main .panel-financialdata > .button > a::after, .l-ir-main .show-icon.-pdf::before, .l-ir-main .news-wysiwyg a[href$=".pdf"]::before, .l-ir-main .show-icon.-doc::before, .l-ir-main .news-wysiwyg a[href$=".doc"]::before, .l-ir-main .news-wysiwyg a[href$=".docx"]::before, .l-ir-main .show-icon.-xls::before, .l-ir-main .news-wysiwyg a[href$=".xls"]::before, .l-ir-main .news-wysiwyg a[href$=".xlsx"]::before, .sub-download > .button > a::before, .sub-mailmagazine > .button > a::before, .sub-download > .list > li::before, .sub-mailmagazine > .list > li::before, .sub-other > .block .link > li::before, .l-ir-main .top-download .button > a::before, .l-ir-main .top-download .button > a > span.label::before, .l-ir-main .top-download .list > li::before, .l-ir-main .top-index > .body > ul > li::before, ._fa {
  font-family: 'Font-Awesome-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._fz10 {
  font-size: 1rem;
}

._fz11 {
  font-size: 1.1rem;
}

._fz12 {
  font-size: 1.2rem;
}

._fz13 {
  font-size: 1.3rem;
}

._fz14 {
  font-size: 1.4rem;
}

._fz15 {
  font-size: 1.5rem;
}

._fz16 {
  font-size: 1.6rem;
}

._fz18 {
  font-size: 1.8rem;
}

._fz20 {
  font-size: 2rem;
}

._fz22 {
  font-size: 2.2rem;
}

._fz24 {
  font-size: 2.4rem;
}

._fz26 {
  font-size: 2.6rem;
}

._fz28 {
  font-size: 2.8rem;
}

._fz30 {
  font-size: 3rem;
}

._hide {
  font-size: 0;
  height: 0;
  width: 0;
  visibility: 0;
  overflow: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@font-face {
  font-family: "Ion-Icons";
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3");
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=3.0.0-alpha.3") format("woff2"), url("../fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("../fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype"), url("../fonts/ionicons.svg?v=3.0.0-alpha.3#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

._ion {
  font-family: 'Ion-Icons';
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._mt0, ._mv0 {
  margin-top: 0 !important;
}

._mb0, ._mv0 {
  margin-bottom: 0 !important;
}

._mr0, ._mh0 {
  margin-right: 0 !important;
}

._ml0, ._mh0 {
  margin-left: 0 !important;
}

._mt5, ._mv5 {
  margin-top: 5px !important;
}

._mb5, ._mv5 {
  margin-bottom: 5px !important;
}

._mr5, ._mh5 {
  margin-right: 5px !important;
}

._ml5, ._mh5 {
  margin-left: 5px !important;
}

._mt10, ._mv10 {
  margin-top: 10px !important;
}

._mb10, ._mv10 {
  margin-bottom: 10px !important;
}

._mr10, ._mh10 {
  margin-right: 10px !important;
}

._ml10, ._mh10 {
  margin-left: 10px !important;
}

._mt15, ._mv15 {
  margin-top: 15px !important;
}

._mb15, ._mv15 {
  margin-bottom: 15px !important;
}

._mr15, ._mh15 {
  margin-right: 15px !important;
}

._ml15, ._mh15 {
  margin-left: 15px !important;
}

._mt20, ._mv20 {
  margin-top: 20px !important;
}

._mb20, ._mv20 {
  margin-bottom: 20px !important;
}

._mr20, ._mh20 {
  margin-right: 20px !important;
}

._ml20, ._mh20 {
  margin-left: 20px !important;
}

._mt25, ._mv25 {
  margin-top: 25px !important;
}

._mb25, ._mv25 {
  margin-bottom: 25px !important;
}

._mr25, ._mh25 {
  margin-right: 25px !important;
}

._ml25, ._mh25 {
  margin-left: 25px !important;
}

._mt30, ._mv30 {
  margin-top: 30px !important;
}

._mb30, ._mv30 {
  margin-bottom: 30px !important;
}

._mr30, ._mh30 {
  margin-right: 30px !important;
}

._ml30, ._mh30 {
  margin-left: 30px !important;
}

._mt35, ._mv35 {
  margin-top: 35px !important;
}

._mb35, ._mv35 {
  margin-bottom: 35px !important;
}

._mr35, ._mh35 {
  margin-right: 35px !important;
}

._ml35, ._mh35 {
  margin-left: 35px !important;
}

._mt40, ._mv40 {
  margin-top: 40px !important;
}

._mb40, ._mv40 {
  margin-bottom: 40px !important;
}

._mr40, ._mh40 {
  margin-right: 40px !important;
}

._ml40, ._mh40 {
  margin-left: 40px !important;
}

._mt45, ._mv45 {
  margin-top: 45px !important;
}

._mb45, ._mv45 {
  margin-bottom: 45px !important;
}

._mr45, ._mh45 {
  margin-right: 45px !important;
}

._ml45, ._mh45 {
  margin-left: 45px !important;
}

._mt50, ._mv50 {
  margin-top: 50px !important;
}

._mb50, ._mv50 {
  margin-bottom: 50px !important;
}

._mr50, ._mh50 {
  margin-right: 50px !important;
}

._ml50, ._mh50 {
  margin-left: 50px !important;
}

._mt55, ._mv55 {
  margin-top: 55px !important;
}

._mb55, ._mv55 {
  margin-bottom: 55px !important;
}

._mr55, ._mh55 {
  margin-right: 55px !important;
}

._ml55, ._mh55 {
  margin-left: 55px !important;
}

._mt60, ._mv60 {
  margin-top: 60px !important;
}

._mb60, ._mv60 {
  margin-bottom: 60px !important;
}

._mr60, ._mh60 {
  margin-right: 60px !important;
}

._ml60, ._mh60 {
  margin-left: 60px !important;
}

._mt65, ._mv65 {
  margin-top: 65px !important;
}

._mb65, ._mv65 {
  margin-bottom: 65px !important;
}

._mr65, ._mh65 {
  margin-right: 65px !important;
}

._ml65, ._mh65 {
  margin-left: 65px !important;
}

._mt70, ._mv70 {
  margin-top: 70px !important;
}

._mb70, ._mv70 {
  margin-bottom: 70px !important;
}

._mr70, ._mh70 {
  margin-right: 70px !important;
}

._ml70, ._mh70 {
  margin-left: 70px !important;
}

._mt75, ._mv75 {
  margin-top: 75px !important;
}

._mb75, ._mv75 {
  margin-bottom: 75px !important;
}

._mr75, ._mh75 {
  margin-right: 75px !important;
}

._ml75, ._mh75 {
  margin-left: 75px !important;
}

._mt80, ._mv80 {
  margin-top: 80px !important;
}

._mb80, ._mv80 {
  margin-bottom: 80px !important;
}

._mr80, ._mh80 {
  margin-right: 80px !important;
}

._ml80, ._mh80 {
  margin-left: 80px !important;
}

._mt85, ._mv85 {
  margin-top: 85px !important;
}

._mb85, ._mv85 {
  margin-bottom: 85px !important;
}

._mr85, ._mh85 {
  margin-right: 85px !important;
}

._ml85, ._mh85 {
  margin-left: 85px !important;
}

._mt90, ._mv90 {
  margin-top: 90px !important;
}

._mb90, ._mv90 {
  margin-bottom: 90px !important;
}

._mr90, ._mh90 {
  margin-right: 90px !important;
}

._ml90, ._mh90 {
  margin-left: 90px !important;
}

._mt95, ._mv95 {
  margin-top: 95px !important;
}

._mb95, ._mv95 {
  margin-bottom: 95px !important;
}

._mr95, ._mh95 {
  margin-right: 95px !important;
}

._ml95, ._mh95 {
  margin-left: 95px !important;
}

._mt100, ._mv100 {
  margin-top: 100px !important;
}

._mb100, ._mv100 {
  margin-bottom: 100px !important;
}

._mr100, ._mh100 {
  margin-right: 100px !important;
}

._ml100, ._mh100 {
  margin-left: 100px !important;
}

.pgh-normal, ._mt {
  margin: 1.4em 0 0;
}

._nowrap {
  white-space: nowrap !important;
}

._pt0, ._pv0 {
  paddgin-top: 0 !important;
}

._pb0, ._pv0 {
  padding-bottom: 0 !important;
}

._pr0, ._ph0 {
  padding-right: 0 !important;
}

._pl0, ._ph0 {
  padding-left: 0 !important;
}

._pt5, ._pv5 {
  padding-top: 5px !important;
}

._pb5, ._pv5 {
  padding-bottom: 5px !important;
}

._pr5, ._ph5 {
  padding-right: 5px !important;
}

._pl5, ._ph5 {
  padding-left: 5px !important;
}

._pt10, ._pv10 {
  padding-top: 10px !important;
}

._pb10, ._pv10 {
  padding-bottom: 10px !important;
}

._pr10, ._ph10 {
  padding-right: 10px !important;
}

._pl10, ._ph10 {
  padding-left: 10px !important;
}

._pt15, ._pv15 {
  padding-top: 15px !important;
}

._pb15, ._pv15 {
  padding-bottom: 15px !important;
}

._pr15, ._ph15 {
  padding-right: 15px !important;
}

._pl15, ._ph15 {
  padding-left: 15px !important;
}

._pt20, ._pv20 {
  padding-top: 20px !important;
}

._pb20, ._pv20 {
  padding-bottom: 20px !important;
}

._pr20, ._ph20 {
  padding-right: 20px !important;
}

._pl20, ._ph20 {
  padding-left: 20px !important;
}

._pt25, ._pv25 {
  padding-top: 25px !important;
}

._pb25, ._pv25 {
  padding-bottom: 25px !important;
}

._pr25, ._ph25 {
  padding-right: 25px !important;
}

._pl25, ._ph25 {
  padding-left: 25px !important;
}

._pt30, ._pv30 {
  padding-top: 30px !important;
}

._pb30, ._pv30 {
  padding-bottom: 30px !important;
}

._pr30, ._ph30 {
  padding-right: 30px !important;
}

._pl30, ._ph30 {
  padding-left: 30px !important;
}

._pt35, ._pv35 {
  padding-top: 35px !important;
}

._pb35, ._pv35 {
  padding-bottom: 35px !important;
}

._pr35, ._ph35 {
  padding-right: 35px !important;
}

._pl35, ._ph35 {
  padding-left: 35px !important;
}

._pt40, ._pv40 {
  padding-top: 40px !important;
}

._pb40, ._pv40 {
  padding-bottom: 40px !important;
}

._pr40, ._ph40 {
  padding-right: 40px !important;
}

._pl40, ._ph40 {
  padding-left: 40px !important;
}

._pt45, ._pv45 {
  padding-top: 45px !important;
}

._pb45, ._pv45 {
  padding-bottom: 45px !important;
}

._pr45, ._ph45 {
  padding-right: 45px !important;
}

._pl45, ._ph45 {
  padding-left: 45px !important;
}

._pt50, ._pv50 {
  padding-top: 50px !important;
}

._pb50, ._pv50 {
  padding-bottom: 50px !important;
}

._pr50, ._ph50 {
  padding-right: 50px !important;
}

._pl50, ._ph50 {
  padding-left: 50px !important;
}

._nosave {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

@media screen and (max-width: 768px) {
  .l-ir-header {
    position: relative;
  }
  .l-ir-header > .utility {
    display: none;
  }
  .l-ir-main p {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-footer {
    display: none;
  }
  .l-ir-pagetop {
    display: block;
  }
  .l-ir-main .button-localnav > li {
    float: none;
    width: auto;
  }
  .l-ir-main .button-localnav > li > a {
    font-size: 87.5%;
    font-size: 0.875rem;
    padding: 12px;
  }
  .l-ir-main .button-localnav > li:first-child > a {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .l-ir-main .button-localnav > li:last-child > a {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .l-ir-main .chart-block .table-wide th, .l-ir-main .chart-block .news-wysiwyg table.table-w th, .l-ir-main .news-wysiwyg .chart-block table.table-w th {
    white-space: nowrap;
  }
  .l-ir-main .faq-answer {
    margin: 18px 0 45px;
    padding-left: 0;
  }
  .l-ir-main .faq-answer > .num {
    font-size: 112.5%;
    font-size: 1.125rem;
    position: static;
    display: block;
  }
  .l-ir-main .faq-answer > p {
    margin-top: 0.5em;
  }
  .l-ir-main .faq-innerlink {
    margin: 0 0 35px;
    padding: 14px 0;
  }
  .l-ir-main .faq-innerlink > .title {
    font-size: 100%;
    font-size: 1rem;
    margin: 0 0 15px;
  }
  .l-ir-main .faq-innerlink > .link {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .hdg-chart {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin: 25px 0 0;
  }
  .l-ir-main .hdg-chart + .chart-block + .hdg-chart {
    margin-top: 45px;
  }
  .l-ir-main .hdg-lv2 {
    font-size: 118.75%;
    font-size: 1.1875rem;
    padding: 15px 20px;
    margin: 50px 0 0;
  }
  .l-ir-main .hdg-lv3, .l-ir-main .news-wysiwyg h1,
  .l-ir-main .news-wysiwyg h2,
  .l-ir-main .news-wysiwyg h3 {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin: 25px 0 0;
  }
  .l-ir-main .hdg-lv3.-faq, .l-ir-main .news-wysiwyg h1.-faq,
  .l-ir-main .news-wysiwyg h2.-faq,
  .l-ir-main .news-wysiwyg h3.-faq {
    font-size: 100%;
    font-size: 1rem;
    padding-left: 17px;
  }
  .l-ir-main .hdg-lv3.-faq > .num, .l-ir-main .news-wysiwyg h1.-faq > .num, .l-ir-main .news-wysiwyg h2.-faq > .num, .l-ir-main .news-wysiwyg h3.-faq > .num {
    position: static;
    display: block;
    margin: 0 0 4px;
  }
  .l-ir-main .hdg-lv4, .l-ir-main .news-wysiwyg h4 {
    font-size: 100%;
    font-size: 1rem;
  }
  .l-ir-main .hdg-lv4 + .list-bullet, .l-ir-main .news-wysiwyg h4 + .list-bullet, .l-ir-main .news-wysiwyg .hdg-lv4 + ul, .l-ir-main .news-wysiwyg h4 + ul {
    margin-top: 15px;
  }
  .l-ir-main .hdg-lv5, .l-ir-main .news-wysiwyg h5 {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .hdg-lv5 + .list-bullet, .l-ir-main .news-wysiwyg h5 + .list-bullet, .l-ir-main .news-wysiwyg .hdg-lv5 + ul, .l-ir-main .news-wysiwyg h5 + ul {
    margin-top: 15px;
  }
  .header-pagetitle {
    font-size: 125%;
    font-size: 1.25rem;
    margin-top: 3px;
    line-height: 1.3;
  }
  .l-ir-main .image-one .caption {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .l-ir-main .index-article > ul > li > .date {
    display: block;
    font-size: 100%;
    font-size: 1rem;
    width: auto;
    margin: 0 0 8px;
    font-weight: 500;
  }
  .l-ir-main .index-article > ul > li > .entries {
    padding-left: 0;
    display: block;
    width: auto;
  }
  .l-ir-main .index-article > ul > li > .entries > li {
    border-bottom: 1px dotted #ddd;
    margin: 0 0 10px;
    padding: 0 0 7px;
  }
  .l-ir-main .index-article > ul > li > .entries > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-ir-main .index-article > ul > li > .entries > li > .category > span {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .l-ir-main .index-article > ul > li > .entries > li > .cont {
    display: block;
    padding: 0;
    margin: 4px 0 0;
  }
  .l-ir-main .index-article > ul > li > .entries > li > .cont p[class^="note"] {
    font-size: 68.75%;
    font-size: 0.6875rem;
  }
  .l-ir-main .index-content > ul > .menu .hdg {
    font-size: 100%;
    font-size: 1rem;
    padding: 15px;
  }
  .l-ir-main .index-content > ul > .menu .hdg::after {
    font-size: 150%;
    font-size: 1.5rem;
    top: 0.25em;
  }
  .l-ir-main .index-content > ul > .menu .body {
    padding: 15px;
  }
  .l-ir-main .index-content > ul > .menu .outline {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .index-news > ul > li > .date {
    font-size: 87.5%;
    font-size: 0.875rem;
    width: auto;
    padding-right: 10px;
  }
  .l-ir-main .index-news > ul > li > .category > span {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .l-ir-main .index-news > ul > li > .cont {
    display: block;
    margin: 4px 0 0;
    padding-left: 0;
  }
  .l-ir-main .index-thumb > ul {
    margin-right: 0;
  }
  .l-ir-main .index-thumb > ul > .menu {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .l-ir-main .index-thumb > ul > .menu .body {
    padding: 19px;
  }
  .l-ir-main .index-thumb > ul > .menu .body > .title {
    font-size: 100%;
    font-size: 1rem;
  }
  .l-ir-main .index-thumb > ul > .menu .image > span.-topright {
    background-position: top right;
  }
  .l-ir-main .list-bullet, .l-ir-main .news-wysiwyg ul {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .list-innerlink {
    font-size: 81.25%;
    font-size: 0.8125rem;
  }
  .l-ir-main .list-innerlink > ul > li::before {
    top: -2px;
  }
  .l-ir-main .list-nav {
    margin: 55px 0 15px;
  }
  .l-ir-main .list-nav > li {
    display: block;
    min-width: 0;
  }
  .l-ir-main .list-nav > li + li {
    margin-top: 16px;
  }
  .l-ir-main .list-ordered {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .nav-local {
    margin: 0 -15px;
  }
  .nav-local > ul > li > a {
    padding: 14px 15px;
  }
  .nav-local > ul > li > ul {
    display: none;
  }
  .nav-local > ul > li.-has-child > a {
    position: relative;
  }
  .nav-local > ul > li.-has-child > a > .opener {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 150%;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    color: #df0523;
  }
  .nav-local > ul > li.-has-child > ul {
    padding: 0;
  }
  .nav-local > ul > li.-has-child > ul > li {
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .nav-local > ul > li.-has-child > ul > li > a {
    display: block;
    padding: 13px 15px 13px 23px;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .nav-pagination {
    margin: 35px 0 0;
  }
  .l-ir-main .nav-pagination > ul > li {
    margin: 0 5px;
  }
  .l-ir-main .nav-pagination > ul > li > a {
    padding: 8px 12px;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .nav-tabs > li > a {
    padding: 10px;
    font-size: 81.25%;
    font-size: 0.8125rem;
  }
  .l-ir-main .news-info > li.date {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .news-info > li.category > span {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .st-GlobalHeader_Buttons {
    display: block;
  }
  .l-ir-main .panel-financialdata {
    padding: 15px;
  }
  .l-ir-main .panel-financialdata > .hdg {
    display: block;
    text-align: center;
    font-size: 100%;
    font-size: 1rem;
    margin: 0 0 15px;
  }
  .l-ir-main .panel-financialdata > .button > a {
    padding: 12px 10px;
  }
  .l-ir-main .panel-financialdata > .button > a > span.label {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .panel-note > .hdg {
    font-size: 112.5%;
    font-size: 1.125rem;
  }
  .l-ir-main .panel-pickup > .hdg {
    font-size: 112.5%;
    font-size: 1.125rem;
  }
  .l-ir-main .panel-pickup > .subhdg {
    font-size: 100%;
    font-size: 1rem;
  }
  .l-ir-main .show-icon, .l-ir-main .news-wysiwyg a[href$=".pdf"], .l-ir-main .news-wysiwyg a[href$=".doc"], .l-ir-main .news-wysiwyg a[href$=".docx"], .l-ir-main .news-wysiwyg a[href$=".xls"], .l-ir-main .news-wysiwyg a[href$=".xlsx"] {
    padding-left: 1.6em;
  }
  .l-ir-main .show-icon.-pdf::before, .l-ir-main .news-wysiwyg a[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-pdf[href$=".xlsx"]::before {
    top: -2px;
  }
  .l-ir-main .show-icon.-doc::before, .l-ir-main .news-wysiwyg a.-doc[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a[href$=".doc"]::before, .l-ir-main .news-wysiwyg a[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-doc[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-doc[href$=".xlsx"]::before {
    top: -2px;
  }
  .l-ir-main .show-icon.-xls::before, .l-ir-main .news-wysiwyg a.-xls[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-xls[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-xls[href$=".docx"]::before, .l-ir-main .news-wysiwyg a[href$=".xls"]::before, .l-ir-main .news-wysiwyg a[href$=".xlsx"]::before {
    top: -2px;
  }
  .sub-banner {
    display: none;
  }
  .sub-other > .block .hdg {
    font-size: 100%;
    font-size: 1rem;
  }
  .sub-other > .block .link > li {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .sub-other > .block .link > li::before {
    top: -2px;
  }
  .l-ir-main .tab-cont .tabpanel.-chart iframe {
    width: 100%;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart1 iframe {
    min-height: 1500px;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart2 iframe {
    min-height: 1200px;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart3 iframe {
    min-height: 1500px;
  }
  .l-ir-main .table-simple {
    border-bottom: 1px solid #ddd;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .table-simple.-notfull {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-ir-main .table-simple tbody th {
    width: auto;
  }
  .l-ir-main .table-simple tbody td .show-icon, .l-ir-main .table-simple tbody td .news-wysiwyg a[href$=".pdf"], .l-ir-main .news-wysiwyg .table-simple tbody td a[href$=".pdf"], .l-ir-main .table-simple tbody td .news-wysiwyg a[href$=".doc"], .l-ir-main .news-wysiwyg .table-simple tbody td a[href$=".doc"], .l-ir-main .table-simple tbody td .news-wysiwyg a[href$=".docx"], .l-ir-main .news-wysiwyg .table-simple tbody td a[href$=".docx"], .l-ir-main .table-simple tbody td .news-wysiwyg a[href$=".xls"], .l-ir-main .news-wysiwyg .table-simple tbody td a[href$=".xls"], .l-ir-main .table-simple tbody td .news-wysiwyg a[href$=".xlsx"], .l-ir-main .news-wysiwyg .table-simple tbody td a[href$=".xlsx"] {
    display: inline-block;
  }
  .l-ir-main .table-wide, .l-ir-main .news-wysiwyg table.table-w {
    overflow-x: scroll;
    display: block;
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .table-wide::-webkit-scrollbar, .l-ir-main .news-wysiwyg table.table-w::-webkit-scrollbar {
    height: 10px;
  }
  .l-ir-main .table-wide::-webkit-scrollbar-track, .l-ir-main .news-wysiwyg table.table-w::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .l-ir-main .table-wide::-webkit-scrollbar-thumb, .l-ir-main .news-wysiwyg table.table-w::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .l-ir-main .table-wide thead th, .l-ir-main .news-wysiwyg table.table-w thead th {
    white-space: nowrap;
  }
  .l-ir-main .table-wide tbody td, .l-ir-main .news-wysiwyg table.table-w tbody td {
    white-space: nowrap;
  }
  .l-ir-main .table-wide.-chartdata tbody th, .l-ir-main .news-wysiwyg table.-chartdata.table-w tbody th {
    white-space: nowrap;
  }
  .l-ir-main .table-wideouter {
    overflow-x: scroll;
    display: block;
    padding-bottom: 2px;
  }
  .l-ir-main .table-wideouter::-webkit-scrollbar {
    height: 10px;
  }
  .l-ir-main .table-wideouter::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .l-ir-main .table-wideouter::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .l-ir-main .table-wideouter > .table-wide, .l-ir-main .news-wysiwyg .table-wideouter > table.table-w {
    display: table;
  }
  .l-ir-main .top-download {
    margin: 30px 0 0;
    padding: 18px 15px;
  }
  .l-ir-main .top-download > .hdg {
    font-size: 112.5%;
    font-size: 1.125rem;
    text-align: center;
  }
  .l-ir-main .top-download > .left {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  .l-ir-main .top-download > .right {
    float: none;
    border-left: none;
    width: auto;
    padding: 0;
  }
  .l-ir-main .top-download .title {
    font-size: 100%;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 7px;
  }
  .l-ir-main .top-download .button {
    margin: 0;
  }
  .l-ir-main .top-download .button > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "\f063";
    color: #df0523;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ir-main .top-download .button > a > span.label {
    display: block;
    font-size: 93.75%;
    font-size: 0.9375rem;
    margin: 0 0 4px;
  }
  .l-ir-main .top-download .button > a > span.label::before {
    display: none;
  }
  .l-ir-main .top-download .list > li {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .top-hero {
    border: none;
    margin: -15px 0 20px;
    padding: 0 15px;
    background: transparent;
  }
  .top-hero > .inner {
    padding: 0;
    width: auto;
    margin: 0;
    background: none;
    height: auto;
    position: static;
  }
  .top-hero > .inner > .image {
    border-top: 2px solid #df0523;
    margin: 0 -15px 20px;
    background: url("../img/top-hero_bg_sp.jpg") 0 50% no-repeat;
    background-size: cover;
  }
  .top-hero > .inner > .image > span {
    display: block;
    padding-top: 37%;
  }
  .top-hero > .inner > .frame {
    position: static;
    top: auto;
    right: auto;
    margin: 0 -15px;
    width: auto;
  }
  .l-ir-main .top-index > .hdg {
    font-size: 112.5%;
    font-size: 1.125rem;
    padding: 13px 15px 13px 55px;
  }
  .l-ir-main .top-index > .hdg::before {
    -webkit-transform: scale(0.7) translateY(-50%);
        -ms-transform: scale(0.7) translateY(-50%);
            transform: scale(0.7) translateY(-50%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 10px;
  }
  .l-ir-main .top-index > .hdg.-library::before {
    left: 15px;
  }
  .l-ir-main .top-index > .hdg.-about::before {
    left: 15px;
  }
  .l-ir-main .top-index > .hdg > .opener {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 150%;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    color: #df0523;
  }
  .l-ir-main .top-index > .body {
    padding: 20px;
  }
  .l-ir-main .top-index > .body > ul > li {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .l-ir-main .top-index > .body > ul > li::before {
    top: -2px;
  }
  .l-ir-main .top-index.-other > .hdg {
    padding-left: 15px;
  }
  .l-ir-main .top-index.-other > .body {
    padding: 20px;
  }
  .l-ir-main .top-index.-other > .body > ul > li {
    float: none;
    margin: 0 0 8px;
  }
  .l-ir-main .top-indeximg > ul {
    margin-right: 0;
  }
  .l-ir-main .top-indeximg > ul > .menu {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .l-ir-main .top-indeximg > ul > .menu .image > span {
    padding-top: 42%;
  }
  .l-ir-main .top-indeximg > ul > .menu .image > span.-topright {
    background-position: top right;
  }
  .l-ir-main .top-indeximg > ul > .menu .body {
    padding: 19px;
  }
  .l-ir-main .top-indeximg > ul > .menu .body > .title {
    font-size: 100%;
    font-size: 1rem;
  }
  .l-ir-main .top-indexouter {
    margin: 30px 0 0;
    display: block;
  }
  .l-ir-main .top-indexouter > .top-index {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .l-ir-main .top-section {
    padding: 15px 15px 10px;
  }
  .l-ir-main .top-section > .hdg {
    font-size: 125%;
    font-size: 1.25rem;
  }
  .l-ir-main .top-subhdg {
    font-size: 125%;
    font-size: 1.25rem;
    text-align: center;
  }
  ._pconly {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .l-ir-sub {
    padding: 30px 0 0;
    clear: both;
    float: none;
    max-width: none;
  }
}

@media print {
  .l-ir-sub {
    display: none;
  }
  .l-ir-footer {
    display: none;
  }
  .l-ir-main .top-download {
    page-break-inside: avoid;
  }
  .l-ir-main .top-indeximg > ul {
    margin-right: 0;
  }
  .l-ir-main .top-indeximg > ul > .menu {
    width: auto;
    float: none;
    margin: 0 0 20px;
    page-break-inside: avoid;
  }
  .l-ir-main .top-indexouter {
    margin: 30px 0 0;
    display: block;
  }
  .l-ir-main .top-indexouter > .top-index {
    width: auto;
    margin-right: 0;
    float: none;
    page-break-inside: avoid;
  }
  .l-ir-main .top-section {
    page-break-inside: avoid;
  }
}

@media screen and (min-width: 769px) {
  .l-ir-pagetop {
    display: none;
  }
  .l-ir-main .chart-canvas {
    pointer-events: none;
  }
  .nav-local > ul > li > a > .opener {
    display: none;
  }
  .nav-local > ul > li > ul {
    display: none;
  }
  .nav-local > ul > li.-open > ul {
    display: block !important;
  }
  .st-GlobalHeader_Buttons {
    width: auto !important;
    display: block;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart1 iframe {
    min-height: 1300px;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart2 iframe {
    min-height: 1300px;
  }
  .l-ir-main .tab-cont .tabpanel.-chart.-chart3 iframe {
    min-height: 1300px;
  }
  .l-ir-main .top-index > .hdg > .opener {
    display: none;
  }
  .l-ir-main .top-index > .body {
    display: block !important;
  }
  ._sponly {
    display: none !important;
  }
}

@media screen and (max-width: 930px) {
  .l-ir-main .index-content > ul > .menu {
    float: none;
  }
  .l-ir-main .index-content.-col2 > ul {
    margin-right: 0;
  }
  .l-ir-main .index-content.-col2 > ul > li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .st-GlobalCommonNav {
    position: relative;
    z-index: 1000;
    overflow: hidden;
  }
  .st-GlobalHeader_Buttons {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .st-Logo .st-Logo_Main {
    width: 118px;
    height: 40px;
    background: url("../img/header/logo_statement.png") 0 0 no-repeat;
    background-size: 118px 40px;
  }
  .st-GlobalHeader_StatementArea {
    display: none;
  }
  .st-GlobalHeader_StatementArea .st-GlobalHeader_Statement {
    display: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .l-ir-main .show-icon.-zip::before, .l-ir-main .news-wysiwyg a.-zip[href$=".pdf"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".doc"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".docx"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".xls"]::before, .l-ir-main .news-wysiwyg a.-zip[href$=".xlsx"]::before {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .sub-download > .button > a > span.size::after, .sub-mailmagazine > .button > a > span.size::after {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .l-ir-main .top-download .button > a > span.size::after {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .l-ir-main .top-index > .hdg.-library::before {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .l-ir-main .top-index > .hdg.-results::before {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .l-ir-main .top-index > .hdg.-financial::before {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
  .l-ir-main .top-index > .hdg.-about::before {
    background-image: url(../img/sprite__2x.png);
    background-size: 98px 88px;
  }
}

@media screen and (max-width: 444px) {
  .l-ir-main .tab-cont .tabpanel.-chart.-chart1 iframe {
    min-height: 2200px;
  }
}

/*# sourceMappingURL=base.css.map */
