@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/* Scss Document */
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
.c-news__date {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 7px;
  font-weight: bold;
  padding: 0 5px;
}
.c-news__content h3 {
  margin-block: 1rem;
}
.c-news__content img {
  margin-block: 1rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media (max-width: 960px) {
  .c-sns__img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 960px) {
  .cms div .big {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .cms div ul.c-case {
    float: inherit;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}