@charset "UTF-8";
/*IR 改修*/

.FIN{
  color:#f10 !important;
}

#container.ir .section__ttl2 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #container.ir .section__ttl2 {
    font-size: 20px;
  }
}

/*トップページ*/
.n-kv-logos__wrap{
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 2;
}

.n-kv-logos__row{
  display: flex;
  align-items: flex-end;
  max-width: 1400px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.n-kv-logos__row .box1{
  max-width: 796px;
  width: 56.85%;
}

.n-kv-logos__row .box2{
  width: 410px;
}

.n-kv-logos__row .list{
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  height: 114px;
  padding: 24px 24px;
  border-top-right-radius: 15px;
  align-items: center;
  gap:40px;
}

.n-kv-logos__row .list::before{
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  right:100%;
  bottom:0;
  background: #fff;
}
@media screen and (max-width: 1100px) {

  .n-kv-logos__row .list {
    background: #fff;
    height: 69px;
    padding: 10px;
    align-items: center;
    gap: 10px;
  }
  .n-kv-logos__row .box1 {
      width: calc(100% - 400px);
  }

  .n-kv-logos__row .box2 {
    width: 388px;
  }
}

.top-topics{
  max-width: 1430px;
  margin: 0 auto;
  width: 90%;
}

/*JPXロゴ*/
.jpx-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.jpx-wrap_row{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.jpx-wrap .n-kv-jpx{
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1400px){
  .jpx-wrap .n-kv-jpx{
    right: 4%;
  }
}

/*株式情報*/
.stockinfo-top .stockinfo {
  background: #1E314C;
  color: #fff;
}

.stockinfo-top .stockinfo__footer a{
  font-weight: 500;
  font-size: 16px;
}

.stockinfo-top .stockinfo__header {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 4px 23px 0;
  height: 40px;
}
.stockinfo-top .stockinfo__title {
  font-size: 18px;
  font-weight: bold;
}

.stockinfo-top .stockinfo__market {
  font-size: 13px;
}

.stockinfo-top .stockinfo__body {
  background: rgba(116, 135, 156, 0.35);
  padding: 10px 23px 1px;
}

.stockinfo-top .stockinfo__date {
  font-size: 11px;
  line-height: 1;
}

.stockinfo-top .stockinfo .dl_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #74879C;
  gap: 11px;
}

.stockinfo-top .stockinfo__price {
  display: flex;
  align-items: center;
  font-family: Figtree, sans-serif;
}

.stockinfo-top .stockinfo__price dt{
  font-size: 16px;
  width: 67px;
  white-space: nowrap;
}

.stockinfo-top .stockinfo__price dd {
  font-size: 30px;
  font-family: Figtree, sans-serif;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}

.stockinfo-top .stockinfo__change {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.stockinfo-top .stockinfo__change dt{
  width: 67px;
  font-weight: bold;
  white-space: nowrap;
}

.stockinfo-top .stockinfo__change dd {
  font-size: 18px;
  font-family: Figtree, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}

.stockinfo-top .stockinfo__volume {
  display: flex;
  margin-top: 3px;
}

.stockinfo-top .stockinfo__change dt {
  width: 57px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: -2px;
}
.stockinfo-top .stockinfo__volume{
  display: flex;
  align-items: center;
}

.stockinfo-top .stockinfo__volume dt{
  width: 58px;
}

.stockinfo-top .stockinfo__volume dd{
  font-size: 18px;
}

.stockinfo-top .stockinfo__volume dd strong{
  font-family: Figtree, sans-serif;
}

.stockinfo-top .stockinfo__change dd {
  font-size: 20px;
  font-family: Figtree, sans-serif;
  font-weight: normal;
}
.stockinfo-top .stockinfo__link::after {
  content: '';
  top: 0;
  right: 0;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  background: url(../../../assets/img/ir/new/blank_white.svg);
  background-repeat: no-repeat;
}

.stockinfo-top .stockinfo__link {
  position: relative;
  padding: 11px 23px;
  position: relative;
  padding-right: 30px;
  text-decoration: underline;
  display: flex;
  height: 40px;
  align-items: center;
}

.stockinfo-top .stockinfo__volume dd strong {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .stockinfo-top .stockinfo__header {
    padding: 0px 23px;
    height: 45px;
    line-height: 45px;
  }
  .stockinfo-top .stockinfo__title {
    font-size: 18px;
  }

  
  .stockinfo-top.ir-message__info {
    font-size: 12px;
  }
  .stockinfo-top.ir-message__info-name {
    font-size: 19px;
    white-space: nowrap;
  }
  .stockinfo-top.ir-message__info-kana {
    font-size: 12px;
  }

  .stockinfo-top .stockinfo .dl_wrap{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #74879C;
  }

  .stockinfo-top .stockinfo .dl_wrap dl dt{
    font-weight: bold;
  }
  
  .stockinfo-top .stockinfo__change{
    padding-left: 8px;
    border-bottom:0;
  }
  
  .stockinfo-top .stockinfo__change dt {
    width: auto;
    padding-right: 5px;
    font-weight: bold;
  }

  .stockinfo-top .stockinfo__price dt {
    width: 58px;
  }

  .stockinfo-top .stockinfo__price dd {
    margin-top: -4px;
    font-size: 28px;
  }

  .stockinfo-top .stockinfo__volume dt {
    width: 58px;
  }

  .stockinfo-top .stockinfo__change dd {
    font-size: 18px;
  }
}

/*ヘッダー*/


.header-nav-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}

.header-nav-block {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  clip-path: inset(0 0 100% 0); /* 全体非表示 */
  transition: clip-path 0.19s ease, opacity 0.19s ease;
  visibility: hidden;
}

.header-nav-block.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
  visibility: visible;
  clip-path: inset(0 0 0 0); /* 全体表示 */
}

.header-nav-block__right .menu{
  display: flex;
  flex-direction: column;
  width: auto;
}

.header-nav-block__right .menu>li{
  position: relative;
  width: auto;
  display: inline-block;
  /* border-bottom: 1px solid #E8ECF1; */
}

.header-nav-block__right .menu>li .lower-menu1{
  display: none;
}

.header-nav-block__right .menu>li .lower-menu1 ul>li>span,
.header-nav-block__right .menu>li .lower-menu1 ul>li>a{
  height: 43px;
  display: block;
}

.header-nav-block__right .menu>li .header-nav-block__btn--exa{
  display: flex;
  flex-direction:row;
  justify-content: flex-start;
}

.header-nav-block__right .menu>li .header-nav-block__btn--ex::after {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(10px);
  width: 14px;
  height: 14px;
  position: static !important;
  transform: translateY(-8px) !important;
  border: none;
  background: url(../../../assets/img/ico_ex.svg) no-repeat 50% 50% / 100%;
}

.header-nav-block__right .menu>li .lower-menu1 ul>li>span,
.header-nav-block__right .menu>li .lower-menu1 ul>li>a{
  height: 43px;
  display: block;
}

.header-nav-block__right .menu>li .lower-menu1,
.header-nav-block__right .menu>li .lower-menu2{
  left:100%;
  top:0;
  width: 100%;
  margin-top: -1px;
  display: none;
}

.header-nav-block__right .menu>li .lower-menu1>li>span,
.header-nav-block__right .menu>li .lower-menu1>li>a{
  height: 43px;
  display: block;
  white-space: nowrap;
}

.header-nav-block__right .menu>li .lower-menu-button {
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.header-nav-block__right .menu>li.open .lower-menu-button{
  background: #F3F6F8 !important;
}

.header-nav-block__right .menu>li .lower-menu-button::before,
.header-nav-block__right .menu>li .lower-menu-button::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 25px;
  right:10px;
  margin: 0;
  margin-left: 0;
  width: 12px;
  background:#1E314C;
  transform: rotate(0deg);
  transition: transform 0.19s ease ;
}

.header-nav-block__right .menu>li .lower-menu-button::after{
  transform: rotate(90deg) ;
}

.header-nav-block__right .menu>li .lower-menu-button.open::after{
  transform: rotate(0deg) ;
}

.header-nav-block__right .menu>li .lower-menu1,
.header-nav-block__right .menu>li .lower-menu2{
  padding: 10px 10px;
  background: #F3F6F8;
}

.header-nav-block__right .menu>li .lower-menu2{
  padding: 0px;
}

.header-nav-block__right .menu>li .lower-menu1 ul>li>span,
.header-nav-block__right .menu>li .lower-menu2 ul>li>span,
.header-nav-block__right .menu>li .lower-menu1 ul>li>a,
.header-nav-block__right .menu>li .lower-menu2 ul>li>a {
  padding: 12px 12px;
  display: block;
  cursor: pointer;
}

.header-nav-block__btn {
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-device-width: 767px) {
    
  .header-nav-block__right .menu>li .lower-menu1>li>span:hover,
  .header-nav-block__right .menu>li .lower-menu2>li>span:hover,
  .header-nav-block__right .menu>li .lower-menu1>li>a:hover,
  .header-nav-block__right .menu>li .lower-menu2>li>a:hover{
    background: transparent;
  }
  .header-nav-block__right .lower-menu1 ul>li>span:hover,
  .header-nav-block__right .lower-menu1 ul>li>a:hover{
    background: transparent;
  }

}

.header-nav-block .nav-close__wrap{
  display: none;
}

@media screen and (min-device-width: 767px) {
  .header-nav-block .nav-close:hover{
    opacity: 0.5;
  }
}

.header-nav-block__left-btn:after {
  right: 32px;
  bottom: auto;
  width: 43px;
  height: 18px;
  top: 24px;
}

.header-nav-block__left-btn {
  padding: 15px 5px 15px;
  min-height: 100px;
  margin-bottom: 0;
  box-shadow: none;
}
.header-nav-block__left-btn:hover {
  background-color: transparent;
}

