main section {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.news_single main .single_cont {
  margin-bottom: 80px;
}

.news_single main .single_cont h1 {
  font-weight: bold;
  font-size: 24px;
}

.news_single main .single_cont h2 {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 20px;
}

.news_single main .single_cont h3 {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 18px;
}

.news_single main .single_cont img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.news_single main .single_cont figcaption {
  color: #2080C0;
  text-align: center;
}

.news_single main .single_cont p {
  margin-bottom: 30px;
}

.news_single main .single_cont ul, .news_single main .single_cont ol {
  margin-bottom: 30px;
}

.news_single main .single_cont strong {
  font-weight: bold;
}

.news_single main .single_cont a {
  color: #2080C0;
  text-decoration: underline;
}

.news_single main .single_cont a:hover {
  text-decoration: none;
}

.news_single main .single_cont figure {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.news_single main .single_cont .date_cat_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.news_single main .single_cont .date_cat_area .get_date {
  display: inline-block;
  margin-right: 10px;
  color: #2080C0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.news_single main .single_cont .date_cat_area .get_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px;
  border: 1px solid #2080C0;
  color: #2080C0;
  font-size: 14px;
  line-height: 1;
}

ul.news_list {
  margin-bottom: 40px;
  border-top: 1px solid rgba(32, 128, 192, 0.2);
}

ul.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(32, 128, 192, 0.2);
}

ul.news_list .news_date {
  font-family: 'Roboto', sans-serif;
}

ul.news_list .news_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px;
  margin-left: 20px;
  border: 1px solid #2080C0;
  color: #2080C0;
  font-size: 14px;
  list-style: 1.2;
}

ul.news_list .news_title {
  width: calc(100% - 240px);
  margin-left: 20px;
}

ul.news_list .news_title a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.news_list .news_title a:hover {
  opacity: 0.7;
}

ul.news_list.seminar_list .news_title {
  width: calc(100% - 120px);
}

.moreButton {
  margin: 40px auto 0;
  text-align: center;
}

.moreButton #more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: auto;
  border: 1px solid #2080C0;
  background-color: transparent;
  color: #2080C0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moreButton #more-button:hover {
  background-color: #2080C0;
  color: #fff;
}

.moreButton #more-button:hover::before {
  color: #fff;
}

.moreButton #more-button:hover::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.moreButton #more-button::after {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #2080C0;
  border-left: 1px solid #2080C0;
  content: "";
}

.scroller-status {
  margin: 40px auto 0;
}

.next_link,
.scroller-status,
.infinite-scroll-last,
.infinite-scroll-error {
  display: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news_single main .single_cont h2 {
    padding: 0;
    background-color: transparent;
  }
  .news_single main .single_cont h3 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .news_single main .single_cont iframe {
    width: 100%;
  }
  .news_single main .single_cont figure {
    width: auto;
    max-width: 100%;
    text-align: center;
  }
  .news_single main .single_cont figure.is-provider-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .news_single main .single_cont figure.is-provider-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .news_single main .single_cont .date_cat_area .get_date,
  .news_single main .single_cont .date_cat_area .get_cat {
    margin-bottom: 0;
  }
  ul.news_list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0;
  }
  ul.news_list .news_title {
    width: calc(100%);
    margin-left: 0;
  }
  ul.news_list .news_title a {
    padding: 0;
  }
  ul.news_list.seminar_list .news_title {
    width: calc(100%);
  }
}

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