@import url(../../shared/css/normalize.css);
/* format */
html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 87.50%;
  /* 14px */
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,Helvetica,Arial;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
}

p, ul, ol {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul, ol {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 0.6em;
  line-height: 1.7em;
}

li > ul {
  margin-top: 0.6em;
}

table ul, table ol {
  margin-bottom: 0;
}
table th {
  text-align: left;
  vertical-align: top;
}

a:link {
  color: #175BA6;
}

a:visited {
  color: #175BA6;
}

a:hover, a:visited:hover {
  color: #e3442a;
}

a:active {
  color: #e3442a;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover img.no--opt {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* voice guide */
.voiceGuide {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/* #colors */
.color--corporate {
  color: #009;
}

.color--sub-dark {
  color: #0075a9;
}

.color--sub-light {
  color: #e0ecfb;
}

.color--notice {
  color: #ee2a24;
}

.bgcolor--corporate {
  background-color: #009;
}
.bgcolor--main {
  background-color: #0053a2;
}
.bgcolor--sub-dark {
  background-color: #0075a9;
}
.bgcolor--sub-light {
  background-color: #e0ecfb;
}
.bgcolor--neutral {
  background-color: #eee;
}

/* #clearfix, floatclear, reset */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, .cf:after {
  clear: both;
}
.clearfix, .cf {
  zoom: 1;
}

.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 100%;
}

/* ##for IE7  */
.inline-block, .panel--line-bold .panel__header .panel__title, .dl--inline dt, .dl--inline dd, code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* #typography */
.h1 {
  font-size: 186%;
  font-weight: bold;
}

.h2 {
  background-color: #e0ecfb;
  border-bottom: 1px #009 solid;
  padding: 7px 10px 6px;
  font-size: 122%;
  margin-bottom: 1.7em;
}

.h2--light {
  border-bottom: 1px #009 solid;
  padding: 3px 5px;
  font-size: 136%;
  margin-bottom: 1em;
  font-weight: normal;
}

.h3 {
  background-color: #eee;
  border-left: 4px #cecece solid;
  font-size: 115%;
  padding: 5px 7px;
  font-weight: normal;
  margin-bottom: 1.4em;
}

.h4 {
  font-size: 108%;
  font-weight: bold;
  padding: 0 2px 2px;
  border-bottom: 1px #d2d2d2 solid;
  margin-bottom: 1em;
}

.h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 1em;
}

.h--relate {
  font-size: 108%;
  font-weight: bold;
  padding: 3px;
  border-top: 1px #d2d2d2 solid;
  border-bottom: 1px #d2d2d2 solid;
  margin-bottom: 1em;
}

/* #link */
/* アイコンの縦サイズは16pxで作成 */
.link {
  display: inline-block;
  background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
  padding-left: 15px;
  line-height: 1.7;
}
.link--out {
  display: inline-block;
  background: url(../../shared/img/i_arrow-out.gif) no-repeat right 0.25em;
  padding-right: 15px;
}
.link--out:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
  padding-right: 5px;
}
/*
.link--pdf {
  display: inline-block;
  background: url(../../shared/img/i_arrow-pdf.gif) no-repeat left 0.25em;
  padding-left: 23px;
}
*/
.link--pdf a {
    background-image: url(../../shared/img/i_arrow-pdf.gif);
    background-repeat: no-repeat;
    background-position: right 2px !important;
    padding: 2px 22px 2px 0 !important;
    margin-right: 0 !important;
}

.link--pdf:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
    padding-right: 5px !important;
}

.link--xls {
  display: inline-block;
  background: url(../../shared/img/i_arrow-xls.gif) no-repeat left 0.25em;
  padding-left: 23px;
}
.link--next {
  display: inline-block;
  background: url(../../shared/img/i_arrow-next.gif) no-repeat left 0.25em;
  padding-left: 15px;
}
.link--prev {
  display: inline-block;
  background: url(../../shared/img/i_arrow-prev.gif) no-repeat left 0.25em;
  padding-left: 15px;
}
.link--up {
  display: inline-block;
  background: url(../../shared/img/i_arrow-up.gif) no-repeat left 0.25em;
  padding-left: 15px;
}
.link--wav {
  display: inline-block;
  background: url(../../shared/img/i_arrow-wav.gif) no-repeat left 0.25em;
  padding-left: 23px;
}

/* #panel */
.panel {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  border-bottom: 2px #0075a9 solid;
}
.panel .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel .panel__header .panel__title {
  font-size: 129%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #333;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line.gif) no-repeat left 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
}
.panel .panel__body {
  padding: 15px;
}
.panel .panel__body li {
  display: block;
}
.panel .panel__footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 10px;
  background-color: #0075a9;
}
.panel .panel__footer .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-arrow.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}

.panel--line-bold {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
  border: 2px solid;
  border-radius: 10px;
  border-color: #0053a2;
  margin-top: 22px;
}
.panel--line-bold .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  margin-top: -25px;
  text-align: center;
}
.panel--line-bold .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--line-bold .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--line-bold .panel__header .panel__title {
  font-size: 129%;
  font-weight: normal;
  border-radius: 6px;
  background-color: #0053a2;
  padding: 7px 25px 6px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5em;
}
.panel--line-bold .panel__body {
  padding: 15px;
}