.header-nav-block__left-btn__sub {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .header-nav-block__left {
    width: 28%;
  }
}
@media screen and (min-width: 1151px) {
  .header:not(.header-top) {
    box-shadow: none;
  }
  
  .header-nav-block .nav-close{
    padding-left: 23px;
    background: url(../../../assets/img/ir/new/ico_close.svg) no-repeat  0% 50% /  11px;
    font-size: 16px;
    line-height: 16px;
    transition: opacity 0.19s ease;
    cursor: pointer;
  }

  .header-nav-block .menu>li .lower-menu1,
  .header-nav-block .menu>li .lower-menu2{
    padding: 0px;
    background: transparent;
    position: absolute;
    left:100%;
    width: 100%;
    top:0;
  }

  .header-nav-block__right .menu>li .lower-menu2 {
    padding: 0px;
  }

  .header-nav-block__right .menu>li .lower-menu1 ul>li>span,
  .header-nav-block__right .menu>li .lower-menu2 ul>li>span,
  .header-nav-block__right .menu>li .lower-menu1 ul>li>a,
  .header-nav-block__right .menu>li .lower-menu2 ul>li>a{
    position: relative;
    display: block;
    height: 44px;
    line-height: 1.2;
    padding: 12px;
    padding-left: 35px;
  }
  
  .header{
    border-bottom: 1px solid #D5D5D5;
  }

  .header.header-top {
    border-bottom: 0;
  }

  .header.header-top.scrl {
    background: #fff;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, .12);
    box-shadow: none;
    border-bottom: 1px solid #D5D5D5;
  }

  .header-nav-block__right .menu>li .lower-menu1, .header-nav-block__right .menu>li .lower-menu2 {
    display: none;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    
  }

  .header-nav-block__right .menu>li{
    position: static;
  }

  .header-nav-block__right .menu>li .lower-menu1.active,
  .header-nav-block__right .menu>li .lower-menu2.active{
    display: block;
    position: absolute;
    left:100%;
    top:0;
    height: 100%;
    background: #fff;
  }

  .header-nav-block__right .menu>li .lower-menu1>li>span:hover,
  .header-nav-block__right .menu>li .lower-menu2>li>span:hover,
  .header-nav-block__right .menu>li .lower-menu1>li>a:hover,
  .header-nav-block__right .menu>li .lower-menu2>li>a:hover{
    background: #F3F6F8;
  }

  .header-nav-block__left-btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    bottom: auto;
    top: 25px;
    margin: auto;
    background: url(../../img/ico_arrow_long.svg) no-repeat center center / 100% auto;
    width: 44px;
    height: 14px;
    transition: cubic-bezier(.3,.5,0,1) .19s transform;
  }

  .header-nav-block__left-btn:hover{
    background: #fff;
    opacity: 1;
    display: block;
  }

  .header-nav-block__left {
      width: 33%;
  }

  .header-nav-block__right {
    padding-left: 0px;
    display: flex;
    width: 72%;
  }
  
  .header-nav-block__btn {
    margin-bottom: 0;
    border-bottom: 0;
    width: 100%;
    height: 43px;
    border-top: 0;
    padding: 11px 33px 10px 35px;
    white-space: nowrap;
    display: block;
  }

  
  .header-nav-block__btn:hover{
    background: transparent !important;
  }

  .header-nav-block__btn:hover::after{
    transform: rotate(45deg);
  }

  .header-nav-block__btn>span{
    position: relative;
    display: inline-block;
    overflow: hidden; 
    padding-bottom: 5px;
  }

  .header-nav-block__btn>span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #74879C;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    display: block;
  }


  .header-nav-block__btn:hover>span::before {
    transform: scaleX(1) !important;
  }
  

  .header-nav-block .nav-close__wrap{
    display: flex;
    justify-content: center;
    padding-bottom: 26px;
  } 

  .header-nav-block__right .menu{
    border-left: 1px solid #CCCCCC;
  }

  .header-nav-block__right .menu>li{
    position: static;
    width: auto;
    display: inline-block;
  }

  .header-nav-block__right  .header-nav-block__btn::after{
    display: none;
  }

  .header-nav-block__right .pc-hover-lower>span::after,
  .header-nav-block__right .pc-hover .header-nav-block__btn::after {
    display: block;
    left: auto;
    width: 100%;
    content: '';
    position: absolute;
    right: 14px;
    top: 0px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1E314C;
    border-right: 2px solid #1E314C;
    transform: rotate(45deg);
    background-image: none;
  }

  .header-nav-block__right .menu>li .lower-menu-button::before{
    display: block;
  }

  .header-nav-block__right .menu>li .lower-menu-button::before,
  .header-nav-block__right .menu>li .lower-menu-button::after{
    content: '';
    position: absolute;
    right: 14px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1E314C;
    border-right: 2px solid #1E314C;
    transform: rotate(45deg);
    background-image: none;
    background: transparent;
    margin: 0;
  }

  .header-nav-block__right .menu>li> .lower-menu-button::after{
    transform: rotate(45deg);
  }

  .header-nav-block__right .menu {
    display: flex;
    position: relative;
    flex-direction: column;
    width: auto;
    text-align: left;
  }

  .header-nav-block__right .lower-menu1{
    display: block;
  }

  .header-nav-block__right .lower-menu1 ul>li>span,
  .header-nav-block__right .lower-menu1 ul>li>a{
    display: block;
    height: 45px;
  }

  .header-nav-block__right .lower-menu1 ul>li:hover>a{
    background: transparent;
  }

  .header-nav-block__right .lower-menu1 ul>li>a{
    position: relative;
  }

  .header-nav-block__right .lower-menu1 ul>li>a>span{
    position: relative;
    padding-bottom: 5px;
  }

  .header-nav-block__right .lower-menu1 ul>li>a>span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #74879C;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
  }

  .header-nav-block__right .lower-menu1 ul>li:hover>a>span::before{
    transform: scaleX(1);
  }

  .header-nav-block .nav-close__wrap{
    display: flex;
    justify-content: center;
    padding-bottom: 26px;
  } 

  .header-nav-block__inner {
    padding: 30px 0;
  }

  .header-nav-block__left-btn {
    display: block;
    box-shadow: 0;
    border-radius: 0px;
    padding: 10px 28px 50px;
    min-height: 200px;
  }

  .header-nav-block__left-btn {
    box-shadow: none;
  }



}
@media screen and (min-width: 1250px) {
  .header-nav-block__left {
    width: 32%;
  }

  .header-nav-block__right {
    width: 68%;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1350px) {
  /*英語ページ　ヘッダー*/
  html[lang="en"] .header-nav__list-item__label {
    font-size: 13px;
  }
}

@media screen and (min-width: 1351px) {
  html[lang="en"] .header-nav__list-item__label {
    font-size: 15px;
  }
}

/*フッター*/
.footer__nav .lower-menu{
  padding-left: 20px;
}

/*
IR
*/
#container.ir {
  overflow: visible;
  --fig: Figtree, "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#container.ir .f-fig{
  font-family: Figtree, "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-device-width: 767px) {
  #container.ir  td a{
    transition: opacity 0.19s ease;
  }

  #container.ir  td a:hover{
    opacity: 0.5;
  }
}

#container.ir .blank{
  position: relative;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

#container.ir .blank::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  margin-bottom: -2px;
  background: url(../../img/ico_ex.svg) no-repeat center center / 100% auto;
}

#container.ir .a-pdf{
  position: relative;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}

#container.ir .a-pdf::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-left: 8px;
  margin-bottom: -2px;
  background: url(../../img/ico_pdf.svg) no-repeat center center / 100% auto;
}

@media screen and (min-device-width: 767px) {
  #container.ir .blank,
  #container.ir .a-pdf{
    transition: opacity 0.19s ease;
  }
  
  #container.ir .blank:hover,
  #container.ir .a-pdf:hover{
    opacity: 0.5;
  }
}

#container.ir .section--btm-wide {
  padding-bottom: 0;
}
#container.ir .organization {
  padding-bottom: 60px;
}

#container.ir .breadcrumbs { border-bottom: 0;}

/*table1*/
#container.ir  .table1{
  width: 100%;
  table-layout: fixed;
}

#container.ir .table-wrap{
  overflow-x: auto;
}

#container.ir  .table1 thead th,
#container.ir  .table1 tbody th{
  text-align: center;
  background: #D3DBE5;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  padding:10px 15px;
  height: 44px;
  border: 1px solid #74879C;
}
#container.ir  .table1 thead th{
  text-align: center;
}

#container.ir  .table1 tbody tr.bg_gray td{
  background: #F3F6F8;
  height: 44px;
}

#container.ir  .table1 tbody tr td a{
  text-decoration: underline;
}

#container.ir  .table1 tbody th{
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

#container.ir  .table1 tbody .t_sub th{
  padding-left: 35px;
  font-size: 14px;
}

#container.ir  .table1 tbody td{
  vertical-align: middle;
  border: 1px solid #74879C;
  text-align: left;
  padding: 10px 12px;
}

#container.ir  .table1 tbody td .link,
#container.ir  .table1 tbody td .pdf{
  /*position: relative;*/
  font-size: 14px;
  /*padding-left:20px;*/
}

#container.ir  .table1 tbody td .pdf::after{
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-left: 3px;
  background: url(../../img/ico_pdf.svg) no-repeat  50% 60% / 100%;
}

#container.ir  .table1 tbody td .link::after{
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 14px;
  margin-left: 3px;
  background: url(../../img/ico_ex.svg) no-repeat  50% 50% / 100%;
}

@media screen and (max-width: 768px) {
  #container.ir .table-wrap{
    width: calc(100% + 15px);
  }
  #container.ir  .table1{
    width: 768px;
  }
}

/*table2*/
#container.ir  .table2 {
  width: 100%;
}

#container.ir  .table2 tbody th{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 221px;
  font-size: 16px;
  padding:10px 15px;
  height: 45px;
  background: #F3F6F8;
  border: 1px solid #74879C;

}
#container.ir  .table2 tbody td{
  text-align: center;
  line-height: calc(22 / 14);
}

#container.ir  .table2 tbody th{
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

#container.ir  .table2 tbody .t_sub th{
  padding-left: 35px;
  font-size: 14px;
}

#container.ir  .table2 tbody td{
  vertical-align: middle;
  border: 1px solid #74879C;
  text-align: left;
  padding: 12px 18px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {

  #container.ir  .table2 tbody th{
    width: 150px;
  }
}
@media screen and (max-width: 768px) {

  #container.ir  .table2 tbody th{
    width: 124px;
    font-size: 14px;
    padding: 10px;
  }
  #container.ir  .table2 tbody td{
    font-size: 14px;
    padding: 10px;
  }
}

/*table3*/
#container.ir  .table3 {
  width: 100%;
}
#container.ir  .table3 tbody th{
  text-align: center;
  background: #D3DBE5;
  vertical-align: middle;
  font-weight: bold;
  width: 159px;
  font-size: 16px;
  padding:10px 15px;
  height: 45px;
  border: 1px solid #74879C;

}
#container.ir  .table3 tbody td{
  text-align: center;
  line-height: calc(22 / 14);
}

