@charset "UTF-8";

/* ---------------------------------------------------
 TOP
--------------------------------------------------- */

/* ----------------------------------------
 base / module
---------------------------------------- */
#contents {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-top: 78px;
  /* header height */
}

#contents .layoutInner {
  width: 780px;
  margin: 0 auto;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  #contents {
    padding-top: 42px;
  }

  #contents .layoutInner {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
}

/* --- media 700px以下 --- */

/* button */
.centerBtn {
  text-align: center;
  margin-top: 60px;
}

.centerBtn a {
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  background: #fff100;
  border-radius: 10px;
  padding: 13px 40px;
}

.centerBtn a:hover {
  background: #fff776;
  color: #0074be;
}

.centerBtn.gray {
  margin-top: 30px;
}

.centerBtn.gray a {
  font-size: 24px;
  background: #ccc;
}

.centerBtn.gray a:hover {
  background: #ddd;
  color: #999;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  .centerBtn {
    margin-top: 25px;
    padding: 0 10px;
  }

  .centerBtn a {
    display: block;
    font-size: 18px;
    border-radius: 5px;
    padding: 11px 5px;
  }

  .centerBtn.gray {
    margin-top: 15px;
  }

  .centerBtn.gray a {
    font-size: 17px;
  }
}

/* --- media 700px以下 --- */

/* title pony image */
.titlePony {
  text-align: center;
  padding: 0 10px;
}

/* ----------------------------------------
 mainvisual
---------------------------------------- */
@media (min-width: 701px) {
  #mainvisual {
    text-align: center;
    margin-top: -55px;
  }
}

@media (max-width: 700px) {
  #mainvisual {
    text-align: center;
    margin-top: -20px;
  }
}

/* ----------------------------------------
 Contents
---------------------------------------- */
.wrapper>div {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .wrapper>div {
    width: auto;
    margin: 0;
  }
}

.m0a {
  margin: 0 auto;
}

.blue {
  background: #0074be;
}

.grey {
  background: #efefef;
}

#faq {
  width: 858px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  #faq {
    width: auto;
    margin: 0;
  }
}


/* ----------------------------------------
 introduce
---------------------------------------- */
.dayArea {
  margin-top: 10px;
}

#introduce .visual {
  margin-top: 20px;
}

#introduce .balloon02 {
  position: relative;
  height: 610px;
}

/* ----------------------------------------
 quality
---------------------------------------- */

/* ----------------------------------------
 attention
---------------------------------------- */
#attention .section>.title {
  font-size: 34px;
  color: #0074be;
  text-align: center;
  margin-bottom: 25px;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  #attention .section>.title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

/* --- media 700px以下 --- */

/* ----------------------------------------
 attention > excluded item
---------------------------------------- */
#excluded .itemList {
  overflow: hidden;
  margin-left: -5px;
}

#excluded .itemList li {
  float: left;
  width: calc((100% - 20px) / 4);
  background: #eee;
  font-size: 24px;
  text-align: center;
  padding: 16px;
  margin-left: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#excluded .other {
  background: #eee;
  padding: 25px;
  font-size: 14px;
  line-height: 2.0;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  #excluded .itemList {
    margin-left: 0;
  }

  #excluded .itemList li {
    float: none;
    width: auto;
    font-size: 18px;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 3px;
  }

  #excluded .other {
    padding: 15px;
    line-height: 1.6;
  }
}

/* --- media 700px以下 --- */

/* ----------------------------------------
 other notes
---------------------------------------- */
#notes .otherNotes {
  background: #eee;
  padding: 30px;
}

#notes .otherNotes li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.6;
}

#notes .otherNotes li:not(:first-child) {
  margin-top: 1em;
}

#notes .otherNotes li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  #notes .otherNotes {
    padding: 15px;
  }

  #notes .otherNotes li {
    font-size: 13px;
    line-height: 1.6;
  }

  #notes .otherNotes li:not(:first-child) {
    margin-top: 10px;
  }
}

/* --- media 700px以下 --- */


