/*============================
#news
============================*/
article#news section div.wrap ul.category-list {
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul.category-list {
    padding: 0 0 40px;
    justify-content: flex-start;
  }
}
article#news section div.wrap ul.category-list li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #808080;
  border-radius: 4px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul.category-list li {
    margin: 0 10px 10px 0;
  }
}
article#news section div.wrap ul.category-list li a {
  color: #808080;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 4px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
article#news section div.wrap ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
article#news section div.wrap ul li.news__content {
  width: calc(33.3333333333% - 26.6666666667px);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content {
    width: 100%;
    margin-right: 0;
  }
}
article#news section div.wrap ul li.news__content a.link {
  width: 100%;
  color: #333;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content a.link .img__wrap {
  padding-top: 50%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
article#news section div.wrap ul li.news__content a.link .img__wrap img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link .img__wrap img {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content a.link div.text__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link div.text__content {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content a.link div.text__content div {
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link div.text__content div {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content a.link div.text__content div span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 4px;
  font-size: 1.2rem;
  border-radius: 50px;
  color: #014a88;
  border: solid #014a88 1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link div.text__content div span {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding-top: 6px;
    display: block;
    white-space: nowrap;
  }
}
article#news section div.wrap ul li.news__content a.link div.text__content div p {
  width: 100%;
  font-size: 1.2rem;
  padding-right: 10px;
  text-align: right;
  color: #808080;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link div.text__content div p {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content a.link div.text__content h3 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  padding: 10px 0 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content a.link div.text__content h3 {
    width: 100%;
  }
}
article#news section div.wrap ul li.news__content:nth-child(3n) {
  margin-right: 0;
}
article#news section div.wrap .pagination {
  display: flex;
  align-items: center;
  padding: 0 10px;
  max-width: 1000px;
  margin: auto;
  justify-content: center;
}
article#news section div.wrap .pagination span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: #333;
  border: solid 1px;
  border-radius: 0;
}
article#news section div.wrap .pagination .page-numbers {
  color: #333;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article#news section div.wrap .pagination .next {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border: none;
  width: auto;
}
article#news section div.wrap .pagination .prev {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border: none;
  width: auto;
}

/*============================
#single
============================*/
article#single {
  background: #FAFAFA;
}
article#single section div.news_wrap {
  background: #FAFAFA;
  padding: 40px;
}
article#single section div.news_wrap div.info span {
  color: #808080;
  padding-bottom: 10px;
  display: block;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}
article#single section div.news_wrap div.wrap h3 {
  width: auto;
  letter-spacing: 2px;
  font-size: 2rem;
  padding: 20px 0;
}
article#single section div.news_wrap div.wrap h3 strong {
  font-size: 100%;
}
article#single section div.news_wrap div.wrap p {
  font-weight: 300;
  padding-bottom: 20px;
}
article#single section div.news_wrap div.wrap strong {
  font-size: 110%;
  font-weight: 600;
}
article#single section div.news_wrap div.wrap a {
  color: #0066c0;
}
article#single section div.news_wrap div.btn_wrap {
  width: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  article#single section div.news_wrap div.btn_wrap {
    width: auto;
  }
}
article#single section div.news_wrap div.btn_wrap a {
  color: #004A88;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  article#single section div.news_wrap div.btn_wrap a {
    font-size: 1.4rem;
    padding-bottom: 5px;
    padding-left: 60px;
  }
}
article#single section div.news_wrap div.btn_wrap a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #004A88;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 50%;
}/*# sourceMappingURL=news.css.map */