.panel--num {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
  background-color: #e0ecfb;
  border: none;
}
.panel--num .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #0075a9;
  padding-bottom: 5px;
}
.panel--num .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--num .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--num .panel__header .panel__title {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num01.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num02 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num02.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num03 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num03.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__header .panel__title--num04 {
  font-size: 129%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-num04.gif) no-repeat left 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
.panel--num .panel__body {
  padding: 15px;
}
.panel--num .panel__body .panel__links {
  font-size: 100%;
  border-bottom: 1px #0053a2 solid;
  margin-bottom: 0.7em;
}

.panel--relate {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--relate .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #0075a9;
}
.panel--relate .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--relate .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--relate .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line-rv.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
}
.panel--relate .panel__header .panel__title--library {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-library.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__header .panel__title--stock {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-stock.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__header .panel__title--info {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-info.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--relate .panel__body {
  padding: 15px;
}
.panel--relate .panel__body li {
  display: block;
}
.panel--relate .list--topline li:first-child {
  border: none;
}
.panel--relate .list--topline li:hover {
  background-color: #e0ecfb;
}
.panel--relate .list--topline li a {
  display: block;
}
.panel--relate .list--topline li a:link {
  text-decoration: none;
}
.panel--relate ul {
  margin-bottom: 0;
}

@media print, screen and (min-width: 682px) {
  .panel--relate.float__l--md, .panel--relate.float__r--md {
    width: 48.53372%;
  }
}
@media print, screen and (min-width: 960px) {
  .panel--relate.float__l--md, .panel--relate.float__r--md {
    width: 100%;
  }
}
.panel--nav {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--nav .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #0075a9;
}
.panel--nav .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--nav .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--nav .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-line-rv.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
}
.panel--nav .panel__body ul {
  margin-bottom: 0;
}
.panel--nav .panel__body ul li {
  border-top: 1px #E6E6E6 solid;
  padding: 0;
  margin: 0;
  font-size: 91%;
}
.panel--nav .panel__body ul li:first-child {
  border: none;
}
.panel--nav .panel__body ul li.act {
  background-color: #e0ecfb;
}
.panel--nav .panel__body ul li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #333;
}
.panel--nav .panel__body ul li a:hover {
  background-color: #e0ecfb;
}

.panel--stock {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #ddd;
}
.panel--stock .panel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 3px 10px;
  background-color: #0075a9;
}
.panel--stock .panel__header .panel__rss {
  position: absolute;
  right: 115px;
  top: 8px;
  border-right: 1px #d2d2d2 solid;
  padding-right: 16px;
  width: 40px;
  height: 28px;
}
.panel--stock .panel__header .panel__more {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 81px;
  height: 28px;
}
.panel--stock .panel__header .panel__title {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  background: url(../../shared/img/i_bullet-stock.gif) no-repeat left 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}
.panel--stock .panel__body ul {
  margin-bottom: 0;
}
.panel--stock .panel__body ul li {
  border-top: 1px #E6E6E6 solid;
  padding: 0;
  margin: 0;
  font-size: 91%;
}
.panel--stock .panel__body ul li:first-child {
  border: none;
}

/* #label */
.label--fnc {
  padding: 1px;
  background-color: #eee;
  border: 1px #d2d2d2 solid;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #e0ecfb;
  border: 1px #cddbec solid;
}

.label--dsc {
  padding: 1px;
  background-color: #eee;
  border: 1px #d2d2d2 solid;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #fbe0f3;
  border: 1px #d2d2d2 solid;
}

.label--oth {
  padding: 1px;
  background-color: #eee;
  border: 1px #d2d2d2 solid;
  font-size: 86%;
  line-height: 1.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #f9f8db;
  border: 1px #d2d2d2 solid;
}

/* #table */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  border: 1px #d2d2d2 solid;
  padding: 10px;
  background-color: #eee;
}
.table td {
  border: 1px #d2d2d2 solid;
  padding: 10px;
}

/* #media */
.media {
  margin-bottom: 10px;
}
.media .media__image {
  float: left;
  width: 100px;
}
.media .media__text {
  margin-left: 115px;
}

/* #list */
.list {
  list-style: disc;
  margin-left: 30px;
  padding: 0;
}

.list--topline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--topline li {
  border-top: 1px #E6E6E6 solid;
  display: block;
  padding: 8px 10px;
  margin-bottom: 0;
}
.list--topline li.act {
  background-color: #e0ecfb;
}

