﻿@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#ir-information {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

select {
  cursor: pointer;
}

label {
  word-break: break-word;
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

body {
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
      z-index: -1;
}
.menu-bg.active {
  opacity: 1;
  z-index: 5;
}
b, em {
  font-weight: bold;
}

a {
  color: #0b2b83;
}
a:hover, a:focus {
  text-decoration: none;
}

#products #str-main a,
#corporate #str-main a {
  text-decoration: none;
  color: #1f283b;
}
#products #toggle a,
#corporate #toggle a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #products #toggle a,
  #corporate #toggle a {
    color: #000;
  }
}

img {
  vertical-align: top;
}

.clearfix:after, #str-header .str-header-inner:after, #str-footer .str-footer-inner-01 .inner .nav-footer-list:after, .lay-01:after, .lay-col-01:after, .box-03 .lay-col-02:after, .img-lay-01.col2:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  zoom: 1;
  content: "";
}

input[type="button"], input[type="submit"] {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

select option {
  border-right: 1px solid #000;
}

#str-container {
  -webkit-text-size-adjust: none;
}

#str-contents {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}

#products #str-contents,
#corporate #str-contents {
    max-width: 100%;
    padding: 0;
}
@media screen and (max-width: 768px) {
  #corporate-message #str-contents,
  #products-about #str-contents {
    max-width: 100%;
    padding: 0;
  }
}
#str-contents:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  zoom: 1;
  content: "";
}
#str-contents #str-main {
  width: 75.78947%;
  float: left;
}
#str-contents #str-main.full {
  width: 100%;
  float: none;
}
#str-contents #str-main p img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #str-contents #str-main {
    width: 100%;
    float: none;
  }
  #str-contents #str-main p.vision-txt,
  #str-contents #str-main p.vision-img {
    width: 91%;
    margin: 7px auto;
  }
  #str-contents #str-main p.vision-img {
    margin: 7px auto 5%;
  }
  #str-contents #str-main p img.pc {
    display: none;
  }
  #str-contents #str-main p img.sp {
    display: block;
    width: 100%;
  }
}
@media print {
  #str-contents #str-main {
    width: 100%;
    float: none;
  }
}
#str-contents #topicpath {
  margin: 10px 0 20px;
  padding: 0;
}

#index .mv-area {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#index .bxslider {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  /*20180829更新height622→547*/
  #index .mv-area {
  height: 547px;
  }
}

#index .mv-area .list-mv-01 img {
  width: 100%;
}
#index .mv-area img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .mv-area img.sp {
    display: block;
  }
  #index .mv-area img.pc {
    display: none;
  }
  #index .img-left-01 > .lay-left {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  #index div#ir_library dt {
  position: inherit !important;
  padding: 0 !important;
  }
}

/*20170829更新top 6% → 4.7%*/
#index .mv-area .list-mv-btn {
  position: absolute;
  bottom: 20.7%;
  right: 12.07142%;
  width: 215px;
  z-index: 4;
}

@media screen and (max-width: 1080px) {
  #index .mv-area .list-mv-btn {
    right: 6.5%;
  }
}

@media screen and (min-width: 1280px) {
    #index .mv-area .list-mv-btn {
      position: absolute;
      bottom: 20.7%;
      right: 12.07142%;
      width: 16.796875%;
    }
}

@media screen and (min-width: 1350px) {
  #index .mv-area .list-mv-btn {
    right: 14.07142%;
  }
}
#index .mv-area .list-mv-btn li {
  margin-bottom: 10px;
  /* background-color: #fff; */
  max-width: 215px;
}
#index .mv-area .list-mv-btn li a {
  position: relative;
  display: block;
}
#index .mv-area .list-mv-btn li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #fff;
}
#index .mv-area .list-mv-btn li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #index .mv-area .list-mv-btn {
    width: 100%;
    position: initial;
    margin-top: 14.6875%;
    overflow: hidden;
  }
  #index .mv-area .list-mv-btn li {
    float: left;
    width: 47.65625%;
    margin-left: 1.6%;
    margin-bottom: 1.6%;
    max-width: none;
  }
}
#index .hdg-top-01 {
    font-size: 157.1%;
    font-weight: normal;
    padding: 37px 100px 19px 0px;
    position: relative;
    font-family:HelveticaNeue,Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    letter-spacing: 0.25em;
    font-weight: bold;
}
#index .hdg-top-01 a {
  color: #555;
}
#index .hdg-top-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .hdg-top-01 a {
font-size: 53.2727%;
text-decoration: none;
position: absolute;
top: 45%;
right: 0;
padding-right: 24px;
}
@media screen and (max-width: 768px) {
  #index .hdg-top-01 {
    padding: 0px;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 7%;
  }
  #index .hdg-top-01 a {
    display: none;
  }
}
#index .hdg-top-01 a:hover {
  text-decoration: underline;
}
#index .lay-col-01 {
  position: relative;
}

/*20170829更新margin-top -6% → -6.3%*/
#index .lay-col-01 .lay-left {
    width: 56.25%;
    background-color: #fff;
    margin-top: -6.3%;
}
@media screen and (max-width: 768px) {
  #index .lay-col-01 .lay-left {
    width: 100%;
    margin-top: 0%;
  }
}
#index div#ir_library div#announcement dd a {
    color: #555;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
div#ir_library div#announcement dd a:hover {
    text-decoration: underline;
}
}

/*20170829更新top 77% → 85%→87%*/
#index .mv-area .lay-right {
    position: absolute;
    top: 100%;
    left: 62%;
    width: 35%;
    margin-top: -6.3%;
}
#index .mv-area .lay-right img.pc {
  width: 100%;
  max-width: 430px;
}
#index .mv-area .lay-right img.sp {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #index .mv-area .lay-right {
    width: 73%;
    top: 34.5%;
    right: 0;
    left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #index div#ir_library dl {
    margin-bottom: 0;
  }
  #index div#ir_library dd {
    padding: 7px 0 9px 5% !important;
  }
  #index div#ir_library div#announcement dt {
      width: 95% !important;
      border-top: 1px solid #ccc;
  }
  #index div#ir_library div#announcement dt {
    padding-left: 5% !important;
    padding-top: 12px !important;
  }
}
#index div#ir_library div#announcement dt img {
  margin-left: 7px !important;
}
#index .more_news {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .more_news {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  #index .more_news a {
    text-decoration: none;
    padding: 17px 0;
    width: 100%;
    text-align: center;
    background-color: #eaeaea;
    border-top: 1px solid #b6b9bf;
    border-bottom: 1px solid #b6b9bf;
    font-size: 1.3em;
    position: relative;
    margin-bottom: 0;
    display: block;
  }
  #index .more_news::after {
    content:"";
    display: block;
    width:8px;
    height:8px;
    border-top:2px solid #333;
    border-right:2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:13px;
    top:50%;
    margin-top:-7px;
  }
}
#index .lay-col-02 {
  width: 100%;
  background: url("/images/index-col-02-bg.png") #0e172a no-repeat top center;
  overflow: hidden;
  padding-bottom: 3%;
}
@media screen and (max-width: 768px) {
  #index .lay-col-02 {
    background: url("/images/index-col-02-bg-sp.png") #0e172a no-repeat top center;
    padding-bottom: 6%;
    background-size: cover;
  }
}
#index .lay-col-02 .lay-col-02-tit {
  text-align: center;
  font-family: HelveticaNeue,Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.3em;
  font-size: 137%;
  color: #fff;
  padding: 7% 0 3%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #index .lay-col-02 .lay-col-02-tit {
    font-size: 123%;
  }
}
#index .lay-col-02 ul {
  max-width: 950px;
  margin: 0 auto;
}
#index .lay-col-02 ul li {
   float: left;
    width: 48.42%;
    padding-right: 3.16%;
}
#index .lay-col-02 ul li a {
  /* background-color: #fff; */
  position: relative;
  display: block;
}
#index .lay-col-02 ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
#index .mv-area .list-mv-btn li a:hover:before,
#index .lay-col-02 ul li a:hover:before {
  opacity: 0.2;
}
}
@media screen and (max-width: 768px) {
  #index .lay-col-02 ul li {
    float: none;
    width: 87.5%;
    margin: 4.66% auto 0;
    padding-right: 0;
  }
}
#index .lay-col-02 ul li + * + * + *,
#index .lay-col-02 ul li + li {
  padding-right: 0;
}
#index .lay-col-02 ul li a img {
  width: 100%;
}
#index .lay-col-02 ul li a img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
#index .lay-col-02 ul li a img.pc {
  display: none;
}
#index .lay-col-02 ul li a img.sp {
  display: block;
}
}
#index .lay-col-03 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3%;
}
#index .lay-col-03 .lay-col-03-tit {
  text-align: center;
  font-family: HelveticaNeue,Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.3em;
  font-size: 137%;
  color: #1f283b;
  padding: 3% 0;
  margin-bottom: 0;
}
#index .lay-col-04 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3%;
}
#index .lay-col-04 .lay-col-04-tit {
  text-align: center;
  font-family: HelveticaNeue,Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.3em;
  font-size: 137%;
  color: #1f283b;
  padding: 3% 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #index .lay-col-03 .lay-col-03-tit {
    font-size: 123%;
    padding: 7% 0 0;
  }
  #index .lay-col-04 .lay-col-04-tit {
    font-size: 123%;
    padding: 7% 0 0;
  }
}
#index .lay-col-03 ul {
  max-width: 950px;
  margin: 0 auto;
}
#index .lay-col-03 ul li {
    float: left;
    width: 31.56%;
    padding-right: 2.66%;
}
#index .lay-col-03 ul li a {
  background-color: #fff;
  display: block;
}

#index .lay-col-04 ul {
  max-width: 950px;
  margin: 0 auto;
}
#index .lay-col-04 ul li {
    float: left;
    width: 23.00%;
    padding-right: 2.66%;
}
#index .lay-col-04 ul li a {
  background-color: #fff;
  display: block;
}

@media screen and (min-width: 769px) {
#index .lay-col-03 ul li a:hover img {
  opacity: 0.8;
}
#index .lay-col-04 ul li a:hover img {
  opacity: 0.8;
}
}
@media screen and (max-width: 768px) {
  #index .lay-col-03 ul li {
    width: 90.68%;
    margin-left: 4.66%;
    float: none;
    margin-top: 7%;
  }
  #index .lay-col-04 ul li {
    width: 90.68%;
    margin-left: 4.66%;
    float: none;
    margin-top: 7%;
  }
}
#index .lay-col-03 ul li + * + * {
  padding-right: 0;
}
#index .lay-col-03 ul li a img {
  width: 100%;
}
#index .lay-col-03 ul li a img.sp {
  display: none;
}
#index .lay-col-04 ul li + * + * + * {
  padding-right: 0;
}
#index .lay-col-04 ul li a img {
  width: 100%;
}
#index .lay-col-04 ul li a img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
#index .lay-col-03 ul li a img.pc {
  display: none;
}
#index .lay-col-03 ul li a img.sp {
  display: block;
}
#index .lay-col-04 ul li a img.pc {
  display: none;
}
#index .lay-col-04 ul li a img.sp {
  display: block;
}
}
.list-radio-01 li input[type="radio"] {
  margin: 0 5px 3px  0;
}

.icon-required {
  color: #fff;
  background-color: #db006e;
  padding: 0 5px;
  margin-left: 10px;
  float: right;
}

.link-error-01 li {
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUeNpivM2Qx4ADiALxKiC2AuLjQBwKxK+xKWTCJqjyfyKI6gNiByBmA2J7KB8rYMThEiMgPgOSRxL7D8SmQHyWKJcAQRfIAE4HFQbF120MIBpqYCex3vECYmcQQ7jNl4FZhJtBuNUHJucMlcdrCDMQd8A47IbSYJpNXxpZTSdUHU5D4oFYF8b5ee4JmP51/gmyGh2oOqyGcAFxE7Lkl9UXIPS6i+g+aIaqxzCkEIhR3P15xTmG/z9+M3wB0mhACqoexRAxIC5DV/n3xSeG1zlrGP48/4QtUsqg+uCG1AExHzaVn+aewJXGQOrrYYaoAXEaNlWgqFX63IUcxeggFaSfCRpIrNhUCJQ4MTDxsDPw59nhMgSkrwVkiD8uFR969jH8+/KT4eOkQwx4gD8o71yGxj254BrIJYlAfINMA0D64gECDADTfEp+u2XCKAAAAABJRU5ErkJggg==) no-repeat 0 2px;
}

.str-error {
  margin-bottom: 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUeNpivM2Qx4ADiALxKiC2AuLjQBwKxK+xKWTCJqjyfyKI6gNiByBmA2J7KB8rYMThEiMgPgOSRxL7D8SmQHyWKJcAQRfIAE4HFQbF120MIBpqYCex3vECYmcQQ7jNl4FZhJtBuNUHJucMlcdrCDMQd8A47IbSYJpNXxpZTSdUHU5D4oFYF8b5ee4JmP51/gmyGh2oOqyGcAFxE7Lkl9UXIPS6i+g+aIaqxzCkEIhR3P15xTmG/z9+M3wB0mhACqoexRAxIC5DV/n3xSeG1zlrGP48/4QtUsqg+uCG1AExHzaVn+aewJXGQOrrYYaoAXEaNlWgqFX63IUcxeggFaSfCRpIrNhUCJQ4MTDxsDPw59nhMgSkrwVkiD8uFR969jH8+/KT4eOkQwx4gD8o71yGxj254BrIJYlAfINMA0D64gECDADTfEp+u2XCKAAAAABJRU5ErkJggg==) no-repeat 0 2px;
}
.str-error strong {
  color: #db006e;
}

