@charset "UTF-8";
.area-section {
  margin-top: 15px;
}
@media only screen and (max-width: 740px) {
  .area-section {
    padding-top: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .area-section {
    margin-top: 50px;
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 740px) {
  .news-side {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 741px) {
  .news-side {
    float: right;
    width: 250px;
  }
}

@media print, screen and (min-width: 741px) {
  .news-main {
    float: left;
    width: 760px;
  }
}

.title-news-main {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .title-news-main {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
  }
}
@media print, screen and (min-width: 741px) {
  .title-news-main.is-archive {
    color: #663226;
    font-size: 35px;
    margin-bottom: 40px;
  }
}

.block-article-list {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBB;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .block-article-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .block-article-list:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }
}

.article-list-photo {
  width: 300px;
  float: left;
}
@media print, screen and (min-width: 741px) {
  .article-list-photo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .article-list-photo {
    width: 130px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 740px) {
  .article-list-footer {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .article-list-main p {
    margin-bottom: 0;
  }
}

.text-meta {
  font-size: 12px;
}
@media only screen and (max-width: 740px) {
  .text-meta {
    font-size: 10px;
  }
}

.title-article-list {
  font-size: 20px;
}
@media only screen and (max-width: 740px) {
  .title-article-list {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.button-news {
  background-color: #D1FCE7;
  border-radius: 50px;
  padding: 0;
  line-height: 42px;
  width: 200px;
}

@media print, screen and (min-width: 741px) {
  .block-side-header {
    border-bottom: 1px solid #BBB;
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 741px) {
  .block-side {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 740px) {
  .block-side {
    display: inline-block;
    width: 140px;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
  }
}

@media print, screen and (min-width: 741px) {
  .title-side {
    font-size: 18px;
  }
  .title-side:before {
    content: "";
    display: inline-block;
    background-color: #78B97F;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin-right: 7px;
  }
}

@media only screen and (max-width: 740px) {
  .block-side-header {
    text-align: left;
    border: 2px solid #78B97F;
    padding: 6px;
    position: relative;
    padding-left: 20px;
  }
  .block-side-header:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -9px;
  }
}
@media only screen and (max-width: 740px) {
  .block-side-header .title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 740px) {
  .block-side-main {
    text-align: left;
    position: absolute;
    width: 140px;
    display: none;
    z-index: 100;
	overflow-y: auto;
	height: 185px;
  }
}

@media only screen and (max-width: 740px) {
  .block-side-main::-webkit-scrollbar {
	  background:#efefef;
	  width:6.9px;
	}
}

@media only screen and (max-width: 740px) {
  .block-side-main::-webkit-scrollbar-thumb {
	  background:#bfbfbf;
	  border-radius: 25px;
	}
}

@media only screen and (max-width: 740px) {
	.block-side-main::-webkit-scrollbar-track-piece {
		background: #efefef;
	}

.list-side li {
  vertical-align: middle;
}
@media print, screen and (min-width: 741px) {
  .list-side li {
    padding-left: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 740px) {
  .list-side li {
    border-bottom: 1px solid #FFF;
  }
  .list-side li:last-child {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .list-side li:before {
    font-family: FontAwesome;
    content: "";
    font-size: 10px;
    margin-right: 12px;
    vertical-align: 3px;
  }
}
@media print, screen and (min-width: 741px) {
  .list-side li .children li {
    padding-left: 20px;
    font-weight: normal;
  }
}
.list-side a {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 740px) {
  .list-side a {
    background-color: #FFF;
    display: block;
    padding: 6px;
    background-color: #EFEFEF;
    font-size: 11px;
  }
}

.pagenaition {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .pagenaition {
    width: 50%;
  }
}
.pagenaition a {
  text-decoration: none;
  color: #000;
}
.pagenaition .page-numbers {
  width: 2em;
  border: 1px solid #DDD;
  margin-right: -1px;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
}
.pagenaition .prev {
  float: left;
  margin-top: 2px;
  font-size: 16px;
  width: auto;
  border: none;
}
.pagenaition .next {
  float: right;
  margin-top: 2px;
  font-size: 16px;
  width: auto;
  border: none;
}
.pagenaition .current {
  background-color: #d4ead6;
}

.title-single {
  color: #663226;
}
@media print, screen and (min-width: 741px) {
  .title-single {
    font-size: 35px;
  }
}
@media only screen and (max-width: 740px) {
  .title-single {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 741px) {
  .title-single {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 740px) {
  .title-single {
    color: #000;
  }
}

@media only screen and (max-width: 740px) {
  .news-main-single {
    margin-bottom: 40px;
  }
}
.news-main-single .aligncenter {
  display: block;
  margin: 0 auto;
}
.news-main-single .alignright {
  float: right;
}
.news-main-single .alignleft {
  float: left;
}
.news-main-single img {
  vertical-align: baseline;
}
.news-main-single h1 {
  font-weight: 700;
  font-size: 2em;
}
.news-main-single h2 {
  font-weight: 700;
  font-size: 1.6em;
}
.news-main-single h3 {
  font-weight: 700;
  font-size: 1.4em;
}
.news-main-single h4 {
  font-weight: 700;
  font-size: 1.3em;
}
.news-main-single h5 {
  font-weight: 700;
  font-size: 1.2em;
}
.news-main-single h6 {
  font-weight: 700;
}
.news-main-single p em {
  font-style: italic;
}

.single-main-header {
  margin-bottom: 25px;
}
@media only screen and (max-width: 740px) {
  .single-main-header {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  .single-main-header .title {
    margin-bottom: 0;
  }
}

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