.ccm-page {
  /*
  .is-news .u-radius-button {
  	border: 1px solid #1065b0;
  	text-decoration: none;
  	position: relative;
  	padding: 15px 100px;
  }
  .is-news .u-icon-pdf:before {
  	content: url(../../img/home/arrow_lightBlue.png);
  	top: 18px;
  	right: 15px;
  	position: absolute;
  }
  */
  /* ------------------------------------------------------------------------------------------------
  * RESPONSIVE
  * ------------------------------------------------------------------------------------------------ */
  /* END RESPONSIVE 979px */
  /* END RESPONSIVE 767px */
}
.ccm-page main {
  width: 100%;
  margin: 0 auto;
}
.ccm-page .u-content {
  padding: 0 0 0 0;
}
.ccm-page .l-list_label {
  display: block;
  float: left;
  letter-spacing: 0.5px;
  padding: 3px 20px 10px 0;
}
.ccm-page .is-label {
  background: #000;
  font-size: 0.5625rem;
  text-align: center;
  vertical-align: middle;
  width: 121px;
  color: #fff;
  padding: 4px 0;
}
.ccm-page .l-list_datail {
  display: table-cell;
}
.ccm-page .l-list_sideCategory li:first-child {
  background: #eee;
}
.ccm-page .e-label_letter {
  background: #e05328;
}
.ccm-page .e-label_info {
  background: #1d2088;
}
.ccm-page .e-label_release {
  background: #cc0000;
}
.ccm-page .e-label_report {
  background: #1d8875;
}
.ccm-page p.article_note {
  border-top: 1px solid #eee;
  display: block;
  font-size: 0.5rem;
  padding: 20px 0 0 0;
  text-align: right;
}
.ccm-page .column2_item .article_block img {
  max-width: 100%;
  text-align: center;
}
.is-news .u-icon-pdf:after {
  width: 16px;
  background: url(../../img/global/icon-pdf-02.png) no-repeat center/100% auto;
  margin: 0 0 0 20px;
  top: 15px;
  right: 30px;
  position: absolute;
  height: 22px;
}

.is-news .f-list {
  margin-bottom: -20px;
}

.is-news .ccm-page .news_list {
  width: 100%;
  border: 1px solid #d2d5d4;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.5px;
}

.is-news .news_list p {
  padding: 0;
}

.is-news .news_list th,
.is-news .news_list td {
  vertical-align: middle;
  text-align: left;
  padding: 15px 10px;
  line-height: 1.3;
  white-space: normal;
  /*border-right: 1px solid #d2d5d4;
  border-left: 1px solid #d2d5d4;*/
}

.is-news .news_list td {
  /*border-bottom: 1px solid #d2d5d4;*/
}

.is-news .news_list th:last-child,
.is-news .news_list td:last-child {
  border-right: none;
}

.is-news .table_header {
  background: #f8f8f8;
  font-weight: normal;
  /*border-bottom: 1px solid #d2d5d4;*/
}

.is-news .news_list .is-name {
  width: 35%;
}

.is-news .news_list .is-name2 {
  width: 50%;
}

.is-news .news_list .is-name3 {
  width: 15%;
}

.ccm-page .mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .ccm-page .PC_only {
    display: none;
  }
  .ccm-page .mobile_only {
    display: block;
  }
  .is-news .mobile_only .news_list {
    border-top: #929292 1px solid;
  }
  .is-news .mobile_only .news_list tbody {
    width: 100%;
  }
  .is-news .mobile_only .news_list tr {
    display: flex;
  }
  .is-news .mobile_only .news_list th {
    width: 30%;
    border-bottom: #929292 1px solid;
    border-left: #929292 1px solid;
    border-left: #929292 1px solid;
  }
  .is-news .mobile_only .news_list td {
    width: 70%;
    border-bottom: #929292 1px solid;
    border-right: #929292 1px solid;
  }
  .ccm-page .article_block tr {
    margin: 0;
    border-top: none;
  }
  .ccm-page .article_block td {
    border-left: none;
  }
}

/* END PRINT */
