@charset "UTF-8";
/*-- [Report] --*/
.report_category_list_box {
  padding: 20px 0 20px 20px;
  background-color: #f2f4f5;
}
.report_category_list_select_ttl {
  zoom: 1;
  position: relative;
}
.report_category_list_select_ttl::before, .report_category_list_select_ttl:after {
  content: "";
  display: table;
}
.report_category_list_select_ttl:after {
  clear: both;
}
.report_category_list_select_ttl .ttl_sm {
  display: block;
  float: left;
}
.report_category_list_all {
  display: block;
  float: right;
  height: 32px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 0 10px;
  border: 1px solid #053365;
  border-radius: 2px;
  background-color: #053365;
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.report_category_list_all.is_negative {
  cursor: pointer;
  background-color: #fff;
  color: #053365;
}
.report_category_list {
  zoom: 1;
}
/* サイバーパネル・レポート and ナレッジ・レポート限定対応 */
.report_category_list .category_label.cyberpanel_report,
.report_category_list .category_label.knowledge_report {
  float: none;
  display: inline-block;
  font-weight: bold;
  border-width: 2px;
  line-height: 3rem;
}
.report_category_list::before, .report_category_list:after {
  content: "";
  display: table;
}
.report_category_list:after {
  clear: both;
}
.report_category_list_wrapper {
  margin-top: 10px;
}
.report_list_wrapper {
  margin-top: 40px;
}
/*-- [/Report] --*/
.report_chronological_list {
  zoom: 1;
}
.report_chronological_list::before, .report_chronological_list:after {
  content: "";
  display: table;
}
.report_chronological_list:after {
  clear: both;
}
.report_chronological_list > li {
  float: left;
  width: 18%;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.report_chronological_list > li:nth-of-type(n+2) {
  margin-left: 2.5%;
}
.report_chronological_list > li:nth-of-type(5n+1) {
  margin-left: 0;
}
.report_chronological_list > li.is_active {
  background-color: #053365;
}
.report_chronological_list > li.is_active .chronological_list_btn {
  color: #fff;
}
.chronological_list_btn {
  display: block;
  padding: 8px 0 6px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #333;
}
/*-- [Mediaquery] --*/
@media screen and (min-width: 768px) {
  /*-- [Report] --*/
  .report_category_list_all:hover, .report_category_list_all:active {
    cursor: pointer;
    text-decoration: underline;
  }
  .report_category_list_all.is_negative:hover, .report_category_list_all.is_negative:active {
    border: 1px solid #053365;
    background-color: #053365;
    color: #fff;
  }
  /*-- [/Report] --*/
  .report_chronological_list > li:hover {
    background-color: #053365;
  }
  .report_chronological_list > li:hover .chronological_list_btn {
    color: #fff;
    text-decoration: underline;
  }
  .report_chronological_list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /*-- [Report] --*/
  .category_label {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .report_category_list_select_ttl .ttl_sm {
    float: none;
  }
  .report_category_list_all {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  .report_category_list_box {
    padding: 20px;
  }
  .report_chronological_list > li {
    width: 48%;
    margin-right: 0;
  }
  .report_chronological_list > li:nth-of-type(odd) {
    margin-left: 0;
  }
  .report_chronological_list > li:nth-of-type(even) {
    margin-left: 4%;
  }
  /* サイバーパネル・レポート and ナレッジ・レポート限定対応 */
  .report_category_list .category_label.cyberpanel_report,
  .report_category_list .category_label.knowledge_report {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
  /*-- [/Report] --*/
}
/*-- [/Mediaquery] --*/
