@charset "UTF-8";
.times__list .image img {
  object-position: top;
}

.times__list .textTitle {
  font-weight: 400;
}

.times__list {
  padding-bottom: 1.04rem;
}
@media screen and (min-width: 768px), print {
  .times__list {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.times__list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px), print {
  .times__list {
    padding-bottom: 0.64rem;
  }
}

.title {
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0.85rem;
  right: 0;
  width: 1.69rem;
  /* 画像の幅 */
  height: 1.55rem;
  /* 画像の高さ */
  background-image: url("../img/50logo.svg");
  /* 画像のURL */
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1087px), print {
  .title::after {
    width: 1.1rem;
    /* 画像の幅 */
    height: 1rem;
    /* 画像の高さ */
    bottom: 0.28rem;
  }
}
@media screen and (max-width: 768px), print {
  .title::after {
    width: 0.53rem;
    /* 画像の幅 */
    height: 0.5rem;
    /* 画像の高さ */
    bottom: 0.1rem;
  }
}