/* ----------------------------------------
 footer
---------------------------------------- */
#contents>.footer {
  width: 980px;
  margin: 60px auto 0;
  padding-bottom: 40px;
}

#contents>.footer .image {
  text-align: right;
  padding-left: 10px;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  #contents>.footer {
    width: auto;
    margin: 30px 0 0;
    padding-bottom: 10px;
  }
}

/* --- media 700px以下 --- */

.greyBox {
  background: #f4f4f4;
}

.label {
  margin-left: -11px;
}

.blueBox {
  background: #d7effd;
}

/* ----------------------------------------
 course

 update 2019.07.29
---------------------------------------- */
.course_title {
  text-align: center;
  padding-top: 110px;
}

.courseDetail_list,
.courseDetail_list * {
  box-sizing: border-box;
}

.courseDetail_list {
  display: flex;
  justify-content: space-between;
  padding: 85px 15px 110px;
}

.courseDetail {
  width: 460px;
  padding-bottom: 20px;
  border: 2px solid;
}

.courseDetail_campaign {
  margin-top: 40px;
  margin-bottom: 40px;
}

.courseDetail_title_02 {
  margin: 0 15px 8px;
}

.courseDetail_title_03 {
  width: 100%;
  font-family: sans-serif, serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.courseDetail_pack {
  margin: 0 15px 8px;
  border: 1px solid;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  color: #3c3c3c;
}

.courseDetail_pack a {
  display: table;
  width: 100%;
  height: 130px;
  text-decoration: none;
  color: inherit;
}

.courseDetail_pack a>* {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.courseDetail_pack_title {
  width: 100px;
  line-height: 1.2;
  color: #fff;
}

.courseDetail_pack_title em {
  font-size: 250%;
  font-weight: normal;
}

.courseDetail_pack_content {
  line-height: 1;
}

.courseDetail_pack_price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseDetail_pack_oprice {
  position: relative;
  width: 4em;
  color: #666;
}

.courseDetail_pack_oprice:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.courseDetail_pack_discount {
  position: relative;
  line-height: 1.2;
  padding-left: .25em;
  margin: 0 1em 0 .25em;
  font-size: 80%;
  color: #fff;
  background: #ff0000;
}

.courseDetail_pack_discount:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  border-style: solid;
  border-width: .9em 0 .9em .7em;
  border-color: transparent;
  border-left-color: #ff0000;
  transform: translateY(-50%);
}

.courseDetail_pack_price {
  font-size: 140%;
}

.courseDetail_pack_price.large {
  font-size: 200%;
  font-weight: bold;
}

.courseDetail_pack_price small {
  font-size: 30%;
}

.courseDetail_pack_discount+.courseDetail_pack_price {
  position: relative;
  color: #ff000c;
}

.courseDetail_pack_discount+.courseDetail_pack_price small {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: .25em;
}

.courseDetail_pack_submit {
  width: 250px;
  line-height: 40px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
}

.courseDetail_pack a:hover .courseDetail_pack_submit {
  box-shadow:
    0 3px 3px 0 rgba(255, 255, 255, .5) inset,
    0 -3px 3px 0 rgba(0, 0, 0, .25) inset;
}

.courseDetail_pack_submit span {
  display: inline-block;
}

.courseDetail_pack_submit span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .35em 0 .35em .4em;
  border-color: transparent;
  border-left-color: inherit;
  vertical-align: middle;
  margin-left: .5em;
}

.courseDetail.courseStandard {
  border-color: #5ab7ec;
  background: #f3fbff;
}

.courseDetail.courseStandard .courseDetail_title {
  background: #5ab7ec;
}

.courseDetail.courseStandard .courseDetail_title_02 {
  background: #5ab7ec;
}

.courseDetail.courseStandard .courseDetail_title_03 {
  background: #5ab7ec;
  margin-top: 30px;
  padding: 15px;
}

.courseDetail.courseStandard .courseDetail_pack_title {
  background: #5ab7ec;
}

