@charset "utf-8";

/*************
｡｡･｢･､･ｭ･罕ﾃ･ﾁ
**************/
.eyecatch {
  margin-bottom: 20px;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .eyecatch {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .eyecatch {
    margin-top: -30px;
  }
}
.eyecatch .trimImg {
  max-width: 100%;
  max-height: 100%;
  padding-top: 67%;
}

.eyecatch .trimImg img {
  width: 100%;
}

.eyecatch .caption {
  line-height: 1.5;
/*  max-height: 80px;*/
  height: 80px;
}
.eyecatch .caption p {
  position: relative;
   top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
/*************
｡｡･｢･､･ｭ･罕ﾃ･ﾁ
**************/

/*************
｡｡PCﾉｽｼｨ
**************/
@media screen and (min-width: 861px) {
  /*************
  ｡｡･｢･､･ｭ･罕ﾃ･ﾁ
  **************/
  .eyecatch {
    display: flex;
    margin-bottom: 0;
  }

  .eyecatch > div {
    width: 50%;
  }

  /*************
  ｡｡･｢･､･ｭ･罕ﾃ･ﾁ
  **************/
}