@charset "UTF-8";
div.skrb-cb011-news-a .skrb-news-wrap .skrb-all-posts {
  text-align: right;
  margin-bottom: 15px;
}
div.skrb-cb011-news-a .skrb-news-wrap .skrb-all-posts a {
  display: inline-block;
  background-color: var(--sitecolor);
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 20px 4px;
  border-radius: 3px;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li:before {
  content: none;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content {
  display: flex;
  align-items: center;
  padding: 30px 50px 30px 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content {
    padding: 30px 50px 30px 0px;
  }
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-date {
  width: 120px;
  font-size: 12px;
  color: #acacac;
  font-weight: bold;
  letter-spacing: 0.17em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-date {
    margin-top: 5px;
    width: 90px;
  }
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag {
  padding: 0;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  flex-shrink: 0;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag > li {
  color: #FFF;
  background: #000;
  border-radius: 17px;
  padding: 7px 15px;
  font-size: 11px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag > li {
    padding: 2px 10px;
  }
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag > li:before {
  content: none;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-title {
    margin: 5px 0;
  }
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content::after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../../../assets/img/arrow_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
div.skrb-cb011-news-a .skrb-news-wrap > ul.skrb-news-ul > li a:hover .skrb-news-content::after {
  right: 5px;
}
div.skrb-cb011-news-a .skrb-news-wrap .noPosts {
  text-align: center;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  gap: 1.86%;
}
@media screen and (max-width: 1024px) {
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul {
    gap: 36px;
  }
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li {
  border-bottom: none;
  width: 23.6%;
}
@media screen and (max-width: 1024px) {
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li {
    width: 47.2%;
  }
}
@media screen and (max-width: 768px) {
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li {
    width: 100%;
  }
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a {
  display: block;
  padding: 0;
  height: 100%;
  background-color: #fff;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a:hover .block-thumb-wrap .block-thumb img {
  transform: scale(1.1);
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .block-thumb-wrap {
  overflow: hidden;
  padding-top: 69%;
  position: relative;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .block-thumb-wrap .block-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .block-thumb-wrap .block-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content {
  margin-top: 24px;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-date {
  width: 100%;
  font-size: 15px;
  order: 3;
  color: var(--sitecolor);
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag {
  list-style: none;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
  order: 1;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-tag > li {
  border-radius: 0;
  padding: 3px 7px;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content .skrb-post-title {
  width: 100%;
  order: 2;
  margin-bottom: 14px;
}
div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul.skrb-news-ul > li a .skrb-news-content::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  div.skrb-cb011-news-a {
    /* サムネイル有り */
  }
  div.skrb-cb011-news-a .skrb-news-wrap .skrb-all-posts {
    text-align: center;
  }
  div.skrb-cb011-news-a .skrb-news-wrap .skrb-all-posts a {
    display: block;
    padding: 10px 20px 8px;
    border-radius: 0;
  }
  div.skrb-cb011-news-a .skrb-news-wrap > ul > li a .skrb-news-content {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul > li a .skrb-news-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  div.skrb-cb011-news-a .skrb-news-wrap > ul > li a .skrb-news-content .skrb-post-date {
    width: 100%;
    margin-bottom: 5px;
  }
  div.skrb-cb011-news-a .skrb-news-wrap > ul > li a .skrb-news-content .skrb-post-title {
    width: 100%;
  }
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul > li {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  div.skrb-cb011-news-a.skrb-block-show-thumb .skrb-news-wrap > ul > li:not(:last-of-type) {
    margin-right: 6px;
  }
}/*# sourceMappingURL=block.css.map */