#str-header {
  max-width: 950px;
  margin: 2% auto 0;
  padding: 0px 10px 16px;
  position: relative;
}
#str-header .str-header-inner h1 {
    position: absolute;
    left: 50%;
    margin-left: -62px;
}
@media screen and (max-width: 640px) {
  #str-header .str-header-inner h1 {
    margin: 0px 0 0 15px;
    position: relative;
    width: 80px;
    left: 0;
  }
  #str-header .str-header-inner h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #str-header {
    padding: 8px 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
}

.menu-area {
  float: right;
}
.menu-area .nav-header-01 {
  text-align: right;
  margin-bottom: 11px;
}
.menu-area .nav-header-01 li {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .menu-area .nav-header-01 li {
    display: inline-block;
    width: 50%;
    font-size: 100%;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0;
  }
  .menu-area .nav-header-01 li.nav-header-01-left {
    border-right: 1px solid #e0e0e0;
    box-sizing:border-box;
  }
}
.menu-area .nav-header-01 li a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 5px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.menu-area .nav-header-01 li a {
  font-size: 85.7%;
  border-left: 1px solid #333;
}
.menu-area .nav-header-01 li:first-child a {
  border-left: none;
}
@media screen and (max-width: 760px) {
  .menu-area .nav-header-01 li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 700px) {
  .menu-area .nav-header-01 li a {
    font-size: 10px;
  }
}
.menu-area .nav-header-01 li:first-child a {
  border-left: none;
}
.menu-area .nav-header-01 li:first-child+ * + * + * a {
  padding-right: 0;
}
.menu-area .nav-header-01 li a:hover, .menu-area .nav-header-01 li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .menu-area .nav-header-01 li a {
    font-size: 100%;
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .menu-area .nav-header-01 {
    text-align: left;
    display: table;
    width: 100%;
  }
}
.menu-area .fs-switcher {
  display: inline-block;
  margin-right: 4px;
  margin-left: 68px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.menu-area .fs-switcher > span {
  font-size: 85.7%;
}
.menu-area .fs-switcher > span a {
  color: #333;
  text-decoration: none;
}
.menu-area .fs-switcher .btn {
  display: inline-block;
}
.menu-area .fs-switcher .btn span {
  display: inline-block;
}
.menu-area .fs-switcher .btn span button {
min-width: 13px;
    margin: 0 3px;
}
.menu-area .fs-switcher .btn span.fs-medium {
}
.search-area {
  display: inline-block;
  position: relative;
}
.search-area.sp{
	display:none;
}
.search-area .search-site {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 14px;
  width: 53px;
  padding: 5px 27px 5px 10px;
}
@media screen and (max-width: 640px) {
  .search-area .search-site {
    font-size: 110%;
    padding: 5px 48px 5px 13px;
    height: auto;
    min-height: 36px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 25px;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 640px) {
  .search-area .search-btn {
    top: 8px;
    right: 15px;
    width: 19px;
  }
}
@media screen and (max-width: 640px) {
  .search-area {
    display: block;
    margin: 0px 20px;
    padding-bottom: 11px;
  }
	.search-area.sp{
		display:block;
		position: absolute;
		top: 5px;
		right: 35px;
		max-width: 50%;
	}
}
.menu-area.pc {
  display: block;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .menu-area.pc {
    display: none;
  }
}
.menu-area.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .menu-area.sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .menu-area {
    float: none;
  }
}
@media print {
  .menu-area {
    display: none !important;
  }
}

#btn-menu {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp_space {
    height: 43px;
    width: 100%;
  }
  #btn-menu {
    display: block;
    position: absolute;
    top: 2px;
    right: 7px;
    margin-bottom: 0;
  }
  #btn-menu button {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAT0lEQVQ4jWPkE9f6z0BFwERNwxgYGBhYGBgYZlHTQEY+cS1qmkd9Lw9+A1kYGBhcqG3gbmoaSBMvu1LbwD3UNHDwJxuaRMpMahrIOOjLQwBUmAZMosiZRAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    display: block;
    padding: 10px;
    width: 40px;
    height: 40px;
  }
  #btn-menu button span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 71.4%;
  }
  #btn-menu button.open {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABVUlEQVQ4jZ3UTUsWYRTG8d+kFVZmpr2JLsOPojsXLfwQkgtxIRK4iIoQF4JoKEEgKG0SXEQtMnxBEEVBTAxa9h2iTbVobhiPM8+LF9yLOee6/pybmTP81wDWccPl9BSP08MgfuEvNi4BfZZnf6If3uSFdDZxs0HYVMhuQIbF0NhCex3Y85A5xcPUzLAQDDu4XQF7GbwneBBNGeaCcRcdwfc6eI5xr+oaGWZDYK8AnQ69I3RXwYrQmRDcx3yoHaKrHqyoOE3xHOBuM7CkVyWwI9ypClypAcvQWVJvxdVmJ8uwVDJd8c3ebxTWgrcBsI0XofZNybdXBnsXglu4lfcnQ+8Uj2rBlkPgq4t7PRE8Z+gpg60E4xfVf57x4P2O3tRsxftg+FwDljSGP4XMD/TBaoB9QlsdWNJogK7BE/zOCx9xvUFY0kgOPbeKQ/iAa03Ckoblq/gPENmLkPeCdNIAAAAASUVORK5CYII=) no-repeat 50% 50%;
  }
}

.nav-global {
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .nav-wrap {
    position: relative;
    width: 100%;
    margin-top: 43px;
    background: #FFF;
    overflow-y: scroll;
  }
  .nav-global {
    width: 100%;
    padding: 0;
  }
}
.nav-global ul {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  border-left: 1px solid #7ec9f0;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  text-align: center;
}
/* .nav-global ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
} */
@media screen and (max-width: 640px) {
  .nav-global ul {
    border-right: none;
    border-left: none;
  }
}
#toggle {
  z-index: 100;
  width: 100%;
  background-color: #5bbaec;
}
@media screen and (max-width: 640px) {
  #toggle {
    position: fixed;
    top: 0;
  }
}
.nav-global ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #4ea3db;
    border-right: 1px solid #7ec9f0;
    box-sizing: border-box;
    cursor: pointer;
}

@media screen and (min-width: 640px) {
  .nav-global ul li:hover {
      background-color: #1c4e9d;
  }
  .nav-global ul li.current {
      background-color: #1c4e9d;
      border-left: none;
      border-right: none;
  }
}
.nav-global ul li a {
  color: #555;
  font-size: 110%;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.nav-global ul li a .large {
  display: none;
}
@media screen and (max-width: 640px) {
  .nav-global ul li a {
    font-size: 85%;
    color: #000;
  	padding: 17px 19px;
  }
}
@media screen and (min-width: 641px) {
  }
  .nav-global ul li:first-child {
        margin-left: 0 !important;
  }
  .nav-global ul li:first-child+ * + * + * + * + * {
    position: relative;
    margin-right: 0 !important;
  }
  .nav-global ul li:first-child+ * + * + * + * + *:after {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #4ea3db;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
}
@media screen and (max-width: 640px) {
  .nav-global ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 17px 19px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .nav-global ul li a:after {
    content: "";
    display: block;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAAAcklEQVQokYXRsREBARSE4Q8zAonIjAZcSkx+V8BVcB3ohAJOJCAkIqA3Fby16fvfzuwuXLES1OCDZYJ2eGGRoAMemCeoww2zBPUYMUnQgJM/1BHrabJJBgPO1bHHpfpucVfE3OOpKGqLt6LqDb7CWHHuH8BxDUcK7+e7AAAAAElFTkSuQmCC) no-repeat 0 0;
    width: 8px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
  }
}
@media screen and (max-width: 640px) {
  .nav-global ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
    border-left: none;
    font-size: 121.4%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 640px) {
  #toggle {
    display: none;
  }
}
@media print {
  #toggle {
    display: none !important;
  }
}
#str-footer .footer-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #str-footer .footer-pc {
    display: none;
  }
  #str-footer .footer-sp {
    display: block;
  }
}
#str-footer .str-footer-inner-01 {
  padding: 52px 0;
  background-color: #0e172a;
}
#str-footer .str-footer-inner-01 .inner {
  max-width: 950px;
  margin: 0 auto;
  /*padding: 0 10px;*/
  display: table;
  width: 100%;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list {
  display: table-cell;
  width: 20%;
      padding: 0 1%;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 12px;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li.nav-footer-list-tit {
  margin-bottom: 22px;
  text-indent: -1em;
  margin-left: 1em;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li.nav-footer-list-tit-02 {
  margin-bottom: 17px;
  text-indent: -1em;
  margin-left: 1em;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li.nav-footer-list-tit-02 a img,
#str-footer .footer-list .footer-tr .footer-sp-right a img{
  display: none;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li a {
  color: #fff;
  font-size: 85.7%;
  /*padding: 0 10px;*/
  text-decoration: none;
}
#str-footer .str-footer-inner-01 .inner .nav-footer-list li a:hover, #str-footer .str-footer-inner-01 .inner .nav-footer-list li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #str-footer .str-footer-inner-01 .inner .nav-footer-list li {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
  #str-footer .str-footer-inner-01 .inner .nav-footer-list li a {
    font-size: 71.4%;
  }
}
@media print {
  #str-footer .str-footer-inner-01 {
    display: none !important;
  }
}
#str-footer .str-footer-inner-02 {
  padding: 10px 0;
  background-color: #0e172a;
  border-top: 1px solid #242d3e;
}
#str-footer .str-footer-inner-02 .inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  #str-footer .str-footer-inner-02 .inner {
    padding: 0;
  }
}
#str-footer .str-footer-inner-02 .inner .copyright {
  color: #fff;
  font-size: 85.7%;
  text-align: center;
  margin-bottom: 0;
}
#str-footer .footer-sp {
  background-color: #0e172a;
}
#str-footer .footer-sp .footer-list {
  display: table;
  width: 100%;
}
#str-footer .footer-sp .footer-list .footer-tr {
  display: table-row;
}
#str-footer .footer-sp .footer-list .footer-sp-right {
  display: table-cell;
  width: 50%;
  padding: 0;
  border-bottom: 1px solid #3e4555;
  box-sizing: border-box;
  vertical-align: middle;
}
#str-footer .footer-sp .footer-list .footer-sp-left{
  display: table-cell;
  width: 50%;
  padding: 0;
  border-bottom: 1px solid #3e4555;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 1px solid #3e4555;
}
#str-footer .footer-sp .footer-list p a {
  color: #fff;
  text-decoration: none;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 80%;
  display: block;
  padding: 16px 17px;
}
#str-footer .footer-sp .copyright {
  font-size: 77.4%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  padding: 19px 0;
}

#topicpath {
  padding: 9px 0;
  background-color: #f5f5f5;
}
#topicpath p {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12px;
}
#topicpath p a {
  text-decoration: underline;
  color: #1f283b;
}
#topicpath p a:hover {
  text-decoration: none;
}
#topicpath p span {
  padding: 0 5px;
}
#topicpath p em {
  color: #333;
  font-weight: normal;
}

#str-side {
  width: 21.05263%;
  float: right;
  margin-top: 1em;
}
#corporate-message #str-side,
#products-about #str-side {
  margin-top: 0;
}
/*#corporate-message #str-side {
  margin-top: 73px;
}*/
#str-side .hdg a {
  color: #fff;
  font-size: 121.4%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 12px 10px 12px 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Nzc5MkQzQjQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Nzc5MkQzQTQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eY04gwAAAAZQTFRFVWuoCyuDkY2XLwAAAA5JREFUeNpiYGRgAAgwAAAHAAIJp6WQAAAAAElFTkSuQmCC) repeat 0 0;
}
#str-side .hdg a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #str-side {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #str-container #str-side {
    width:96%;
    margin: 0 auto;
  }
}
#str-side .nav-list-01 > li a {
  color: #333;
  text-decoration: none;
  padding: 12px 10px 12px 15px;
  display: block;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#str-side .nav-list-01 > li a:hover {
  background-color: #f4f4f4;
}
#str-side .nav-list-01 > li a.current {
  background-color: #f4f4f4;
  border-left: 3px solid #0b2b83;
}
#str-side .nav-list-01 > li a.current:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #0b2b83;
  border-color: transparent;
  border-left-color: #0b2b83;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#str-side .nav-list-01 > li > ul > li a {
  position: relative;
  padding: 12px 10px 12px 30px;
}
#str-side .nav-list-01 > li > ul > li a span:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #808080;
  width: 8px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
#str-side .btn-list-01 {
  margin-top: 20px;
}
#str-side .btn-list-01 li {
  min-width: auto;
}
#str-side .btn-list-01 li .price {
  padding: 20px 38px 20px 55px;
  text-align: center;
}
#str-side .btn-list-01 li .price:before {
  left: 14px;
}
@media print {
  #str-side {
    display: none !important;
  }
}

