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

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news:after, .con_news .con_news_box:after, .con_news .con_pager:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_intro {
  background-image: url(../news/images/bg_tit.jpg);
}

.margin20bt {
  margin-bottom: 20px;
}

.margin5lf {
  margin-left: 5px;
}

/*ボタン*/
.box_btn {
  margin: 5%;
  width: 40%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_btn {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  max-width: 1200px;
  margin: 80px auto;
}
@media only screen and (max-width: 1024px) {
  .con_news {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-bottom: 2.5em;
    width: 90%;
  }
  .con_news .container {
    width: 100%;
  }
  .con_news .box_head {
    padding: .8em;
  }
  .con_news .box_head h3 {
    font-size: 140%;
  }
}
.con_news .con_news_box {
  background: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_box {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_box {
    margin-top: 30px;
  }
}
.con_news .main {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_news .main {
    width: 100%;
    float: none;
  }
}
.con_news .box_news {
  border-bottom: dotted 1px #100d0e;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    font-size: 85%;
  }
}
.con_news .box_news .img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
          box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 19px 0 4px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .img {
    height: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_news .box_news .img {
    width: 30%;
    height: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
  }
  .con_news .box_news:first-child {
    padding: 5px 0 15px 0;
  }
}
.con_news .box_news h3.st_news {
  font-size: 140%;
}
.con_news .box_news.fitted {
  cursor: pointer;
}
.con_news .box_news.fitted.hovered {
  background: #ededed;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news.fitted.hovered {
    background: none;
  }
}
.con_news .box_news.fitted.hovered h3 a {
  text-decoration: none;
}
.con_news .box_news .img {
  width: 220px;
  max-height: 146px;
  overflow: hidden;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .img {
    width: 30%;
    margin-right: 0;
    height: 100px;
  }
}
.con_news .box_news .box_info {
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_info {
    margin-bottom: 5px;
    width: 65%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.con_news .box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .box_news .box_info .date {
  color: #100d0e;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 120%;
}
.con_news .box_news .box_info .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.7em;
}
.con_news .box_news .box_info .cate span {
  font-size: 100%;
  background: #161616;
  text-decoration: none;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .7em;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_info .cate span {
    padding-top: 0.1em;
  }
}
@media only screen and (max-width: 375px) {
  .con_news .box_news .box_info .cate span {
    height: 24px;
  }
}
.con_news .box_news .box_info .cate span.sub_c {
  background: #161616;
}
.con_news .box_news p.st_syousai, .con_news .box_news h3 {
  overflow: hidden;
  margin: 0.5em 0 0.8em 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news p.st_syousai, .con_news .box_news h3 {
    margin: 0 0 0.5em 0;
    font-size: 100%;
    width: 65%;
    float: right;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title {
    margin-bottom: 20px;
  }
}
.con_news .con_news_title .box_news_title {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_news .con_news_title .box_news_title p {
  display: inline-block;
  vertical-align: middle;
}
.con_news .con_news_title .box_news_title .date {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title .date {
    display: block;
  }
}
.con_news .con_news_title .box_news_title .cate {
  margin-left: -0.5em;
}
.con_news .con_news_title .box_news_title .cate span {
  background: #161616;
  text-decoration: none;
  padding: 0 0.5em 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .7em;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title .box_news_title .cate span {
    padding-top: 0.1em;
  }
}
@media only screen and (max-width: 375px) {
  .con_news .con_news_title .box_news_title .cate span {
    margin-left: .5em;
    width: 78px;
    height: 24px;
  }
}
.con_news .con_news_title .box_news_title .cate span.sub_c {
  background: #161616;
}
.con_news .con_news_title h3.news_title {
  color: #161616;
  font-size: 147%;
  border-left: 5px solid #161616;
  padding-left: .6em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_title h3.news_title {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail01 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 {
    margin-bottom: 20px;
  }
}
.con_news .con_news_detail01 .st_l {
  font-size: 147%;
  border-bottom: 2px solid #161616;
  padding-left: .8em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_l {
    font-size: 140%;
    margin-top: 1em;
  }
}
.con_news .con_news_detail01 .st_m {
  font-size: 147%;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_m {
    font-size: 140%;
    margin-top: 1em;
  }
}
.con_news .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;
}
.con_news .con_news_detail01 .st_s:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #161616;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_s:before {
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail01 .st_s {
    font-size: 94%;
  }
}
.con_news .con_news_detail {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail.txt {
    margin-bottom: 15px;
  }
}
.con_news .con_news_detail .txt {
  text-align: left;
  padding-top: 10px;
}
.con_news .con_news_detail .wrap_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.con_news .con_news_detail .wrap_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con_news .con_news_detail .txt_caption {
  padding-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .tmp_slider_box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .tmp_slider_box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .tmp_slider_box {
    margin-bottom: 40px;
  }
}
.con_news .con_news_detail02 {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail02 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail02 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 {
    margin-bottom: 40px;
  }
}
.con_news .con_news_detail02 .con_l {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 .con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .con_news_detail02 .con_l dd {
  margin-top: 5px;
}
.con_news .con_news_detail02 .con_r {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail02 .con_r {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
.con_news .con_news_detail02 .con_r dd {
  margin-top: 5px;
}
.con_news .con_news_detail03 {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail03 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail03 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 {
    margin-bottom: 40px;
  }
}
.con_news .con_news_detail03 .con_l, .con_news .con_news_detail03 .con_c {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 .con_l, .con_news .con_news_detail03 .con_c {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.con_news .con_news_detail03 .con_l dd, .con_news .con_news_detail03 .con_c dd {
  margin-top: 5px;
}
.con_news .con_news_detail03 .con_r {
  float: right;
  width: 31%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail03 .con_r {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.con_news .con_news_detail03 .con_r dd {
  margin-top: 5px;
}
.con_news .con_news_detail04 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail04 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail04 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .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 .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 .con_news_detail04 .txt {
  width: 44%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail04 .txt {
    width: 100%;
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_news .con_news_detail05 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_news_detail05 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .con_news_detail05 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .con_news_detail05 .box_img {
  width: 56%;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 .box_img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.con_news .con_news_detail05 .txt {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .con_news .con_news_detail05 .txt {
    width: 100%;
    margin-top: 5px;
  }
}
.con_news .btn_default {
  margin: 1.5em auto 0;
}
.con_news .con_pager {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_news .con_pager {
    margin-top: 40px;
  }
}
.con_news .con_pager ul {
  text-align: center;
}
.con_news .con_pager ul li {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}
.con_news .con_pager ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #100d0e;
  text-align: center;
}
.con_news .con_pager ul li a:hover, .con_news .con_pager ul li a.active {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager ul li.prev i {
  margin-right: 0.5em;
}
.con_news .con_pager ul li.next i {
  margin-left: 0.5em;
}
.con_news .con_pager ul li.back i {
  margin-right: 0.5em;
}
.con_news .con_pager ul li.index i {
  margin-right: 0.5em;
}
.con_news .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: 1024px) {
  .con_news .con_pager_detail {
    margin: 0 auto 15px;
  }
}
.con_news .con_pager_detail .box_prev {
  border-right: 1px solid #dddddd;
  width: 50%;
  display: table-cell;
}
.con_news .con_pager_detail .box_prev:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 30%;
  content: "\f104";
  left: 0;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_pager_detail .box_prev:before {
    top: 20%;
  }
}
.con_news .con_pager_detail .box_prev:hover {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager_detail .box_prev:hover a {
  color: #313131;
}
.con_news .con_pager_detail .box_prev a {
  padding-left: 20px;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: .9em;
}
.con_news .con_pager_detail .box_next {
  width: 50%;
  display: table-cell;
  text-align: right;
}
.con_news .con_pager_detail .box_next:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 30%;
  content: "\f105";
  right: 0;
  opacity: .5;
  font-size: 1.3em;
}
@media only screen and (min-width: 1025px) {
  .con_news .con_pager_detail .box_next:after {
    top: 20%;
  }
}
.con_news .con_pager_detail .box_next:hover {
  background: #eaeaea;
  color: #313131;
}
.con_news .con_pager_detail .box_next:hover a {
  color: #313131;
}
.con_news .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;
  }
}
@media only screen and (min-width: 1025px) {
  .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 {
  color: #161616;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #161616;
  padding: 0.2em 0;
}
.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: 107%;
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget h3 .jp {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget h3 .jp {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news .side .con_widget > ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .side .con_widget > ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .side .con_widget > ul {
    margin-bottom: 20px;
  }
}
.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: dotted 1px #100d0e;
}
.con_news .side .con_widget > ul > li a:hover, .con_news .side .con_widget > ul > li a.active {
  background: #ededed;
}
.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 .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;
}
.con_news .side .btn_index a {
  display: block;
  color: #fff;
  border: solid 1px #161616;
  margin: 0 18%;
  padding: 4% 0;
  text-align: center;
  color: #161616;
  font-size: 94%;
  padding-right: 1em;
  position: relative;
  text-decoration: none;
}
.con_news .side .btn_index a:hover {
  opacity: 1;
  background-color: #161616;
  color: #fff !important;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.con_news .side .btn_index a::after {
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 90%;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
