.course_fv{
  padding-top: 80px;
  background-image: url("./img/course/course_fv_bg.jpg");
  background-position: center;
  background-size: cover;
}
.course_inner{
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.course_fv_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 80px 0;
  color: #fff;
}
.course_lead{
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: normal;
}
.course_lead a{
  color: #0061c1;
}
.course_omakase{
  margin-top: 40px;
}
.course_name{
  font-size: 24px;
  font-weight: bold;
  padding: 13px 0 13px 21px;
  position: relative;
  margin-bottom: 24px;
}
.course_name::before{
  content: "";
  width: 5px;
  height: 50px;
  background: #D75434;
  position: absolute;
  top: 0;
  left: 0;
}
.course_price{
  font-weight: bold;
  margin-bottom: 24px;
}
.course_text{
  line-height: 2;
  font-size: 16px;
}
.course_contact_flow{
  margin: 40px 0;
}
.course_contact_flow img{
  width: 480px;
  max-width: 100%;
}
.course_contact_flow_note{
  font-size: 14px;
}
.course_manpuku{
  margin-top: 80px;
}
@media (max-width:768px) {
  .course_inner{
    padding: 0 20px;
  }
  .course_fv{
    padding-top: 40px;
  }
  .course_fv_title {
    font-size: 32px;
    padding: 40px 0;
  }
}