/*add.css*/
.section-report .open__date .c__txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 34rem;
    color: #fff;
  }
  
  .facebook {
    max-width: 500px;
    margin: 0 auto;
  }
  .activity-report{
    padding-top: 155rem;
  }
  .activity-report h1{
    font-weight: bold;
    font-size: 48rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    text-align: center;
    color: #fff;
    margin-bottom: 50rem;
  }
  .pc-580 {
    display: flex !important;
  }
  .sp-580 {
    display: none !important;
  }
  .section-companies .content__items .c__item a .p__logo span.c02{
    width: 155rem;
  }

  @media screen and (max-width: 580px){
    .pc-580 {
      display: none !important;
    }
    .sp-580 {
      display: flex !important;
    }
    .facebook{
      width: 340px;
    }
    .facebook iframe{
      width: 340px;
    }
  }
  
  @media screen and (max-width: 768px){
    .activity-report h1{
      font-size: 53rem;
    }
    .section-companies .content__items .c__item a .p__logo span.c02 {
      width: 220rem;
    }
  }