/*----------
IR - common
----------*/
.ft-ir-menu{
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.ft-ir-menu .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 30px;
    width: calc(310 / 1000 * 100%);
    border: 1px solid #ddd;
    margin-right: calc(35 / 1000 * 100%);
    transition: color .5s;
}
.ft-ir-menu .each:nth-child(3n){
    margin-right: 0;
}
.ft-ir-menu .each:nth-child(n+4){
    margin-top: 35px;
}
.ft-ir-menu .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ft-ir-menu .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ft-ir-menu .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.ft-ir-menu .each:hover,
.ft-ir-menu .each.current{
    color: #fff;
}
.ft-ir-menu .each:hover:before,
.ft-ir-menu .each.current:before{
    width: calc(100% + 2px);
}
.ft-ir-menu .each:hover:after,
.ft-ir-menu .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.ft-ir-menu{
    margin-top: 60px;
}
.ft-ir-menu .each{
    padding: 10px 20px 10px 15px;
    width: calc(315 / 650 * 100%);
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(2n){
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(n+3){
    margin-top: 13px;
}
.ft-ir-menu .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ft-ir-menu .each p{
    font-size: 11px;
}


}


/*----------
IR - top
----------*/
.if-bnr{
    margin-bottom: 40px;
}
.ir-anchor{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.ir-anchor .each{
    position: relative;
    width: calc(226 / 1000 * 100%);
    margin-right: calc(32 / 1000  * 100%);
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
    padding-right: 20px;
    line-height: 1.2;
}
.ir-anchor .each:after{
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg);
}
.ir-anchor .each:nth-child(4n){
    margin-right: 0;
}
.ir-anchor .each:nth-child(n+5){
    margin-top: 40px;
}


.top-news{
    display: none;
    /* 後で消す */
}

.top-news{
    /* padding: 55px 0 80px; */
    padding-bottom: 50px;
}
.top-news .top-news-heading{
    text-align: center;
    margin-bottom: 40px;
}
.top-news .top-news-heading h2{
    position: relative;
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 13px;
}
.top-news .top-news-heading h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    background: #00b781;
}
.top-news .top-news-content{
    max-height: 20em;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.top-news .top-news-content::-webkit-scrollbar{
    width: 5px;
}
.top-news .top-news-content::-webkit-scrollbar-track{
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}
.top-news .top-news-content::-webkit-scrollbar-thumb{
    background: #777;
    border-radius: 5px;
    box-shadow: none;
}
.top-news .top-news-line{
    font-size: 16px;
    border-bottom: 1px dashed #969696;
    padding: 20px 0;
}
.top-news .top-news-line dl{
    display: flex;
}
.top-news .top-news-line .top-news-date{
    margin-right: 20px;
    color: #969696;
}
.top-news .top-news-line .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.top-news .top-news-line .tabs .tab {
    display: inline-block;
    padding: 6px 8px 4px;
    border: 1px solid #00b681;
    color: #00b681;
    border-radius: 6px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.top-news .top-news-link{
    text-align: right;
}
.top-news .top-news-link a{
    position: relative;
    padding-right: 25px;
}
.top-news .top-news-link a:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    top: calc(50% - 7px);
    right: 0;
    background: url(../../images/common/ico_arrow.svg) no-repeat center center;
    background-size: cover;
}


.top_newest_block .title{
    background: #00b681;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
.top_newest_block .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 40px;
    background: #f7f7f7;
}
.top_newest_block .content .each{
    position: relative;
    background: #fff;
    display: block;
    width: calc(50% - 20px);
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
    transition: .5s;
}
.top_newest_block .content .each:hover{
    background: #00b681;
    color: #fff;
}

.top_newest_block .content .ir-link-pdf:after{
    content: "";
    position: absolute;
    right: 24px;
    top: calc(50% - 9px);
    width: 14px;
    height: 18px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.top_newest_block .content .ir-link-mov:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    width: 19px;
    height: 14px;
    background: url(../../images/common/ico_mov.png) no-repeat center center;
    background-size: contain;
}

.top_contents_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top_contents_block01{
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_contents_block01 .blocktitle{
    margin: 0;
    width: calc(194 / 940 * 100%);
}
.top_contents_block01 .btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(836 / 940 * 100%);
}
.top_contents_block .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 30px;
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    transition: color .5s;
    background: #fff;
}
.top_contents_block .each:nth-child(n+3){
    margin-top: 20px;
}
.top_contents_block .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.top_contents_block .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.top_contents_block .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.top_contents_block .each:hover{
    color: #fff;
}
.top_contents_block .each:hover:before{
    width: calc(100% + 2px);
}
.top_contents_block .each:hover:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

