@charset "utf-8";
/*index*/
    .report_summary {
        position: relative;
    }
    .report_summary a{
        position: relative;
        padding-bottom: 150px;
        overflow: hidden;
        display: block;
        margin-bottom: 10px
    }
    .report_summary a:nth-last-of-type(1){
        margin-bottom: 0;
    }


    .report_summary a img.bg{
        position: absolute;
        width: 100%;
        height: auto;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transition: 0.5s;
    }
    .report_summary a:before{
        content:"";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        z-index: 1;
    }
        .report_summary a:after{
            content: "";
                display: inline-block;
                right: 20px;
                width: 15px;
                height: 15px;
                border-right: solid 2px #FFFFFF;
                border-bottom: solid 2px #FFFFFF;
                top: 50%;
                transform: translateY(-50%) rotate(-45deg);
                -webkit-transform: translateY(-50%) rotate(-45deg);
                z-index: 2;
                position: absolute;
            }


    .report_summary a p{
        color: #FFFFFF;
        font-size:2.0rem;
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 20px;
        z-index: 2;
        font-weight: bold;
    }

    .to-report-top a{
        position: relative;
        display: block;
        width: fit-content;
        margin: 0 auto;
        padding-right: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }



/*details*/
h1 span.sub{
    font-size: 1.5rem;
    display: block;
    color:#0a4faa;
    margin-bottom: 10px;
}

.sdgs-icon{
position: relative;
margin: 10px 0 0;
}

.sdgs-icon:after{
clear:both;
display: block;
width: 100%;
height: 0;
content:"";
}

.sdgs-icon img{
width: 60px;
float: left;
margin-right: 8px;
margin-bottom: 8px;
}

.sdgs-icon img:nth-last-of-type(1){
margin-right: 0
}

.link-list{
margin: 0;
}

.link-list li{
    padding-bottom: 0;
}
.list-bg{
background-color: #f2f2f2;
padding: 20px;
}

.list-bg h4,
.list-bg h5{
font-weight: bold;
}

ul.jacket{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.jacket li{
width: calc((100% - 40px)/3);
margin-right:20px;
margin-bottom: 20px;
}

ul.jacket li:nth-of-type(3n){
margin-right: 0;
}

ul.jacket li img.border{
    border:solid 1px #e8e8e8;
}

.youtube-box{
position: relative;
padding-bottom: 56.25%;
}

.youtube-box iframe{
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
}


.report-related{
position: relative;
}



.report-related ul li{
    position: relative;
    padding: 5px 0;
    font-weight: bold;
    color:#666666;
}

.report-related ul li a{
    display: block;
    color:#000000;
}

.report-related ul li.article{
padding-left: 10px;
}
.report-related ul li.article:before{
    content: "";
    display: inline-block;
    left: 0;
    width: 8px;
    height: 8px;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    top: 10px;
    position: absolute;
}


.copy{
color:#666666;
font-size: 0.8rem;
}


br.br-sp{
display: none;
}



@media screen and (min-width: 768px){
    .report_summary a:hover img.bg{
        width: 105%;
        max-width: 105%;
    }
}
@media screen and (max-width: 767px){
    .report_summary a{
        padding-bottom: 30%;
    }
    .report_summary a:after{
        width: 10px;
            height: 10px;
            right: 15px;
    }
    .report_summary a p{
        font-size: 1.5rem;
    }

    br.br-sp{
    display: block;
    }

    .sdgs-icon img{
        width: 45px;
    }


    .list-bg{
        padding: 15px;
    }

}
