<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.description {
  font-size: .85em;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px
}
.description p {
  text-align: justify
}
.title_s {
  margin: 15px 0;
  border-bottom: 2px solid #B5B5B5;
  font-weight: bold
}
.title_p {
  font-weight: bold;
  line-height: 1.3;
  color: #3A3A3A;
  margin-bottom: 20px;
  background-color: #fbe2ed;
  padding: 8px 15px 5px
}
.home-list {
  display: flex;
  margin-bottom: 10px
}
.home-list__unit {
  font-size: .9em;
  flex-basis: 23%;
  padding: 0 1%;
  margin-bottom: 20px
}
@media (max-width: 768px) {
  .home-list {
    padding: 0 20px;
    flex-wrap: wrap
  }
  .home-list__unit {
    flex-basis: 48%;
  }
}</pre></body></html>