#container.ir  .table3 tbody th{
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

#container.ir  .table3 tbody .t_sub th{
  padding-left: 35px;
  font-size: 14px;
}

#container.ir  .table3 tbody td{
  vertical-align: middle;
  border: 1px solid #74879C;
  text-align: left;
  padding: 12px 18px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {

  #container.ir  .table3 tbody th{
    width: 150px;
  }
}
@media screen and (max-width: 768px) {

  #container.ir  .table3 tbody th{
    width: 100px;
    font-size: 14px;
    padding: 10px;
  }
  #container.ir  .table3 tbody td{
    font-size: 14px;
    padding: 10px;
  }
}


/*table4*/
#container.ir  .table4 {
  width: 100%;
}

#container.ir  .table4 tbody th{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 221px;
  font-size: 16px;
  padding:10px 15px;
  height: 45px;
  background: #F3F6F8;
  border: 1px solid #74879C;

}
#container.ir  .table4 tbody td{
  text-align: center;
  line-height: calc(22 / 14);
}

#container.ir  .table4 tbody th{
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

#container.ir  .table4 tbody .t_sub th{
  padding-left: 35px;
  font-size: 14px;
}

#container.ir  .table4 tbody td{
  vertical-align: middle;
  border: 1px solid #74879C;
  text-align: left;
  padding: 12px 18px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {

  #container.ir  .table4 tbody th{
    width: 150px;
  }
}
@media screen and (max-width: 768px) {

  #container.ir  .table4 tbody th{
    width: 124px;
    font-size: 14px;
    padding: 10px;
    white-space: normal;
  }
  
  #container.ir  .table4 tbody td{
    font-size: 14px;
    padding: 10px;
  }
}


#container.ir .select-year{
  position: relative;
  cursor: pointer;
}

#container.ir .select-year:hover select{
  background-color: #f3f6f8
}

#container.ir .select-year select {
  border: 1px solid #1e314c;
  font-family: Figtree, "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border-radius: 50px;
  padding: 9px 45px 9px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #1e314c;
  min-width: 158px;
  height: 36px;
  letter-spacing: .5px;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: ease-out .2s background;
}

#container.ir  .select-year:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 16px;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid #1e314c;
  border-bottom: 0;
}

#container.ir .layout-row{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  position: relative;
}

#container.ir .layout-row_main{
  width: calc(100% - 280px - 40px) ;
  padding-top: 20px;
} 

#container.ir .layout-row_aside{
  width: 280px ;
}

#container.ir .layout-row_aside .sticky_box{
  top:90px ;
  position: sticky;
  transform: translateZ(0);
  will-change: transform;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}


@media screen and (max-width: 1100px) {
  #container.ir .layout-row_main {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}


@media screen and (max-width: 768px) {

  #container.ir .select-year select {
    padding: 9px 0px 9px 12px;
    font-size: 12px;
    min-width: 134px;
    height: 36px;
  }

  #container.ir .layout-row {
    display: flex;
    margin-top: 10px;
  }
  
  #container.ir .layout-row,
  #container.ir .layout-row_aside,
  #container.ir .layout-row_main{
    padding-left: 0px;
    width: 100%;
    display: block;
  } 

  #container.ir .layout-row_main{
    padding: 15px 15px 60px;
  } 
}


#container.ir .aside-menu{
  /*padding: 26px 15px;*/
  padding: 15px 15px 25px;
  background: #E8ECF1;
}

#container.ir .aside-menu .top_menu{
  position: relative;
  font-size: 20px;
  border-bottom: 3px solid #1E314C;
  margin-bottom: 10px;
  font-family: var(--fig);
}

#container.ir .aside-menu .top_menu::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 42px;
  height: 14px;
  background: url(../../img/ico_arrow_long.svg);
  background-size: 42px;
  background-repeat: no-repeat;
}

#container.ir .aside-menu .menu{
  margin-bottom: 20px;
}
#container.ir .aside-menu .menu>li{
  margin-bottom: 0;
  position: relative;
}

#container.ir .aside-menu .menu>li .submenu_button {
  position: relative;
  width: 100%;
  right: 0;
  display: block;
  cursor: pointer;
}

#container.ir .aside-menu .menu>li .submenu_button::before,
#container.ir .aside-menu .menu>li .submenu_button::after {
  width: 12px;
  height: 1px;
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  background: #1E314C;
  transition: transform 0.19s ease;
}


#container.ir .aside-menu .menu>li .submenu_button::after{
  transform: rotate(90deg);
}
#container.ir .aside-menu .menu>li .submenu_button.active::after{
  transform: rotate(0deg);
}

#container.ir .aside-menu .menu>li>a,
#container.ir .aside-menu .menu>li>span{
  position: relative;
  /*padding: 12px 0 12px 10px;*/
  padding: 10px 0 10px 10px;
  line-height: 1;
  display: block;
  font-size: 14px;
  transition: opacity 0.19s ease;
}


@media screen and (min-device-width: 767px) {
  #container.ir .aside-menu .submenu>li>a:hover,
  #container.ir .aside-menu .menu>li>a:hover,
  #container.ir .aside-menu .menu>li>span:hover{
    opacity: 0.5;
  }
}


#container.ir .aside-menu .submenu>li.active,
#container.ir .aside-menu .menu>li.active{
  font-weight: bold;
}

#container.ir .aside-menu .submenu>li.active::after,
 #container.ir .aside-menu .menu>li.active::after{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid #1E314C;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 2;
} 

#container.ir .aside-menu .menu>li.active::after {
  top: 12px;
}

#container.ir .aside-menu .submenu>li.active::after{
  left:8px;
}

#container.ir .aside-menu .menu>li> .submenu{
  display: none;
}
#container.ir .aside-menu .submenu>li{
  position: relative;
}

#container.ir .aside-menu .submenu>li>a,
#container.ir .aside-menu .submenu>li>span{
  position: relative;
  padding: 12px 0 12px 20px;
  line-height: 1;
  display: block;
  font-size: 14px;
  transition: opacity 0.19s ease;
}
#container.ir .aside-menu .submenu>li>a.header-nav-block__btn--ex:hover{
  background: transparent;
}
#container.ir .aside-menu .submenu>li>a.header-nav-block__btn--ex:after {
  background: url(../../img/ico_ex.svg) no-repeat center center / 100% auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: static;
  margin-left: 6px;
  transform: translateY(2px) !important;
}


#container.ir .aside-menu .button1{
  margin: 0 auto;
}


/*見出し*/
#container.ir .headline_l{
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-family: var(--fig);
}

#container.ir .headline_m{
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.3;
}

#container.ir .headline_s{
  font-size: 20px;
  line-height: calc( 32 / 20 );
  padding-bottom: 15px;
}

#container.ir .headline_ss{
  font-size: 18px;
  line-height: calc(29 / 18);
}

#container.ir .headline_box {
  background: #f3f6f8;
  padding: 9px 15px 7px;
  margin-bottom: 15px;
}

#container.ir .headline_box.mgn{
  margin-bottom: 30px;
}


#container.ir .headline_s.border{
  border-bottom: 1px solid #1E314C;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #container.ir .headline_l{
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  
  #container.ir .headline_m{
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  
  #container.ir .headline_s{
    font-size: 16px;
    line-height: 1.3;
  }

  #container.ir .headline_s.border{
    margin-bottom: 20px;
  }
}


html[lang="en"] .top-body .button1,
#container.ir .button1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 36px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #55659d;
  font-size: 14px;
  font-weight: bold;
  transition: ease-out .2s background-color, ease-out .12s color;
}

html[lang="en"] .top-body .button1.mail::after,
#container.ir .button1.mail::after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 5px;
}
html[lang="en"] .top-body .button1.mail::after,
#container.ir .button1.mail::after{
  background-image: url(../../../assets/img/ir/new/ico_mail.svg);
}

@media screen and (min-device-width: 767px) {
  html[lang="en"] .top-body .button1.mail:hover,
  #container.ir .button1.mail:hover{
    background-color: #fff;
    text-align: center;
    color: #55659d;
    border: 1px solid #55659d;
  }
  
  html[lang="en"] .top-body .button1.mail:hover::after,
  #container.ir .button1.mail:hover::after{
    background-image: url(../../../assets/img/ir/new/ico_mail_p.svg);
  }

}

@media screen and (max-width: 768px) {
  #container.ir .button1 {
    width: 171px;
    height: 29px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
  }

  #container.ir .aside-menu .button1 {
    width: 268px;
    height: 45px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    margin-top: -3px;
  }

  #container.ir .aside-menu .button1.mail::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 5px;
  }

}

#container.ir .btn-sml:after {
  width: 21px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  #container.ir .btn-sml {
    font-size: 16px;
  }
  #container.ir .btn-sml:after {
    width: 21px;
    height: 15px;
    margin-top: -3px;
  }
}

#container.ir .pages-hero--ir {
  height: 120px;
  min-height: 120px;
}

#container.ir .section--top-wide {
  padding-top: 30px;
  padding-bottom: 35px;
}

#container.ir .ir-message {
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}

#container.ir .ir-message:hover {
  transform: translateY(0);
}

html[lang="en"] .top-body{
  background: transparent;
}


#container.ir .section__body, 
#container.ir .section__head {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* html[lang="en"] .top-body .section__body, 
html[lang="en"] .top-body .section__head,  */

@media screen and (max-width: 768px) {
  #container.ir .pages-hero--ir {
    display: none;
  }

  #container.ir .section--top-wide {
    padding-top: 0px;
  }

  #container.ir #access.section--top-wide {
    padding-top: 30px;
  }

  #container.ir #history.section--top-wide {
    padding-top: 30px;
  }
 .top-body #container.ir .section__body, 
  .top-body #container.ir .section__head {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .top-body #container.ir .section__body{
  
  }


  
/*   html[lang="en"] .top-body .section__body, 
  html[lang="en"] .top-body .section__head, 
  */

}

#container.ir .ir-message_row{
  display: flex;
  width: 100%;
  height: 260px;
}

#container.ir .ir-message_row .col1{
  position: relative;
  background: #E8ECF1;
  padding: 53px 0 0 60px;
}

#container.ir .ir-message_row .col1 .img {
  width: 405px;
  position: absolute;
  right: -1px;
  bottom: 0;
}

#container.ir .ir-message_row .col1{
  width: calc(100% - 280px);
}
#container.ir .ir-message_row .col2{
  width: 280px;
  background: #1E314C;
}

#container.ir .ir-message_row .col1 .msg1{
  font-size: 30px;
  font-weight: bold;
}

