<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.investors_data{
padding-top: 28px;
margin-bottom: 3em;
}
p.investors_data a.pdf{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    color: #0099D9;
    letter-spacing: 0.04em;
    padding: 12px 52px 12px 35px;
    border: 1px solid #ccc;
    background-color: #fff;
}
p.investors_data a.pdf:before{
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 14px;
    height: 14px;
    background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
    background-size: 100% auto;
}
p.investors_data a.pdf:after{
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    width: 14px;
    height: 14px;
    background: url('/jp/ja/img/common/pdf.png') no-repeat center center;
    background-size: 100% auto;
}
#meeting .row{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
  line-height: 28px;
}
#meeting .row .left_item{
  width: 170px;
}
#meeting .row .right_item{
  width: calc(100% - 195px);
}
#formalities .block_title{
    padding: 0;
    margin: 60px 0 28px;
}
#info .date{
  padding-top: 56px;
}

@media print,screen and (min-width: 768px) {
    .contents_body h2{
      margin: 100px 0 56px;
    }
    .contents_body h2:first-of-type{
      margin: 0 0 56px;
    }
    .contents_body .memo{
      border-top: 1px solid #9FD9F6;
      border-bottom: 1px solid #9FD9F6;
    }
    .contents_body .memo dt,
    .contents_body .memo dd{
      padding: 10px 0;
      border-top: 1px solid #D8F0FB;
    }
    .contents_body .memo dt:first-of-type,
    .contents_body .memo dd:first-of-type{
      border-top: none;
    }
    .contents_body .memo dt{
      float: left;
      width: 238px;
      font-size: 13px;
      line-height: 28px;
      color: #004F99;
      letter-spacing: 0.2em;
    }
    .contents_body .memo dd{
      margin-left: 252px;
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .memo dd a{
      color: #0099D9;
    }
    .contents_body .block_title{
      font-size: 21px;
      font-weight: bold;
      line-height: 28px;
      padding: 60px 0 28px;
    }

    .contents_body table.about{
      width: 100%;
      border-bottom: 1px solid #9FD9F6;
    }
    .contents_body table.about th,
    .contents_body table.about td{
      text-align: left;
    }
    .contents_body table.about th{
      border-bottom: 1px solid #9FD9F6;
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #004F99;
      letter-spacing: 0.06em;
      padding: 26px 0 13px;
      box-sizing: border-box;
    }
    .contents_body table.about th:nth-child(1){
      width: 392px;
      padding-right: 28px;
    }
    .contents_body table.about th:nth-child(2){
      width: 280px;
      padding-right: 28px;
    }
    .contents_body table.about td{
      position: relative;
      font-size: 15px;
      line-height: 28px;
      padding: 7px 28px 7px 0;
      vertical-align: middle;
    }
    .contents_body table.about tr:nth-child(2) td:nth-child(1):after,
    .contents_body table.about tr:nth-child(2) td:nth-child(2):after{
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(100% - 28px);
      height: 1px;
      background-color: #D8F0FB;
    }
    .contents_body table.about td:nth-child(3){
      padding: 7px 0 7px 0;
    }
    .contents_body table.about td a{
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      color: #0099D9;
      padding: 0 21px 0 21px;
    }
    .contents_body table.about td a:before{
      content: '';
      position: absolute;
      top: 6px;
      left: 7px;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body table.about td a.blank:after{
      content: '';
      position: absolute;
      top: 6px;
      right: 5px;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/blank_blue.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body table.about td ul li{
      position: relative;
      padding-left: 28px;
    }
    .contents_body table.about td ul li:before{
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: 4px;
      height: 4px;
      background-color: #1A1A1A;
      border-radius: 2px;
    }

    .contents_body .date{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .stock dt{
      font-size: 21px;
      font-weight: bold;
      line-height: 28px;
      padding: 56px 0 24px;
    }
    .contents_body .stock dd{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .stock dd .title{
      font-size: 19px;
      font-weight: bold;
      line-height: 26px;
      letter-spacing: 0.04em;
      padding: 56px 0 26px;
      border-bottom: 1px solid #0099D9;
    }
    .contents_body .stock dd .title:first-of-type{
      padding: 28px 0 26px;
    }
    .contents_body .stock dd table{
      width: 100%;
      border-bottom: 1px solid #9FD9F6;
      margin: 28px 0 0;
    }
    .contents_body .stock dd table th,
    .contents_body .stock dd table td{
      text-align: left;
    }
    .contents_body .stock dd table th{
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #004F99;
      letter-spacing: 0.06em;
      padding: 0 0 10px;
      border-bottom: 1px solid #9FD9F6;
      border-right: 1px solid #D8F0FB;
    }
    .contents_body .stock dd table th:last-child{
      border-right: none;
    }
    .contents_body .stock dd table th:nth-child(1){
      width: 392px;
    }
    .contents_body .stock dd table th:nth-child(2),
    .contents_body .stock dd table th:nth-child(3),
    .contents_body .stock dd table th:nth-child(4),
    .contents_body .stock dd table td:nth-child(2),
    .contents_body .stock dd table td:nth-child(3),
    .contents_body .stock dd table td:nth-child(4){
      width: 196px;
      text-align: center;
    }
    .contents_body .stock dd table td{
      font-size: 15px;
      line-height: 28px;
      padding: 10px 0 10px;
      border-bottom: 1px solid #D8F0FB;
    }
    .contents_body .stock dd table tr:last-child td{
      border-bottom: none;
    }
    .contents_body .stock dd p{
      font-size: 13px;
      line-height: 21px;
      color: #787878;
      padding: 56px 0 0;
    }
    .investors_detail .contents_body #dividend table{
      margin-top: 80px;
    }

    .pc_none {
        display: none !important
    }
}

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

    html,
    body {
        /*font-size: .26667vw*/;
    }

    body {
        min-width: 320px;
    }

    .contents_body h2{
      margin: 60px 0 28px;
    }
    .contents_body h2:first-of-type{
      margin: 0 0 28px;
    }
    .contents_body .memo{
      border-top: 1px solid #9FD9F6;
      border-bottom: 1px solid #9FD9F6;
    }
    .contents_body .memo dt{
      border-top: 1px solid #D8F0FB;
    }
    .contents_body .memo dt:first-of-type{
      border-top: none;
    }
    .contents_body .memo dt{
      font-size: 13px;
      line-height: 28px;
      color: #004F99;
      letter-spacing: 0.2em;
      padding-top: 10px;
    }
    .contents_body .memo dd{
      font-size: 15px;
      line-height: 28px;
      padding-bottom: 10px;
    }
    .contents_body .memo dd a{
      color: #0099D9;
    }
    .contents_body .block_title{
      font-size: 19px;
      font-weight: bold;
      line-height: 28px;
      padding: 44px 0 13px;
    }

    .contents_body .table_wrapper{
      margin-right: calc(-19 / 375 * 100vw);
      overflow-x: scroll;
      margin-bottom:3em;
    }

    .contents_body table.about{
      width: 730px;
      border-bottom: 1px solid #9FD9F6;
    }
    .contents_body table.about th,
    .contents_body table.about td{
      text-align: left;
    }
    .contents_body table.about th{
      border-bottom: 1px solid #9FD9F6;
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #004F99;
      letter-spacing: 0.06em;
      padding: 0 0 13px;
      box-sizing: border-box;
      vertical-align: bottom;
    }
    .contents_body table.about th:nth-child(1){
      width: 282px;
      padding-right: 28px;
    }
    .contents_body table.about th:nth-child(2){
      width: 170px;
      padding-right: 28px;
    }
    .contents_body table.about td{
      position: relative;
      font-size: 15px;
      line-height: 28px;
      padding: 7px 28px 7px 0;
      vertical-align: middle;
    }
    .contents_body table.about tr:nth-child(2) td:nth-child(1):after,
    .contents_body table.about tr:nth-child(2) td:nth-child(2):after{
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(100% - 28px);
      height: 1px;
      background-color: #D8F0FB;
    }
    .contents_body table.about td:nth-child(3){
      padding: 7px 0 7px 0;
    }
    .contents_body table.about td a{
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      color: #0099D9;
      padding: 0 21px 0 21px;
    }
    .contents_body table.about td a:before{
      content: '';
      position: absolute;
      top: 6px;
      left: 7px;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body table.about td a.blank:after{
      content: '';
      position: absolute;
      top: 6px;
      right: 5px;
      width: 14px;
      height: 14px;
      background: url('/jp/en/img/common/blank_blue.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body table.about td ul li{
      position: relative;
      padding-left: 45px;
    }
    .contents_body table.about td ul li:before{
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: 4px;
      height: 4px;
      background-color: #1A1A1A;
      border-radius: 2px;
    }

    .contents_body .date{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .stock dt{
      font-size: 19px;
      font-weight: bold;
      line-height: 28px;
      padding: 42px 0 12px;
    }
    .contents_body .stock dd{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body .stock dd .title{
      font-size: 17px;
      font-weight: bold;
      line-height: 26px;
      letter-spacing: 0.04em;
      padding: 56px 0 26px;
      border-bottom: 1px solid #0099D9;
    }
    .contents_body .stock dd .title:first-of-type{
      padding: 28px 0 26px;
    }

    .contents_body .stock dd table{
      width: 530px;
      border-bottom: 1px solid #9FD9F6;
      margin: 21px 0 0;
    }
    .contents_body .stock dd table th,
    .contents_body .stock dd table td{
      text-align: left;
    }
    .contents_body .stock dd table th{
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #004F99;
      letter-spacing: 0.06em;
      padding: 12px 0 12px;
      border-bottom: 1px solid #9FD9F6;
      border-right: 1px solid #D8F0FB;
      vertical-align: bottom;
    }
    .contents_body .stock dd table th:last-child{
      border-right: none;
    }
    .contents_body .stock dd table td:nth-child(1){
      padding-right: 15px;
    }
    .contents_body .stock dd table th:nth-child(2),
    .contents_body .stock dd table td:nth-child(2),
    .contents_body .stock dd table th:nth-child(4),
    .contents_body .stock dd table td:nth-child(4){
      width: 90px;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
    }

    .contents_body .stock dd table th:nth-child(3),
    .contents_body .stock dd table td:nth-child(3){
      width: 110px;
      text-align: center;
    }
    .contents_body .stock dd table td{
      font-size: 15px;
      line-height: 28px;
      padding: 10px 0 10px;
      border-bottom: 1px solid #D8F0FB;
    }
    .contents_body .stock dd table tr:last-child td{
      border-bottom: none;
    }
    .contents_body .stock dd p{
      font-size: 13px;
      line-height: 21px;
      color: #787878;
      padding: 56px 0 0;
    }
    .contents_body .stock dd img{
      width: 100%;
    }
    #meeting .row{
      display: block;
      font-size: 15px;
    }
    #meeting .row .left_item,
    #meeting .row .right_item{
      width: 100%;
    }
    #info .date{
      padding-top: 28px;
    }


    .sp_none {
        display: none !important
    }
}
</pre></body></html>