.courseDetail.courseStandard .courseDetail_pack {
  border-color: #5ab7ec;
}

.courseDetail.courseStandard .courseDetail_pack_submit {
  background: #5ab7ec;
}

.courseDetail.courseDeluxe {
  border-color: #c6a04e;
  background: #fff8e9;
}

.courseDetail.courseDeluxe .courseDetail_title {
  background: #c6a04e;
}

.courseDetail.courseDeluxe .courseDetail_title_02 {
  background: #c6a04e;
}

.courseDetail.courseDeluxe .courseDetail_title_03 {
  background: #c6a04e;
  margin-top: 30px;
  padding: 15px;
}

.courseDetail.courseDeluxe .courseDetail_pack_title {
  background: #c6a04e;
}

.courseDetail.courseDeluxe .courseDetail_pack_submit {
  background: #c6a04e;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  .course_title {
    padding-top: calc(110 / 640 * 100vw);
    ;
  }

  .courseDetail_list {
    display: block;
    padding: 0 calc(40 / 640 * 100vw);
  }

  .courseDetail {
    width: 100%;
    max-width: 560px;
    margin: 3em auto 0;
    padding-bottom: calc(20 / 640 * 100vw);
  }

  .courseDetail_title_02 {
    margin: 0 calc(25 / 640 * 100vw) calc(10 / 640 * 100vw);
  }

  .courseDetail_campaign {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .courseDetail_pack {
    margin: 0 calc(25 / 640 * 100vw) calc(10 / 640 * 100vw);
  }

  .courseDetail_pack a {
    height: 6em;
  }

  .courseDetail_pack_title {
    width: 5em;
  }

  .courseDetail_pack_price {
    font-size: 170%;
  }

  .courseDetail_pack_price.large {
    font-size: 220%;
  }

  .courseDetail_pack_discount+.courseDetail_pack_price small {
    position: absolute;
  }

  .courseDetail_pack_submit {
    width: 12em;
    line-height: 2em;
    margin: 1em auto 0;
    border-radius: 2em;
  }

  .courseDetail_title_03 {
    width: 100%;
    font-family: sans-serif, serif;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
}

/* --- media 700px以下 --- */

/* --- media 640px以下 --- */
@media (max-width: 640px) {
  .courseDetail_pack {
    font-size: calc(22 / 640 * 100vw);
  }
}

/* --- media 640px以下 --- */


/*---- topバナー用 ----*/
#course_standard_top {
  display: inline-block;
}

#course_deluxe_top {
  display: inline-block;
}

.course_title_top {
  text-align: center;
  padding-top: 110px;
}

.courseDetail_list_top,
.courseDetail_list_top * {
  box-sizing: border-box;
}

.courseDetail_list_top {
  display: flex;
  justify-content: space-between;
  padding: 0px 1px 0px;
}

.courseDetail_top {
  width: 460px;
  padding-bottom: 20px;
  border: 2px solid;
}

.courseDetail_campaign_top {
  margin-bottom: 40px;
}

.courseDetail_title_02_top {
  margin: 0 15px 8px;
}

.courseDetail_pack_top {
  margin: 0 15px 8px;
  border: 1px solid;
  border-color: #5ab7ec;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  color: #3c3c3c;
}

.courseDetail_pack_deluxe {
  margin: 0 15px 8px;
  border: 1px solid;
  border-color: #c6a04e;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  color: #3c3c3c;
}

.courseDetail_pack_top a {
  display: table;
  width: 100%;
  height: 130px;
  text-decoration: none;
  color: inherit;
}

.courseDetail_pack_top a>* {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}

.courseDetail_pack_deluxe a {
  display: table;
  width: 100%;
  height: 130px;
  text-decoration: none;
  color: inherit;
}

.courseDetail_pack_deluxe a>* {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}

.courseDetail_pack_title_top {
  width: 100px;
  line-height: 1.2;
  color: #fff;
}

.courseDetail_pack_title_top em {
  font-size: 250%;
  font-weight: normal;
}

.courseDetail_pack_content_top {
  line-height: 1;
}

