@charset "utf-8";
/* CSS Document */
.xj_rss {
  text-align: right;
}
.xj_rss_icon {
  width: 16px;
}
.xj_year {
  padding: 5px 20px 5px 10px;
  margin-bottom: 20px;
}
.xj_category {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  align-items: center;
}
.xj_category_item {
  margin-right: 10px;
}
.xj_category_item a {
  display: block;
  width: 150px;
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #407f92;
  color: #407f92;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.xj_category_item.active a, .xj_category_item a:hover {
  color: #FFF;
  background-color: #407f92;
}
@media screen and (max-width:1100px) {
  .xj_category {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:768px) {
  .xj_category {
    width: 100%;
    justify-content: space-between;
  }
  .xj_category_item {
    width: 49%;
    margin-right: 0;
    margin-top: 2%;
  }
  .xj_category_item a {
    width: auto;
  }
}
.xj_list {
  margin-bottom: 30px;
}
.xj_list_item {
  list-style: none;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  align-items: center;
}
.xj_list_time {
  margin-right: 1em;
  width: 100px;
}
.xj_list_category {
  margin-right: 1em;
  padding: 2px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  width: 80px;
}
.xj_list_title {
  margin-right: 1em;
  flex: 1 0 0%;
}
.xj_list_category_results {
  background-color: #F48FB1;
}
.xj_list_category_securities {
  background-color: #81D4FA;
}
.xj_list_category_materials {
  background-color: #80CBC4;
}
.xj_list_category_timely {
  background-color: #BCAAA4;
}
.xj_list_category_pr {
  background-color: #FFB74D;
}
.xj_list_category_notice {
  background-color: #80DEEA;
}
.xj_list_category_info, .xj_list_category_product, .xj_list_category_web, .xj_list_category_magazine, .xj_list_category_campaign, .xj_list_category_news, .xj_list_category_newspaper, .xj_list_category_tv, .xj_list_category_lecture {
  background-color: #9FA8DA;
}
.xj_list_new {
  display: inline-block;
  background-color: #e53935;
  vertical-align: middle;
  padding: 0px 10px;
  line-height: 15px;
  color: #FFF;
  font: 1rem 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
}
.xj_icon {
  padding: 2px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  width: 80px;
  margin-left: 1.5em;
  background: #757575;
  display: inline-block;
}
.xj_icon_pdf {
  font-size: 0.6em;
  width: 50px;
}
.xj_size {
  font-size: 0.8em;
  margin-left: 1em;
}
.xj_list_icon {
  display: flex;
  align-items: center;
  width: 150px;
}
.xj_list_icon .xj_icon {
  margin-left: 0;
  margin-right: 1em;
}
.xj_list_icon .xj_size {
  font-size: 0.8em;
  margin-left: 0;
}
.xj_list_icon .xj_icon:last-child {
  margin-right: 0;
}
@media screen and (max-width:1100px) {
  .xj_list_item {
    margin: 0 0 0.5em 0;
    flex-wrap: wrap;
  }
  .xj_list_category {
    margin: 5px 0;
  }
  .xj_list_title {
    flex: 100%;
    margin-right: 0;
  }
  .xj_list_icon {
    width: 100% !important;
    justify-content: flex-end;
  }
  .xj_icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xj_list_icon .xj_icon {
    margin: 5px 0;
  }
  .xj_size {
    width: 100px;
    text-align: right;
  }
}
.xj_adobe {
  display: flex;
  padding: 30px 0;
}
.xj_adobe_text {
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .xj_adobe {
    flex-direction: column;
  }
  .xj_adobe_text {
    margin-left: 0;
  }
}
/* 業績財務 */
.xj_graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xj_graph_item {
  width: 48%;
  margin-bottom: 30px;
}
.xj_graph_title {
  margin-bottom: 10px;
}
.xj_graph_uint {
  text-align: right;
  margin-bottom: 10px;
}
.xj_chart_table {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.xj_chart_table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1px;
  vertical-align: middle;
  font-size: 12px;
}
.xj_chart_header_first, .xj_chart_header {
  background-color: #EEE;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.xj_chart_value {
  text-align: right;
}
.xj_chart_table_note {
  font-size: 1.4rem;
}
.xj_graph_note {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.xj_graph_note_title {
  font-weight: bold;
}
.xj_graph_note .xj_asterisk_list, .xj_graph_note .xj_dot_list {
  margin-bottom: 30px !important;
}
.xj_graph_note ul {
  display: block;
  border: none;
}
.xj_asterisk_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xj_asterisk_list li {
  padding-left: 1em;
}
.xj_asterisk_list li::before {
  content: "※";
  display: inline-block;
  text-indent: -1em;
}
.xj_dot_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xj_dot_list li {
  padding-left: 1em;
}
.xj_dot_list li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}
@media screen and (max-width:1100px) {
  .xj_chart_table {
    width: 100% !important;
  }
}
@media screen and (max-width:768px) {
  .xj_graph {
    flex-direction: column;
  }
  .xj_graph_item {
    width: 100%;
  }
}
/* IRカレンダー */
.xj_calendar_img {
  display: flex;
  justify-content: center;
}
.xj_calendar_list {
  margin-bottom: 60px;
}
.xj_calendar_list_heading {
  margin: 1em 0 0.5em;
  font-size: 2rem;
  font-weight: 700;
}
.xj_calendar_list_item + .xj_calendar_list_heading {
  margin-top: 30px;
}
.xj_calendar_list_item {
  list-style: none;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  align-items: center;
}
.xj_calendar_list_time {
  margin-right: 1em;
  position: static;
  width: 100px;
}
.xj_calendar_list_title {
  flex: 1 0 0%;
}
@media screen and (max-width:1100px) {
  .xj_calendar_list_item {
    margin: 0 0 0.5em 0;
    flex-wrap: wrap;
  }
  .xj_calendar_list_title {
    flex: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width:768px) {
  .xj_calendar_img {
    flex-direction: column;
  }
}