/*=====================
/csr/index.html
=====================*/
.csr_index article section ul {
  margin-top: 80px;
  padding: 0 134px;
}
.csr_index article section ul li {
  box-sizing: border-box;
  float: left;
  width: 346px;
}
.csr_index article section ul li + li {
  padding-left: 1px;
}
.csr_index article section > figure {
  text-align: center;
  margin-top: 80px;
}
.csr_index article section .layoutBox.type01 > li{
  margin-left: 0;
}
.csr_index article section .layoutBox.type01 > li a .txt{
  background: rgba(12,71,157,.7);
  font-size: 1.6rem;
  font-weight: bold;
  height: 82px;
}




@media screen and (max-width: 768px) {
  .csr_index article section ul {
    margin-top: 20px;
    padding: 0;
  }
  .csr_index article section ul li {
    width: 50%;
    padding-right: 1px;
  }
  .csr_index article section ul li + li {
    padding-right: 0;
  }
  .csr_index article section > figure {
    margin-top: 40px;
  }
  .csr_index article section .layoutBox.type01 > li a .txt{
    height: 45px;
    font-size: 1.4rem;
  }
}



/*=====================
/csr/env.html
=====================*/
@media screen and (max-width: 768px) {
  .csr_env article section.sec_cmn > p + figure {
    padding: 0 50px;
  }
}



/*=====================
/csr/diversity.html
=====================*/
.csr_next article section.sec_cmn figure img {
  width: 100%;
}
.csr_next article section.sec_cmn table.table01 + table.table01 {
  margin-top: 80px;
}
.csr_next article section.sec_cmn table.table01 th {
  white-space: nowrap;
  box-sizing: border-box;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.csr_next article section.sec_cmn table.table01 td > dl > dt {
  font-weight: bold;
}
.csr_next article section.sec_cmn table.table01 td > dl > dd > dl > dt {
  color: #0c479d;
  font-weight: bold;
}
.csr_next article section.sec_cmn table.table01 td > dl > dd > dl > dd ul li {
  position: relative;
  padding-left: 1em;
}
.csr_next article section.sec_cmn table.table01 td > dl > dd > dl > dd ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.csr_next .table01 ul li {
  position: relative;
  padding-left: 1em;
}
.csr_next .table01 ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.csr_next .table01 ul li + li {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .csr_next article section.sec_cmn figure {
    padding: 0;
  }
  .csr_next article section.sec_cmn figure img {
    width: auto;
    max-width: 100%;
  }
  .csr_next article section.sec_cmn table.table01 + table.table01 {
    margin-top: 40px;
  }
  .csr_next article section.sec_cmn table.table01 th {
    width: auto;
    min-width: 5em;
  }
}