.hdg-l1-01 {
  margin-bottom: 20px;
  position: relative;
}
#corporate-message .hdg-l1-01 {
  color: #1c4f9d;
  font-size: 26px;
  font-weight: 300;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #corporate-message .hdg-l1-01 {
    width: 91%;
    margin: 7px auto;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 0;
  }
  #ir-information .img-left-01 > .lay-left {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
#corporate-message .hdg-l2-01 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #1c4f9d;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #corporate-message .hdg-l2-01 {
    text-align: center;
    width: 91%;
    margin: 7px auto;
  }
}
  .hdg-l1-01 span {
  color: #fff;
  font-weight: normal;
  font-size: 214.2%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  line-height: 1.2;
}
#products-about .hdg-l1-01 span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 52%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 59px;
  left: auto;
  line-height: 2.9;
}
@media screen and (max-width: 768px) {
  .hdg-l1-01 span {
  font-size: 142.9%;
  left: 15px;
}
#products-about .hdg-l1-01 span {
  font-size: 13px;
  line-height: 2.3;
  right: auto;
  left: 32px;
}
}
@media screen and (max-width: 640px) {
  .hdg-l1-01 span {
  font-size: 114.3%;
}
}
@media screen and (max-width: 768px) {
  #products-about #str-contents #str-main p img.pc {
    display: block;
    width: 100%;
  }
  #str-contents #str-main p img.sp {
    display: none;
  }
}
.hdg-l1-01 img {
  max-width: 100%;
}
.hdg-l1-01 img.txt {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 40.69% !important;
}
@media screen and (max-width: 768px) {
  #products-about #str-contents #str-main p img.pc {
    display: none;
  }
  #str-contents #str-main p img.sp {
    display: block;
  }
  .hdg-l1-01 img.txt {
    position: absolute;
    top: 33%;
    left: 6%;
    width: 60% !important;
  }
}
.hdg-l1-01 + .img-lay-01 {
  margin-top: 40px;
}
#corporate-message .vision-img {
  text-align: right;
}

.hdg-l1-02 {
    font-size: 214.2%;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 25px;
}
#products .hdg-l1-02,
#corporate .hdg-l1-02,
#corporate-message .hdg-l1-02 {
    width: 100%;
    max-width: 950px;
    margin: 16px auto;
    letter-spacing: 0.2em;
}
#corporate-message #str-main .lay-right {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
#products .hdg-l1-02,
#corporate .hdg-l1-02,
#corporate-message .hdg-l1-02,
#products-about .hdg-l1-02 {
    margin: 7px auto;
    font-size: 139%;
    letter-spacing: normal;
    padding: 0 20px;
    width: auto;
}
}
#products .segment-img,
#corporate .segment-img {
  margin-bottom: 12px;
}
#products .segment-img img,
#corporate .segment-img img {
  width: 100%;
}
#products .hdg-l2-01,
#corporate .hdg-l2-01 {
  margin-bottom: 7px;
  font-weight: 500;
}
.hdg-l2-01 {
  font-size: 121.4%;
  margin-bottom: 20px;
  position: relative;
}
#ir-information.corporate #str-contents {
    margin-top: 1em;
}
#ir-information.corporate #str-side {
  margin: 0 auto;
}
#ir-information.corporate .hdg-l2-01 {
  width: 100%;
  max-width: 950px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: left;
}
#ir-information.corporate .hdg-l2-01 .inner {
  color: #333;
  text-align: left;
  font-size: 30px;
  font-weight: normal;
}
#ir-information .hdg-l2-01 {
  clear: both;
}
#ir-information .hdg-l2-02 {
  font-size: 24px;
  position: relative;
  text-align: center;
}
#ir-information .hdg-l2-02:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#ir-information .hdg-l2-02 span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    font-weight: 500;
}
@media screen and (max-width:768px) {
  #ir-information.corporate #str-contents {
    margin-top: 7px;
  }
  #ir-information.corporate .hdg-l2-01 {
    margin-bottom: 8px;
  }
  #ir-information.corporate .hdg-l2-01 .inner {
    font-size: 19.46px;
  }
  #ir-information .hdg-l2-02 {
    font-size: 19px;
  }
}
#ir-information .hdg-l2-txt {
  text-align: left;
  font-size: 13px;
  margin: 9px 0 12px;
}
@media screen and (min-width:641px) {
#ir-information .hdg-l2-txt {
  text-align: center;
}
}
@media screen and (max-width:768px) {
#products-about .hdg-l2-01 {
  margin-bottom: 10px;
}
}
.hdg-l2-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Nzc5MkQzQjQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Nzc5MkQzQTQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eY04gwAAAAZQTFRFVWuoCyuDkY2XLwAAAA5JREFUeNpiYGRgAAgwAAAHAAIJp6WQAAAAAElFTkSuQmCC) repeat 0 0;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
}
#corporate-message .hdg-l2-01:before {
  background: transparent;
}
#products .hdg-l2-01:before {
  background: transparent;
}
#corporate .hdg-l2-01:before {
  background: transparent;
}
#products-about .hdg-l2-01:before {
  background: transparent;
}
#ir-information .hdg-l2-01:before {
  background: transparent;
}
.hdg-l2-01 .inner {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #f4f4f4;
  padding: 28px 20px 20px 20px;
  display: block;
}
#products-about .hdg-l2-01 .inner {
  border: none;
  background: transparent;
  padding: 40px 0 0;
  font-size: 26px;
  font-weight: 300;
  color: #1c4f9d;
}
#ir-information .hdg-l2-01 .inner {
  color: #234b99;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  border: none;
  background: transparent;
 padding: 0;
}
@media screen and (max-width:768px) {
#products-about .hdg-l2-01 .inner {
    padding: 15px 0 0;
    font-size: 17px;
    font-weight: 300;
    color: #1c4f9d;
    text-align: center;
}
#ir-information.corporate .hdg-l2-01 .inner {
    padding-top: 0;
    padding-left: 10px;
}
#ir-information .hdg-l2-01 .inner {
    font-size: 19px;
    padding-top: 20px;
}
}
}
#products .hdg-l2-01 .inner {
  border-bottom: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  padding: 0;
}

.hdg-l3-01 {
  font-size: 121.4%;
  padding: 12px 16px;
  background-color: #f4f4f4;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.hdg-l3-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAD6CAMAAABedX0bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFDi2ETqKoAXqCV2ypxJ145wAAACRJREFUeNpiYAADZhBgGGWPsoc3mxEEGJhAYJQ9yh7ebIAAAwBXogdKreO7HwAAAABJRU5ErkJggg==) no-repeat center center;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

.hdg-l4-01 {
  font-size: 107.1%;
  padding: 1px 16px;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.hdg-l4-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAD6CAMAAABedX0bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFDi2ETqKoAXqCV2ypxJ145wAAACRJREFUeNpiYAADZhBgGGWPsoc3mxEEGJhAYJQ9yh7ebIAAAwBXogdKreO7HwAAAABJRU5ErkJggg==) no-repeat center center;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

.hdg-l5-01 {
  padding: 0 16px;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.hdg-l5-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Nzc5MkQzQjQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Nzc5MkQzQTQ4NkQxMUU1OTZBRkUwRkQ3M0IzNTg3RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eY04gwAAAAZQTFRFVWuoCyuDkY2XLwAAAA5JREFUeNpiYGRgAAgwAAAHAAIJp6WQAAAAAElFTkSuQmCC) repeat 0 0;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

p {
  line-height: 1.78;
  margin-bottom: 20px;
}

sup {
  font-size: 57.1%;
}

.indent {
  text-indent: 1em;
}

.lead-01 b {
  font-size: 121.4%;
}

.link-01 {
  padding-left: 16px;
}
.link-01 a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.link-01 a:hover {
  text-decoration: underline;
}
.link-01 a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM4Q0U1NDQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM4Q0U1MzQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+osB1YwAAAIpJREFUeNpiCM1esR2Itf7//8+ACzNyazf/Z2Bg+APEC4C47suVmucMaIARaMp/JP4XIO4A4omrpoR/gSuCmoQOQKbVgEwHmvwP3SR0cAmIy1m2HbiNRw0DE4hg8XJQZcBnHdBt/9DdBHJsFxD3A93yBd13oCBYCMS1QJ0YQcAANGk7EOMNTIAAAwBx/F4ijeAPcQAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 9px;
  height: 10px;
  top: 5px;
  left: -16px;
}

.link-list-01 {
  margin-bottom: 20px;
}
.link-list-01 > li {
  padding: 0 0 6px 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM4Q0U1NDQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM4Q0U1MzQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+osB1YwAAAIpJREFUeNpiCM1esR2Itf7//8+ACzNyazf/Z2Bg+APEC4C47suVmucMaIARaMp/JP4XIO4A4omrpoR/gSuCmoQOQKbVgEwHmvwP3SR0cAmIy1m2HbiNRw0DE4hg8XJQZcBnHdBt/9DdBHJsFxD3A93yBd13oCBYCMS1QJ0YQcAANGk7EOMNTIAAAwBx/F4ijeAPcQAAAABJRU5ErkJggg==) no-repeat 0 6px;
}
.link-list-01 > li > a {
  color: #333;
  text-decoration: none;
}
.link-list-01 > li > a:hover {
  text-decoration: underline;
}
.link-list-01 > li .link-list-01 {
  margin: 5px 0 0;
}
.link-list-01.col2, .link-list-01.col3 {
  margin: 0 0 10px -20px;
  letter-spacing: -0.4em;
}
.link-list-01.col2 > li, .link-list-01.col3 > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .link-list-01.col2 > li, .link-list-01.col3 > li {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .link-list-01.col2, .link-list-01.col3 {
    margin-left: -10px;
  }
}
.link-list-01.col2 > li {
  width: 47.29729%;
  margin: 0 0 6px 2.7027%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .link-list-01.col2 > li {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .link-list-01.col2 {
    margin-left: -2.7027%;
  }
}
.link-list-01.col3 {
  margin-left: -1.23456%;
}
.link-list-01.col3 > li {
  width: 32.09876%;
  margin: 0 0 6px 1.23456%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .link-list-01.col3 > li {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .link-list-01.col3 {
    margin-left: -0.61725%;
  }
}
.link-list-01.var-01 {
  margin-left: -20px;
}
.link-list-01.var-01 > li {
  margin-left: 20px;
  display: inline-block;
}

.link-anc-01 {
  margin: 0 0 20px -20px;
}
.link-anc-01 > li {
  padding: 0 0 6px 18px;
  margin-left: 20px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3OTZGQUVBODQ4OUIxMUU1OERCN0FERUJENTIyOEJDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3OTZGQUVBNzQ4OUIxMUU1OERCN0FERUJENTIyOEJDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+583ScwAAADlQTFRF////CyuDVWuo+Pn7V22pc4W3a360UGemhZXBXXKsoa7P/f3+Znqx4ubwu8Tc7/H37vD2vMXd4uXwzpNTDgAAAEFJREFUeNosyEcSACEMA8GxyWHj/x8LBnRQdQ1JzhK/1zV/QdwxAm+xWJ5JssVswnXV7hapInWLFkI75LvthwADADmJASB2X1qKAAAAAElFTkSuQmCC) no-repeat 0 6px;
}
.link-anc-01 > li > a {
  color: #333;
  text-decoration: none;
}
.link-anc-01 > li > a:hover {
  text-decoration: underline;
}

#pagetop {
  max-width: 950px;
  margin: 40px auto 5px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  #pagetop {
    margin-top: 0;
  }
}
#pagetop p {
  text-align: right;
  margin-bottom: 15px;
}
#pagetop p a {
  position: relative;
  font-size: 85.7%;
  color: #000;
  text-decoration: none;
  padding-left: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiDM1e8Z+BCMCy7cDtWWhi3FD6K7Ig4///qAaG5aysBYmvmhLehFMhj06LCJC6C+Uqf7lS8wZuNbIuLwfVSiDFB+WC2MUYJgJNkwdSN4GYHSr3E4jVgaY+RDERaFoDkiIGKBsklgg3EWiaFpB9CYiZ0ULgLxDrAU29xgI1rR2LIgaoWBsQBzByazdbAhnHCIS3FUCAAQBg0y+hmchlgwAAAABJRU5ErkJggg==) no-repeat left 50%;
}
#pagetop p a:hover {
  text-decoration: underline;
}
@media print {
  #pagetop {
    display: none !important;
  }
}

.pagetop {
  text-align: right;
}
.pagetop a {
  position: relative;
  font-size: 85.7%;
  color: #000;
  text-decoration: none;
  padding-left: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiDM1e8Z+BCMCy7cDtWWhi3FD6K7Ig4///qAaG5aysBYmvmhLehFMhj06LCJC6C+Uqf7lS8wZuNbIuLwfVSiDFB+WC2MUYJgJNkwdSN4GYHSr3E4jVgaY+RDERaFoDkiIGKBsklgg3EWiaFpB9CYiZ0ULgLxDrAU29xgI1rR2LIgaoWBsQBzByazdbAhnHCIS3FUCAAQBg0y+hmchlgwAAAABJRU5ErkJggg==) no-repeat left 50%;
}
.pagetop a:hover {
  text-decoration: underline;
}