.courseDetail_pack_price_wrap_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseDetail_pack_oprice_top {
  position: relative;
  width: 5em;
  color: #666;
}

.courseDetail_pack_oprice_top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.courseDetail_pack_discount_top {
  position: relative;
  line-height: 1.2;
  padding-left: .25em;
  margin: 0 1em 0 .25em;
  font-size: 80%;
  color: #fff;
  background: #ff0000;
}

.courseDetail_pack_discount_top:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  border-style: solid;
  border-width: .9em 0 .9em .7em;
  border-color: transparent;
  border-left-color: #ff0000;
  transform: translateY(-50%);
}

.courseDetail_pack_price_top {
  font-size: 140%;
}

.courseDetail_pack_price_top.large {
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

.courseDetail_pack_price_top small {
  font-size: 30%;
}

.courseDetail_pack_discount_top+.courseDetail_pack_price_top {
  position: relative;
  color: #ff000c;
}

.courseDetail_pack_discount_top+.courseDetail_pack_price_top small {
  position: absolute;
  top: 100%;
  right: 0;
}

.courseDetail_pack_submit_top {
  width: 250px;
  line-height: 40px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
}

.courseDetail_pack_submit_deluxe {
  width: 250px;
  line-height: 40px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
}

.courseDetail_pack_submit_top {
  width: 12em;
  line-height: 2em;
  margin: 1em auto 0;
  border-radius: 2em;
  background-color: #5ab7ec;
}

.courseDetail_pack_submit_deluxe {
  width: 12em;
  line-height: 2em;
  margin: 1em auto 0;
  border-radius: 2em;
  background-color: #c6a04e;
}

.courseDetail_pack_top a:hover .courseDetail_pack_submit_top {
  box-shadow:
    0 3px 3px 0 rgba(255, 255, 255, .5) inset,
    0 -3px 3px 0 rgba(0, 0, 0, .25) inset;
}

.courseDetail_pack_submit_top span {
  display: inline-block;
}

.courseDetail_pack_submit_top span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .35em 0 .35em .4em;
  border-color: transparent;
  border-left-color: inherit;
  vertical-align: middle;
  margin-left: .5em;
}

.courseDetail_pack_deluxe a:hover .courseDetail_pack_submit_deluxe {
  box-shadow:
    0 3px 3px 0 rgba(255, 255, 255, .5) inset,
    0 -3px 3px 0 rgba(0, 0, 0, .25) inset;
}

.courseDetail_pack_submit_deluxe span {
  display: inline-block;
}

.courseDetail_pack_submit_deluxe span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: .35em 0 .35em .4em;
  border-color: transparent;
  border-left-color: inherit;
  vertical-align: middle;
  margin-left: .5em;
}

.popularCourse {
  background-color: #5ab7ec;
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "sans-serif";
}

.crown {
  margin-left: 100px;
  height: 24px;
  top: 20px;
  position: relative;
}

.popularCourse_deluxe {
  background-color: #c6a04e;
  color: white;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "sans-serif";
}

.courseDetail_top.courseStandard_top {
  border-color: #5ab7ec;
  background: #f3fbff;
}

.courseDetail_top.courseStandard_top .courseDetail_title_top {
  background: #5ab7ec;
}

.courseDetail_top.courseStandard_top .courseDetail_title_02_top {
  background: #5ab7ec;
}

.courseDetail_top.courseStandard_top .courseDetail_pack_title_top {
  background: #5ab7ec;
}

.courseDetail_top.courseStandard_top .courseDetail_pack_top {
  border-color: #5ab7ec;
}

.courseDetail_top.courseStandard_top .courseDetail_pack_submit_top {
  background: #5ab7ec;
}

.courseDetail_top.courseDeluxe_top {
  border-color: #c6a04e;
  background: #fff8e9;
}

.courseDetail_top.courseDeluxe_top .courseDetail_title_top {
  background: #c6a04e;
}

.courseDetail_top.courseDeluxe_top .courseDetail_title_02_top {
  background: #c6a04e;
}

