.newsWrap {
  margin: 120px auto;
}
.newsWrap .lineTitleSec {
  margin-bottom: 0!important;
}
.newsWrap .kochira a {
  height: 40px!important;
  padding-top: var(--space-5);
}
.newsWrap .new::after {
  content: "NEW";
  display: block;
  font-size: 11px;
  background-color: #FF5E3D;
  color: var(--color-white);
  text-align: center;
  width: 70px;
  height: 17px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  right: 0px;
  font-family: "游ゴシック", sans-serif;
}
.newsWrap .info::after {
  content: "INFO";
  display: block;
  font-size: 11px;
  background-color: #72A92F;
  color: var(--color-white);
  text-align: center;
  width: 70px;
  height: 17px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  right: 0px;
  font-family: "游ゴシック", sans-serif;
}
.newsWrap .kamakura::after {
  content: "NEW";
  display: block;
  font-size: 11px;
  background-color: #1296CF;
  color: var(--color-white);
  text-align: center;
  width: 70px;
  height: 17px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  right: 0px;
  font-family: "游ゴシック", sans-serif;
}
.newsWrap .arrowRigft a {
  color: #000;
}

@media (max-width: 640px) {
  .newsWrap .kochira a {
    padding-top: 8px;
  }
  .newsWrap .new::after,
  .newsWrap .info::after {
    top: 16px;
    left: 0px;
  }
}