.icon {
  margin: 4px 0 0 5px;
}

.list-bullet-01 {
  margin-bottom: 20px;
}
.list-bullet-01 > li {
  padding: 0 0 6px 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzM4Q0U1MDQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzM4Q0U0RjQ4OEYxMUU1OTVGOEY4RDhGOEE5REQyNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hfUT4QAAAB1JREFUeNpiNDY2ZsAGWOzs7LBLHDp0aPDpAAgwADxGCnFXHkGzAAAAAElFTkSuQmCC) no-repeat 0 6px;
}
.list-bullet-01 > li > .list-bullet-01 {
  margin: 6px 0 0;
}

.list-point-01 {
  margin-bottom: 20px;
}
.list-point-01 li {
  padding: 0 0 10px 32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAVCAYAAABc6S4mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkRJREFUeNpi+f//PwNTdTMDlQEjECcDsRkT0HARIGMNEH8G4v9k4s9QM0BmyQLxbiCeDcQSLEBiLhD7UehiHiAOBmI5IFYCYmEg3gLEISALPEAqnlUUMkjw8pBl+tNPnxlkOyeAmKZQoS1QC38xAQk2kAi5hr///oMhZd1mZKGTQBwOMhzEYaEkXB59+MjgvXA5w9VXr5GFfYH4G4xDtgU3Xr9hcJm3hOHZp8/oUii2MaHLnnryjOHSi5d4Db8GdLHjnEVwwxkZcatFsWD+2QsM9rMXMFjNmM+w7OIVrBouv3wFNvzll69wsTJbK8IWvPj8haFsxx6Gn3/+Mnz7/ZshZtV6hvwtOxh+//0HV3zn7TsGl7mLGV5/hQcxg7msNEOTiyNhC0CpaGdiNIMABwdccvLx0wxOcyFBAXKAFzBCkQ3nYWNjWBoWyMDKzERcEBlJSTLsSoph4Odgh4sdffiYwWTaHAZnoMtBPkAG7e7ODEpCgnjjC8NqE2lJhu0J0SiWgFx/HZhqkIGdghxDlrkJwdSG1W8WwHDdGh/FwMvOhlUTCxMTwxQ/T7ypB68FIGAlJ8OwJS6SgYuVFUMuz9KMQUdcjKj8woRP0hYYDFvjUS0BBV2Vow3RGZKJkAJ7RXmGDbHhcEvK7KwZhDg5qWcBCLgoKzKsiw5jEOHiYsg0NyapSAFZ8BWWUvABN1UlhvO5aSj5BDmVQcEvjAQBxHuA2F+qo58aVeVObBakAPFfaDHLSqbBv4EYVCmk/2utRZEACDAAFpK3KC5aAU4AAAAASUVORK5CYII=) no-repeat 0 0;
}

.list-qa-01 > li {
  margin-bottom: 20px;
}
.list-qa-01 > li .question {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 15px 76px 15px 63px;
  position: relative;
}
.list-qa-01 > li .question .icon-qa {
  position: absolute;
  top: 25%;
  left: 20px;
}
.list-qa-01 > li .question button {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozN0VFMjk2RTQ4RTAxMUU1QUY5MUI4REI4QTUwRDI3NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozN0VFMjk2RDQ4RTAxMUU1QUY5MUI4REI4QTUwRDI3NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+i7mTrgAAAAZQTFRF////GTeK21+BiwAAAB1JREFUeNpiYIABRkYGTDDIBRmxAOyCQ9mbAAEGAD/8AE0RZpjWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10%;
  right: 10px;
}
.list-qa-01 > li .question button span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.list-qa-01 > li .question.open button {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozN0VFMjk2QTQ4RTAxMUU1QUY5MUI4REI4QTUwRDI3NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozN0VFMjk2OTQ4RTAxMUU1QUY5MUI4REI4QTUwRDI3NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TcUx1wAAAAZQTFRF////GTeK21+BiwAAABZJREFUeNpiYBjKgBELwC44lAFAgAEAInQAKXi31ssAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.list-qa-01 > li .answer {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px 20px 15px 63px;
  position: relative;
}
.list-qa-01 > li .answer .icon-qa {
  position: absolute;
  top: 18px;
  left: 22px;
}
.list-qa-01 > li .answer *:last-child {
  margin-bottom: 0;
}

.list-news-01 {
  margin-bottom: 20px;
}
.list-news-01 li {
  margin-bottom: 20px;
}
.list-news-01 li > div {
  display: table-cell;
}
.list-news-01 li .date {
  color: #333;
  padding-right: 20px;
  min-width: 114px;
}
.list-news-01 li .category {
  font-size: 85.7%;
  padding-right: 20px;
}
.list-news-01 li .category .icon-01, .list-news-01 li .category .icon-02, .list-news-01 li .category .icon-03 {
  color: #fff;
  font-size: 71.4%;
  border-radius: 2px;
  padding: 2px 3px;
  text-align: center;
  min-width: 68px;
  display: block;
}
.list-news-01 li .category .icon-01 {
  background-color: #017a82;
}
.list-news-01 li .category .icon-02 {
  background-color: #19378a;
}
.list-news-01 li .category .icon-03 {
  background-color: #e1236f;
}
@media screen and (max-width: 640px) {
  .list-news-01 li .title {
    display: block;
    margin-top: 5px;
  }
}

.list-tab {
  margin: 0 0 40px 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.list-tab li {
  display: table-cell;
  width: 50%;
}
.list-tab li .tab {
  display: block;
  font-size: 121.4%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .list-tab li .tab {
    font-size: 100%;
  }
}
.list-tab li .on {
  border-top: 4px solid #0e2d84;
  color: #0e2d84;
  font-weight: bold;
  padding: 12px 18px 15px 18px;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
}
.list-tab li .off {
  border-top: 1px solid #ccc;
  color: #333;
  padding: 15px 24px;
  background-color: #f4f4f4;
  text-decoration: none;
}
.list-tab li .off:hover {
  background-color: #d9d9d9;
}
.list-tab li:last-child .tab {
  margin-right: 0;
}

.list-notes-01 {
  margin-bottom: 20px;
}
.list-notes-01 > li {
  text-indent: -1.5em;
  margin: 0 0 0.2em 1.5em;
}
.list-notes-01 > li > .notes {
  margin-right: 0.5em;
}
.list-notes-01.var-01 > li {
  text-indent: -2em;
  margin-left: 2em;
}
.list-notes-01.var-01 > li > .notes {
  margin-right: 0.5em;
}

.list-order-01 {
  margin: 0 0 20px 20px;
}
.list-order-01 > li {
  padding-bottom: 6px;
  list-style: decimal outside;
}
.list-order-01 > li .list-order-01 {
  margin: 10px 0 0 20px;
}
.list-order-01.var-01 {
  margin-left: 28px;
}

.list-order-02 {
  margin-bottom: 20px;
}
.list-order-02 > li {
  padding-bottom: 6px;
  text-indent: -18px;
  margin-left: 23px;
}
.list-order-02 > li > .order {
  margin-right: 5px;
}
.list-order-02 > li > .list-order-02 {
  margin: 10px 0 0;
}
.list-order-02.var-01 > li {
  text-indent: -28px;
  margin-left: 28px;
}
.list-order-02.var-01 > li > .order {
  display: inline-block;
  text-align: right;
  width: 26px;
}
/* 2024/06/04 コメントアウト */
.lay-01 {
  margin: 0 0 20px -2.7027%;
}
#products .lay-01 {
  max-width: 950px;
  margin: 0 auto;
}
.lay-01 .segment {
  margin-left: 2.7027%;
  float: left;
}
#products .lay-01 .segment,
#corporate .lay-01 .segment {
  margin-top: 5%;
}
#products .lay-01 .segment.nb1 {
  margin-left: 0;
}
#corporate .lay-01 .segment:hover,
#products .lay-01 .segment:hover {
  opacity: 0.8;
}
.lay-01.col2 > .segment {
  width: 47.29729%;
}
#products .lay-01.col2 > .segment {
  width: 48.64865%;
}
#corporate .lay-01.col3 > .segment {
  width: 31.981986%;
}
@media screen and (min-width: 769px) {
#products .lay-01.col2 > .segment {
  min-height: 347px;
}
#corporate .lay-01.col3 > .segment {
  min-height: 290px;
}
#products .lay-01.col2 > .segment.nb1,
#corporate .lay-01.col3 > .segment.nb1 {
  margin-left: 0;
}
}
@media screen and (max-width: 768px) {
  .lay-01.col2 > .segment {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    height: auto !important;
  }
  #products .lay-01.col2 > .segment,
  #corporate .lay-01.col3 > .segment {
    width: 91%;
    margin: 4% auto 0;
  }
  .lay-01.col2 > .segment .hdg-l2-01 .inner {
    height: auto !important;
  }
}
.lay-01.col2 > .segment.ver-01 {
  margin-bottom: 20px;
  min-height: 100px;
}
.lay-01.col2 > .segment.ver-01 img {
  float: left;
  margin-right: 10px;
}
.lay-01.col2 > .segment.ver-01 .lay-right {
  overflow: hidden;
}
.lay-01.col2 > .segment.ver-01 .lay-right .icon {
  color: #fff;
  background-color: #017a82;
  border-radius: 2px;
  text-align: center;
  line-height: 1.6;
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0 5px;
}
#ir-vision .hdg-l2-01,
#ir-strength .hdg-l2-01 {
  margin-bottom: 10px;
}
#ir-vision .hdg-l2-01:before,
#ir-strength .hdg-l2-01:before {
  display: none;
}
#ir-vision .hdg-l2-01 + p {
  text-align: center;
}
#ir-vision .hdg-l2-01 .inner {
  border: none;
  background-color: #fff;
  color: #234b99;
  padding: 0;
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#ir-strength .hdg-l2-01 .inner {
  width: 70.277%;
  margin:8% auto 5%;
  border: none;
  padding: 0;
}
#ir-strength .hdg-l2-01 .inner img {
  width: 100%;
  max-width: 100%;
}
#ir-vision .lay-01 {
  margin: 0;
  padding: 25px 0 27px;
  background: #f4f4f4;
}
#ir-vision .lay-01.col2 > .segment {
  position: relative;
  width: auto;
  margin: 0 10px 10px;
  float: none;
}
#ir-vision .lay-01.col2 > .segment.ver-01 {
  min-height: auto;
}
#ir-vision .lay-01.col2 > .segment.ver-01 img {
  float: none;
  margin: 0;
  max-width: 100%;
}
#ir-vision .lay-01.col2 > .segment.ver-01 .lay-right {
  overflow: hidden;
  width: 45%;
  position: absolute;
  top: 0;
  padding-top: 4.285%;
}
#ir-vision .lay-01.col2 > .segment.ver-01.nb1 .lay-right {
  right: 0;
}
#ir-vision .lay-01.col2 > .segment.ver-01.nb2 .lay-right {
  left: 0;
}
#ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .icon {
  color: #fff;
  background: url(/ir/glance/images/vision-icon.jpg) no-repeat;
  border-radius: 2px;
  text-align: center;
  line-height: 1.6;
  display: block;
  width: 38.73%;
  margin: 0 auto;
  padding: 1.5% 0;
}
#ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .t_p {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", sans-serif;
  color: #09247a;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 7%;
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  #ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .t_p {
    font-size: 23px;
  }
}
@media screen and (max-width: 850px) {
  #ir-vision .hdg-l2-01 .inner,
  #ir-strength .hdg-l2-01 .inner {
    font-size: 22px;
  }
  #ir-vision .hdg-l2-01 + p,
  #ir-strength .hdg-l2-01 + p {
    font-size: 12px;
  }
  #ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .t_p {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #ir-vision .hdg-l2-01 .inner {
    font-size: 20px;
  }
  #ir-strength .hdg-l2-01 .inner {
    width: 80.277%;
  }
  #ir-vision .hdg-l2-01 + p,
  #ir-strength .hdg-l2-01 + p {
    font-size: 13px;
  }
  #ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .icon {
  	font-size: 13px;
  	font-size: 2.4vw;
  }
  #ir-vision .lay-01.col2 > .segment.ver-01 .lay-right .t_p {
    font-size: 16px;
    font-size: 3.2vw;
  }
}
.lay-01.col2 > .segment.ver-01 .lay-right .text {
  font-size: 121.4%;
  font-weight: bold;
  line-height: 1.47;
}
.lay-01.col3 {
  margin: 0 0 20px -2.02702%;
}
#corporate .lay-01.col3 {
  max-width: 950px;
  margin: 0 auto;
}
.lay-01.col3 > .segment {
  margin-left: 2.02702%;
  width: 31.29251%;
}
@media screen and (max-width: 768px) {
  .lay-01.col3 > .segment {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .lay-01 {
    margin-left: 0 !important;
  }
}

.full .lay-01.col2 {
  margin-left: -27px;
}
@media screen and (max-width: 768px) {
  .full .lay-01.col2 {
    margin-left: 0;
  }
}

.lay-col-01 .lay-left {
  float: left;
  width: 69.47368%;
}
.lay-col-01 .lay-left-inner {
    width: 100%;
    float: right;
    max-width: 563px;
}
@media screen and (max-width: 768px) {
  .lay-col-01 .lay-left-inner {
    max-width: 100%;
  }
  .lay-col-01 .lay-left {
    float: none;
    width: auto;
  }
}
.lay-col-01 .lay-right {
  width: 28.42105%;
  float: right;
}
.lay-col-01 .lay-right .btn-list-01 li a {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .lay-col-01 .lay-right {
    float: none;
    width: auto;
  }
}

.box-03 .lay-col-02 .lay-left {
  float: left;
  width: 62.3347%;
}
@media screen and (max-width: 768px) {
  .box-03 .lay-col-02 .lay-left .link-list-01 li {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .box-03 .lay-col-02 .lay-left {
    float: none;
    width: auto;
  }
  .box-03 .lay-col-02 .lay-left .link-list-01 li {
    box-sizing: content-box;
    width: 41% !important;
  }
}
.box-03 .lay-col-02 .lay-right {
  float: right;
  width: 35.46255%;
}
@media screen and (max-width: 640px) {
  .box-03 .lay-col-02 .lay-right {
    float: none;
    width: auto;
  }
}
.box-03 .lay-col-02 .lay-right .btn-download {
  margin: 0 auto;
}

.img-lay-01 {
  text-align: center;
}
.img-lay-01 img {
  max-width: 100%;
}
#products .img-lay-01 img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -468px;
  top: 93px;
}
#corporate .img-lay-01 img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -468px;
  top: 59px;
}
@media screen and (max-width: 950px) {
#products .img-lay-01 img,
#corporate .img-lay-01 img {
  left: 0;
  margin-left: 0;
}
}
@media screen and (max-width: 768px) {
#products .img-lay-01 img {
  max-width: 100%;
  position: absolute;
  left: 5%;
  top: 29%;
  margin-left: 0;
  width: 76.875%;
}
#corporate .img-lay-01 img{
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 11%;
  margin-left: 0;
  width: 100%;
}
}
#products .img-lay-01 {
  height: 290px;
  width: 100%;
  background: url("/products/images/index-img_01.jpg") no-repeat center center;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