#container.ir .ir-message_row .col1 .msg2{
  font-size: 18px;
  font-weight: bold;
}

#container.ir .ir-message .btn-sml {
  font-size: 18px;
  font-weight: bold;
}

#container.ir .ir-message .ir-message__btn-wrap {
  margin-top: 0;
}

#container.ir .ir-message .ir-message__info {
  position: absolute;
  right: 366px;
  top: 110px;
  font-size: 14px;
}

#container.ir .ir-message .ir-message__info-pos{
  font-size: 14px;
}

#container.ir .ir-message .ir-message__info-name {
  font-size: 22px;
}

#container.ir .ir-message .ir-message__info-kana {
   font-size: 16px;
}



@media screen and (max-width: 1100px) {

  #container.ir .ir-message__info-name {
    font-size: 23px;
    font-weight: 700;
  }
  
  #container.ir .ir-message_row {
    height: 223px;
  }

  #container.ir .ir-message_row .col1 .img {
    width: 346px;
    position: absolute;
    right: -1px;
    bottom: 0;
  }

  #container.ir .ir-message_row .col1 .msg1 {
    font-size: 2.7vw;
    font-weight: bold;
  }

  #container.ir .ir-message_row .col1 {
    padding-left: 3vw;
    padding-top: 30px;
  }

  #container.ir .ir-message .ir-message__info {
    position: absolute;
    right: 300px;
    top: 91px;
  }

  #container.ir .ir-message_row .col1 {
    width: calc( 100% - 250px);
  }
  #container.ir .ir-message_row .col2 {
    width: 250px;
    position: relative;
    z-index: 2;
  }

}
@media screen and (max-width: 768px) {
  
  #container.ir .ir-message_row {
    display: block;
    height: auto;
  }
  
  #container.ir .ir-message_row .col1{
    width: 100%;
    padding-left: 26px;
    height: 304px;
    display: block;
  }

  #container.ir .ir-message_row .col1 .img {
    width: 71%;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 405px;
  }

  #container.ir .ir-message__info-kana {
    font-size: 15px;
    white-space: nowrap;
  }

  #container.ir .ir-message_row .col1{
    width: 100%;
  }
  #container.ir .ir-message_row .col2{
    width: 100%;
  }

  #container.ir .ir-message_row .col1 .msg2{
    font-size: 18px;
    font-weight: bold;
  }

  #container.ir .ir-message_row .col1 .msg1 {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #container.ir .ir-message .ir-message__info {
    top: 179px;
    left: 30px;
  }
}

#container.ir  .stockinfo {
  background: #1E314C;
  color: #fff;
}


#container.ir .stockinfo__footer a{
  font-weight: 500;
  font-size: 16px;
}

#container.ir  .stockinfo__header {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  height: 57px;
}

#container.ir  .stockinfo__title {
  font-size: 22px;
  font-weight: bold;
}

#container.ir  .stockinfo__market {
  font-size: 13px;
}

#container.ir .stockinfo__body {
  background: rgba(116, 135, 156, 0.35);
  padding: 13px 23px 5px;
}

#container.ir  .stockinfo__date {
  font-size: 11px;
  line-height: 1;
}

#container.ir  .stockinfo__price {
  display: flex;
  align-items: center;
  font-family: Figtree, sans-serif;
}

#container.ir  .stockinfo__price dt{
  font-size: 16px;
  width: 67px;
  white-space: nowrap;
}

#container.ir .stockinfo__price dd {
  font-size: 30px;
  font-family: Figtree, sans-serif;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}

#container.ir .stockinfo__change {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #74879C;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

#container.ir  .stockinfo__change dt{
  width: 67px;
  font-weight: bold;
  white-space: nowrap;
}

#container.ir .stockinfo__change dd {
  font-size: 18px;
  font-family: Figtree, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}

#container.ir  .stockinfo__volume {
  display: flex;

}

#container.ir  .stockinfo__volume dt{
  font-size: 16px;
  width: 67px;
}

#container.ir  .stockinfo__volume dd{
  font-size: 16px;
}

#container.ir  .stockinfo__volume dd strong{
  font-family: Figtree, sans-serif;
}

#container.ir .stockinfo__change dd {
    font-size: 18px;
    font-family: Figtree, sans-serif;
    font-weight: normal;
}
#container.ir .stockinfo__link::after {
  content: '';
  top: 0;
  right: 0;
  margin-left: 10px;
  height: 15px;
  width: 15px;
  background: url(../../../assets/img/ir/new/blank_white.svg);
  background-repeat: no-repeat;
}

#container.ir .stockinfo__link {
  position: relative;
  padding: 11px 23px;
  position: relative;
  padding-right: 30px;
  text-decoration: underline;
  display: flex;
  height: 52px;
  align-items: center;
}

#container.ir .stockinfo__volume dd strong {
  margin-right: 5px;
}
@media screen and (max-width: 1100px) {
  #container.ir .stockinfo__header {
    padding: 0px 15px;
    height: 45px;
  }
  #container.ir .stockinfo__link {
    position: relative;
    padding: 11px 23px;
    height: 45px;
    align-items: center;
  }
  #container.ir .stockinfo__body {
    padding: 10px 23px 2px;
  }

  #container.ir .stockinfo__change {
    padding-bottom: 0px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  #container.ir .stockinfo__header {
    padding: 0px 23px;
    height: 45px;
    line-height: 45px;
  }
  #container.ir .stockinfo__title {
    font-size: 18px;
  }
  #container.ir .ir-message__info {
    font-size: 12px;
  }
  #container.ir .ir-message__info-name {
    font-size: 19px;
    white-space: nowrap;
  }
  #container.ir .ir-message__info-kana {
    font-size: 12px;
  }

  #container.ir .stockinfo .dl_wrap{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #74879C;
  }

  #container.ir .stockinfo .dl_wrap dl dt{
    font-weight: bold;
  }
  
  #container.ir .stockinfo__change{
    padding-left: 8px;
    border-bottom:0;
  }
  
  #container.ir .stockinfo__change dt {
    width: auto;
    padding-right: 5px;
    font-weight: bold;
  }

  #container.ir .stockinfo__price dt {
    font-size: 14px;
    width: 60px;
  }

  #container.ir .stockinfo__price dd {
    margin-top: -4px;
  }

  #container.ir .stockinfo__volume dt {
    font-size: 13px;
    width: 60px;
  }
  #container.ir .stockinfo__volume {
    display: flex;
    align-items: center;
  }

  #container.ir .stockinfo__volume dd {
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  #container.ir .stockinfo__volume dd strong {
    font-size: 18px;
    margin-right: 5px;
    display: block;
    margin-bottom: 1px;
}

}

/*ir-latest*/
#container.ir .contents{
  padding-bottom: 96px;
}

html[lang="en"] .top-body .ir-latest__row,
#container.ir .ir-latest__row{
  display: flex;
  justify-content: space-between;
}

html[lang="en"] .top-body .ir-latest__box1,
#container.ir .ir-latest__box1{
  width: calc(100% - 400px);
}

html[lang="en"] .top-body .ir-latest__box2,
#container.ir .ir-latest__box2{
  width: 360px;
}

html[lang="en"] .top-body .latest-doc__wrap,
#container.ir .latest-doc__wrap{
  display: flex;
  flex-wrap:wrap;
  margin-top: 56px;
}

html[lang="en"] .top-body .section__head,
#container.ir .ir-latest .section__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {

  #container.ir> .contents{
    padding: 0 15px;
    padding-bottom: 50px;
  }
  
  html[lang="en"] .top-body .ir-latest__row,
  #container.ir .ir-latest__row{
    display: block;;
  }


  html[lang="en"] .top-body .ir-latest__box1,
  #container.ir .ir-latest__box1 {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  html[lang="en"] .top-body .ir-latest__box2,
  #container.ir .ir-latest__box2{
    width: 100%;
  }

  html[lang="en"] .top-body .ir-latest__box2{
    margin-bottom: 40px;
  }

  html[lang="en"] .top-body .latest-doc__wrap,
  #container.ir .latest-doc__wrap{
    display: flex;
    flex-wrap:wrap;
    margin-top: 30px;
  }

  html[lang="en"] .top-body .ir-latest .section__head,
  #container.ir .ir-latest .section__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 768px) {


  html[lang="en"] .top-body .ir-latest__box1,
  #container.ir .ir-latest__box1 {
    width: 100%;
    padding: 0;
  }


  #container.ir .ir-latest__row{
    padding: 0 15px;
  }

  html[lang="en"] .top-body .ir-latest__box1,
  #container.ir .ir-latest__box1 {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
    #container.ir> .contents{
      padding: 0px;
      padding-bottom: 0px;
    }
}


html[lang="en"] .top-body .news-list-item a,
#container.ir .news-list-item a {
  display: flex;
  padding: 15px 0 15px;
  position: relative;
  align-items: center;
}

#container.ir .news-list-item__head {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
  margin-bottom: 0;
  display: block;
  width: 118px;
}

#container.ir .news-list-item__ttl {
  width: calc(100% - 118px);
  padding-left: 15px;
  padding-right: 51px;
}

#container.ir .news-list-item__date {
  display: block;
  border-right: 0;
  padding-right: 2px;
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

#container.ir .news-list-item__cat {
  border-radius: 3px;
  border: 1px solid #74879C;
  display: block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
}

#container.ir .news-list-item a:after {
  right: 7px;
  width: 21px;
}

html[lang="en"] .top-body .news-list-item a:after,
#container.ir .news-list-item a:after {
  content: "";
  display: block;
  right: 7px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/ico_arrow.svg) no-repeat center / contain;
  transition: 
  cubic-bezier(.3, .5, 0, 1) .4s transform;
}

#container.ir  .news-list-item__ttl{
display: flex;
}

html[lang="en"] .top-body  .news-list-item__ttl:after, 
html[lang="en"] .top-body .news-list-item--pdf .top-news-list-item__ttl:after,
#container.ir .news-list-item--pdf .news-list-item__ttl:after, 
#container.ir .news-list-item--pdf .top-news-list-item__ttl:after {
  content: "";
  display: inline-block;
  z-index: 1;
  display: none;
}

html[lang="en"] .top-body  .news-list-item--pdf .top-news-list-item__ttl>span,
#container.ir .news-list-item--pdf .top-news-list-item__ttl>span{
  position: relative;
  display: inline-block;
}

