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

	Wizlabo Library Elements

======================================= */
/* ------------------------------------
	Wll 記事一覧
------------------------------------ */
.xj-list-area .empty {
  border-bottom: 1px solid #e2e2e2;
}

.xj-newslist li {
  border-bottom: 1px solid #e2e2e2;
}
.xj-newslist li:last-child {
  border-bottom: none;
}
.xj-newslist li ul {
  padding-left: 2em;
}
.xj-newslist li ul li {
  position: relative;
  border-top: 1px solid #e2e2e2;
  border-bottom: none;
}
.xj-newslist li ul li::before {
  content: "└";
  position: absolute;
  top: 50%;
  left: -2em;
  margin-top: -0.5em;
}
.xj-newslist li > *:not(ul) {
  display: flex;
  gap: 4px 16px;
  align-items: center;
  color: #222;
  padding: 16px 12px 16px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .xj-newslist li > *:not(ul) {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.xj-newslist li a {
  text-decoration: none;
  color: #222;
}
@media (any-hover: hover) {
  .xj-newslist li a:hover {
    opacity: 0.6;
  }
}
.xj-newslist li a[target=_blank]:not([href$=".pdf"]) {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .xj-newslist li a[target=_blank]:not([href$=".pdf"]) {
    padding-right: 0;
  }
}
.xj-newslist li a[target=_blank]:not([href$=".pdf"])::before {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .xj-newslist li a[target=_blank]:not([href$=".pdf"])::before {
    top: 22px;
    right: 0;
    transform: translateY(0);
  }
}
.xj-newslist li a[href$=".pdf"] .size {
  padding-right: 24px;
  position: relative;
}
.xj-newslist li a[href$=".pdf"] .size::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(/files/common-icon_img_pdf.svg) center no-repeat;
  position: absolute;
  top: -3px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .xj-newslist li a[href$=".pdf"] .size::before {
    top: 5px;
  }
}
.xj-newslist .date {
  min-width: 78px;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #444;
  white-space: nowrap;
}
.xj-newslist .label {
  min-width: 100px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  text-align: center;
  padding: 6px;
  border: 1px solid #e2e2e2;
}
.xj-newslist .title {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  color: #222;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .xj-newslist .title {
    flex: initial;
    width: 100%;
  }
}
.xj-newslist .new {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 0 0 0.2em;
  font-size: 0.8em;
  color: #fff;
  background: #e51636;
}
.xj-newslist .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .xj-newslist .size {
    line-height: 2.2;
  }
}

/* TOPページ */
#site_index .xj-newslist li a {
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  #site_index .xj-newslist li a {
    padding-right: 0;
  }
}
#site_index .xj-newslist li a[target=_blank]:not([href$=".pdf"]) {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  #site_index .xj-newslist li a[target=_blank]:not([href$=".pdf"]) {
    padding-right: 0;
  }
}
#site_index .xj-newslist li a[target=_blank]:not([href$=".pdf"])::before {
  right: 32px;
}
@media only screen and (max-width: 767px) {
  #site_index .xj-newslist li a[target=_blank]:not([href$=".pdf"])::before {
    right: 0;
  }
}

/* 記事の　年度選択 */
.xj-sel-year {
  display: table;
  margin-bottom: 16px;
  border: 1px solid #444;
  position: relative;
}
.xj-sel-year::before {
  content: "\e90d";
  font-family: "kyb";
  color: #222;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 12px;
}
.xj-sel-year select {
  padding: 12px 50px 12px 16px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  color: #222;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 記事のカテゴリ選択 */
.xj-sel-category li {
  min-width: 114px;
  list-style: none;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  background: #EFEFEF;
  color: #222;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .xj-sel-category li {
    min-width: initial;
    width: calc((100% - 4px) / 2);
    padding: 8px;
  }
}
.xj-sel-category li.active {
  background: #fff;
  color: #e51636;
}
.xj-sel-category li.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #e51636;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (any-hover: hover) {
  .xj-sel-category li:hover {
    opacity: 0.6;
  }
}

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

