:root {
  --clr-main: #F49222;
  --clr-sub: #75B600;
  --clr-black: #333333;
  --clr-white: #fff;
  --clr-pink: #F88598;
  --clr-blue: #74CEE1;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

@media screen and (min-width: 768px), print {
  .articleContents h2:not([class]) {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    background: var(--clr-main);
    color: var(--clr-white);
    padding: 0.9rem 0.9rem 0.9rem 3.2rem;
    position: relative;
  }
  .articleContents h2:not([class])::before {
    content: "";
    width: 0.4rem;
    height: 3rem;
    background: #f9b337;
    position: absolute;
    left: 1.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .articleContents h3:not([class]) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 0.9rem 0;
    position: relative;
  }
  .articleContents h3:not([class])::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #e3e3e3;
  }
  .articleContents h3:not([class])::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 5rem;
    height: 0.2rem;
    background: var(--clr-main);
  }
  .articleContents p:not([class]),
  .articleContents p[class*="u-"] {
    font-size: 1.5rem;
  }
  .articleContents table th,
  .articleContents table td {
    border: solid 1px #e3e3e3;
    padding: 1rem 2rem;
    vertical-align: top;
    font-size: 1.5rem;
  }
  .articleContents table th {
    font-weight: 500;
    background: #f6f6f6;
  }
  .articleContents table a img {
    vertical-align: sub;
    margin-right: 0.6rem;
  }
  .articleContents table:not([class]) th {
    width: 26rem;
  }
  .articleContents table:not([class]) td {
    width: 62rem;
  }
  .articleContents .note__item {
    display: block;
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__item--sm {
    display: block;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__text {
    font-size: 1.5rem;
    padding-left: 1em;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .articleContents .note__inner {
    padding-left: 1em;
  }
  .articleContents .note > :first-child {
    margin-top: 0 !important;
  }
  .articleContents .note > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents .note + .note {
    margin-top: 3rem;
  }
  .articleContents > h2 {
    margin: 10rem 0 4rem;
  }
  .articleContents > h3 {
    margin: 4rem 0 2rem;
  }
  .articleContents > p {
    margin-bottom: 2rem;
  }
  .articleContents > figure {
    margin-bottom: 4rem;
  }
  .articleContents > table {
    margin: 4rem 0 1.4rem;
  }
  .articleContents > :first-child {
    margin-top: 0 !important;
  }
  .articleContents > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents__bottom {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .articleContents h2:not([class]) {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.5;
    background: var(--clr-main);
    color: var(--clr-white);
    padding: 2.4vw 2.4vw 2.4vw 6.4vw;
    position: relative;
  }
  .articleContents h2:not([class])::before {
    content: "";
    width: 1.06667vw;
    height: 8vw;
    background: #f9b337;
    position: absolute;
    left: 2.66667vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .articleContents h3:not([class]) {
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 2.4vw 0;
    position: relative;
  }
  .articleContents h3:not([class])::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    background: #e3e3e3;
  }
  .articleContents h3:not([class])::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 13.33333vw;
    height: 0.53333vw;
    background: var(--clr-main);
  }
  .articleContents p:not([class]),
  .articleContents p[class*="u-"] {
    font-size: 4vw;
  }
  .articleContents table th,
  .articleContents table td {
    border: solid 1px #e3e3e3;
    padding: 3.73333vw;
    vertical-align: top;
    font-size: 3.46667vw;
  }
  .articleContents table th {
    font-weight: 500;
    background: #f6f6f6;
  }
  .articleContents table a img {
    vertical-align: sub;
    margin-right: 0.6rem;
  }
  .articleContents table:not([class]) th {
    width: 35.29%;
  }
  .articleContents table:not([class]) td {
    width: 64.71%;
  }
  .articleContents .note__item {
    display: block;
    font-size: 3.46667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__item--sm {
    display: block;
    font-size: 3.2vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__text {
    font-size: 3.46667vw;
    padding-left: 1em;
    margin-bottom: 5.33333vw;
    margin-top: 1.33333vw;
  }
  .articleContents .note__inner {
    padding-left: 1em;
  }
  .articleContents .note > :first-child {
    margin-top: 0 !important;
  }
  .articleContents .note > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents .note + .note {
    margin-top: 8vw;
  }
  .articleContents > h2 {
    margin: 13.33333vw 0 8vw;
  }
  .articleContents > h3 {
    margin: 10.66667vw 0 3.73333vw;
  }
  .articleContents > p {
    margin-bottom: 5.33333vw;
  }
  .articleContents > figure {
    margin-bottom: 5.33333vw;
  }
  .articleContents > table {
    margin: 5.33333vw 0;
  }
  .articleContents > :first-child {
    margin-top: 0 !important;
  }
  .articleContents > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents__bottom {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px), print {
  .course-map {
    width: 29.2rem;
    margin: 4rem auto 3rem;
  }
  .course-2colBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .course-2colBtnWrap .c-btn {
    margin: 0;
  }
  .course-2colBtnWrap .c-btn + .c-btn {
    margin-left: 2rem;
  }
  .course-box {
    padding: 3rem 2.5rem;
    background: #f6f6f6;
    border-radius: 1rem;
    margin-top: 2rem;
  }
  .course-box a {
    text-decoration: underline;
  }
  .course-box__text {
    font-size: 1.4rem;
  }
  .course-box__text + .course-box__text {
    margin-top: 1rem;
  }
  .course-box--pink {
    background: #fff3fa;
  }
  .course-box--blue {
    background: #ecf6f8;
  }
  .course-box--type02 {
    border-radius: 0;
  }
  .course-priceTable + .course-priceTable {
    margin-top: 2rem;
  }
  .course-priceTable__head, .course-priceTable__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course-priceTable__head {
    border: solid 1px #e3e3e3;
    font-weight: 500;
    text-align: center;
    background: #ffffd3;
  }
  .course-priceTable__body {
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    letter-spacing: -0.003em;
  }
  .course-priceTable__body .course-priceTable__price {
    color: #ff4444;
    line-height: 1.2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .course-priceTable__body .course-priceTable__price--sm {
    display: block;
    font-size: 1.4rem;
  }
  .course-priceTable__body .course-priceTable__price--md {
    display: block;
    font-size: 1.5rem;
  }
  .course-priceTable__body .course-priceTable__price--lg {
    display: block;
    font-size: 2rem;
    font-weight: 500;
  }
  .course-priceTable__body .course-priceTable__price--note {
    display: block;
    margin-top: 2rem;
    text-align: left;
  }
  .course-priceTable__cell {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
  }
  .course-priceTable__cell + .course-priceTable__cell {
    border-left: solid 1px #e3e3e3;
  }
  .course-priceTable__price {
    width: 22rem;
  }
  .course-priceTable__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66rem;
  }
  .course-dayTable {
    margin-bottom: 4rem;
  }
  .course-dayTable__head, .course-dayTable__body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course-dayTable__head {
    border-top: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    font-weight: 500;
    text-align: left;
    background: #ffffd3;
  }
  .course-dayTable__body {
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    letter-spacing: -0.003em;
  }
  .course-dayTable__body__row {
    border-top: solid 1px #e3e3e3;
  }
  .course-dayTable__body__row:nth-child(even) {
    background: #f6f6f6;
  }
  .course-dayTable__cell {
    padding: 0.9rem 2rem;
    font-size: 1.5rem;
  }
  .course-dayTable__cell + .course-dayTable__cell {
    border-left: solid 1px #e3e3e3;
  }
  .course-dayTable__num {
    width: 8rem;
    text-align: center;
  }
  .course-dayTable__day {
    width: 13.2rem;
  }
  .course-dayTable__time {
    width: 14.8rem;
  }
  .course-dayTable__desc {
    width: 35.6rem;
  }
  .course-dayTable__school {
    width: 16.4rem;
  }
  .course_list-content {
    padding: 3rem;
    background: #ffffd3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .course_list-content__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-content__order__title {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
  .course_list-content__order__counter__area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 0.6rem;
    overflow: hidden;
  }
  .course_list-content__order__counter {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 1.6rem;
    width: 6rem;
    height: 4rem;
    vertical-align: middle;
    text-align: center;
    background: #fff;
  }
  .course_list-content__order__counter__btn {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e3e3e3;
    border-radius: 0.6rem;
  }
  .course_list-content__order__counter__btn img {
    line-height: 4rem;
  }
  .course_list-content__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6rem;
  }
  .course_list-content__btn {
    width: 38rem;
    height: 6rem;
    border-radius: 0.6rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .course_list-content__btn img {
    margin-right: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
  .course_list-content__btn.--cart {
    background: #f49222;
  }
  .course-head {
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-status {
    display: inline-block;
    border-radius: 1.7rem;
    border: solid 1px #38afea;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #38afea;
    padding: 0.6rem 0.8rem;
  }
  .course-status.--type01 {
    border: solid 1px #38afea;
    color: #38afea;
  }
  .course-status.--type02 {
    border: solid 1px #1ca312;
    color: #1ca312;
  }
  .course-status.--type03 {
    border: solid 1px #ff4444;
    color: #ff4444;
  }
    .course-status.--type04 {
    border: solid 1px #979797;
    color: #979797;
  }

  .course-print-btn {
    display: inline-block;
    border-radius: 1.7rem;
    border: solid 1px #cbaa22;
    background: #cbaa22;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 0.6rem 0.8rem 0.6rem 3.5rem;
    position: relative;
    margin-left: auto;
  }
  .course-print-btn svg {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .course-print-btn svg path {
    width: 1.7rem;
    height: 1.6rem;
  }
  .course-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #f49222;
    margin-left: 2rem;
  }
  .course-back-btn img {
    margin-right: 0.4rem;
    width: 1.4rem;
    height: 1.1rem;
  }
  .course-cautionTxt {
    margin-top: 2rem;
    border: .1rem solid #E3E3E3;
    padding: 2rem;
    font-size: 1.4rem;
  }
  .course-cautionTxt b {
    font-weight: 500;
  }
  .course-deadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4rem 0 3rem;
  }
  .course-deadline div {
    padding: 1.5rem 2rem;
    border: 1px solid #FF4444;
    color: #FF4444;
    font-weight: 500;
  }
  .course-deadline p {
    margin-left: 2rem;
  }
  .course-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .1rem solid #E3E3E3;
    margin-top: 2rem;
  }
  .course-box2 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22rem;
    background: #E3E3E3;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .course-box2 dd {
    width: calc(100% - 22rem);
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  table {
    width: 100%;
  }
  .course-map {
    width: 100%;
    margin: 8vw auto;
  }
  .course-2colBtnWrap {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-2colBtnWrap .c-btn {
    margin: 0 auto;
  }
  .course-2colBtnWrap .c-btn + .c-btn {
    margin-top: 2.66667vw;
  }
  .course-box {
    padding: 5.33333vw;
    background: #f6f6f6;
    border-radius: 2.66667vw;
    margin-top: 8vw;
  }
  .course-box a {
    text-decoration: underline;
  }
  .course-box__text {
    font-size: 3.73333vw;
  }
  .course-box__text + .course-box__text {
    margin-top: 2.66667vw;
  }
  .course-box--pink {
    background: #fff3fa;
  }
  .course-box--blue {
    background: #ecf6f8;
  }
  .course-box--type02 {
    border-radius: 0;
  }
  .course-priceTable + .course-priceTable {
    margin-top: 5.33333vw;
  }
  .course-priceTable__head, .course-priceTable__body {
    width: 100%;
  }
  .course-priceTable__head {
    border: solid 1px #e3e3e3;
    font-weight: 500;
    text-align: center;
    background: #ffffd3;
  }
  .course-priceTable__head .course-priceTable__cell {
    padding: 2.66667vw;
  }
  .course-priceTable__body {
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    letter-spacing: -0.003em;
  }
  .course-priceTable__body .course-priceTable__price {
    color: #ff4444;
    line-height: 1.2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 61.33333vw;
    margin: 0 auto;
  }
  .course-priceTable__body .course-priceTable__price--sm {
    display: block;
    font-size: 3.73333vw;
  }
  .course-priceTable__body .course-priceTable__price--md {
    display: block;
    font-size: 4vw;
  }
  .course-priceTable__body .course-priceTable__price--lg {
    display: block;
    font-size: 5.33333vw;
    font-weight: 500;
  }
  .course-priceTable__body .course-priceTable__price--note {
    display: block;
    margin-top: 2.66667vw;
    text-align: left;
  }
  .course-priceTable__body .course-priceTable__cell {
    padding: 5.33333vw;
  }
  .course-priceTable__body .course-priceTable__cell + .course-priceTable__cell {
    border-top: solid 1px #e3e3e3;
  }
  .course-priceTable__cell {
    font-size: 4vw;
  }
  .course-priceTable__price {
    width: 100%;
  }
  .course-priceTable__desc {
    width: 100%;
  }
  .course-dayTable {
    margin-bottom: 8vw;
    width: 170vw;
  }
  .course-dayTable__head, .course-dayTable__body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course-dayTable__wrap {
    overflow-x: scroll;
  }
  .course-dayTable__head {
    border-top: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    font-weight: 500;
    text-align: left;
    background: #ffffd3;
  }
  .course-dayTable__head .course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
  }
  .course-dayTable__body {
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    letter-spacing: -0.003em;
  }
  .course-dayTable__body__row {
    border-top: solid 1px #e3e3e3;
  }
  .course-dayTable__body__row:nth-child(even) {
    background: #f6f6f6;
  }
  .course-dayTable__cell {
    padding: 1.33333vw 2.66667vw;
    font-size: 3.73333vw;
  }
  .course-dayTable__cell + .course-dayTable__cell {
    border-left: solid 1px #e3e3e3;
  }
  .course-dayTable__num {
    width: 9.06667vw;
    text-align: center;
  }
  .course-dayTable__num.course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .course-dayTable__day {
    width: 22.66667vw;
  }
  .course-dayTable__day.course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .course-dayTable__time {
    width: 21.33333vw;
  }
  .course-dayTable__time.course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-dayTable__desc {
    width: 45.33333vw;
  }
  .course-dayTable__desc.course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-dayTable__school {
    width: 38.93333vw;
  }
  .course-dayTable__school.course-dayTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side_scroll_txt {
    text-align: right;
    font-size: 3.73333vw;
  }
  .course_list-content {
    padding: 6.4vw 4vw;
    background: #ffffd3;
    margin-top: 8vw;
  }
  .course_list-content__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .course_list-content__order__title {
    font-size: 3.73333vw;
    margin-right: 2.66667vw;
  }
  .course_list-content__order__counter__area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 1.6vw;
    overflow: hidden;
  }
  .course_list-content__order__counter {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 4.26667vw;
    width: 13.33333vw;
    height: 9.6vw;
    vertical-align: middle;
    text-align: center;
    background: #fff;
  }
  .course_list-content__order__counter__btn {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 9.6vw;
    height: 9.6vw;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e3e3e3;
    border-radius: 1.6vw;
  }
  .course_list-content__order__counter__btn img {
    width: 3.2vw;
  }
  .course_list-content__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.26667vw;
  }
  .course_list-content__btn {
    width: 100%;
    height: 12.8vw;
    border-radius: 1.6vw;
    color: #fff;
    font-size: 4.53333vw;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .course_list-content__btn img {
    margin-right: 0.53333vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .course_list-content__btn.--cart {
    background: #f49222;
  }
  .course-head {
    margin-bottom: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-status {
    display: inline-block;
    border-radius: 4.53333vw;
    border: solid 1px #38afea;
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1;
    color: #38afea;
    padding: 1.6vw 2.13333vw;
  }
  .course-status.--type01 {
    border: solid 1px #38afea;
    color: #38afea;
  }
  .course-status.--type02 {
    border: solid 1px #1ca312;
    color: #1ca312;
  }
  .course-status.--type03 {
    border: solid 1px #ff4444;
    color: #ff4444;
  }
  .course-status.--type04 {
    border: solid 1px #979797;
    color: #979797;
  }
  .course-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1;
    color: #f49222;
  }
  .course-back-btn img {
    margin-right: 1.06667vw;
    width: 3.73333vw;
    height: 2.93333vw;
  }
  .course-cautionTxt {
    margin-top: 5.33333vw;
    border: .1rem solid #E3E3E3;
    padding: 5.33333vw;
    font-size: 3.73333vw;
  }
  .course-cautionTxt b {
    font-weight: 500;
  }
  .course-deadline {
    margin: 5.33333vw 0;
    font-size: 3.73333vw;
  }
  .course-deadline div {
    padding: 1.33333vw 5.33333vw;
    border: .1rem solid #FF4444;
    color: #FF4444;
    font-weight: 500;
  }
  .course-deadline p {
    margin-top: 2.66667vw;
  }
  .course-box2 {
    border: .1rem solid #E3E3E3;
    margin-top: 5.33333vw;
  }
  .course-box2 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #E3E3E3;
    font-size: 4.26667vw;
    font-weight: 500;
    padding: 2.66667vw 0;
  }
  .course-box2 dd {
    font-size: 4.26667vw;
    padding: 3.2vw 5.33333vw;
  }
}

@media print {
  html * {
    max-width: 100%;
  }
  .course-2colBtnWrap, .course_list-content, .course-back-btn {
    display: none;
  }
  .root {
    padding-top: 0 !important;
  }
  .course-dayTable {
    width: inherit !important;
  }
  .contents-inner, .lContents {
    width: 100%;
    padding: 0 !important;
  }
  .mv_u, .mv_u-wrap {
    width: 100%;
  }
  .mv_u-wrap__ttl strong {
    font-size: 20px !important;
    padding-left: 0px !important;
  }
  .mv_u-wrap__ttl small {
    font-size: 12px !important;
    padding-left: 0px !important;
  }
  .mv_u-wrap--sc {
    padding: 20px !important;
  }
  .mv_u-wrap {
    border-radius: 10px !important;
  }
  .mv_u-wrap__ttl small::after {
    height: 1px !important;
  }
  .mv_u-wrap__ttl small {
    padding-top: 10px !important;
  }
  .mv_u {
    margin-bottom: 20px !important;
  }
}