#corporate .img-lay-01 {
  height: 290px;
  width: 100%;
  background: url("/corporate/images/index-img_01.jpg") no-repeat center center;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
#products .img-lay-01 .sp,
#corporate .img-lay-01 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
#products .img-lay-01 {
  background: url("/products/images/index-img_01-sp.jpg") no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 51.56%;
}
#corporate .img-lay-01 {
  background: url("/corporate/images/index-img_01-sp.jpg") no-repeat center center;
  background-size: cover;
  height: 0;
  padding-top: 60%;
}
#products .img-lay-01 .pc,
#corporate .img-lay-01 .pc {
  display: none;
}
#products .img-lay-01 .sp,
#corporate .img-lay-01 .sp {
  display: block;
}
}
@media screen and (min-width: 1280px) {
  #products .img-lay-01 {
    height: 290px;
    position: relative;
    overflow: hidden;
    background: url("/products/images/index-img_01.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  #corporate .img-lay-01 {
    height: 290px;
    position: relative;
    overflow: hidden;
    background-color: #d6f4ff;
    background-image: url("/corporate/images/index-img_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1280px auto;
  }
}
.img-lay-01 .caption {
  font-size: 85.7%;
  color: #666;
  margin-top: 8px;
  display: block;
  text-align: left;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .img-lay-01 .caption {
    padding: 0 6px;
  }
}
.img-lay-01.col2 {
  margin: 0 0 10px -20px;
}
.img-lay-01.col2 > li {
  width: 47.29729%;
  margin: 0 0 10px 2.7027%;
  float: left;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .img-lay-01.col2 > li {
    float: none;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .img-lay-01.col2 {
    margin-left: -10px;
  }
}

.full .img-lay-01.col2 > li {
  width: 47.5%;
  margin: 0 0 10px 2.08333%;
}
@media screen and (max-width: 640px) {
  .full .img-lay-01.col2 > li {
    float: none;
    width: auto;
    text-align: center;
  }
}

.img-right-01 {
  margin-bottom: 10px;
  overflow: hidden;
}
.img-right-01 > .lay-right {
  margin-left: 20px;
  float: right;
}
@media screen and (max-width: 640px) {
  .img-right-01 > .lay-right {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .img-right-01 > .lay-right img {
    max-width: 100%;
  }
}
.img-right-01 > .lay-right .caption {
  font-size: 85.7%;
  color: #666;
  text-align: left;
  line-height: 1.66;
  display: block;
  margin-top: 8px;
}
.img-right-01 > .lay-right p {
  text-align: center;
  margin-bottom: 0;
}
.img-right-01.var-01 .lay-left {
  overflow: hidden;
}

.img-left-01 {
  margin-bottom: 10px;
  overflow: hidden;
}
 #products-about .img-left-01 {
  padding-bottom: 1px;
 }
#ir-information .img-left-01 h3 {
  color: #194a93;
}
#ir-information .img-left-01 h3.sp,
#ir-information .img-left-01 h4.sp {
  display: none;
  margin: 10px 0;
}
#ir-information .img-left-01 h4 {
  margin: 5px 0;
}
#ir-information .img-left-01 h4 span.logo_txt {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  background: #194a93;
  padding: 1px 6px;
  margin-right: 5px;
}
#ir-information .img-left-01 h4 span.logo_txt small {
  position: relative;
  top: -3px;
  right: -1px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
#products-about .img-left-01 {
  padding: 0 20px;
}
#products-about .img-left-01 img {
  width: 100%;
}
#ir-information .img-left-01 h3.pc,
#ir-information .img-left-01 h4.pc {
  display: none;
}
#ir-information .img-left-01 h3.sp,
#ir-information .img-left-01 h4.sp {
  display: block;
}
}

#corporate-message .img-left-01 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
#corporate-message .img-left-01 .pc {
  display: none;
}
#corporate-message .img-left-01 .sp {
  display: block;
}
}
.img-left-01 > .lay-left {
  margin-right: 20px;
  float: left;
}
#corporate-message .img-left-01 > .lay-left {
  float: none;
}
#corporate-message .img-left-01 > .lay-left {
  margin-right: 0;
}
#corporate-message .img-left-01 > .lay-left img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .img-left-01 > .lay-left {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .img-left-01 > .lay-left img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #corporate-message .img-left-01 > .lay-right {
    width: 91%;
    margin: 7px auto;
  }
}
.img-left-01 > .lay-left .caption {
  font-size: 85.7%;
  color: #666;
  text-align: left;
  line-height: 1.66;
  display: block;
  margin-top: 8px;
}
.img-left-01 > .lay-left p {
  text-align: center;
  margin-bottom: 0;
}
.img-left-01.var-01 .lay-right {
  overflow: hidden;
}
#products-about .img-left-01 img {
  border: 1px solid #ccc;
  box-sizing:border-box;
}
#products-about .img-left-01.var-02 .lay-right,
#ir-information .img-left-01.var-02 .lay-right {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #products-about .img-left-01 > .lay-left {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  #products-about .img-left-01.var-02 .lay-right {
    margin-left: 0;
    float: none;
  }
  #ir-information .img-left-01.var-02 .lay-right {
    margin-left: 0;
    float: none;
  }
}
#products-about .img-left-01.var-02 .lay-left,
#ir-information .img-left-01.var-02 .lay-left {
  overflow: hidden;
  float: none;
}
@media screen and (max-width: 768px) {
  #products-about .img-left-01.var-02 .lay-left {
    overflow: visible;
  }
}
#products-about .img-left-01.var-02 .lay-left p {
  text-align: left;
}
#ir-information .img-left-01.var-02 .lay-left h3,
#ir-information .img-left-01.var-02 .lay-left h4,
#ir-information .img-left-01.var-02 .lay-left p {
  text-align: left;
}

img[usemap] {
  height: auto;
}

.table-01 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
.table-01 thead th {
  background-color: #e0e0e0;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 10px;
}
.table-01 thead .corner {
  background-color: #e0e0e0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 10px;
}
.table-01 tbody th {
  text-align: left;
  background-color: #f4f4f4;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 10px;
}
.table-01 tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 10px;
}
.table-01 tbody td *:last-child {
  margin-bottom: 0;
}
.table-01 tbody td input {
  box-sizing: border-box;
}
.table-01 tbody td.mail {
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .table-01 {
    font-size: 85.7%;
  }
}
.table-01 + .list-notes-01 {
  margin-top: -16px;
}

.btn-01 {
  max-width: 354px;
  margin: 0 auto 20px;
}
.btn-01 a {
  border: 1px solid #ccc;
  display: block;
  color: #333;
  font-size: 114.3%;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 38px 20px 10px;
  text-align: center;
  position: relative;
}
.btn-01 a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAMAAAAMT46wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMxQTFRFGTeK7e/29Pb5RV2gJ0OR8fP4V22qOVOb0dfo9vf6Umin+vr83ODtJUGQXnOt8fL4xc3iMUyWRF2gUWimPVacSWGiS2Kj6Ovz1Nnp/f3+3+Tv09npQFmeW3Cr8vT5dIa4boG1Znqx4+fxNlCZm6jM+fr81tzq5uny6u30VWypKUWSJECQMk2XK0eTTmWl6Ov0NU+YLEeUaHyyQVqe7O/1/P3+6ez0zNLly9Lk8PL3L0qVY3ew+Pn7U2mnXXKs4OTv2d7sLUiU+/z9////m2y8ZgAAAER0Uk5T/////////////////////////////////////////////////////////////////////////////////////////wBx0o8SAAAAkUlEQVR42lTQRQLCUAwE0KkrbkWLuxd3yP3vxC75ze4tYgNKFaj51FT6SKYKNQPlmpCuFTh9IVlrbN9C0n0UQiF5Nm4fIT1e2EVCCu6Yu0L67WFehHTKYCa0DBRzzE4VrQP3eiU4G548sjGY8N4gi2WDrzr28A355noXq7F8FMN05d8hFmclDb2dV7NK1V+AAQCfhUPVVwxoBwAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 14px;
  height: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.btn-01 a:hover {
  background-color: #edf1fa;
}
.btn-01 .prev {
  padding: 20px 10px 20px 38px;
}
.btn-01 .prev:after {
  background: none;
}
.btn-01 .prev:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAURJREFUeNqc1E8oRFEUx/H3ECV/UkQslBTJgoUslJARis0kOztbJVsbZW1tZWWhlBSR5G/JQqSwUJSFUijJJEk931Pn6TbNuKc59ZlXb+7v3fvunxdGURTkUgXyU9I6b2lbiVXMpK5nL/KMHVTjAD1Y+OvRU7XYQzMuMSY3fT3W40hDZ+jDiy/YoKFGnCCBt/jPbMEmHDs9DuLdbZAp2IJD1GEXw0ilN0oPtmmoBpsYxWemIbnBDuyjCmtI4ivbBMTBLh1WBVYwju//pjsOzqEcH5jGj29x42BSF7cUW/oQU1CmegA3aMcOyizBQHeELPIdOrGBYktQ6gm9eEA31lFkCUo9ol+vCT1KhZag1L2GnzGCZeRbglK3Gn7Vo7Tktvcdqytng09gEaElKHWOId3ok5iyBqVO9V23dchBmOtX7leAAQC22EMiUwrSpQAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 14px;
  height: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.btn-01.left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .btn-01.left {
    margin: 0 auto 20px;
  }
}
.btn-01.right {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .btn-01.right {
    margin: 0 auto 20px;
  }
}
.btn-01 input[type="submit"] {
  border: 1px solid #ccc;
  display: block;
  color: #333;
  font-size: 114.3%;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 38px 20px 10px;
  text-align: center;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAMAAAAMT46wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMxQTFRFGTeK7e/29Pb5RV2gJ0OR8fP4V22qOVOb0dfo9vf6Umin+vr83ODtJUGQXnOt8fL4xc3iMUyWRF2gUWimPVacSWGiS2Kj6Ovz1Nnp/f3+3+Tv09npQFmeW3Cr8vT5dIa4boG1Znqx4+fxNlCZm6jM+fr81tzq5uny6u30VWypKUWSJECQMk2XK0eTTmWl6Ov0NU+YLEeUaHyyQVqe7O/1/P3+6ez0zNLly9Lk8PL3L0qVY3ew+Pn7U2mnXXKs4OTv2d7sLUiU+/z9////m2y8ZgAAAER0Uk5T/////////////////////////////////////////////////////////////////////////////////////////wBx0o8SAAAAkUlEQVR42lTQRQLCUAwE0KkrbkWLuxd3yP3vxC75ze4tYgNKFaj51FT6SKYKNQPlmpCuFTh9IVlrbN9C0n0UQiF5Nm4fIT1e2EVCCu6Yu0L67WFehHTKYCa0DBRzzE4VrQP3eiU4G548sjGY8N4gi2WDrzr28A355noXq7F8FMN05d8hFmclDb2dV7NK1V+AAQCfhUPVVwxoBwAAAABJRU5ErkJggg==) no-repeat 90% center;
}
.btn-01 input[type="submit"]:hover {
  background-color: #edf1fa;
}

