.course-outline--photo-video .course-outline__en ._box {
  display: inline-block;
  background: #E02E5A;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.course-features--photo-video {
  padding-bottom: 80px;
}
.course-features--photo-video .course-features__inner {
  max-width: 1600px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
.course-features--photo-video .course-features__inner .course-features__bubble {
  max-width: 800px;
  margin: 0 auto 40px;
}
.course-features--photo-video .course-features__inner .course-features__contentWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content:first-of-type {
  padding-right: 50px;
  border-right: 1px solid #282828;
}
.course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content:last-of-type {
  padding-left: 50px;
}
.course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #E02E5A;
}
.course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__text {
  margin-top: 16px;
}
.course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__img {
  margin-top: 16px;
}
.note.--photo-video::before {
  color: #E02E5A;
}

@media screen and (max-width:767px) {
  .course-outline--photo-video .course-outline__en ._box {
    font-size: 16px;
  }
  .course-features--photo-video {
    padding-bottom: 40px;
  }
  .course-features--photo-video .course-features__inner  {
    padding-left: 0;
    padding-right: 0;
  }
  .course-features--photo-video .course-features__inner .course-features__bubble {
    margin: 0 auto 20px;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap {
    grid-template-columns: 1fr;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content:first-of-type {
    padding-right: 0;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #282828;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content:last-of-type {
    padding-left: 0;
    padding-top: 40px;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__ttl {
    font-size: 4.53vw;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__text {
    margin-top: 10px;
  }
  .course-features--photo-video .course-features__inner .course-features__contentWrap .course-features__content .course-features__img {
    margin: 10px auto 0;
    width: 90%;
  }
}