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

 file name  : news.css
 author     : Ability Consultant
 style info : ニュース&リリース
=================================================================== */
.con_news, .con_news .main .con_pager_detail ul {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_news, .con_news .main .con_pager_detail ul {
    width: 95%;
  }
}
@media print {
  .con_news, .con_news .main .con_pager_detail ul {
    width: 95%;
  }
}
.ie8 .con_news, .ie8 .con_news .main .con_pager_detail ul, .con_news .main .con_pager_detail .ie8 ul {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_news, .con_news .main .con_pager_detail ul {
    width: 95%;
  }
}

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

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  min-height: 420px;
  background: url(../images/news/img_main.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    min-height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    background-position-x: -220px;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .con_news .main {
    width: 100%;
    float: none;
  }
}
.con_news .main .box_news {
  border-bottom: solid 1px #000;
  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;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
.con_news .main .box_news.fitted.hovered {
  background: #F6F5F3;
}
@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: 17%;
  max-height: 146px;
  overflow: hidden;
  float: left;
  margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .img {
    width: 25%;
    margin-left: 0;
  }
}
.con_news .main .box_news .box_info {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 1.4em 0;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info {
    margin-bottom: 5px;
    width: 70%;
    float: right;
    padding: 0 .4em 0;
  }
}
.con_news .main .box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .main .box_news .box_info .date {
  font-family: "Oswald", sans-serif;
  color: #100d0e;
  margin-right: 10px;
  font-size: 106%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news .box_info .date {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info .date {
    font-size: 95%;
  }
}
.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: 59%;
  }
}
.con_news .main .box_news .box_info .cate .main_c, .con_news .main .box_news .box_info .cate .sub_c {
  font-size: 83%;
  padding: 2px 12px;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: .4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news .box_info .cate .main_c, .con_news .main .box_news .box_info .cate .sub_c {
    font-size: 83%;
  }
}
@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 {
    font-size: 77%;
  }
}
.con_news .main .box_news .box_info .cate .main_c:last-child, .con_news .main .box_news .box_info .cate .sub_c:last-child {
  margin-right: 0;
}
@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: #007ec1;
}
.con_news .main .box_news .box_info .cate .sub_c {
  background: #100d0e;
}
.con_news .main .box_news h4 {
  overflow: hidden;
  margin: 0.5em 0;
  padding: 0 1.4em 0;
  font-weight: normal;
  line-height: 1.8;
  font-size: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news h4 {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h4 {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h4 {
    padding: 0 .4em 0;
    margin: 0 0 0.5em 0;
    font-size: 83%;
    width: 70%;
    float: right;
  }
}
.con_news .main .con_news_title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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-family: "Oswald", sans-serif;
  font-size: 118%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title .box_news_title .date {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .date {
    font-size: 89%;
  }
}
@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 .main_c, .con_news .main .con_news_title .box_news_title .sub_c {
  color: #fff;
  min-width: 90px;
  text-align: center;
  font-weight: normal;
  font-size: 83%;
  display: inline-block;
  margin-right: .4em;
  padding: 2px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title .box_news_title .main_c, .con_news .main .con_news_title .box_news_title .sub_c {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .main_c, .con_news .main .con_news_title .box_news_title .sub_c {
    font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .main_c, .con_news .main .con_news_title .box_news_title .sub_c {
    margin: 0;
  }
}
.con_news .main .con_news_title .box_news_title .main_c {
  background: #007ec1;
}
.con_news .main .con_news_title .box_news_title .sub_c {
  background: #100d0e;
}
.con_news .main .con_news_title h3 {
  font-size: 142%;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title h3 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title h3 {
    font-size: 118%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title h3 {
    font-size: 106%;
  }
}
.con_news .main .con_news_slide {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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 .txt_inn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 15px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
}
.con_news .main .con_news_slide .box_slide .txt_inn p {
  font-size: 71%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide .box_slide .txt_inn {
    display: none !important;
  }
}
.con_news .main .con_news_slide .box_slide .slick-slide img {
  transition: all 5s ease-in-out;
  margin: 0 auto;
}
.con_news .main .con_news_slide .box_slide .slick-active img {
  transform: scale(1.1);
}
.con_news .main .con_news_slide .box_slide .slick-slide .txt_inn {
  transition: all 0.2s ease-in;
}
.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: 1024px) {
  .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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.con_news .main .slick-dots li.slick-active {
  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: 1024px) {
  .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 {
  font-size: 177%;
  position: relative;
  margin-bottom: 1.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_l {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_l {
    font-size: 118%;
  }
}
.con_news .main .con_news_detail01 .st_l:before {
  content: "";
  position: absolute;
  bottom: -18px;
  /* style */
  width: 100%;
  height: 16px;
  background: linear-gradient(127deg, #0065a5 0%, #0078a5 49%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_l:before {
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_l:before {
    height: 12px;
  }
}
.con_news .main .con_news_detail01 .st_l--center {
  text-align: center;
}
.con_news .main .con_news_detail01 .st_m {
  font-size: 142%;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: .5em 0 .5em .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_m {
    font-size: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m {
    font-size: 106%;
  }
}
.con_news .main .con_news_detail01 .st_s {
  font-size: 106%;
  color: #161616;
  margin-bottom: 20px;
  font-weight: normal;
  position: relative;
  padding-left: .5em;
  padding-bottom: 6px;
  color: #007ec1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_s {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_s {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_s {
    font-size: 83%;
  }
}
.con_news .main .con_news_detail {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 1024px) {
  .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 {
  line-height: 1.8;
  text-align: left;
}
.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_detail02 {
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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%;
}
@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 dd {
  margin-top: 5px;
}
.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: 1024px) {
  .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 .con_l, .con_news .main .con_news_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
@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 dd, .con_news .main .con_news_detail03 .con_c dd {
  margin-top: 5px;
}
.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 dd {
  margin-top: 5px;
}
.con_news .main .con_news_detail04 {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .box_img {
    width: 100%;
    float: none;
    padding-left: 0;
    order: 1;
  }
}
.con_news .main .con_news_detail04 .txt {
  line-height: 1.8;
  width: 39%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .txt {
    width: 100%;
    margin-top: 5px;
    order: 2;
  }
}
.con_news .main .con_news_detail05 {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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 {
  line-height: 1.8;
  width: 39%;
}
@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: 1024px) {
  .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 .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;
  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 {
  color: #000;
}
.con_news .main .con_pager ul li a:hover:after, .con_news .main .con_pager ul li a.active:after {
  border-bottom: solid 3px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}
.con_news .main .con_pager ul li.prev {
  vertical-align: middle;
  position: relative;
}
.con_news .main .con_pager ul li.prev:before {
  margin-right: 0.5em;
  position: absolute;
  font-family: 'Ionicons';
  top: 30%;
  content: "\f3d5";
  left: 0;
}
.con_news .main .con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_news .main .con_pager ul li.next {
  vertical-align: middle;
  position: relative;
}
.con_news .main .con_pager ul li.next:after {
  margin-left: 0.5em;
  position: absolute;
  font-family: 'Ionicons';
  top: 30%;
  content: "\f3d6";
  right: 0;
}
.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 a {
  position: relative;
  display: block;
}
.con_news .main .con_pager a:after, .con_news .main .con_pager a:before {
  border-bottom: solid 3px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.con_news .main .con_pager a:before {
  left: 50%;
}
.con_news .main .con_pager a:after {
  right: 50%;
}
.con_news .main .con_pager a:hover::before, .con_news .main .con_pager a:hover::after {
  width: 50%;
}
.con_news .main .con_pager_detail {
  border-top: 1px solid #000;
  margin-top: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_pager_detail {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager_detail {
    margin-top: 2em;
  }
}
.con_news .main .con_pager_detail ul {
  margin-bottom: 10px;
  margin-top: 1.5em;
  display: flex;
  justify-content: space-around;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_pager_detail ul {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_pager_detail ul {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_pager_detail ul {
    width: 50%;
  }
}
@media print {
  .con_news .main .con_pager_detail ul {
    width: 50%;
  }
}
.ie8 .con_news .main .con_pager_detail ul {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_pager_detail ul {
    margin: 0 auto 15px;
  }
}
.con_news .main .con_pager_detail ul li {
  font-size: 118%;
}
.con_news .main .con_pager_detail ul li.box_home {
  vertical-align: middle;
}
.con_news .main .con_pager_detail ul li.box_home a {
  color: #007ec1;
}
.con_news .main .con_pager_detail ul li.box_prev {
  vertical-align: middle;
  position: relative;
}
.con_news .main .con_pager_detail ul li.box_prev:before {
  position: absolute;
  font-family: 'Ionicons';
  top: 30%;
  content: "\f3d5";
  left: 0;
}
.con_news .main .con_pager_detail ul li.box_next {
  vertical-align: middle;
  position: relative;
}
.con_news .main .con_pager_detail ul li.box_next:after {
  position: absolute;
  font-family: 'Ionicons';
  top: 30%;
  content: "\f3d6";
  right: 0;
}
.con_news .main .con_pager_detail a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
  position: relative;
  display: block;
}
.con_news .main .con_pager_detail a:after, .con_news .main .con_pager_detail a:before {
  border-bottom: solid 3px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.con_news .main .con_pager_detail a:before {
  left: 50%;
}
.con_news .main .con_pager_detail a:after {
  right: 50%;
}
.con_news .main .con_pager_detail a:hover::before, .con_news .main .con_pager_detail a:hover::after {
  width: 50%;
}
.con_news .side {
  width: 26%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1.5em;
  border-bottom: 1px solid #007ec1;
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget h3 {
    margin-bottom: 1em;
  }
}
.con_news .side .con_widget h3 .en {
  margin: 0 0.5em 0 0;
  font-size: 165%;
  color: #007ec1;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget h3 .en {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget h3 .en {
    font-size: 118%;
  }
}
.con_news .side .con_widget h3 .jp {
  color: #007ec1;
  font-size: 83%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget h3 .jp {
    font-size: 71%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget h3 .jp {
    font-size: 71%;
  }
}
.con_news .side .con_widget h3 span {
  margin-right: .2em;
}
.con_news .side .con_widget > ul {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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 {
  font-size: 95%;
  letter-spacing: .14em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget > ul > li {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul > li {
    font-size: 83%;
  }
}
.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 {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  padding: 1em 1em 1em 2em;
  position: relative;
}
.con_news .side .con_widget > ul > li ul li a:before {
  content: '\f3d3';
  position: absolute;
  left: 5%;
  top: 25%;
  font-family: "Ionicons";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget > ul > li ul li a:before {
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul > li ul li a:before {
    left: 5%;
  }
}
.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 3em;
}
.con_news .side .con_widget > ul > li a:before {
  content: '\f359';
  font-family: "Ionicons";
  position: absolute;
  left: 5%;
  top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget > ul > li a:before {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul > li a:before {
    left: 5%;
  }
}
.con_news .side .con_widget > ul > li a:hover, .con_news .side .con_widget > ul > li a.active {
  background: #F6F5F3;
}
.con_news .side .con_widget > ul > li a.active i {
  transform: rotate(90deg) !important;
  margin-left: 5px;
}
.con_news .side .con_widget > ul > li a.active:before {
  content: '\f464';
  font-family: "Ionicons";
  position: absolute;
  left: 5%;
  top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget > ul > li a.active:before {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul > li a.active:before {
    left: 5%;
  }
}
.con_news .side .con_widget > ul > li a i {
  margin-right: 10px;
}
.con_news .side .btn_dark {
  text-align: center;
}
.con_news .side .btn_dark a {
  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_basic {
  margin: 0 auto 2em;
  max-width: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_basic {
    margin: 0 auto 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic {
    margin: 0 auto 1em;
  }
}

.btn_cv.pdf {
  margin: 0 auto 2em;
  max-width: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_cv.pdf {
    margin: 0 auto 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_cv.pdf {
    margin: 0 auto 1em;
  }
}
.btn_cv.pdf a span {
  margin-right: 8px;
}
.btn_cv.pdf a span:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 100%;
  margin-right: .4em;
}
.btn_cv.pdf a span img {
  width: 10%;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    font-size: 83%;
  }
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 8px 5px;
  }
}
table.tbl_basic tr th {
  width: 30%;
  font-weight: normal;
}
table.tbl_basic tr td {
  line-height: 2.2;
  background: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd th, table.tbl_basic.rwd td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd th {
    background: #eeede8;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd td {
    line-height: 1.9;
    padding-bottom: 15px;
    text-align: left;
  }
}
