@media print, screen and (min-width:768px) {
  .c-sect--cardtop {
    padding-top: 70px;
  }
}
@media screen and (max-width:767px) {
  .c-sect--cardtop .cardtop-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-sect--cardtop .cardtop-list .img-border {
  border: 1px solid #DCDCDC;
}
.c-sect--cardtop .cardtop-list__img {
  margin-bottom: 14px;
  overflow: hidden;
  background-color: #000;
}
.c-sect--cardtop .cardtop-list__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
@media screen and (max-width:767px) {
  .c-sect--cardtop .cardtop-list__img {
    margin-bottom: 11px;
  }
}
.c-sect--cardtop .cardtop-list__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width:768px) {
  .c-sect--cardtop .cardtop-list__ttl {
    margin-top: 22px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width:767px) {
  .c-sect--cardtop .cardtop-list__ttl {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.c-sect--cardtop .cardtop-list a {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-sect--cardtop .cardtop-list a:hover img {
    opacity: 0.6;
  }
  .is-view-pc .c-sect--cardtop .cardtop-list a:hover .cardtop-list__ttl {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #B22029;
  }
}

.c-sect--cardtop .cardtop-list a {
  position: relative;
}
.c-sect--cardtop .cardtop-list a.new:after {
  content: "UPDATE";
  font-weight: 700;
  background-color: #B22029;
  color: #fff;
  z-index: 9;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  line-height: 1;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .c-sect--cardtop .cardtop-list a.new:after {
    top: 10px;
    left: 5px;
    font-size: 0.9rem;
    width: 60px;
    height: 20px;
  }
}