.list--inline {
  list-style: none;
  margin-left: -10px;
  padding-left: 0;
}
.list--inline li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.list--archive {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.list--archive:before, .list--archive:after {
  content: "";
  display: block;
  overflow: hidden;
}
.list--archive:after {
  clear: both;
}
.list--archive {
  zoom: 1;
}
.list--archive li {
  display: block;
  clear: both;
}
.list--archive li .list__date {
  float: left;
  width: 140px;
}
.list--archive li .list__text {
  margin-left: 140px;
}

.list--news {
  margin-bottom: 0;
}
.list--news:before, .list--news:after {
  content: "";
  display: block;
  overflow: hidden;
}
.list--news:after {
  clear: both;
}
.list--news {
  zoom: 1;
}
.list--news li {
  display: block;
  clear: both;
}
.list--news li .list__date {
  float: left;
  width: 130px;
  padding-bottom: 0.5em;
}
.list--news li .list__label {
  float: left;
  width: 100px;
}
.list--news li .list__file {
  clear: left;
  float: right;
  width: 80px;
  font-size: 86%;
}
.list--news li .list__title {
  clear: left;
  padding-bottom: 0.5em;
}
.list--news li.pdf .list__title {
  margin-right: 90px;
}

@media print, screen and (min-width: 682px) {
  .list--news li .list__file {
    clear: none;
  }
  .list--news li .list__title {
    clear: none;
    margin-left: 240px;
  }
  .list--news li.pdf .list__title {
    margin-right: 90px;
  }
}
/* #dl */
.dl--inline {
  margin-left: -10px;
  padding-left: 0;
}
.dl--inline dt, .dl--inline dd {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.dl--list {
  margin-left: 0.8em;
  padding-left: 0;
}
.dl--list:before, .dl--list:after {
  content: "";
  display: block;
  overflow: hidden;
}
.dl--list:after {
  clear: both;
}
.dl--list {
  zoom: 1;
}
.dl--list dt, .dl--list dd {
  margin: 0 0 0.8em;
}
.dl--list dt {
  float: left;
  width: 2em;
  text-align: center;
}
.dl--list dd {
  margin-left: 2em;
}

/* #code */
code {
  background-color: #eee;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 2px 5px;
  margin-bottom: 0.5em;
  line-height: 1em;
  font-size: 86%;
}

/* #tab */
.tab, .tab--en {
  margin-bottom: 0;
}
.tab:before, .tab:after, .tab--en:before, .tab--en:after {
  content: "";
  display: block;
  overflow: hidden;
}
.tab:after, .tab--en:after {
  clear: both;
}
.tab, .tab--en {
  zoom: 1;
}
.tab li, .tab--en li {
  background: #eee;
  padding: 8px 10px;
  margin-bottom: 2px;
}
.tab li.act, .tab li:hover, .tab--en li.act, .tab--en li:hover {
  background: #0075a9;
}
.tab li.act a, .tab li:hover a, .tab--en li.act a, .tab--en li:hover a {
  color: #fff;
  text-decoration: none;
}

.tab__sp {
  display: none;
  background: #fff;
  padding: 20px 15px;
}

.tab__body {
  display: none;
  padding: 20px 15px;
}

@media print, screen and (min-width: 682px) {
  .tab, .tab--en {
    margin-bottom: 0;
    border-bottom: 1px #0075a9 solid;
  }
  .tab:before, .tab:after, .tab--en:before, .tab--en:after {
    content: "";
    display: block;
    overflow: hidden;
  }
  .tab:after, .tab--en:after {
    clear: both;
  }
  .tab, .tab--en {
    zoom: 1;
  }
  .tab li, .tab--en li {
    background: #eee;
    padding: 8px 13px;
    float: left;
    margin-right: 3px;
    margin-bottom: 0;
    font-size: 13px !important;
  }
  .tab li:first-child, .tab--en li:first-child {
    margin-left: 10px;
  }
  .tab li.act, .tab li:hover, .tab--en li.act, .tab--en li:hover {
    background: #0075a9;
  }
  .tab li.act a, .tab li:hover a, .tab--en li.act a, .tab--en li:hover a {
    color: #fff;
    text-decoration: none;
  }

  .tab--en li {
    height: 35px;
    margin-right: 2px;
    padding: 8px 3px 7px;
    text-align: center;
    font-size: 11px !important;
    width: 18%;
  }
  .tab--en li.tab04, .tab--en li.tab05 {
    padding-top: 17px;
    padding-bottom: 0;
    height: 33px;
  }

  .tab__sp {
    display: none;
  }

  .tab__body {
    display: none;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab li {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab--en li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
#container {
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
}

/* header */
#header {
  position: relative;
  width: 100%;
  background: url(../../shared/img/bg_header-sp.gif) repeat-x left top;
  padding-top: 60px;
}
#header .tag {
  display: none;
}

.head__kampo {
  position: absolute;
  left: 20px;
  top: 12px;
  line-height: 1em;
  width: 70%;
}
.head__ir {
  color: #009;
  font-size: 143%;
  padding: 10px 15px;
  margin: 0;
}
.head__ir a {
  color: #009;
  text-decoration: none;
}
.head__ir a:hover,
.head__ir a:visited:hover {
  color: #009;
  background: #e0ecfb;
}

.spMenu {
  position: absolute;
  right: 20px;
  top: 7px;
}

@media print, screen and (min-width: 768px) {
  #header {
    position: relative;
    width: 100%;
    height: 163px;
    padding-top: 0;
    background: url(../../shared/img/bg_header.gif) no-repeat left top;
  }

  .head__kampo {
    position: absolute;
    left: 32px;
    top: 14px;
    line-height: 1em;
  }
  .head__ir {
    position: absolute;
    /*left: 28px;*/
    left: 18px;
    top: 76px;
    padding: 0;
    line-height: 1em;
  }
  .head__ir a {
    padding: 5px 10px;
    border-radius: 5px;
  }

  .spMenu {
    display: none;
  }
}
#supportNav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #supportNav {
    display: block;
/*    width: 300px;*/
    font-size: 93%;
    position: absolute;
    right: 25px;
    top: 26px;
    text-align: right;
  }
  #supportNav .list--inline li {
    padding-right: 0;
  }
  #supportNav a {
    text-decoration: none;
    font-size: 91%;
  }
}
@media print, screen and (min-width: 960px) {
/*
  #supportNav {
    right: 205px;
  }
*/

  #header .tag {
    display: block;
    position: absolute;
    top: 33px;
    left: 309px;
    line-height: 0;
  }
}
.sizeArea {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .sizeArea {
    display: block;
    position: absolute;
/*    right: 15px;*/
		right: 380px;
/*    top: 24px;*/
		top: 70px;
    width: 300px;
  }
  .sizeArea dl {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .sizeArea dl dt {
    position: absolute;
    display: block;
    right: 104px;
    top: 2px;
    font-size: 93%;
    font-weight: bold;
    text-align: right;
  }
  .sizeArea dl dd {
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    background: url(../../shared/img/b_fontsize_sm.gif) no-repeat left top;
    right: 66px;
    top: 0;
  }
  .sizeArea dl dd a {
    display: block;
    width: 27px;
    height: 27px;
  }
  .sizeArea dl dd a:hover {
    background-image: url(../../shared/img/b_fontsize_sm_over.gif);
  }
  .sizeArea dl dd a span {
    display: block;
    position: absolute;
    left: -10000px;
  }
  .sizeArea dl dd.sizeM {
    right: 33px;
    background-image: url(../../shared/img/b_fontsize_md.gif);
  }
  .sizeArea dl dd.sizeM a:hover {
    background-image: url(../../shared/img/b_fontsize_md_over.gif);
  }
  .sizeArea dl dd.sizeL {
    right: 0;
    background-image: url(../../shared/img/b_fontsize_lg.gif);
  }
  .sizeArea dl dd.sizeL a:hover {
    background-image: url(../../shared/img/b_fontsize_lg_over.gif);
  }
}
.searchArea {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .searchArea {
    display: block;
    position: absolute;
    top: 67px;
    right: 15px;
    width: 348px;
    height: 31px;
    line-height: 0;
  }
  .searchArea .searchKeyword {
    float: left;
    width: 268px;
  }
  .searchArea .searchKeyword input.txtFld1 {
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1em;
    color: #666;
    border: none;
    width: 258px;
    height: 31px;
    line-height: 31px;
    background-color: #eee;
  }
  .searchArea .searchSubmit {
    float: left;
    width: 80px;
  }
  .searchArea .searchSubmit input.btn1 {
    margin: 0;
    padding: 0;
    width: 80px;
  }
}
/* global nav */
#globalNav {
  display: none;
  z-index: 1000;
}
#globalNav ul {
  margin: 0;
}
#globalNav ul li {
  background-color: #e0ecfb;
  border-bottom: 2px #fff solid;
  margin: 0;
}
#globalNav ul li a {
  position: relative;
  display: block;
  padding: 20px;
  color: #333;
  font-size: 126%;
  text-decoration: none;
}
#globalNav ul li a:after {
  content: url(../../shared/img/i_arrow-sp.png);
  position: absolute;
  right: 20px;
}
#globalNav ul li.gnv-sustainability a:after{
	content: url(../../shared/img/i_arrow-out.gif);
	position: absolute;
	right: 20px;
}
#globalNav ul li:hover {
  background-color: #c5dcf3;
}
#globalNav .spNav {
  padding: 15px 20px;
  background-color: #e0ecfb;
}
#globalNav .spNav a {
  color: #333;
  text-decoration: none;
}
#globalNav .spNav a:hover {
  text-decoration: underline;
}

