<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#recently {
  margin: 0 auto;
  padding: 0;
  max-width: 1800px;
}

#recently h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: .8;
  letter-spacing: 0;
  text-align: center;
  margin: 80px 0 30px 0;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

#recently h2 span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.recently_box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1200px;
}

.recently_item {
  position: relative;
  width: calc(20% - 16px);
  margin: 0 20px 0 0;
}

.recently_item:last-of-type {
  margin: 0;
}

.recently_item img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 1500px) {
  .recently_box {
    padding: 0 30px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  #recently {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px 0;
  }

  #recently h2 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 15px 0;
    line-height: .8;
  }

  #recently h2 span {
    font-weight: 300;
    font-size: 1.25rem;
  }

  .recently_box {
    width: 100%;
    justify-content: left;
    overflow-x: scroll;
    padding: 0 15px;
    flex-wrap: nowrap;
    margin: 0;
  }

  .recently_box::-webkit-scrollbar {
    display: none;
  }

  .recently_item {
    margin: 0 10px 0 0;
    min-width: 150px;
  }
}</pre></body></html>