.btn-list-01 {
  margin: 0 auto 20px;
}
.btn-list-01 li {
  margin-bottom: 20px;
  max-width: 270px;
}
.btn-list-01 li a {
  display: block;
  border: 1px solid #ccc;
  color: #333;
  font-size: 114.3%;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 38px 20px 10px;
  text-align: center;
  position: relative;
}
.btn-list-01 li a:hover {
  background-color: #edf1fa;
}
.btn-list-01 li a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAMAAAAMT46wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMxQTFRFGTeK7e/29Pb5RV2gJ0OR8fP4V22qOVOb0dfo9vf6Umin+vr83ODtJUGQXnOt8fL4xc3iMUyWRF2gUWimPVacSWGiS2Kj6Ovz1Nnp/f3+3+Tv09npQFmeW3Cr8vT5dIa4boG1Znqx4+fxNlCZm6jM+fr81tzq5uny6u30VWypKUWSJECQMk2XK0eTTmWl6Ov0NU+YLEeUaHyyQVqe7O/1/P3+6ez0zNLly9Lk8PL3L0qVY3ew+Pn7U2mnXXKs4OTv2d7sLUiU+/z9////m2y8ZgAAAER0Uk5T/////////////////////////////////////////////////////////////////////////////////////////wBx0o8SAAAAkUlEQVR42lTQRQLCUAwE0KkrbkWLuxd3yP3vxC75ze4tYgNKFaj51FT6SKYKNQPlmpCuFTh9IVlrbN9C0n0UQiF5Nm4fIT1e2EVCCu6Yu0L67WFehHTKYCa0DBRzzE4VrQP3eiU4G548sjGY8N4gi2WDrzr28A355noXq7F8FMN05d8hFmclDb2dV7NK1V+AAQCfhUPVVwxoBwAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 14px;
  height: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.btn-list-01 li a.btn-icon {
  padding: 20px 38px 20px 82px;
  text-align: left;
}
.btn-list-01 li a.btn-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-list-01 li a.btn-icon.price:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA05JREFUeNrsmFlsTFEYx0dNFVMVRCOqLyLxYEl5sBWJEKplqNi3B4mdBwkJIUQ88CAS1L6kiaiIqNTSemqQ2KqhZkQkxNiD2msJrdT/43/l5OScO3e6zLz0S37pveece+//nO9833em/kCfLfW+f7YNrPMlxjqAH6AuyZc4awemgtMgAv4ujD/OIlLAWDATBEEq22+C3/ES1BqMBjNAPuhkGFPlXMRD0BqwNcqY/4LisYckWJY5LmlKQcmgcwNF7QNzLX0iNByrIJnhO/AePABDYxTUHqy09D0E32IRNBIUgDTe9wbF/IgXa8Pxw3h/HYSU/rvqYC+CJoJWWls3MNhjhB0D43gvrhkPhoOLbLsTq6C2lvbDzCU2k0nsBdN5/4jh/xnUcKIH1A3tRdAK7h+T9QQl4DzoZYmuRbx+AcaAaqW/DiwB5epDbnloM9jI61pwhjXnGtP+au6PPM58O7gPshmNs/hsNV321PKd2miCxO+7lJX5DqaBUm1cIcfl0K0bDO8S90ygULd9Jq5fDDaZXJaviPnIpS61hKts0CngmeVj+0GFpS9DBHDlirmKT/yWMBV7xUH3ouwzceVrulK3NEvbUTBJ85DkojdJLskq24MYxySvfDC0XzG0fQEHufqqRWxRJpl4hCyfFvrLWSSDhrwks5ujiJKzzR5w0jKBx4a2iG1T39buUznTAUpbgaEUSKLLBP3BS/DcIqYrKONfH/fYILcV0m2BJsbH1co0jJWIvOEiRsrNOSVvHQdDuLohL+ch6R9lycKVfGGhVpvcwvuEUnLKOVlxb5GXTC0P3gKTLf3pYBWLY4jX6S7v262UmjDTxS99kElQR+YPCeMsttU4h3BGyU5ufsf6gR0sESVMpCn86CFwCixVykguk6bRJbrlMWs60XIErOVZOIPF0HmZbMZ5YDbLRTJXIcjICxgydy5FGc3NZWGG/0IezKRaX9ZmVsFo686qfkGpTQFLEg27bTSToK88mA8EVz0mxp90i9StHmC9ZVwXn4co0u1sIw/1b5lA5/N0qdqlaA8316+Oeh7q1SNHERNqzCvUVFbJBNgXfNJKUUIEOafCqlgeSOQ/G1oENcjUPZTTiJ/KzSIoS6ldLS5z7I8AAwDS5LOUNlANDQAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 36px;
  height: 36px;
  left: 24px;
}
.btn-list-01 li a.btn-icon.finance:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAApCAYAAACPzoEeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAvJJREFUeNrsmUloFEEUhnvioJBJFHRE3OIhCMEheDOK20H0YPAiRFERFEQwgkQUt4tgCAZPAUGIIqiHoHHEqyuKWxRURBKMSgIajAZUVNxx+x/8DUUxPZmeqenUtP3goztdU939d72q914llkg1OxZbOXgOpni0fwApMJjtJnHHbktSYB94qLXVgFowodRFunYJNGrX9oCDuXQuc/4Di0RGIiORkch8rR48Icv9dCwkhFSCiR5tX8EbgwIrwBmQ4N+doC0Ikb1ZMpG/YD7oMiSyUhHo8LwiCJFuJpLWrs8CK8B4gyP5B3xWhKX9eEqhGU8vMw/V1lKkSVvJ425wD9wEu4ISGaQdAYfCuLrW8PgY7AhjCJEK5DjPb4PvYRMZAyfBNNuSgVEG77WTAf+CLSLruZx/AvuGcb9HDDuZuAPGgLmgBXSD7TaIFLc6ASZxq6JFWSx0mwxmM+b1a4wG89j3NPgJVjFzKtjiBlw0oV1bOkwfWUxaM4SHLeAomAE2MEetsmEka7W5+JHu5o6cX5sDTnHRsaYKkdTuNVhMVxNhx9jWzvOkzwyq0ZZSaz+PL8BCcAM8Bd/AdbbJXNvEF9+c5VnjwDKebwRfTIuM5/FRDitfW1bAAY/fNnFBaeOo9nv8TuZhNc8HR7polhfuoMCLOfY5z6qkVQnsC1ihLKJHyCr6u5iZRa4jKSXOObpVB93qR459xf32gqvgMuPqkPJsGb1rYN1Ibn/IDvUVChRXXc845teGeOzRPm7SVDzMV+R0cAvU0bW2MZgXYl3aPd6BX0GLlJHbyoAs2f9MBuoDhp7Zx3n9kivvmmJn+/qcHAseMOtw6JbyEmcNP7eduLY6yJFcoggUe18EgYGbLrJHmx/dTghMF/mMS7nMxTQzlpK3THGyk4TGov+FRCJLbE5OZaGbj2CpHxu0a3VKIl6uXK9SCm29T7WyX/RWS/nc9oYMBbvDdNNry0Uyq7uxRKp5wDG09WepvSpjhhNmu/9PgAEAxEGOtaifv5AAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 57px;
  height: 43px;
  left: 14px;
}
.btn-list-01 li a.btn-icon.stock:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5JJREFUeNrMmWlIFHEYxmfX7dJSCzKI6BBSU6SoSAsqNQyJoKQouwu7PkR0QYdEZh+SqIT6ElTQgd1FiSJlaQdSfZElO02qL1FZVEuFmdX2vO0zNE676jizO/vCjxl0d3zmf7z/9310RKXsUiyOCeAGaAEe0ADcoIY0G3mYU7E+hoKe4B3FTAabQAV4Aw6BxFALjAYxup/tBEmgN0gHhRS4CjwGx8CAYAiUhy4HpeCRZio/gSl+Pv8D3KfgZJAN7oIl4AmYZZXALFAOXoPDYD7oC+5RgKMTI+IF18FECpTvXAC7ed8lgUl8qCz8aeA2p2kwGMg1dsDgLIjQE2A8aARb+NL/iXR18KA1YC/oDi5yHT20cEM9BWngCsgH78HWzoygCDoJDnI35oDZFotT4yOYDurBZpDbkcAIcA4sZN4aA64pwQ3ZZDPAZ3AU9G9P4BF++DJH7oMSmngJ1nHj7QkkcCVYCqrBXKaIUIYsq1qwGCToBQ4BJeAtmGeDOHV3F1LXer1AERcJVoAmxb6QdPYM5MmRqQocBWZyM5Qr9oaXmzQWZKoCNzJJFinhEZW8Zjh5mOeyJKoNE4F1oFVm1skzNgqcVcInWph2ElwUKFFl8R9J4yiYWYv9RGAqU4rbImE/eV1LzESrCBwOnoNfFgksA8t4npuNRhe38yuLxGVx05k98qq05VYf8MXkQ7/ymk/MhMxkN67BvwI97CnMRAWLWbOjtx2kqOJUgVKPxVnw1pUWLJEC/THrZMkdz2G1MyI0G7aNQDdHcqzNAlNZrLj1Amt4n22zwBxea/wJlFJ7gc0Cpbz6pj/RROB3cIYV7FSbxEmfPBKc16SsNiW/FKu/wY5ADXSQo4ipZX+gxr2BjbQ4U4tCLE56nwwWqfX6Xzo09lscG2kZwdE8coIdg1j7iRs2grZKQOujiaZQLDv9mCCLi6RbIT3wan/i/LWdl0Axc1KZBUdgoIhi7zOOvs4pI+7WNnb3k2gUDQvCtN6ShggcZ7OuGBHoZetZzK1fx0baYVGuc9NOKWHd6DUqUBUpLtMc3sub3jGRJ2W0boLTPPPF99nQkbj2BKohiTNZ+eflXVV8rqh0/+ntFBgurq8COmLVTMYiUPzG0s6+mcOAy59IOyJPs8OlKXqh+Hw9OZF6cFfGa0p+KYbFRd2n+CxjQ+Howr8henHKMulIJDA1RVOMh9bFA46cWBnNXV20fwQYADotx4r1ajXDAAAAAElFTkSuQmCC) no-repeat 0 0;
  width: 40px;
  height: 40px;
  left: 24px;
}
.btn-list-01 li a.btn-icon.event:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAjCAYAAAATx8MeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfRJREFUeNrsmE8oBHEUx2ft+tf6l4SscHATUXJCUZxYioMLOTnKRUguHPYgWtbFbd3kZBWluODohINctIuIpd3asm20vr+8qen1m52N2j81rz7tezvf5vfmvTfvMDZ704qSwCxgBwyDDbAk0VjBLuin65sSTTU4Ag4wAY4THZqjJLZGMA6KwRzIk2jawCgoAYs69xkjXSWYMTjTMKkCjZ8LCg00+Uncp8goKZvmtxc0sOsOFk+CT0k1VROVnJKc08FaKdP4wSn4smCmauD4QLuSfrsU8ysq5KaEbsEZE5XTvKjmBTHJEDvJj5GGW6umWi/gQKLppjzcolIR6nkVeGfCZnClictAmGk6wTn5YdJwmwcu8i9Al0RTQQlHxaDbQUSSkPpUUfKfJQkJewDfGl9m9xr/TkcTpDzsNoMev4FBwqujEQM6AnrAto5mj9aBeHFWjQZLtC+eoOypthAozVEy0Izax9vxARbY2+limiewzPbYLNNcg62/ti/O4gCo18R1NFP8wBadt1O1QzCQVe3LypnqY3GUxa8STYTFNxJN8D9JnRhcjyahCSWhyf72mSvBXAnmSjBXgrkSzJVgroQUrgRrhnTOqiblpy8hzjQnNER5BERSHvrTRysgXexTHh4xU+tUsWlQm8ZKPSq/XwHXfgQYAOHnrxjnCi9WAAAAAElFTkSuQmCC) no-repeat 0 0;
  width: 37px;
  height: 35px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .btn-list-01 li {
    margin: 0 auto 10px;
  }
}
.btn-list-01.ver-01 li {
  display: inline-block;
  min-width: 238px;
  max-width: initial;
}
@media screen and (max-width: 640px) {
  .btn-list-01.ver-01 li {
    display: block;
    max-width: 270px;
  }
}
.btn-list-01.ver-02 {
  display: table;
  border-collapse: separate;
  border-spacing: 3px 0;
  width: 100%;
  margin-bottom: 20px;
}
.btn-list-01.ver-02 li {
  display: table-cell;
  vertical-align: middle;
}
.btn-list-01.ver-02 li a {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .btn-list-01.ver-02 li a {
    font-size: 85.7%;
  }
}
.btn-list-01.ver-02 li input[type="submit"] {
  display: block;
  color: #333;
  font-size: 114.3%;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 38px 20px 10px;
  text-align: center;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAMAAAAMT46wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMxQTFRFGTeK7e/29Pb5RV2gJ0OR8fP4V22qOVOb0dfo9vf6Umin+vr83ODtJUGQXnOt8fL4xc3iMUyWRF2gUWimPVacSWGiS2Kj6Ovz1Nnp/f3+3+Tv09npQFmeW3Cr8vT5dIa4boG1Znqx4+fxNlCZm6jM+fr81tzq5uny6u30VWypKUWSJECQMk2XK0eTTmWl6Ov0NU+YLEeUaHyyQVqe7O/1/P3+6ez0zNLly9Lk8PL3L0qVY3ew+Pn7U2mnXXKs4OTv2d7sLUiU+/z9////m2y8ZgAAAER0Uk5T/////////////////////////////////////////////////////////////////////////////////////////wBx0o8SAAAAkUlEQVR42lTQRQLCUAwE0KkrbkWLuxd3yP3vxC75ze4tYgNKFaj51FT6SKYKNQPlmpCuFTh9IVlrbN9C0n0UQiF5Nm4fIT1e2EVCCu6Yu0L67WFehHTKYCa0DBRzzE4VrQP3eiU4G548sjGY8N4gi2WDrzr28A355noXq7F8FMN05d8hFmclDb2dV7NK1V+AAQCfhUPVVwxoBwAAAABJRU5ErkJggg==) no-repeat 97% center;
}
.btn-list-01.ver-02 li input[type="submit"]:hover {
  background-color: #edf1fa;
}
@media screen and (max-width: 640px) {
  .btn-list-01.ver-02 li input[type="submit"] {
    font-size: 85.7%;
  }
}
.btn-list-01.ver-02 li input[type="submit"].prev {
  border: 1px solid #ccc;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAURJREFUeNqc1E8oRFEUx/H3ECV/UkQslBTJgoUslJARis0kOztbJVsbZW1tZWWhlBSR5G/JQqSwUJSFUijJJEk931Pn6TbNuKc59ZlXb+7v3fvunxdGURTkUgXyU9I6b2lbiVXMpK5nL/KMHVTjAD1Y+OvRU7XYQzMuMSY3fT3W40hDZ+jDiy/YoKFGnCCBt/jPbMEmHDs9DuLdbZAp2IJD1GEXw0ilN0oPtmmoBpsYxWemIbnBDuyjCmtI4ivbBMTBLh1WBVYwju//pjsOzqEcH5jGj29x42BSF7cUW/oQU1CmegA3aMcOyizBQHeELPIdOrGBYktQ6gm9eEA31lFkCUo9ol+vCT1KhZag1L2GnzGCZeRbglK3Gn7Vo7Tktvcdqytng09gEaElKHWOId3ok5iyBqVO9V23dchBmOtX7leAAQC22EMiUwrSpQAAAABJRU5ErkJggg==) no-repeat 3% center;
}
.btn-list-01.ver-02 li input[type="submit"].prev:hover {
  background-color: #edf1fa;
}
.btn-list-01.ver-02 li input[type="submit"].conf {
  background-color: #c6cfe3;
}
.btn-list-01.ver-02 li input[type="submit"].conf:hover {
  background-color: #edf1fa;
}
.btn-list-01.ver-02 li .prev {
  padding: 20px 10px 20px 38px;
}
.btn-list-01.ver-02 li .prev:after {
  background: none;
}
.btn-list-01.ver-02 li .prev:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAURJREFUeNqc1E8oRFEUx/H3ECV/UkQslBTJgoUslJARis0kOztbJVsbZW1tZWWhlBSR5G/JQqSwUJSFUijJJEk931Pn6TbNuKc59ZlXb+7v3fvunxdGURTkUgXyU9I6b2lbiVXMpK5nL/KMHVTjAD1Y+OvRU7XYQzMuMSY3fT3W40hDZ+jDiy/YoKFGnCCBt/jPbMEmHDs9DuLdbZAp2IJD1GEXw0ilN0oPtmmoBpsYxWemIbnBDuyjCmtI4ivbBMTBLh1WBVYwju//pjsOzqEcH5jGj29x42BSF7cUW/oQU1CmegA3aMcOyizBQHeELPIdOrGBYktQ6gm9eEA31lFkCUo9ol+vCT1KhZag1L2GnzGCZeRbglK3Gn7Vo7Tktvcdqytng09gEaElKHWOId3ok5iyBqVO9V23dchBmOtX7leAAQC22EMiUwrSpQAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 14px;
  height: 23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.btn-download {
  max-width: 322px;
}
.btn-download a {
  font-size: 128.6%;
  display: block;
  border: 5px solid #8c9ed1;
  padding: 15px 48px 15px 14px;
  position: relative;
  text-decoration: none;
}
.btn-download a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK9JREFUeNpi5NZuZiAS/IfSjMQoZmKgERg1mPYGs5Aa28SmnuETxuVAPJVA8DBC1ZSTYjAnEGcB8WwgZsYizwyVA6nhxhV52EADVHMNELMBcSKaofOAOA6IW4G4jhSDQaAWakglELMiiS8B4gggbodazECqwSBQBQ0uUDiuhSYlkKGdUDkGcg0GgQpoRJVB+Z1QMQZKDYalkt9Qdg2xOY9YUDNoygr0GmJwZ2mAAAMAPY8X5tOO0c0AAAAASUVORK5CYII=) no-repeat 0 0;
  width: 22px;
  height: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}
