.pc {
  display: none;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

#news {
  background: #fffcf7;
  position: relative;
  z-index: 1;
}

#news .breadcrumb {
  max-width: 1100px;
  width: 90%;
  color: #343434;
  letter-spacing: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 30px;
  overflow-x: auto;
  white-space: nowrap;
}

#news .breadcrumb a {
  color: #006CB8;
  font-size: 1.4rem;
  text-decoration: underline;
}

#news .breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
}

#news .breadcrumb span {
  display: inline-block;
  margin: 0 0.7em;
}

#news .breadcrumb li:last-child::after {
  content: none;
}

#news .news_content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#news .news_content h3 {
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #news .news_content h3 {
    margin-bottom: 70px;
  }
}

#news .news_content .news_inner {
  background-color: #fff;
  border: solid #006cb8 1px;
  border-radius: 15px;
  padding: 30px 25px;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner {
    padding: 50px;
  }
}

#news .news_content .news_inner ul {
  width: 100%;
  font-size: 1.7rem;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner ul {
    width: 95%;
  }
}

#news .news_content .news_inner .date {
  width: 50%;
  color: #006cb8;
  font-size: 1.9rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .date {
    width: 15%;
  }
}

#news .news_content .news_inner .category {
  width: 50%;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .category {
    width: 15%;
  }
}

#news .news_content .news_inner .category span {
  color: #fff;
  background-color: #006cb8;
  border-radius: 20px;
  padding: 5px 20px;
}

#news .news_content .news_inner .contents {
  width: 90%;
  color: #3e3f3f;
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .contents {
    width: 70%;
    padding: 0 0 0 30px;
  }
}

#news .news_content .news_inner .news_list {
  border-bottom: solid #006cb8 1px;
  padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .news_list {
    padding: 0 10px 25px;
  }
}

#news .news_content .news_inner .news_list a:hover ul li {
  font-weight: bold;
}

#news .news_content .news_inner .news_list:nth-of-type(n+2) {
  margin-top: 35px;
}

#news .news_content .news_inner .page_number {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px auto 0;
  position: relative;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .page_number {
    width: 65%;
    margin: 80px auto 0;
  }
}

#news .news_content .news_inner .page_number li {
  font-size: 3rem;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .page_number li {
    margin: 0 30px;
  }
}

#news .news_content .news_inner .page_number li a {
  color: #3e3f3f;
}

#news .news_content .news_inner .page_number li a:hover {
  color: #3e3f3f;
}

#news .news_content .news_inner .page_number li span {
  background: #006cb8;
  color: #fff;
  border-radius: 50%;
  padding: 5px 13px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .page_number li span {
    padding: 7px 16px;
  }
}

#news .news_content .news_inner .page_number li:first-child {
  position: absolute;
  left: 0;
  display: block;
}

#news .news_content .news_inner .page_number li:last-child {
  position: absolute;
  right: 0;
  display: block;
}

#news .news_content .news_inner h4 {
  color: #006cb8;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

#news .news_content .news_inner .content_inner {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin: 30px auto 45px;
}

#news .news_content .news_inner .content_inner .category {
  text-align: left;
}

#news .news_content .news_inner .content_inner .date {
  text-align: right;
}

#news .news_content .news_inner .content_txt {
  text-align: left;
  line-height: 2;
}

#news .news_content .news_inner .content_txt h2 {
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 20px;
  color: #000;
  text-align: left;
}

#news .news_content .news_inner .content_txt h3 {
  font-size: 2.3rem;
  font-weight: bold;
  padding-top: 20px;
  color: #000;
  text-align: left;
}

#news .news_content .news_inner .content_txt h4,
#news .news_content .news_inner .content_txt h5 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 20px;
  color: #000;
  text-align: left;
}

#news .news_content .news_inner .content_txt img {
  margin: 40px auto 0 auto;
}

#news .news_content .news_inner .content_txt a {
  color: #3e3f3f;
  text-decoration: underline;
}

#news .news_content .news_inner .content_txt a:hover {
  color: #3e3f3f;
  opacity: 0.5;
}

#news .news_content .news_inner .news_btn {
  width: 80%;
  display: inline-block;
  background: #006cb8;
  border: 1px solid #006cb8;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 15px 0;
  border-radius: 7px;
  position: relative;
  margin: 50px auto 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #news .news_content .news_inner .news_btn {
    width: 28%;
    padding: 10px 0;
  }
}

#news .news_content .news_inner .news_btn:hover {
  background: #fff;
  color: #006cb8;
}

#news .news_content .news_inner .m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 0;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation {
    margin: 100px auto 0;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__prev {
  margin-right: 15px;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__prev {
    margin-right: 30px;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__prev a {
  display: block;
  width: 100px;
  height: 50px;
  background: #006cb8;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__prev a {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    border-radius: 50%;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__prev a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/news/news-arrow_l.svg);
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__prev a::before {
    background-image: url(../images/news/news-arrow_l.svg);
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#news .news_content .news_inner .m-pagenation .m-pagenation__body .add {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__body .add {
    margin: 0 15px;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__body .add a {
  display: block;
  font-weight: bold;
  font-size: 1.7rem;
  color: #000;
}

#news .news_content .news_inner .m-pagenation .m-pagenation__body .notNumbering {
  margin: 0 10px;
  font-size: 3rem;
}

#news .news_content .news_inner .m-pagenation .m-pagenation__body .-current a {
  background: #006cb8;
  display: block;
  color: #fff;
  font-size: 16px;
  border: 2px solid #006cb8;
  border-radius: 50%;
  padding: 6px 14px;
}

#news .news_content .news_inner .m-pagenation .m-pagenation__next {
  margin-left: 15px;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__next {
    margin-left: 30px;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__next a {
  display: block;
  width: 100px;
  height: 50px;
  background: #006cb8;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__next a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: none;
  }
}

#news .news_content .news_inner .m-pagenation .m-pagenation__next a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/news/news-arrow_r.svg);
}

@media screen and (min-width: 641px) {
  #news .news_content .news_inner .m-pagenation .m-pagenation__next a::before {
    background-image: url(../images/news/news-arrow_r.svg);
  }
}

/*# sourceMappingURL=news.css.map */