/*-------------------- diversity --------------------
diversity
----------------------------------------------------*/
.co-diversity .content-wrap {
  margin-top: 70px;
}

.co-diversity .sec01 .content-wrap {
  margin-top: 0;
}

.co-diversity .content-wrap > h2 {
  margin-bottom: 30px;
}

.co-diversity .content-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0 8px 20px;
  background-color: #F2F2F2;
  border-left: 2px solid #e60039;
  margin: 32px 0;
}

.co-diversity .content-inner {
  border: solid 2px #FEDFE4;
  border-radius: 8px;
  margin: 30px 0;
  padding: 20px;
}

.co-diversity .sec03 .content-inner h3,
.co-diversity .sec02 .content-inner h3 {
  color: #E60039;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: #FFF2F5;
  line-height: 1.2;
  padding: 12px;
  
  border: none;
  margin: 0;
}

.co-diversity .sec03 .content-inner .content-inner-item {
  padding: 32px;
  text-align: left;
}

.co-diversity .sec03 .content-img {
  margin-bottom: 56px;
}

.co-diversity .notes {
    font-size: 12px;
    position: relative;
    padding-left: 1.5em;
    margin-top: .8em;
}
.co-diversity .notes::before {
    content: "※";
    left: 0px;
    position: absolute;
}

.co-diversity .sec02 .content-inner .content-inner-item {
  text-align: left;
}

.co-diversity .sec02 .content-inner .content-inner-item img {
  margin: 0;
}

.co-diversity .sec02 .content-inner .content-inner-item h5 {
  margin: 30px 0 14px;
  font-size: 18px;
  color: #E60039;
  font-weight: 600;
}

.co-diversity .sec02 .content-inner .content-inner-item h5:first-of-type {
  margin: 0 0 14px;
}

.co-diversity .sec02 .content-inner .content-inner-item ul li {
  line-height: 1.6;
  text-indent: -.9em;
  padding-left: 1em;
}

.co-diversity .sec02 .content-inner .content-inner-item .r-area {
  text-align: right;
  margin-top: 32px;
}

.co-diversity .sec02 h4 {
  font-size: 1.3rem;
  margin: 30px 0 10px;
  font-weight: 600;
}

.co-diversity .pdf-link {
  margin-top: 40px;
}

.co-diversity .pdf-link-ttl{
  display:block;
  font-size:18px;
  font-weight:bold;
  background:#F2F2F2;
  border-radius: 8px 8px 0 0;
  padding:12px;
}

.co-diversity .pdf-link-wrap{
  display:block;
  font-size:16px;
  border-radius: 0 0 8px 8px;
  border:2px solid  #F2F2F2;
  box-sizing:border-box;
  padding:16px 24px;
}

.co-diversity .pdf-link-wrap a{
  text-decoration: underline;
}

.co-diversity .pdf-link-wrap a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  background: #E60039;
  margin-right: 8px;
}

.co-diversity .pdf-link-wrap a:after{
  content: url(/common/images/company/pdf_ico.svg);
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .co-diversity .content-wrap {
      margin-top: 3em;
      font-size: 16px;
  }

  .co-diversity .content-wrap h3 {
    font-size: 21px;
    margin-bottom: 19px;
  }
  
  .co-diversity .sec03 .content-inner h3 {
      font-size: 19px;
  } 
  
  .co-diversity .sec03 .content-inner .content-inner-item h4 {
      margin: 2em 0 .5em;
  }  

  .co-diversity .sec03 .content-inner .content-inner-item .r-area img {
    width: 120px;
  }
   .co-diversity .sec03 table .last td:last-child {
    border-bottom: solid 1px #DEDEDE;
    width: 100%;
  }
  .co-diversity .sec03 table th,
  .co-diversity .sec03 table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .co-diversity .sec03 table .thead {
    display: none;
  }
  .co-diversity .sec03 table tr {
    width: 100%;
  }
  .co-diversity .sec03 table td {
    border-bottom: none;
    border-left: solid 1px #DEDEDE;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 3;
  }
  .co-diversity .sec03 table td:first-child {
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
  }
  .co-diversity .sec03 table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    border-right: 1px solid #DEDEDE;
    padding: 0;
    width: 50%;
    text-align: center;
  }
  
  .co-diversity .pdf-link-ttl{
    font-size:17px;
  }
  
  .co-diversity .pdf-link-wrap{
    padding: 16px 12px 12px 30px;
 }
 
  .co-diversity .pdf-link-wrap a{
    text-indent: 16px;
    margin-left: -25px;
    padding-left: 10px;
  }

}
.co-diversity .txt-link a {
  text-decoration: underline;
  color: #6E6E6E;
  line-height: 2rem;
}
.co-diversity .txt-link a:hover {
  color: #E60039;
  transition: .2s;
}