.btn-download a:hover {
  background-color: #edf1fa;
}
@media screen and (max-width: 640px) {
  .btn-download a {
    font-size: 100%;
  }
}

/* 個人投資家の皆様へ */
div.glance_top_navi {
	margin-bottom: 30px;
	margin-top:1em;
}
div.glance_top_navi ul {
    margin: 0 auto;
}
div.glance_top_navi li {
	float:left;
	display:table;
	width:22.25%;
}
div.glance_top_navi li + li {
	margin-left:3.66%;
}
div.glance_top_navi li a {
	color: #fff;
	font-weight: bold;
	font-size: 107.1%;
	text-decoration: none;
	height: 60px;
	display: table-cell;
	padding-top: 160px;
	vertical-align: middle;
	text-align: center;
	background-repeat:no-repeat;
	background-color:#0B2B83;
}
div.glance_top_navi li.nav01 a {
	background-image: url(/ir/glance/images/index-nav_01.jpg);
}
div.glance_top_navi li.nav02 a {
	background-image: url(/ir/glance/images/index-nav_02.jpg);
}
div.glance_top_navi li.nav03 a {
	background-image: url(/ir/glance/images/index-nav_03.jpg);
}
div.glance_top_navi li.nav04 a {
	background-image: url(/ir/glance/images/index-nav_04.jpg);
}
div.glance_top_navi li a:hover,
div.glance_top_navi li a.active {
	background-color: #3ca1c9;
}

div.glance_navi{
	background-color: #CCCCCC;
	margin-bottom: 30px;
	margin-top:-5px;
}

div.glance_navi ul{
	max-width: 100%;
    margin: 0 auto;
    display: table;
    width: 100%;
}
div.glance_navi li{
	display: table-cell;
    width: 160px;
    border-left: 1px solid #fff;
    vertical-align: middle;
}

div.glance_navi ul.sp {
  display: none;
}
div.glance_navi li:first-child{
	border-left: none;
}
div.glance_navi li:last-child{
	border-right: none;
}
div.glance_navi li a{
	color: #333333;
    font-size: 107.1%;
    text-decoration: none;
    line-height: 1.4;
    display: table-cell;
    width: 1%;
    height: 60px;
    padding: 3px 10px 0;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
div.glance_navi li a:hover {
  color:#FFFFFF;
  background-color: #3CA1C9;
}
div.glance_navi li a.active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0b247a;
}
div.glance_navi li a.active:hover {
	background-color: #0b247a;
}
@media screen and (max-width: 640px) {
	div.glance_top_navi li {
		float:none;
		width:100%;
		margin-bottom:3px;
	}
	div.glance_top_navi li + li {
		margin-left:0px;
	}
	div.glance_top_navi li a {
		padding-top:0px;
		padding-left:60px;
		background-size: auto 100%;
	}
	div.glance_top_navi li a .spnone {
		display:none;
	}
	div.glance_navi ul.pc{
    display: none;
  }
	div.glance_navi ul.sp{
		display: block;
	}
	div.glance_navi li{
		width: 100%;
		display:block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: none;
		border-left: none;
	}
  div.glance_navi li img {
    width: 100%;
  }
	div.glance_navi li:first-child{
		border-top: none;
	}
	
	div.glance_navi li a br.spnone{
		display:none;
		}
		
	div.glance_navi li a{
		height:45px;
		}
}

#str-contents p.f_bb{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:1.5em !important;
	}
	
.f_blue{
	color:#0B2B83;
	font-size:40px;
	font-weight:bold;
	}	

/* ---------------------- */

.alc {
  text-align: center !important;
}

.all {
  text-align: left !important;
}

.alr {
  text-align: right !important;
}
#corporate-message .alr {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.middle {
  vertical-align: middle !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.fss {
  font-size: 85.7% !important;
}

.opa a:hover {
  opacity: 0.7;
}

.box-01 {
  background-color: #f4f4f4;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.box-01 .hdg {
  margin-bottom: 4px;
}
.box-01.ver-01 .hdg {
  position: relative;
  color: #db006e;
  padding-left: 28px;
}
.box-01.ver-01 .hdg:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUeNpivM2Qx4ADiALxKiC2AuLjQBwKxK+xKWTCJqjyfyKI6gNiByBmA2J7KB8rYMThEiMgPgOSRxL7D8SmQHyWKJcAQRfIAE4HFQbF120MIBpqYCex3vECYmcQQ7jNl4FZhJtBuNUHJucMlcdrCDMQd8A47IbSYJpNXxpZTSdUHU5D4oFYF8b5ee4JmP51/gmyGh2oOqyGcAFxE7Lkl9UXIPS6i+g+aIaqxzCkEIhR3P15xTmG/z9+M3wB0mhACqoexRAxIC5DV/n3xSeG1zlrGP48/4QtUsqg+uCG1AExHzaVn+aewJXGQOrrYYaoAXEaNlWgqFX63IUcxeggFaSfCRpIrNhUCJQ4MTDxsDPw59nhMgSkrwVkiD8uFR969jH8+/KT4eOkQwx4gD8o71yGxj254BrIJYlAfINMA0D64gECDADTfEp+u2XCKAAAAABJRU5ErkJggg==) no-repeat 0 0;
  width: 17px;
  height: 16px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.box-01.ver-01 .hdg-form {
  color: #db006e;
  margin-bottom: 10px;
}
.box-01 *:last-child {
  margin-bottom: 0;
}

.hdg-point {
  color: #fff;
  font-weight: bold;
  font-size: 121.4%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENUU3RjBGODQ0NzFFNDExQTRENUYzMUFDRDFDQ0UzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRDVERTk0QTQ4QzIxMUU1ODYwN0U1MTc0ODU1QUY4OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRDVERTk0OTQ4QzIxMUU1ODYwN0U1MTc0ODU1QUY4OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwRjMyNjdFODk0NEU1MTFCODNFQzk5MTYyNjg5NDEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1RTdGMEY4NDQ3MUU0MTFBNEQ1RjMxQUNEMUNDRTNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B5OVQAAAAAZQTFRFTqKoAXqCxak2iAAAAA5JREFUeNpiYGRgAAgwAAAHAAIJp6WQAAAAAElFTkSuQmCC) repeat 0 0;
  padding: 27px 20px 27px 63px;
  position: relative;
}
.hdg-point:before {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAqCAYAAABC8iBdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArlJREFUeNq8lk1oE0EUx5NYUyPaYEFqg1rxIwiKeFJRT4oHLyKCiJKjQkVvgogfvepZBPEiYk/iobdKTxWqDT2IxA802qIeLEovitrWGjP+B/8Dj+0k2ZnZ9sEvm327M/99M29mXloplYphwyAL9qUCLB1T7DMogCJ47yuWsfjKZFkkMm0HQiKzidXBHnA1abGUHsYIO8Ac2U7fBvXfpizvx0b/PAVvwXrx4Do7HxG+YVAOFXvGjifAOj7I0T8a0rlNrJuRaRsHa5MUiIppCqBKwZcLJWaycZKZVgFfLHl0DDwHv8E7cE6v0SSyMcoJUFfz7ZrvMDZjgp3fBpvBJd5PgxVJiq0UkSwX/k/07fKZszg7zLT4/53XbOh2tWC2qGJtDu+2M/WlbeVQfiBBqZ8TCZIX/heWpTAQSSLnBJlp8XwWvAJ/wFEesl/BI1Cat/BjpGyjyMYYub4/rux20yWyZjYuIq/y2gt28uDVh/B5sDGJyAbEfYE7SpvwvRFHV0n7XLKxQyzmKTAinumNfAuo8T4HesAcI+sHeRnBYVDhpvsR9PFLja0W72ZajIYuLa6AdnDDnJVSqGaZ4McNhtGFbrafNY5ROu6xFjkJvkWEc55ih9i+ahy/6OgRLxXBa/p/BpzQpni6mxETru2gmHR9Iu8GD8BYwBI5wuuQUb9MdV0rnrZ8XdYzqqKZL9BhnEvAfTE/OvR0AkXORfY3GD2p00x3U288DEgKQ5l9nWlUFpQYtuL+t8ZTSO8qf0lXsxpkP+t6xQXe6SHWy/ZP4hQ8m0Rl1e8hNsS2F+JWV3vFznLWQSjPzFb86Nh1Yx8b1RosCxun2KbiWqTqLL0jlsW2GG1uiSXkdHgqHoqTDhVZJlJfOpVySpxVSxejlDPWBVa1eKczVKzO66BDmxnfiviHxyjMyZt/AgwA3ihYodLKD/AAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 27px;
  height: 42px;
  top: 17px;
  left: 22px;
}

