@charset "UTF-8";
section[id^=course_start_] {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px 50px;
  /* course-overview */
}
section[id^=course_start_] > h2 {
  display: block;
  background-color: #ff0;
  margin: 0 -30px 20px;
  padding: 20px;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
}
section[id^=course_start_] h3 {
  font-size: 16px;
  font-weight: bold;
}
section[id^=course_start_] p {
  font-size: 16px;
}
section[id^=course_start_] > img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section[id^=course_start_] .summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 50px;
  background-color: #c8eafc;
}
section[id^=course_start_] .summary > section {
  text-align: center;
}
section[id^=course_start_] .summary > section:first-child {
  width: 270px;
  color: #d33;
}
section[id^=course_start_] .summary > section:first-child img {
  width: 90%;
  height: auto;
}
section[id^=course_start_] .summary > section:nth-child(2) {
  width: 280px;
  padding: 15px;
  border: 5px solid #f29e1f;
}
section[id^=course_start_] .summary > section:nth-child(3) {
  width: 270px;
}
section[id^=course_start_] .summary > section:nth-child(3) h3 {
  margin-bottom: 15px;
}
section[id^=course_start_] .summary > section:nth-child(3) .flex div img {
  height: 50px;
  width: auto;
}
section[id^=course_start_] .feature {
  text-align: center;
  margin-bottom: 20px;
}
section[id^=course_start_] .feature .flex {
  justify-content: center;
  margin-bottom: 20px;
}
section[id^=course_start_] .feature .flex > section {
  width: 230px;
  text-align: center;
}
section[id^=course_start_] .feature .flex > section img {
  height: 120px;
  width: auto;
  margin-bottom: 15px;
}
section[id^=course_start_] .feature .flex > section h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
section[id^=course_start_] .feature .flex > section:first-child {
  color: #0071bc;
}
section[id^=course_start_] .feature .flex > section:nth-child(2) {
  margin: 0 20px;
  color: #090;
}
section[id^=course_start_] .feature .flex > section:last-child {
  color: #d33;
}
section[id^=course_start_] .price {
  background-color: #ffdd60;
  padding: 30px;
  text-align: center;
  position: relative;
}
section[id^=course_start_] .price:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 31px solid #fff;
  border-left: 31px solid transparent;
}
section[id^=course_start_] .price:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 31px solid #fff;
  border-right: 31px solid transparent;
}
section[id^=course_start_] .price h3 {
  color: #e22;
  font-size: 16px;
}
section[id^=course_start_] .price h3 span {
  font-size: 40px;
  margin: 0 10px;
}
section[id^=course_start_] .price h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
section[id^=course_start_] .price p {
  margin-top: 15px;
}
section[id^=course_start_].course-overview {
  padding: 30px;
  margin-bottom: 30px;
}
section[id^=course_start_].course-overview > h2 {
  background: none;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
section[id^=course_start_].course-overview > h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
section[id^=course_start_].course-overview .contents {
  padding: 0 0 20px;
  margin-bottom: 30px;
  border: 5px solid #ffdd60;
  background: rgba(255,255,255,0.4);
}
section[id^=course_start_].course-overview .contents h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #ffdd60;
}
section[id^=course_start_].course-overview .contents .flex {
  justify-content: center;
  align-items: center;
}
section[id^=course_start_].course-overview .contents .flex ul {
  margin-right: 50px;
  list-style: circle;
}
section[id^=course_start_].course-overview .contents .flex ul li {
  font-size: 20px;
}
section[id^=course_start_].course-overview .contents .flex ul li + li {
  margin-top: 10px;
}
section[id^=course_start_].course-overview .contents .flex img {
  height: auto;
  width: 250px;
}
section[id^=course_start_].course-overview .features {
  padding: 0 0 20px;
  margin-bottom: 30px;
  border: 5px solid #1f9ef2;
  background: rgba(255,255,255,0.4);
}
section[id^=course_start_].course-overview .features h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #1f9ef2;
}
section[id^=course_start_].course-overview .features .flex {
  justify-content: space-between;
}
section[id^=course_start_].course-overview .features .flex > div {
  text-align: center;
  width: 220px;
}
section[id^=course_start_].course-overview .features .flex > div img {
  height: 105px;
  width: auto;
}

