@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
.single.news {
  margin: 0 0 50px 0;
}

.news-list {
  margin: 0 0 100px 0;
}

.attachment .link-pdf::after {
  color: #fff !important;
}

.news .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news .tab::after {
  content: "";
  display: block;
  width: 31%;
}
.news .tab li {
  float: none;
  background: #f1f1f1;
  padding: 5px 0 5px 5px;
  margin: 0 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 31%;
  border-left: 4px solid #ccc;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .single.news {
    margin: 0 0 90px 0;
  }

  .news .tab::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .news .tab::after {
    width: 24%;
  }
  .news .tab li {
    padding: 7px 0 7px 10px;
    margin: 0 0 9px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 24%;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .news-list dt {
    float: left;
  }
  .news-list dd {
    padding-left: 225px;
  }

  .news .tab li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* print
---------------------------------------------------*/
@media print {
  .single.news {
    margin: 0 0 90px 0;
  }

  .news .tab::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .news .tab::after {
    width: 24%;
  }
  .news .tab li {
    padding: 7px 0 7px 10px;
    margin: 0 0 9px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 24%;
  }
}