.courseDetail_top.courseDeluxe_top .courseDetail_pack_title_top {
  background: #c6a04e;
}

.courseDetail_top.courseDeluxe_top .courseDetail_pack_deluxe {
  border-color: #c6a04e;
}

.courseDetail_top.courseDeluxe_top .courseDetail_pack_submit_top {
  background: #c6a04e;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  .course_title_top {
    padding-top: calc(110 / 640 * 100vw);
    ;
  }

  .courseDetail_list_top {
    display: block;
    padding: 0 calc(40 / 640 * 100vw);
  }

  .courseDetail_top {
    width: 100%;
    max-width: 560px;
    margin: 1em auto 0;
    padding-bottom: calc(20 / 640 * 100vw);
  }

  .courseDetail_title_02_top {
    margin: 0 calc(25 / 640 * 100vw) calc(10 / 640 * 100vw);
  }

  .courseDetail_campaign_top {
    margin-bottom: 2em;
  }

  .courseDetail_pack_top {
    margin: 0 calc(25 / 640 * 100vw) calc(10 / 640 * 100vw);
  }

  .courseDetail_pack_top a {
    height: 6em;
  }

  .courseDetail_pack_deluxe {
    margin: 0 calc(25 / 640 * 100vw) calc(10 / 640 * 100vw);
  }

  .courseDetail_pack_deluxe a {
    height: 6em;
  }

  .courseDetail_pack_title_top {
    width: 5em;
  }

  .courseDetail_pack_price_top {
    font-size: 170%;
  }

  .courseDetail_pack_price_top.large {
    font-size: 220%;
  }

  .courseDetail_pack_discount_top+.courseDetail_pack_price_top small {
    position: static;
  }

  .courseDetail_pack_submit_top {
    width: 12em;
    line-height: 2em;
    margin: 1em auto 0;
    border-radius: 2em;
    background-color: #5ab7ec;
  }

  .courseDetail_pack_submit_deluxe {
    width: 12em;
    line-height: 2em;
    margin: 1em auto 0;
    border-radius: 2em;
    background-color: #c6a04e;
  }

  .select {
    position: relative;
    display: flex;
    text-align: center;
  }

  .popularCourse {
    background-color: #5ab7ec;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "sans-serif";
  }

  .crown {

    height: 24px;
    position: relative;
  }

  .popularCourse_deluxe {
    background-color: #c6a04e;
    color: white;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "sans-serif";
  }

}

/* --- media 700px以下 --- */

/* --- media 640px以下 --- */
@media (max-width: 640px) {
  .courseDetail_pack_top {
    font-size: calc(22 / 640 * 100vw);
  }

  .courseDetail_pack_deluxe {
    font-size: calc(22 / 640 * 100vw);
  }
}

/* --- media 640px以下 --- */

/* ----ここまでtopバナー用---- */



/* ----------------------------------------
 charge

 update 2019.08.02
---------------------------------------- */
.charge_title {
  text-align: center;
}

.charge_title img {
  margin: 0 auto;
}

.chargeDetail_list,
.chargeDetail_list * {
  box-sizing: border-box;
}

.chargeDetail_list {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 50px;
}

.chargeDetail {
  width: 460px;
}

.chargeDetail_title {
  margin-bottom: 8px;
}

.chargeDetail_content {
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  color: #3c3c3c;
}

.chargeDetail_content table {
  width: 100%;
  table-layout: fixed;
  border: 2px solid;
  border-collapse: collapse;
}

.chargeDetail_content th,
.chargeDetail_content td {
  vertical-align: middle;
  border-top: 1px solid;
  text-align: center;
}

.chargeDetail_content th {
  width: 7em;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}

.chargeDetail_content th em {
  font-size: 175%;
  font-weight: normal;
}

.chargeDetail_content td {
  font-size: 22px;
}

.chargeDetail_content td em {
  font-size: 175%;
  font-weight: normal;
}

.chargeDetail_content td small {
  font-size: 50%;
}