#course_start_mv {
  margin: 70px auto 50px;
  height: 540px;
  position: relative;
  background: url("../img/best_license_class.png") no-repeat center/cover;
}
#course_start_mv > div {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 50px;
  padding: 25px 0;
  left: 0;
  background-color: rgba(0, 153, 255, 0.6666666667);
  text-align: center;
  color: #ff0;
  line-height: 1;
}
#course_start_mv > div p {
  font-size: 24px;
  text-shadow: 0 0 12px #000;
}
#course_start_mv > div h4 {
  margin-top: 15px;
  font-size: 44px;
  font-weight: bold;
  text-shadow: 0 0 12px #000;
}
#course_start_greeting p {
  margin-bottom: 20px;
}
#course_start_greeting p:last-child {
  margin-bottom: 0;
}
#course_start_link_to_double h2 {
  color: #03f;
  position: relative;
  text-align: center;
  font-size: 32px;
}
#course_start_link_to_double h2:before, #course_start_link_to_double h2:after {
  display: block;
  content: "★";
  position: absolute;
  top: 75px;
  left: 50px;
  color: #0ff;
  font-size: 150px;
}
#course_start_link_to_double h2:after {
  left: 760px;
}
#course_start_link_to_double .discount-pr {
  display: block;
  height: 505px;
  padding: 185px 40px 20px;
  position: relative;
  background: url("../img/course_start/double_discount_bkg.jpg") no-repeat center/cover;
}
#course_start_link_to_double .discount-pr > p {
  color: #fff;
  font-size: 24px;
  text-shadow: 0 0 12px #333;
}
#course_start_link_to_double .discount-pr > p:last-child span {
  text-decoration: underline;
}
#course_start_link_to_double .discount-pr > .flex {
  margin: 50px 0 15px;
  color: #ff3;
  justify-content: center;
  align-items: baseline;
}
#course_start_link_to_double .discount-pr > .flex > p {
  display: inline-block;
  font-size: 28px;
}
#course_start_link_to_double .discount-pr > .flex > p:first-child {
  align-self: center;
}
#course_start_link_to_double .discount-pr > .flex > p:nth-child(2) {
  font-size: 80px;
  font-weight: bold;
  margin: 0 30px 0 50px;
}
#course_start_link_to_double .discount-pr > .balloon {
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  right: 120px;
  text-align: center;
  top: 70px;
}
#course_start_link_to_double .discount-pr > .balloon p {
  color: #336;
  font-size: 28px;
}
#course_start_link_to_double .discount-pr > .balloon p span {
  color: #f33;
  font-size: 32px;
  font-weight: bold;
}
#course_start_link_to_double .discount-pr > .balloon:after {
  border-width: 50px 20px 0;
  top: 75%;
  left: 0;
  transform: rotateZ(45deg);
}
#course_start_clear .flex {
  margin-top: 20px;
}
#course_start_clear .flex img {
  width: 440px;
  height: auto;
}
#course_start_clear .flex img:first-child {
  margin-right: 20px;
}
#course_start_clear section {
  margin-top: 20px;
}
#course_start_clear section h4 {
  font-size: 20px;
  font-weight: bold;
}
#course_start_levels > div {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  position: relative;
}
#course_start_levels > div table .number {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
#course_start_levels > div table .number:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 0;
  background-color: #fff;
  border-bottom: 20px solid #ccc;
  border-left: 20px solid transparent;
}
#course_start_levels > div table thead tr th {
  width: 90px;
  padding: 0;
}
#course_start_levels > div table thead tr th:last-child {
  width: 300px;
}
#course_start_levels > div table tbody tr td:last-child {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 12px #aaa;
  padding: 10px 15px 5px;
}
#course_start_levels > div table tbody tr:nth-of-type(1) td {
  color: #e00;
  font-weight: bold;
  padding: 0 0 20px;
  text-shadow: 0 0 0 transparent;
}
#course_start_levels > div table tbody tr:nth-of-type(2) .number {
  color: #e80;
}
#course_start_levels > div table tbody tr:nth-of-type(2) td:last-child {
  background-color: #e00;
}
#course_start_levels > div table tbody tr:nth-of-type(3) .number {
  color: #fff100;
}
#course_start_levels > div table tbody tr:nth-of-type(3) td:last-child {
  background-color: #e80;
}
#course_start_levels > div table tbody tr:nth-of-type(4) .number {
  color: #8e0;
}
#course_start_levels > div table tbody tr:nth-of-type(4) td:last-child {
  background-color: #fff100;
}
#course_start_levels > div table tbody tr:nth-of-type(5) .number {
  color: #08c;
}
#course_start_levels > div table tbody tr:nth-of-type(5) td:last-child {
  background-color: #8e0;
}
#course_start_levels > div table tbody tr:nth-of-type(6) td:last-child {
  background-color: #08c;
}
#course_start_levels > div img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1) rotateZ(10deg);
  -webkit-transform: scale(-1, 1) rotateZ(10deg);
  -moz-transform: scale(-1, 1) rotateZ(10deg);
  -ms-transform: scale(-1, 1) rotateZ(10deg);
  -o-transform: scale(-1, 1) rotateZ(10deg);
}
#course_start_levels > div p {
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #ffc000;
  position: absolute;
  top: 0;
  left: 200px;
}
#course_start_levels > div p:before, #course_start_levels > div p:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #ffc000;
  border-right: 70px solid transparent;
}
#course_start_levels > div p:after {
  bottom: -41px;
  left: -1px;
  border-top: 41px solid #fff;
  border-right: 41px solid transparent;
}
#course_start_levels > div div {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 50px;
  height: 180px;
  background-color: #ccc;
}
#course_start_levels > div div:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-width: 0 50px 50px 50px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  top: -49px;
  left: -50%;
}
#course_start_levels ol {
  padding-left: 30px;
  list-style: decimal;
}
#course_start_levels ol li {
  margin-bottom: 20px;
  line-height: 1.1;
}
#course_start_elements .flex > section {
  width: 360px;
  margin-right: 40px;
}
#course_start_elements .flex > section h3 {
  margin: 50px 0 20px;
  text-align: center;
  text-decoration-line: underline;
}
#course_start_elements .flex > section img {
  width: 100%;
  height: auto;
}
#course_start_elements .flex > div {
  width: 500px;
}
#course_start_elements .flex > div section {
  margin-bottom: 20px;
}
#course_start_elements .flex > div section:first-child h3 {
  color: #ff009c;
}
#course_start_elements .flex > div section:nth-child(2) h3 {
  color: #002060;
}
#course_start_elements .flex > div section:nth-child(3) h3 {
  color: #ff6600;
}
#course_start_relief > .flex {
  margin: 20px 0;
  text-align: center;
}
#course_start_relief > .flex section {
  width: 50%;
  padding: 20px 60px;
  background-color: #999;
  color: #fff;
}
#course_start_relief > .flex section:last-child {
  background-color: #0071bc;
}
#course_start_relief > .flex section h4 {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 3px solid #eee;
}
#course_start_relief > .flex section p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
#course_start_relief > .flex section p:last-child {
  margin-bottom: 0;
}
#course_start_concentration .flex {
  justify-content: center;
  padding: 15px 0;
}
#course_start_concentration .flex div {
  display: flex;
}
#course_start_concentration .flex div:first-child {
  margin-right: 30px;
}
#course_start_concentration .flex div img {
  display: block;
  height: 50px;
  width: auto;
  margin-right: 10px;
}
#course_start_concentration .flex div p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#course_start_freedom .flex img {
  height: 200px;
  width: auto;
  margin: 0 20px;
}
#course_start_best h2 {
  font-size: 19.5px;
}
#course_start_best .flex {
  justify-content: space-between;
  padding-top: 20px;
}
#course_start_best .flex img {
  height: 220px;
  width: auto;
}
#course_start_reason .flex {
  margin-bottom: 20px;
  justify-content: space-between;
}
#course_start_reason .flex > div {
  width: 185px;
  text-align: center;
}
#course_start_reason .flex > div img {
  width: 90%;
  height: auto;
}
#course_start_reason .flex > section {
  width: 145px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  text-align: center;
}
#course_start_reason .flex > section h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
}
#course_start_reason .flex > section div {
  width: 100px;
  height: 20px;
  margin-top: 20px;
  background-color: #f00;
  position: relative;
}
#course_start_reason .flex > section div:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-width: 20px 0 20px 40px;
  border-style: solid;
  border-color: transparent transparent transparent #f00;
  top: -10px;
  left: 100%;
}
#course_start_reason > p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: inherit;
}
#course_start_owd-mv {
  padding: 0 30px;
  margin-bottom: 30px;
}
#course_start_owd-mv img {
  width: 100%;
  margin-bottom: 0;
}
#course_start_owd-regular {
  background-color:#adf;
  margin-bottom: 0;
}
#course_start_owd-regular > h2 {
  color: #35a;
}
#course_start_owd-regular .price:before {
  border-top-color: #adf;
}
#course_start_owd-regular .price:after {
  border-bottom-color: #adf;
}
#course_start_owd-mystyle {
  background-color: antiquewhite;
}
#course_start_owd-mystyle > h2 {
  color: #5a3;
}
#course_start_owd-mystyle .price {
  background-color: #AAEF33;
}
#course_start_owd-mystyle .price:before {
  border-top-color: #dfa;
}
#course_start_owd-mystyle .price:after {
  border-bottom-color: #dfa;
}
#course_start_owd-mystyle .appeal {
  width: 600px;
  margin: 20px auto 0;
}
#course_start_owd-mystyle .appeal > h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
#course_start_owd-mystyle .appeal > div.flex {
  align-items: center;
}
#course_start_owd-mystyle .appeal > div.flex img {
  display: block;
  width: auto;
  height: 80px;
  margin-right: 30px;
}
#course_start_owd-mystyle .appeal > div.flex ul {
  list-style: disc;
}
#course_start_owd-mystyle .appeal > div.flex ul li {
  font-size: 18px;
  margin-bottom: 5px;
}
#course_start_next {
  min-width: auto;
  width: 720px;
  background-color: #ffc000;
  margin-bottom: 20px;
  padding: 20px 50px 45px;
  text-align: center;
  position: relative;
}
#course_start_next:before, #course_start_next:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 145px solid #fff;
  border-right: 365px solid transparent;
}
#course_start_next:after {
  left: 360px;
  border-left: 365px solid transparent;
  border-right: 0;
}
#course_start_next p {
  font-size: 18px;
  margin-bottom: 5px;
}
#course_start_next h3 {
  font-size: 32px;
}
#course_start_advance-mv {
  padding: 0 30px;
  margin-bottom: 30px;
}
#course_start_advance-mv img {
  width: 100%;
  margin-bottom: 0;
}
#course_start_advance {
  background-color: #fde;
}
#course_start_advance > h2 {
  color: #a53;
}
#course_start_advance .skills {
  padding: 0 0 20px;
  margin-bottom: 30px;
  border: 5px solid #9ef21f;
}
#course_start_advance .skills h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #9ef21f;
}
#course_start_advance .skills .flex {
  padding: 0 50px;
  flex-wrap: wrap;
  justify-content: center;
}
#course_start_advance .skills .flex > div {
  text-align: center;
  width: 250px;
}
#course_start_advance .skills .flex > div img {
  height: 105px;
  width: auto;
}
#course_start_advance .features .flex {
  justify-content: center;
}
#course_start_advance .features .flex div {
  width: 250px;
}
#course_start_advance .price:before {
  border-top-color: #fde;
}
#course_start_advance .price:after {
  border-bottom-color: #fde;
}
#course_start_double .flex {
  margin-bottom: 20px;
}
#course_start_double .flex img {
  width: 120px;
  margin: 0 80px;
}
#course_start_double .flex section h3 {
  font-size: 20px;
}
#course_start_double .price {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#course_start_double .price div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 50px;
}
#course_start_double .price div:first-child h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#course_start_double .price div:first-child p {
  font-size: 16px;
}
#course_start_double .price div:last-child {
  color: #e22;
}
#course_start_double .price div:last-child p {
  margin: 0 0 15px;
}
#course_start_double .price#double_mystyle {
  background-color: #aaef33;
}
#course_start_double #double_agreement ul {
  margin-left: 19px;
  list-style: disc;
}

