/*============================
#news
============================*/
article#news section div.wrap ul.category-list {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@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: 50px;
  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: 500;
  padding: 4px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
article#news section div.wrap ul {
  width: auto;
  max-width: 800px;
  margin: auto;
}
article#news section div.wrap ul li.news__content {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #BFBFBF;
}
@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 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: 10px 0 0;
  display: flex;
  justify-content: flex-start;
}
@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: #9f609b;
  border: solid #9f609b 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 {
  font-size: 1.2rem;
  padding-right: 10px;
  text-align: left;
  color: #808080;
  width: -moz-fit-content;
  width: fit-content;
}
@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;
  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 .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: #9f609b;
}
article#single section div.news_wrap {
  background: #fff;
  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: 500;
  padding-bottom: 20px;
}
article#single section div.news_wrap div.wrap strong {
  font-size: 110%;
  font-weight: 500;
}
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: #9f609b;
  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: #9f609b;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 50%;
}/*# sourceMappingURL=news.css.map */