@charset "utf-8";
.content {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 118px;
}

@media screen and (max-width: 768px) {
  .content {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
}

.sustainability-img01 {
  /* padding: 0 90px; */
  margin: 35px auto 60px;
  text-align: center;
}

.sustainability-subtitleSec {
  margin-top: 135px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sustainability-subtitleSec {
    margin-top: 105px;
  }
}

.sustainability-subtitleSec::before{
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #D93125;
  position: absolute;
  top: -30px;
  left: 0;
}

.sustainability-subtitle {
  font-size: 2.4rem;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .sustainability-subtitle {
    font-size: 1.8rem;
    margin-bottom: 34px;
  }
}

.table-img-wrap{
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .table-img-wrap{
    display: block;
  }
}

.table-img-item{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .table-img-item{
    width: 100%;
  }
}

.table-img-item:nth-of-type(1){
  padding-right: 30px;
}

.table-img-item:nth-of-type(2){
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .table-img-item:nth-of-type(1){
    padding-right: 0;
  }
  
  .table-img-item:nth-of-type(2){
    padding-left: 0;
    margin-top: 20px;
  }
}

.table-img-item table {
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.table-img-item th {
  text-align: center;
}

.table-img-item th, .table-img-item td{
  border: solid 1px #000;
  border-collapse: collapse;
}

.table-img-item th{
  padding: 20px 34px 15px;
  font-size: 1.5rem;
}

.table-img-item td{
  width: 50%;
  padding: 20px 50px 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .table-img-item td{
    padding: 20px 15px 15px;
  }
}

.sustainability-concept {
  margin-top: 35px;
}

.concept-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sustainability-concept {
    margin-top: 65px;
  }
}

.concept-item {
  display: block;
}

.concept-item:not(:last-of-type){
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .concept-item {
    width: 38%;
  }

  .concept-item:not(:last-of-type){
    margin-right: 20px;
  }

  .concept-item:last-of-type{
    margin-top: 10px;
  }

}

.center-img-wrap {
  margin: 35px auto 20px;
}



/* utility */

.red {
  color: #EC0C0D;
}