@media screen and (max-width: 768px) {
  section[id^=course_start_] {
    width: 100vw;
    padding: 0 5vw 5vw;
    /* course-overview */
  }
  section[id^=course_start_] > h2 {
    margin: 0 -3vw 2vw;
    padding: 2vw;
    font-size: 4.4vw;
  }
  section[id^=course_start_] h3 {
    font-size: 3.6vw;
  }
  section[id^=course_start_] p {
    font-size: 3.3vw;
  }
  section[id^=course_start_] > img {
    margin-bottom: 2vw;
  }
  section[id^=course_start_] .summary {
    flex-direction: column;
    margin-bottom: 2vw;
    padding: 2vw;
    border-radius: 5vw;
  }
  section[id^=course_start_] .summary > section:first-child {
    width: 100%;
  }
  section[id^=course_start_] .summary > section:first-child img {
    width: 90%;
  }
  section[id^=course_start_] .summary > section:nth-child(2) {
    width: 90%;
    margin: 2vw auto;
    padding: 2vw;
  }
  section[id^=course_start_] .summary > section:nth-child(3) {
    width: 100%;
  }
  section[id^=course_start_] .summary > section:nth-child(3) h3 {
    margin-bottom: 2vw;
  }
  section[id^=course_start_] .summary > section:nth-child(3) .flex div img {
    height: 18vw;
  }
  section[id^=course_start_] .summary > section:nth-child(3) .flex div p {
    font-size: 3vw;
  }
  section[id^=course_start_] .feature {
    margin-bottom: 2vw;
  }
  section[id^=course_start_] .feature .flex {
    justify-content: center;
    margin-bottom: 2vw;
  }
  section[id^=course_start_] .feature .flex > section {
    width: 33%;
  }
  section[id^=course_start_] .feature .flex > section img {
    height: 16vw;
    margin-bottom: 1vw;
  }
  section[id^=course_start_] .feature .flex > section h4 {
    font-size: 2.6vw;
  }
  section[id^=course_start_] .feature .flex > section:nth-child(2) {
    margin: 0;
  }
  section[id^=course_start_] .feature > p {
    font-size: 3vw;
  }
  section[id^=course_start_] .price {
    padding: 3vw;
  }
  section[id^=course_start_] .price:before, section[id^=course_start_] .price:after {
    border-width: 5vw;
  }
  section[id^=course_start_] .price h3 {
    font-size: 2.6vw;
  }
  section[id^=course_start_] .price h3 span {
    font-size: 5vw;
    margin: 0 1vw;
  }
  section[id^=course_start_] .price h4 {
    font-size: 3.3vw;
    margin-bottom: 2vw;
  }
  section[id^=course_start_] .price p {
    font-size: 3vw;
    margin-top: 2vw;
  }
  section[id^=course_start_].course-overview {
    padding: 3vw;
    margin-bottom: 3vw;
  }
  section[id^=course_start_].course-overview > h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  section[id^=course_start_].course-overview > h4 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  section[id^=course_start_].course-overview .contents {
    padding: 0 0 2vw;
    margin-bottom: 3vw;
    border-width: 1vw;
  }
  section[id^=course_start_].course-overview .contents h3 {
    font-size: 5.4vw;
    margin-bottom: 2vw;
    padding: 1.5vw 0;
  }
  section[id^=course_start_].course-overview .contents .flex {
    padding: 0 2vw 0 5vw;
    justify-content: space-between;
  }
  section[id^=course_start_].course-overview .contents .flex ul {
    margin-right: 3vw;
  }
  section[id^=course_start_].course-overview .contents .flex ul li {
    font-size: 3.2vw;
  }
  section[id^=course_start_].course-overview .contents .flex ul li + li {
    margin-top: 1vw;
  }
  section[id^=course_start_].course-overview .contents .flex img {
    height: auto;
    width: 28vw;
  }
  section[id^=course_start_].course-overview .features {
    padding: 0 0 2vw;
    margin-bottom: 3vw;
    border-width: 1vw;
  }
  section[id^=course_start_].course-overview .features h3 {
    font-size: 5.4vw;
    margin-bottom: 1vw;
    padding: 1.5vw 0;
  }
  section[id^=course_start_].course-overview .features .flex {
    padding: 1vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section[id^=course_start_].course-overview .features .flex > div {
    text-align: center;
    width: 50%;
  }
  section[id^=course_start_].course-overview .features .flex > div img {
    height: 20vw;
    width: auto;
  }
  section[id^=course_start_].course-overview .features .flex > div:nth-child(-n+2) {
    margin-bottom: 2vw;
  }
  #course_start_mv {
    margin: 11vw auto 5vw;
    height: 54vw;
  }
  #course_start_mv > div {
    width: 100%;
    height: 22vw;
    bottom: 7vw;
    padding: 3vw 0;
  }
  #course_start_mv > div p {
    font-size: 3.2vw;
  }
  #course_start_mv > div h4 {
    margin-top: 1.5vw;
    font-size: 5vw;
  }
  #course_start_greeting p {
    margin-bottom: 2vw;
  }
  #course_start_link_to_double h2 {
    font-size: 4.4vw;
  }
  #course_start_link_to_double h2:before, #course_start_link_to_double h2:after {
    top: 8vw;
    left: 2vw;
    font-size: 15vw;
  }
  #course_start_link_to_double h2:after {
    left: 80vw;
  }
  #course_start_link_to_double .discount-pr {
    height: 53vw;
    padding: 20vw 4vw 2vw;
  }
  #course_start_link_to_double .discount-pr > p {
    font-size: 2.4vw;
    text-shadow: 0 0 2vw #333;
  }
  #course_start_link_to_double .discount-pr > p:last-child span {
    text-decoration: underline;
  }
  #course_start_link_to_double .discount-pr > .flex {
    margin: 3vw 0 1.5vw;
  }
  #course_start_link_to_double .discount-pr > .flex > p {
    font-size: 2.8vw;
  }
  #course_start_link_to_double .discount-pr > .flex > p:nth-child(2) {
    font-size: 9.5vw;
    margin: 0 1vw 0 2vw;
  }
  #course_start_link_to_double .discount-pr > .balloon {
    padding: 3vw;
    right: 3vw;
    top: 3vw;
  }
  #course_start_link_to_double .discount-pr > .balloon p {
    font-size: 4vw;
  }
  #course_start_link_to_double .discount-pr > .balloon p span {
    font-size: 4.8vw;
  }
  #course_start_link_to_double .discount-pr > .balloon:after {
    border-width: 5vw 2vw 0;
    top: 73%;
  }
  #course_start_clear .flex {
    margin-top: 2vw;
    flex-direction: column;
  }
  #course_start_clear .flex img {
    width: 100%;
  }
  #course_start_clear .flex img:first-child {
    margin: 0 0 1vw;
  }
  #course_start_clear section {
    margin-top: 2vw;
  }
  #course_start_clear section h4 {
    font-size: 3.6vw;
  }
  #course_start_levels > div {
    margin: 8vw 0 3vw;
  }
  #course_start_levels > div table .number {
    font-size: 2.6vw;
  }
  #course_start_levels > div table .number:after {
    width: calc(100% - 3vw);
    border-bottom-width: 3vw;
    border-left-width: 3vw;
  }
  #course_start_levels > div table thead tr th {
    width: 11vw;
  }
  #course_start_levels > div table thead tr th:last-child {
    width: 40vw;
  }
  #course_start_levels > div table tbody tr td {
    font-size: 2.2vw;
  }
  #course_start_levels > div table tbody tr td:last-child {
    text-shadow: 0 0 2vw #aaa;
    padding: 1vw 1.5vw 0.5vw;
  }
  #course_start_levels > div table tbody tr:nth-of-type(1) td {
    padding: 0 0 3vw;
    text-shadow: 0 0 0 transparent;
  }
  #course_start_levels > div img {
    width: 18vw;
    top: -1vw;
  }
  #course_start_levels > div p {
    padding: 2vw;
    font-size: 2.8vw;
    border-radius: 2vw;
    left: 18vw;
    top: -7vw;
  }
  #course_start_levels > div p:before, #course_start_levels > div p:after {
    bottom: -4vw;
    border-top-width: 4vw;
    border-right-width: 7vw;
  }
  #course_start_levels > div p:after {
    bottom: -4.1vw;
    left: -0.1vw;
    border-top-width: 4.1vw;
    border-right-width: 4.1vw;
  }
  #course_start_levels > div div {
    right: 5vw;
    width: 5vw;
    height: 27vw;
  }
  #course_start_levels > div div:after {
    border-width: 0 5vw 5vw 5vw;
    top: -4.9vw;
  }
  #course_start_levels ol {
    padding-left: 3vw;
    list-style: decimal;
  }
  #course_start_levels ol li {
    margin-bottom: 2.2vw;
    line-height: 1.1;
  }
  #course_start_elements .flex {
    flex-direction: column;
  }
  #course_start_elements .flex > section {
    width: 100%;
    margin: 0 0 2vw;
  }
  #course_start_elements .flex > section h3 {
    margin: 0 0 2vw;
  }
  #course_start_elements .flex > section img {
    width: 100%;
    height: auto;
  }
  #course_start_elements .flex > div {
    width: 100%;
  }
  #course_start_elements .flex > div section {
    margin-bottom: 2vw;
  }
  #course_start_relief > .flex {
    margin: 2vw 0;
  }
  #course_start_relief > .flex section {
    padding: 2vw;
    font-size: 2.4vw;
  }
  #course_start_relief > .flex section h4 {
    font-size: 2.6vw;
    margin-bottom: 2vw;
    height: 12vw;
  }
  #course_start_relief > .flex section p {
    font-size: 2.4vw;
    margin-bottom: 2.4vw;
  }
  #course_start_concentration .flex {
    justify-content: center;
    padding: 15px 0;
  }
  #course_start_concentration .flex div {
    flex-direction: column;
    justify-content: flex-start;
  }
  #course_start_concentration .flex div:first-child {
    margin-right: 2vw;
  }
  #course_start_concentration .flex div img {
    height: 23vw;
    margin: 0;
  }
  #course_start_concentration .flex div p {
    font-size: 2.6vw;
  }
  #course_start_freedom .flex {
    flex-direction: column;
  }
  #course_start_freedom .flex img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  #course_start_best h2 {
    font-size: 4.4vw;
  }
  #course_start_best .flex {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2vw;
  }
  #course_start_best .flex img {
    width: 100%;
    height: auto;
    margin-bottom: 1vw;
  }
  #course_start_best .flex img:last-child {
    margin-bottom: 0;
  }
  #course_start_reason {
    padding-bottom: 8vw;
  }
  #course_start_reason .flex {
    margin-bottom: 2vw;
    flex-direction: column;
    justify-content: flex-start;
  }
  #course_start_reason .flex > div {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #course_start_reason .flex > div img {
    width: 50%;
    height: auto;
  }
  #course_start_reason .flex > section {
    width: 100%;
    padding: 5vw 0 5vw 10vw;
    position: relative;
  }
  #course_start_reason .flex > section h4 {
    font-size: 4vw;
  }
  #course_start_reason .flex > section div {
    position: absolute;
    width: 4vw;
    height: 8vw;
    margin-top: 0;
    top: 2vw;
    left: 22vw;
  }
  #course_start_reason .flex > section div:after {
    border-width: 8vw 4vw 0 4vw;
    border-style: solid;
    border-color: #f00 transparent transparent transparent;
    top: 100%;
    left: -50%;
  }
  #course_start_reason > p {
    font-size: 3.6vw;
  }
  #course_start_owd-mv {
    padding: 0;
    margin-bottom: 3vw;
  }
  #course_start_owd-mystyle > h4 {
    font-size: 3.6vw;
  }
  #course_start_owd-mystyle .appeal {
    width: 100%;
    margin: 2vw auto 0;
  }
  #course_start_owd-mystyle .appeal > h3 {
    font-size: 3.6vw;
    margin-bottom: 1vw;
  }
  #course_start_owd-mystyle .appeal > div.flex img {
    width: auto;
    height: 14vw;
    margin-right: 5vw;
  }
  #course_start_owd-mystyle .appeal > div.flex ul li {
    font-size: 3.1vw;
    margin-bottom: 0.5vw;
  }
  #course_start_next {
    width: 90vw;
    margin-bottom: 2vw;
    padding: 2vw 5vw 4.5vw;
  }
  #course_start_next:before, #course_start_next:after {
    bottom: -1vw;
    left: -1vw;
    border-bottom-width: 18vw;
    border-right-width: 49vw;
  }
  #course_start_next:after {
    left: 42vw;
    border-left-width: 49vw;
  }
  #course_start_next p {
    font-size: 2.6vw;
    margin-bottom: 0.5vw;
  }
  #course_start_next h3 {
    font-size: 3.6vw;
  }
  #course_start_advance-mv {
    padding: 0;
    margin-bottom: 3vw;
  }
  #course_start_advance .skills {
    padding: 0 0 2vw;
    margin-bottom: 3vw;
    border-width: 1vw;
  }
  #course_start_advance .skills h3 {
    font-size: 5.4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1vw;
    padding: 1.5vw 0;
  }
  #course_start_advance .skills .flex {
    padding: 0 1vw;
  }
  #course_start_advance .skills .flex > div {
    width: 33%;
  }
  #course_start_advance .skills .flex > div img {
    height: 20vw;
    width: auto;
  }
  #course_start_advance .skills .flex > div:nth-child(-n+3) {
    margin-bottom: 2vw;
  }
  #course_start_advance .features .flex div {
    width: 50%;
  }
  #course_start_double .flex {
    flex-direction: column;
    margin-bottom: 2vw;
  }
  #course_start_double .flex img {
    width: 40%;
    margin: 0 auto;
  }
  #course_start_double .flex section h3 {
    font-size: 4vw;
  }
  #course_start_double .price {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 2vw;
  }
  #course_start_double .price div:first-child {
    justify-content: flex-start;
    margin: 0 0 3vw;
  }
  #course_start_double .price div:first-child h4 {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  #course_start_double .price div:first-child p {
    font-size: 2.8vw;
    margin-top: 0;
  }
  #course_start_double .price div:last-child {
    display: flex;
    justify-content: center;
  }
  #course_start_double .price div:last-child p {
    margin: 0 2vw 0 0;
    font-size: 2.8vw;
  }
  #course_start_double > section ul {
    margin-left: 4vw;
  }
  #course_start_double > section ul li {
    font-size: 3vw;
  }

  .flex.promiss {display: block;}
  .flex.promiss .flex{margin: 0.5em -0.5em;}
  .flex.promiss .flex img {margin: auto 0;max-height:14vw;}
  .flex.promiss .flex p {font-size: 3vw;margin:auto;}

}