@charset "utf-8";
/* CSS Document */
#xj-select-year_s {
  margin-bottom: 20px;
}
#xj-select-category ul {
  display: flex;
  justify-content: space-between;
  padding: 0
}
#xj-select-category li {
  border: none;
  flex-basis: calc(100% / 5);
  text-align: center;
}
#xj-select-category a {
  font-weight: normal;
  padding: 3px 10px;
  border: 1px solid #1968b3;
  font-size: 14px;
  color: #1968b3;
  display: block;
}
#xj-select-category .active a, #xj-select-category a:hover {
  background: #1968b3;
  text-decoration: none;
  color: #fff;
}
section.newsrelease ul.xj-list {
  padding: 0;
}
section.txtpage ul.xj-list li{
	line-height: 18px;
}
.xj-list .xj-item {
  display: flex;
  padding-bottom: 15px;
}
.xj-list .xj-date {
  width: 100px;
  color: #000;
  border-radius: 0;
  float: none;
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
}
.xj-list .xj-tag {
  display: inline-block;
  width: 130px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0 10px;
  vertical-align: middle;
  padding: 1px 0 0;
  float: none;
  border-radius: 50vh;
}
/*適時開示*/
.xj-list .xj-tag-discro {
  background: #389d26;
}
/*決算短信*/
.xj-list .xj-tag-result {
  background: #c83148;
}
/*法定開示*/
.xj-list .xj-tag-legal {
  background: #3091c5;
}
/*IR資料*/
.xj-list .xj-tag-ir {
  background: #ad30c4;
}
/*お知らせ*/
.xj-list .xj-tag-info {
  background: #cab332;
}
.xj-list .xj-link, .xj-list .xj-nolink {
  flex: 1 0 0%;
}
.xj-list .xj-item a {
  font-weight: normal;
}
.xj-list .xj-icon-pdf {
  background-image: url("icon-pdf.png");
}
.xj-list .xj-icon-blank {
  background-image: url("icon-blank.png");
}
.xj-list .xj-icon {
  float: none;
  display: inline-block;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  margin-left: 5px;
  background-size: contain;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
#yuka, #meeting, #tenpu, #ketugi {
  margin-bottom: 100px;
}
.governance section.txtpage ul li a {
  font-weight: normal;
}
.library-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.library-item {
  flex-basis: 48%;
  max-width: 48%;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: dotted 1px #cccccc;
}
.library .xj-item {
  display: block;
  border-bottom: none;
  line-height: 1.6;
}
.library-item .xj-date {
  color: #000;
  font-size: 16px;
  float: none;
  margin-bottom: 5px;
}
section.newsrelease p.library-link {
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}
section.newsrelease p.library-link a {
  text-decoration: none;
  background: #00479d;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
}
section.txtpage ul.xjgraph-list {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.txtpage ul li.xjgraph-item {
  flex-basis: 48%;
  max-width: 48%;
  margin-bottom: 50px;
}
.xjgraph-title {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
section.txtpage p.xjgraph-uint {
  font-size: 12px;
  margin: 0;
}
.xjgraph-fig {
  text-align: center;
}
.xjgraph-fig img {
  width: auto;
  max-width: 100%;
}
section.txtpage .xjsum table.xj_chart_table {
  font-size: 14px;
}
section.txtpage table.xj_chart_table {
  border-collapse: collapse;
}
section table.xj_chart_table td {
  padding: 15px 2px;
  border: 1px solid #EDEDED;
  font-size: 14px;
}
section.txtpage table td.xj_chart_header {
  text-align: center;
  color: #00479d;
  font-weight: bold;
  letter-spacing: 0;
}
.xj_chart_table tr:first-child .xj_chart_header, .xj_chart_header_first {
  background-color: #ECECFF;
}
.xj_chart_table tr:first-child .xj_chart_header {
  border-left: 2px solid #fff;
}
.xj_chart_header:first-child {
  text-align: left;
  color: #000;
}
.xjsum .xj_chart_header:first-child {
  text-align: left;
  padding: 0 5px;
}
.xj_chart_value {
  text-align: right;
}
.xj_chart_value.xj_chart_no_value {
  text-align: center;
}
.xj_chart_no_header td:first-child {
  display: none;
}

.discro .resultmix {
  display:none;
}
.results .discromix {
  display:none;
}
.p-btn__tag {
    padding: 0.1em .5em;
}
.xj-list.p-top__newsDetail .xj-icon{
  display: inline;
}
@media screen and (max-width:768px) {
  #xj-select-category ul {
    flex-wrap: wrap;
    margin: 0;
  }
  #xj-select-category li {
    border: none;
    margin: 0;
    padding: 0;
    flex-basis: calc(100% / 2);
    text-align: center;
  }
	#xj-select-category li:first-of-type{
		flex-basis: 100%;
	}
  section.newsrelease ul.xj-list {
    margin-left: 0;
  }
  .xj-list .xj-item {
    display: block;
  }
  .xj-list .xj-date {
    margin-bottom: 5px;
  }
  .xj-list .xj-nolink {
    display: block;
  }
  .library-cont {
    display: block;
  }
  .library-item {
    max-width: 100%
  }
  section.txtpage ul.xjgraph-list {
    display: block;
  }
  section.txtpage ul li.xjgraph-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .xjsum {
    overflow-x: scroll;
    width: 100%;
  }
  section.txtpage .xjsum table.xj_chart_table {
    width: 700px;
    max-width: 700px;
  }
  section table.xj_chart_table td {
    padding: 10px 1px;
  }
}