section[id^=course_blank_] {
  width: 960px;
  margin: 0 auto 50px;
}
section[id^=course_blank_] h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
section[id^=course_blank_] p {
  font-size: 16px;
}

#course_blank_greeting {
  margin-top: 150px;
}
#course_blank_greeting div {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #dfd;
}
#course_blank_greeting div p + p {
  margin-top: 20px;
}
#course_blank_mv {
  min-width: auto;
  width: 840px;
  background: url(../img/course_blank/blank_mv.png) no-repeat center/cover;
  padding: 100px 50px 50px;
}
#course_blank_mv h3 {
  font-size: 36px;
  font-weight: bold;
  color: #33c;
  padding: 10px;
  text-align: center;
  background-color: rgba(170, 255, 255, 0.5333333333);
  margin-bottom: 150px;
}
#course_blank_mv h3 span {
  display: block;
  font-size: 28px;
  text-align: right;
  margin-right: 100px;
}
#course_blank_mv h4 {
  font-size: 28px;
  text-align: center;
  color: #ff0;
  margin-bottom: 20px;
}
#course_blank_mv h4 span {
  font-size: 54px;
  font-weight: bold;
  margin: 0 20px 0 50px;
}
#course_blank_mv p {
  font-size: 24px;
  text-align: right;
  margin-right: 50px;
}
#course_blank_flow {
  margin-bottom: 100px;
}
#course_blank_flow > div {
  display: flex;
  justify-content: space-between;
}
#course_blank_flow section {
  min-width: auto;
  position: relative;
  padding: 10px;
  height: -moz-min-content;
  height: min-content;
  width: 410px;
  margin-bottom: 50px;
}
#course_blank_flow section[id^=flow_y] {
  background-color: #fdb;
}
#course_blank_flow section[id^=flow_n] {
  background-color: #d5e6ef;
}
#course_blank_flow section ul {
  list-style-type: disc;
  margin-left: 20px;
}
#course_blank_flow section ul li {
  font-size: 16px;
}
#course_blank_flow section:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -36px;
  left: 195px;
  border-width: 20px 13px 0;
  border-style: solid;
  border-color: #12356c transparent transparent;
}
#course_blank_flow #flow_n0 {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px;
}
#course_blank_flow #flow_n0:before {
  display: none;
}
#course_blank_flow #flow_n1:before {
  left: 75px;
  transform: rotateZ(-30deg);
}
#course_blank_flow #flow_y1 {
  background-color: #fcf3b5;
}
#course_blank_flow #flow_y1 p {
  font-weight: bold;
}
#course_blank_flow #flow_y1:before {
  left: 315px;
  transform: rotateZ(30deg);
}
#course_blank_flow #flow_y3:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 195px;
  border-width: 20px 13px 0;
  border-style: solid;
  border-color: #12356c transparent transparent;
}
#course_blank_flow #flow_y4 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#course_blank_flow #flow_y4 p {
  font-size: 24px;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  section[id^=course_blank_] {
    width: 90vw;
    margin: 0 auto 5vw;
  }
  section[id^=course_blank_] h2 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  section[id^=course_blank_] p {
    font-size: 3vw;
  }
  #course_blank_greeting {
    margin-top: 15vw;
  }
  #course_blank_greeting div {
    padding: 2vw;
    border-radius: 2vw;
  }
  #course_blank_greeting div p + p {
    margin-top: 2vw;
  }
  #course_blank_mv {
    width: 90%;
    padding: 10vw 5vw 5vw;
  }
  #course_blank_mv h3 {
    font-size: 4.3vw;
    padding: 1vw;
    margin-bottom: 15vw;
  }
  #course_blank_mv h3 span {
    font-size: 3.6vw;
    margin-right: 10vw;
  }
  #course_blank_mv h4 {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  #course_blank_mv h4 span {
    font-size: 7vw;
    margin: 0 2vw 0 5vw;
  }
  #course_blank_mv p {
    font-size: 3.3vw;
    margin-right: 5vw;
  }
  #course_blank_flow {
    margin-bottom: 10vw;
  }
  #course_blank_flow section {
    padding: 2vw;
    width: 43vw;
    margin-bottom: 7vw;
  }
  #course_blank_flow section ul {
    margin-left: 3vw;
  }
  #course_blank_flow section ul li {
    font-size: 3vw;
  }
  #course_blank_flow section:before {
    top: -5.5vw;
    left: 18.8vw;
    border-width: 4vw 2.7vw 0;
  }
  #course_blank_flow #flow_n0 {
    margin: 0 auto 7vw;
  }
  #course_blank_flow #flow_n1:before {
    left: 16.8vw;
    transform: rotateZ(-15deg);
  }
  #course_blank_flow #flow_y1:before {
    left: 20.8vw;
    transform: rotateZ(15deg);
  }
  #course_blank_flow #flow_y3 {
    margin-bottom: 14vw;
  }
  #course_blank_flow #flow_y3:after {
    bottom: -7vw;
    left: 18.8vw;
    border-width: 4vw 2.7vw 0;
  }
  #course_blank_flow #flow_y4 p {
    font-size: 3.1vw;
  }
}/*# sourceMappingURL=course_blank.css.map */