html[lang="ja"] .top-body .top-news-list-item__ttl .new,
html[lang="en"] .top-body .news-list-item__ttl .new,
html[lang="en"] .top-body .top-news-list-item__ttl .new,
#container.ir .news-list-item__ttl .new,
#container.ir .top-news-list-item__ttl .new{
  font-family: var(--fig);
  font-size: 11px;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-weight: bold;
  border-radius: 2px;
  font-style: normal;
  margin-left: 6px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  transform: translateY(-1px);
  display: inline-block;
}

html[lang="en"] .top-body  .top-news-list-item__ttl>span::after,
#container.ir .news-list-item--pdf .top-news-list-item__ttl>span::after {
  content: "";
  display: inline-block;
}


html[lang="en"] .top-body .news-list-item__ttl>span::after,
html[lang="en"] .top-body .top-news-list-item__ttl>span::after,
#container.ir .news-list-item--pdf .news-list-item__ttl>span::after,
#container.ir .news-list-item--pdf .top-news-list-item__ttl>span::after {
  content: "";
  background: url(../../img/ico_pdf.svg) no-repeat  50% 50% / 100%;
  min-width: 19px;
  width: 19px;
  height: 23px;
  display: inline-block;
  order:2;
  transform: translateY(5px);
}


html[lang="en"] .top-body .news-list-item__ttl,
#container.ir .news-list-item__ttl {
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 51px;
  display: block;
}

html[lang="en"] .top-body .news-list-item__ttl::after,
#container.ir .news-list-item__ttl::after {
  display: inline-block;
  transform: translateY(7px);
}

html[lang="en"] .top-body .ir-latest .btn--arw.normal,
#container.ir .ir-latest .btn--arw.normal{
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
  min-width: 0;
  padding-right: 35px;
  border: 0;
  font-size: 16px;
}

#container.ir  .btn--arw.normal::after{
  right: 7px;
  width: 21px;
}


@media screen and (min-device-width: 767px) {
  #container.ir  .btn--arw.normal:hover{
    background-color: #fff;
    color: #1e314c;
  }
  
  #container.ir  .btn--arw.normal:hover::after{
    background-image: url(../../img/ico_arrow.svg);
  }
}


html[lang="en"] .top-body .section__head-right,
#container.ir .ir-latest .section__head-right{
  display: flex;
  justify-content: flex-end;
}

html[lang="en"] .top-body .ir-news-list,
#container.ir .ir-news-list {
  margin-bottom: 26px;
}

html[lang="en"] .top-body .news-list-item {
  border-bottom: 1px solid #e8ecf1;
}

@media screen and (max-width: 768px) {
  #container.ir .news-list-item a {
    padding: 15px 0 14px;
    display: block;
  }

  #container.ir .news-list-item__ttl {
    width: 100%;
    padding-left: 0;
    padding-right: 55px;
  }

  #container.ir .news-list-item__date {
    display: block;
    border-right: 0;
    padding-right: 5px;
    padding-left: 0;
    margin-bottom: 0;
  }

  #container.ir .news-list-item__head {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
  }

  #container.ir .news-list-item__cat {
    width: 106px;
    font-size: 10px;
  }

  #container.ir .news-list-item__ttl:after {
    position: static;
    margin: 0;
    display: inline-block;
  }

}

#container.ir .latest-doc__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:20px;
}

#container.ir .latest-doc__box{
  width: calc((100% - 20px) / 2);
  border-radius: 8px;
  background: #E8ECF1;
  display: flex;
  padding: 30px 24px ;
  transition: all 0.19s ease-out;
}


@media screen and (min-device-width: 767px) {
  #container.ir  .btn--arw.normal:hover{
    background-color: #fff;
    color: #1e314c;
  }
  
  #container.ir  .btn--arw.normal:hover::after{
    background-image: url(../../img/ico_arrow.svg);
  }

  #container.ir .latest-doc__box:hover{
    background: #F3F6F8;
    opacity: 1;
  }
}


#container.ir .latest-doc__icon{
  width: 90px;
}

#container.ir .latest-doc__text{
  width: calc(100% - 90px);
  padding-left: 28px;
}

#container.ir .latest-doc__text .title {
  position: relative;
  border-bottom: 1px solid #1E314C;
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-size: 18px;
}

#container.ir .latest-doc__text .title::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 42px;
  height: 14px;
  background: url(../../img/ico_arrow_long.svg);
  background-size: 42px;
  background-repeat: no-repeat;
}

#container.ir .latest-doc__text .title2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

#container.ir .latest-doc__text p.msg{
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  #container.ir .latest-doc__wrap {
    display: block;
    gap: 0px;
    padding: 0 15px;
  }
  
  #container.ir .latest-doc__box {
    width: 100%;
    border-radius: 8px;
    padding: 30px 24px;
    margin-bottom: 15px;
  }
  
}
@media screen and (max-width: 768px) {
  #container.ir .latest-doc__text .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  #container.ir .latest-doc__icon {
    width: 70px;
  }

  #container.ir .latest-doc__text {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  #container.ir .latest-doc__text p.msg {
    font-size: 14px;
  }
  #container.ir .latest-doc__text .title2 {
    font-size: 14px;
  }
  #container.ir .latest-doc__text .title::after {
    width: 32px;
    background-size: 32px;
  }
}

/*.latest-download*/
html[lang="en"] .top-body .latest-download,
#container.ir .latest-download{
  background: #e8ecf1;
  padding: 30px 20px 20px;
}

html[lang="en"] .top-body  .latest-download  .latest-download_head ,
#container.ir .latest-download .latest-download_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

html[lang="en"] .top-body .latest-download .latest-download_head .title,
#container.ir .latest-download .latest-download_head .title{
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #1e314c;
}

html[lang="en"] .top-body .latest-download_head .updated,
#container.ir .latest-download .latest-download_head .updated{
  font-size: 13px;
}

html[lang="en"] .top-body .latest-download .latest-download_body,
#container.ir .latest-download .latest-download_body{
  padding: 12px 15px;
  background: #fff;
  margin-bottom: 19px;
}
html[lang="en"] .top-body .latest-download .latest-download_menu>ul,
html[lang="en"] .top-body .latest-download .latest-download_menu,
#container.ir .latest-download .latest-download_menu>ul,
#container.ir .latest-download .latest-download_menu{
  display: flex;
  flex-direction: column;
  gap:0;
}
html[lang="en"] .top-body .latest-download_menu>ul>li,
html[lang="en"] .top-body .latest-download_menu>li,
#container.ir .latest-download .latest-download_menu>ul>li,
#container.ir .latest-download .latest-download_menu>li{
  transition: ease-out .19s background-color;
}

html[lang="en"] .top-body .latest-download_menu a,
html[lang="en"] .top-body .latest-download_menu>li>a,
#container.ir .latest-download .latest-download_menu a,
#container.ir .latest-download .latest-download_menu>li>a {
  position: relative;
  line-height: calc(22 / 14);
  font-size: 14px;
  padding: 6px 10px;
  display: inline-block;
}

@media screen and (min-device-width: 768px) {
  html[lang="en"] .top-body .latest-download_menu>ul>li:hover,
  html[lang="en"] .top-body .latest-download_menu>li:hover,
  #container.ir .latest-download .latest-download_menu>ul>li:hover,
  #container.ir .latest-download .latest-download_menu>li:hover{
    background-color: #F3F6F8;
  }
}

html[lang="en"] .top-body .latest-download_menu a:after ,
html[lang="en"] .top-body .latest-download_menu>li>a:after ,
#container.ir .latest-download .latest-download_menu a:after ,
#container.ir .latest-download .latest-download_menu>li>a:after {
  display: inline-block;
  content: "";
  min-width: 19px;
  width: 19px;
  height: 23px;
  margin-bottom: -4px;
  margin-left: 5px;
}

html[lang="en"] .top-body .latest-download_menu a.pdf::after,
html[lang="en"] .top-body .latest-download_menu>li>a.pdf::after,
#container.ir .latest-download .latest-download_menu a.pdf::after,
#container.ir .latest-download .latest-download_menu>li>a.pdf::after{
  background: url(../../img/ico_pdf.svg) no-repeat center center / 19px;
}

html[lang="en"] .top-body .latest-download_buttons,
#container.ir .latest-download .latest-download_buttons {
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html[lang="en"] .top-body .latest-download,
  #container.ir .latest-download{
    padding: 15px 20px 20px;
  }

  html[lang="en"] .top-body  .latest-download_head,
  #container.ir .latest-download .latest-download_head {
    padding-bottom: 4px;
  }
  
}

html[lang="en"] .top-body .button2,
#container.ir .button2 {
  position: relative;
  width: 230px;
  height: 46px;
  display: block;
  line-height: 46px;
  border: 1px solid #1E314C;
  border-radius: 5px;
  margin: 0 auto;
  background: #fff;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: ease-out .2s background, ease-out .12s color;
}

html[lang="en"] .top-body .button2::after,
#container.ir .button2::after{
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  margin-left: 6px;
  margin-bottom: -2px;
}

@media screen and (min-device-width: 767px) {
  html[lang="en"] .top-body .button2:hover,
  #container.ir .button2:hover{
    background: #1E314C;
    color: #fff;
  }
}

html[lang="en"] .top-body .button2.download::after,
#container.ir .button2.download::after{
  background: url(../../img/ir/new/ico_dl_black.svg) no-repeat center center / 100%;
}

@media screen and (min-device-width: 767px) {
  html[lang="en"] .top-body .button2.download:hover::after,
  #container.ir .button2.download:hover::after{
    background: url(../../img/ir/new/ico_dl.svg) no-repeat center center / 100%;
  }
}

#container.ir .button3 {
  position: relative;
  width: 215px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 44px;
  border: 1px solid #55659D;
  border-radius: 5px;
  background: #55659D;
  color: #fff;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

#container.ir .button3::after{
  display: inline-block;
  position: absolute;
  content: "";
  right:11px;
  top:auto;
  width: 14px;
  height: 14px;
  margin-left: 0px;
  margin-bottom: -2px;
}

#container.ir .button3.link::after{
  background-image: url(../../img/ico_ex_w.svg);
}

@media screen and (min-device-width: 767px) {
  #container.ir .button3:hover{
    background-color: #fff;
    color: #55659D;
  }

  #container.ir .button3.link:hover::after{
    background-image: url(../../img/ico_ex_p.svg);
  }
  
}

/*ボタン4　PDF等*/
#container.ir .button4 {
  position: relative;
  display: inline-block;
  min-width: 320px;
  padding: 11px 20px 9px;
  border: 1px solid #1E314C;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: ease-out .2s background, ease-out .12s color;
}

