@charset "utf-8";

/* -----------------------------------------
  IR総合
  ----------------------------------------- */

  .ir-contents .pc-view {
    display: none;
  }

  .ir-contents {
    padding: 35px 15px;
  }

  .ir-mb-section {
    background-color: #0C4488;
    padding:0;
  }

  .ir-mv {
    height: 200px;
    padding: 0 15px;
    background-image: url(../img/ir/ir-mv-image_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ir-mb-section .page-mv_box {
    margin-top: 35px;
  }

  .ir-mb-section .page-mv_box2 {
    margin-top: 28px;
  }

  .ir-mb-section .page-mv_box h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
  }

  .ir-mb-section .page-mv_box2 p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }

  .ir-common-title {
    font-size: 18px;
    font-weight: bold;
    color: #0C4488;
    margin-bottom: 25px;
  }

  .ir-center-title {
    text-align: center;
  }

  .ir-table {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .ir-table:last-child {
    margin-bottom: 0;
  }

  .ir-table, .ir-table th, .ir-table td {
    border-collapse: collapse;
    border:0.5px solid #B1C8E6;
  }

  .ir-table th {
    background: #EDF1F4;
    padding: 15px;
    border:0.5px solid #B1C8E6;
  }

  .ir-table td {
    padding: 20px 15px;
    border:0.5px solid #B1C8E6;
  }

  .ir-table td a {
    text-decoration: none;
    color: #5EA7AD;
  }

  .ir-td-size {
    display: flex;
    justify-content: space-between;
  }

  .ir-td-size p {
    color: #C6C6C6;
  }

  /* ----------- tableをdiv化した際のスタイル ----------- */

  .ir-tablediv {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .ir-tablediv:last-child {
    margin-bottom: 0;
  }

  .ir-tablediv .ir-tr {
    border:1px solid #B1C8E6;
    border-bottom:none;
  }

  .ir-tablediv .ir-tr:last-child {
    border-bottom:1px solid #B1C8E6;
  }

  .ir-tablediv .ir-th {
    background: #EDF1F4;
    padding: 15px;
    border-bottom:1px solid #B1C8E6;
  }

  .ir-tablediv .ir-td {
    padding: 20px 15px;
  }

  .ir-tablediv .ir-td a {
    text-decoration: none;
    color: #5EA7AD;
  }

  .ir-td-file p {
    color: #C6C6C6;
  }

  /* ------------------- 戻るボタン ------------------- */

  .ir-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
  }

  .ir-back p {
    margin-left: 10px;
  }

  .ir-select {
    position: relative;
    margin-bottom: 30px;
  }

  .ir-select select, .ir-select option {
    width: 100%;
    border-radius: 50px;
    border: #0C4488 solid 2px;
    padding: 10px;
    font-size: 17px;
    color: #0C4488;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
  }

  .ir-select::after{
    content: "";
    background-image: url(../img/ir/ir-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    z-index: -1;
  }

  .ir-select select {
    background: transparent;
  }

    /* ------------------- IRページ共通フッター ------------------- */

    .ir-footer {
      width: 100%;
      background-color: #E0ECFC;
      background-image: url('../img/ir/ir-footerback_sp.svg');
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 50px 30px;
    }

    .ir-footer .irfooter-box {
      margin-bottom: 55px;
    }

    .ir-footer .irfooter-box h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 25px;
    }

    .ir-footer .irfooter-box .irfooter-link {
      font-size: 14px;
      color: #000;
      text-decoration: none;
      display: block;
      margin-bottom: 20px;
    }

    .ir-footer .irfooter-box .irfooter-linkitem {
      margin-bottom: 30px;
    }

    .ir-footer .irfooter-box .irfooter-link-nest {
      display: flex;
      align-items: center;
      padding-left: 15px;
    }

    .ir-footer .irfooter-box .irfooter-link-nest::before{
      content: "";
      background-image: url('../img/ir/ir-footer-arrow.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 5px;
      height: 10px;
      top: 0;
      left: 0;
      margin-right: 7px;
    }

    .ir-footer .irfooter-box .irfooter-linkitem .irfooter-link:last-child,
    .ir-footer .irfooter-box .irfooter-linkitem:last-child,
    .ir-footer .irfooter-box:last-child,
    .ir-footer .irfooter-box .irfooter-link:last-child
    {
      margin-bottom: 0;
    }


/* -----------------------------------------
  IRトップ page-ir_new.php
  ----------------------------------------- */

  .irtop-mv {
    width: 100%;
    height: calc(100vh - 50px);
    background: -moz-linear-gradient(top, #0A376E, #0C4488);
    background: -webkit-linear-gradient(top, #0A376E, #0C4488);
    background: linear-gradient(to bottom, #0A376E, #0C4488);
    position: relative;
  }

  .page-irtop .pc-view {
    display: none;
  }

  .irtop-mv .irtop-mv-image {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    z-index: 2;
    width: calc(100% - 30px);
    display: flex;
  }
  .irtop-mv .irtop-mv-image img.active {
    width: 100%;
    max-height: 700px;
    max-width: fit-content;
  }
  .irtop-mv .irtop-mv-image img {
    width: 0;
  }

  .irtop-mv .irtop-mv-text-box {
    z-index: 5;
    position: relative;
    padding-top: 100px;
    margin-left: 30px;
  }

  .irtop-mv .irtop-mv-text {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
  }

  .irtop-mv .irtop-mv-subtext {
    color: #C9D8EB;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
  }

  .irtop-mv .irtop-mv-text img {
    margin: 10px 0;
    margin-left: 3em;
  }

  .irtop-message {
    border-left: #0C4488 solid 10px;
    padding:40px 0 25px;
  }

  .irtop-message-title {
    width: calc(100% - 10px);
    margin-bottom: 40px;
  }

  .president-flexbox h3 {
    color: #0C4488;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
  }

  .sp-view .message-text {
    font-size: 14px;
    padding: 0 20px 0 10px;
    margin: 30px 0;
    line-height: 2;
    font-weight: bold;
  }
  .sp-view .message-text:nth-child(n+2) {
    margin-top: 1em;
  }

  .sp-view .message-position {
    font-size: 11px;
    text-align: right;
    padding-right: 20px;
  }

  .sp-view .president-flexbox .message-name {
    padding-right: 20px;
    width: auto;
    margin: 10px 0 0 auto;
  }

  .sp-view .president-flexbox img {
    width: calc(100% - 30px);
    max-width: 500px;
    display: block;
    margin: 30px auto 0 auto;
  }

  .irtop-info {
    background-color: #0C4488;
    padding: 40px 20px;
  }

  .irinfo-blocks ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .irinfo-blocks ul li {
    width: calc(50% - 7px);
    margin-bottom: 15px;
  }

  .irinfo-blocks ul li a {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #0C4488;
    font-weight: bold;
    text-decoration: none;
  }

  .irinfo-latest {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .irinfo-blocks .irinfo-latest h3 {
    font-size: 20px;
    text-align: center;
    color: #0C4488;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .irinfo-blocks .irinfo-latest > p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .irinfo-blocks .irinfo-latest ul li {
    width: 100%;
    border-bottom: #EDF1F4 solid 1px;
    margin: 0;
  }

  .irinfo-blocks .irinfo-latest ul:first-child {
    border-top: #EDF1F4 solid 1px;
  }

  .irinfo-blocks .irinfo-latest ul li a{
    padding: 20px 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: normal;
  }

  .irinfo-image {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
  }

  .irinfo-image img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }

  .irinfo-image a {
    display: block;
    width: 100%;
    text-align: right;
    color: #0C4488;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    margin-top: 15px;
  }

  .irtop-news {
    padding: 60px 20px 50px 0;
    border-left: #0C4488 solid 10px;
  }

  .irtop-news .irtop-news-title img{
    width: 100%;
  }

  .irtop-news .irtop-news-list {
    padding-top: 50px;
  }

  .irtop-news .irtop-news-list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap:10px;
    padding: 25px 0 25px 20px;
    border-bottom: #BAD1BC solid 1px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-date {
    font-size: 14px;
    font-weight: bold;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-cat {
    margin-left: 10px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-cat p {
    color: #fff;
    background-color: #0C4488;
    border-radius: 50px;
    padding: 4px 10px;
    display: inline;
    font-size: 10px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-link {
    width: 100%;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-link a {
    color: #000;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
  }

  .irtop-news .irtop-news-list .irtop-news-archivelink{
    display: block;
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .irtop-news .irtop-news-list .irtop-news-archivelink a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding-right: 10px;
  }

/* -----------------------------------------
  IRライブラリ page-ir_library.php
  ----------------------------------------- */

  .page-irlibrary .irlibrary-list .irlibrary-item {
    width: 100%;
    border: #0C4488 solid 2px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgb(12, 68, 136, 0.3);
  }

  .page-irlibrary .irlibrary-list .irlibrary-item:last-child {
    margin-bottom: 40px;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item a{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold;
    color: #0C4488;
    font-size: 18px;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item img {
    height: 40px;
    width: auto;
    margin-right: 15px;
  }

/* -----------------------------------------
  IRカレンダー(SP)
  ----------------------------------------- */

  .ir-calendar-image {
    margin-bottom: 40px;
  }

  .ir-calendar-image img {
    width: 100%;
    display: block;
  }

  .ir-calendar-table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ir-calendar-table, .ir-calendar-table th, .ir-calendar-table td {
    border-collapse: collapse;
    border:1px solid #B1C8E6;
  }

  .ir-calendar-table th {
    background: #EDF1F4;
    padding: 15px;
    border:1px solid #B1C8E6;
    width: 150px;
  }

  .ir-calendar-table td {
    padding: 20px 15px;
    border:1px solid #B1C8E6;
  }

  .ir-calendar-table td a {
    text-decoration: none;
    color: #5EA7AD;
  }

  .page-calendar .ir-select{
    width: calc(100% - 50px);
    margin: 0 auto 30px;
  }

  .ircalendar-contents {
    margin-bottom: 40px;
  }

  .ircalendar-annotation {
    font-size: 12px;
  }

  /* （過去のスケジュール） */
  .ir-calendar_other .page-mv_box h2 {
    font-size: 22px;
  }

  /* -----------------------------------------
  株価情報 page-stock-information_new.php(SP)
  ----------------------------------------- */

  .stockinformation-tab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .stockinformation-tab ul li {
    width: calc(50% - 5px);
  }

  .stockinformation-tab ul li:nth-of-type(n+3) {
    margin-top:10px;
  }

  .stockinformation-tab ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: #0C4488 solid 2px;
    font-size: 16px;
    color: #0C4488;
    font-weight: bold;
    text-decoration: none;
  }

  .stockinformation-tab ul .stockinformation-tab-tab-active {
    background-color: #0C4488;
    color: #fff;
  }

  /* -----------------------------------------
  免責事項 page-disclaimer_new.php(SP)
  ----------------------------------------- */

  .disclaimer-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #EFF5FD;
    margin-bottom: 40px;
    font-size: 12px;
  }

  /* -----------------------------------------
  電子公告 page-electronic-public-notice_new.php(SP)
  ----------------------------------------- */

  .ir-epn-list {
    margin-bottom: 35px;
  }

  .ir-epn-list li {
    margin-bottom: 15px;
  }

  .ir-epn-list li:last-child {
    margin-bottom: 0;
  }

  .ir-epn-list li a{
    text-decoration: none;
    color: #5EA7AD;
    font-size: 14px;
  }


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

  /* -----------------------------------------
  IR総合(PC)
  ----------------------------------------- */

  .ir-contents .pc-view {
    display: block;
  }

  .ir-contents .sp-view {
    display: none;
  }

  .ir-mv {
    height: 272px;
    background-image: url(../img/ir/ir-mv-image.png);
  }

  .ir-mv .page-breadscrumb {
    padding: 70px 10px 0 10px;
  }

  .ir-mb-section .page-mv_box {
    margin-top: 28px;
  }

  .ir-mb-section .page-mv_box2 {
    margin-top: 16px;
  }

  .ir-mb-section .page-mv_box h2 {
    font-size: 40px;
  }

  .ir-mb-section .page-mv_box2 p {
    font-size: 16px;
    margin-top: 15px;
  }

  .ir-common-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .ir-table {
    margin-bottom: 50px;
  }

  .ir-table th, .ir-table td {
    padding: 20px 35px;
    border:1px solid #B1C8E6;
  }

  .ir-td-size a {
    padding-right: 35px;
    width: calc(100% - 115px);
  }

  .ir-td-size p {
    width: 115px;
  }

  /* ----------- tableをdiv化した際のスタイル ----------- */

  .ir-tablediv {
    margin-bottom: 50px;
  }

  .ir-tablediv .ir-tr {
    display: flex;
  }

  .ir-tablediv .ir-th, .ir-tablediv .ir-td {
    padding: 20px 35px;
  }

  .ir-tablediv .ir-td {
    width: 100%;
  }

  .ir-tablediv .ir-th {
    border-right:1px solid #B1C8E6;
    width: 300px;
    border-bottom:none;
  }

  .page-financial-s .ir-tablediv .ir-th {
    max-width: 300px;
    width: 100%;
  }

  .ir-tablediv .ir-td-data {
    padding-right: 35px;
    width: calc(100% - 115px);
  }

  .page-financial-s .ir-tablediv .ir-td-data {
    padding-right: 0;
  }

  .ir-tablediv .ir-td-file {
    width: 115px;
  }

  /* ------------------- 戻るボタン ------------------- */

  .ir-back {
    font-size: 16px;
    transition: 0.3s;
  }

  .ir-back:hover{
    opacity: 0.5;
  }

  .ir-back p {
    margin-left: 15px;
  }

  .ir-select {
    margin-bottom: 40px;
    margin-left: auto;
    width: 200px;
    transition: 0.3s;
  }

  .ir-select:hover{
    opacity: 0.5;
  }

  .ir-select select, .ir-select option {
    padding: 10px 20px;
    text-align: left;
  }

  /* ------------------- IRページ共通フッター ------------------- */

  .ir-footer {
    width: 100%;
    background-image: url('../img/ir/ir-footerback_pc.svg');
    background-position: top;
    padding: 75px 0;
  }

  .ir-footer .irfooter-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .ir-footer .irfooter-wrapper .irfooter-box {
    max-width: 250px;
    width: 100%;
    margin-bottom: 0;
  }

  .ir-footer .irfooter-wrapper .irfooter-box h3 {
    text-align: center;
    font-size: 20px;
  }

  .ir-footer .irfooter-box .irfooter-link {
    font-size: 16px;
  }


  /* -----------------------------------------
  IRトップ page-ir_new.php(PC)
  ----------------------------------------- */

  .irtop-mv {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }

  .page-irtop .sp-view {
    display: none;
  }

  .page-irtop .pc-view {
    display: block;
  }

  .irtop-mv .irtop-mv-image {
    right: 25px;
    bottom: 0;
    max-width: 55%;
  }

  .irtop-mv .irtop-mv-text-box {
    margin-left: 60px;
    padding: 0;
  }

  .irtop-mv .irtop-mv-text {
    font-size: 50px;
  }

  .irtop-mv .irtop-mv-text img {
    margin: 10px 0;
    margin-left: 3em;
  }

  .irtop-mv .irtop-mv-subtext {
    margin-top: 30px;
    font-size: 20px;
  }

  .irtop-message {
    padding: 45px 0;
    border: 0;
  }

  .irtop-message-title {
    width: 65%;
    max-width: 1100px;
    margin: 0;
  }

  .message-wrapper {
    max-width: 1300px;
    margin: 0 auto;
  }

  .president-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
  }

  .president-flexbox img {
    width: 450px;
    display: block;
  }

  .president-flexbox > div {
    width: calc(100% - 480px);
  }

  .president-flexbox h3 {
    font-size: 37px;
    line-height: 68px;
    margin-bottom: 30px;
  }

  .president-flexbox .message-position {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .president-flexbox .message-name {
    width: auto;
  }

  .message-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .message-text:nth-child(n+2) {
    margin-top: 1em;
  }

  .irtop-info {
    background-color: #0C4488;
    padding: 90px 0;
  }

  .irtop-info .irinfo-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .irtop-info .irinfo-wrapper .irinfo-blocks {
    width: calc(100% - 500px);
  }

  .irtop-info .irinfo-wrapper .irinfo-image {
    width: 480px;
  }

  .irinfo-blocks ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .irinfo-blocks ul li a {
    font-size: 20px;
    padding: 45px 0;
    transition: 0.3s;
  }

  .irinfo-blocks ul li a:hover {
    background-color: #E0ECFC;
  }

  .irinfo-latest {
    padding: 30px 40px;
    margin: 0;
  }

  .irinfo-latest > div {
    display: flex;
    justify-content: space-between;
  }

  .irinfo-blocks .irinfo-latest ul {
    width: calc(50% - 15px);
  }

  .irinfo-blocks .irinfo-latest ul li {
    width: 100%;
    border-bottom:#EDF1F4 solid 1px;
    border-top:0;
    height: fit-content;
  }

  .irinfo-blocks .irinfo-latest ul li:first-child {
    border-top:#EDF1F4 solid 1px;
  }

  .irinfo-blocks .irinfo-latest ul:first-child {
    border-top: 0;
  }

  .irinfo-blocks .irinfo-latest ul li a {
    border-radius: 0;
    justify-content: start;
  }

  .irinfo-blocks .irinfo-latest ul li a img {
    margin-left: 10px;
  }

  .irtop-news {
    display: block;
    border-left: 0;
    border-bottom: #0C4488 solid 30px;
    background: linear-gradient(90deg, #0C4488 0%, #0C4488 50%, #fff 50%, #fff 100%);
    padding: 0;
  }

  .irtop-news-wrapper {
    display: flex;
    /* max-width: 1300px; */
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 90px;
  }

  .irtop-news .irtop-news-title {
    padding-top: 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #0C4488 60%, #0C4488 100%);
  }

  .irtop-news .irtop-news-title img {
    width: 100%;
    max-width: 100%;
  }

  .irtop-news .irtop-news-list {
    /* width: 780px; */
    padding: 0 20px 60px 40px;
    width: 60%;
    min-width: 600px;
  }

  .irtop-news .irtop-news-list ul li {
    flex-wrap: nowrap;
    align-items: start;
    row-gap:0;
    padding: 20px 0;
    border-bottom: #EDF1F4 solid 1px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-date {
    min-width: 150px;
    font-weight: normal;
    font-size: 16px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-cat {
    min-width: 120px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-cat p {
    font-size: 12px;
  }

  .irtop-news .irtop-news-list ul li .irtop-news-link a {
    font-size: 16px;
  }

  .irtop-news .irtop-news-list .irtop-news-archivelink{
    margin-top: 45px;
  }

  .irtop-news .irtop-news-title .irnews-thecontent {
    background-color: #0C4488;
    width: 100%;
    color: #fff;
    padding:50px 40px 50px 20px;
    margin-top: 45px;
  }

  .irtop-news .irtop-news-title .irnews-thecontent h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
  }



  /* -----------------------------------------
  IRライブラリ page-ir_library.php(PC)
  ----------------------------------------- */

  .ir-contents {
    padding: 80px 0;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
    border: #0C4488 solid 3px;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item:last-child{
    margin-bottom: 65px;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item a{
    font-size: 25px;
    padding: 30px 50px;
    transition: 0.3s;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item a:hover{
    background-color: #E0ECFC;
    border-radius: 10px;
  }

  .page-irlibrary .irlibrary-list .irlibrary-item img {
    height: 55px;
    width: auto;
    margin: 0 20px 0 0;
  }

  /* -----------------------------------------
  IRカレンダー page-ir_calendar.php(PC)
  ----------------------------------------- */

  .ir-calendar-image {
    margin-bottom: 60px;
  }

  .ircalendar-tab ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: calc((100% - 870px)/5);
    align-items: center;
    margin-bottom: 60px;
  }

  .ircalendar-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 45px;
    border-radius: 50px;
    border: #0C4488 solid 2px;
    font-size: 16px;
    color: #0C4488;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
  }

  .ircalendar-tab a:hover{
    opacity: 0.5;
  }

  .ircalendar-tab .ircalendar-tab-active {
    background-color: #0C4488;
    color: #fff;
  }

  .ircalendar-tab .ircalendar-tab-active:hover{
    opacity: 1;
  }

  .ircalendar-tab .ircalendar-tab-min {
    font-size: 14px;
  }

  .page-calendar .ir-calendar-table th {
    width: 300px;
  }

  .ircalendar-contents {
    margin-bottom: 65px;
  }

  .ircalendar-annotation {
    font-size: 14px;
  }

  /* -----------------------------------------
  株価情報 page-stock-information_new.php(PC)
  ----------------------------------------- */

  .stockinformation-tab ul{
    justify-content: start;
    margin-bottom: 60px;
  }

  .stockinformation-tab ul li {
    width: 180px;
    margin-right: 15px;
  }

  .stockinformation-tab ul li:nth-of-type(n+3) {
    margin-top:0;
  }

  .stockinformation-tab ul a {
    transition: 0.3s;
  }

  .stockinformation-tab ul a:hover {
    opacity: 0.5;
  }

  .stockinformation-tab ul .stockinformation-tab-tab-active:hover {
    opacity: 1;
  }

  /* -----------------------------------------
  株主総会 page-shareholder-meeting_new.php(PC)
  ----------------------------------------- */

  .page-shareholdermeeting .ir-center-title {
    margin-bottom: 35px;
  }

  /* -----------------------------------------
  免責事項 page-disclaimer_new.php(PC)
  ----------------------------------------- */

  .disclaimer-box {
    padding: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }

  /* -----------------------------------------
  電子公告 page-electronic-public-notice_new.php(PC)
  ----------------------------------------- */

  .ir-epn-list {
    margin-bottom: 65px;
  }

  .ir-epn-list li a{
    font-size: 16px;
  }
}

@media only screen and (max-width: 949px) and (min-width:701px){
  .irtop-mv .irtop-mv-image {
    width: 80%;
    right: calc(50% - 40%);
  }
}

@media only screen and (max-width: 1079px) and ( min-width:950px){

  .irtop-mv .irtop-mv-image {
    max-height:500px;
    bottom: calc(50% - 250px);
    right: 50px;
    width: auto;
  }

  .ir-contents .pc-view {
    display: block;
  }

  .ir-contents .sp-view {
    display: none;
  }

  .ir-mv .page-breadscrumb {
    padding: 10px 0;
  }

  .ir-mb-section .page-mv_box {
    margin-top: 60px;
  }

  .ir-mb-section .page-mv_box2 {
    margin-top: 43px;
  }
}


@media only screen and (max-width: 949px){
  .ir-table th {
    display: block;
  }

  .ir-table td {
    display: block;
  }

  .ir-table, .ir-table th, .ir-table td {
    width: 100%;
  }

}

@media only screen and (max-width: 1300px) and (min-width: 950px){

  .ir-footer {
    padding: 75px 30px;
  }

  .message-wrapper, .irtop-info .irinfo-wrapper {
    padding: 0 30px;
  }

  .irtop-news .irtop-news-title .irnews-thecontent {
    padding: 50px 40px;
  }

  .irtop-news-wrapper {
    padding: 90px 30px 0 0;
  }

}


/* =============================
　2023.03.02 追記
　- スマホに「今後のIRイベント」を表示
============================= */
.irnews-afterInfo {
  background-color: #0C4488;
  width: 100%;
  color: #fff;
  padding: 40px 20px 0 20px;
}
.irnews-afterInfo h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}