#globalNav ul li.gnv-home.pcnone {
		display: none !important;
}

br.spnone {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #globalNav {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 112px;
    background: url(../../shared/img/bg_globalnav.gif) repeat-x left top;
    overflow: hidden;
  }
  #globalNav ul {
    padding: 0;
    display: block;
    width: 100%;
    height: 51px;
  }
  #globalNav ul li {
    margin: 0;
    /* padding: 0; */
    border: none;
    text-align: center;
    float: left;
    background: none;
    line-height: 1.3;
  }
  #globalNav ul li a {
    padding: 0;
  }
  #globalNav ul li a {
    border-right: 1px #c7dcf6 solid;
    display: block;
    /* padding: 0; */
    padding-right:0;
    padding-left:0;
    padding-top: 12px;
    margin-top: 3px;
    font-size: 100%;
    font-weight: normal;
    height:36px;
  }
  #globalNav ul li.gnv-news a,
  #globalNav ul li.gnv-management a,
  #globalNav ul li.gnv-finance a,
  #globalNav ul li.gnv-stock a{
		padding-top:3px;
    height:45px;
  }
  #globalNav ul li a:after {
    content: "";
  }
  #globalNav ul li:hover, #globalNav ul li.act {
    background: url(../../shared/img/bg_globalnav_over.gif) repeat-x left top;
  }
  #globalNav ul li:hover a, #globalNav ul li.act a {
    color: #fff;
  }
	
	#globalNav ul li.gnv-home.spnone {
		display: none !important;
  }
	
	#globalNav ul li.gnv-home.pcnone {
		display: block !important;
  }
	
	#globalNav ul li.gnv-home img {
		padding:.2rem 1rem !important;
  }
	
	#globalNav ul li.gnv-home a:hover img {
		opacity: 1;
	}
	
	#globalNav ul li.gnv-home {
		width: 7%;
  }
	
  #globalNav ul li.gnv-news {
    width: 19%;
  }
  #globalNav ul li.gnv-management {
    width: 14%;
  }
  #globalNav ul li.gnv-finance {
    width: 14%;
  }
  #globalNav ul li.gnv-library {
    width: 11%;
  }
  #globalNav ul li.gnv-aboutus {
    width: 11%;
  }
  #globalNav ul li.gnv-stock {
    width: 14%;
  }
  #globalNav ul li.gnv-sustainability {
		width: 17%;
  }
  #globalNav ul li.gnv-sustainability a {
    border-right: none;
    display: inline-block;
    background: url(/IR/en/shared/img/i_arrow-out.gif) no-repeat right center;
    padding-right: 15px;
  }
  #globalNav ul li.gnv-sustainability a:hover{
    background: url(/IR/en/shared/img/i_arrow-out_on.gif) no-repeat right center;
  }
  #globalNav ul li.gnv-sustainability a:after{
		content:unset;
	}
  #globalNav ul li .sub div {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 2000;
  }
  #globalNav ul li .sub div a {
    background: #e0ecfb;
    display: block;
    height: auto;
    width: 230px;
    font-size: 93%;
    border: none;
    border-top: 1px #fff solid;
    padding: 12px;
    margin: 0;
    text-align: left;
    color: #333;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  #globalNav ul li .sub div a {
    width: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  #globalNav ul li .sub div a:hover {
    background: #c5dcf3;
  }
  /* #globalNav ul li.gnv-stock .sub div a {
    margin-left: -60px;
  } */
  #globalNav ul li.gnv-stock .sub div a span {
    padding-right: 40px;
  }
  #globalNav .spNav {
    display: none;
  }
  .spnone {
		display: block !important;
	}
}
@media print, screen and (min-width: 960px) {
  #globalNav ul {
    width: 965px;
  }
  #globalNav ul li a {
    font-size: 100%;
  }
  /* #globalNav ul li.gnv-stock .sub div a {
    margin-left: -80px;
  } */
  #globalNav ul li.gnv-stock .sub div a span {
    padding-right: 0;
  }
  .spnone {
		display: block !important;
	}
}
.breadcrumbs {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    display: block;
    margin: 8px 20px 18px;
    padding: 4px 0;
    font-size: 86%;
  }
}
#main {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
}

#relate {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
}

.pageTitle, .pageTitle--information, .pageTitle--news, .pageTitle--management, .pageTitle--finance, .pageTitle--library, .pageTitle--aboutus, .pageTitle--stock {
  height: 95px;
  border-top: 1px #d2d2d2 solid;
  border-bottom: 1px #d2d2d2 solid;
  background: url(../../shared/img/bg_pagetitle_information.jpg) no-repeat right top;
}
.pageTitle > .inr, .pageTitle--information > .inr, .pageTitle--news > .inr, .pageTitle--management > .inr, .pageTitle--finance > .inr, .pageTitle--library > .inr, .pageTitle--aboutus > .inr, .pageTitle--stock > .inr {
  background-color: rgba(255, 255, 255, 0.8);
  height: 94px;
  padding-top: 1px;
}
.pageTitle .page__header, .pageTitle--information .page__header, .pageTitle--news .page__header, .pageTitle--management .page__header, .pageTitle--finance .page__header, .pageTitle--library .page__header, .pageTitle--aboutus .page__header, .pageTitle--stock .page__header {
  margin-left: 20px;
  margin-top: 16px;
  padding-top: 1px;
  padding-left: 15px;
  border-left: 2px #0075a9 solid;
}
.pageTitle .page__header .page__category, .pageTitle--information .page__header .page__category, .pageTitle--news .page__header .page__category, .pageTitle--management .page__header .page__category, .pageTitle--finance .page__header .page__category, .pageTitle--library .page__header .page__category, .pageTitle--aboutus .page__header .page__category, .pageTitle--stock .page__header .page__category {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5em;
}
.pageTitle .page__header .page__title, .pageTitle--information .page__header .page__title, .pageTitle--news .page__header .page__title, .pageTitle--management .page__header .page__title, .pageTitle--finance .page__header .page__title, .pageTitle--library .page__header .page__title, .pageTitle--aboutus .page__header .page__title, .pageTitle--stock .page__header .page__title {
  font-size: 122%;
  line-height: 1.3em;
}

