@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */

/* -----------------------------------------------------------
 CSR
----------------------------------------------------------- */

.csr_report_box {
    border: 1px solid #123280;
    background-color: #ffffff;
    width: 100%;
}

a:link.pdf_download {
	color: #fff;
    background: #337ED5;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;}


a.dl {
    background: #337ED5;
    color: #fff;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.csr_report_cover img, .csr_backnumber ul li img{
    filter: drop-shadow(3px 3px 3px #aaa);
}

.csr_contents_table thead th {
    background: none;
}

h2.blueLeft {
    border-left: 7px solid #2366B4;
    padding-left: 20px;
}

h2.txt.blueLeft span {
    font-size: 1.8rem;
        position: static;
    left: 0;
    top: 40px;
    display: block;
    margin-top: 10px;
}
section.csr_backnumber ul li a.dl img {
    filter: none !important;
}
h2.txt.blueLeft {
    position: relative;
    width: 100%;
}

section.csr_backnumber ul {
    display: flex;
    justify-content: left;
    margin-top: 50px;
}

section.csr_backnumber ul li {
    margin-right: 80px;
    text-align: center;
}

section.csr_backnumber ul li img {
    margin: auto;
    margin-bottom: 20px;
}


section.csr_backnumber ul li img.dl {
    margin-left: 15px;
}

a.dl img {
    display: inline-block;
    vertical-align: text-top;
    padding-left: 5px;
}

section.permission_sec.climate_change {
    background: #EBF8FF;
}

#lower.permit .permission_sec {
    margin-inline: calc(50% - 50vw);
    padding: 0px 15.61vw 12vw 15.625vw;
    background: rgb(235, 248, 255);
}

.climate_change .service_single_sec {
    padding: 0;
}
.climate_change .service_single_sec .head_contents {
    padding: 0;
}

#lower.permit .permission_sec {
    padding-bottom: 100px;
    padding-top: 100px;
}


a.tcfd {
    background: #fff;
    color: #337ED5;
    width: 100%;
    display: block;
    height: 90px;
    line-height: 90px;
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
}

#top .area_sec span.area {
    background: #337ED5;
    border-radius: 20px;
    padding: 10px 20px;
}


@media screen and (max-width:1080px){
#top .area_sec {
    display: none;
}
#top .strengths_sec .strengths_cont .strengths_box .strengths_list .strengths_list_in > section a .strengths_head .strengths_num {
    font-size: 10rem;
}
}


@media screen and (max-width: 810px){

.main_sec .main_content .catchphrase {
        width: 90%;
	font-size: 2.6rem;
    }


section.csr_backnumber ul li {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.dl {
    font-size: 11px;
}

section.csr_backnumber ul li p {
    font-size: 14px;
}

}




@media screen and (max-width: 500px){


section.csr_backnumber ul {
    width: 100%;
    display: block;
}

section.csr_backnumber ul li {
    width: 100%;
    display: block;
    clear: both;
}

a.dl {
    max-width: 182px;
    margin: auto;
    margin-bottom: 40px;
        margin-top: 10px;
}
}