<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
  .lineTitle {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 2.7619;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
}

@media only screen and (max-width: 768px) {
  .lineTitle {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 3;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
}

@media only screen and (min-width: 769px) {
  #media .media {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #media .media {
    padding-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  #media .lineTitle {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #media .lineTitle {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 769px) {
  #media .mediaList__item {
    margin: 0 0 35px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
  }
  #media .mediaList__item a {
    color: #595955;
    transition: .5s all ease !important;
  }
  #media .mediaList__item a:hover {
    color: #F6BD03 !important;
  }
  #media .mediaList__item a:hover img {
    transition: opacity 0.5s ease-in-out 0s;
  }
  #media .mediaList__item a:hover img:hover {
    opacity: 0.7;
  }
  #media .mediaList__item .dataBox {
    margin-bottom: 8px;
  }
  #media .mediaList__item .dataBox li {
    display: inline-block;
  }
  #media .mediaList__item .dataBox__date {
    margin-right: 8px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  #media .mediaList__item .dataBox__cat {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  #media .mediaList__title {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  #media .mediaList__item {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  #media .mediaList__item a {
    color: #595955;
  }
  #media .mediaList__item .dataBox {
    margin-bottom: 10px;
  }
  #media .mediaList__item .dataBox li {
    display: inline-block;
  }
  #media .mediaList__item .dataBox__date {
    margin-right: 8px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #media .mediaList__item .dataBox__cat {
    margin-right: 5px;
    padding: 5px 6px;
    font-size: 1.3rem;
    line-height: 1;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  #media .mediaList__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold;;
  }
}
</pre></body></html>