/* CSS Document */
/* CSS Document */
.news {
  max-width: calc(100% - 20px);
  margin: auto;
  padding: 0 0 40px;
  position: relative;
}
.news .inner {
  margin: auto;
  width: calc(100% - 20px);
  font-size: 1.6rem;
}
.news .inner .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
}
.news .inner .title h2 {
  font-size: 4rem;
  position: relative;
}
.news .inner .title h2::after {
  content: "";
  background: url("/img/icon/info.svg");
  width: 3rem;
  height: 3rem;
  background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: -3.5rem;
}
.news .inner .title a {
  font-size: 1.6rem;
  color: #646464;
}
.news .inner .title a i {
  color: #2fc5cf;
}

.news {
  margin: 0;
}
.news p.date {
  text-align: right;
}
.news p.infolink {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.news .list dl {
  display: flex;
  flex-direction: column;
  line-height: 2;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.news .list dl dt {
  padding: 0;
  margin-right: 10px;
}
.news .list dl dd {
  padding: 0;
}
.news .category_icon {
  font-size: 1.2rem;
  padding: 3px 10px;
  margin-right: 1em;
  border-radius: 20px;
}
.news .category_icon i {
  font-style: normal;
}
.news .information_pager {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #574d4f;
  margin: 20px 0;
  padding: 20px 0;
}
.news .information_pager em {
  font-style: normal;
}
.news .information_pager a, .news .information_pager span {
  display: inline-block;
  padding: 0 10px;
  margin: 0 2px 0;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #2fc5cf;
}
.news .information_pager a {
  color: #2fc5cf;
  cursor: pointer;
}
.news .information_pager a:hover {
  background: #2fc5cf;
  color: #fff;
}
.news .information_pager span {
  color: #999;
  border: 1px solid #999;
}
