@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/***********************
過去のCSR活動報告
***********************/
.report-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .report-container {
    gap: 20px;
  }
}
.report-item {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width: 640px) {
  .report-item {
    width: calc(50% - 10px);
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .report-item.archive {
    width: 80vw;
    margin: 0 auto;
  }
}
.report-item__image {
  width: 170px;
}
@media screen and (max-width: 640px) {
  .report-item__image {
    width: min(170px, 90%);
  }
}
.report-item-content {
  flex: 1;
}
.report-item-content .m-list-dash {
  padding-top: unset;
}

/***********************
社外からの評価
***********************/
#csr_commendation .m-title-borderleft .small-txt {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  #csr_commendation .m-title-borderleft .small-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  #csr_commendation #sec02 .mT30 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  #csr_commendation .npo-attention {
    padding-top: 30px;
  }
}

.archive-badge {
  display: block;
  position: fixed;
  top: 100px;
  right: 0;
  background-color: #00499f;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.75em 0.75em 0.75em 1.5em;
  border-radius: 2em 0 0 2em;
  z-index: 1000;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .archive-badge {
    top: 60px;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 1em;
  }
}/*# sourceMappingURL=style.css.map */