.p-genre{
  margin: 20px 0 80px;
  padding: 0 20px;
}
.p-genre__inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-genre__list{
  border-bottom: 1px solid #eee;
}
.p-genre__list-link{
  display: grid;
  grid-template: "day day"auto"heading img"1fr/1fr auto;
  justify-content: space-between;
  gap: 10px 10px;
  padding: 15px 0;
}
.p-genre__list-img{
  grid-area: img;
  border-radius: 5px;
  width: 100px;
  height: 67px;
  overflow: hidden;
}
.p-genre__list-label-day{
  display: flex;
  grid-area: day;
  justify-content: space-between;
  align-items: center;
}
.p-genre__list-day{
  color: #9a9a9a;
  font-weight: 700;
  font-size: 1rem;
}
.p-genre__list-heading{
  grid-area: heading;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.c-page__heading{
  letter-spacing: .1em;
}
.c-page__heading>span{
  position: relative;
  padding-left: 35px;
}
.c-page__heading>span::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: "";
}
.p-page__heading--catchup>span::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/heading_obj.webp);
}
.p-page__heading--fpskillup>span::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/heading_obj_fpskillup.webp);
}
.p-page__heading--lifeandmoney>span::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/heading_obj_lifeandmoney.webp);
}
.p-page__heading--study>span::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/heading_obj_study.webp);
}
@media (min-width:48em){
  .p-genre__list-link{
    grid-template: "day img"auto"heading img"1fr/1fr auto;
    align-items: flex-start;
    gap: 10px 30px;
    padding: 20px 0;
  }
  .p-genre__list-img{
    width: 144px;
    height: 96px;
  }
  .p-genre__list-label-day{
    justify-content: flex-start;
  }
  .p-genre__list-day{
    margin-left: 15px;
  }
  .p-genre__list-heading{
    font-size: 2rem;
    line-height: 1.6;
  }
  .c-page__heading>span{
    padding-left: 45px;
  }
  .c-page__heading>span::before{
    width: 34px;
    height: 34px;
  }}
@media not all and (min-width:48em){
  .c-pager{
    margin-top: 40px;
  }}