.pageTitle--information {
  background-image: url(../../shared/img/bg_pagetitle_information.jpg);
}

.pageTitle--news {
  background-image: url(../../shared/img/bg_pagetitle_news.jpg);
}

.pageTitle--management {
  background-image: url(../../shared/img/bg_pagetitle_management.jpg);
}

.pageTitle--finance {
  background-image: url(../../shared/img/bg_pagetitle_finance.jpg);
}

.pageTitle--library {
  background-image: url(../../shared/img/bg_pagetitle_library.jpg);
}

.pageTitle--aboutus {
  background-image: url(../../shared/img/bg_pagetitle_aboutus.jpg);
}

.pageTitle--stock {
  background-image: url(../../shared/img/bg_pagetitle_stock.jpg);
}

@media print, screen and (min-width: 682px) {
  .pageTitle > .inr, .pageTitle--information > .inr, .pageTitle--news > .inr, .pageTitle--management > .inr, .pageTitle--finance > .inr, .pageTitle--library > .inr, .pageTitle--aboutus > .inr, .pageTitle--stock > .inr {
    background: none;
  }
}
@media print, screen and (min-width: 800px) {
  .pageTitle .page__header .page__title, .pageTitle--information .page__header .page__title, .pageTitle--news .page__header .page__title, .pageTitle--management .page__header .page__title, .pageTitle--finance .page__header .page__title, .pageTitle--library .page__header .page__title, .pageTitle--aboutus .page__header .page__title, .pageTitle--stock .page__header .page__title {
    font-size: 172%;
    line-height: 1.5em;
  }
}
.pageTop {
  text-align: right;
  font-size: 87.50%;
  padding-top: 2em;
  margin-right: 10px;
}

#footer {
  clear: both;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.foot__kampo {
  display: none;
}

#footerNav {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 86%;
}

#footerNav li {
  display: block;
  text-align: center;
}

.rightsArea {
  background-color: #009;
  width: 100%;
  margin: 1px 0 0;
  text-align: center;
}

@media print, screen and (min-width: 500px) {
  #footerNav ul {
    margin-bottom: 10px;
  }

  #footerNav li {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
  }
}
@media print, screen and (min-width: 960px) {
  .foot__kampo {
    display: block;
    margin: 2px 0 4px 33px;
  }

  #footerNav {
    position: absolute;
    left: 254px;
    top: 43px;
  }

  #footerNav li {
    display: inline-block;
    text-align: left;
  }

  .rightsArea {
    background-color: #009;
    width: 100%;
    margin: 1px 0 0;
    text-align: left;
  }
  .rightsArea:before, .rightsArea:after {
    content: "";
    display: block;
    overflow: hidden;
  }
  .rightsArea:after {
    clear: both;
  }
  .rightsArea {
    zoom: 1;
  }
  .rightsArea .rights__jpg {
    float: left;
    width: 116px;
    margin: 0 0 0 33px;
  }
  .rightsArea .rights__copyright {
    float: right;
    width: 320px;
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    background: url(../../shared/img/bg_container.gif) repeat-y center top;
  }

  #container {
    width: 960px;
  }

  #main {
    width: 682px;
    float: left;
    margin-left: 21px;
    margin-right: 0;
    padding: 21px 0;
  }

  #relate {
    width: 216px;
    float: right;
    margin-left: 0;
    margin-right: 21px;
    padding: 21px 0;
  }
}
/* #grid system */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: "";
  display: block;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row {
  zoom: 1;
}

