@charset "utf-8";

/***************************************************
  press.css
***************************************************/

.news ul.news-ttl li:first-child{
  float: left;
}
.news .ttl-02{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 37px;
}
.news ul.tab-btn{
  margin-bottom: 40px;
}
.news ul.tab-btn li{
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}
.news ul.tab-btn li p{
  color: #231815;
  border-left: 1px solid #c8c3b4;
  height: 30px;
  line-height: 30px;
}
.news ul.tab-btn li a{
  text-decoration: none;
  display: block;
}
.news ul.tab-btn li p{
  font-weight: bold;
}
.news ul.tab-btn li:last-child p{
  border-right: 1px solid #c8c3b4;
}
.news ul.tab-btn li.open-tab p{
  color: #e00000;
  cursor: inherit;
}
.news ul.tab-btn li.open-tab:after{
  content: "";
  width: calc(100% - 1px);
  height: 4px;
  background-color: #e00000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news ul.tab-btn li.open-tab:before{
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #e00000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 37px;
  right: 0;
  left: 0;
  margin: auto;
}
.news ul.tab-btn li:after {
  content: "";
  width: calc(100% - 1px);
  height: 4px;
  background-color: #231815;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news ul.tab-btn li:hover p{
  color: #e00000;
  cursor: inherit;
}
.news ul.tab-btn li.open-tab a {
  color: #e00000;
  cursor: inherit;
}
.news ul.tab-btn li:hover a{
  color: #e00000;
  cursor: inherit;
}
.news ul.tab-btn li:hover:after {
  background-color: #e00000;
}
.news table th{
  padding-left: 50px;
  vertical-align: top;
}
.news table th{
  padding-top: 0;
  position: relative;
  width: 280px;
}
.news table tr {
  padding-bottom: 29px;
  display: block;
}
.news table th p{
  padding-bottom: 29px;
}
.news table td p:last-child{
  padding-bottom: 0;
  display: block;
  word-break: break-all;
}
.news table th span.news-category{
  display: inline-block;
  height: 28px;
  width: 7em;
  vertical-align: middle;
  text-align: center;
  line-height: 28px;
  margin-left: 22px;
}
.news table th span.news-category.news-category-product{
  background-color: #feebe0;
}
.news table th span.news-category.news-category-event{
  background-color: #eef7e6;
}
.news table th span.news-category.news-category-ir-news{
  background-color: #e9dbef;
}
.news table th.new:before {
  content: "NEW";
  color: #fff;
  background: #e00000;
  position: absolute;
  left: 0;
  padding: 4px 4px 3px 4px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  table.box-tab{
    padding: 0 20px;
  }
  .news{
    width: 100%;
  }
  .name-products{
    padding-left: 20px;
  }
  .name-products.details{
    padding-left: 0;
    margin-bottom: 30px;
  }
  .news ul.news-ttl{
    width: 100%;
    position: relative;
    padding-bottom: 18px;
    padding-right: 20px;
  }
  .news ul.news-ttl li:first-child{
    float: none;
    text-align: center;
  }
  .news ul.news-ttl li:last-child a{
    padding-right: 20px;
    background: url("/shared/img/svg/cur02.svg")no-repeat right;
    background-size: 11px 19px;
    top: 5px;
    right: 0;
  }
  .news ul.tab-btn li.open-tab:after{
    content: none;
  }
  .news ul.tab-btn li:after{
    content: none;
  }
  .news ul.tab-btn li.open-tab:before{
    content: none;
  }
  .area-news-tab-btn {
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .news ul.tab-btn{
    display: table;
    margin-top: 20px;
    width: 100%;
    border-bottom: solid 5px #e00000;
    margin-bottom: 0;
  }
  .news ul.tab-btn li{
    float: none;
    display: table-cell;
    width: 25%;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    min-width: 80px;
    border: none;
    padding-bottom: 0;
  }
  .news ul.tab-btn li p{
    color: #231815;
    font-size: 15px;
    border: none;
    height: auto;
    line-height: inherit;
  }
  .news ul.tab-btn li:last-child p{
    border: none;
  }
  .news ul.tab-btn li.open-tab{
    background-color: #e00000;
  }
  .news ul.tab-btn li.open-tab p{
    color: #fff;
  }
  ul.tab-btn li.open-tab{
    border-bottom: none;
  }
  ul.tab-btn li a{
    padding: 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
  }
  .news table,.news tbody,.news tr,.news td{
    display: block;
  }
  .news table tr {
    padding-bottom: 29px;
  }
  .news th{
    display: inline-block;
  }
  .news table th{
    padding-left: 0;
    text-align: left;
  }
  .news table th{
    padding-top: 0;
  }
  .news table td p{
    padding-top: 5px;
  }
  .news table th span.news-category{
    margin: 0 47px 0 10px;
    width: 7em;
  }
  .news table th.new:before {
    left: inherit;
    right: 40px;
  }
}
.link-pdf-left{
  position: relative;
  padding-left:25px;
  text-decoration: none;
}
.link-pdf-left:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/shared/img/svg/icon_pdf.svg")no-repeat;
  background-size: 16px 20px;
  top: 1px;
  left: 0;
}
.box-news-pager{
  padding: 20px 0 40px;
}
.box-news-pager .pager {
  text-align: center;
}
.box-news-pager .pager a,
.box-news-pager .pager span {
  display: inline-block;
  width: 55px;
  margin: 0 3px 8px;
  padding: 15px 0;
  border: 1px solid #837d7b;
  font-size: 16px;
  text-align: center;
}
.box-news-pager .pager span {
  background-color: #eeede9;
}
@media only screen and (max-width: 640px) {
  .box-news-pager .pager a,
  .box-news-pager .pager span {
    width: 33px;
    padding: 10px 0;
    font-size: 12px;
  }
}
.archives li{
  float: left;
  padding-left: 14px;
  width: 15%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 10px;
}
.archives li:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #e00000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.archives li:nth-child(6n){
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .archives li{
    width: 33.3333%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
ul.list-days{
  padding-top: 30px;
}
ul.list-days li:first-child{
  float: left;
}
ul.list-days li:last-child{
  float: right;
  padding-right: 13px;
  background: url(/shared/img/svg/ar08.svg)no-repeat center right;
}
ul.list-days li:last-child a:hover{
  opacity: 0.8;
}
ul.list-days li {
  font-size: 17px;
}
@media only screen and (max-width: 640px) {
  ul.list-days{
    margin-top: 0;
  }
  ul.list-days li:first-child,ul.list-days li:last-child{
    float: none;
  }
  ul.list-days li:last-child{
    display: inline-block;
  }
}
.box-details p.img-center{
  text-align: center;
}
.box-details a{
  text-decoration: none;
}
.box-details a:hover {
  text-decoration: underline;
}