h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
    padding: 0;
}
a:hover,a:focus{
    text-decoration: none;
}
.csr_responsibility_banner img,.csr_responsibility_icon_box img{
    width: 100%;
}
.csr_responsibility_title{
    font-size: 24px;
    font-weight: bold;
    color: #CC0000;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    width: 90%;
    margin: 0 auto 50px auto;
    
}
.csr_responsibility_box,.csr_responsibility_video_box{
    margin-bottom: 50px;
}
.csr_responsibility_box>div{
    width: 32%;
    margin-left: 2%;
    
    border-bottom: none;
    margin-bottom: 2%;
}
.csr_responsibility_box>div:nth-child(3n+1){
    margin-left: 0;
}
.csr_responsibility_contents h3{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 24px;
}
.csr_responsibility_contents h3::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 24px;
    left: 0;
    top: 0;
}
.bg_red::before,.bg_red_p{
    background-color: #D24F58;
}
.bg_color2::before,.bg_color2_p{
    background-color: #F5834E;
}
.bg_color3::before,.bg_color3_p{
    background-color: #6F6AAA;
}
.bg_color4::before,.bg_color4_p{
    background-color: #008CAD;
}
.bg_color5::before,.bg_color5_p{
    background-color: #00AC7C;
}
.bg_color6::before,.bg_color6_p{
    background-color: #6BC067;
}
.csr_responsibility_contents{
    padding: 5%;
    border: 1px solid #DDDDDD;
    border-bottom: none;
}
.csr_customer_video_box .csr_responsibility_contents{
    border: none;
}
.csr_responsibility_contents p{
    color: #666666;
    line-height: 1.6;
}
.csr_responsibility_box_items>a>p{
    color: #fff;
    text-align: right;
    padding: 5px 5%;
}
.csr_responsibility_box_items>p{
    color: #fff;
}
.csr_responsibility_video_box img{
    width: 100%;
    display: block;
}
.csr_responsibility_video_box>div{
    width: 49%;
    margin-left: 2%;
}
.csr_responsibility_video_box2{
    justify-content: right;
}
.csr_responsibility_video_box2>div{
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%;
}
.csr_responsibility_video_box>div:nth-child(2n+1),.csr_responsibility_video_box2>div:nth-child(2n+1){
    margin-left: 0;
}
.csr_responsibility_contents_box{
    margin-bottom: 50px;
}

.csr_responsibility_contents_box>a{
    width: 32%;
    margin-left: 2%;
    padding: 20px;
    border: 1px solid #DDDDDD;
    margin-bottom: 2%;
    align-items: center;
}
.csr_responsibility_contents_box>a:nth-child(3n+1){
    margin-left: 0%;
}
.csr_responsibility_icon_box{
    width: 21.8%;
    text-align: center;
    margin-right: 5.2%;
}
.csr_responsibility_icon_box img{
    max-width: 100px;
}
.csr_responsibility_deatil_box{
    width: 73%;
}
.csr_responsibility_deatil_box h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.csr_responsibility_deatil_box p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.hover_csr:hover{
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear;
}
.hover_csr:hover p{
    color: #BF231F;
}
@media screen and (min-width: 975px) and (max-width: 1400px){
    .csr_responsibility_deatil_box h3{
        font-size: 20px;
    }
}
@media screen and (min-width: 975px){
    .csr_responsibility_contents p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: calc(1em * 3 * 1.5);
        min-height: calc(12px * 3 * 1.5);
    }
}
@media screen and (max-width: 974px){
    .new_common_tab a {
        width: 31%;
        margin-right: 2%;
    }
    .new_common_tab li, .new_common_tab a {
        border-right: 0px;
    }
    .csr_responsibility_title{
        width: 100%;
        text-align: left;
    }
    .csr_responsibility_box>div,.csr_responsibility_contents_box>a{
        width: 100%;
        margin-left: 0;
        margin-bottom: 6%;
    }
    

}