@charset "utf-8";


/* secCmnTit */
.secCmnTit{
    background: url(../img/ir/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/ir/bgCmnTit_sp.jpg) center top / cover;
    }
}

/* footer */
#footer{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    #footer{
        margin-top: 50px;
    }
}

/* .secList */

.secList{
    position: relative;
    z-index: 100;
    padding: 0 0 80px 0;
}
.secList::before{
    content: " ";
    background: rgb(32, 33, 36);
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.secList .list{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content:center;
}

.list .item{
    padding-top: 81px;
    width: 31.25%;
    margin-right:40px;
}
.list .item:nth-child(3){
    margin-right: 0;
}
.list .item:nth-child(n+4){
    padding-top: 50px;
}
.list .item:last-child{
    margin-right:0px;
}
.secList .list .imgR {
    border-radius: 4px;
}
@media only screen and (max-width:767px){
    .secList{
        padding-bottom: 30px;
        height: 100%;
    }
    .secList::before{
        z-index: 0;
        height: 100%;
        width: 100%;
    }
    .secList .list{
        display: block;
        flex-wrap: wrap;
    }
    .list .item{
        padding-top: 32px;
        width: 100%;
        margin-right: 0;
    }
    .list .item:nth-child(4){
        margin-right: 0%;
    }
    .list .item:nth-child(2n){
        margin-right: 0;
    }
    .list .item:nth-child(n+3){
        padding: 0;
    }
    .list .item:nth-child(n+2){
        padding-top: 20px;
    }
    .list .item:last-child{
        padding-bottom: 30px;
    }
}

.cmnTitBox{
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.cmnTitBox:nth-child(2){
    margin-top: 100px;
}
.cmnTitBox .tit{
    width: 550px;
    height: 200px;
    font-size: 52px;
    padding-top: 88px;
    background: #fff;
    position: relative;
    z-index: 10;
    letter-spacing: 3px;
}
.isDesktopIpad .cmnTitBox .tit{
    bottom: -1px;
}
.cmnTitBox .boxImg{
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    z-index: 0;
}
.mainItem:nth-child(n+2){
    margin-top: 100px;
}

/* .secBox */
.secBox{
    margin-top: 102px;
    position: relative;
}

.secBox .settlementList{
    margin-top: 61px;
    z-index: 0;
}
.settlementList .item{
    background: #f5f5f5;
}
.settlementList .innerItem{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 5px) left bottom / 5px 1px repeat-x;
    width: 1180px;
    margin:  0 auto;
}
.settlementList .innerItem:last-child{
    background: none;
    padding-bottom: 25px;
}
.settlementList .itemTit{
    background: #444444;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 25px 28px;
    position: relative;
    z-index: 0;
    margin-top: 2px;
    letter-spacing: 1px;
}
.settlementList .itemTit::before{
    content: '';
    position: absolute;
    right: 42px;
    top: 23px;
    width: 2px;
    height: 24px;
    z-index: 1000;
    background: #fff;
}
.settlementList .itemTit.opened::before{
    display: none;
}
.settlementList .itemTit::after{
    content: '';
    position: absolute;
    right: 31px;
    top: 34px;
    width: 24px;
    height: 2px;
    z-index: 100;
    background: #fff;
}

.settlementList .categoryTit{
    font-size: 16px;
    border: #444444 solid 1px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px 50px 26px 0px;
    text-align: center;
    padding: 5px;
}
#irNews .settlementList .categoryTit{
    border: none;
}
.settlementList .innerList{
    display: none;
}
.settlementList .innerItem{
    display: flex;
    align-items: center;
    min-height: 84px;
}
.settlementList .link{
    font-size: 16px;
    line-height: 1.5;
    color: #1e88e5;
    position: relative;
}
.settlementList .link + .link{
        margin-left: 40px;
}
.settlementList .linkWrapper{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    padding: 10px 0;
}
#report .settlementList .linkWrapper{
    padding-bottom: 0;
}
#report .settlementList .link{
    margin-right: 50px;
    margin-bottom: 10px;
}
.settlementList a.link::before{
    position: absolute;
    content: '';
    display: block;
    left: -20px;
    top: 3px;
    width: 15px;
    height: 18px;
    background: url(../img/ir/imglistItem01.png) center top / cover no-repeat;
}

