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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_news, .con_news .main .con_pager_detail {
  max-width: 1199px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_news, .con_news .main .con_pager_detail {
    width: 95%;
  }
}

.con_news:after, .con_news .main .con_pager:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_main_title {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  #contents .con_main_title {
    height: calc(100vh - 75px);
  }
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.con_news {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 40px;
  }
}
.con_news .main {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .con_news .main {
    width: 100%;
    float: none;
  }
}
.con_news .main .box_news {
  border-bottom: 1px dotted #c6c6c6;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
  }
  .con_news .main .box_news:first-child {
    padding: 0 0 15px 0;
  }
}
.con_news .main .box_news.fitted {
  cursor: pointer;
}
.con_news .main .box_news.fitted.hovered {
  background: #ededed;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news.fitted.hovered {
    background: none;
  }
}
.con_news .main .box_news.fitted.hovered h4 a {
  text-decoration: none;
}
.con_news .main .box_news .img {
  width: 220px;
  max-height: 146px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .img {
    width: 25%;
  }
}
.con_news .main .box_news .box_info {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info {
    margin-bottom: 5px;
    width: 70%;
    float: right;
  }
}
.con_news .main .box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .box_news .box_info .date {
  color: #100d0e;
  margin-right: 10px;
  font-size: 100%;
}
.con_news .main .box_news .box_info .cate {
  color: #fff;
  min-width: 90px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info .cate {
    margin: 0 0 3px;
    font-size: 67%;
  }
}
.con_news .main .box_news .box_info .cate .main_c, .con_news .main .box_news .box_info .cate .sub_c {
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info .cate .main_c, .con_news .main .box_news .box_info .cate .sub_c {
    padding: 1px 7px;
    margin-bottom: 1px;
  }
}
.con_news .main .box_news .box_info .cate .main_c {
  background: #8cc63f;
}
.con_news .main .box_news .box_info .cate .sub_c {
  background: #9a9bcd;
}
.con_news .main .box_news h4 {
  overflow: hidden;
  margin: 0.5em 0;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h4 {
    margin: 0 0 0.5em 0;
    font-size: 94%;
    width: 70%;
    float: right;
  }
}
.con_news .main .con_news_title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title {
    margin-bottom: 20px;
  }
}
.con_news .main .con_news_title .box_news_title {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_news .main .con_news_title .box_news_title p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .con_news_title .box_news_title .date {
  margin-right: 10px;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .date {
    display: block;
  }
}
.con_news .main .con_news_title .box_news_title .cate {
  color: #fff;
  min-width: 90px;
  text-align: center;
  font-weight: normal;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .cate {
    margin: 0;
  }
}
.con_news .main .con_news_title .box_news_title .cate .main_c {
  background: #8cc63f;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .sub_c {
  background: #9a9bcd;
  padding: 2px 15px;
}
.con_news .main .con_news_title h3 {
  font-size: 174%;
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title h3 {
    font-size: 120%;
  }
}
.con_news .main .con_news_slide {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_slide {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_slide .box_slide {
  overflow: hidden;
  position: relative;
}
.con_news .main .con_news_slide .box_slide .slick-slide {
  position: relative;
}
.con_news .main .con_news_slide .box_slide .slick-slide::after {
  width: 0;
  height: 0;
  display: block;
  content: '';
  padding-bottom: calc(617 / 981 * 100%);
}
.con_news .main .con_news_slide .box_slide .slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 15px;
  color: #fff;
  background-color: #8cc63f;
  opacity: 0.8;
}
.con_news .main .con_news_slide .box_slide .slick-slide .txt_inn p {
  font-size: 80%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
    display: none !important;
  }
}
.con_news .main .con_news_slide .box_slide .slick-slide img {
  margin: 0 auto;
  width: 100%;
}
.con_news .main .con_news_slide .box_slide .slick-active .txt_inn {
  bottom: 0;
}
.con_news .main .con_news_slide .txt_caption {
  padding-top: 10px;
  text-align: center;
}
.con_news .main .slick-dots {
  border: 0;
  background: transparent;
  position: absolute;
  display: block;
  text-align: center;
  padding: 5px;
  outline: none;
  width: 100%;
  bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .slick-dots {
    bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .slick-dots {
    bottom: 0;
  }
}
.con_news .main .slick-dots li {
  height: 14px;
  width: 14px;
  margin: 10px;
  display: inline-block;
  outline: none !important;
  border-radius: 50%;
  background: #fff;
}
.con_news .main .slick-dots li.slick-active {
  -webkit-box-shadow: white 0px 0px 1px 3px;
          box-shadow: white 0px 0px 1px 3px;
  background: transparent;
}
.con_news .main .slick-dots li button {
  color: transparent;
  padding: 0;
  border: 0;
  height: 14px;
  width: 14px;
  outline: none !important;
  cursor: pointer;
  background: transparent;
  display: block;
  position: relative;
}
.con_news .main .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  outline: none !important;
}
.con_news .main .slick-dots li button:hover, .con_news .main .slick-dots li button:focus {
  outline: none !important;
}
.con_news .main .con_news_detail01 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 {
    margin-bottom: 20px;
  }
}
.con_news .main .con_news_detail01 .st_l {
  margin-bottom: 15px;
  font-size: 160%;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid  #8cc63f;
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#ffffff));
  background: linear-gradient(to right, #eeeeee, #ffffff);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail01 .st_l {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_l {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_l {
    font-size: 120%;
  }
}
.con_news .main .con_news_detail01 .st_l:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.con_news .main .con_news_detail01 .st_m {
  font-size: 160%;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid  #8cc63f;
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#ffffff));
  background: linear-gradient(to right, #eeeeee, #ffffff);
  font-size: 134%;
  font-weight: normal;
  padding-left: 1em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m {
    font-size: 120%;
  }
}
.con_news .main .con_news_detail01 .st_m:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m {
    font-size: 107%;
  }
}
.con_news .main .con_news_detail01 .st_s {
  font-size: 120%;
  color: #161616;
  margin-bottom: 20px;
  font-weight: normal;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.con_news .main .con_news_detail01 .st_s:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #8cc63f;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_s {
    font-size: 94%;
  }
}
.con_news .main .con_news_detail {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_detail.txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail.txt {
    margin-bottom: 15px;
  }
}
.con_news .main .con_news_detail .txt {
  text-align: left;
  line-height: 1.8em;
}
.con_news .main .con_news_detail .wrap_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.con_news .main .con_news_detail .wrap_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_news .main .con_news_detail .txt_caption {
  padding-top: 10px;
  text-align: center;
}
.con_news .main .con_news_detail .tbl_primary {
  text-align: initial;
  border-collapse: collapse;
}
.con_news .main .con_news_detail .tbl_primary tbody {
  line-height: 2.8em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail .tbl_primary tbody {
    line-height: 1.8em;
  }
}
.con_news .main .con_news_detail .tbl_primary tbody tr {
  border-bottom: 1px dotted #c6c6c6;
}
.con_news .main .con_news_detail .tbl_primary tbody tr th {
  font-weight: 100;
}
.con_news .main .con_news_detail .tbl_primary tbody tr td {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail .tbl_primary tbody tr td {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
.con_news .main .con_news_detail .tbl_primary tbody :first-child {
  border-top: 1px dotted #c6c6c6;
}
.con_news .main .con_news_detail02 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_detail02 .con_l {
  float: left;
  width: 48%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 .con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .main .con_news_detail02 .con_l img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_news .main .con_news_detail02 .con_l dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 .con_l dd {
    margin-top: 15px;
  }
}
.con_news .main .con_news_detail02 .con_r {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail02 .con_r {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.con_news .main .con_news_detail02 .con_r dd {
  margin-top: 5px;
}
.con_news .main .con_news_detail03 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_detail03 dt {
  height: 175px;
  overflow: hidden;
}
.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .main .con_news_detail03 .con_l img, .con_news .main .con_news_detail03 .con_c img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
    margin-top: 15px;
  }
}
.con_news .main .con_news_detail03 .con_r {
  float: right;
  width: 31%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_r {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.con_news .main .con_news_detail03 .con_r img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_news .main .con_news_detail03 .con_r dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail03 .con_r dd {
    margin-top: 15px;
  }
}
.con_news .main .con_news_detail04 {
  margin-bottom: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail04 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_detail04 .box_img {
  width: 56%;
  padding-left: 5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .box_img {
    width: 100%;
    float: none;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_news .main .con_news_detail04 .txt {
  width: 39%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .txt {
    width: 100%;
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_news .main .con_news_detail05 {
  margin-bottom: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_news_detail05 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 {
    margin-bottom: 40px;
  }
}
.con_news .main .con_news_detail05 .box_img {
  width: 56%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .box_img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.con_news .main .con_news_detail05 .txt {
  width: 39%;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .txt {
    width: 100%;
    margin-top: 5px;
  }
}
.con_news .main .btn_detail {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .btn_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_detail {
    margin-bottom: 40px;
  }
}
.con_news .main .btn_detail a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.con_news .main .btn_pdf {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .btn_pdf {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .btn_pdf {
    margin-bottom: 40px;
  }
}
.con_news .main .btn_pdf a {
  display: inline-block;
}
.con_news .main .btn_pdf a span:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 100%;
}
.con_news .main .con_pager {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager {
    margin-top: 40px;
  }
}
.con_news .main .con_pager ul {
  text-align: center;
}
.con_news .main .con_pager ul li {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}
.con_news .main .con_pager ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #100d0e;
  text-align: center;
}
.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
  background: #8cc63f;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.con_news .main .con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_news .main .con_pager ul li.next i {
  margin-left: 0.5em;
}
.con_news .main .con_pager ul li.back i {
  margin-right: 0.5em;
}
.con_news .main .con_pager ul li.index i {
  margin-right: 0.5em;
}
.con_news .main .con_pager_detail {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .main .con_pager_detail {
    margin: 0 auto 15px;
  }
}
.con_news .main .con_pager_detail .box_prev {
  border-right: 1px solid #dddddd;
  width: 50%;
  display: table-cell;
}
.con_news .main .con_pager_detail .box_prev:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 30%;
  content: "\f104";
  left: 0;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1200px) {
  .con_news .main .con_pager_detail .box_prev:before {
    top: 20%;
  }
}
@media print {
  .con_news .main .con_pager_detail .box_prev:before {
    top: 20%;
  }
}
.ie8 .con_news .main .con_pager_detail .box_prev:before {
  top: 20%;
}
.con_news .main .con_pager_detail .box_prev:hover {
  background: #8cc63f;
  color: #fff;
}
.con_news .main .con_pager_detail .box_prev:hover a {
  color: #fff;
}
.con_news .main .con_pager_detail .box_prev a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
}
.con_news .main .con_pager_detail .box_next {
  width: 50%;
  display: table-cell;
  text-align: right;
}
.con_news .main .con_pager_detail .box_next:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  top: 30%;
  content: "\f105";
  font-weight: 600;
  right: 0;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1200px) {
  .con_news .main .con_pager_detail .box_next:after {
    top: 20%;
  }
}
@media print {
  .con_news .main .con_pager_detail .box_next:after {
    top: 20%;
  }
}
.ie8 .con_news .main .con_pager_detail .box_next:after {
  top: 20%;
}
.con_news .main .con_pager_detail .box_next:hover {
  background: #8cc63f;
  color: #fff;
}
.con_news .main .con_pager_detail .box_next:hover a {
  color: #fff;
}
.con_news .main .con_pager_detail .box_next a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
}
.con_news .side {
  width: 26%;
  float: right;
}
@media only screen and (max-width: 1199px) {
  .con_news .side {
    width: 100%;
    float: none;
    margin-top: 3em;
  }
}
.con_news .side .con_widget {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .side .con_widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget {
    margin-bottom: 40px;
  }
}
.con_news .side .con_widget h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
.con_news .side .con_widget h3 .en {
  margin: 0 0.5em 0 0;
  font-size: 134%;
  color: #100d0e;
}
.con_news .side .con_widget h3 .jp {
  font-size: 87%;
  color: #100d0e;
}
.con_news .side .con_widget > ul {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .side .con_widget > ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul {
    margin-bottom: 10px;
  }
}
.con_news .side .con_widget > ul > li {
  display: block;
}
.con_news .side .con_widget > ul > li.active .acc {
  display: block;
}
.con_news .side .con_widget > ul > li .acc {
  display: none;
}
.con_news .side .con_widget > ul > li ul li a {
  padding: 15px 15px 15px 30px;
  background: #fbfbfb;
}
.con_news .side .con_widget > ul > li ul li a:after {
  left: 15px;
}
.con_news .side .con_widget > ul > li a {
  position: relative;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 15px 20px 15px 0;
  border-bottom: 1px dotted #c6c6c6;
}
.con_news .side .con_widget > ul > li a.active i {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  margin-left: 5px;
}
.con_news .side .con_widget > ul > li a i {
  margin-right: 10px;
}
.con_news .side .con_widget .btn_index {
  display: inline-block;
  border: 1px solid #84c217;
  border-radius: 30px;
  padding: 15px 40px;
}
.con_news .side .btn_dark {
  text-align: center;
}
.con_news .side .btn_dark a {
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 1em;
  color: #fff !important;
  background: #333;
  border: 1px solid #333;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .side .btn_dark a {
    font-size: 1em;
    padding: 10px 5px;
  }
}
.con_news .side .btn_dark a:hover {
  background: none;
  color: #333 !important;
}

.btn {
  margin: 0 auto 30px;
  text-align: center;
  background: none;
}
.btn a {
  border: none;
  max-width: 320px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 94%;
  padding: 15px 0;
  text-align: center;
  background: #8cc63f;
  text-decoration: none !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn a:hover {
  background: none;
}
@media only screen and (max-width: 767px) {
  .btn:after {
    right: 55px;
  }
}

.btn_index {
  display: inline-block;
  border: 1px solid #84c217;
  border-radius: 30px;
  padding: 15px 40px;
}

.btn_pdf {
  margin-bottom: 30px;
  text-align: center;
}
.btn_pdf a {
  max-width: 320px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 94%;
  padding: 15px 0;
  text-align: center;
  background: #ab2020;
  text-decoration: none !important;
}
.btn_pdf a:hover {
  background: #ab2020;
  color: #fff !important;
  opacity: .8;
}
.btn_pdf a span {
  margin-right: 8px;
}
.btn_pdf a span img {
  width: 10%;
}
