﻿.table {
  width: 100%;
}
.table > *:first-child {
  margin-top: 0;
}
.table > th {
  vertical-align: middle;
  border-right: none !important;
  border-left: none !important;
  background: none;
}
.table > td {
  text-align: right;
  vertical-align: middle;
  border-right: none !important;
  border-left: none !important;
  background-color: #f2f2f2;
}
.table .table__paragraph {
  font-size: 1.14vw;
  line-height: 1.3em;
  font-weight: normal;
  text-align: left;
  padding-right: 30px;
}
.table .table__paragraph--large {
  font-size: 2.57vw;
  line-height: 1.3em;
  font-weight: normal;
}
.table .table__paragraph--small {
  font-size: 1.2vw;
  line-height: 1.3em;
  font-weight: normal;
}
@media screen and (min-width: 1600px) {
  .table .table__paragraph {
    font-size: 18.24px;
  }
  .table .table__paragraph--large {
    font-size: 41.12px;
  }
  .table .table__paragraph--small {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 767px) {
  .table .table__paragraph {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .table .table__paragraph--large {
    font-size: 1.86rem;
    line-height: 1.3em;
  }
  .table .table__paragraph--small {
    font-size: 0.86rem;
    line-height: 1.3em;
  }
}


/* mainvisual__inner, mainvisual__box*/

.mainvisual__inner {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainvisual__inner > *:first-child {
  margin-top: 0;
}
.mainvisual__inner:before {
  height: 100%;
}
.mainvisual__box {
  width: 520px;
  box-sizing: border-box;
  float: right;
  margin-right: 30px;
  border-bottom: solid 1px #ffffff;
  padding: 0 0 1.1vw;
}
@media screen and (min-width: 841px) and (max-width: 1279px) {
  .mainvisual__box {
    width: 530px;
    padding: 0 0 1vw;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .mainvisual__box {
    width: 380px;
    padding: 0 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__inner {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  .mainvisual__inner > *:first-child {
    margin-top: 0;
  }
  .mainvisual__inner:before {
    height: 100%;
  }
  .mainvisual__box {
    max-width: 100%;
    width: auto;
    padding: 20px 0 0;
    float: none;
    margin: 0 0 0 0;
  }
}


/* publication_dl */

.publication_dl {
  border-top: solid 1px #ffffff;
  padding: 1.1vw 0 1vw 0;
}
.publication_dl dt {
  color: #fff;
  text-align: left;
  font-size: 1.29vw;
  line-height: 1em;
}
.publication_dl dd {
  color: #fff;
  text-align: left;
  font-size: 1.8vw;
  line-height: 1em;
  margin: 1vw 0 0;
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  .publication_dl {
    padding: 17.6px 0 16px 0;
  }
  .publication_dl dt {
    font-size: 20.64px;
  }
  .publication_dl dd {
    font-size: 28.8px;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .publication_dl {
    border-bottom: none;
    padding: 0 0 0 0;
  }
  .publication_dl dt {
    color: #000;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3em;
  }
  .publication_dl dd {
    color: #000;
    text-align: left;
    font-size: 1.43rem;
    line-height: 1.3em;
    margin: 5px 0 0;
    white-space: normal
  }
}


/* stock_dl */

.stock_dl {
  width: 100%;
  display: table;
  border-top: solid 1px #fff;
}
.stock_dl dt {
  width: 32%;
  font-size: 1.71rem;
  line-height: 1.3em;
  text-align: left;
  color: #fff;
  display: table-cell;
  padding-right: 50px;
}
.stock_dl dd {
  width: 68%;
  text-align: left;
  color: #fff;
  display: table-cell;
  padding: 20px 0 0;
}
@media screen and (min-width: 841px) and (max-width: 1279px) {
  .stock_dl {
    width: 100%;
    display: table;
    padding-bottom: 0;
  }
  .stock_dl dt {
    width: 32%;
    font-size: 1.43rem;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    display: table-cell;
  }
  .stock_dl dd {
    width: 68%;
    text-align: left;
    color: #fff;
    display: table-cell;
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .stock_dl {
    width: 100%;
    display: table;
    padding-bottom: 0;
  }
  .stock_dl img {
    width: 100%;
  }
  .stock_dl dt {
    width: 32%;
    font-size: 1.43rem;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    display: table-cell;
  }
  .stock_dl dd {
    width: 68%;
    text-align: left;
    color: #fff;
    display: table-cell;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .stock_dl {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .stock_dl dt {
    width: 100%;
    font-size: 1.43rem;
    line-height: 1.3em;
    color: #000;
    display: block;
    padding-right: 0;
  }
  .stock_dl dd {
    width: 100%;
    text-align: left;
    color: #000;
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .stock_dl .table {
    border-top: solid 1px #ddd;
  }
  .stock_dl .table * {
    font-size: 13px !important;
    line-height: 1.2em !important;
  }
  .stock_dl .table th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table th > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: right;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table td > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td:first-child {
    border-left: none;
  }
  .stock_dl .table td:last-child {
    border-right: none;
  }
  .stock_dl .table thead th {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .stock_dl .table thead th:first-child {
    border-left: none;
  }
  .stock_dl .table thead th:last-child {
    border-right: none;
  }
  .stock_dl .table tbody th {
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #333;
    background-color: #f2f2f2;
  }
  .stock_dl .table tbody th:first-child {
    border-left: none;
  }
  .stock_dl .table tbody th:last-child {
    border-right: none;
  }
}


/* box */

.box {
  float: right;
  margin-top: 1.1vw;
  min-height: 1px;
  zoom: 1;
  white-space: nowrap;
}
.box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box .box__paragraph {
  font-size: 1.3vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.box .box__link {
  font-size: 1.3vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.box .box__link:after {
  position: relative;
  top: -3px;
  margin-left: 8px;
  content: url("/common/images/module_link_icon-blank-white.gif");
}
.box .box--left {
  float: left;
  margin-right: 2vw;
}
.box .box--right {
  float: right;
}
@media screen and (min-width: 1600px) {
  .box {
    margin-top: 17.6px;
  }
  .box .box__paragraph {
    font-size: 20.8px;
  }
  .box .box__link {
    font-size: 20.8px;
  }
  .box .box--left {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    max-width: 340px;
    float: none;
    margin-top: 0;
    min-height: 1px;
    zoom: 1;
  }
  .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link:after {
    position: relative;
    top: -5px;
    margin-left: 8px;
    content: url("/common/images/module_link_icon-blank.gif");
  }
  .box .box--left {
    max-width: 150px;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .box .box--right {
    max-width: 165px;
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
}


/* investor_anchor */

.investor_anchor  {
  max-width: 1200px;
  text-align: center;
}
.investor_anchor li:nth-of-type(1) {
  border-left: none;
}
.investor_anchor .module_link {
  display: block;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.investor_anchor .module_link:after {
  position: absolute;
  content: url(/common/images/module_accordion2_button-open.png);
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.investor_anchor .module_link img {
  display: block;
  margin: 0 auto;
}
.investor_anchor .module_link .investor_anchor_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9em;
}
@media screen and (min-width: 768px) {
  .investor_anchor li {
    border-left: 1px solid #ddd;
  }
  .investor_anchor li:nth-of-type(1) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .investor_anchor li:nth-of-type(2n) {
    border-left: 1px solid #ddd;
  }
  .investor_anchor .module_link .investor_anchor_txt {
    height: 6em;
  }
}


/* layout__link */

.layout__link {
  display: flex;
  justify-content: center;
  align-items: center;  box-sizing: border-box;
  border: solid 1px #ddd;
  width: 100%;
  padding: 10px;
  height: 75px;
}
.layout__link:hover span {
  text-decoration: underline;
}


/* headline_icon */

.headline_icon {
  display: flex;
  align-items: center;
}
.headline_icon .icon {
  width: auto;
  height: 42px;
  padding-right: 20px;
}




/* ------------------------------------------
	modal_list
--------------------------------------------- */
.modal_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2.46%;
}
.modal_list li {
  width: calc(33% - 2.46%);
  margin: 30px 0 0 2.46%;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  position: relative;
}
.modal_list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 2.14rem;
  line-height: 1em;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal_list li a:hover {
  text-decoration: none;
}
.modal_list_txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_list_txt_inner {
  width: 100%;
}
.modal_list_txt_inner .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  margin: 0 auto;
}
.modal_list_txt_inner .circle.lightblue {
  background-color: #19b9cd;
}
.modal_list_txt_inner .circle.blue {
  background-color: #0078c3;
}
.modal_list_txt_inner .circle.pink {
  background-color: #e65582;
}
.modal_list_txt_inner .circle.green {
  background-color: #8cc33c;
}
.modal_list_txt_inner .circle.orange {
  background-color: #eb5541;
}
.modal_list_txt p {
  font-size: 1.14rem;
  line-height: 1.6em;
  margin: 18px 0 0;
  display: inline-block;
  text-align: center;
}
.modal_list_txt img {
  display: block;
  width: calc(42/340 * 100%);
  max-width: 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal_list_txt {
    padding: 10px;
  }
  .modal_list_txt p {
    font-size: 1rem;
    line-height: 1.6em;
    margin: 10px 0 0;
  }
  .modal_list_txt p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal_list {
    margin: 0;
  }
  .modal_list li {
    width: 100%;
    margin: 20px 0 0 0;
    display: inline-block;
  }
  .modal_list_txt {
    padding: 5.6% 4% 7.9%;
  }
  .modal_list_txt p  {
    font-size: 1rem;
    line-height: 1.6em;
  }
}



/* ------------------------------------------
	modal__slider
--------------------------------------------- */
.modal__slider {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin: auto;
  overflow: hidden;
}
.modal__slider .btn_modal__slider_close {
  position: absolute;
  z-index: 300;
  top: 30px;
  right: 30px;
  display: block;
  width: 36px;
  height: 37px;
  text-indent: -9999px;
  background-image: url("/common/images/module_lightbox-movie_icon-close.png");
  background-repeat: no-repeat;
}
.modal__slider .modal__slider__content {
  max-width: 1280px;
  position: relative;
  margin: 0 auto 0;
  top: 100px;
}
.modal__slider .modal__slider__content li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.modal__slider .modal__slider__content li.is-current {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.modal__slider .modal__slider__inner {
  color: #ffffff;
  padding: 30px 40px;
}
.modal__slider .modal__slider__heading {
  font-size: 2.71rem;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
}
.modal__slider .modal__slider__heading .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  margin: 0 auto;
}
.modal__slider .modal__slider__heading .circle.lightblue {
  background-color: #19b9cd;
}
.modal__slider .modal__slider__heading .circle.blue {
  background-color: #0078c3;
}
.modal__slider .modal__slider__heading .circle.pink {
  background-color: #e65582;
}
.modal__slider .modal__slider__heading .circle.green {
  background-color: #8cc33c;
}
.modal__slider .modal__slider__heading .circle.orange {
  background-color: #eb5541;
}
.modal__slider .modal__slider__heading p {
  margin: 20px 0 0;
}
.modal__slider .modal__slider__paragraph {
  margin-top: 30px;
  font-size: 1.14rem;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.modal__slider .modal__slider__box {
  min-height: 1px;
  zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.modal__slider .modal__slider__box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modal__slider .modal__slider__controller {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1024px;
}
.modal__slider .modal__slider__controller > * {
  flex-basis: 48%;
}
.modal__slider .modal__slider__controller .modal__slider__next {
  text-align: right;
}
.modal__slider .modal__slider__controller a {
  color: #ffffff;
}
.modal__slider .modal__slider .qadialog_display__none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .modal__slider .btn_modal__slider_close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-image: url("/common/images/module_lightbox-movie_icon-close.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }  
  .modal__slider .modal__slider__heading {
    font-size: 1.47rem;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
  }
  .modal__slider .modal__slider__heading .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    margin: 0 auto;
  }
  .modal__slider .modal__slider__paragraph {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6em;
  }
  .modal__slider .modal__slider__controller {

  }
}


@media print {
  .stock_dl .common_display__none_s {
    display: none !important;
  }
  .stock_dl .common_display__block_s {
    display: block !important;
  }
  .module_mainvisual .module_mainvisual__headline, .module_mainvisual--small .module_mainvisual__headline, .module_mainvisual--small .module_mainvisual--small__headline {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
  }
  .module_mainvisual--small .module_mainvisual--small__inner {
    display: block;
    color: #000 !important;
  }
  .mainvisual__inner {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  .mainvisual__inner > *:first-child {
    margin-top: 0;
  }
  .mainvisual__inner:before {
    height: 100%;
  }
  .mainvisual__box {
    max-width: 100%;
    width: auto;
    padding: 20px 0 0;
    float: none;
    margin: 0 0 0 0;
  }
  .publication_dl {
    border-bottom: none;
    padding: 0 0 0 0;
  }
  .publication_dl dt {
    color: #000;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3em;
  }
  .publication_dl dd {
    color: #000;
    text-align: left;
    font-size: 1.43rem;
    line-height: 1.3em;
    margin: 5px 0 0;
  }
  .stock_dl {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .stock_dl dt {
    width: 100%;
    font-size: 1.43rem;
    line-height: 1.3em;
    color: #000;
    display: block;
    padding-right: 0;
  }
  .stock_dl dd {
    width: 100%;
    text-align: left;
    color: #000;
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .stock_dl .table {
    border-top: solid 1px #ddd;
  }
  .stock_dl .table * {
    font-size: 13px !important;
    line-height: 1.2em !important;
  }
  .stock_dl .table th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table th > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: right;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table td > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td:first-child {
    border-left: none;
  }
  .stock_dl .table td:last-child {
    border-right: none;
  }
  .stock_dl .table thead th {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .stock_dl .table thead th:first-child {
    border-left: none;
  }
  .stock_dl .table thead th:last-child {
    border-right: none;
  }
  .stock_dl .table tbody th {
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #333;
    background-color: #f2f2f2;
  }
  .stock_dl .table tbody th:first-child {
    border-left: none;
  }
  .stock_dl .table tbody th:last-child {
    border-right: none;
  }

  .box {
    max-width: 340px;
    float: none;
    margin-top: 0;
    min-height: 1px;
    zoom: 1;
  }
  .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link:after {
    position: relative;
    top: -5px;
    margin-left: 8px;
    content: url("/common/images/module_link_icon-blank.gif");
  }
  .box .box--left {
    max-width: 150px;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .box .box--right {
    max-width: 165px;
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
}




.box.box--stockPricesMarketCap {
  float: left;
}
/*
.publication_dl dt {
  font-size: 1vw;
}
.publication_dl dd {
  font-size: 1.16vw;
}
*/
.table .table__paragraph--large {
  font-size: 1.56vw;
}
.table .table__paragraph--small {
  font-size: 1vw;
}
.box .box__link {
  font-size: 1vw;
}
.box .box__paragraph {
  font-size: 1vw;
}
.stock_note.module_paragraph--small {
  font-size: 0.8vw;
  white-space: break-spaces;
  margin-top: 30px;
}
.stock_dl.stock_dl--stockPricesMarketCap {
  border-top: 0;
}
.stock_dl.stock_dl--stockPricesMarketCap dd {
  padding-top: 10px;
}
.stock_dl dt img {
  width: 90%;
}
@media screen and (min-width: 1600px) {
  .publication_dl dt {
    font-size: 18px;
}
  .publication_dl dd {
    font-size: 22px;
  }
  .table .table__paragraph--large {
    font-size: 36px;
  }
  .box .box__paragraph {
    font-size: 18px;
  }
  .box .box__link {
    font-size: 18px;
  }
  .stock_note.module_paragraph--small {
    font-size: 14px;
  }
  .table .table__paragraph--small {
		font-size: 18px;
  }
  .mainvisual__box {
    width: 580px;
  }
}
@media screen and (max-width: 1279px) {
/*
  .publication_dl {
    border-top: 0;
  }
  .mainvisual__box {
  border-bottom: 0;
  }
*/
  .stock_dl dt img {
    width: 80%;
  }
  .stock_note.module_paragraph--small {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .module_heading {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .stock_dl img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .stock_dl dt {
    width: 28%;
    padding-right: 40px;
  }
  .stock_dl dd {
    width: 72%;
  }
  .publication_dl dt {
    font-size: 0.74vw;
  }
  .publication_dl dd {
    font-size: 0.84vw;
  }
  .table .table__paragraph--large {
    font-size: 1.1vw;
  }
  .table .table__paragraph--small {
    font-size: 0.74vw;
    margin-top: 5px;
  }
  .box .box__link {
    font-size: 0.74vw;
  }
  .box .box__paragraph {
    font-size: 0.74vw;
  }
  .stock_note.module_paragraph--small {
    margin-top: 20px;
    font-size: 0.58rem;
  }
}
@media screen and (max-width: 840px) {
  .table__stockPricesMarketCap th.table__paragraph {
    padding-right: 10px;
  }
  .table__stockPricesMarketCap td img {
    max-width: 2.6vw;
    vertical-align: middle;
  }
  .stock_dl dt img {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .module_paragraph--small.stock_note {
    margin-top: 20px;
    font-size: 0.86rem;
    color: #000000;
  }
  .stock_dl .table .stock_note_ico {
    margin-left: 0.5em;
    font-size: 10px !important;
  }
  .box {
    max-width: 100%;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
  }
  .box .box__link {
    font-size: 0.86rem;
  }
}
@media print {
  .stock_note.common_display__none_s {
    display: none !important;
  }
  .stock_note.common_display__block_s {
    display: block !important;
  }
  .module_paragraph--small.stock_note {
    margin-top: 20px;
    font-size: 0.86rem;
    color: #000000;
  }
}




/* module_min_height */
.module_min_height5 {
  min-height: 5em;
}
/* investor_heading_br */
.investor_heading_br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .investor_heading_br {
    display: block;
  } 
}
@media screen and (max-width: 767px) {
  .investor_heading_br {
    display: none;
  } 
}
/* module_list-6column */
.module_list-6column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module_list-6column > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 6);
  margin: 30px 0 0 0;
  padding: 0 10px;
}
.module_list-6column > li:nth-child(1),
.module_list-6column > li:nth-child(2),
.module_list-6column > li:nth-child(3),
.module_list-6column > li:nth-child(4),
.module_list-6column > li:nth-child(5),
.module_list-6column > li:nth-child(6) {
  margin: 0 0 0 0;
}
.module_list-6column > li > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* module_list-6column */
  .module_list-6column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    max-width: 1280px;
    padding: 0 7.5px;
    letter-spacing: -.4em;
    text-align: left;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module_list-6column > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 7.5px;
  }
  .module_list-6column > li:nth-child(1),
  .module_list-6column > li:nth-child(2) {
    margin: 0 0 0 0;
  }
  .module_list-6column > li > *:first-child {
    margin-top: 0;
  }
}
/* investor_anchor */
.investor_anchor  {
  max-width: 1220px;
  text-align: center;
}


/* ==========================

add 2024/11

========================== */
.index_section {
  margin: 72px -30px 0;
}
.index_h1 {
  display: inline-block;
  padding: 0 16px 30px;
  border-bottom: 2px solid #ccc;
  font-size: 3.286em;
  line-height: 1.1;
}
.index_h2 {
  font-size: 271%;
  line-height: 1.1;
}
.index_text {
  font-size: 114%;
  line-height: 1.6;
}
.module_list-3column {
  margin-top: 40px;
}
.index_fw500 {
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .module_rule {
      margin: 80px auto;
      width: 100%;
      max-width: 1280px;
  }
  .index_1column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .index_1column-cell  {
    width: calc((620 / 1280) * 100%);
  }
  .index_2column {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 40px;
  }
  .index_2column-cell  {
    width: calc((620 / 1280) * 100%);
  }
  .module_link-box, .module_link-box--blank {
    white-space: nowrap;
    width: auto;
    padding: 15px;
  }
  .module_link-box + .module_link-box {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .module_layout {
    padding: 0 20px;
  }
  .global_main-contents .global_main-contents__sub-section {
    margin-top: 60px;
  }
  .index_section {
    margin: 60px 0 0;
  }
  .module_headline + .index_section {
    margin-top: 36px;
  }
  .index_h1 {
    padding: 0 8px 20px;
    border-bottom: 2px solid #ccc;
    font-size: 1.66rem;
    line-height: 1.3;
  }
  .index_h2 {
    font-size: 147%;
  }
  .index_text {
    font-size: 100%;
  }
  .index_2column-cell + .index_2column-cell {
    margin-top: 20px;
  }
  .module_link-box, .module_link-box--blank {
    background-color: #000;
    font-size: 86.67%;
    white-space: nowrap;
    width: auto;
  }
  .module_rule {
    margin: 48px 20px;
    width: calc(100% - 40px);
  }
}

/* policy */
.policy_cell {
  padding: 30px 0;
}
.policy_cell-title {
  font-size: 157%;
  font-weight: 500;
  line-height: 1.1;
}
.policy_cell-strong {
  margin: 24px 0;
  font-size: 271%;
  line-height: 1.1;
}
.policy_cell-strong2 {
  margin: 24px 0;
  font-size: 171%;
  line-height: 1.1;
}
@media screen and (min-width: 767px) {
  .policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy_cell:nth-child(1) {
    width: calc(100% - 702px);
  }
  .policy_cell:nth-child(2) {
    width: calc(100% - 578px);
  }
  .policy_cell:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .policy_cell-title {
    font-size: 113%;
  }
  .policy_cell-strong {
    font-size: 166.7%;
  }
  .policy_cell-strong2 {
    font-size: 160%;
    font-feature-settings: "palt";
  }
}
/* value */
.value_cell {
  display: flex;
  align-items: center;
}
.value_text {
  width: calc(100% - 140px);
}
.value_text .policy_cell-strong {
  margin-top: 0;
}
.value_img {
  width: 140px;
}
@media screen and (min-width: 767px) {
  .value {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: auto;
  }
  .value_cell {
    width: calc(100% - 600px);
  }
  .value_cell:nth-child(n + 3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .value_text {
    width: calc(100% - 112px);
  }
  .value_img {
    width: 112px;
  }
  .value_cell:not(:first-child) {
    margin-top: 24px;
  }
}

/* glance */
@media screen and (min-width: 767px) {
  .glance {
    display: flex;
    flex-wrap: wrap;
    max-width: 1147px;
    margin: 48px auto 0;
  }
  .glance_cell {
    width: calc(100% / 4);
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .glance_cell:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  .glance_title {
    font-size: 171%;
    font-weight: 500;
    line-height: 1.1;
  }
  .glance_title span {
    position: relative;
    display: block;
    width: 32px;
    height: 14px;
    margin: 32px auto;
  }

  .glance_title span::before,
  .glance_title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 21.2px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0.5px);
  }

  .glance_title span::before {
    transform: rotate(54.45deg);
  }

  .glance_title span::after {
    transform: rotate(-54.45deg);
  }

  .glance_list > dt {
    font-size: 125%;
    font-weight: 500;
    line-height: 1.6;
  }

  .glance_list > dd {
    font-size: 171%;
    line-height: 1.1;
    font-weight: 500;
  }

  .glance_list > dd + dt {
    margin-top: 40px;
  }

  .glance_list sup {
    font-size: 70%;
  }
  .glance_num {
    font-size: 233%;
  }

  .glance_subText {
    display: block;
    font-size: 1rem;
  }

  .glance_list > dd .glance_subText {
    color: #666;
    font-weight: 400;
    margin-top: .5em;
  }
  .glance_list > dd .glance_subText .glance_num {
    font-size: 129%;
    font-weight: 400;
  }

  .glance_list dl dt {
    margin-top: 24px;
  }

  .glance_note {
    width: 100%;
    font-size: 85.7%;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    max-width: 768px;
    list-style: none;
  }
  .glance_note li {
    counter-increment: glance_note;
    display: flex;
    align-items: flex-start;
  }
  .glance_note li:nth-child(odd) {
    width: 28em;
  }
  .glance_note li::before {
    content: "*"counter(glance_note);
    width: 2em;
  }
}
@media screen and (max-width: 768px) {
  .glance {
    margin-top: 40px;
  }
  .glance_cell {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  .glance_title {
    font-size: 120%;
    font-weight: 500;
    line-height: 1.1;
    writing-mode: vertical-lr;
    padding-left: 8px;
  }
  .glance_title span {
    position: relative;
    display: block;
    margin: auto 24px;
    width: 14px;
    height: 32px;
    writing-mode: horizontal-tb;
  }

  .glance_title span::before,
  .glance_title span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 21.2px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 0.5px) 50%;
  }

  .glance_title span::before {
    transform: rotate(50deg);
  }

  .glance_title span::after {
    transform: rotate(-50deg);
  }

  .glance_list > dt {
    font-size: 107%;
    font-weight: 500;
    line-height: 1.6;
  }

  .glance_list > dd {
    font-size: 120%;
    line-height: 1.1;
    font-weight: 500;
  }

  .glance_list > dd + dt {
    margin-top: 24px;
  }

  .glance_list sup {
    font-size: 70%;
  }

  .glance_num {
    font-size: 222%;
  }

  .glance_subText {
    display: inline-block;
    font-size: 73%;
  }
  .glance_list > dd .glance_subText {
    display: block;
    color: #666;
    font-weight: 400;
  }

  .glance_list > dd .glance_subText .glance_num {
    font-size: 125%;
    font-weight: 400;
  }
  .glance_list dl dt {
    margin-top: 16px;
    float: left;
    clear: both;
    margin-right: 12px;
  }
  .glance_list dl dd {
    float: left;
  }
  .glance_note {
    font-size: 80%;
    color: #666;
    list-style: none;
  }
  .glance_note li {
    counter-increment: glance_note;
    display: flex;
    align-items: flex-start;
  }
  .glance_note li::before {
    content: "*"counter(glance_note);
    width: 1.5em;
    flex-shrink: 0;
  }
}

/* our edge */
.ourEdge {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 960/200;
  margin: auto;
  padding-left: 48px;
  color: #fff;
  font-size: 214%;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #4D4D4D;
}
.ourEdge .module_link--pdf {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .ourEdge::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 200px;
    background-color: #4D4D4D;
    z-index: 1;
    transition: all .3s;
  }
  .ourEdge::after {
    content: "";
    display: block;
    width: 720px;
    height: 200px;
    background: url("../images/renew_investor_ouredge_pc.png") right 0 /contain no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
    transition: all .3s;
  }
  .ourEdge:hover {
    text-decoration: none;
    color: #fff;
  }
  .ourEdge:hover::before {
    background-color: #000;
  }
  .ourEdge:hover::after {
    transform: scale(1.1) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .ourEdge {
    aspect-ratio: 335/200;
    padding-left: 24px;
    background: #4D4D4D url("../images/renew_investor_ouredge_sp.png") right 0 /contain no-repeat;
    font-size: 126%;
    text-align: left;
  }
}

/* message */
.message {
  margin-top: 48px;
  position: relative;
  width: 100%;
  aspect-ratio: 1280/460;
}
.message_img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((720 / 1280) * 100%);
  aspect-ratio: 720/400;
  z-index: 1;
}
.message_text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc((800 / 1280) * 100%);
  aspect-ratio: 800/400;
  padding: 0 calc((100 / 1280) * 100%) 0 calc((320 / 1280) * 100%);
  background-color: #F5F5F5;
  z-index: 0;
  box-sizing: border-box;
}
.message_lead {
  font-size: 142.8%;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message {
    margin: 24px -20px 0;
    width: 100vw;
    aspect-ratio: auto;
  }
  .message_img {
    position: relative;
    width: calc((327 / 375) * 100%);
  }
  .message_text {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    margin: -88px 0 0 auto;
    width: calc((327 / 375) * 100%);
    aspect-ratio: auto;
    padding: 96px 57px 32px 32px;
  }
  .message_lead {
    font-size: 113.3%;
  }
  .message_lead + .module_paragraph {
    font-size: 93.3%;
    font-weight: 500;
  }
}




/* segment */
.segment li {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 128.5%;
  font-weight: 500;
  padding-left: 12px;
  border-left: 4px solid;
  box-sizing: border-box;
}
.segment li:nth-child(1) { border-color: #0078C3;}
.segment li:nth-child(2) { border-color: #19B9CD;}
.segment li:nth-child(3) { border-color: #EB5541;}
.segment li:nth-child(4) { border-color: #E65582;}
.segment li:nth-child(5) { border-color: #8CC33C;}
.segment li:nth-child(6) { border-color: #FFE33B;}
.segment li:nth-child(7) { border-color: #F5AA3C;}
@media screen and (min-width: 767px) {
  .segment ul {
    display: inline-grid;
    gap: 2em;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
  }
}
@media screen and (max-width: 768px) {
  .segment {
    margin-top: 24px;
  }
  .segment li {
    margin-top: 16px;
    width: 100%;
    height: 2.4rem;
    font-size: 113.333%;
  }
}

/* mid term */
.midterm_lead {
  font-size: 142.8%;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .midterm_lead {
    margin-top: 25px;
    font-size: 126.6666%;
  }
}

/* business model */
.bizmodel_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 214.2857%;
  line-height: 1.1;
}
.bizmodel_title span {
  font-size: 4.571rem;
  color: #fff;
  -webkit-text-stroke: 1px #999;
  text-stroke: 1px #999;
  margin-right: 32px;
  line-height: 1;
}
.network {
  align-items: normal;
}
.network > div:first-child {
  background-color: #FAFAFA;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  /* padding: 0 calc((122 / 1280) * 100%); */
  padding: 5vh calc((50 / 1280) * 100%);
  box-sizing: border-box;
}
.network .glance_list:nth-child(1) {
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .bizmodel_title {
    display: inline-flex;
    font-size: 126.6666666666667%;
    line-height: 1.3;
  }
  .bizmodel_title span {
    font-size: 2.934rem;
    margin-right: 24px;
  }
  .network {
    margin-top: 30px;
  }
  .network div:first-child {
    padding: 25px 32px;
  }
  .network .glance_list:nth-child(1) {
    margin-bottom: 30px;
  }
}

/* results */
.results .module_box-attention {
  padding: 39px;
}
.results_note {
  margin-top: 10px;
  font-size: 85.7142%;
}
.results_note li {
  counter-increment: glance_note;
  display: flex;
  align-items: flex-start;
}
.results_note li::before {
  content: "*"counter(glance_note);
  width: 1.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .results_note {
    font-size: 60%;
    line-height: 1.5;
  }
  .results .module_box-attention {
    padding: 11px;
  }
  .results .module_link-box {
    margin: 32px 16px 0;
  }
}

/* return */
.return .module_box-attention {
  padding: 39px;
}
@media screen and (max-width: 768px) {
  .return .module_box-attention {
    padding: 11px;
  }
  .return .module_paragraph--small {
    font-size: 60%;
  }
}