.xj-download {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.xj-download.disc_list {
  display: block;
}

/* ------------------------------------
	Wll グラフページ
------------------------------------ */
.xj-graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}
.xj-graph > * {
  width: 49%;
  text-align: center;
}
.xj-graph img {
  max-width: 100%;
  margin: 0 0 20px;
}
.xj-graph .unit {
  display: block;
  text-align: right;
}

/*
.xj_chart_table tr > *:first-child {
	display: none;
}
*/
@media only screen and (max-width: 767px) {
  .xj-graph {
    display: block;
  }
  .xj-graph > * {
    width: 100%;
  }
}
.xj-sel-wrap {
  display: flex;
  gap: 20px 40px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -1px;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 768px) {
  .xj-sel-wrap {
    flex-direction: column;
    align-items: flex-end;
    border-bottom: none;
  }
}
.xj-sel-wrap .xj-sel-category {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .xj-sel-wrap .xj-sel-category {
    width: 100%;
    border-bottom: 1px solid #666;
  }
}
.xj-sel-wrap .xj-sel-category ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

/* wll_btn_clm */
.wll_btn_clm {
  display: flex;
  gap: 12px 24px;
  align-items: center;
  flex-wrap: wrap;
}

/* wll_clm */
.wll_clm {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .wll_clm {
    gap: 48px 24px;
  }
}
.wll_clm.clm_2 > * {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 1080px) {
  .wll_clm.clm_2 > * {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .wll_clm.clm_2 > * {
    width: 100%;
  }
}

/* wll_wrap */
.wll_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wll_wrap .unit {
  text-align: right;
  margin-bottom: 8px;
}
.wll_wrap .wll_all_graph_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wll_wrap .wll_graph_wrap {
  margin-bottom: 24px;
}

/* xj_chart_table */
@media only screen and (max-width: 767px) {
  .xj_chart_table {
    width: 100%;
  }
}
.xj_chart_table tr:not(:first-child) .xj_chart_header {
  width: 105px;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff3f5 !important;
}

.xj_chart_header {
  font-size: 1.4rem;
  padding: 8px 4px !important;
  background-color: #f7e5e8 !important;
  border-color: #666 !important;
}
@media only screen and (max-width: 1080px) {
  .xj_chart_header {
    font-size: 1.2037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .xj_chart_header {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding: 8px 2px !important;
  }
}

.xj_chart_header_first {
  background-color: transparent !important;
  border-color: #666 !important;
}

.xj_chart_value {
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 8px 4px !important;
  border-color: #666 !important;
}
@media only screen and (max-width: 1080px) {
  .xj_chart_value {
    font-size: 1.2037037037vw;
  }
}
@media only screen and (max-width: 767px) {
  .xj_chart_value {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding: 8px 2px !important;
  }
}

.wll_earnings,
.wll_dividend,
.wll_debt {
  position: relative;
}

.wll_earnings .xj_chart_table_note,
.wll_dividend .xj_chart_table_note,
.wll_debt .xj_chart_table_note {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  margin-top: 0;
}

.wll_earnings .xj_chart_table_note {
  left: 18.5em;
}
@media only screen and (max-width: 767px) {
  .wll_earnings .xj_chart_table_note {
    left: 16.65em;
  }
}

.wll_dividend .xj_chart_table_note {
  left: 11.5833333333em;
}
@media only screen and (max-width: 767px) {
  .wll_dividend .xj_chart_table_note {
    left: 10.425em;
  }
}

.wll_debt .xj_chart_table_note {
  left: 7.6111111111em;
}
@media only screen and (max-width: 767px) {
  .wll_debt .xj_chart_table_note {
    left: 6.85em;
  }
}/*# sourceMappingURL=wll.css.map */