@charset "utf-8";
/* CSS Document */
.xj-adobe {
  display: flex;
  align-items: center;
  border: solid .1rem #C3CCE8;
  padding: 1em;
  margin-top: 3%;
}
.xj-adobe-link img {
  vertical-align: bottom;
}
.xj-adobe-text {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  .xj-adobe {
    flex-direction: column;
    align-items: flex-start;
  }
  .xj-adobe-link {
    margin-bottom: 10px;
  }
  .xj-adobe-text {
    margin-left: 0;
  }
}
.xj-news-nav {
  margin: 0 auto;
  margin-bottom: 2rem;
}
.xj-news-nav ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.xj-news-nav ul li {
  width: calc((100% - 5rem) / 6);
  letter-spacing: normal;
  text-align: center;
  font-size: 1.4rem;
  height: 5rem;
  position: relative;
  border: 1px solid #1C2660;
}
.xj-news-nav ul li:last-child {
  margin-right: 0;
}
.xj-news-nav ul li a {
  display: block;
  height: 100%;
  color: #1D2B7C;
  font-size: 1.6rem;
  line-height: 50px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.xj-news-nav ul li a:hover {
  text-decoration: none;
}
.xj-news-nav ul li.active a {
  background: #1D2B7C;
  color: #fff;
}
.xj-news-nav ul li a:hover {
  opacity: 1;
}
@media screen and (max-width:800px) {
  .xj-news-nav {
    width: auto;
    position: static;
  }
  .xj-news-nav ul {
    margin-top: 2rem;
    border-top: 1px solid #1C2660;
  }
  .xj-news-nav ul li {
    width: 50%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    box-sizing: border-box;
    border-right: none;
    border-top: none;
  }
  .xj-news-nav ul li:nth-child(2n) {
    border-right: 1px solid #1C2660;
  }
  .xj-news-nav ul li a {
    top: 0;
    line-height: inherit;
    height: auto;
  }
  .xj-news-nav ul li:last-child {
    margin-right: 0;
  }
  .xj-news-nav ul li a {
    padding: .8rem 0;
    font-size: 1.3rem;
  }
  .xj-news-nav ul li.active::before {
    bottom: .1rem;
  }
}
.xj-news-year {
  position: relative;
  /*width: 100%;*/
  margin-bottom: 2rem;
  display: inline-block;
}
/*.ir-news .xj-news-year {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}*/
.xj-news-year::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  margin: auto;
  background-color: #283895;
}
.xj-news-year::after {
  content: "";
  position: absolute;
  top: 0;
  right: .6rem;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: .7rem solid #fff;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
}
.xj-news-year select {
  /*width: 100%;*/
  margin: 0;
  padding: .7em 2em .7em .5em;
  border: .1rem solid #333;
  border-radius: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  background: transparent;
  position: relative;
}
@media screen and (max-width:800px) {
  .xj-news-year {
    margin-bottom: 1.5rem;
  }
  .xj-news-year select {
    font-size: 1.3rem;
  }
}
.xj-news-list li {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
}
.xj-news-list li:nth-of-type(odd) {
  background: #f3f3f3;
}
.xj-news-list li a, .xj-news-list li div {
  display: block;
  padding: 1.5rem;
  position: relative;
}
.xj-news-list li a:hover {
  background-color: #e2e6f8;
}
.xj-news-list li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xj-news-list li span {
  display: inline-block;
  vertical-align: middle;
}
.xj-news-list li .genre {
  width: 14.5rem;
  margin-right: 2rem;
  border: 1px solid #1C2660;
  text-align: center;
  padding: .2rem 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.xj-news-list li a:hover .genre {
  background-color: #4F85C0;
  border: 1px solid #4F85C0;
  color: #fff;
}
.xj-news-list li .date {
  margin-right: 1rem;
  min-width: 14rem;
}
.xj-news-list li .txt {
  width: 62rem;
}
.xj-news-list li .txt.nodate {
  width: 100%;
}
.xj-news-list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: .2rem solid #1C2660;
  border-right: .2rem solid #1C2660;
  transform: rotate(45deg);
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:800px) {
  .xj-news-list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xj-news-list li a, .xj-news-list li div {
    font-size: 1.3rem;
    padding: 1rem 3rem 1rem 1.5rem;
  }
  .xj-news-list li a {
    display: block;
  }
  .xj-news-list li .genre, .xj-news-list li .txt {
    width: auto;
  }
  .xj-news-list li .txt.nodate {
    width: auto;
  }
  .xj-news-list li .genre {
    min-width: 10rem;
    padding: .2rem 1rem .1rem;
    margin-bottom: .8rem;
  }
}
.xj-kokoku {
  margin-bottom: 30px;
}
.xj-kokoku-list li {
  margin-bottom: 1rem;
}
.xj-kokoku-list li a {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
}
.xj-kokoku-list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  border-top: .2rem solid #1C2660;
  border-right: .2rem solid #1C2660;
  transform: rotate(45deg);
  left: 0;
  top: .5em;
  margin: auto;
}
.xj-icon-pdf {
  background-image: url("../img/icon_pdf.png");
}
.xj-icon-window {
  background-image: url("../img/icon_window.png");
}
.xj-icon {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 1.5rem;
  margin-left: .5rem;
  background-size: 1.75rem;
}
