@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : ニュース
=================================================================== */
/* -----------------------------------------------------------
	wrp_news
----------------------------------------------------------- */
.wrp_news {
  overflow: hidden;
  *zoom: 1;
}

/* -----------------------------------------------------------
	wrp_side
----------------------------------------------------------- */
.wrp_side {
  border: 1px solid #e3e3e3;
  border-top: 3px solid #5fc83a;
  padding: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 737px) {
  .wrp_side {
    padding: 15px 30px;
  }
}
.wrp_side .con_side {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wrp_side .con_side h3 {
  font-style: italic;
  padding: 5px 0 10px;
  line-height: 1;
  font-size: 1.05em;
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_side h3 {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_side h3 {
    padding: 5px 15px;
    float: left;
    width: 25%;
    font-size: 1.2em;
  }
}
.wrp_side .con_side h3 .hr {
  font-weight: normal;
  color: #8b898a;
}
.wrp_side .con_side h3 .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: .85em;
  font-weight: normal;
  color: #5fc83a;
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_side h3 .eng {
    font-size: .9em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_side h3 .eng {
    font-size: .8em;
  }
}
.wrp_side .con_side ul {
  /*display: none;*/
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_side ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_side ul {
    float: right;
    width: 73%;
  }
}
.wrp_side .con_side ul li:first-child {
  border-top: none;
}
.wrp_side .con_side ul li a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_side ul li a {
    padding: 10px 15px;
  }
}
.wrp_side .con_side ul li a:before {
  display: block;
  position: absolute;
  top: 54%;
  left: 15px;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  /*  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  /*  border-radius: 50%;*/
  background-color: #fff;
  border: 1px solid #e3e3e3;
  content: "";
}
.wrp_side .con_side ul li a:after {
  border-right: 3px solid #e3e3e3;
  border-bottom: 3px solid #e3e3e3;
  content: '';
  display: block;
  height: 10px;
  left: 20px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.wrp_side .con_side ul li a span {
  padding-left: 23px;
  display: block;
}
.wrp_side .con_side ul li:hover a {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background-color: #f3f3f3;
}
.wrp_side .con_side ul li.active a {
  background-color: #f3f3f3;
}
.wrp_side .con_side ul li.active a:after {
  opacity: 1;
  border-right: 3px solid #5fc83a;
  border-bottom: 3px solid #5fc83a;
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_side .box_category {
    display: none;
  }
}
.wrp_side .con_side .box_category select {
  width: 100%;
  padding: 5px 12px;
}
.wrp_side .con_category .txt{
  float: left;
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_category {
    overflow: hidden;
    *zoom: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_arichve .box_month {
    float: right;
    width: 73%;
  }
}
.wrp_side .con_arichve .box_month select {
  width: 70%;
  padding: 5px 12px;
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_arichve .box_month select {
    width: 50%;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_arichve .box_month select {
    width: 30%;
  }
}
.wrp_side .con_search {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_search .box_search {
    float: right;
    width: 73%;
  }
}
.wrp_side .con_search .box_search input {
  position: relative;
  width: 100%;
  padding: 5px 12px;
}
@media only screen and (min-width: 737px) {
  .wrp_side .con_search .box_search input {
    width: 100%;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_side .con_search .box_search input {
    width: 77%;
  }
}
.wrp_side .con_search .box_search input::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 5px;
  font-weight: normal;
}
.wrp_side .con_search .box_search input:last-child {
  width: 15%;
}
@media only screen and (max-width: 736px) {
  .wrp_side .con_search .box_search input:last-child {
    width: 50%;
    margin: 3% auto 0 auto;
  }
}

/* -----------------------------------------------------------
	wrp_main
----------------------------------------------------------- */
.wrp_main {
  /*ページャー*/
}
.wrp_main .con_rss {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 3px;
  line-height: 1;
  border-bottom: 1px dashed #e3e3e3;
}
.wrp_main .con_rss .txt_rss {
  position: relative;
  padding-right: 1em;
}
.wrp_main .con_rss .txt_rss:after {
  content: "\00BB";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
}
.wrp_main .con_rss a {
  display: block;
  margin-left: 0.5em;
  width: 32px;
  height: 36px;
  text-align: center;
  transition: 0.3s;
}
.wrp_main .con_rss a:before {
  content: "\f143";
  font-family: 'FontAwesome';
  font-size: 36px;
  line-height: 36px;
  color: #F39801;
}
.wrp_main .con_rss a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.wrp_main .con_rss a span {
  display: none;
}
.wrp_main .inner {
  border-left: 3px solid #5fc83a;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 3%;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
.wrp_main .inner dl {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0;
}
.wrp_main .inner dl dt {
  color: #fff;
  text-align: center;
  width: auto;
  float: left;
  margin-right: 5px;
  padding: 0 15px;
}
.wrp_main .inner dl dd {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .inner dl dd {
    font-size: 1.4em;
  }
}
.wrp_main .inner a .box_txt {
  border-top: 1px dotted #e3e3e3;
}
.wrp_main .inner a .box_txt h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #1d1d1d;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .inner a .box_txt h2 {
    font-size: 1.2em;
  }
}
.wrp_main .inner a .btn_news {
  width: 60%;
  float: right;
  border: 2px solid #5fc83a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #84c26e;
  position: relative;
  line-height: 1;
  color: #fff;
  padding: 15px 35px;
  text-align: center;
  margin: 0 auto 30px;
}
.wrp_main .inner a .btn_news:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.5em;
  font-size: 1.2em;
  color: #fff;
}
@media only screen and (min-width: 737px) {
  .wrp_main .inner a .btn_news {
    width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_main .inner a .btn_news {
    width: 25%;
  }
  .wrp_main .inner a:hover .box_txt h2 {
    color: #5d5d5d;
  }
  .wrp_main .inner a:hover .box_txt p {
    color: #5d5d5d;
  }
  .wrp_main .inner a:hover .btn_news {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    background: #5fc83a;
    color: #fff;
  }
}
@media only screen and (min-width: 1261px) {
  .wrp_main .inner a .btn_news {
    width: 20%;
  }
}
.wrp_main .con_pager {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.wrp_main .con_pager ul {
  text-align: center;
}
.wrp_main .con_pager ul li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.wrp_main .con_pager ul li span {
  display: block;
  border: 2px solid #4b494a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wrp_main .con_pager ul li a {
  display: block;
  border: 2px solid #4b494a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wrp_main .con_pager ul li a:hover {
  background-color: #4b494a;
  color: #fff;
}
.wrp_main .con_pager ul li a:hover:before, .wrp_main .con_pager ul li a:hover:after {
  color: #fff;
}
.wrp_main .con_pager ul li.page {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .wrp_main .con_pager ul li.page {
    display: inline-block;
    width: 40px;
    text-align: center;
  }
  .wrp_main .con_pager ul li.page a, .wrp_main .con_pager ul li.page span {
    padding: 10px 0;
  }
}
.wrp_main .con_pager ul li.btn_prev {
  float: left;
}
.wrp_main .con_pager ul li.btn_prev a, .wrp_main .con_pager ul li.btn_prev span {
  position: relative;
  padding: 10px 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.wrp_main .con_pager ul li.btn_prev a:before, .wrp_main .con_pager ul li.btn_prev span:before {
  content: "\f104";
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -.5em;
  font-size: 1.2em;
}
.wrp_main .con_pager ul li.btn_prev span {
  border: 2px solid #c1bdbe;
  color: #c1bdbe;
}
.wrp_main .con_pager ul li.btn_next {
  float: right;
}
.wrp_main .con_pager ul li.btn_next a, .wrp_main .con_pager ul li.btn_next span {
  position: relative;
  padding: 10px 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.wrp_main .con_pager ul li.btn_next a:before, .wrp_main .con_pager ul li.btn_next span:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.5em;
  font-size: 1.2em;
}
.wrp_main .con_pager ul li.active span {
  background-color: #4b494a;
  color: #fff;
}

.other {
  background-color: #5fc83a;
}

.pab {
  background-color: #e31a20;
}

.ir {
  background-color: #e9c63a;
}

/* -----------------------------------------------------------
	con_detail 詳細ページ用
----------------------------------------------------------- */
.wrp_detail .con_detail {
  border-top: 3px solid #5fc83a;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.wrp_detail .con_detail dl {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0;
}
.wrp_detail .con_detail dl dt {
  color: #fff;
  text-align: center;
  width: auto;
  float: left;
  margin-right: 5px;
  padding: 0 15px;
}
.wrp_detail .con_detail dl dd {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_detail .con_detail dl dd {
    font-size: 1.4em;
  }
}
.wrp_detail .con_detail h1 {
  font-size: 1.2em;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .wrp_detail .con_detail h1 {
    font-size: 1.6em;
  }
}
.wrp_detail .con_detail .img {
  margin-bottom: 20px;
  text-align: center;
}
.wrp_detail .con_detail .box_txt {
  margin-bottom: 20px;
}
.wrp_detail .con_detail .box_txt_img {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.wrp_detail .con_detail .box_txt_img .txt, .wrp_detail .con_detail .box_txt_img .img {
  margin: 10px 0;
}
.wrp_detail .con_detail .box_txt_img .txt {
  margin-right: 30px;
}
.wrp_detail .con_detail .box_txt_img .img {
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .wrp_detail .con_detail .box_txt_img {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrp_detail .con_detail .box_txt_img .txt {
    margin-right: 0;
  }
  .wrp_detail .con_detail .box_txt_img .img {
    width: 100%;
  }
  .wrp_detail .con_detail .box_txt_img .img img {
    max-width: 100% !important;
  }
}
.wrp_detail .con_detail .btn_style {
  margin: 0 auto 20px;
  width: 70%;
  display: block;
}
@media only screen and (min-width: 737px) {
  .wrp_detail .con_detail .btn_style {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_detail .con_detail .btn_style {
    width: 30%;
  }
}
.wrp_detail .con_detail .btn_style a i {
  margin-right: 5px;
}
.wrp_detail .con_detail table {
  margin-top: 0.5em;
}
.wrp_detail .con_detail table tr td {
  /*	border: 1px solid #aaa; */
  padding: 6px 5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 736px) {
  .wrp_detail .con_detail table {
    width: 100% !important;
    table-layout: fixed;
  }
  .wrp_detail .con_detail table tr {
    width: 100%;
    display: block;
  }
  .wrp_detail .con_detail table tr td {
    width: 100%;
    display: block;
  }
}
.wrp_detail .con_pager ul li {
  width: 45%;
}
.wrp_detail .con_pager ul li.btn_prev a {
  padding: 10px 10px 10px 20px;
}
.wrp_detail .con_pager ul li.btn_next a {
  padding: 10px 20px 10px 10px;
}