/*-------------------- co_diversity ----------------------*/
.co-diversity .co-page-ttl-wrap{
  padding:22px 0;
 }

@media screen and (max-width: 768px){
.co-diversity .co-page-ttl-wrap{
  padding:18px ;
 }
}
.co-diversity .co-page-ttl{
 border-left:none;
 
}
@media screen and (max-width: 768px){
  .co-diversity .co-page-ttl{
   padding-left:0;
   
  }
}
.co-diversity .co-page-ttl .inner{
 display: inline-block;
}

@media screen and (max-width: 768px){
 .co-diversity .co-page-ttl .inner{
  display: flex;
  align-items: center;
 }

}

.co-diversity .inner-ttl-group{
 display: inline-block;
}
@media screen and (max-width: 768px){
 .co-diversity .inner-ttl-group{
  margin-left:10px;
 }
}
.co-diversity .co-page-ttl .inner img{
 width:88px;
 display: inline;
 vertical-align: middle;
}

@media screen and (max-width: 768px){
 .co-diversity .co-page-ttl .inner img{
  width:49px;
  height:49px;
  display:block;
 }
}

.co-diversity .co-page-ttl .inner-ttl {
 display: inline;
 vertical-align: middle;
 margin-left:20px;
}
@media screen and (max-width: 768px){

  .co-diversity .co-page-ttl .inner-ttl{
   font-size:25px;
   line-height: 1;
   margin-left:0;
  }
}

.co-diversity .co-page-ttl .inner-sub-ttl {
border-left:none;
display: inline;
vertical-align: middle;
margin-left:18px;
font-size:18px;
color:#B55500;
border-left :1px solid #B55500;
padding-left:18px;
}

@media screen and (max-width: 768px){
.co-diversity .co-page-ttl .inner-sub-ttl {
 display: block;
 margin-left:0;
 padding-left:0;
 border-left :none;
 font-size:14px;
 }
}

.co-diversity .sec01-read-b {
  font-weight: 600;
  line-height: 3;
}
.co-diversity .sec01-read-list {
  margin-bottom: 10px;
}
.co-diversity .sec01-read-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
  background: #E60039;
  margin-right: 8px;
}


/*-- 新規追加-header sdgs icon --*/

.co-diversity .co-page-ttl-wrap .co-page-ttl .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.co-diversity .co-page-ttl-wrap .co-page-ttl .inner .sdgs-icon a img {
  max-width: 4rem;
}

.co-diversity .co-page-ttl-wrap .co-page-ttl .inner .sdgs-icon a:hover {
  opacity: .7;
  transition: .4s;
}

.co-diversity .co-page-ttl-wrap .co-page-ttl .inner div.sdgs-icon p {
    font-size: .8rem;
  }


@media screen and (max-width: 768px) {

  .co-diversity .co-page-ttl-wrap .co-page-ttl .inner {
    display: block;
    width: 100%;
  }
  .co-diversity .co-page-ttl-wrap .co-page-ttl .inner div {
    display: flex;
    align-items: center;
  }
  .co-diversity .co-page-ttl-wrap .co-page-ttl .inner div.sdgs-icon {
    margin-top: 4%;
    justify-content: flex-end;
  }
  .co-diversity .co-page-ttl-wrap .co-page-ttl .inner div.sdgs-icon p {
    font-size: .8rem;
    margin: 0 4% 0 0;
  }
  .co-diversity .co-page-ttl-wrap .co-page-ttl .inner div.sdgs-icon a {
    margin: 0 2% 0 0;
  }
}



:root {
  --line: #fce2c0;
  --header: #fce2c0;
  --muted: #6b6b6b;
  --card-bg: #fffdfa;
}

html { font-size: clamp(14px, 1.5vw, 16px); }

.report { margin: 24px 0; }
.report h4 { font-size: 1.3rem; margin: 0 0 8px; font-weight: 600; }
.report .note { font-size: .85rem; color: var(--muted); margin: 6px 0 0; }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.r-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid var(--line);
}

.r-table caption {
  position: absolute;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.r-table thead th {
  background: var(--header);
  font-weight: 700;
  text-align: center;
}

.r-table th, .r-table td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  vertical-align: middle;
  word-break: break-word;
}

.r-table th { text-align: left;}
.r-table td { text-align: right; }

.c-index { width: 30%; }

@media screen and (max-width: 768px) {
  .r-table { min-width: 720px; }
}