#mainv {
  background: url("../../img/news-mainv.png") no-repeat center
}

#news {
  margin: 74px auto 0;
  padding: 0 20px 50px;
  max-width: 1000px;
}

#news .tab-list {
  overflow: hidden;
  text-align: center;
  width: 100%
}

#news .tab-list li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 150px;
  cursor: pointer;
  padding: 10px;

  border-bottom: 4px solid #fff;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}

#news .tab-list li.active {
  background-color: #141414;
  border-radius: 10px 10px 0 0;
  color: #fff
}

#news .tab-list li:hover {
  color: #5e5e5e;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
}

#news .tab-list li.active:hover {
  background-color: #141414;
  border-radius: 10px 10px 0 0;
  color: #fff
}

#news .information-box.hidden {
  display: none
}

#news .info-list {
  margin-bottom: 30px
}

#news .info-list li {
  border-bottom: 1px solid #eee
}

#news .info-list li:first-child {
  border-top: 1px solid #eee
}

#news .info-list li.no-article {
  text-align: center;
  padding: 15px 0
}

#news .info-list a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

#news .info-list .link-box {
  position: relative;
  padding: 34px 70px 34px 15px;
  display: block;
  color: #333;
  /* background-color: #e9e9e9; */
  line-height: 1.7
}

#news .info-list .link-box .tag-type {
  width: 110px;
  margin: 0 30px 0 0;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 1000px;
  color: #141414;
  text-align: center;
  padding: 5px 10px;
  font-size: 1.2rem;
  /* box-shadow: 0 4px 12px rgba(84, 144, 172, 0.1); */

}

#news .info-list .link-box .date {
  margin: 0 10px 0 0;
}

#news .info-list .link-box .tag-type.color1 {
  color: #1e3b50
}

#news .info-list .link-box .tag-type.color2 {
  color: #ffbc00
}

#news .info-list .link-box .tag-type.color3 {
  color: #1bc7a8
}

#news .info-list .link-box .tag-type.color4 {
  color: #ef717d
}

#news .info-list .link-box:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background-image: url(../../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  transform: translateY(-50%) rotate(-40deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

#news .info-list .link-box:hover:after {
  transform: translate(2px, -60%) rotate(-40deg);
  opacity: 0.8;
  /* 気持ち透明にするとさらに今風 */
}

#news .info-list .link-box:before {
  content: '';
  position: absolute;
  bottom: -1px;
  background-color: #c2c2c2;
  left: 0;
  width: 0;
  height: 1px;
  z-index: 1;
  transform: none;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#news .info-list .link-box:hover:before {
  width: 100%;
}

#news .info-list .link-box .report-title {
  display: inline-block
}

@media screen and (max-width: 890px) {
  #mainv {
    min-width: auto;
    padding-top: 35.67708%;
    background-size: auto;
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    position: relative
  }

  #mainv .inner {
    width: 90%;
    display: block;
    min-height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2
  }

  #mainv .title {
    display: block
  }

  #news {
    margin-top: 30px;
    padding: 0 15px;
    width: auto
  }

  #news .tab-list li {
    width: auto;
    padding: 10px 20px;
    margin: 0 7px
  }

  #news .info-list a .tag-type {
    margin-right: 0
  }

  #news .info-list a:hover:before,
  #news .info-list a:hover:after {
    right: 0
  }

  #news .info-list .link-box {
    padding: 15px 35px 15px 15px;
  }
#news .info-list .link-box .date {
  font-size: 1.1rem;
}
  #news .info-list .link-box .tag-type {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }

  #news .info-list .link-box:before,
  #news .info-list .link-box:after {
    right: 15px
  }

  #news .info-list .link-box:before {
    width: 10px
  }

  #news .info-list .link-box:after {
    width: 15px;
    height: 15px
  }
}