.top_contents_block02{
    width: calc(50% - 20px);
    padding: 30px;
    background: #f7f7f7;
}
.top_contents_block02 .each{
    width: 100%;
}
.top_contents_block03{
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
}
.top_contents_block03 .each{
    width: calc(761 / 940 * 100%);
    margin-left: auto;
}


.top_basic_table{
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
}
.top_basic_table th{
    background: #f7f7f7;
    padding: 20px;
    width: 26%;
    border: 1px solid #ddd;
    text-align: left;
}
.top_basic_table td{
    padding: 20px;
    width: 74%;
    border: 1px solid #ddd;
}
.table_caution{
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
}
.table_caution span{
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
}
.table_caution span:before{
    position: absolute;
    left: 0;
    top: 0;
}
.table_caution .no01:before{
    content: "1. "
}
.table_caution .no02:before{
    content: "2. "
}
.table_caution .no03:before{
    content: "3. "
}
@media screen and (max-width: 768px){

.ir-anchor .each{
    position: relative;
    width: 47.5%;
    margin-right: 5%;
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
}
.ir-anchor .each:nth-child(4n){
    /* margin-right: 5%; */
}
.ir-anchor .each:nth-child(2n){
    margin-right: 0;
}
.ir-anchor .each:nth-child(n+3){
    margin-top: 30px;
}
.top-news .top-news-heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.top-news .top-news-content {
    margin-bottom: 30px;
}
.top-news .top-news-line {
    font-size: 14px;
    padding: 10px 0;
}
.top-news .top-news-line dl {
    display: block;
}
.top-news .top-news-line .top-news-date {
    margin-bottom: 10px;
}
.top-news .top-news-link {
    text-align: right;
}
.top-news .top-news-link a {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}
.top-news .top-news-link a:after {
    width: 8px;
    height: 10px;
    top: calc(50% - 5px);
}
.top_newest_block .content{
    display: block;
    padding: 15px 20px;
}
.top_newest_block .content .each{
    display: block;
    width: 100%;
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
}
.top_contents_block{
    display: block;
}
.top_contents_block01{
    display: block;
}
.top_contents_block01 .blocktitle{
    margin-bottom: 40px;
    width: 100%;
}
.top_contents_block01 .btns{
    display: block;
    width: 100%;
}
.top_contents_block .each{
    width: 100%;
    margin-top: 10px;
}
.top_contents_block .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.top_contents_block .each:hover{
    color: #fff;
}
.top_contents_block .each:hover:before{
    width: calc(100% + 2px);
}
.top_contents_block .each:hover:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

.top_contents_block02{
    width: 100%;
    margin-top: 20px;
    padding: 30px;
}
.top_contents_block03{
    width: 100%;
    margin-top: 20px;
    padding: 30px;
}
.top_basic_table{
    font-size: 12px;
}


}



/*----------
IR - securities
----------*/
.securities_block{
    display: flex;
    font-size: 14px;
}
.securities_block:nth-child(even){
    background: #f7f7f7;
}
.securities_block .yearly{
    width: 32%;
    padding: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
.securities_block .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 68%;
    padding: 20px 20px 10px 20px;
}
.securities_block .content li{
    line-height: 1.5;
    width: 48%;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
    .securities_block{
        font-size: 12px;
    }
    .securities_block .yearly{
        width: 30%;
        padding: 20px 10px 20px 20px;
        letter-spacing: 0.1em;
    }
    .securities_block .content{
        width: 70%;
        padding: 20px 20px 20px 10px;
    }

}

