@charset "UTF-8";

article.ex-twitter {
  margin-bottom: 2em;
}

ul.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 600px) {
  ul.flex-wrapper li img {
    max-width: 280px;
  }
}

@media screen and (max-width: 599px) {
  ul.flex-wrapper li img {
    max-width: 250px;
  }
}

div#SNS .c-tab__button {
  color: #066FC7;
}

div#SNS ul[class="c-tab__list"] li:first-child .c-tab__button {
  background: #F3F3F3;
  // background: #ECFFEB;
}

div#SNS .c-tab__button:hover {
  background-color: #DAEAF7;
}



@media print, screen and (min-width: 1025px) {
  div#SNS .c-tab__item {
    width: 20%; //　←　33.3% / 25%
  }
  div#SNS .c-tab__item:nth-child(4n) {
    border-left: 1px solid #CCCCCC;
  }
  div#SNS .c-tab__item:nth-child(n+4) {
    margin-top: 00px;
  }
}

@media print, screen and (min-width: 600px) {
  div#SNS .wysiwyg,
  div#SNS_LATEST .wysiwyg {
    padding: 0 0;
    margin-bottom: 20px;
  }
}

div#SNS .wysiwyg,
div#SNS_LATEST .wysiwyg {
  & p {
    padding: 0 20px;
  }

  & h3 {
    font-size: 2rem;
  }

  & h4 {
    font-size: 2rem;
  }
}
