@charset "utf-8";

#globalContents{
    max-width: 100%;
    padding: 0 0 100px;
}
#globalContents > .noSide #main {
    max-width: 100%;
}
#globalContents .inner-wrap,#globalContents .colWrap,#globalContents h1.headline01{
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

/* for IR TOP */
  .ir_top .bnrList li .playIcon .img > span:after {
      width: 52px;
      height: 52px;
      margin: -26px 0 0 -26px;
      background: url(/ja/common/img/com_other_ic11_3.png) no-repeat 0 0;
      background-size: 52px;
  }
    .ir_top .wrapper {
        margin-top:20px;
        padding: 30px 40px 60px;
        background: url("/ja/img/ir_top_back.jpg") no-repeat center center / cover;
    }
    /* グリッド（PCは3列） */
    .ir_top .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

/* 決算公表テキスト */
.ir_top .grid_btn p.fs-date{
    display: inline-block;
    width: calc(100% / 6);
    position: absolute;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: 0px 0px 4px #000;
	min-width: 250px;
    /*margin-left: -8.3%;*/
	margin-left: -125px;
}
@media screen and (min-width: 1300px) {
.ir_top .grid_btn p.fs-date{
   margin-left: -8.3%
}
}
    /* カード全体 */
    .ir_top .card {
        text-decoration: none !important;
        color: #fff;
        text-align: center; /* ← 全テキスト中央揃え */
     }
    /* 青いボックス */
    .ir_top .card-inner {
        background: #174a97;
        border: 2px solid #fff;
        padding: 10px 20px;
        display: flex;
        flex-direction: row; /* 横並び */
        align-items: center;     /* 中央揃え */
        justify-content: center;
        gap: 15px;
        transition: 0.3s;
    }

    /* ホバー */
    .ir_top .card:hover .card-inner {
        background: #3763b4;
    }
     /* アイコン */
    .ir_top .icon {
        width: 70px;
        height: 70px;
        object-fit: contain;
        padding: 10px;
    }
    /* メインテキスト */
    .ir_top .main-text {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
         color: #fff;
    }
    /* 下テキスト */
    .ir_top .sub-text {
        margin: 12px 0 0;
        font-size: 16px;
        color: #fff;
    }
    /* ===== スマホ対応 ===== */
    @media (max-width: 768px) {
    .ir_top .wrapper {
        padding: 20px 20px 40px;
        background: url("/ja/img/ir_top_back.jpg") no-repeat center center / cover;
    }
    .ir_top .grid {
        grid-template-columns: 1fr; /* 1列表示 */
        gap: 25px;
    }
    .ir_top .card-inner {
        padding: 25px 15px;
    }
    .ir_top .icon {
        width: 60px;
        height: 60px;
    }
    .ir_top .main-text {
        font-size: 16px;
    }
    .ir_top .sub-text {
        font-size: 14px;
    }
    .ir_top .wrapper h1.headline01{
        padding-bottom:20px;
    }
    }

.lastUpdate{
    top: -2em;
}
p.exText{
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    text-align:right;
}
@media only screen and (max-width: 768px){
    p.exText{
    text-align:left;
    font-size: 1.1rem;
    }
}

.inner-wrap h1.headline01{
    color:#fff;
    text-shadow:0px 0px 4px #000;
}