/*----------
IR - calendar
----------*/
.calendar_block{
    overflow-x: auto;
    margin-top: 100px;
}
.calendar_table{
    border-collapse: collapse;
    /* table-layout: fixed; */
    min-width: 800px;
    font-size: 14px;
    width: calc(100% - 2px);
}
.calendar_table .table_head th{
    background: #00b681;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.calendar_table .table_head th:nth-child(n+2){
    border-left: 1px solid #fff;
}
.calendar_table .quarter{
    width: 12%;
    background: #ddd;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    line-height: 1.5;
}
.calendar_table .month{
    width: 12%;
    background: #f7f7f7;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.calendar_table .content{
    width: 38%;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
}
.calendar_table .bordered{
    border-bottom: 1px solid #505050;
}
.calendar_table .bordered .month,
.calendar_table .bordered .content{
    border-bottom: none;
}

/*----------
IR - annual
----------*/
.annual_block{
    overflow-x: auto;
}
.annual_table{
    width: calc(100% - 2px);
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 800px;
}
.annual_table_en{
    min-width: 300px;
}
.annual_table .table_head th{
    background: #545454;
    color: #fff;
    padding: 12px 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.annual_table .table_head th:nth-child(1){
    width: 20%;
}
.annual_table .table_head th:nth-child(2){
    width: 20%;
}
.annual_table .table_head th:nth-child(n+3){
    width: 30%;
}
.annual_table .table_head th:nth-child(n+2){
    border-left: 1px solid #fff;
}
.annual_table td {
    font-size: 14px;
}
.annual_table .year{
    background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.annual_table .term{
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.annual_table .content{
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

/*----------
IR - notice
----------*/
.notice_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.notice_block .each{
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 40px 20px 20px;
    width: 49%;
    font-size: 14px;
}
.notice_block .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.notice_block .each:nth-child(n+3){
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .notice_block{
        display: block;
    }
    .notice_block .each{
        border: 1px solid #ddd;
        padding: 20px 40px 20px 20px;
        width: 100%;
        font-size: 12px;
    }
    .notice_block .each:nth-child(n+2){
        margin-top: 20px;
    }

}

/*----------
IR - account
----------*/
.account_block{
    padding: 40px;
    border: 3px solid #f7f7f7;
}
.account_block:nth-child(n+2){
    margin-top: 60px;
}
.account_block button{
    position: relative;
    display: block;
    font-size: 18px;
    padding-left: 14px;
    border-left: 4px solid #00b681;
    width: 100%;
    text-align: left;
}
.account_block button:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background-color: #00b681;
}
.account_block button:before{
    content: "";
    position: absolute;
    right: 9px;
    top: calc(50% - 10px);
    width: 2px;
    height: 20px;
    background-color: #00b681;
}
.account_block button.on:before{
    content: none
}
.account_block .content{
    overflow-x: auto;
    display: none;
}
.account_block .content.on{
    display: block;
    margin-top: 30px;
}
.account_table{
    table-layout: fixed;
    width: calc(100% - 2px);
    border-collapse: collapse;
    /* min-width: 800px; */
    font-size: 14px;
}
.account_table th{
    background: #ddd;
    text-align: center;
    padding: 12px 10px 10px;
}
.account_table td {
    line-height: 1.4;
}
.account_table .title{
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    width: calc(920 / 320 * 100%);
    vertical-align: middle;
}
.account_table .desc{
    padding: 20px;
    border: 1px solid #ddd;
    width: calc(600 / 320 * 100%);
    vertical-align: middle;
}
.account_table .desc a.link-pdf {
    margin-right: 1.5em;
}
@media screen and (max-width: 768px){
    .account_block {
        padding: 20px;
    }
    .account_block button{
        font-size: 14px;
    }
    .account_table .title,
    .account_table .desc {
        padding: 20px 15px;
    }
    .account_table .desc a + a {
        margin-top: 0.5em;
    }
    .account_table .desc a.link-pdf {
        margin-right: 0;
    }
}
