@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  #ir-front .article-inner,
  #ir-content .article-inner {
    width: 950px;
    max-width: 92vw;
    margin: 44px auto 0;
  }
  /* ---------------------------------------
  共通ナビゲーション
  --------------------------------------- */
  .ir-menu-wrapper {
    margin-bottom: 44px;
    overflow-x: auto;
    width: 92vw;
    margin: 0 auto 60px;
  }
  .ir-menu-wrapper .menu {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(20% - 1px), 1fr));
    gap: 1px;
    width: 950px;
  }
  .ir-menu-wrapper .menu li {
    height: 44px;
    font-size: 12px;
  }
  .ir-menu-wrapper .menu li.current {
    font-weight: 700;
  }
  .ir-menu-wrapper .menu li.current a {
    background-color: #FFFF00;
  }
  .ir-menu-wrapper .menu li a {
    display: grid;
    place-items: center;
    height: 100%;
    color: #666666;
    background-color: #EEEEEE;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .ir-menu-wrapper .menu li a:hover {
    opacity: 0.8;
  }
  /* ---------------------------------------
  ライブラリ／ハイライトナビゲーション
  --------------------------------------- */
  .ir-library-list,
  .ir-highlight-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    width: 760px;
    max-width: 92vw;
    margin: 72px auto 0;
  }
  .ir-library-list .item,
  .ir-highlight-list .item {
    height: 210px;
    text-align: center;
    background-image: url("../img/bg_icon_graph.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    background-color: #fff;
    border: 3px solid #ffed07;
  }
  .ir-library-list .item a,
  .ir-highlight-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .ir-library-list .item a .title,
  .ir-highlight-list .item a .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
  }
  .ir-library-list .item a .sub-title,
  .ir-highlight-list .item a .sub-title {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #999;
  }
  /* ---------------------------------------
  トップページ
  --------------------------------------- */
  #ir-front .page-parent-title {
    margin-bottom: 44px;
  }
  #ir-front .ir-front-intro {
    padding: 40px 20px 32px;
    color: #666666;
    text-align: center;
    background-color: #FFFF00;
  }
  #ir-front .ir-front-intro .label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
  }
  #ir-front .ir-front-intro h2 {
    margin-bottom: 24px;
  }
  #ir-front .ir-front-intro h2 img {
    width: 80%;
    max-width: 570px;
  }
  #ir-front .ir-front-intro .desc {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 2em;
  }
  #ir-front .ir-front-intro .more {
    margin-top: 32px;
    text-align: center;
  }
  #ir-front .ir-front-intro .more a {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    color: #666666;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    text-decoration: underline;
  }
  #ir-front .ir-front-intro .more a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #ir-front .ir-front-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    margin-top: 60px;
    padding: 15px;
    background-color: #D9E2E5;
  }
  #ir-front .ir-front-banner a img {
    width: 100%;
  }
  #ir-front .ir-front-news {
    margin: 40px auto 0;
  }
  #ir-front .ir-front-news .news-list {
    margin-bottom: 12px;
    padding: 24px 0;
    font-size: 15px;
    color: #999999;
    line-height: 1.6;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  #ir-front .ir-front-news .news-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  #ir-front .ir-front-news .news-list > div:last-child {
    margin-bottom: 0;
  }
  #ir-front .ir-front-news .news-list > div dt {
    width: 86px;
    margin-right: 12px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  #ir-front .ir-front-news .news-list > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #ir-front .ir-front-news .news-list > div dd a {
    color: #666666;
  }
  #ir-front .ir-front-news .news-list > div dd a:hover {
    text-decoration: underline;
  }
  #ir-front .ir-front-news .more {
    text-align: right;
  }
  #ir-front .ir-front-news .more a {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    color: #666666;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #ir-front .ir-front-news .more a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  #ir-front .ir-front-menu {
    margin: 60px auto 0;
  }
  #ir-front .ir-front-menu .inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }
  #ir-front .ir-front-menu .inner a {
    display: block;
    height: 210px;
    padding: 45px 10px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #ffed07;
  }
  #ir-front .ir-front-menu .inner a .img {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    text-align: center;
    background-color: #ffed07;
    border-radius: 50%;
  }
  #ir-front .ir-front-menu .inner a .img img {
    width: auto;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #ir-front .ir-front-menu .inner a .title {
    display: block;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
  }
  #ir-front .ir-front-menu .inner a .sub-title {
    display: block;
    font-size: 11px;
    color: #999999;
    line-height: 1em;
  }
  .pdfico {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #AAAAAA;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
  }
  /* ---------------------------------------
  IRライブラリ
  --------------------------------------- */
  .library-inner {
    width: 760px;
    max-width: calc(100% - 48px);
    margin: 72px auto 0;
  }
  .library-inner .select-yearly-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 42px;
  }
  .library-inner #select-yearly {
    outline: none;
    width: 242px;
    height: 27px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #666;
  }
  .library-inner .dataList {
    margin-bottom: 12px;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    border-top: 1px solid #CCCCCC;
  }
  .library-inner .dataList > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .library-inner .dataList > div dt {
    width: 86px;
    margin-right: 24px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  .library-inner .dataList > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .library-inner .dataList > div dd a {
    color: #666666;
  }
  .library-inner .dataList > div dd a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  /* ---------------------------------------
  下層ページ
  --------------------------------------- */
  .highlight-inner,
  .document-inner {
    width: 760px;
    max-width: 92vw;
    margin: 72px auto 0;
    font-size: 15px;
    line-height: 2.25em;
    color: #666666;
  }
  .highlight-inner .mt-5, .highlight-inner .my-5,
  .document-inner .mt-5,
  .document-inner .my-5 {
    margin-top: 3rem !important;
  }
  .highlight-inner h2,
  .highlight-inner h3,
  .highlight-inner h4,
  .document-inner h2,
  .document-inner h3,
  .document-inner h4 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2em;
  }
  .highlight-inner h4,
  .document-inner h4 {
    font-size: 18px;
    margin-top: 30px;
  }
  .highlight-inner ul,
  .highlight-inner ol,
  .highlight-inner dl,
  .document-inner ul,
  .document-inner ol,
  .document-inner dl {
    margin: 1em 0;
  }
  .highlight-inner ul,
  .highlight-inner ol,
  .document-inner ul,
  .document-inner ol {
    padding-left: 2em;
  }
  .highlight-inner figure,
  .document-inner figure {
    margin: 0 0 1rem;
  }
  .highlight-inner figure img,
  .document-inner figure img {
    display: block;
    margin: 0 auto;
  }
  .highlight-inner section.block,
  .document-inner section.block {
    margin: 40px auto;
  }
  .highlight-inner .reductionBlock:not(:first-of-type),
  .document-inner .reductionBlock:not(:first-of-type) {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  .highlight-inner .blkTtl,
  .document-inner .blkTtl {
    margin-bottom: 29px;
    font-size: 18px;
  }
  .highlight-inner .moreBlock,
  .document-inner .moreBlock {
    border: none;
    text-align: right;
  }
  .highlight-inner .moreBlock dt,
  .document-inner .moreBlock dt {
    font-weight: 700;
  }
  .highlight-inner .moreBlock a,
  .document-inner .moreBlock a {
    text-decoration: underline;
  }
  .highlight-inner h3.subTtl,
  .document-inner h3.subTtl {
    height: auto;
    min-height: 32px;
    margin: 40px 0 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    background: #fff;
  }
  .highlight-inner .cg-wrapper section > h3:nth-of-type(1),
  .highlight-inner .cg-wrapper section > h3,
  .highlight-inner .cg-wrapper section > figure + h3:nth-of-type(1),
  .document-inner .cg-wrapper section > h3:nth-of-type(1),
  .document-inner .cg-wrapper section > h3,
  .document-inner .cg-wrapper section > figure + h3:nth-of-type(1) {
    margin-bottom: 1.5em;
    padding: 5px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    background-color: #ff0;
    border-top: 0;
  }
  .highlight-inner .dividendList,
  .document-inner .dividendList {
    list-style: none;
    padding: 0;
  }
  .highlight-inner .dividendList h3.subTtl,
  .document-inner .dividendList h3.subTtl {
    height: auto;
    min-height: 32px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    background: #fff;
    border-top: 1px solid #CCCCCC;
  }
  .highlight-inner .dividendList ul,
  .document-inner .dividendList ul {
    list-style: none;
    padding: 0;
  }
  .highlight-inner .asideLinks,
  .document-inner .asideLinks {
    border-top: solid 1px #ccc;
    padding-top: 50px;
  }
  .highlight-inner .asideLinks ul,
  .document-inner .asideLinks ul {
    list-style: none;
    text-align: center;
  }
  .highlight-inner .asideLinks ul li,
  .document-inner .asideLinks ul li {
    display: inline-block;
    width: 270px;
    margin: 0 6px 9px;
  }
  .highlight-inner .asideLinks ul li a,
  .document-inner .asideLinks ul li a {
    display: block;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 50px;
    background-image: none;
    border: 2px solid #ccc;
  }
  .highlight-inner .asideLinks ul li a:hover,
  .document-inner .asideLinks ul li a:hover {
    text-decoration: underline;
  }
  /* ---------------------------------------
  業績情報
  --------------------------------------- */
  .highlight-inner {
    width: 1000px;
  }
  .highlight-inner .description,
  .highlight-inner .blkTtl,
  .highlight-inner .block {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
  }
  .highlight-inner .heading-title {
    font-size: 22px;
    font-weight: bold;
    padding: 60px 0;
    text-align: center;
  }
  /* ---------------------------------------
  旧サイトから引き継ぎ
  --------------------------------------- */
  .highcharts-container {
    margin-bottom: 20px;
  }
  .highcharts-container text {
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  .highcharts-credits {
    display: none !important;
  }
  .highcharts-iframe-wrapper {
    position: relative;
  }
  .highcharts-iframe-wrapper:after {
    background-color: #fff;
    bottom: 90px;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
  }
  .graph-wrapper [class^=col-] {
    margin-bottom: 40px;
  }
  .graph-wrapper [class^=col-] .subTtl {
    margin-bottom: 0;
  }
  .table-wrapper {
    margin-top: 20px;
  }
  .rr-wrapper .table-wrapper {
    font-size: 12px;
    margin: 0 auto;
    /*max-width: 740px;*/
  }
  table {
    width: 100%;
  }
  table tr th,
  table tr td {
    vertical-align: top;
    padding: 18px 6px;
    white-space: normal;
  }
  table tr th {
    font-size: 12px;
    font-weight: normal;
    text-align: inherit;
  }
  table tr th:first-child {
    width: 20%;
  }
  table tr td {
    font-size: 12px;
  }
  .rr-wrapper table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
    margin-right: -2px;
    width: 100%;
  }
  .rr-wrapper th {
    text-align: center;
  }
  .rr-wrapper table tr th:first-child {
    width: auto;
  }
  .rr-wrapper table.t-col-3 tr th,
  .rr-wrapper table.t-col-3 tr td {
    width: 33.3333%;
  }
  .rr-wrapper table.t-col-4 tr th,
  .rr-wrapper table.t-col-4 tr td {
    width: 25%;
  }
  .rr-wrapper table.t-col-5 tr th,
  .rr-wrapper table.t-col-5 tr td {
    width: 20%;
  }
  .rr-wrapper th,
  .rr-wrapper td,
  .calendarBlock th,
  .calendarBlock td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }
  .alternation {
    width: 100%;
    margin-right: -2px;
    border-collapse: collapse;
    line-height: 1.6;
  }
  .alternation tr,
  .alternation td {
    vertical-align: top;
  }
  .alternation th,
  .alternation td {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  .alternation th {
    padding: 18px 0 18px 21px;
    background: #ececec;
  }
  .alternation td {
    padding: 18px;
    background: #f8f8f8;
  }
  .alternation thead th {
    background: #dcdcdc;
  }
  .alternation tbody th, .alternation tbody td {
    background: #ececec;
  }
  .alternation tbody tr:nth-child(even) th, .alternation tbody tr:nth-child(even) td {
    background: #f8f8f8;
  }
  .reductionBlock table.alternation th,
  .reductionBlock table.alternation td {
    font-size: 14px;
    padding: 6px 5px;
    vertical-align: middle;
  }
  .stockinfoBlock table span,
  .reductionBlock th,
  .reductionBlock td,
  .formComplete p {
    text-align: center;
  }
  .stockinfoBlock table span,
  .reductionBlock .note,
  .irForm .note {
    font-size: 12px;
  }
  .dataTtl span,
  .reductionBlock .note {
    text-align: right;
  }
  .calendarBlock figure {
    border: solid 1px #ececec;
    margin-bottom: 60px;
  }
  .stockinfoBlock table th,
  .stockinfoBlock table td {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    line-height: 1.6;
  }
  .stockinfoBlock table th {
    background: #ececec;
  }
  .stockinfoBlock table td {
    background: #f8f8f8;
  }
  .stockinfoBlock table td img {
    display: block;
    margin-bottom: 12px;
  }
  .stockinfoBlock table td a {
    text-decoration: underline;
  }
  .stockinfoBlock .procedure {
    background-color: #f4c300;
    background-image: url(../img/img-procedure.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: -1px -1px 0 0 #b28e00 inset;
            box-shadow: -1px -1px 0 0 #b28e00 inset;
    display: block;
    height: 41px;
    margin: 10px 0 5px;
    text-indent: -999999px;
    width: 258px;
    max-width: 100%;
  }
  .stockinfoBlock table span {
    display: block;
    font-size: 12px;
    width: 258px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  #ir-front,
  #ir-content {
    padding-top: 96px;
  }
  #ir-front .article-inner,
  #ir-content .article-inner {
    width: 950px;
    max-width: calc(100% - 48px);
    margin: 44px auto 0;
  }
  /* ---------------------------------------
  共通ナビゲーション
  --------------------------------------- */
  .ir-menu-wrapper {
    width: 950px;
    max-width: calc(100% - 48px);
    margin: 0 auto 44px;
  }
  .ir-menu-wrapper .menu {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(20% - 1px), 1fr));
    gap: 1px;
  }
  .ir-menu-wrapper .menu li {
    height: 44px;
    font-size: 12px;
  }
  .ir-menu-wrapper .menu li.current {
    font-weight: 700;
  }
  .ir-menu-wrapper .menu li.current a {
    background-color: #FFFF00;
  }
  .ir-menu-wrapper .menu li a {
    display: grid;
    place-items: center;
    height: 100%;
    color: #666666;
    background-color: #EEEEEE;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .ir-menu-wrapper .menu li a:hover {
    opacity: 0.8;
  }
  /* ---------------------------------------
  ライブラリ／ハイライトナビゲーション
  --------------------------------------- */
  .ir-library-list,
  .ir-highlight-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 20px;
    width: 760px;
    max-width: calc(100% - 48px);
    margin: 72px auto 0;
  }
  .ir-library-list .item,
  .ir-highlight-list .item {
    height: 210px;
    text-align: center;
    background-image: url("../img/bg_icon_graph.png");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center center;
    background-color: #fff;
    border: 3px solid #ffed07;
  }
  .ir-library-list .item a,
  .ir-highlight-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .ir-library-list .item a .title,
  .ir-highlight-list .item a .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
  }
  .ir-library-list .item a .sub-title,
  .ir-highlight-list .item a .sub-title {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #999;
  }
  .ir-library-list .item a .sub-title br,
  .ir-highlight-list .item a .sub-title br {
    display: none;
  }
  /* ---------------------------------------
  トップページ
  --------------------------------------- */
  #ir-front .page-parent-title {
    margin-bottom: 44px;
  }
  #ir-front .ir-front-intro {
    padding: 40px 20px 32px;
    color: #666666;
    text-align: center;
    background-color: #FFFF00;
  }
  #ir-front .ir-front-intro .label {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
  }
  #ir-front .ir-front-intro h2 {
    margin-bottom: 24px;
  }
  #ir-front .ir-front-intro h2 img {
    width: 80%;
    max-width: 570px;
  }
  #ir-front .ir-front-intro .desc {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 2em;
  }
  #ir-front .ir-front-intro .more {
    margin-top: 32px;
    text-align: center;
  }
  #ir-front .ir-front-intro .more a {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    color: #666666;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    text-decoration: underline;
  }
  #ir-front .ir-front-intro .more a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #ir-front .ir-front-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 60px;
    padding: 15px;
    background-color: #D9E2E5;
  }
  #ir-front .ir-front-banner a {
    width: 50%;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #ir-front .ir-front-banner a:hover {
    opacity: 0.8;
  }
  #ir-front .ir-front-banner a img {
    width: 100%;
  }
  #ir-front .ir-front-news {
    margin: 40px auto 0;
  }
  #ir-front .ir-front-news .news-list {
    margin-bottom: 12px;
    padding: 24px 0;
    font-size: 15px;
    color: #999999;
    line-height: 1.6;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  #ir-front .ir-front-news .news-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  #ir-front .ir-front-news .news-list > div:last-child {
    margin-bottom: 0;
  }
  #ir-front .ir-front-news .news-list > div dt {
    width: 86px;
    margin-right: 12px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  #ir-front .ir-front-news .news-list > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #ir-front .ir-front-news .news-list > div dd a {
    color: #666666;
  }
  #ir-front .ir-front-news .news-list > div dd a:hover {
    text-decoration: underline;
  }
  #ir-front .ir-front-news .more {
    text-align: right;
  }
  #ir-front .ir-front-news .more a {
    font-family: "Inter", "Noto Sans JP", sans-serif;
    color: #666666;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #ir-front .ir-front-news .more a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  #ir-front .ir-front-menu {
    margin: 60px auto 0;
  }
  #ir-front .ir-front-menu .inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 20px), 1fr));
    gap: 20px;
  }
  #ir-front .ir-front-menu .inner a {
    display: block;
    height: 210px;
    padding: 45px 10px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #ffed07;
  }
  #ir-front .ir-front-menu .inner a:hover {
    opacity: 0.8;
  }
  #ir-front .ir-front-menu .inner a .img {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    text-align: center;
    background-color: #ffed07;
    border-radius: 50%;
  }
  #ir-front .ir-front-menu .inner a .img img {
    width: auto;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #ir-front .ir-front-menu .inner a .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
  }
  #ir-front .ir-front-menu .inner a .sub-title {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 1em;
  }
  .pdfico {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #AAAAAA;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
  }
  /* ---------------------------------------
  IRライブラリ
  --------------------------------------- */
  .library-inner {
    width: 760px;
    max-width: calc(100% - 48px);
    margin: 72px auto 0;
  }
  .library-inner .select-yearly-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 42px;
  }
  .library-inner #select-yearly {
    outline: none;
    width: 242px;
    height: 27px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #666;
  }
  .library-inner .dataList {
    margin-bottom: 12px;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    border-top: 1px solid #CCCCCC;
  }
  .library-inner .dataList > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .library-inner .dataList > div dt {
    width: 86px;
    margin-right: 24px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  .library-inner .dataList > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .library-inner .dataList > div dd a {
    color: #666666;
  }
  .library-inner .dataList > div dd a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  /* ---------------------------------------
  下層ページ
  --------------------------------------- */
  .highlight-inner,
  .document-inner {
    width: 760px;
    max-width: calc(100% - 48px);
    margin: 72px auto 0;
    font-size: 15px;
    line-height: 2.25em;
    color: #666666;
  }
  .highlight-inner .mt-5, .highlight-inner .my-5,
  .document-inner .mt-5,
  .document-inner .my-5 {
    margin-top: 3rem !important;
  }
  .highlight-inner h2,
  .highlight-inner h3,
  .highlight-inner h4,
  .document-inner h2,
  .document-inner h3,
  .document-inner h4 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2em;
  }
  .highlight-inner h4,
  .document-inner h4 {
    font-size: 18px;
    margin-top: 30px;
  }
  .highlight-inner ul,
  .highlight-inner ol,
  .highlight-inner dl,
  .document-inner ul,
  .document-inner ol,
  .document-inner dl {
    margin: 1em 0;
  }
  .highlight-inner ul,
  .highlight-inner ol,
  .document-inner ul,
  .document-inner ol {
    padding-left: 2em;
  }
  .highlight-inner figure,
  .document-inner figure {
    margin: 0 0 1rem;
  }
  .highlight-inner figure img,
  .document-inner figure img {
    display: block;
    margin: 0 auto;
  }
  .highlight-inner section.block,
  .document-inner section.block {
    margin: 40px auto;
  }
  .highlight-inner .reductionBlock:not(:first-of-type),
  .document-inner .reductionBlock:not(:first-of-type) {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  .highlight-inner .blkTtl,
  .document-inner .blkTtl {
    margin-bottom: 29px;
    font-size: 18px;
  }
  .highlight-inner .moreBlock,
  .document-inner .moreBlock {
    border: none;
    text-align: right;
  }
  .highlight-inner .moreBlock dt,
  .document-inner .moreBlock dt {
    font-weight: 700;
  }
  .highlight-inner .moreBlock a,
  .document-inner .moreBlock a {
    text-decoration: underline;
  }
  .highlight-inner h3.subTtl,
  .document-inner h3.subTtl {
    height: auto;
    min-height: 32px;
    margin: 40px 0 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    background: #fff;
  }
  .highlight-inner .cg-wrapper section > h3:nth-of-type(1),
  .highlight-inner .cg-wrapper section > h3,
  .highlight-inner .cg-wrapper section > figure + h3:nth-of-type(1),
  .document-inner .cg-wrapper section > h3:nth-of-type(1),
  .document-inner .cg-wrapper section > h3,
  .document-inner .cg-wrapper section > figure + h3:nth-of-type(1) {
    margin-bottom: 1.5em;
    padding: 5px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    background-color: #ff0;
    border-top: 0;
  }
  .highlight-inner .dividendList,
  .document-inner .dividendList {
    list-style: none;
    padding: 0;
  }
  .highlight-inner .dividendList h3.subTtl,
  .document-inner .dividendList h3.subTtl {
    height: auto;
    min-height: 32px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    background: #fff;
    border-top: 1px solid #CCCCCC;
  }
  .highlight-inner .dividendList ul,
  .document-inner .dividendList ul {
    list-style: none;
    padding: 0;
  }
  .highlight-inner .asideLinks,
  .document-inner .asideLinks {
    border-top: solid 1px #ccc;
    padding-top: 50px;
  }
  .highlight-inner .asideLinks ul,
  .document-inner .asideLinks ul {
    list-style: none;
    text-align: center;
  }
  .highlight-inner .asideLinks ul li,
  .document-inner .asideLinks ul li {
    display: inline-block;
    width: 270px;
    margin: 0 6px 9px;
  }
  .highlight-inner .asideLinks ul li a,
  .document-inner .asideLinks ul li a {
    display: block;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 50px;
    background-image: none;
    border: 2px solid #ccc;
  }
  .highlight-inner .asideLinks ul li a:hover,
  .document-inner .asideLinks ul li a:hover {
    text-decoration: underline;
  }
  /* ---------------------------------------
  業績情報
  --------------------------------------- */
  .highlight-inner {
    width: 1000px;
  }
  .highlight-inner .description,
  .highlight-inner .blkTtl,
  .highlight-inner .block {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
  }
  .highlight-inner .heading-title {
    font-size: 22px;
    font-weight: bold;
    padding: 60px 0;
    text-align: center;
  }
  /* ---------------------------------------
  旧サイトから引き継ぎ
  --------------------------------------- */
  .highcharts-container {
    margin-bottom: 20px;
  }
  .highcharts-container text {
    font-family: "Inter", "Noto Sans JP", sans-serif;
  }
  .highcharts-credits {
    display: none !important;
  }
  .highcharts-iframe-wrapper {
    position: relative;
  }
  .highcharts-iframe-wrapper:after {
    background-color: #fff;
    bottom: 90px;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
  }
  .graph-wrapper [class^=col-] {
    margin-bottom: 40px;
  }
  .graph-wrapper [class^=col-] .subTtl {
    margin-bottom: 0;
  }
  .table-wrapper {
    margin-top: 20px;
  }
  .rr-wrapper .table-wrapper {
    font-size: 12px;
    margin: 0 auto;
    /*max-width: 740px;*/
  }
  table {
    width: 100%;
  }
  table tr th, table tr td {
    vertical-align: top;
  }
  table tr th {
    padding: 18px 0 18px 21px;
    font-weight: normal;
    text-align: inherit;
  }
  table tr th:first-child {
    width: 20%;
  }
  table tr td {
    padding: 18px;
  }
  .rr-wrapper table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
    margin-right: -2px;
    width: 100%;
  }
  .rr-wrapper th {
    text-align: center;
  }
  .rr-wrapper table tr th:first-child {
    width: auto;
  }
  .rr-wrapper table.t-col-3 tr th,
  .rr-wrapper table.t-col-3 tr td {
    width: 33.3333%;
  }
  .rr-wrapper table.t-col-4 tr th,
  .rr-wrapper table.t-col-4 tr td {
    width: 25%;
  }
  .rr-wrapper table.t-col-5 tr th,
  .rr-wrapper table.t-col-5 tr td {
    width: 20%;
  }
  .rr-wrapper th,
  .rr-wrapper td,
  .calendarBlock th,
  .calendarBlock td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }
  .alternation {
    width: 100%;
    margin-right: -2px;
    border-collapse: collapse;
    line-height: 1.6;
  }
  .alternation tr,
  .alternation td {
    vertical-align: top;
  }
  .alternation th,
  .alternation td {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  .alternation th {
    padding: 18px 0 18px 21px;
    background: #ececec;
  }
  .alternation td {
    padding: 18px;
    background: #f8f8f8;
  }
  .alternation thead th {
    background: #dcdcdc;
  }
  .alternation tbody th, .alternation tbody td {
    background: #ececec;
  }
  .alternation tbody tr:nth-child(even) th, .alternation tbody tr:nth-child(even) td {
    background: #f8f8f8;
  }
  .reductionBlock table.alternation th,
  .reductionBlock table.alternation td {
    font-size: 14px;
    padding: 6px 5px;
    vertical-align: middle;
  }
  .stockinfoBlock table span,
  .reductionBlock th,
  .reductionBlock td,
  .formComplete p {
    text-align: center;
  }
  .stockinfoBlock table span,
  .reductionBlock .note,
  .irForm .note {
    font-size: 12px;
  }
  .dataTtl span,
  .reductionBlock .note {
    text-align: right;
  }
  .calendarBlock figure {
    border: solid 1px #ececec;
    margin-bottom: 60px;
  }
  .stockinfoBlock table th,
  .stockinfoBlock table td {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    line-height: 1.6;
  }
  .stockinfoBlock table th {
    background: #ececec;
    padding: 18px 0 18px 21px;
  }
  .stockinfoBlock table td {
    background: #f8f8f8;
    padding: 18px;
  }
  .stockinfoBlock table td img {
    display: block;
    margin-bottom: 12px;
  }
  .stockinfoBlock table td a {
    text-decoration: underline;
  }
  .stockinfoBlock .procedure {
    background-color: #f4c300;
    background-image: url(../img/img-procedure.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: -1px -1px 0 0 #b28e00 inset;
            box-shadow: -1px -1px 0 0 #b28e00 inset;
    display: block;
    height: 41px;
    margin: 10px 0 5px;
    text-indent: -999999px;
    width: 258px;
  }
  .stockinfoBlock table span {
    display: block;
    font-size: 12px;
    width: 258px;
  }
}