@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : pressroom.css
 author     : Ability Consultant
 style info : press room
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_pressroom_list {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

.con_pressroom_list:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/* -----------------------------------------------------------
	con_pressroom_list
----------------------------------------------------------- */
.con_pressroom_list {
  padding: 50px 0 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pressroom_list {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list {
    padding: 10px 0 0;
  }
}
.con_pressroom_list h3.tit_s {
  font-weight: normal;
  font-family: "Playfair Display", serif;
  color: #000;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pressroom_list h3.tit_s {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list h3.tit_s {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list h3.tit_s {
    margin-left: .5em;
  }
}
.con_pressroom_list h3.tit_s .en {
  font-size: 238%;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list h3.tit_s .en {
    font-size: 200%;
  }
}
.con_pressroom_list h3.tit_s .jp {
  font-size: 100%;
  margin-left: .5em;
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list h3.tit_s .jp {
    font-size: 88%;
  }
}
.con_pressroom_list .btn_basic {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pressroom_list .btn_basic {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list .btn_basic {
    margin-top: 30px;
  }
}
.con_pressroom_list .date {
  color: #9f9f9f;
  font-size: 90%;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pressroom_list .date {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_list .date {
    margin-bottom: 0.3em;
  }
}
.con_pressroom_list .list_title {
  line-height: 1.5;
  word-break: normal;
}

.btn_tab {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_tab {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_tab {
    margin-bottom: 40px;
  }
}
.btn_tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn_tab > ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #707070;
  border-left: 0;
  border-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.8em 0.5em;
  height: 100%;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .btn_tab > ul li a {
    padding: 1em 0.3em;
  }
}
.btn_tab > ul li a.is-active {
  background-color: #000;
  color: #fff;
}
.btn_tab > ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 20%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(5n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+5) {
    border-top: 1px solid #707070;
  }
}
@media print {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 20%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(5n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+5) {
    border-top: 1px solid #707070;
  }
}
.ie8 .btn_tab > ul {
  width: 100%;
}
.ie8 .btn_tab > ul li {
  width: 20%;
  text-align: center;
}
.ie8 .btn_tab > ul li:nth-child(5n+1) {
  border-left: 1px solid #707070;
}
.ie8 .btn_tab > ul li:nth-child(-n+5) {
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 1024px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 50%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(1) {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(2) {
    border-top: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(3) {
    border-left: 1px solid #707070;
  }
}

.con_release, .con_kit {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_release, .con_kit {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_release, .con_kit {
    margin-bottom: 80px;
  }
}
.con_release .box_release ul, .con_release .box_kit ul, .con_kit .box_release ul, .con_kit .box_kit ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.con_release .box_release ul li, .con_release .box_kit ul li, .con_kit .box_release ul li, .con_kit .box_kit ul li {
  word-break: break-all;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 1.5rem;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (max-width: 767px) {
  .con_release .box_release ul li, .con_release .box_kit ul li, .con_kit .box_release ul li, .con_kit .box_kit ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_release .box_release ul li, .con_release .box_kit ul li, .con_kit .box_release ul li, .con_kit .box_kit ul li {
    padding: 1rem;
  }
}
.con_release .box_release ul li:nth-child(1), .con_release .box_kit ul li:nth-child(1), .con_kit .box_release ul li:nth-child(1), .con_kit .box_kit ul li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
@media only screen and (min-width: 768px) {
  .con_release .box_release ul li:nth-child(2), .con_release .box_kit ul li:nth-child(2), .con_kit .box_release ul li:nth-child(2), .con_kit .box_kit ul li:nth-child(2) {
    border-top: 1px solid #DBDBDB;
  }
}
@media print {
  .con_release .box_release ul li:nth-child(2), .con_release .box_kit ul li:nth-child(2), .con_kit .box_release ul li:nth-child(2), .con_kit .box_kit ul li:nth-child(2) {
    border-top: 1px solid #DBDBDB;
  }
}
.ie8 .con_release .box_release ul li:nth-child(2), .ie8 .con_release .box_kit ul li:nth-child(2), .ie8 .con_kit .box_release ul li:nth-child(2), .ie8 .con_kit .box_kit ul li:nth-child(2) {
  border-top: 1px solid #DBDBDB;
}
.con_release .box_release ul li a .list_title:hover, .con_release .box_kit ul li a .list_title:hover, .con_kit .box_release ul li a .list_title:hover, .con_kit .box_kit ul li a .list_title:hover {
  text-decoration: underline;
}

.con_award, .con_e {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_award, .con_e {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_award, .con_e {
    margin-bottom: 80px;
  }
}
.con_award .box_award ul, .con_award .box_e ul, .con_e .box_award ul, .con_e .box_e ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
  word-break: break-all;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.25%;
          flex: 0 1 24.25%;
  margin-right: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_award .box_award ul li, .con_award .box_e ul li, .con_e .box_award ul li, .con_e .box_e ul li {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_award .box_award ul li:nth-child(4n), .con_award .box_e ul li:nth-child(4n), .con_e .box_award ul li:nth-child(4n), .con_e .box_e ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print {
  .con_award .box_award ul li:nth-child(4n), .con_award .box_e ul li:nth-child(4n), .con_e .box_award ul li:nth-child(4n), .con_e .box_e ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.ie8 .con_award .box_award ul li:nth-child(4n), .ie8 .con_award .box_e ul li:nth-child(4n), .ie8 .con_e .box_award ul li:nth-child(4n), .ie8 .con_e .box_e ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_award .box_award ul li:nth-child(2n), .con_award .box_e ul li:nth-child(2n), .con_e .box_award ul li:nth-child(2n), .con_e .box_e ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.mouse .con_award .box_award ul li a:hover img, .touch .con_award .box_award ul li a.touchstart img, .mouse .con_award .box_e ul li a:hover img, .touch .con_award .box_e ul li a.touchstart img, .mouse .con_e .box_award ul li a:hover img, .touch .con_e .box_award ul li a.touchstart img, .mouse .con_e .box_e ul li a:hover img, .touch .con_e .box_e ul li a.touchstart img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_award .box_award ul li a, .touch .con_award .box_e ul li a, .touch .con_e .box_award ul li a, .touch .con_e .box_e ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_award .box_award ul li a.touchend, .touch .con_award .box_e ul li a.touchend, .touch .con_e .box_award ul li a.touchend, .touch .con_e .box_e ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_award .box_award ul li .img, .con_award .box_e ul li .img, .con_e .box_award ul li .img, .con_e .box_e ul li .img {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}
.con_award .box_award ul li .img img, .con_award .box_e ul li .img img, .con_e .box_award ul li .img img, .con_e .box_e ul li .img img {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_award .box_award ul li .box_txt, .con_award .box_e ul li .box_txt, .con_e .box_award ul li .box_txt, .con_e .box_e ul li .box_txt {
  padding: 0.5em 0.3em !important;
}
@media only screen and (max-width: 767px) {
  .con_award .box_award ul li .box_txt, .con_award .box_e ul li .box_txt, .con_e .box_award ul li .box_txt, .con_e .box_e ul li .box_txt {
    padding: 0.8em auto !important;
  }
}
.con_award .box_e ul li .box_txt .list_title:after, .con_e .box_e ul li .box_txt .list_title:after {
  content: "→";
  margin-left: .3em;
}

/* -----------------------------------------------------------
	con_pressroom_detail
----------------------------------------------------------- */
.con_pressroom_detail {
  width: 80%;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pressroom_detail {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pressroom_detail {
    width: 95%;
  }
}
.con_pressroom_detail .main {
  width: 100%;
}
.con_pressroom_detail .main .con_news_slide img {
  width: 100%;
}
.con_pressroom_detail .main .con_news_detail img {
  width: 100%;
}
