@charset "utf-8";
/* CSS Document */
/*------------------------------
xj
------------------------------*/
.c-xj__cate-list {
  margin-top: 20px;
  display: flex;
}
.c-xj__cate-item {
  flex: 1;
  text-align: center;
}
.c-xj__cate-item a {
  color: #808080;
}
.c-xj__cate-item a:hover{
  opacity: 1;
}
.c-xj__cate-item.is-active:nth-child(1) a ,.c-xj__cate-item:nth-child(1) a:hover {
  color: #ed1708;
}
.c-xj__cate-item.is-active:nth-child(2) a ,.c-xj__cate-item:nth-child(2) a:hover {
  color: #6565FF;
}
.c-xj__cate-item.is-active:nth-child(3) a ,.c-xj__cate-item:nth-child(3) a:hover {
  color: #1919FF;
}
.c-xj__cate-item.is-active:nth-child(4) a ,.c-xj__cate-item:nth-child(4) a:hover {
  color: #00007D;
}
.c-xj__cate-item.is-active:nth-child(5) a ,.c-xj__cate-item:nth-child(5) a:hover {
  color: #0397AB;
}
.c-xj__cate-item.is-active:nth-child(6) a ,.c-xj__cate-item:nth-child(6) a:hover {
  color: #E58D00;
}
.c-xj__list {
  margin: 20px 0 40px;
}
.c-xj__item {
  min-height: 52px;
  border-bottom: 1px dashed #00007D;
  padding: 15px 0;
}
.c-xj__item:first-of-type {
  border-top: 1px dashed #00007D;
}
.c-xj__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-xj__inner a:hover {
  color: #4C4CFE;
}
.c-xj__inner-top {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-xj__inner-date {
  flex-basis: 90px;
  min-width: 90px;
  font-weight: 500;
}
.c-xj__inner-label {
  align-self: start;
  flex-basis: 60px;
  min-width: 60px;
  border-radius: 3px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-xj__inner-label.is-info {
  background: #E58D00;
}
.c-xj__inner-label.is-ir {
  background: #0397AB;
}
.c-xj__inner-label.is-legal {
  background: #00007D;
}
.c-xj__inner-label.is-result {
  background: #1919FF;
}
.c-xj__inner-label.is-discro {
  background: #6565FF;
}
.c-xj__inner-text {
  flex: 1 0 0%;
  font-weight: 500;
}
a.c-xj__inner-text {
  text-decoration: underline;
}
.c-xj__inner-icon, .c-irlibrary__item-icon {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-size: cover;
  margin: 0 0 0 5px;
}
.c-xj__inner-icon.is-pdf, .c-irlibrary__item-icon.is-pdf {
  background-image: url("icon-pdf.png");
}
.c-xj__inner-icon.is-blank, .c-irlibrary__item-icon.is-blank {
  background-image: url("icon-blank.png");
}
/*irlibrary*/
.c-irlibrary__item {
  margin: 0 0 40px;
}
.c-irlibrary__item-more {
  text-align: right;
  display: block;
}
.c-irlibrary__item-more a:hover {
  color: #4C4CFE;
}
@media screen and (max-width: 767px) {
  .c-xj__cate-list {
    flex-wrap: wrap;
  }
  .c-xj__cate-item {
    flex-basis: 50%;
  }
  .c-xj__year {
    font-size: 1.2rem;
    margin-top: 5vw;
  }
  .c-xj__inner {
    display: block;
  }
  .c-xj__inner-top {
    margin-bottom: 0.5rem;
  }
  .c-xj__inner-date {
    flex-basis: 40%;
    min-width: 40%;
  }
  .c-xj__inner-label {
    flex-basis: 40%;
    min-width: 40%;
  }
  .c-xj__inner-icon, .c-irlibrary__item-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
/*xjbox */
.c-xjbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-xjbox__item {
  flex-basis: 48%;
  min-width: 48%;
  margin-bottom: 40px;
}
.c-xjbox__item-title {
  color: #00007D;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.31;
  margin: 0 0 10px;
  text-align: center;
}
.c-xjbox__item-unit {
  font-weight: 500;
  font-size: 13px;
}
.c-xjbox__item-img {
  text-align: center;
  margin-bottom: 10px;
}
.xj_chart_table {
  width: 100%;
}
.xj_chart_table td {
  border: 1px solid #808080;
  font-size: 14px;
  padding: 0 2px;
  font-weight: 500;
}
.xj_chart_header_first, .xj_chart_header {
  background: aliceblue;
  text-align: center;
}
.xj_chart_value {
  text-align: right;
}
.xj_chart_no_value {
  text-align: center;
}
.thNone .xj_chart_table .xj_chart_header:first-child, .thNone .xj_chart_header_first {
  display: none;
}
.c-xjbox.is-summary {
  display: block;
  margin-top: 20px;
}
.c-xjbox.is-summary .xj_chart_header:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-xjbox {
    display: block;
  }
  .c-xjbox__item-unit {
    font-size: 1rem;
  }
  .xj_chart_table td {
    font-size: 1.2rem;
  }
  .c-xjbox.is-summary {
    overflow-x: scroll;
    width: 100%;
    margin-top: 5vw;
  }
  .c-xjbox.is-summary .xj_chart_table {
    width: 180vw;
    max-width: 180vw;
  }
}
/*c-adb */
.c-adb {
  margin-top: 40px;
}
.c-adb__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background: #e6e1dc;
}
.c-adb__img img {
  vertical-align: middle;
}
.c-adb__txt {
  font-weight: 500;
  font-size: 13px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-adb__link {
    display: block;
  }
  .c-adb__img {
    text-align: center;
  }
  .c-adb__txt {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
/*calendar */
#XJTxtDPDataTbl {
  width: 100%;
}
.XJTxtDPDataTbl {
  margin-bottom: 40px;
}
.XJTxtDPDataTblTdDate {
  width: 25%;
  max-width: 25%;
  color: #0064FF;
  line-height: 2.13;
  font-size: 15px;
  padding-top: 13px;
  font-weight: 700;
}
.XJTxtDPDataTblTdValue {
  width: 75%;
  max-width: 75%;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
  padding-top: 13px;
}
#XJTxtDPLowerNote {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .XJTxtDPDataTblTdDate, .XJTxtDPDataTblTdValue {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
    padding-top: 2vw;
    display: block;
  }
  #XJTxtDPLowerNote {
    font-size: 1rem;
  }
}
/*mailform */
.xj_mailform_div {
  margin-top: 40px;
  padding: 20px;
  background: #f4f2f0;
}
.xj_mailform_table {
  width: 100%;
}
.xj_mailform_table_td_title {
  padding: 2px 0;
  font-weight: 700;
}
.xj_mailform_table input {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#E6E1DC), to(#fff));
  background: linear-gradient(to top, #E6E1DC, #fff);
  border: 1px solid #FF9600;
  padding: 12px 18px;
  border-radius: 8px;
  margin: 10px 0;
}
.xj_mailform_div_button {
  text-align: center;
  padding-top: 13px;
}
.xj_mailform_request_button {
  background-image: url(btn_lg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 220px;
  border: none;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .xj_mailform_table td {
    display: block;
  }
  .xj_mailform_table_td_title {
    font-weight: 700;
    padding: 8vw 0 2vw;
  }
  tr:first-child .xj_mailform_table_td_title {
    padding-top: 0;
  }
  .xj_mailform_table_td_value input {
    width: 100%;
    font-size: 1.5rem;
    padding: 3vw 4.5vw;
  }
  .xj_mailform_request_button {
    font-size: 1.5rem;
  }
}