.inner-wrap ul.grid_btn{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}
.inner-wrap ul.grid_btn li{
    width: calc(100% / 6);
}
.inner-wrap ul.grid_btn li a{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 1.3em 0 2em;
    background: rgba(0, 27, 77, 0.85);
    height: 165px;
    vertical-align: middle;
    border: 1px solid #fff;
}
.inner-wrap ul.grid_btn li a:hover{
    background-color: rgba(23, 62, 134, 0.85);
}
.inner-wrap ul.grid_btn li+li a{
    border-left: none;
}
.inner-wrap ul.grid_btn li a span.icon,
.inner-wrap ul.grid_btn li a p{
    width: 100%;
}
.inner-wrap ul.grid_btn li a p.line-h{
    line-height: 0.8;
}
.inner-wrap ul.grid_btn li a p.line-h .textSmall{
    margin-top: 10px;
    display: block;
}
.inner-wrap ul.grid_btn li a .line{
    display: inline-block;
    width: 25px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    background-color: #ccc;
}
.inner-wrap ul.grid_btn li a p{
    font-size: 18px;
    font-size: 1.8rem;
}
.inner-wrap ul.grid_btn li a span.icon{
    height: 60px;
}
.inner-wrap ul.grid_btn li a span.icon img{
    width: 35px;
    height: auto;
}
.inner-wrap ul.grid_btn li:first-child a{
    border-radius: 7px 0 0 7px;
}
.inner-wrap ul.grid_btn li:last-child a{
    border-radius: 0 7px 7px 0;
}

@media only screen and (max-width: 960px){
    .inner-wrap ul.grid_btn li a p{
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px){
    .inner-wrap ul.grid_btn li{
        width: calc(100% / 2);
    }
    .inner-wrap ul.grid_btn li a {
        height: 140px;
        padding: 1em 0 2em;
        border-top: 1px solid #fff;
    }
    .inner-wrap ul.grid_btn li:first-child a{
        border-radius: 7px 0 0 0;
        border-bottom: none;
    }
    .inner-wrap ul.grid_btn li:nth-child(2) a{
        border-radius: 0 7px 0 0;
        border-bottom: none;
    }
    .inner-wrap ul.grid_btn li:nth-child(5) a{
        border-radius: 0 0 0 7px;
        border-left: 1px solid #fff;
        border-top: none;
    }
    .inner-wrap ul.grid_btn li:last-child a{
        border-radius: 0 0 7px 0;
        border-top: none;
    }
    .inner-wrap ul.grid_btn li:nth-child(3) a{
        border-left: 1px solid #fff;
    }
    .inner-wrap .headline01 + * {
        margin-top: 0 !important;
    }

    .ir_top .wrapper,
    .ir_top .irtop-per{
        width: calc(100% + 20px);
        position: relative;
        margin-left: -10px;
    }

	.inner-wrap ul.grid_btn li:nth-child(2) a p.line-h .textSmall{
       margin-bottom:100px;
    }
    .ir_top .grid_btn p.fs-date{
        margin-top: -30px;
        width: 40vw;
        font-size: 0.8rem;
        margin-left: -20vw;
		min-width:auto;
    }
}

/* =====================
   IR下部レイアウト
===================== */
.layout {
    grid-template-columns: 2fr 1fr;
    display: grid;
    column-gap: 40px;
/* PCレイアウト */
grid-template-areas:
    "box1 box2"
    "box3 box2"
    "box4 box2"
    "box5 box2";
}
/* エリア割当 */
.box1 { grid-area: box1; }
.box2 { grid-area: box2; }
.box3 { grid-area: box3; }
.box4 { grid-area: box4; }
.box5 { grid-area: box5; }

.box1 .boxType05 > .boxTitle > .icon {
    width: 11.2%;
}
.box1 .boxType05 > .boxInner {
    padding: 3.82% 3.69%;
}
.box2 .boxType05 > .boxInner {
    padding: 8.06% 10.75%;
}
.box1 .boxType05,
.box2 .col .btnType06,
.box1 .boxType05 ul.linkType01,
.box2 .boxType05 ol.listType03 {
    margin-top: 0;
}
.box4 .boxPlugin {
    margin-top: 2em;
}

@media (max-width: 768px) {
    .layout {
        grid-template-columns: 1fr;
        gap: 0px;

        /* スマホ縦並び */
        grid-template-areas:
        "box1"
        "box2"
        "box3"
        "box4"
        "box5"
    }
    .box1 .boxType05 > .boxTitle > .icon {
        width: 25.25%;
    }
    .box2 .boxType05 > .boxInner {
        padding: 10px;
    }
    .box2 .col .btnType06 {
        margin-top: 1.5em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .box3 figure {
        max-width: 200px;
    }
}