@charset "UTF-8";
/* =======================================

	Wizlabo Library Elements

======================================= */
/* ------------------------------------
	Wll 記事一覧
------------------------------------ */
.xj-list-area .empty {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}

.xj-newslist:not(:last-child) {
  margin-bottom: 30px;
}

.xj-newslist li {
  display: flex;
  align-items: center;
  min-height: 65px;
  box-sizing: content-box;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.font_large .xj-newslist li { min-height: 70px }

.xj-newslist li ul {
  padding-left: 2em;
}

.xj-newslist li ul li {
  border-bottom: none;
  border-top: 1px solid #e2e2e2;
  position: relative;
}

.xj-newslist li ul li::before {
  content: '\2514';
  left: -2em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}

.xj-newslist li > *:not(ul) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
/*  padding: 10px 0;*/
}

.xj-newslist li a {
  color: #333;
  text-decoration: none;
}

.xj-newslist li a:hover {
  opacity: 0.6;
}

.xj-newslist li a[target='_blank']:not([href$='.pdf']) .ttl {
  background: transparent url(/files/ico_blank.png) right center no-repeat;
/*  background-size: 1em;*/
  padding-right: 1em;
}

.xj-newslist li a[href$='.zip'] .ttl {
  background: transparent url(/files/ico_dl.png) right center no-repeat !important;
  background-size: 1em !important;
}

.xj-newslist li a[href$='.pdf'] .size {
  background: transparent url(/files/ico_pdf.png) right center no-repeat;
  background-size: 13px;
}

.xj-newslist .date {
  font-size: 1.6rem;
  margin-right: 2em;
  width: 6em;
}

.xj-newslist .label {
  transform:rotateZ(0.03deg);
  font-size: 1.0rem;
  line-height: 1.6;
  background: #f5d9da;
  border: 1px solid #f5d9da;
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  width: 9.5em;
  padding: 2px;
}
.xj-newslist .label.ir-notice {
  background: #fcdfea;
  border: 1px solid #fcdfea;
}
.xj-newslist .label.disclosure {
  background: #d8edff;
  border: 1px solid #d8edff;
}
.xj-newslist .label.material {
  background: #f7ffcb;
  border: 1px solid #f7ffcb;
}
.xj-newslist .label.other {
  background: #ffd9cb;
  border: 1px solid #ffd9cb;
}

.bg_wrap .xj-newslist .label {
  background: #e60009;
  border: 1px solid #e60009;
  color: #fff;
}

/*.xj-newslist .label.ir {
  background: #f26e41;
  border-color: #f26e41;
  color: #fff;
}

.xj-newslist .label.notice {
  background: #dfe3ed;
  border-color: #dfe3ed;
  color: #333;
}

.xj-newslist .label.press {
  background: #7f3bd9;
  border-color: #7f3bd9;
  color: #fff;
}

.xj-newslist .label.brief {
  background: #f00;
  border-color: #f00;
  color: #fff;
}

.xj-newslist .label.disclosure {
  background: #00b050;
  border-color: #00b050;
  color: #fff;
}

.xj-newslist .label.legal {
  background: #00b0f0;
  border-color: #00b0f0;
  color: #fff;
}

.xj-newslist .label.other {
  background: #c6f;
  border-color: #c6f;
  color: #fff;
}

.xj-newslist .label.ir-notice {
  background: #f90;
  border-color: #f90;
  color: #fff;
}

.xj-newslist .label.label1 {
  background: #CF5EE6;
  border-color: #CF5EE6;
  color: #fff;
}

.xj-newslist .label.label2 {
  background: #3C82F0;
  border-color: #3C82F0;
  color: #fff;
}

.xj-newslist .label.label3 {
  background: #41D979;
  border-color: #41D979;
  color: #fff;
}*/

.xj-newslist .ttl {
  font-size: 1.6rem;
/*  display: inline-block;*/
  flex: 1;
}

.xj-newslist .new {
  background: #e60009;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 0 0.2em;
  padding: 0 0.2em;
}

.xj-newslist .size {
  display: inline-block;
  padding: 0 20px 0 0;
  width: 7em;
  font-size: 1.2rem;
  color: #5c5c5c;
  text-align: right;
}

/* 記事の　年度選択 */
.xj-sel-year {
  margin: 0 0 24px auto;
  display: table;
  position: relative;
}

