@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;
}

/*-------------------------
  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;
}

.lastUpdate{
    top: -2em;
}

#calendar_icon::before {
    content: "";
    position: absolute;
    top: 55%;
    left: -5px;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    background: url(/en/common/img/com_other_ic60.png) no-repeat 0 0;
}

p.exText{
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    text-align:right;
}

/* ===== PC対応 ===== */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
    .range2Col.wType02.pc-only > .twoThirds {
        width: 100% !important;
    }
    .range2Col.wType02 > .twoThirds {
        height: auto !important;
    }
    .range2Col.wType02 > .twoThirds + .col {
        height: auto !important;
    }
}

/* ===== スマホ対応 ===== */
@media only screen and (max-width: 768px){
    .pc-only {
        display: none;
    }

    p.exText{
        text-align:left;
        font-size: 1.1rem;
    }

    .ir_top .wrapper {
        padding: 20px 20px 40px;
        background: url("/ja/img/ir_top_back.jpg") no-repeat center center / cover;
    }
    .ir_top .icon {
        width: 60px;
        height: 60px;
    }
    .ir_top .wrapper h1.headline01{
        padding-bottom:20px;
    }
}

/*-------------------------
  決算公表テキスト
-------------------------*/
.ir_top .grid_btn p.fs-date{
    display: inline-block;
    width: calc(100% / 6);
    position: absolute;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
    margin-left: -8.3%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: 0px 0px 4px #000;
}
/* アイコン */
.ir_top .icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 10px;
}

.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: 1;
}
.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: 16px;
    font-size: 1.6rem;
}
.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){
    .ir_top .grid_btn p.fs-date{
        margin-top: -30px;
        width: 40vw;
        font-size: 0.8rem;
        margin-left: -20vw;
    }
    
    .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(2) a p.line-h .textSmall{
        margin-bottom:100px;
    }

    .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,
    .ir_top .colWrap .boxType02{
        width: calc(100% + 20px);
        position: relative;
        margin-left: -10px;
    }
}

/*-------------------------
  業績ハイライト
-------------------------*/
.irtop-per {
    border-top: 1px solid #d4d8e0;
    border-bottom: 1px solid #d4d8e0;
    background-color: #eef0f4;
    text-align: center;
    padding: 40px 20px;
}

.irtop-per h2.headline08{
    font-weight:400;
}
.irtop-per h2.headline08 span.textSmall{
    font-weight:normal;
    font-size: 15px;
    font-size: 1.5rem;
}

.irtop-per .btnType01.noArrowType a > span{
    font-weight:bold;
}

.irtop-per-imgwrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 2.5em !important;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.irtop-per-imgbox {
    width: calc(22% - 60px);
    background: #fff;
    padding: 20px 0 30px;
    border: 1px solid #d4d8e0;
}
.irtop-per-imgbox h4{
    padding-top: 40px;
    background: url(/ja/img/icon_graph.png) no-repeat 50% 0;
    background-size: 30px auto;
    font-size: 14px;
    line-height: 1.3;
    height: 65px;
}
.irtop-per-imgbox h4.line2{
    font-size: 16px;
    padding-top: 45px;
    height: 90px;
}
.irtop-per-imgbox p{
    color: #001B4D;
}
.irtop-per-imgbox p.num{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.irtop-per-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {
    .irtop-per-imgbox {
        padding: 20px 0;
        width: 100%;
    }
}