#container.ir .button4::after{
  content: "";
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
  transform: translateY(3px);
  background: url(../../img/ico_pdf.svg) no-repeat center center / 15px;
}

#container.ir .section__group--row{
  padding-bottom: 50px;
}

html[lang="en"] .top-body  .latest-download-meta,
#container.ir .latest-download-meta {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

html[lang="en"] .top-body .latest-download .latest-download_link,
#container.ir .latest-download .latest-download_link{
  display: flex;
  width: 100%;
  justify-content:flex-end;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html[lang="en"] .top-body .latest-download .latest-download_link,
  #container.ir .latest-download .latest-download_link{
    display: flex;
    width: 100%;
    justify-content:flex-end;
    font-weight: bold;
  }
  
  html[lang="en"] .top-body .latest-download_link .btn-sml,
  #container.ir .latest-download .latest-download_link .btn-sml{
    font-size: 16px;
  }


}

/*.foot-bar__inner */
#container.ir 
.foot-bar__inner {
  position: relative;
}
@media screen and (max-width: 1100px) {
  #container.ir .foot-bar__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: center;
    width: 100%;
    gap: 15px 30px;
    margin: 0 auto;
    flex-wrap: wrap;
  }


  #container.ir.ir-en .foot-bar__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: normal;
    width: 535px;
    gap: 15px 30px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #container.ir
  .foot-bar .btn {
    flex: none;
    width: calc((100% - 60px) / 2);
    max-width: none !important;
  }

}
@media screen and (max-width: 768px) {
  #container.ir.ir-en .foot-bar__inner,
  #container.ir .foot-bar__inner {  
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    justify-content: flex-start;
    width: 100%;
    gap: 15px 10px;
    margin: 0 auto;
    padding: 0 40px;
    flex-wrap: wrap;
  }
  #container.ir
  .foot-bar .btn {
    flex: none;
    width: calc((100% - 10px) / 2);
    max-width: none !important;
  }

}

#container.ir .greeting-box .msg{
  margin-bottom: 22px;
  font-size: 16px;
}

#container.ir .greeting-box .img {
  float: right;
  position: relative;
  margin-left: 10px;
  width: 45%;
  max-width: 347px;
}

#container.ir .greeting-box .name .corp{
  font-size: 14px;
  text-align: right;
}

#container.ir .greeting-box .name dl{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#container.ir .greeting-box .name dl dt{
  font-size: 14px;
}
#container.ir .greeting-box .name dl dd{
  font-size: 22px;
  font-weight: bold;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {

  #container.ir .greeting-box .msg{
    margin-bottom: 22px;
    font-size: 14px;
  }

  #container.ir .greeting-box .img {
    float: none;
    position: relative;
    margin-right: 0px;
    margin-left: auto;
    width: 80%;
    max-width: 80%;
    padding: 0 5px;
    margin-bottom: 40px;
  }

  #container.ir .greeting-box .name{
    margin-top: 50px;
  }

  #container.ir .greeting-box .name dl dd{
    font-size: 20px;
    font-weight: bold;
    padding-left: 7px;
  }
}

/*news*/
#container.ir .news-sort-year {
  display: flex;
  border-bottom: 1px solid #E8ECF1;
  margin-bottom: 17px;
  padding-bottom: 12px;
}

#container.ir .news-sort-year>a{
  position: relative;
  display: block;
  font-size: 16px;
  font-family:var(--fig);
  font-weight: bold;
  margin-right: 23px;
  padding-left: 18px;
}

#container.ir .news-sort-year>a::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url(../../img/ir/new/check.svg) no-repeat  50% 50% / 12px;
}

#container.ir .news-sort-year>a.active::before{
  background: url(../../img/ir/new/check_active.svg) no-repeat  50% 50% / 12px;
}

#container.ir .news-year-checked{
  font-family: var(--fig);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

#container.ir .news-sort-category{
  display: flex;
  gap:2px;
  /* justify-content: space-between; */
  border-bottom: 1px solid #E8ECF1;
}

#container.ir .news-sort-category a{
  /*width: 17.94%;*/
  width: calc((100% - 8px) / 5);
  padding: 5px 0;
  display: block;
  background: #E8ECF1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container.ir .news-sort-category a.active{
  background: #55659D;
  color: #fff;
}
#container.ir .news-sort-category a.all{
  /*width: calc(100% - (17.94% * 5) - 10px);*/
}
#container.ir #page_news .news-list {
  border-top: 1px solid #e8ecf1;
}

@media screen and (max-width: 1000px) {

  #container.ir .news-sort-category a.all{
    /*width: 85px;*/
  }

  #container.ir .news-sort-category a{
    /*width: calc(100% - 85px - 255px - 10px);*/
    font-size: 11px;
    line-height: 1.3;
  }


  #container.ir .news-sort-category a.ct-id3,
  #container.ir .news-sort-category a.ct-id4,
  #container.ir .news-sort-category a.ct-id5{
    /*width: 85px;*/
  }
  
}
@media screen and (max-width: 800px) {

  #container.ir .news-sort-category a.all{
    /*width: 45px;*/
  }

  #container.ir .news-sort-category a{
    /*width: calc(100% - 45px - 255px - 10px);*/
    font-size: 11px;
  }
  
}

@media screen and (max-width: 768px) {

  #container.ir .news-sort-category a{
    /*width: calc(((100% - 45px - 10px) / 4));*/
    font-size: 11px;
  }

  #container.ir .news-sort-category a.ct-id3,
  #container.ir .news-sort-category a.ct-id4,
  #container.ir .news-sort-category a.ct-id5{
    /*width: calc(((100% - 45px - 10px) / 5));*/
  }
  
}

/*library*/
#container.ir .library-box__row{
  display: flex;
  margin-bottom: 40px;
}

#container.ir .library-box__row .col1{
  width: calc(100% - 230px);
  padding-right: 20px;
}

#container.ir .library-box__row .col2{
  width: 230px;
}
#container.ir .mark__list>ul>li,
.library-box__list>ul>li,
.library-box__list>li{
  position: relative;
  margin-bottom: 0px;
  padding-left: 15px;
  transition: background-color 0.19s ease-out;
}

@media screen and (min-device-width: 768px) {
  .library-box__list>li:hover{
    background-color: #F3F6F8;
  }
}

#container.ir .mark__list a,
.library-box__list a,
.library-box__list>li>a{
  line-height: calc(26 / 16);
  display: inline-block;
  padding: 5px 0;
}
#container.ir .mark__list>ul>li::before,
.library-box__list>ul>li::before,
.library-box__list>li::before{
  content: '';
  position: absolute;
  top: 14px;
  left: 4px;
  width: 4px;
  height: 4px;
  background: #1E314C;
  border-radius: 50%;
}
#container.ir .mark__list a::after,
.library-box__list a::after,
.library-box__list>li>a::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  transform: translateY(2px);
  background: url(../../img/ico_pdf.svg) no-repeat center center / 15px;
}

#container.ir .library-box__head{
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

#container.ir .library-box__head .select-year-box{
  display: flex;
  align-items: center;
}

#container.ir .library-box__head .select-year-box dt {
  padding-right: 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

#container.ir .library-box__head  .headline_s {
  margin-bottom: 0;
  padding-bottom: 0px;
}

#container.ir .glibrary-box__group{
  position: relative;
}
@media screen and (max-width: 1100px) {
  #container.ir .library-box__row{
    display: block;
  }
  
  #container.ir .library-box__row .col1{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  
  #container.ir .library-box__row .col2{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
}

@media screen and (max-width: 768px) {
  #container.ir .library-box__head .select-year-box dt {
    padding-right: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }
}

#container.ir .scroll-guide{
  position: absolute;
  display: block;
  left: -15px;
  top:0;
  width: calc(100% + 30px);
  height: 100%;
  background: rgba(255, 255, 255,0.67);
  display: none;
  z-index: 10;
}

#container.ir .scroll-guide .box{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

#container.ir .scroll-guide .box .icon{
  width: 102px;
  height: 102px;
  display: inline-block;
  background:  url(../../img/ir/new/scroll_guide.svg) no-repeat  50% 50% / 100%;
  margin-top: 10px;
}
 
@media screen and (max-width: 768px) {
  
  #container.ir .scroll-guide{
    display: block
  }
}

/*カレンダー*/
#container.ir .ir-calendar {
    margin-bottom: 45px;
}

/*イベント*/
#container.ir .event-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#container.ir .event-list>li{
  position: relative;
  width: calc((100% - 20px) / 2);
  padding: 20px 20px 60px;
  border-radius: 8px;
  background: #E8ECF1;
}

#container.ir .event-list__time{
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#container.ir .event-list__title{
  font-size: 16px;
  line-height: calc(21 / 16);
}

#container.ir .event-list>li .link-area{
  position: absolute;
  right:22px;
  bottom:20px;
}

#container.ir .event-record{
  padding-top: 10px;
}

#container.ir .event-record >.event-record__group:not(:last-child){
  border-bottom:1px solid #E8ECF1;
}

#container.ir .event-record >.event-record__group:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}

#container.ir .event-record .event-record__group{
  margin-bottom: 28px;
  padding-bottom: 36px;
}
#container.ir .event-record .headline_ss{
  margin-bottom: 27px;
}

#container.ir .event-record .event-record__row{
  display: flex;
  align-items: stretch
}

#container.ir .event-record .event-record__row>.img {
  width: 248px;
}

#container.ir .event-record .event-record__row>.img img{
  height: 100%;
  object-fit: cover;
}

#container.ir .event-record .event-record__row>.text{
  width: calc(100% - 248px);
  padding-left: 20px;
}

#container.ir .event-record .event-record__row>.text .table3 {
  height: 100%;
}

#container.ir .event-record .button-area{
  text-align: right;
  margin-top: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  #container.ir .event-list {
    display: block;
    margin-bottom: 30px;
  }

  #container.ir .event-list>li{
    position: relative;
    width: 100%;
    padding: 20px 20px 60px;
    margin-bottom: 20px;
  }
  
  #container.ir .event-list>li .link-area{
    position: absolute;
    right:22px;
    bottom:20px;
  }
  
  #container.ir .event-record{
    padding-top: 10px;
  }

  #container.ir .event-record .event-record__group{
    margin-bottom: 28px;
    padding-bottom: 36px;
  }

  #container.ir .event-record .headline_ss{
    margin-bottom: 27px;
  }
  
  #container.ir .event-record .event-record__row{
    display: block;
  }

  #container.ir .event-record .event-record__row>.img{
    width: 248px;
    margin: 0 auto 30px;
  }

  #container.ir .event-record .event-record__row>.text{
    width: 100%;
    padding-left: 0px;
  }
  
  #container.ir .event-record .event-record__row>.text .button-area{
    text-align: right;
    margin-top: 10px;
  }
  #container.ir .event-record .event-record__row>.img{
    height: auto;
  }

  #container.ir .event-record .event-record__row>.img img{
    height: auto;
    width: 100%;
  }
  
}

