@charset "UTF-8";

.news__article:after { height: 0; visibility: hidden; content: ""; display: block; clear: both; }
/*.news__article img { float: right; margin: 30px 0 40px 40px; width: calc(50% - 40px); height: auto; }*/
.news__article img + img { clear: right; margin-top: 0; }
.news__article p { margin-top: 30px; }
.news__article p:first-of-type { margin-top: 0; }
.news__article p strong { font-weight: 700; }
.news__article p b { color: #F6C143; font-weight: 400; }
.news__article .align-left { clear: both; float: left; margin-right: 40px; margin-bottom: 20px; width: calc(50% - 40px); }
.news__article .align-right { clear: both; float: right; margin-left: 40px; margin-bottom: 20px; width: calc(50% - 40px); }
.news__article .align-center { text-align: center; }
.news__article .align-left img,
.news__article .align-right img,
.news__article .align-center img { float: none; margin: 0; width: auto; max-width: 100%; height: auto; }
.news__article a { color: #F6C143;}
.news__article a:hover { color: #F6C143; text-decoration: underline; }
.news__article img {height: auto;}
@media screen and (max-width: 767px) {
.news__article img { float: none; margin: 40px auto 0 auto; width: auto; max-width: 100%; height: auto;}
.news__article img + img { margin-top: 40px; }
.news__article .align-left { float: none; margin-right: 0; margin-bottom: 0; text-align: center; width: auto; }
.news__article .align-right { float: none; margin-left: 0; margin-bottom: 0; text-align: center; width: auto; }
}

/** pagination **/
.page_nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page_nav li .page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  color: #F6C143;
  font-size: 1em;
  text-align: center;
  border: 1px solid #F6C143;
  border-radius: 50%;
  background: #fff;
}
.page_nav li .page-numbers[aria-current="page"] {
  color: #fff;
  background: #F6C143;
}


/** search **/
.m-filters__block div.search_form::after { box-sizing: border-box; border: none; content: none; position: static; width: 0; height: 0; transform: none; }
.search_form dl {
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 100%;
padding: 10px 10px 10px 20px;
border: 1px solid #E5E5E5;
border-radius: 4px;
appearance: none;
background: #fff;
}
.search_form dd {
font-size: 0;
line-height: 0;
}
/*.search dd {
padding-right: 20px;
}*/
.search_form dt input {
width: 100%;
height: auto;
padding: 0;
border: none;
background: transparent;
}

.search .m-column > p {
  margin: 50px auto;
}

.post_cate {
  font-weight: bold;
  color: #F6C143 !important;
}
.post_cate a {
  color: #F6C143 !important;
}

.news__article .wp-caption {
  margin-top: 30px;
}
.news__article .wp-caption-text {
  margin-top: 5px !important;
}


/** list style **/
.wpb_wrapper ul {
  margin-top: 40px;
  margin-left: 2em;
}
.wpb_wrapper ul li {
  margin-top: 1em;
  list-style-type: none;
  position: relative;
}
.wpb_wrapper ul li:before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  top: 0.5em;
  content: "";
  background: #f6c143;
}
