<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.v-section1 {
  margin: 91px 0 111px;
}
.v-section1__cat-select {
  display: flex;
  justify-content: center;
}
.v-section1__cat-select &gt; li {
  list-style: none;
  width: 155px;
  height: 35px;
}
.v-section1__cat-select &gt; li &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background-color: #F2F2F2;
}
.v-section1__cat-select &gt; li &gt; a:hover {
  background-color: #384F78;
  color: #fff;
}
.v-section1__cat-select &gt; li &gt; a.is-active {
  background-color: #384F78;
  color: #fff;
}
.v-section1__cat-select &gt; li + li {
  margin-left: 20px;
}
.v-section1__entries {
  width: 1030px;
  margin: 64px auto 0;
  border-top: 2px dotted #384F78;
}
.v-section1__entries &gt; li {
  list-style: none;
  border-bottom: 2px dotted #384F78;
  padding: 25px 0;
}
.v-section1__entries &gt; li &gt; a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.v-section1__entries &gt; li &gt; a &gt; p {
  font-size: 14px;
  font-weight: normal;
  color: #4D4D4D;
  margin-left: 38px;
  width: 750px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-section1__entries &gt; li &gt; a:hover &gt; p {
  color: #F05A23;
}
.v-section1__date {
  width: 120px;
  height: 22px;
  background-color: #002D3D;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.v-section1__cat {
  width: 120px;
  height: 22px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.v-section1__cat--1 {
  background-color: #FBB03B;
}
.v-section1__cat--2 {
  background-color: #F15A24;
}
.v-section1__cat--3 {
  background-color: #FBB03B;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-section1 {
    margin-top: 6rem;
    padding: 0 3rem;
  }
  .v-section1__cat-select {
    margin: 0 -3rem;
  }
  .v-section1__cat-select &gt; li {
    width: 9.3rem;
    height: 6rem;
  }
  .v-section1__cat-select &gt; li &gt; a {
    font-size: 1.4rem;
  }
  .v-section1__cat-select &gt; li + li {
    margin-left: 0;
    border-left: 0.1rem solid #384F78;
  }
  .v-section1__entries {
    width: 100%;
    margin: 6rem auto 0;
  }
  .v-section1__entries &gt; li {
    padding: 3rem 0;
  }
  .v-section1__entries &gt; li &gt; a &gt; p {
    margin-left: 0;
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
    width: 100%;
  }
  .v-section1__date {
    font-size: 1.6rem;
    width: 11.9rem;
    height: 2.55rem;
  }
  .v-section1__cat {
    font-size: 1.6rem;
    width: 11.9rem;
    height: 2.55rem;
  }
}
/*# sourceMappingURL=index.css.map */</pre></body></html>