@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報ページ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_news, .con_news .main .con_pager_detail {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

.con_news:after, .con_news .main .con_pager:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  padding: 50px 0;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1140px) {
  .con_news {
    width: 98%;
    margin: 0 1%;
  }
}
@media print {
  .con_news {
    width: 98%;
    margin: 0 1%;
  }
}
.ie8 .con_news {
  width: 98%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .con_news {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 3em 0;
  }
}
.con_news .main {
  width: 66%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_news .main {
    width: 100%;
    float: none;
  }
}
.con_news .main .video_box {
  position: relative;
  margin: 2rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .con_news .main .video_box {
    margin: 2rem auto 2rem;
  }
}
.con_news .main .video_box video {
  width: 100%;
}
.con_news .main .video_box video.video_news {
  width: 100%;
  display: block;
  max-height: 460px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .video_box video.video_news {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .video_box video.video_news {
    max-height: 50vw;
  }
}
.con_news .main .video_box .play-btn {
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .con_news .main .video_box .play-btn {
    width: 20%;
  }
}
.con_news .main .video_box .play-btn.playActive {
  display: none;
}
.con_news .main .box_news {
  border-bottom: solid 1px #DBDBDB;
  padding: 24px 1.5em;
  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 h4 a {
  text-decoration: none;
}
.con_news .main .box_news .img {
  width: 220px;
  max-height: 146px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .img {
    width: 25%;
    margin-right: 15px;
  }
}
.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: #9f9f9f;
  margin-right: 10px;
  font-size: 94%;
}
.con_news .main .box_news .box_info .cate {
  color: #464646;
  min-width: 90px;
  font-weight: normal;
  font-size: 82%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .box_news .box_info .cate {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news .box_info .cate {
    margin: 0 0 3px;
    font-size: 63%;
  }
}
.con_news .main .box_news .box_info .cate .main_c, .con_news .main .box_news .box_info .cate .sub_c {
  padding: 1px 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: 0 7px;
    margin-bottom: 1px;
  }
}
.con_news .main .box_news .box_info .cate .main_c {
  background: #EFF6F8;
}
.con_news .main .box_news .box_info .cate .sub_c {
  background: #fffef1;
}
.con_news .main .box_news h4 {
  overflow: hidden;
  margin: 0.5em 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .box_news h4 {
    margin: 0 0 0.5em 0;
    font-size: 100%;
    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 {
  color: #9f9f9f;
  margin-right: 10px;
  font-size: 94%;
}
.con_news .main .con_news_title .box_news_title .cate {
  color: #464646;
  min-width: 90px;
  text-align: center;
  font-weight: normal;
  font-size: 82%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title .box_news_title .cate {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .cate {
    margin: 0 0 3px;
    font-size: 63%;
  }
}
.con_news .main .con_news_title .box_news_title .cate .main_c, .con_news .main .con_news_title .box_news_title .cate .sub_c {
  padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title .box_news_title .cate .main_c, .con_news .main .con_news_title .box_news_title .cate .sub_c {
    padding: 0 7px;
  }
}
.con_news .main .con_news_title .box_news_title .cate .main_c {
  background: #EFF6F8;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .cate .sub_c {
  background: #fffef1;
  padding: 2px 15px;
}
.con_news .main .con_news_title .box_news_title .date {
  color: #9f9f9f;
  margin-right: 10px;
  font-size: 94%;
}
.con_news .main .con_news_title h3 {
  font-size: 163%;
  font-weight: normal;
  border-bottom: 1px solid #DBDBDB;
  line-height: 1.5;
  padding-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title h3 {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title h3 {
    padding-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_title h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_title h3 {
    font-size: 125%;
  }
}
.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;
}
.con_news .main .con_news_slide .box_slide .inner {
  position: relative;
}
.con_news .main .con_news_slide .box_slide .inner .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 .inner .txt_inn p {
  font-size: 75%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_slide .box_slide .inner .txt_inn {
    display: none !important;
  }
}
.con_news .main .con_news_slide .box_slide .slick-slide img {
  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: right;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F9F7F7;
}
.con_news .main .slick-dots li.slick-active {
  background: #D3AD6F;
}
.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;
  text-align: left;
}
@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 {
  margin-bottom: 15px;
  font-size: 150%;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: .8rem 2rem;
  background: linear-gradient(to left, #f1fbfe, #fffef1);
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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: 113%;
    padding: .8rem 1.5rem;
  }
}
.con_news .main .con_news_detail01 .st_m {
  padding: .25em 0 2.5em 2.2em;
  font-feature-settings: "palt";
  font-family: "Playfair Display", serif;
  font-size: 125%;
  font-weight: normal;
  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: 107%;
  }
}
.con_news .main .con_news_detail01 .st_m:before {
  content: "";
  background: #010101;
  width: 8%;
  height: 1px;
  position: absolute;
  top: 43%;
  max-width: 20px;
  right: 97%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_news_detail01 .st_m:before {
    right: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_m:before {
    max-width: 15px;
    right: 96%;
  }
}
.con_news .main .con_news_detail01 .st_s {
  font-size: 100%;
  color: #161616;
  margin-bottom: 20px;
  font-weight: normal;
  position: relative;
  padding-left: 1.9em;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.con_news .main .con_news_detail01 .st_s:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #5ea4bf;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail01 .st_s:before {
    left: 0;
    top: 50%;
    transform: translateY(-75%);
  }
}
@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;
}
@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 {
  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_detail table {
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100% !important;
}
.con_news .main .con_news_detail table tr th,
.con_news .main .con_news_detail table tr td {
  border: 1px solid #ccc;
  padding: .5em;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail table tr th,
  .con_news .main .con_news_detail table tr td {
    display: block;
    width: 100%;
  }
}
.con_news .main .con_news_detail table tr th {
  background-color: #eee;
  text-align: left;
}
.con_news .main .con_news_detail table tr td {
  text-align: left;
}
.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;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@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;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .main .con_news_detail04 {
    flex-direction: row-reverse;
  }
}
@media print {
  .con_news .main .con_news_detail04 {
    flex-direction: row-reverse;
  }
}
.ie8 .con_news .main .con_news_detail04 {
  flex-direction: row-reverse;
}
.con_news .main .con_news_detail04 .box_img {
  width: 55%;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .box_img {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.con_news .main .con_news_detail04 .txt {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail04 .txt {
    width: 100%;
  }
}
.con_news .main .con_news_detail05 {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@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: 55%;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .box_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.con_news .main .con_news_detail05 .txt {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_news .main .con_news_detail05 .txt {
    width: 100%;
  }
}
.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 .btn_pdf {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.con_news .main .btn_pdf a span:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 100%;
}
.con_news .main .con_pager {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_pager {
    margin-top: 40px;
  }
}
@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 #BEA67C;
  background: #fff;
  vertical-align: top;
}
.con_news .main .con_pager ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #BEA67C;
  text-align: center;
}
.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
  background: #BEA67C;
  color: #fff;
  transition: .7s;
}
.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 #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .main .con_pager_detail {
    margin: 0 auto 15px;
  }
}
.con_news .main .con_pager_detail .box_prev {
  border-right: 1px solid #DBDBDB;
  width: 50%;
  display: table-cell;
}
.con_news .main .con_pager_detail .box_prev:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 30%;
  content: "\f104";
  left: 2.5px;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_pager_detail .box_prev:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print {
  .con_news .main .con_pager_detail .box_prev:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.ie8 .con_news .main .con_pager_detail .box_prev:before {
  top: 50%;
  transform: translateY(-50%);
}
.con_news .main .con_pager_detail .box_prev:hover {
  background: #F9F7F7;
  color: #464646;
}
.con_news .main .con_pager_detail .box_prev:hover a {
  color: #464646;
}
.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: 'FontAwesome';
  top: 30%;
  content: "\f105";
  right: 2.5px;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1025px) {
  .con_news .main .con_pager_detail .box_next:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print {
  .con_news .main .con_pager_detail .box_next:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.ie8 .con_news .main .con_pager_detail .box_next:after {
  top: 50%;
  transform: translateY(-50%);
}
.con_news .main .con_pager_detail .box_next:hover {
  background: #F9F7F7;
  color: #464646;
}
.con_news .main .con_pager_detail .box_next:hover a {
  color: #464646;
}
.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: 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: 10px;
}
.con_news .side .con_widget h3 .en {
  margin: 0 0.5em 0 0;
  font-size: 119%;
  color: #100d0e;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
.con_news .side .con_widget h3 .jp {
  font-size: 82%;
  color: #100d0e;
}
.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 {
  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: #fcfcfc;
}
.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: solid 1px #DBDBDB;
}
.con_news .side .con_widget > ul > li a:hover, .con_news .side .con_widget > ul > li a.active {
  background: #efefef;
  transition: .7s;
}
.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 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 {
  margin-bottom: 30px;
  text-align: center;
}
.btn a {
  max-width: 320px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 88%;
  padding: 15px;
  text-align: center;
  background: #333;
  text-decoration: none !important;
  border: 1px solid #333;
  transition: all .2s;
}
.btn a:hover {
  background: none;
  color: #333 !important;
}

.btn_detail {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Gilda Display", serif;
}
.btn_detail a {
  max-width: 320px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 88%;
  padding: 15px;
  text-align: center;
  background: #464646;
  text-decoration: none !important;
}
.btn_detail a span {
  margin-right: 8px;
  color: #fff;
}
.btn_detail a span img {
  width: 10%;
}

.btn_pdf {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Gilda Display", serif;
}
.btn_pdf a {
  max-width: 320px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 88%;
  padding: 15px;
  text-align: center;
  background: #BEA67C;
  text-decoration: none !important;
}
.btn_pdf a:hover {
  color: #fff;
}
.btn_pdf a span {
  margin-right: 8px;
  color: #fff;
}
.btn_pdf a span img {
  width: 10%;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  border-top: 1px solid #DBDBDB;
  width: 100%;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  font-weight: normal;
  text-align: left;
  padding: 1em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 1em;
  }
}
table.tbl_basic tr td {
  border-bottom: 1px solid #DBDBDB;
}
table.tbl_basic tr th {
  border-bottom: 1px solid #DBDBDB;
  font-weight: bold;
  vertical-align: top;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th, table.tbl_basic.rwd tr td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th {
    border-bottom: 1px dotted #DBDBDB;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr td {
    border-bottom: 1px solid #DBDBDB;
  }
}

.box_detail_notice {
  margin: 3em auto;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_detail_notice {
    margin: 2em auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_detail_notice {
    margin: 1em auto;
  }
}
.box_detail_notice .con_news_detail {
  text-align: left !important;
}
.box_detail_notice .con_news_detail ul li {
  list-style-type: disc;
}