@media only screen and (max-width:767px){
    .cmnTitBox{
        height: 140px;
    }
    .cmnTitBox:nth-child(2){
        margin-top: 50px;
    }
    .cmnTitBox .tit{
        width: 100%;
        height: 140px;
        font-size: 28px;
        padding-top: 83px;
        background: none;
        z-index: 10;
        color: #fff;
        left: 3%;
        letter-spacing: 3px;
    }
    .mainList .mainItem:nth-child(3) .tit{
        padding-top: 102px;
        letter-spacing: 3px;
    }
    .cmnTitBox .boxImg{
        position: absolute;
        top: 0;
        right: calc(0%);
        z-index: 0;
    }


    .mainItem:nth-child(n+2){
        margin-top: 50px;
    }
    .secBox{
        margin-top: 50px;
        position: relative;
    }
    .secBox .settlementList{
        margin-top: 22px;
    }
    .mainList .mainItem:nth-child(3) .settlementList{
        margin-top: 41px;
    }
    .settlementList .item{
        background: #f5f5f5;
    }
    .settlementList .innerItem{
        width: 88.401%;
        min-height: auto;
        margin:  0 auto;
    }
    .settlementList .itemTit{
        background: #444444;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 15px 0 15px 13px;
        position: relative;
        z-index: 0;
        margin-top: 2px;
        letter-spacing: 1px;
    }
    .settlementList .itemTit::before{
        content: '';
        position: absolute;
        right: 27px;
        top: 15px;
        width: 1px;
        height: 15px;
        z-index: 1000;
        background: #fff;
    }
    .settlementList .itemTit::after{
        content: '';
        position: absolute;
        right: 20px;
        top: 22px;
        width: 15px;
        height: 1px;
        z-index: 100;
        background: #fff;
    }
    
    .settlementList .categoryTit{
        font-size: 13px;
        border: #444444 solid 1px;
        width: 80px;
        height: auto;
        margin: 15px 0 13px 0;
    }
    
    .settlementList .innerItem{
        display: block;
        padding-bottom: 17px;
    }
    .settlementList .link{
        font-size: 13px;
        color: #1e88e5;
        position: relative;
        margin-left: 0;
        padding-left: 15px;
    }
    .settlementList .link + .link{
        margin-left: 20px;
    }
    #report .settlementList .linkWrapper{
        padding-bottom: 0;
    }
    #report .settlementList .link{
        margin: 0 20px 10px 0;
    }
    .settlementList .linkWrapper{
        margin-top: 10px;
        width: 100%;
        padding: 0;
    }
    .settlementList a.link::before{
        width: 12px;
        height: 15px;
        left: 0;
    }
    #irNews .settlementList a.link::before {
        position: absolute;
        content: '';
        display: block;
        left: 0px;
        top: 2px;
        width: 15px;
        height: 18px;
        background: url(../img/ir/imglistItem01.png) center top / cover no-repeat;
    }
    #irNews .settlementList .link {
        font-size: 13px;
        color: #1e88e5;
        position: relative;
        margin-left: 0;
        padding-left: 20px;
        display: block;
        line-height: 20px;
    }
}

.secPolicy{
    margin-top: 60px;
}
.secPolicy .title{
    font-size:25px ;
    padding-bottom: 20px;
}
.secPolicy .text{
    font-size:15px ;
    line-height: 2;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0 56px;
    letter-spacing: 1px;
}
.secPolicy .text:last-child{
    padding-bottom: 0;
}
@media only screen and (max-width:767px){
    .secPolicy{
        margin-top: 20px;
    }
    .secPolicy .title{
        font-size:16px ;
        padding-bottom: 10px;
    }
    .secPolicy .text{
        font-size:12px ;
        border-top: 1px solid #e5e5e5;
        padding: 8px 0 24px;
        letter-spacing: 0.5px;
    }
}
@media only screen and (max-width:359px){
    .secPolicy .title{
        font-size:14px ;
    }
}
.financialList{
    display: flex;
    margin-top: 78px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.financialList .financialItem{
    width: calc((100% - 80px) / 2);
}
.financialList .financialItem:nth-child(2n){
    margin-left: 80px;
}
.financialList .financialItem:nth-child(n+3){
    margin-top: 57px;
}
.financialList .flextxt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financialList .flextxt .financialTit{
    font-size: 22px;
    padding-left: 26px;
}
.financialList .flextxt .financialUnit{
    font-size: 15px;
    margin-top: 6px;
}
.financialList .itemInner{
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .financialList{
        display: flex;
        margin-top: 20%;
        flex-wrap: wrap;
        margin-bottom: 47px;
    }
    .financialList .financialItem{
        width:100%;
    }
    .financialList .financialItem:nth-child(2n){
        margin-left: 0;
    }
    .financialList .financialItem:nth-child(n+2){
        margin-top: 23px;
    }
    .financialList .financialItem:nth-child(n+3){
        margin-top: 18px;
    }
    .financialList .financialItem:nth-child(n+6){
        margin-top: 15px;
    }
    .financialList .financialItem:nth-child(7){
        margin-top: 17px;
    }
    .financialList .financialItem:nth-child(8){
        margin-top: 19px;
    }
    .financialList .flextxt{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .financialList .flextxt .financialTit{
        font-size: 14px;
        padding-left: 0;
    }
    .financialList .flextxt .financialUnit{
        font-size: 10px;
        margin-top: 6px;
    }
    .financialList .itemInner{
        margin-top: 8px;
    }
}
@media only screen and (max-width:375px){
    .financialList{
        margin-top:16px;
    }
}
.spImgBox{
    position: absolute;
    content: "";
    top: 0; 
}