@charset 'UTF-8';
/* Slider */

#company_csr_index .csr_index h2.no_deco {
border-left-width: 0;
padding-left: 0; 
}

#company_csr_index .csr_topics_ttl {
position: relative;
}

#company_csr_index .csr_topics_ttl_list {
    position: absolute;
    right: 0;
    bottom: 10%;
    display: flex;
    align-items: center;
}
#company_csr_index h3[class^="sdgs-"]{
    font-size: 2.0rem;
    text-align: center;
	font-family: "TBUDゴシック B", "TBUDGothic B";
}
#company_csr_index .sdgs-13 {
    color:#407936;
}
#company_csr_index .sdgs-09 {
    color:#ec6a06;
}
#company_csr_index .sdgs-17 {
    color:#023067;
}
.sdgs-ico{
    display: flex;
    justify-content:center;
    align-items: flex-start;
}
.sdgs-ico img{width:110px; margin: 20px;}
#company_csr_index .csr_topics-txt_box {
	position: relative;
}
#company_csr_index .csr_topics-txt_box-pdf {
	position: absolute;
    bottom: 0;
    right: 0;
}
@media print, screen and (min-width: 767.5px) {
.u-pc-wd40p {
    width: 40%;
}

.u-pc-wd53p {
    width: 53%;
}
}

.new {
    padding: 2px 4px;
    margin-left: 5px;
    background-color: #e8380d;
    font-size: 0.7em;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
}
@media (max-width: 767.5px) {
#company_csr_index h3[class^="sdgs-"]{
    margin-top:30px;
}
}