@charset "UTF-8";
/* CSS Document */
span.time {
  font-size: 14px;
  color: #343434;
  opacity: 0.8;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}

p.news_punch,
p.news_brake,
p.news_holiday,
p.news_machinery,
p.news_campaign,
p.news_other,
p.news_c_poc,
p.news_btn_other,
p.news_btn_topic {
  font-size: 15px;
  position: relative;
  padding-left: 135px;
  padding-bottom: 0;
  margin-left: 5em;
  margin-bottom: 15px;
}

_:lang(x)::-ms-backdrop,
p.news_punch,
p.news_brake,
p.news_holiday,
p.news_machinery,
p.news_campaign,
p.news_other,
p.news_c_poc,
p.news_btn_other,
p.news_btn_topic {
  margin-left: 6em;
}

/*-- CPOC一覧表示時日時詰め表示 --*/
p.news_c_poc.c_poc_list {
  margin-left: 0;
}

/*-- CPOC一覧表示時日時詰め表示（news/index.html） --*/
.news_list_box.index_list p.news_c_poc {
  margin-left: 4em;
}

p.news_punch::before,
p.news_brake::before,
p.news_holiday::before,
p.news_machinery::before,
p.news_campaign::before,
p.news_other::before,
p.news_c_poc::before,
p.news_btn_other::before,
p.news_btn_topic::before {
  position: absolute;
  height: 20px;
  width: 126px;
  display: inline-block;
  top: 5px;
  left: 0;
}

p.news_punch::before {
  content: " ";
  background: url("../images/news/news_btn1.jpg");
}

p.news_brake::before {
  content: " ";
  background: url("../images/news/news_btn2.jpg");
}

p.news_holiday::before {
  content: " ";
  background: url("../images/news/news_btn4.jpg");
}

p.news_machinery::before {
  content: " ";
  background: url("../images/news/news_btn3.jpg");
}

p.news_campaign::before {
  content: " ";
  background: url("../images/news/news_btn5.jpg");
}

p.news_other::before {
  content: " ";
  background: url("../images/news/news_btn6.jpg");
}

p.news_c_poc::before {
  content: " ";
  background: url("../images/news/news_btn7.jpg");
}

p.news_btn_other::before {
  content: " ";
  background: url("../images/news/news_btn_other.jpg");
}

p.news_btn_topic::before {
  content: " ";
  background: url("../images/news/news_btn_topic.jpg");
}

/*-- モバイル版改行表示 --*/
@media (max-width: 767px) {
  span.time {
    float: none;
  }
  p.news_punch,
  p.news_brake,
  p.news_holiday,
  p.news_machinery,
  p.news_campaign,
  p.news_other,
  p.news_c_poc,
  p.news_btn_other,
  p.news_btn_topic {
    position: relative;
    padding-left: 0;
    margin-left: 0;
  }
  p.news_punch::before,
  p.news_brake::before,
  p.news_holiday::before,
  p.news_machinery::before,
  p.news_campaign::before,
  p.news_other::before,
  p.news_c_poc::before,
  p.news_btn_other::before,
  p.news_btn_topic::before {
    position: relative;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
  }
  div.pdf,
  div.news_list_box {
    margin-bottom: 5px;
  }
}
div.pdf::after {
  content: " ";
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url(../images/common/pdf.png) no-repeat;
  margin-left: 3px;
  margin-bottom: -3px;
}

div.pdf,
div.news_list_box {
  margin-bottom: 10px;
}

div.pdf::after,
div.news_list_box::after {
  content: " ";
  clear: both;
  display: block;
}

.panels div.pdf,
div.news_list_box {
  margin-bottom: 15px;
}

.news_list_box span {
  font-weight: normal;
}

article.news_list a.news {
  padding-bottom: 0;
  color: #343434;
  border-bottom: 1px solid #343434;
}

article.news_list a.news:hover {
  padding-bottom: 0;
  color: #e96c0e;
  border-bottom: 1px solid #e96c0e;
}

table.news td {
  vertical-align: top;
}

td p span.news_small {
  color: #343434;
  font-size: 12px;
}

table.news td p {
  line-height: 1.3;
}

table.news span.opacity {
  color: #343434;
  opacity: 0.8;
}

p.news_none {
  position: relative;
  margin-left: 5em;
}

.box_border {
  border: 1px solid #00152b;
  padding: 20px;
}

/*-- PDFボタン / 赤 --*/
.btn_pdf {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #ff0000;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  /*-- モバイルにもPDFを表示させる場合（表示拡大） --*/
}
.btn_pdf a {
  display: block;
  padding: 15px 40px;
  color: #2c2c2c;
  transition: 0.3s all ease-in-out;
  border-radius: 11px;
}
.btn_pdf a:hover {
  color: #2c2c2c;
  background: #ffdfc5;
}
@media (max-width: 767px) {
  .btn_pdf {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn_pdf.all_page {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}/*# sourceMappingURL=news.css.map */