#container.ir .meeting-box__table{
  margin-bottom: 40px;
}

#container.ir .meeting-box__group .group1{
  padding-bottom: 30px !important;
}

#container.ir .meeting-box__table table{
  margin-bottom: 20px;
}

#container.ir .meeting-box__table .table2 th{
  vertical-align: top;
  width: 50%;
  white-space: normal;
  word-break: break-all;
}

#container.ir .meeting-box__table .table2 td{
  width: 25%;
  word-break: break-all;
}
#container.ir .meeting-box__table .table2 td a{
  word-break: break-all;
}

#container.ir .meeting-box .meeting-box__group{
  margin-bottom: 0px;
  padding-bottom: 60px;
}

#container.ir .meeting-box .meeting-box__group:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}

#container.ir .meeting-box .meeting-box__table th{
  vertical-align: top;
}
#container.ir .meeting-box .meeting-box__table td{
  vertical-align: top;
}

#container.ir .meeting-box .meeting-box__table td.date{
  width: 180px;
}
@media screen and (max-width: 1100px) {
  
  #container.ir .meeting-box__table .table2 tbody th {
    width: 80px;
  }

  #container.ir .meeting-box .meeting-box__table td.date{
    width: 160px;
  }
}
@media screen and (max-width: 1100px) {
  

  #container.ir .meeting-box .meeting-box__table td.date{
    width: 130px;
  }
}

#container.ir .mail-box .button-area{
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 37px;
}

#container.ir .mail-box .msg{
  margin-bottom: 1em;
  font-size: 16px;
  line-height: calc(26 / 16);
}

@media screen and (max-width: 768px) {
  #container.ir .mail-box .button-area{
    display: block;
  }

  #container.ir .mail-box .button-area .button3{
    margin: 0 auto;
  }
  #container.ir .mail-box .button-area .button3:nth-child(1){
    margin-bottom:25px;
  }
}

/*stock info*/
#container.ir .stockInfo__table tr td,
#container.ir .stockInfo__table tr th {
  padding: 8px 20px;
}

#container.ir .stockInfo {
  border-bottom: 0;
  padding-bottom: 20px;
}

#container.ir .stockReturns__cont {
  padding: 20px 0 0;
}

#container.ir .stockReturns__cont p{
  margin-bottom: 20px;
}

#container.ir .stockDividend {
  padding: 40px 25px 60px;
}

#container.ir .stockDividend__cont__img {
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 55px;
  text-align: center;
}

#container.ir .stock__ttl {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-bottom: 20px;
}

#container.ir .stockDividend__cont__lead {
  margin-bottom: 20px;
}

#container.ir .stockDividend__cont:not(:first-child) {
  margin-top: 50px;
}

#container.ir .stockDividend__cont__img figure {
  display: inline-block;
  max-width: 620px;
  width: 100%;
}

#container.ir .highlightList__item .section__ttl4 {
  font-size: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1e314c;
  margin-bottom: 20px;
}

#container.ir #page_highlight .section__head{
  padding-top: 80px;
}

#container.ir #page_policy .headline_s{
  margin-top: 60px;
}

@media screen and (min-width: 768px) {

  #container.ir.ir-en .foot-bar .btn {
    width: 252px;
    flex: none;
  }

}

/*
2025改修
*/
/*irトップ*/

html[lang="en"] .top-body .ir-latest__row{
  margin-top: 80px;
}

html[lang="en"] .top-body .news-list-item a,
#container.ir .ir-latest .news-list-item a {
  padding: 15px 0 15px;
  align-items: flex-start;
}

html[lang="en"] .top-body .news-list-item__date,
#container.ir.ir-en .news-list-item__date {
    display: block;
    border-right: 0;
    padding-right: 2px;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 11px;
    font-family: Figtree, "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #74879c;
    line-height: 1;
}

#container.ir .aside_banner01{
  padding: 28px 20px;
  display: block;
}
#container.ir .aside_banner01 .img{
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

#container.ir .aside_banner01 .img .ttl{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 51px;
  text-align: center;
  line-height: 1;
  color: #fff;
  z-index: 2;
}

#container.ir .aside_banner01 .mark{
  position: relative;
  padding-left: 0.5em;
  font-size: 14px;
}

#container.ir .aside_banner01 .mark::before{
  content: '';
  position: absolute;
  top: 8px;
  left:0;
  width: 0;
  height: 0;
  border-left: 5px solid #1E314C;
  border-right: 0px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

@media screen and (min-width: 768px) {
  #container.ir .ir-latest .news-list-item a {
    padding: 21px 0 21px;
  }

}
@media screen and (max-width: 1100px) {
  html[lang="en"] .top-body .ir-latest__row {
    margin-top: 35px;
  }
}


/*library*/
.library-box2{
  padding-top: 40px;
}

.library-box2 .headline_s.border {
  margin-bottom: 20px;
  border-bottom: 1px solid #1E314C;
  font-size: 20px;
}

.library-box2 .library-box__list{
  margin-bottom: 35px;
}

/*英語：トップ*/
#container.ir.ir-en .news-list-item a {
  align-items: flex-start;
}

html[lang="en"] .top-body .news-list-item__head,
#container.ir.ir-en .news-list-item__head {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
  margin-bottom: 0;
  display: block;
  width: 80px;
}

html[lang="en"] .top-body .ir-message_row .col1 .msg1,
#container.ir.ir-en .ir-message_row .col1 .msg1 {
  font-size: 24px;
  font-weight: bold;
}

html[lang="en"] .top-body .ir-message .ir-message__info-pos,
#container.ir.ir-en .ir-message .ir-message__info-pos {
  font-size: 16px;
  font-weight: bold;
}

#container.ir.ir-en .ir-message .ir-message__info-name {
  font-size: 15px;
}

#container.ir.ir-en .ir-message .ir-message__info-kana {
  font-size: 20px;
  color: inherit;
  font-weight: bold;
}

#container.ir.ir-en .ir-message .ir-message__info {
  right: 366px;
  top: 126px;
}

#container.ir.ir-en .ir-message .ir-message__btn-wrap {
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  #container.ir.ir-en .ir-message .ir-message__info {
    right: 291px;
    top: 101px;
  }

  #container.ir.ir-en .ir-message_row .col1 .img {
    width: 346px;
    position: absolute;
    right: -34px;
    bottom: 0;
  }
  #container.ir.ir-en .ir-message_row .col1 .msg1 {
    font-size: 2.2vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  #container.ir.ir-en .ir-message_row .col1 .img {
    width: 70%;
    right:0;
  }
  #container.ir.ir-en .ir-message_row .col1 .msg1 {
    font-size: 19px;
    font-weight: bold;
  }

  #container.ir.ir-en .message .ir-message__info-pos {
    font-size: 14px;
  }

  #container.ir.ir-en .ir-message .ir-message__info-name {
    font-size: 11px;
  }
  
  #container.ir.ir-en .ir-message .ir-message__info-kana {
    font-size: 15px;
    color: inherit;
    font-weight: bold;
  }

  #container.ir.ir-en .ir-message .ir-message__info {
    right: 0;
  }
}
/*英語：stock*/
#container.ir .stockinfo__title {
  font-size: 19px;
  font-family: var(--fig);
  line-height: 1;
  transform: translateY(-1px);
}

#container.ir.ir-en .greeting-box .name .corp{
 font-weight: bold;
}

#container.ir.ir-en .greeting-box .name dl{
  display: block;
  text-align: right;
}

/*英語：サイドメニュー*/
#container.ir.ir-en .aside-menu .top_menu {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--fig);
}


#container.ir.ir-en  .table1 tbody th{
  font-size: 15px;
  line-height: calc(18 / 15);
}

#container.ir.ir-en  .table1 tbody .t_sub th{
  font-size: 13px;
}

#container.ir .align-c{
  text-align: center;
}