.box-02 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 18px 20px 8px;
  margin-bottom: 20px;
}
#products-about .box-02 {
  border: none;
  padding: 0;
  margin-top: 11%;
}
#products-about .box-02 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #products-about .box-02 {
    padding: 0 20px;
  }
  #products-about .box-02 .pc {
    display: none;
  }
  #products-about .box-02 .sp {
    display: block;
  }
}
#products-about .box-02 img {
  width: 100%;
}
.box-02 *:last-child {
  margin-bottom: 0;
}

.hdg-index-01 {
  font-weight: bold;
  font-size: 121.4%;
  padding: 20px 20px 20px 75px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: relative;
}
.hdg-index-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hdg-index-01.library:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAoCAYAAACSN4jeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5RJREFUeNrsmGtozXEYx+1sw8y1zd1GYVNMyW0ujRhrcwnb8MoLypJLvEG8kESUvCDlxUQNL4wxDHNXIyGWmhVlm5LJ/TB35vvoc+rXmnVm52wr51efztl/v8v39/ye53f+zxMWP2FnmwC04SITqkVqUyeMaMLYkQjJEoPFL3FL5Dp9wkWyeCReBktYmBgr5olsMUD8FCVijygQz5gzFdHWt4fYJjYGUphHTGABs0w/8UNcEzvECfFCtBVTxWYxR8SIz6JYHAdrkWIS88WLueK7v8LCncG2617im7jMwibmtWgvptNntugqasRZhJzh7w4iHREzRDfxhXl++mMx2/F8BMUy+AJHVCjeOYuYmJmik/AiwsScw1IxWNislyaixHtRJE4ivqYeg4zGqiUmrAsTTxSfmNzEnBYfWDyDhTIQ95Y+BRzXV9FHLMYyk9i0HXMe1rmC5esaZjIbtXE9eb7V/rFFjBOrxH7EWZvCszSO7ZU4gphL+Ib5yXImTsYnn4jdiLlJtLotktPJxKKxdfxxociJ4EshkeVrOWIfOz7IgKv4RB8ELxCjiNZy2yVi7tfjMu3ENKw+Gz/7xJEe4/MDfYeaL5qw7twzvtaRiCtmEp/5k8ROdmv+8EBsYuLyesREYe1s/LEzixcx5pxzOn5F5Uj8brcjKgI/tMW2i8N/ERONH/qCI5qgOYWYYoLqn+6xjnx6nWcJ+JM594E6/S04ZhHNGYh/I47iAhfrcfqA3fzPmXwpVrBLtq8YI1Kc4Mhz/PF7c/xW2vWwBB/zBckvfDMXp7/e0IUZLGEWeefxrTicv5owD0rz+NnPrPWUI7PPCn433/DK02LCYnHqts6zntxHcS0prNlbSFiwhHlbq7Da0FGGhP3vwiJaq7Do0FGGhDVOU62HV+DWInAYuUOZRVmVSGxBMYNI8YwRpHgZHool6Y44r5P9BKtZPW2DuCceU6ayHGI9GVmJhzzR3t1viDWOsLEBFpNAjayUJGYryYuJGUhWv4Nc4s+FWSnGU7fY5Uy0gspMaRPEJDrH5MsN7oh1Ip/cocGb/CGFlRQs5aXYYpMccvq5QVJB/lhWZ84hCMlCjL0y3RVrEVPpV1rWQHG4N4W6RRRFrO0Vq0l43ZZEGSmbyKplU/mUBioba+owP6rW0YhcSZWngrT/I9m4lZ/6I+a2I6aqKQ4Z1shyut0xy6j8dcBRSxFaSM4ZkPZbgAEA+oDi+zR/WkYAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 38px;
  height: 40px;
  left: 22px;
}
.hdg-index-01.news:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAnCAYAAABuf0pMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgVJREFUeNpi5NNtuc7AwKDBMDDgBgvU8kdAfJLOlpuD7GaBco4AcTSdHbAUiKOYGAYYsGAR+09Az1Yg9gHiGCDWIdE+kNlLgPgqPgcQA0AhNw+IWcnQKwrEKZQ64B8Q+wGxPon6/gLxKkJRQCzYAcUUgQFPhIMyFxALeoFYj4y0048cdZTkAlBK5iND7x1CDnhPwIAvUJ8YALEyGbngJKEoECLSsPtQPJoLqJoLashI2aSCaUB8AJcDSoCYn8YOeIvPARZArEtDy/8A8V58UXADikdOIhx0DjgNbbXQCv+FJvQBDYH/+BKh6YhPAwNeFEeS0dCEgc/QRsoPShwwF4g5KfAQKBcZAXEIEWoVQSUjugP8oQaQA0ANmX1AnA3ExtD+5h886kGtqfvoDtgNxZSAndA+QywQH8KhhhdaKZ2kRSI8B6UN8Kjxhfaq9qGHgDgQy+DQ9AuIv+Ix9AMQvwPie1C+Eh61oGj6DsTr0R1wCYjFyPT5byA2Q+p44mpXRAGxFRBPADka3QGroW0CZMBMRPNbAOp7UCiwQcW+Y1FnA8SzgfgZEDdhy4Y5VEgDKlD6DZoDQZVQOdRhQbDmPwsNEiEs8T0GYg+oZeHQULwEHYm5gl4Q2aB3mykAsCbdLCSxs0A8CYiXoZcNLNAmGGigSo6K7b7bUEtPAPF2IL6FSzFAgAEADGR5JFeE8foAAAAASUVORK5CYII=) no-repeat 0 0;
  width: 32px;
  height: 39px;
  left: 20px;
}

.box-03 {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.box-03:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  zoom: 1;
  content: "";
}
.box-03 *:last-child {
  margin-bottom: 0;
}

.box-if {
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 20px;
}
.box-if iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-if.ver-01 {
  padding-bottom: 126%;
}
.box-if.ver-02 {
  padding-bottom: 147%;
}

/*201612追加部分*/
.img_ir{
	float:left;
	padding-right:20px;
	}

	
.ir_text{
	padding-left:15px;
	padding-top:15px;
	}	
	
.f_l{
	float:left;
	width:50%;
	}	
	
.f_r{
	float:right;
	width:50%;
	}
	
.t_p {
	font-size:121.4%;
	font-weight:bold;
	line-height:1.47;
	margin-bottom:5px;
}

.wd100p{
	width:100% !important;
	}

.slider > li {
  height: 100px;
}
.slider > li > img {
  height: 100px;
}

/*common addman*/
@media screen and (max-width: 768px) {
  .slide-text {
    display: none;
  }
}


@media screen and (min-width: 769px) {

  .mv-area li p {
    width: 100%;
    line-height: 1.0;
    position: absolute;
    bottom: 124px;
    left: 50px;
    margin-left: 0;
  }

  .mv-area li p {
  }

  .mv-area li p span {
    /*display: block;
    width: 100%;
    width: 948px;
    margin: auto;*/
  }

  .mv-area li p img {
    width: auto !important;
  }


  .bx-pager {
    width: 100%;
    position: absolute;
    left: 50px !important;
    margin-left: 0;
    top: auto !important;
    bottom: 104px !important;
  }
  
  .slide-text .inner-text {
    position: absolute;
    left: -186px;
    bottom: -4px;
  }
}



@media screen and (min-width: 1080px) {

  .mv-area li p {
    width: 100%;
    line-height: 1.0;
    position: absolute;
    top: 0;
    height: 471px;
    bottom: auto;
    left: 10%;
    margin-left: 0;
  }

  .slide-text .inner-text {
    position: absolute;
    left: -186px;
    bottom: 64px;
  }

  .mv-area li p {
  }

  .mv-area li p span {
    /*display: block;
    width: 100%;
    width: 948px;
    margin: auto;*/
  }

  .mv-area li p img {
    width: auto !important;
  }


  .bx-pager {
    width: 100%;
    position: absolute;
    left: 10% !important;
    margin-left: 0;
    top: auto !important;
    bottom: 114px !important;
  }
  
  #index .lay-col-01 {
    max-width: 1080px;
    margin: auto;
  }

  
  #index .mv-area .lay-right {
    top: 100%;
    left: 50%;
    width: 400px;
    margin-left: 100px;
    margin-top: -68px;
  }
 

}


  #index .lay-col-01 .lay-left {
    padding-left: 9999px;
    margin-left: -9999px;
  }

@media screen and  (min-width: 1280px) {

  .bx-viewport{
    height: 547px !important;
  }

  #index .mv-area .lay-right {
    left: 50%;
    width: 400px;
    top: 100%;
    margin-left: 100px;
    margin-top: -68px;
  }

  .slide-text {
    height: 471px;
  }

  .slide-text .inner-text {
    position: absolute;
    left: -186px;
    bottom: 64px;
  }

  .mv-area li p {
    width: 948px;
    line-height: 1.0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    margin-left: -454px;
    padding-left: 0%;
    z-index: 4;
  }

  .mv-area li p.line_2{
    top: 263px;
  }

  .mv-area li p img {
    width: auto !important;
  }

  .bx-pager {
    width: 948px !important;
    position: absolute;
    left: 50% !important;
    margin-left: -450px !important;
    top: auto !important;
    bottom: 94px !important;
  }
  

  

}

@media screen and (min-width: 769px){
    .bx-viewport {
        max-height: 547px !important;
    }
}


.list-mv {
  height: 547px;
  background-size: cover;
  background-position: center center;
}

.list-mv-01 {
  background-image: url("/images/index-mv_01.jpg");
}

.list-mv-02 {
  background-image: url("/images/index-mv_02.jpg");
}

.list-mv-03 {
  background-image: url("/images/index-mv_03.jpg");
}

.list-mv-04 {
  background-image: url("/images/index-mv_04.jpg");
}

#index .mv-area .rotation{
  width: 100%;
  height: 100%;
  position: relative;
}

#index .mv-area .rotation div{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index .slide-text{
  z-index: 4;
}

#index .bx-pager{
  z-index: 4;
}

#index .lay-left{
  position: relative;
  z-index: 4;
}

#index .lay-right{
  position: relative;
  z-index: 4;
}

#index .list-mv-01 .bnr01{
  background-image: url(/images/index-mv_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-01 .bnr02{
  background-image: url(/images/index-mv_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-01 .bnr03{
  background-image: url(/images/index-mv_03.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr01{
  background-image: url(/images/index-mv_04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr02{
  background-image: url(/images/index-mv_05.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr03{
  background-image: url(/images/index-mv_06.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr01{
  background-image: url(/images/index-mv_07.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr02{
  background-image: url(/images/index-mv_08.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr03{
  background-image: url(/images/index-mv_09.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr01{
  background-image: url(/images/index-mv_10.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr02{
  background-image: url(/images/index-mv_11.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr03{
  background-image: url(/images/index-mv_12.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .text01,#index .text02,#index .text03{
  opacity: 0;
}

@media screen and (max-width: 768px){
  br.pc {
    display: none;
  }
  .list-mv {
    height: auto;
  }
	.list-mv-01 {
		background-image: url("/images/index-mv_01-sp.jpg");
		background-size: cover;
		background-position: center center;
	}

	.list-mv-02 {
		background-image: url("/images/index-mv_02-sp.jpg");
		background-size: cover;
		background-position: center center;
	}

	.list-mv-03 {
		background-image: url("/images/index-mv_03-sp.jpg");
		background-size: cover;
		background-position: center center;
	}

	.list-mv-04 {
		background-image: url("/images/index-mv_04-sp.jpg");
		background-size: cover;
		background-position: center center;
	}

#index .list-mv-01 .bnr01{
  background-image: url(/images/index-mv_01-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-01 .bnr02{
  background-image: url(/images/index-mv_02-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-01 .bnr03{
  background-image: url(/images/index-mv_03-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr01{
  background-image: url(/images/index-mv_04-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr02{
  background-image: url(/images/index-mv_05-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-02 .bnr03{
  background-image: url(/images/index-mv_06-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr01{
  background-image: url(/images/index-mv_07-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr02{
  background-image: url(/images/index-mv_08-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-03 .bnr03{
  background-image: url(/images/index-mv_09-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr01{
  background-image: url(/images/index-mv_10-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr02{
  background-image: url(/images/index-mv_11-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
}

#index .list-mv-04 .bnr03{
  background-image: url(/images/index-mv_12-sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
  width: 100%;
}
}

@media print{
  #index #str-header {
    height: 50px;
  }
  /* #index .bx-viewport {
    height: 300px !important;
  } */
  #index .bxslider {
    width: 100% !important;
  }
  #index .bx-viewport,
  #index .list-mv {
    height: 300px !important;
  }
  #index .list-mv-btn {
    width: 110px !important;
  }
  #index .bx-next,
  #index .bx-prev {
    top: 40% !important;
  }
  #corporate .lay-01.col3 > .segment {
      width: 30.981986%;
  }
  #corporate .img-lay-01 img {
      margin-left: -310px;
  }
}

/*20180524追加部分*/

ul.paren li {
    list-style:none;
    text-indent: -3.0em;
    padding-left: 3.0em;
    }