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_content {
  position: relative;
  font-size: 16px;
  margin-bottom: 60px;
}
.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_title_blue {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px auto;
  color: #40599b;
}
.csr_responsibility_content .row h3 {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  margin: 2% 0 1%;
  /* color: #40599b; */
}
.csr_responsibility_content .img_box {
  text-align: center;
  width: 100%;
}
.csr_responsibility_content .img_box img {
  width: 100%;
}

.csr_responsibility_content h3::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 22px;
  left: 0;
  top: 0;
  background: #40599b;
}
.csr_responsibility_content .row p {
  font-size: 16px;
  line-height: 1.5;
}

.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: #f47a4c;
}
.bg_color3::before,
.bg_color3_p {
  background-color: #d1232a;
}
.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: #40ad49;
}
.bg_color7::before,
.bg_color7_p {
  background-color: #43599b;
}
.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;
  font-size: 14px;
}
.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 h4 {
  font-size: 18px;
  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 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.hover_csr:hover p {
  color: #bf231f;
}
.csr_responsibility_content p {
  color: #666666 !important;
  line-height: 1.6 !important;
}

.flex-img-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

@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%;
  }
}
@media screen and (max-width: 768px) {
  .img_box img {
    max-width: 100% !important;
  }
}