.col--xs1, .col--sm1, .col--md1, .col--lg1, .col--xs2, .col--sm2, .col--md2, .col--lg2, .col--xs3, .col--sm3, .col--md3, .col--lg3, .col--xs4, .col--sm4, .col--md4, .col--lg4, .col--xs5, .col--sm5, .col--md5, .col--lg5, .col--xs6, .col--sm6, .col--md6, .col--lg6, .col--xs7, .col--sm7, .col--md7, .col--lg7, .col--xs8, .col--sm8, .col--md8, .col--lg8, .col--xs9, .col--sm9, .col--md9, .col--lg9, .col--xs10, .col--sm10, .col--md10, .col--lg10, .col--xs11, .col--sm11, .col--md11, .col--lg11, .col--xs12, .col--sm12, .col--md12, .col--lg12 {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.col--xs0 {
  width: auto;
  float: none;
}

.col--xs1, .col--xs2, .col--xs3, .col--xs4, .col--xs5, .col--xs6, .col--xs7, .col--xs8, .col--xs9, .col--xs10, .col--xs11, .col--xs12 {
  float: left;
}

.col--xs2 {
  width: 16.66667%;
}

.width--xs2 {
  width: 16.66667%;
}

.col--xs3 {
  width: 25%;
}

.width--xs3 {
  width: 25%;
}

.col--xs4 {
  width: 33.33333%;
}

.width--xs4 {
  width: 33.33333%;
}

.col--xs5 {
  width: 41.66667%;
}

.width--xs5 {
  width: 41.66667%;
}

.col--xs6 {
  width: 50%;
}

.width--xs6 {
  width: 50%;
}

.col--xs7 {
  width: 58.33333%;
}

.width--xs7 {
  width: 58.33333%;
}

.col--xs8 {
  width: 66.66667%;
}

.width--xs8 {
  width: 66.66667%;
}

.col--xs9 {
  width: 75%;
}

.width--xs9 {
  width: 75%;
}

.col--xs10 {
  width: 83.33333%;
}

.width--xs10 {
  width: 83.33333%;
}

.col--xs11 {
  width: 91.66667%;
}

.width--xs11 {
  width: 91.66667%;
}

.col--xs12 {
  width: 100%;
}

.width--xs12 {
  width: 100%;
}

@media print, screen and (min-width: 500px) {
  .col--sm0 {
    width: auto;
    float: none;
  }

  .col--sm1, .col--sm2, .col--sm3, .col--sm4, .col--sm5, .col--sm6, .col--sm7, .col--sm8, .col--sm9, .col--sm10, .col--sm11, .col--sm12 {
    float: left;
  }

  .col--sm2 {
    width: 16.66667%;
  }

  .width--sm2 {
    width: 16.66667%;
  }

  .col--sm3 {
    width: 25%;
  }

  .width--sm3 {
    width: 25%;
  }

  .col--sm4 {
    width: 33.33333%;
  }

  .width--sm4 {
    width: 33.33333%;
  }

  .col--sm5 {
    width: 41.66667%;
  }

  .width--sm5 {
    width: 41.66667%;
  }

  .col--sm6 {
    width: 50%;
  }

  .width--sm6 {
    width: 50%;
  }

  .col--sm7 {
    width: 58.33333%;
  }

  .width--sm7 {
    width: 58.33333%;
  }

  .col--sm8 {
    width: 66.66667%;
  }

  .width--sm8 {
    width: 66.66667%;
  }

  .col--sm9 {
    width: 75%;
  }

  .width--sm9 {
    width: 75%;
  }

  .col--sm10 {
    width: 83.33333%;
  }

  .width--sm10 {
    width: 83.33333%;
  }

  .col--sm11 {
    width: 91.66667%;
  }

  .width--sm11 {
    width: 91.66667%;
  }

  .col--sm12 {
    width: 100%;
  }

  .width--sm12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 682px) {
  .col--md0 {
    width: auto;
    float: none;
  }

  .col--md1, .col--md2, .col--md3, .col--md4, .col--md5, .col--md6, .col--md7, .col--md8, .col--md9, .col--md10, .col--md11, .col--md12 {
    float: left;
  }

  .col--md2 {
    width: 16.66667%;
  }

  .width--md2 {
    width: 16.66667%;
  }

  .col--md3 {
    width: 25%;
  }

  .width--md3 {
    width: 25%;
  }

  .col--md4 {
    width: 33.33333%;
  }

  .width--md4 {
    width: 33.33333%;
  }

  .col--md5 {
    width: 41.66667%;
  }

  .width--md5 {
    width: 41.66667%;
  }

  .col--md6 {
    width: 50%;
  }

  .width--md6 {
    width: 50%;
  }

  .col--md7 {
    width: 58.33333%;
  }

  .width--md7 {
    width: 58.33333%;
  }

  .col--md8 {
    width: 66.66667%;
  }

  .width--md8 {
    width: 66.66667%;
  }

  .col--md9 {
    width: 75%;
  }

  .width--md9 {
    width: 75%;
  }

  .col--md10 {
    width: 83.33333%;
  }

  .width--md10 {
    width: 83.33333%;
  }

  .col--md11 {
    width: 91.66667%;
  }

  .width--md11 {
    width: 91.66667%;
  }

  .col--md12 {
    width: 100%;
  }

  .width--md12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col--lg0 {
    width: auto;
    float: none;
  }

  .col--lg1, .col--lg2, .col--lg3, .col--lg4, .col--lg5, .col--lg6, .col--lg7, .col--lg8, .col--lg9, .col--lg10, .col--lg11, .col--lg12 {
    float: left;
  }

  .col--lg2 {
    width: 16.66667%;
  }

  .width--lg2 {
    width: 16.66667%;
  }

  .col--lg3 {
    width: 25%;
  }

  .width--lg3 {
    width: 25%;
  }

  .col--lg4 {
    width: 33.33333%;
  }

  .width--lg4 {
    width: 33.33333%;
  }

  .col--lg5 {
    width: 41.66667%;
  }

  .width--lg5 {
    width: 41.66667%;
  }

  .col--lg6 {
    width: 50%;
  }

  .width--lg6 {
    width: 50%;
  }

  .col--lg7 {
    width: 58.33333%;
  }

  .width--lg7 {
    width: 58.33333%;
  }

  .col--lg8 {
    width: 66.66667%;
  }

  .width--lg8 {
    width: 66.66667%;
  }

  .col--lg9 {
    width: 75%;
  }

  .width--lg9 {
    width: 75%;
  }

  .col--lg10 {
    width: 83.33333%;
  }

  .width--lg10 {
    width: 83.33333%;
  }

  .col--lg11 {
    width: 91.66667%;
  }

  .width--lg11 {
    width: 91.66667%;
  }

  .col--lg12 {
    width: 100%;
  }

  .width--lg12 {
    width: 100%;
  }
}
/* float */
.float__l {
  float: left;
}

.float__r {
  float: right;
}

@media print, screen and (min-width: 500px) {
  .float__l--sm {
    float: left;
  }

  .float__r--sm {
    float: right;
  }
}
@media print, screen and (min-width: 682px) {
  .float__l--md {
    float: left;
  }

  .float__r--md {
    float: right;
  }
}
@media print, screen and (min-width: 960px) {
  .float__l--lg {
    float: left;
  }

  .float__r--lg {
    float: right;
  }
}
/* text-align */
.align__l {
  text-align: left;
}

.align__r {
  text-align: right;
}

.align__c {
  text-align: center;
}

.align__c-l-sm, .align__c-l-md, .align__c-l-lg {
  text-align: center !important;
}

.align__c-r-sm, .align__c-r-md, .align__c-r-lg {
  text-align: center !important;
}

@media print, screen and (min-width: 500px) {
  .align__c-l-sm {
    text-align: left !important;
  }

  .align__c-r-sm {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 682px) {
  .align__c-l-md {
    text-align: left !important;
  }

  .align__c-r-md {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 960px) {
  .align__c-l-lg {
    text-align: left !important;
  }

  .align__c-r-lg {
    text-align: right !important;
  }
}
.valign__t {
  vertical-align: top;
}

.valign__m {
  vertical-align: middle;
}

.valign__b {
  vertical-align: bottom;
}

/* margin */
.mg--xs {
  margin: 0.5em 0.7em;
}

.mg--sm {
  margin: 1em 1.2em;
}

.mg--md {
  margin: 2.5em 2.7em;
}

.mg--lg {
  margin: 4em 4.2em;
}

.mg--xl {
  margin: 6em 6.2em;
}

.mg__t--xs {
  margin-top: 0.5em;
}

.mg__t--sm {
  margin-top: 1em;
}

.mg__t--md {
  margin-top: 2.5em;
}

.mg__t--lg {
  margin-top: 4em;
}

.mg__t--xl {
  margin-top: 6em;
}

.mg__b--xs {
  margin-bottom: 0.5em;
}

.mg__b--sm {
  margin-bottom: 1em;
}

.mg__b--md {
  margin-bottom: 2.5em;
}

.mg__b--lg {
  margin-bottom: 4em;
}

.mg__b--xl {
  margin-bottom: 6em;
}

.mg__b--0 {
  margin-bottom: 0 !important;
}

.mg__b--5 {
  margin-bottom: 5px !important;
}

.mg__b--10 {
  margin-bottom: 10px !important;
}

.mg__b--15 {
  margin-bottom: 15px !important;
}

.mg__b--20 {
  margin-bottom: 20px !important;
}

.mg__b--25 {
  margin-bottom: 25px !important;
}

.mg__b--30 {
  margin-bottom: 30px !important;
}

.mg__b--35 {
  margin-bottom: 35px !important;
}

.mg__b--40 {
  margin-bottom: 40px !important;
}

.mg__b--45 {
  margin-bottom: 45px !important;
}

.mg__b--50 {
  margin-bottom: 50px !important;
}

.mg__l--10 {
  margin-left: 10px;
}

.mg__l--15 {
  margin-left: 15px;
}

.mg__l--20 {
  margin-left: 20px;
}

.mg__l--25 {
  margin-left: 25px;
}

.mg__l--30 {
  margin-left: 30px;
}

.mg__l--35 {
  margin-left: 35px;
}

.mg__l--40 {
  margin-left: 40px;
}

.mg__l--45 {
  margin-left: 45px;
}

.mg__l--50 {
  margin-left: 50px;
}

.mg__w--10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mg__w--15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mg__w--20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mg__w--25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mg__w--30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mg__w--35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mg__w--40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mg__w--45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mg__w--50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mg__w--auto {
  margin-left: auto;
  margin-right: auto;
}

/* padding */
.pd--xs {
  padding: 0.5em 0.7em;
}

.pd--sm {
  padding: 1em 1.2em;
}

.pd--md {
  padding: 2.5em 2.7em;
}

.pd--lg {
  padding: 4em 4.2em;
}

.pd--xl {
  padding: 6em 6.2em;
}

.pd__t--xs {
  padding-top: 0.5em;
}

.pd__t--sm {
  padding-top: 1em;
}

.pd__t--md {
  padding-top: 2.5em;
}

.pd__t--lg {
  padding-top: 4em;
}

.pd__t--xl {
  padding-top: 6em;
}

.pd__b--xs {
  padding-bottom: 0.5em;
}

.pd__b--sm {
  padding-bottom: 1em;
}

.pd__b--md {
  padding-bottom: 2.5em;
}

.pd__b--lg {
  padding-bottom: 4em;
}

.pd__b--xl {
  padding-bottom: 6em;
}

.pd__h--xs {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pd__h--sm {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pd__h--md {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.pd__h--lg {
  padding-top: 4em;
  padding-bottom: 4em;
}

.pd__h--xl {
  padding-top: 6em;
  padding-bottom: 6em;
}

/* no */
.no--border {
  border: none;
}

.no--underline {
  text-decoration: none;
}

/* text */
.font--xs {
  font-size: 86%;
  line-height: 1.6em;
}

.font--sm {
  font-size: 93%;
  line-height: 1.6em;
}

.font--md {
  font-size: 100%;
}

.font--lg {
  font-size: 122%;
}

.font--xl {
  font-size: 143%;
}

.font--relate {
  font-size: 91%;
  line-height: 1.6em;
}

.weight--normal {
  font-weight: normal;
}

.weight--bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/* border */
.border__t {
  border-top: 1px #d2d2d2 solid;
}

.border__b {
  border-bottom: 1px #d2d2d2 solid;
}

.border__h {
  border-top: 1px #d2d2d2 solid;
  border-bottom: 1px #d2d2d2 solid;
}

.border__l {
  border-left: 1px #d2d2d2 solid;
}

.border__r {
  border-right: 1px #d2d2d2 solid;
}

.border__w {
  border-left: 1px #d2d2d2 solid;
  border-right: 1px #d2d2d2 solid;
}

.border {
  border: 1px #d2d2d2 solid;
}

.border--corporate {
  border-color: #009;
}

.border--main {
  border-color: #0053a2;
}

.border--sub-dark {
  border-color: #0075a9;
}

.border--sub-light {
  border-color: #e0ecfb;
}

.border--neutral {
  border-color: #eee;
}

.radius--xs {
  border-radius: 3px;
}

.radius--sm {
  border-radius: 4px;
}

.radius--md {
  border-radius: 6px;
}

.radius--lg {
  border-radius: 10px;
}

.radius--xl {
  border-radius: 14px;
}

.idt {
  text-indent: -1em;
  padding-left: 1em;
}

/* 2020.11.17追加 */
/* excelアイコン */
a.excel--r {
    background-image: url(../../shared/img/i_arrow-xls.gif);
    background-repeat: no-repeat;
    background-position: right 2px !important;
    padding: 2px 22px 2px 0 !important;
    margin-right: 5px !important;
}

a.excel--r:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
    padding-right: 5px !important;
}

.irp_comment {
  display: block;
  background: url(../../shared/img/i_arrow-out.gif) no-repeat right 0.4em;
  padding-right: 15px;
}

.irp_comment a{
	background:none !important;
}

.irp_comment a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../../shared/img/i_arrow.gif) no-repeat left 0.5em;
  padding-right: 5px;
}


/* indexメニュー */
ul.libTop {
	margin-top: 40px;
}

ul.libTop:after
{
		content: "";
		display:block;
		clear: both;
}

ul.libTop li a {
	display: inline-block !important;
	width: 48% !important;
	float: left !important;
	background-color: #fff !important;
	border: solid 2px #dbdbdb !important;
	margin-bottom:15px !important;
	min-height:125px !important;
	background-image: url(../../shared/img/right_arrow.gif) !important;
	background-repeat: no-repeat !important;
	background-position:6% 22% !important;
}

ul.libTop li a:hover {
	background-color: #f0faff !important;
	color:#333 !important;
	border: solid 2px #0075a9 !important;
}

ul.libTop li:nth-child(even) a {
    float:right !important;
}

ul.libTop a {
	text-decoration: none !important;
	color:#333 !important;
}

ul.libTop a h3 {
	margin: 20px 20px 10px 35px !important;
}

ul.libTop a p {
	margin: 0 15px 10px 20px !important;
}

@media screen and (max-width: 560px){
	ul.libTop{
		font-size:12px !important;
	}
	
	ul.libTop a h3 {
			margin: 10px 10px 10px 20px !important;
			font-size: 12px !important;
	}
	ul.libTop li a {
    background-position:5% 13% !important;
	}
}

.tab_menu_btn {
	margin-bottom: 20px;
	width:18%;
}
@media print, screen and (max-width: 682px) {
  .tab_menu_btn {
		width: 35%;
	}
}

.tab_menu_btn a {
	display: block;
	padding: 6px 6px 6px 25px;
	text-decoration: none;
	color: #333;
	width: 100%;
	border: 2px solid #0075a9;
}

.tab_menu_btn a {
	background: url(../../shared/img/right_arrow.gif) no-repeat 1em 0.9em;
}

.tab_menu_btn a:hover {
	background: #0075a9 url(../../shared/img/right_arrow_on.gif) no-repeat 1em 0.9em;
	color: #fff;
}

/* 2020.12.23追加 */
.link--out--noarrow {
  display: inline-block;
  background: url(../../shared/img/i_arrow-out.gif) no-repeat right 0.25em;
  padding-right: 15px;
}

/* 2021.1.15追加 */
.panel--relate .panel__header .panel__title--ranking {
  font-size: 108%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5em;
  padding-top: 5px;
	padding-left: .5rem;
  padding-bottom: 5px;
}

/*** 投資家のみなさまへ ***/
/* メインメニュー部 indexMenu */
.mainImage img { width: 100%; }
.indexMenu { width: 100%; margin-top: 20px; }
.indexMenu { padding: 0; }
.indexMenu li a img { width: 100%; }

@media print, screen and (max-width: 682px) {
  .indexMenu li { width: 47%; }
}

.indexMenu ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom:0 !important;
}

.indexMenu ul li{
	width: calc((100% - 54px) / 4)!important;
	margin: 0 18px 18px 0 !important;
}

.indexMenu ul li:nth-child(4),
.indexMenu ul li:nth-child(8),
.indexMenu ul li:last-child{
  margin-right: 0 !important;
}

@media print, screen and (max-width: 682px) {
	.indexMenu ul{
	justify-content: flex-start;
	}
	
  .indexMenu ul li{
	width:48% !important;
	}
	
	.indexMenu ul li:nth-child(4),
	.indexMenu ul li:last-child{
  margin-right: 18px !important;
	}

	
.indexMenu ul li:nth-child(2n),
.indexMenu ul li:last-child{
  margin-right: 0 !important;
	}
}

.link--out--nav{
    display: inline-block;
    background: url(../../shared/img/i_arrow.gif) no-repeat left 0.25em;
    padding-left: 15px;
}

.link--out--nav:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 16px;
    background: url(../../shared/img/i_arrow-out.gif) no-repeat right center;
    padding-right: 5px;
}

.rankingnum li{
	margin-top: 1rem;
}

.rankingnum li:first-child{
	margin-top: 0;
}

.rankingnum li div span{
	border: 1px solid #333333;
	padding: .3rem .5rem;
	margin-right: .5rem;
}

.rankingnum li div{
	display: table-cell;
	vertical-align: middle;
}

.rankingnum li div a.link {
	background: url(../../shared/img/i_arrow.gif) no-repeat left center !important;
}

/* 2021.10.05追加 注釈インデント */
.indent-annotation{
  padding-left: 4em;
  text-indent: -4em;
}

.indent-annotation2{
  padding-left: 4.5em;
  text-indent: -4.5em;
}

/* 2022.7.14追加 tableスクロール用 */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-area{
  color:#ffffff;
  background:#6a6a6a;
  margin-bottom:1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 682px) {
	.scroll-area{
		display: none;
	}
}

/* 2024.4.5追加 */
.list-annotation-number {
	counter-reset: number 0;
	padding: 0;
	list-style: none;
}
.list-annotation-number li {
	counter-increment: number 1;
	display: block;
	position: relative;
	padding: 0 0 0 4em;
	font-size: 0.9em;
	line-height: 1.5em;
}
.list-annotation-number li:last-of-type {
  margin: 0;
}
.annotation-number-note li::before {
	content: "Note " counter(number) ":";
	display: block;
	position: absolute;
	left: 0;
}
.fs-09em {
  font-size: 0.9em;
}

.list-annotation {
  padding: 0;
	list-style: none;
}
.list-annotation li {
	counter-increment: number 1;
	display: block;
	position: relative;
	padding: 0 0 0 3em;
	font-size: 0.9em;
	line-height: 1.5em;
}
.list-annotation li:last-of-type {
  margin: 0;
}
.annotation-note li::before {
	content: "Note:";
	display: block;
	position: absolute;
	left: 0;
}

.box-flex {
  display: flex;
  flex-wrap: wrap;
}
.img-capset {
  margin: 0 10px 20px;
}
.img-capset figcaption {
  margin-top: 5px;
  text-align: center;
}

.justify-space-bitween {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.panel__header .list-link {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 1px 1.5em 1px 2.5em;
  font-size: 14px;
}
.btn-round-shadow {
  min-height: 50px;
  padding: 10px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #e0ecfb;
  border-bottom: solid 5px #ccc;
  border-radius: 50px;
}

/* MF3.0 style */
.mf-search-bar_dropdown-list {
  z-index: 1001!important;
}
.mf-search-box .mf-search-bar .mf-search-bar_button {
  background-color: #0075a9!important;
  border-top-right-radius: 3px!important;
  border-bottom-right-radius: 3px!important;
}
.mf-search-box .mf-search-bar .mf-search-bar_button .mf-search-bar_button_icon {
  margin: 0 5px;
}
#header .mf-search-box .mf-search-bar .mf-search-bar_button span {
  display: none;
}
.mf-filters .mf-filters_use-links {
  margin-top: 15px!important;
}
