.cardtype__article_custom2 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 0 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.cardtype__article_custom2:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.cardtype__link_custom2 {
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.cardtype__link_custom2:hover {
  color: #555;
  text-decoration: none;
}
.cardtype__img_custom2 {
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 57.7%;
}
.cardtype__img_custom2 img {
  border-radius: 2px 2px 0 0;
  width: 100%;
}
.cardtype__link_custom2 {
  padding-bottom: 25px;
}
.cardcustom_title2 {
  margin: 0 25px;
}
.cardtype time2 {
  display: block;
  margin: 13px 13px 8px;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: bold;
}

.cat-name_custom2 {
  display: inline-block;
  background: #4f96f6;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 13px;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 22px;
}
.cat-name_custom2:hover {
  text-decoration: none;
  background: silver;
}

.movie-wrap2 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap2 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
