@charset "UTF-8";
/*社会(サプライチェーン)*/
.social {
  background-image: url("../img/bg-line.png");
  background-repeat: repeat-y;
  background-position: center -50px;
}
.social .content_header_l__inner--social {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .social .content_header_l__inner--social {
    margin-top: 0;
  }
}

.content_header_r {
  background-image: url("../img/main.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.content_h2 {
  color: #2F6124;
}
@media screen and (max-width: 767px) {
  .content_h2 {
    font-size: 2em;
  }
}
.content_h2 span {
  color: rgba(47, 97, 36, 0.7);
}
@media screen and (max-width: 767px) {
  .content_h2 span {
    margin-top: 8px;
  }
}
.content_h2 span::before {
  background-color: #2F6124;
}
@media screen and (max-width: 767px) {
  .content_h2 span::before {
    margin-top: 8px;
  }
}

.content_h3 {
  color: #3A9927;
}
.content_h3::after {
  background-color: #3A9927;
}

.content_h7 {
  color: #3A9927;
}
.content_h7::before {
  background-image: url("../img/check_green.svg");
}

@media screen and (max-width: 767px) {
  .content_header__menu {
    margin: 0px auto;
    margin-top: -40px;
    margin-bottom: 0;
  }
}

/*table*/
.table {
  width: 100%;
  font-size: 0.7rem;
  background-color: white;
  table-layout: fixed;
}
.table .tc * {
  text-align: center;
}
.table .w-10 {
  width: 10%;
}
.table .w-12 {
  width: 12%;
}
.table .w-16 {
  width: 16%;
}
.table .w-40 {
  width: 40%;
}

table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td, th {
  padding: 5px;
  width: 30px;
  height: 25px;
}

th {
  background: #dff4f0;
}

.table_color1 {
  background: #addbc3;
}
.table_color1 td {
  background: #addbc3;
}

.izumikai__images {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .izumikai__images {
    gap: 0.5rem;
  }
}
.izumikai__images--img {
  list-style: none;
}

.csrself__lists {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .csrself__lists {
    flex-direction: column;
  }
}
.csrself__lists dt {
  width: 104px;
  display: flex;
}
.csrself__lists dt::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .csrself__lists dd {
    padding-left: 16px;
  }
}
.csrself__lists--Ltext {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .csrself__lists--Ltext {
    width: 100%;
  }
}
.csrself__contents {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .csrself__contents {
    flex-direction: column;
    gap: 32px;
  }
}
.csrself__surveywrap {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .csrself__surveywrap {
    width: 100%;
  }
}
.csrself__surveywrap table {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .csrself__surveywrap table {
    font-size: 0.8rem;
  }
}
.csrself__surveywrap--lists {
  margin-left: 2.5em;
}
.csrself__surveywrap .width-l {
  width: 30%;
  text-align: center;
  padding: 1em;
}
.csrself__surveywrap .width-r {
  width: 70%;
  text-align: center;
  padding: 1em;
}
.csrself__surveyattention {
  padding: 1em 0;
  font-size: 0.82em;
}
@media screen and (max-width: 767px) {
  .csrself__surveyattention {
    font-size: 0.72rem;
  }
}
.csrself__scoringrate {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .csrself__scoringrate {
    width: 100%;
  }
}
.csrself__scoringrate table {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .csrself__scoringrate table {
    font-size: 0.7rem;
  }
}
.csrself .table_color {
  font-weight: normal;
}
.csrself .table-line {
  border-bottom: 2px solid;
  padding: 1em;
}
.csrself .table_hbold {
  border-top: 2px solid;
}
.csrself__chart {
  width: 352px;
}
@media screen and (max-width: 767px) {
  .csrself__chart {
    width: 100%;
    text-align: center;
  }
}