.xj-sel-year::after {
  font-family: 'carlit';
  content: "\e901";
  color: #e60009;
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.xj-sel-year select {
  min-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 13px 44px 13px 16px;
  border: 1px solid #e60009;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
}

/* 記事のカテゴリ選択 */
.xj-sel-category {
  margin: 0 0 16px;
  padding-bottom: 1px;
  border-bottom: 2px solid #e60009;
}
.xj-sel-category li {
  border-radius: 5px;
  border: 1px solid #fef3f4;
  background: #fef3f4;
  letter-spacing: 0.025em;
  color: #050922;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 13px 24px;
  transition: all 0.3s ease-out;
}
.xj-sel-category li.ir-notice {
  border-color: #fcdfea;
  background: #fcdfea;
}
.xj-sel-category li.disclosure {
  border-color: #d8edff;
  background: #d8edff;
}
.xj-sel-category li.material {
  border-color: #f7ffcb;
  background: #f7ffcb;
}
.xj-sel-category li.other {
  border-color: #ffd9cb;
  background: #ffd9cb;
}
.xj-sel-category li.active, .xj-sel-category li:hover {
  border-color: #e60009;
  background: #e60009;
  color: #fff;
}

/*.xj-sel-category li.ir {
  border-color: #f26e41;
  color: #f26e41;
}

.xj-sel-category li.ir.active, .xj-sel-category li.ir:hover {
  background: #f26e41;
  color: #fff;
}

.xj-sel-category li.notice {
  border-color: #30d173;
  color: #30d173;
}

.xj-sel-category li.notice.active, .xj-sel-category li.notice:hover {
  background: #30d173;
  color: #fff;
}

.xj-sel-category li.press {
  border-color: #7f3bd9;
  color: #7f3bd9;
}

.xj-sel-category li.press.active, .xj-sel-category li.press:hover {
  background: #7f3bd9;
  color: #fff;
}

.xj-sel-category li.brief {
  border-color: #f00;
  color: #f00;
}

.xj-sel-category li.brief.active, .xj-sel-category li.brief:hover {
  background: #f00;
  color: #fff;
}

.xj-sel-category li.disclosure {
  border-color: #00b050;
  color: #00b050;
}

.xj-sel-category li.disclosure.active, .xj-sel-category li.disclosure:hover {
  background: #00b050;
  color: #fff;
}

.xj-sel-category li.legal {
  border-color: #00b0f0;
  color: #00b0f0;
}

.xj-sel-category li.legal.active, .xj-sel-category li.legal:hover {
  background: #00b0f0;
  color: #fff;
}

.xj-sel-category li.other {
  border-color: #c6f;
  color: #c6f;
}

.xj-sel-category li.other.active, .xj-sel-category li.other:hover {
  background: #c6f;
  color: #fff;
}

.xj-sel-category li.ir-notice {
  border-color: #f90;
  color: #f90;
}

.xj-sel-category li.ir-notice.active, .xj-sel-category li.ir-notice:hover {
  background: #f90;
  color: #fff;
}

.xj-sel-category li.label1 {
  border-color: #CF5EE6;
  color: #CF5EE6;
}

.xj-sel-category li.label1.active, .xj-sel-category li.label1:hover {
  background: #CF5EE6;
  color: #fff;
}

.xj-sel-category li.label2 {
  border-color: #3C82F0;
  color: #3C82F0;
}

.xj-sel-category li.label2.active, .xj-sel-category li.label2:hover {
  background: #3C82F0;
  color: #fff;
}

.xj-sel-category li.label3 {
  border-color: #41D979;
  color: #41D979;
}

.xj-sel-category li.label3.active, .xj-sel-category li.label3:hover {
  background: #41D979;
  color: #fff;
}*/

.xj-list-area,
.xj-newslist,
.xj-sel-year,
.xj-sel-category {
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .xj-newslist:not(:last-child) {
    margin-bottom: 24px;
  }
  .xj-newslist li > *:not(ul) {
    display: block;
    padding: 14px 0;
  }
  .xj-newslist .date {
    margin-right: 1em;
  }
  .xj-newslist .label {
    width: 95px;
    margin: 0 auto 1.0em 0;
    padding: 2px;
  }
  .xj-newslist .ttl {
    display: inline;
    font-size: 1.4rem;
/*    padding: 2px;*/
  }
  .xj-newslist .ttl:before {
    content: '\A';
    white-space: pre;
  }
  .xj-newslist .size {
    display: block;
    margin: 12px 0 0 auto;
  }
  .xj-sel-category {
    padding-bottom: 11px;
  }
  .xj-sel-category li {
    margin-bottom: 4px;
    /* SP tap */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
  .xj-sel-category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .xj-sel-category li {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 2px) / 2);
    text-align: center;
    margin: 0;
/*    padding: 4px;*/
    border-radius: 0;
  }
  .xj-sel-category li > a {
    padding: 4px;
  }
}

