@charset "UTF-8";
.p-top .s-news {
  margin-bottom: 100px;
}
.p-top .s-news-ttl {
  text-align: center;
  color: #111111;
  font-size: 46px;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-ttl {
    font-size: 28px;
  }
}
.p-top .s-news-ttl span {
  display: block;
  margin-top: 10px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-ttl span {
    font-size: 14px;
  }
}
.p-top .s-news-inner > div > div {
  border-top: 1px solid #BFBFBF;
  background: #f8f8f8;
  padding: 0 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-inner > div > div {
    padding-top: 20px;
    flex-direction: column;
  }
}
.p-top .s-news-inner > div > a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-top: 1px solid rgb(191, 191, 191);
  border-right: 1px solid rgb(191, 191, 191);
  border-left: 1px solid rgb(191, 191, 191);
  background: rgb(248, 248, 248);
  padding: 25px 20px;
}

.p-top .s-news-inner > div > div:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-inner > div > div:last-of-type {
    padding-bottom: 20px;
  }
}
.p-top .s-news-inner > div > div .day {
  font-size: 14px;
  line-height: 1.8;
}
.p-top .s-news-inner > div > div .osirase {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-inner > div > div .osirase {
    margin-top: 5px;
  }
}
.p-top .s-news-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-tab {
    justify-content: flex-start;
  }
}
.p-top .s-news-tab li {
  height: 35px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border: 1px solid #BFBFBF;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-top .s-news-tab li {
    transition: 0.3s all;
  }
  .p-top .s-news-tab li:hover {
    background: #46799f;
    color: #FFF;
    border-color: #46799f;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .s-news-tab li {
    font-size: 14px;
  }
}

.p-top .news-item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-top: 1px solid rgb(191, 191, 191);
  border-right: 1px solid rgb(191, 191, 191);
  border-left: 1px solid rgb(191, 191, 191);
  background: rgb(248, 248, 248);
  padding: 25px 20px;
}
.p-top .news-item > time{
  font-size: 14px;
  line-height: 1.8;
}
.p-top .news-item > a{
  font-size: 14px;
  line-height: 1.5;
}
/*# sourceMappingURL=top.css.map */