.ul_news {
  border-bottom: 1px solid #e5e5e5;
}
.ul_news li {
  border-top: 1px solid #e5e5e5;
}
.ul_news li a {
  padding: 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #222;
}
.ul_news li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ba006d;
}
.ul_news li a .date {
  font-weight: 700;
}
.ul_news li a .term {
  width: 100px;
  height: 20px;
  margin: 0 18px;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #999;
  border: 1px solid #999;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .ul_news li a:hover, .ul_news li a:hover .term {
    color: #ba006d;
    border-color: #ba006d;
  }
  .ul_news li a:hover::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ul_news li a {
    padding: 0.8em 14% 1em 4%;
  }
  .ul_news li a::after {
    font-size: min(3.2vw, 12px);
    right: 4%;
  }
  .ul_news li a .term {
    width: 8em;
    height: 1.6em;
    margin: 0 1em;
    font-size: min(3.2vw, 13px);
  }
  .ul_news li a .title {
    margin-top: 0.4em;
  }
}

#newsArchive.article .ul_news {
  border-bottom: 1px solid #ccc;
}
#newsArchive.article .ul_news li {
  border-top: 1px solid #ccc;
}
#newsArchive.article .ul_news li a {
  padding: 24px 20px;
}
#newsArchive.article .ul_news li a::after {
  right: 15px;
}
@media screen and (max-width: 768px) {
  #newsArchive.article .ul_news li a {
    padding: 0.9em 4% 0.6em;
  }
  #newsArchive.article .ul_news li a::after {
    right: 2%;
  }
  #newsArchive.article .ul_news li a .title {
    margin-top: 0;
  }
}

#newsSingle .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
#newsSingle .status .ul_term li {
  height: 30px;
  margin-left: 20px;
  padding: 0 16px;
  border: 1px solid #999;
  font-size: 15px;
  color: #999;
  line-height: 28px;
}
#newsSingle .title {
  margin-top: 15px;
  padding: 14px 2px 16px;
  line-height: 1.4;
  font-size: 32px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#newsSingle .wysiwyg {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #newsSingle .status .ul_term li {
    height: 2em;
    margin-left: 1.2em;
    padding: 0.4em 1.2em 0;
    font-size: min(3.7333333333vw, 15px);
    line-height: 1;
  }
  #newsSingle .title {
    margin-top: 0.45em;
    padding: 0.8em 2px;
    font-size: min(6.4vw, 32px);
  }
  #newsSingle .wysiwyg {
    margin-top: 1.1em;
  }
}