@charset "utf-8";

/* newsDl */
.newsDl {
  margin-bottom: 35px;
}
.newsDl dt {
  float: left;
  font-size: 1.5rem;
}
.news .newsDl dt:nth-of-type(n+11), .news .newsDl dd:nth-of-type(n+11) {
  display: none;
}
.tag {
  min-width: 44px;
  margin-left: 15px;
  display: inline-block;
  color: #BD272D;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #BD272D;
  border-radius: 2px;
  box-sizing: border-box;
}
.tag.blue {
  color: #3F5AFF;
  border-color: #3F5AFF;
}
.newsDl dd {
  padding: 0 0 29px 10.7em;
  font-size: 1.5rem;
}

/* linkMore */
.linkMore {
  text-align: center;
}
.linkMore a {
  display: inline-block;
  padding-left: 30px;
  background: url("/img/common/icon01.png") no-repeat left 8px/18px auto;
  font-size: 15px;
}
.linkMore a:hover {
  opacity: 0.7;
}