@charset "utf-8";
/* CSS Document */
/*
	adbReader
================================*/
.adbReader {
	margin-top: 80px;
}
.adbReader a {
  padding: 10px 10px 10px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
}
.adbReader div {
  max-width: 159px;
}
.adbReader p {
  margin: 0 0 0 20px;
}
.adbReader a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .adbReader {
    margin-top: 40px;
  }
  .adbReader a {
    padding: 0;
    display: block;
  }
  .adbReader div {
    margin: 0 auto 20px;
  }
  .adbReader p {
    margin: 0;
  }
}

/*
	XJ共通
================================*/
#xj-select-year_s{
  margin-bottom: 40px;
  padding: .5rem;
}
.xj-list .news-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #CCCCCC;
}
.xj-list .news-date {
  padding-left: 1rem;
  font-size: 0.875rem;
  width: 90px;
}
.xj-list .news-category {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 3rem;
  padding: 7px 0;
  width: 128px;
  text-align: center;
  color: #FFFFFF;
  background-color: #999999;
}
.xj-list .news-title {
  font-size: 0.875rem;
  color: #707070;
}
.xj-list .news-title a {
  color: #1F296A;
  font-weight: bold;
  text-decoration: underline;
}
.xj-list .news-title a:hover {
  text-decoration: none;
}

/* icon */
.xj-list .icon_pdf{
  background: url("icon_pdf.png")no-repeat left;
  margin-left: .5rem;
  padding-left: 1rem;
}
.xj-list .icon_blank{
  background: url("icon_blank.png")no-repeat left;
  margin-left: .5rem;
  padding-left: 1rem;
}

@media all and (max-width: 991px) {
  .xj-list .news-item {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .xj-list .news-date {
    padding-left: 0;
  }
  .xj-list .news-category {
    margin-right: 0;
  }
  .xj-list .news-title {
    padding-top: 0.5rem;
    width: 100%;
  }
}

/*
	IRニュース
================================*/
#xj-select-category ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#xj-select-category ul li{
  width: calc((100% - 5px)/ 6);
}
#xj-select-category ul li a{
  display: block;
  text-align: center;
  padding: 10px;
  background: #ccc;
}
#xj-select-category ul li.active a,
#xj-select-category ul li a:hover{
  color: #fff;
  background: #1d2087;
}
.xj-list__irnews .news-title {
  width: calc(100% - 218px - 6rem);
}
.xj-list__irnews .news-category.icon_discro {background: #007aff;}
.xj-list__irnews .news-category.icon_result {background: #ff2d55}
.xj-list__irnews .news-category.icon_legal {background: #4cd964;}
.xj-list__irnews .news-category.icon_ir {background: #ff9500;}
.xj-list__irnews .news-category.icon_info {background: #5856d6;}

@media all and (max-width: 991px) {
  .xj-list__irnews .news-title {
    width: 100%;
  }
	#xj-select-category ul{
  flex-wrap: wrap;
}
	#xj-select-category ul li{
  width: calc((100% - 5px)/ 2);
  margin-bottom: 5px;
}
}

/*
	IRライブラリー
================================*/
.library-box_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.library-box{
  flex: 0 0 49%;
  padding: 1rem;
  margin-bottom: 2%;
  border: 1px solid #ccc;
}
.library-box h4{
  font-size: 1.1rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #1D2087;
}
.library-box .xj-list .news-item{
  display: block;
}
.library-box .xj-list .news-item .news-date {
  padding-left: 0;
}
.library-box .xj-list .news-item .news-title {
  padding-top: 0.5rem;
}
.xj-list__library .news-title {
  width: calc(100% - 90px);
  margin-left: 3rem;
}
.library-box .news-btn{
  margin: 1rem auto 0;
}

@media all and (max-width: 991px) {
	.library-box_wrap{
  display: block;
}	
  .xj-list__library .news-title {
    width: 100%;
		margin-left:0;
  }
}

/*
	業績財務情報
================================*/
.graph-box h4 {
    font-size: 1.1rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #1D2087;
}
.graph-box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-bottom: 2rem;
}
.graph-box {
  flex: 0 0 49%;
  padding: 1rem;
  margin-bottom: 2%;
}
.graph-box__figure {
  text-align: center;
	margin-bottom: 1rem;
}
.graph-box__uint {
  text-align: left;
  font-size: .9rem;
	margin-bottom: 1rem;
}
.xj_chart_table {
  width: 100%;
}
.xj_chart_table td {
  border: 1px solid #ccc;
  padding: 0 2px;
}
.xj_chart_header,.xj_chart_header_first {
    background: #f5f5f5;
}
.xj_chart_header {
  text-align: center;
}
.xj_chart_value {
  text-align: right;
}
.xj_chart_no_value {
  text-align: center;
}
.graph-box__none table {
    table-layout: fixed;
}
.graph-box__none td:first-child {
    display: none;
}
@media all and (max-width: 991px) {
  .graph-box_wrap {
    display: block;
  }
}