@charset "UTF-8";

  
  .info-detail__date {
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .category_icon_wrap{
    margin-right: 1rem;
    text-align: center;
    border-radius: 5px;
  }  
  
  .category_icon{
      padding: 0 10px;
      color: #fff;
      font-size: 1.6rem;
      width: 9em;
      display: block;
  }
  
  .cat01,.cat02,.cat03,.cat05{
    background-color: #00aa9e;
  }

  .cat04{
    background-color: #9b6e3a;
  }
  
    
  .info-detail__text {
    font-size: 1.6rem;
    text-align: left;
  }



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

}

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

  .info-detail__date {
    font-size: 1.4rem;
    justify-content: inherit;
  }
  
  .category_icon{
      font-size: 1.4rem;
  }
  
  .category_icon--brwn{
    font-size: 1.4rem;
  }
    
  .info-detail__text {
    margin-top: 1rem;
  }


}