<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.tab-button a {
  color: #111;
}
#container {
  background-image: none;
  background-color: #fff;
  padding-top: 45px;
}
#container::before {
  background-image: none;
  background-color: #fff;
}
#news-container {
  margin-top: 0;
}
#news-container .inner {
  background-color: #fff;
  max-width: 1000px;
  padding: 0;
  margin: 80px auto 0;
  border: none;
}
#news-container ul {
  margin-top: 40px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news-container ul::after {
  content: "";
  display: block;
  width: 32%;
}
#news-container .tab-button ul::after {
  display: none;
}
.tab-button ul li.active a {
  color: #4dc2a8 !important; /* !important を追加して色を強制的に適用 */
}
#news-container li {
  list-style: none;
  width: 32%;
  height: 100%;
  margin-bottom: 40px;
}
#news-container .tab-button {
  width: auto;
  margin: auto 0 auto auto;
}
#news-container .tab-button ul {
  flex-wrap: nowrap;
  margin: 0;
}
#news-container .tab-button ul li {
  width: auto;
  font-size: 1.4rem;
  color: #111;
  background-color: #fff;
  box-shadow: none;
  margin: 0 6px;
}
#news-container .more-box {
  margin-bottom: 70px;
}
.more-box {
  height: 60px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  display: flex; /* フレックスボックスを使用 */
  justify-content: center; /* 中央揃え */
  align-items: center;
}
.more-button {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.footer {
  min-height: 0;
}
.footer .inner {
  margin: 0px auto;
  /*  padding: 20px 0 60px; */
}
@media (max-width: 1350px) {}
@media (max-width: 600px) {
  #container {
    padding-top: 40px;
  }
  #header {
    display: none;
  }
  .title-box {
    margin-left: 10px;
  }
  .title-box img {
    width: 80px;
    bottom: -8px;
    left: 12px;
  }
  .section-title {
    margin: 0 0 0 20px;
    font-size: 2.6rem;
  }
  #news-container .inner {
    margin: 40px 0 40px;
  }
  #news-container .tab-button {
    margin: auto 5px auto auto;
  }
  #news-container .tab-button ul li {
    color: #555;
    box-shadow: none;
    margin: 0 4px;
    font-size: 1.3rem;
  }
  #news-container ul {
    margin-top: 36px;
    padding: 0 20px;
  }
  #news-container li {
    width: 48%;
    margin-bottom: 12px;
  }
  .more-button {
    padding: 10px 10px 10px 6px;
  }
  .more-button span {
    margin-left: 0;
  }
  .more-button img {
    margin-left: 14px;
  }
  .footer .inner {
    padding: 0 0 20px;
  }
  .footer-logo_soiful {
    margin-bottom: 20px;
  }
  .footer-banner, .footer .info-box_sp {
    display: none;
  }
  .footer .footer-policy_pc {
    margin-top: 0;
  }
}</pre></body></html>