@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; } }
  .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: calc($size / 16)rem; }
  @media screen and (max-width: 640px) {
    #csr_commendation .m-title-borderleft .small-txt {
      font-size: 12px;
      font-size: calc($size / 16)rem; } }
@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; } }