/* ------------------------------------
	Wll グラフページ
------------------------------------ */
.xj-graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}

.xj-graph > * {
  text-align: center;
  width: 49%;
}

.xj-graph img {
  margin: 0 0 20px;
  max-width: 100%;
}

.xj-graph .unit {
  display: block;
  text-align: right;
}

/* xj-chart */
.xj-graph section {
  padding: 0 1%;
}
.xj_chart_table tr > *:first-child {
	display: none;
}
.xj_chart_table {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.xj_chart_table::before,
.xj_chart_table::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e60009;
  position: absolute;
  left: 0;
  z-index: 2;
}
.xj_chart_table::before {
  top: 0;
}
.xj_chart_table::after {
  bottom: 0;
}
.xj_chart_table.table_fixed { table-layout: fixed; }
.xj_chart_table:not(:last-child) {
  margin-bottom: 40px;
}
.xj_chart_table tr:first-child .xj_chart_header_first,
.xj_chart_table tr:first-child .xj_chart_header {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 10px 8px;
  background-color: #fef3f4;
  text-align: center;
}
.xj_chart_table tr:first-child .xj_chart_header_first:not(:last-child),
.xj_chart_table tr:first-child .xj_chart_header:not(:last-child) {
  border-right: 1px solid #fff;
}
.xj_chart_table tr:not(:first-child) .xj_chart_header {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 10px 8px;
  background-color: #f6f7f5;
}
.xj_chart_table tr:not(:last-child) .xj_chart_header_first,
.xj_chart_table tr:not(:last-child) .xj_chart_header {
  border-bottom: 1px solid #e2e2e2;
}
.xj_chart_table td {
  font-size: 1.4rem;
  padding: 10px 8px;
}
.xj_chart_table .xj_chart_value {
  text-align: right;
}
.xj_chart_table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.xj_chart_table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .xj-graph {
    display: block;
  }
  .xj-graph > * {
    width: 100%;
  }
  .xj_chart_table tr:first-child .xj_chart_header_first,
  .xj_chart_table tr:first-child .xj_chart_header,
  .xj_chart_table tr:not(:first-child) .xj_chart_header {
    font-size: 1.4rem;
    padding: 10px 4px;
  }
  .xj_chart_table td {
    font-size: 1.3rem;
    padding: 10px 4px;
  }
}
@media only screen and (max-width: 400px) {
  .xj_chart_table tr:first-child .xj_chart_header_first,
  .xj_chart_table tr:first-child .xj_chart_header,
  .xj_chart_table tr:not(:first-child) .xj_chart_header,
  .xj_chart_table td {
    font-size: 1.2rem;
    padding: 8px 2px;
  }
}

/* ------------------------------------
  Get Adobe Acrobat Reader
  ------------------------------------ */
.acrobat-banner {
  display: flex;
  padding: 20px;
}

.acrobat-banner > a {
  display: block;
  line-height: 1;
  margin: 0 20px 0 0;
  min-width: 158px;
  text-align: center;
}

.acrobat-banner p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .acrobat-banner {
    display: block;
  }
  .acrobat-banner > a {
    margin: 0 auto 20px;
  }
}

/* ------------------------------------
 統合報告書 バックナンバー
  ------------------------------------ */
#xj-backnumber {
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.xj-more-btn {
  text-align: right;
  padding: 20px 0 0;
}
.xj-more-btn span {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  position: relative;
  height: 40px;
  padding: 0 36px;
  line-height: 40px;
}
.xj-more-btn span::before {
  content: 'もっと見る';
}
.xj-more-btn span::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 29px;
  height: 29px;
  background: url(/files/ico_accordion_plus.svg) no-repeat center / cover;
}
.xj-more-btn.switch span::before {
  content: '折りたたむ';
}
.xj-more-btn.switch span::after {
  background-image: url(/files/ico_accordion_minus.svg);
}