.chargeDetail_content td span {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: 1em;
}

.chargeDetail_content td span small {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: .25em;
}

.chargeDetail.chargeStandard .chargeDetail_title {
  background: #5ab7ec;
}

.chargeDetail.chargeStandard .chargeDetail_content table {
  border-color: #5ab7ec;
}

.chargeDetail.chargeStandard .chargeDetail_content th {
  background: #5ab7ec;
}

.chargeDetail.chargeStandard .chargeDetail_content td {
  border-color: #5ab7ec
}

.chargeDetail.chargeDeluxe .chargeDetail_title {
  background: #c6a04e;
}

.chargeDetail.chargeDeluxe .chargeDetail_content table {
  border-color: #c6a04e;
}

.chargeDetail.chargeDeluxe .chargeDetail_content th {
  background: #c6a04e;
}

.chargeDetail.chargeDeluxe .chargeDetail_content td {
  border-color: #c6a04e;
}

.courseDetail_pack_discount+.courseDetail_pack_price small {
  margin-top: .25em;
}


/* --- media 700px以下 --- */
@media (max-width: 700px) {
  .chargeDetail_list {
    display: block;
    padding: 0 calc(40 / 640 * 100vw) calc(80 / 640 * 100vw);
  }

  .chargeDetail {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: calc(50 / 640 * 100vw);
  }

  .chargeDetail_content th {
    width: 8em;
  }

  .courseDetail_pack_discount+.courseDetail_pack_price small {
    position: absolute;
  }
}

/* --- media 700px以下 --- */

/* --- media 640px以下 --- */
@media (max-width: 640px) {
  .chargeDetail_content th {
    font-size: calc(26 / 640 * 100vw);
  }

  .chargeDetail_content td {
    font-size: calc(24 / 640 * 100vw);
  }

}

/* --- media 640px以下 --- */

.coursePopular_price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Heebo', 'Noto Sans', sans-serif;
}

.coursePopular_oprice {
  position: relative;
  padding-right: .25em;
  color: #a99a8d;
  font-weight: bold;
  font-style: italic;
}

.coursePopular_oprice:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid;
  transform: skewY(-10deg);
}

.coursePopular_discount {
  position: relative;
  line-height: 1.2;
  padding-top: .1em;
  padding-left: .1em;
  margin: 0 .5em 0 .25em;
  font-size: 70%;
  color: #fff;
  background: #ff0000;
}

.coursePopular_discount:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  border-style: solid;
  border-width: .9em 0 .9em .7em;
  border-color: transparent;
  border-left-color: #ff0000;
  transform: translateY(-50%);
}

.coursePopular_price {
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}

.coursePopular_price>* {
  display: block;
}

.coursePopular_price em {
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 75%, rgba(255, 255, 0, .6) 76%, rgba(255, 255, 0, .6) 100%);
}


/* --- media 700px以上 --- */
@media (min-width: 701px) {
  .coursePopular_oprice_wrap {
    padding: 15px 0;
  }

  .coursePopular_oprice {
    font-size: 36px;
  }

  .coursePopular_discount {
    font-size: 24px;
  }

  .coursePopular_price {
    margin-left: 20px;
  }

  .coursePopular_price em {
    font-size: 60px;
  }

  .coursePopular_price small {
    font-size: 16px;
  }
}

/* --- media 700px以上 --- */

/* --- media 700px以下 --- */
@media (max-width: 700px) {
  .coursePopular_oprice_wrap {
    padding: calc(15 / 640 * 100vw) 0;
  }

  .coursePopular_oprice {
    font-size: calc(36 / 640 * 100vw);
  }

  .coursePopular_discount {
    font-size: calc(24 / 640 * 100vw);
  }

  .coursePopular_price {
    margin-left: calc(10 / 640 * 100vw);
  }

  .coursePopular_price em {
    font-size: calc(60 / 640 * 100vw);
  }

  .coursePopular_price small {
    font-size: calc(16 / 640 * 100vw);
  }
}

/* --- media 700px以下 --- */