.csr__flex {
    display: flex;
    margin-top: 48px;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .csr__flex {
        margin-bottom: 100px;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .csr__flex {
        margin-bottom: 40px;
    }
}
.hs__section1.csr{
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hs__section1.csr{
  padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .hs__section1.csr{
  padding-bottom: 70px;
  }
}
.csr__left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
    .csr__left {
        width: 100%;
        padding: 0;
    }
}
.csr__right {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .csr__right {
        margin-top: 40px;
                width: 100%;
    }
}
.csr__example{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* justify-content: space-around; */
}
.csr__example_unit{
  display: flex;
width: 48.8%;
  background-color: #fff;
  color: #6A8064;
  height: 90px;
align-items: center;
text-decoration: none;
border: 1px solid #6A8064;
border-radius: 5px;
position: relative;
font-size: 18px;
}
.csr__example_unit:nth-child(2n-1){
  margin-right: 10px;

}
@media screen and (max-width:1120px) {
  .csr__example_unit:nth-child(2n-1){
margin-right: 0;
  }
}

.csr__example_unit:nth-child(2n){
  margin-left: 10px;

} 
@media screen and (max-width:780px) {
.csr__example_unit:nth-child(2n){
  margin-left: 0;

} 
}
 .csr__example_unit:nth-child(1){
margin-bottom: 15px;
}
.csr__example_unit:nth-child(2){
margin-bottom: 15px;
} 
@media screen and (max-width: 780px) {
.csr__example_unit:nth-child(3){
margin-bottom: 15px;
}
}
@media screen and (max-width: 780px) {
  .csr__example_unit{
    width:100%;
  }
}
@media screen and (max-width: 780px) {
.csr__example_unit{
      height: 50px;
      font-size:14px;
}
}

.csr__example_unit:after{
  content: '';
	position:absolute;
	right: 20px;
	/* top: 50%; */
	width: 20px;
  /* transform: translatey(-50%); */
	height: 20px;
	background-image: url(../img/csr/arrow.png);
  background-size: cover;
  transform: translatex(-50%);
}


.csr__example_unit img {
  width:58px;
  height: 58px;
      padding-left: 40px;
    padding-right: 20px;

}
@media screen and (max-width: 780px) {
  .csr__example_unit img {
        width: 30px;
    height: 30px;
  }
}
.csr__example_unit img.arrow{
width: 20px;
height: 20px;
}
.csr__sec{
  padding-top: 178px;
}
@media screen and (max-width: 780px) {
  .csr__sec{
  padding-top:140px;
}
}
@media screen and (max-width: 480px) {
  .csr__sec{
  padding-top: 100px;
}
}
.csr__sec p{
 font-size: 15px;
 font-weight: 300;
 margin: 0;
 letter-spacing: normal;
}
@media screen and (max-width: 1020px) {
.csr__sec p{
  font-size: 14px;
}
}
/* @media screen and (max-width: 480px) {
.csr__sec p{
  font-size: 14px;
}
} */
.csr__sec_fx{
  display: flex;
}
@media screen and (max-width: 780px) {
  .csr__sec_fx{
  flex-direction: column;
}
}
.csr__sec_fx_left{
 width: 50%;
}
@media screen and (max-width: 780px) {
  .csr__sec_fx_left{
 width: 100%;
}
}
.csr__sec_fx_left p{
 padding-right: 60px;
 margin: 0;
 font-weight:300;
 font-size:15px;
 /* line-height: 2.2; */
     letter-spacing: normal;
}
@media screen and (max-width: 780px) {
.csr__sec_fx_left p{
 padding-right: 0;
  font-size:14px;

}
}
.csr__sec_fx img{
 width: 50%;
}
@media screen and (max-width: 780px) {
  .csr__sec_fx img{
 width: 100%;
 margin-top:20px;
}
}
.csr__sec h3{
  color: #6A8064;
  font-size: 36px;
  text-align: center;
  position: relative;
      margin-top: 0;
    margin-bottom: 0;
        line-height: 1.2;
}
@media screen and (max-width: 780px) {
  .csr__sec h3{
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .csr__sec h3{
    font-size: 24px;
  }
}
.csr__sec h4{
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #BEBEBE;
      margin-top: 80px;
      padding-bottom: 20px;
      line-height: 1.1;
      margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.csr__sec h4{
      margin-top: 30px;
      padding-bottom: 14px;
      margin-bottom: 14px;
      line-height: 1.4;
      font-size: 18px;
  }
}


.csr__sec h3:after{
  content: '';
	position:absolute;
	left: 50%;
	top: -70px;
	width: 58px;
	height: 58px;
	/* background-image: url(../img/csr/csr_icon01.png); */
  background-size: cover;
  transform: translatex(-50%);

  
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	 */
}
@media screen and (max-width: 780px) {
  .csr__sec h3:after{
  	top: -60px;
	width: 50px;
	height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .csr__sec h3:after{
  	top: -50px;
	width: 40px;
	height: 40px;
  }
}

.pr6n{
  font-family: "yu-mincho-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
}
.csr__education_title:after{
background-image: url(../img/csr/csr_icon01.png);
}
.csr_exhibition{
  text-align: center;
  background-color: #E9EFEB;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
.csr_exhibition{
padding-top: 40px;
}
}

/* @media screen and (max-width: 480px) {
  margin-top
} */
.csr__nutrition_title:after{
background-image: url(../img/csr/csr_icon02.png);
}
.exhibition_detail{
  display: flex;
  gap: 40px;
  justify-content: center;
  height: 50px;
  padding-top: 32px;
}
.csr__exhibition_flex{
  display: flex;
      /* gap: 50px; */
    justify-content: space-between;
    margin-top: 34px;
}
@media screen and (max-width: 480px) {
  .csr__exhibition_flex{
      flex-direction: column;
      gap:20px;
      margin-top: 20px;

  }
}
.csr__exhibition_flex img{
  width: 47.5%;
}
@media screen and (max-width: 480px) {
  .csr__exhibition_flex img{
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .exhibition_detail{
    gap: 10px;
    flex-direction: column;
    padding-top: 44px;
    text-align: center;
  }
}
.exhibition_detail a{
  background-color: #6A8064;
  color: #fff;
  text-decoration: none;
  width: 43%;
  align-items: center;
  padding: 10px 0;
  border-radius: 5px;
}
@media screen and (max-width: 780px) {
.exhibition_detail a{
  width: 80%;
  margin: auto;
  font-size: 14px;
}
}
.exhibition_head{
  font-size:24px;
    font-family: "yu-mincho-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
    line-height: 1.1;
}
@media screen and (max-width: 480px) {
.exhibition_head{
  font-size:20px;
}
}
.m-100{
  margin-top: 100px!important;
}
@media screen and (max-width: 480px) {
  .m-100{
  margin-top: 40px!important;
}
}
.csr__education{
padding-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .csr__education{
padding-bottom: 80px;
}
}
@media screen and (max-width: 480px) {
  .csr__education{
padding-bottom: 70px;
}
}


.csr__education .csr__sec_fx {
    /* gap: 50px; */
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
.csr__education .csr__sec_fx {
      flex-direction: column;
}
}
.csr__education .csr__sec_fx img{
    /* width: 47.5%; */
    width: 50%;
}
@media screen and (max-width: 780px) {
  .csr__education .csr__sec_fx img{
    /* width: 47.5%; */
    width: 100%;
    margin-top: 20px;
}
}

.csr__nutrition{
  background-color: #F8F7F1;
  padding-bottom:140px;
}
@media screen and (max-width: 780px) {
  .csr__nutrition{
     padding-bottom:80px;
  }
}
@media screen and (max-width: 480px) {
  .csr__nutrition{
     padding-bottom:70px;
  }
}
.csr__environment{
  padding-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .csr__environment{
  padding-bottom: 80px;
}
}
@media screen and (max-width: 480px) {
  .csr__environment{
  padding-bottom: 70px;
}
}
.csr__environment_title:after{
background-image: url(../img/csr/csr_icon03.png);
}
.csr__environment_fx {
    padding-top: 40px;
    /* gap: 50px; */
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
.csr__environment_fx {
    flex-direction: column;
    gap:20px;
}
}
.csr__environment_fx img{
    width: 47.5%;
}
@media screen and (max-width: 480px) {
  .csr__environment_fx img{
    width: 100%;
}
}
.csr__donation{
background-color: #F8F7F1;
padding-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .csr__donation{
padding-bottom: 80px;
}
}
@media screen and (max-width: 480px) {
  .csr__donation{
padding-bottom: 70px;
}
}
.csr__donation_title:after{
background-image: url(../img/csr/csr_icon04.png);
}


.donation-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  margin-top: 50px;
  font-weight: 300;
}
.donation-table tr{
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
}
@media screen and (max-width: 480px) {
  .donation-table tr{
    font-size: 12px;
  }
}

.donation-table th,
.donation-table td {
  width: 50%;
  padding: 16px;
  /* border-bottom: 1px solid #ccc; */
  text-align: center;

}
.donation-table th.donation-left,
.donation-table td.donation-left{
      border-right: 1px solid #BEBEBE;

}

.donation-table thead th {
  /* border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; */
  background-color: #f5f5f5;
  font-weight: 300;
  text-align: center;

}

.donation-table td:last-child,
.donation-table th:last-child {
  text-align: center;
   border-right: 1px solid #BEBEBE;
}