#container.ir .ir_articles_link{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#container.ir .ir_articles_link a{
  position: relative;
  display: inline-block;
  min-width: 320px;
  padding: 11px 20px 9px;
  border: 1px solid #1E314C;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: ease-out .2s background, ease-out .12s color;
}
#container.ir a.pdf::after{
  content: "";
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
  transform: translateY(3px);
  background: url(../../img/ico_pdf.svg) no-repeat center center / 15px;
}

  .top-about {
    flex-direction: column-reverse;
  }

  .top-about__body .section__head {
    margin-bottom: 30px;
  }

  .top-about__heading{
    margin-bottom: 30px;
  }

  .top-about__video{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    aspect-ratio:560 / 315;
    margin-top: 45px;
  }

  .top-about__video iframe{
    position: absolute;
    left:-1px;
    top:-1px;
    width: calc(100% + 2px);
    height:calc(100% + 2px);
  }
  
  @media screen and (max-width: 768px) {
    .top-about{
      margin-top: -40px;
    }
    .top-about__video{
      margin-top: 30px;
      border-radius: 8px;
    }

    .top-about__heading {
      margin-bottom: 20px;
    }
  }

  /*company ir sitinability*/
  .section__group{
    background: #fff;
  }

  .section__group--row{
    display: flex;
    gap:30px;
  }

  .section__group--row>section{
    border-radius: 15px;
    width: calc((100% - 30px * 2) / 3);
  }

  .section__group--row>section a{
    display: block;
    position: relative;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
  }

  .section__group--row>section a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
  }

  .section__group--row>section:nth-child(1) a::before{
    opacity: 0.17;
  }

  .section__group--row>section .section__ttl2 {
    font-size: 30px;
  }

  .section__group--row>section .section__sub-ttl{
    font-size: 16px;
  }

  .section__group--row>section a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section__group--row>section a .box{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    padding-left: 11.5%;
    z-index: 2;
  }

  .section__group--row>section a .box .msg{
    min-height: 58px;
    margin-bottom: 40px;
  }
  .section__group--row>section a .box .more{
    display: inline-block;
  }

  .section__group--row>section a .box .more>span{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .section__group--row>section a .box .more>span .arrow{
    right:0;
    top:50%;
    display: inline-block;
    width: 22px;
    margin-left: 10px;
  }
  .section__group--row>section a .box .more>span .arrow img{
    vertical-align: middle;
  }

  .section__group--row>section a .box .more>span strong{
    font-weight: normal;
  }

  @media screen and (min-device-width: 767px) {
      .section__group--row>section a .box .more>span{
        padding-right: 5px;
      }

    .section__group--row>section a .box .more>span::before{
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #fff;
      bottom: -2px;
      left: 0;
      transform-origin: left;
      transform: scaleX(0);
      z-index: 1;
      transition: cubic-bezier(.3, .5, 0, 1) .3s transform;
    }

    .section__group--row>section a:hover .box .more>span::before{
      transform: scaleX(1);
    }


    .section__group--row>section a .arrow{
      transition: cubic-bezier(.3, .5, 0, 1) .4s transform;
    }
    .section__group--row>section a:hover .arrow{
      transform: translateX(25%);
    }
    
  }

  @media screen and (max-width: 1100px) {
  
    .section__group--row{
      display: flex;
      gap:2%;
    }

    .section__group--row>section{
      border-radius: 15px;
      width: calc((100% - 2% * 2) / 3);
    }

    .section__group--row>section .section__ttl2 {
      font-size: 2.8vw;
    }

    .section__group--row>section .section__sub-ttl{
      font-size: 1.5vw;
    }

    .section__group--row>section a .box .msg{
      font-size: 1.5vw;
    }

    .section__group--row>section a .box .more>span{
      position: relative;
      padding-right: 0;
      font-size: 1.6vw;
    }
  }

  @media screen and (max-width: 768px) {
    
    .section__group--row{
      display: flex;
      gap:30px;
      flex-direction: column;
    }

    .section__group--row>section{
      border-radius: 10px;
      width: 100%;
      aspect-ratio: 380 / 280;
    }

    .section__group--row>section a{
      display: block;
      position: relative;
      height: 100%;
      border-radius: 15px;
    }

    .section__group--row>section:nth-child(1) a::before{
      opacity: 0.17;
    }

    .section__group--row>section .section__ttl2 {
      font-size: 26px;
      margin-bottom: 0.1em;
    }

    .section__group--row>section .section__sub-ttl{
      font-size: 13px;
    }
    
    .section__group--row>section a>img{
      width: 100%;
      height: 100%;
      position: absolute;
      left:0;
      top:0;
      object-fit: cover;
    }

    .section__group--row>section a .box{
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      color: #fff;
      padding-left: 40px;
      z-index: 2;
    }

    .section__group--row>section a .box .msg{
      min-height: 42px;
      margin-bottom: 24px;
      font-size: 14px;  
    }

    .section__group--row>section a .box .more>span{
      position: relative;
      padding-right: 28px;
      font-size: 14px;
    }

    .section__group--row>section a .box .more>span .arrow{
      width: 17px;
    }
  }

  .h-zoom>img{
    transition:all 0.19s ease ;    
  }
  .h-zoom:hover>img{
    transform: scale(1.3);
    z-index: 1;
  }
  @media screen and (max-width: 768px) {
    .h-zoom:hover>img{
      transform: scale(1);
    }
  }

  /*company summary*/
  .event-documents{
    margin-top: 70px;
    border: 1px solid #74879C;
  }

  .event-documents__head{
    font-size: 20px;
    text-align: left;
    color: #1e314c;
    height: 60px;
    padding: 11px 40px;
    font-weight: bold;
    background: #E8ECF1;
  }

  .event-documents__body{
    padding: 22px 40px 30px;
  }

  .event-documents__body .ttl{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.61;
    text-align: left;
    margin-bottom: 10px;
  }

  .event-documents__body .list{
    margin-bottom: 28px;
  }

  .event-documents__body .list>li{
    padding-left: 1em;
    position: relative;
    font-size: 16px;
    text-align: left; 
  } 

  .event-documents__body .list>li a{
    position: relative;
  }
  .event-documents__body .list>li a::after{
    content: "";
    background-image: url(../../img/ico_pdf.svg);
    margin: 0 0 1px 5px;
    display: inline-block;
    width: 15px;
    height: 17px;
    transform: translateY(4px);
    background-repeat: no-repeat;
  }

  .event-documents__body .list>li a[target="_blank"]::after{
    content: "";
    height: 16px;
    background-image: url(../../img/ico_ex.svg);
  }
  
  .event-documents__body .list>li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1E314C;
  }

  .event-documents__body p.msg a{
    text-decoration: underline;
  }

  @media screen and (max-width: 1100px) {
    .event-documents{
      margin-top: 35px;
    }

    .event-documents__head{
      font-size: 16px;
      display: flex;
      align-items: center;
      padding: 0px 20px;
      padding-top: 0.18em;
    }

    .event-documents__body{
      padding: 22px 20px 25px;
    }

    .event-documents__body .ttl{
      font-size: 14px;
      line-height: 1.57;
      margin-bottom: 10px;
    }

    .event-documents__body .list{
      margin-bottom: 20px;
    }

    .event-documents__body .list>li{
      padding-left: 1em;
      font-size: 14px;
      text-align: left; 
    } 

  }

  @media screen and (max-width: 400px) {
    .event-documents__head{
      font-size: 14px;
    }
  }

  /*トップスライダー調整*/
  @media screen and (max-width: 767px) {
    .n-kv-sev__slide-item p {
      font-size: 3.6vw;
      font-size: min(19px, 3.6vw);
    }

    .n-kv-sev__slide-item__heading{
      font-size: min(30px, 5.5vw);
    }

    .n-kv-sev__slide-item__btn-wrap .btn {
      font-size: 3.6vw;
      font-size: min(16px, 3.6vw);
    }
  }

#container.ir .section-status{
  padding-bottom: 45px;
}

#container.ir .table2_wrap{
  padding-top: 10px;
}

#container.ir .table2 {
  width: 100%;
}

#container.ir .table2 tbody th{
  width: 281px; 
}

#container.ir  .table2 thead th,
#container.ir  .table2 tbody th{
  text-align: center;
  background: #D3DBE5;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  padding:12px 15px 9px;
  height: 44px;
  border: 1px solid #74879C;
  text-align: left;
}

#container.ir .table2 tbody th{
  background: #F3F6F8;
}


#container.ir  .table2 tbody td{
  vertical-align: middle;
  font-size: 16px;
  padding:10px 15px;
  text-align: right;
  background: #fff;
}

#container.ir .table2 thead .th01{
  width: 281px;
  text-align: center;
}

#container.ir .table2 thead .th02,
#container.ir .table2 thead .th03{
  text-align: center;
  width: 251px;
}
@media screen and (max-width: 1100px) {

  #container.ir .table2 thead th,
  #container.ir .table2 tbody th{
    width: 170px; 
    padding: 10px 8px 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  #container.ir .table2 tbody td {
    font-size: 14px;
    padding: 10px 8px 8px;
  }

}
@media screen and (max-width: 500px) {
  #container.ir .table2_wrap{
    overflow-x: auto;
  }

  #container.ir .table2 thead th,
  #container.ir .table2 tbody th{
    width: 160px; 
    padding: 10px 10px 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  #container.ir .table2 tbody td {
    font-size: 12px;
    padding: 10px 10px 8px;
    white-space: nowrap;
  }

}

/*ステータス*/
#container.ir #graph_box2 .pie_chart_wrap{
  /*margin-top: 67px;*/
  margin: 50px 0 50px;
}

#container.ir #graph_box2 .pie_chart_wrap .row{
  display: flex;
  align-items: center;
}

#container.ir #graph_box2 .pie_chart_wrap .row .box1{
  width: 468px;
  display: flex;
  justify-content: center;
}

#container.ir #graph_box2 .pie_chart_wrap .labels>li{
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

#container.ir #graph_box2 .pie_chart_wrap .labels>li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
}

#container.ir #graph_box2 .pie_chart_wrap .labels>li.clr1::before{ background: #163E64;}
#container.ir #graph_box2 .pie_chart_wrap .labels>li.clr2::before{ background: #215F9A;}
#container.ir #graph_box2 .pie_chart_wrap .labels>li.clr3::before{ background: #4E95D9;}
#container.ir #graph_box2 .pie_chart_wrap .labels>li.clr4::before{ background: #A6CAEC;}
#container.ir #graph_box2 .pie_chart_wrap .labels>li.clr5::before{ background: #DCEAF7;}


#container.ir #graph_box2 .pie_chart {
  position: relative;
  aspect-ratio: 1;
  margin: 0 auto 20px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}

#container.ir #graph_box2 .pie_chart::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform: scale(0.51);
}

#container.ir #graph_box2 .pie_chart1{
  z-index: 3;
}
#container.ir #graph_box2 .pie_chart2{
  z-index: 2;
}
#container.ir #graph_box2 .pie_chart3{
  z-index: 1;
}

#container.ir #graph_box2 .pie_chart {
  transform: rotate(-20deg);
  transition: transform 0.8s ease-out;
  opacity: 0;
}

#container.ir #graph_box2 .pie_chart.animate {
  animation: scaleRotateIn 0.5s ease-out forwards;
}

@keyframes scaleRotateIn {
  0% {
    transform: rotate(-20deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  #container.ir #graph_box2 .pie_chart_wrap{
    margin-top: 40px;
  }

  #container.ir #graph_box2 .pie_chart_wrap .row .box1{
    width: 300px;
  }
}

@media screen and (max-width: 1100px) {
  #container.ir #graph_box2 .pie_chart_wrap{
    /*margin-top: 50px;*/
    margin: 50px 0;
  }

  #container.ir #graph_box2 .pie_chart_wrap .row{
    display: block;
  }

  #container.ir #graph_box2 .pie_chart_wrap .row .box1{
    width: 300px;
    margin: 0 auto 10px;
  }

  #container.ir #graph_box2 .pie_chart_wrap .row .box2{
    width: 270px;
    margin: 0 auto;
  }
}

/*英語下層ページ*/
html[lang="en"] .pages-hero__txt{
  max-width: 600px;
}

html[lang="en"] .message-head .section__ttl2{
  word-break: auto-phrase;
}


#container.ir .indent{
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 53px;
}
#container.ir .indent.ja{
  padding-left: 36px;
}
#container.ir .indent + .indent{
  margin-top: 0px;
}
#container.ir .indent span{
  position: absolute;
  left: 0;
}