.pc_col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px; 
}
.pc_col2-item {
  width: 48%;
}
.pc_col2 .flex {
  justify-content: flex-start;
}
.post_date {
    width: 110px;
}
.post_title {
    width: calc(100% - 110px);
    padding-right: 12px;
}

.ir_presentation_item_title {
    margin-top: 0;
    margin-bottom: 20px;    
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5;
}
.ir_presentation_item +.ir_presentation_item {
    margin-top: 40px;
}

.logo_container{
    margin-top: 40px;
    padding: 0 140px;
}

.logo_wrap{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-bottom: 0;
    flex-direction: inherit;
}

.logo_wrap .logo_wrap_item{
    height:100%;
    margin:0 10px;
}
.logo_link_wrap + .logo_link_wrap{
    margin-top:0;
}
.logo_link_wrap{
    margin-top:30px;
}

.logo_wrap_text,
.logo_link_wrap{
    font-size:12px;
    line-height:1.5;
}

.logo_link_wrap + .logo_link_wrap{
    margin-bottom:50px;
    margin-top:0;
}

.ir_presentation{
    margin-bottom: 50px;
}

.ir_reports{
    text-align: center;
    margin-bottom: 50px;
}

.ir_reports_thumbnail img{
    max-width: 405px;
    max-height: 424px;
    width: 100%;
}

.ir_reports a{
    position: relative;
    display: inline-block;
    transition: .3s;
}

.ir_reports a:hover{
    opacity: .7;
}

.ir_reports__text{
    color:#fff;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    margin:auto;
    transform: translateY(-50%);
    font-size: 26px;
}

.read_text{
    margin-bottom: 50px;
}

.download{
    margin-top:25px;
    margin-bottom: 100px;
}

a.download_btn{
    display: inline-block;
    font-size: 16px;
    min-width: 320px;
    min-height: 50px;
    padding: 14px 30px 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #343d45;
    color: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3;
    color:#fff;
    text-decoration: none;
}

a.download_btn.pdf:after{
    content:"PDF";
    padding: 1px 3px;
    font-size: 10px;
    border:solid 1px #fff;
    margin-left:15px;
}

.download_btn:hover{
    background-color: #0a847b;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.contents h3{
    border-bottom: 1px solid #016058;
    padding-bottom: 16px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    font-size: 26px;
    text-align: center;
}

.contents h4{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: left;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: bold;
}

a.contents_download.pdf{
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color:#000;
}

a.contents_download.pdf:hover{
    text-decoration: none;
    cursor: pointer;
    color:#0a847b;
}

a.contents_download.pdf:hover:after{
    border:solid 1px #0a847b;
}

a.contents_download.pdf:after{
    content:"PDF";
    padding: 1px 3px;
    font-size: 10px;
    border:solid 1px #000;
    margin-left:15px;
}

.contents_list li {
    line-height: 1.4;
    margin-bottom: 8px;
}


@media screen and (max-width: 768px) {
    .pc_col2 {
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .pc_col2-item {
        width: 100%;
    }
    .pc_col2 > .pc_col2-item + .pc_col2-item {
        margin-bottom: 30px;
    }
    .post_date {
        width: 100%;
    }
    .post_title {
        width: 100%;
        padding-right: 0;
    }
    .ir_presentation_item{
        text-align: center;
    }
    .ir_presentation_item_title {
        font-size: 1.8rem;
    }
    .ir_reports{
        margin-top: 50px;
    }
}

@media screen and (max-width: 479px) {
    .logo_wrap{
        padding:0 20px;
        margin-top:30px;
        flex-direction:inherit;
        text-align: center;
    }
    .logo_wrap+.logo_wrap{
        margin-top:0;
    }
    .logo_wrap .logo_wrap_item{
        width: 50%;
        margin:0;
    }
    .logo_wrap:not(.--ftse) .logo_wrap_item:nth-child(1){
        width: 220px;
    }
    .logo_wrap:not(.--ftse) .logo_wrap_item:nth-child(2){
        width: 80%;
    }
    .logo_wrap:not(.--ftse){
        display:block;
        margin-top:10px;
    }
    .logo_container{
        padding: 0;
    }
    .ir_reports{
        margin-bottom: 25px;
    }

}