: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 {
  .c-pagination {
    margin-top: 6rem;
  }
  .course_list .mv_article-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .course_list .mv_article-wrap__ttl {
    width: 120rem;
    margin: 0 auto;
  }
  .course_list .mv_article-wrap__ttl strong {
    font-size: 3rem;
    text-align: left;
  }
  .course_list-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    padding: 0 0 1rem;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 3rem;
  }
  .course_list-results__item {
    font-size: 1.5rem;
  }
  .course_list-results__item + .course_list-results__item {
    margin-left: 4rem;
  }
  .course_list-results__num {
    font-size: 2rem;
    font-weight: 500;
    color: #f49222;
  }
  .course_list-icon-detail {
    padding: 2.5rem 2rem;
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course_list-icon-detail__title {
    margin-right: 2.3rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .course_list-icon-detail__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .course_list-icon-detail__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .course_list-icon-detail__item img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .course_list-icon-detail__item + .course_list-icon-detail__item {
    margin-left: 3rem;
  }
  .course_list-icon-detail__item + .course_list-icon-detail__item:nth-of-type(5) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .course_list-icon-detail__item a {
    position: absolute;
    bottom: 0;
    left: 3rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    line-height: 1;
    font-size: 1.2rem;
    color: #F49222;
    font-weight: 500;
    padding-right: 1.4rem;
  }
  .course_list-icon-detail__item a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.1rem;
    width: 1.1rem;
    background: url(../images/common/arrow_orange.svg) no-repeat center center/contain;
  }
  .course_list-tag {
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border-radius: 0.4rem;
    white-space: nowrap;
  }
  .course_list-tag.--type01 {
    background: #0099ff;
    color: #fff;
  }
  .course_list-tag.--type02 {
    background: #0033cc;
    color: #fff;
  }
  .course_list-tag.--type03 {
    background: #8db928;
    color: #fff;
  }
  .course_list-tag.--type04 {
    background: #ea9b22;
    color: #fff;
  }
  .course_list-tag.--type05 {
    background: #00a0e9;
    color: #fff;
  }
  .course_list-tag.--type06 {
    background: #601986;
    color: #fff;
  }
  .course_list-tag__wrap {
    margin-top: 3rem;
  }
  .course_list-tag__item {
    font-size: 1.5rem;
  }
  .course_list-tag__item + .course_list-tag__item {
    margin-top: 1rem;
  }
  .course_list-cart {
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    overflow: hidden;
  }
  .course_list-cart + .course_list-cart {
    margin-top: 3rem;
  }
  .course_list-cart__wrap {
    margin-top: 3rem;
  }
  .course_list-cart__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 2rem;
    position: relative;
  }
  .course_list-cart__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #f49222;
  }
  .course_list-cart__num {
    background: #e3e3e3;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #616161;
    padding: 0.6rem 0.8rem;
    border-radius: 0.4rem;
    margin-right: 1.6rem;
  }
  .course_list-cart__status {
    border-radius: 1.3rem;
    border: solid 1px #38afea;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    color: #38afea;
    padding: 0.6rem 0.8rem;
    margin-right: 1.6rem;
  }
  .course_list-cart__status.--type01 {
    border: solid 1px #38afea;
    color: #38afea;
  }
  .course_list-cart__status.--type02 {
    border: solid 1px #1ca312;
    color: #1ca312;
  }
  .course_list-cart__status.--type03 {
    border: solid 1px #ff4444;
    color: #ff4444;
  }
  .course_list-cart__status.--type04 {
    border: solid 1px #979797;
    color: #979797;
  }
  .course_list-cart__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course_list-cart__icon__item {
    width: 2.4rem;
    height: 2.4rem;
  }
  .course_list-cart__icon__item img {
    width: 100%;
  }
  .course_list-cart__icon__item + .course_list-cart__icon__item {
    margin-left: 0.5rem;
  }
  .course_list-cart__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    letter-spacing: -0.003em;
  }
  .course_list-cart__day {
    font-size: 1.6rem;
    padding: 2rem 1rem 2rem 2rem;
    width: 23.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__name {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 2rem 1rem 2rem 2rem;
    width: 25rem;
    border-left: solid 1px #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__name .course_list-tag {
    margin-right: 0.8rem;
  }
  .course_list-cart__area {
    font-size: 1.6rem;
    padding: 2rem 1rem 2rem 2rem;
    width: 18rem;
    border-left: solid 1px #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__area img {
    margin-right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .course_list-cart__type {
    font-size: 1.6rem;
    padding: 2rem 1rem 2rem 2rem;
    width: 24.8rem;
    border-left: solid 1px #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__type img {
    margin-right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .course_list-cart__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
  }
  .course_list-cart__price {
    color: #ff4444;
    letter-spacing: -0.003em;
    font-weight: 500;
  }
  .course_list-cart__price--sm {
    font-size: 1.4rem;
  }
  .course_list-cart__price--lg {
    font-size: 2.1rem;
  }
  .course_list-cart__price--md {
    font-size: 1.6rem;
  }
  .course_list-cart__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
  .course_list-cart__order__title {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  .course_list-cart__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-cart__order__counter {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 1.4rem;
    width: 4.4rem;
    height: 3rem;
    vertical-align: middle;
    text-align: center;
    background: #fff;
  }
  .course_list-cart__order__counter__btn {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    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-cart__order__counter__btn img {
    line-height: 3rem;
  }
  .course_list-cart__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.6rem;
  }
  .course_list-cart__btn {
    width: 15rem;
    height: 4rem;
    border-radius: 0.6rem;
    color: #fff;
    font-size: 1.4rem;
    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-cart__btn + .course_list-cart__btn {
    margin-left: 1rem;
  }
  .course_list-cart__btn img {
    margin-right: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
  .course_list-cart__btn.--cart {
    background: #f49222;
  }
  .course_list-cart__btn.--more {
    background: #75b600;
  }
  .course_list-searchChange {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #616161;
    border-radius: 0 1rem 1rem 0;
    position: fixed;
    z-index: 2;
    top: 50vh;
    left: 0;
    width: 6rem;
    height: 17rem;
  }
  .course_list-searchChange img {
    margin-bottom: 0.4rem;
  }
  .course_list-searchChange__text {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .course-box {
    padding: 3rem 2.5rem;
    background: #f6f6f6;
    border-radius: 1rem;
    margin-top: 4rem;
  }
  .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;
  }
}

@media screen and (max-width: 767px), print {
  .fixedBtn {
    display: none !important;
  }
  .c-pagination {
    margin-top: 8vw;
  }
  .mv_article {
    margin-bottom: 2.66667vw;
  }
  .sMenu {
    margin-top: 0;
  }
  .course_list-main {
    background: #f8f5ec;
    width: calc(100% + 8.53334vw);
    margin: 0 -4.26667vw;
    padding: 5.33333vw 4.26667vw 10.66667vw;
  }
  .course_list .mv_article-wrap__ttl strong {
    font-size: 5.33333vw;
    text-align: center;
  }
  .course_list .mv_article-wrap__ttl strong span {
    display: block;
    font-size: 4.8vw;
  }
  .course_list-results {
    margin-bottom: 2.66667vw;
  }
  .course_list-results__item {
    font-size: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .course_list-results__num {
    font-size: 5.33333vw;
    font-weight: 500;
    color: #f49222;
  }
  .course_list-results__dt {
    white-space: nowrap;
  }
  .course_list-icon-detail {
    padding: 6.66667vw 4vw 9.33333vw;
    background: #fff;
    border-radius: 2.66667vw;
  }
  .course_list-icon-detail__title {
    font-size: 3.73333vw;
    text-align: center;
    margin-bottom: 4.8vw;
  }
  .course_list-icon-detail__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.46667vw;
    width: 50%;
    letter-spacing: -0.003em;
    line-height: 1.3;
  }
  .course_list-icon-detail__item:nth-child(n + 3) {
    margin-top: 2.66667vw;
  }
  .course_list-icon-detail__item:nth-child(5) {
    margin-top: 5.33333vw;
  }
  .course_list-icon-detail__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-icon-detail__item img {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.06667vw;
  }
  .course_list-icon-detail a {
    position: absolute;
    bottom: -1.33333vw;
    left: 8vw;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    line-height: 1;
    font-size: 3.2vw;
    color: #F49222;
    font-weight: 500;
    padding-right: 3.73333vw;
  }
  .course_list-icon-detail a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2.93333vw;
    width: 2.93333vw;
    background: url(../images/common/arrow_orange.svg) no-repeat center center/contain;
  }
  .c-pagination + .course_list-icon-detail {
    margin-top: 13.33333vw;
  }
  .course_list-tag {
    font-size: 3.2vw;
    font-weight: 500;
    display: inline-block;
    padding: 0.53333vw 2.13333vw;
    border-radius: 1.06667vw;
    white-space: nowrap;
  }
  .course_list-tag.--type01 {
    background: #0099ff;
    color: #fff;
  }
  .course_list-tag.--type02 {
    background: #0033cc;
    color: #fff;
  }
  .course_list-tag.--type03 {
    background: #8db928;
    color: #fff;
  }
  .course_list-tag.--type04 {
    background: #ea9b22;
    color: #fff;
  }
  .course_list-tag.--type05 {
    background: #00a0e9;
    color: #fff;
  }
  .course_list-tag.--type06 {
    background: #601986;
    color: #fff;
  }
  .course_list-tag__item {
    font-size: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .course_list-tag__item em {
    white-space: nowrap;
  }
  .course_list-tag__item + .course_list-tag__item {
    margin-top: 2.66667vw;
  }
  .course_list-cart {
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
    border-radius: 2.66667vw;
    overflow: hidden;
  }
  .course_list-cart + .course_list-cart {
    margin-top: 6.4vw;
  }
  .course_list-cart__wrap {
    margin-top: 5.33333vw;
    margin-bottom: 8vw;
  }
  .course_list-cart__head {
    padding: 3.2vw 4vw 2.66667vw;
    position: relative;
  }
  .course_list-cart__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    background: #f49222;
  }
  .course_list-cart__num {
    background: #e3e3e3;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
    color: #616161;
    padding: 1.6vw 2.13333vw;
    border-radius: 1.06667vw;
    display: inline-block;
  }
  .course_list-cart__status {
    border-radius: 3.46667vw;
    border: solid 1px #38afea;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
    color: #38afea;
    padding: 1.6vw 2.13333vw;
    display: inline-block;
    position: absolute;
    top: 3.2vw;
    right: 4vw;
  }
  .course_list-cart__status.--type01 {
    border: solid 1px #38afea;
    color: #38afea;
  }
  .course_list-cart__status.--type02 {
    border: solid 1px #1ca312;
    color: #1ca312;
  }
  .course_list-cart__status.--type03 {
    border: solid 1px #ff4444;
    color: #ff4444;
  }
  .course_list-cart__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 12.8vw;
    right: 4vw;
  }
  .course_list-cart__icon__item {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .course_list-cart__icon__item img {
    width: 100%;
  }
  .course_list-cart__icon__item + .course_list-cart__icon__item {
    margin-left: 0.53333vw;
  }
  .course_list-cart__body {
    letter-spacing: -0.003em;
  }
  .course_list-cart__day {
    font-size: 3.73333vw;
    padding: 0 4vw;
  }
  .course_list-cart__name {
    font-size: 4.8vw;
    font-weight: 500;
    padding: 0 4vw 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__name .course_list-tag {
    margin-right: 2.13333vw;
  }
  .course_list-cart__area {
    font-size: 3.73333vw;
    padding: 2.66667vw 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #f6f6f6;
  }
  .course_list-cart__area img {
    margin-right: 1.33333vw;
    width: 4vw;
    height: 4vw;
  }
  .course_list-cart__type {
    font-size: 3.73333vw;
    padding: 0 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course_list-cart__type img {
    margin-right: 1.33333vw;
    width: 4vw;
    height: 4vw;
  }
  .course_list-cart__foot {
    padding: 0 4vw 4vw;
  }
  .course_list-cart__price {
    color: #ff4444;
    letter-spacing: -0.003em;
    line-height: 1.2;
    font-weight: 500;
  }
  .course_list-cart__price--sm {
    font-size: 3.73333vw;
  }
  .course_list-cart__price--lg {
    font-size: 5.6vw;
  }
  .course_list-cart__price--md {
    font-size: 4.26667vw;
  }
  .course_list-cart__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;
    margin-top: 4.26667vw;
  }
  .course_list-cart__order__title {
    font-size: 3.73333vw;
    margin-right: 2.66667vw;
  }
  .course_list-cart__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-cart__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-cart__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-cart__order__counter__btn img {
    width: 3.2vw;
  }
  .course_list-cart__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-cart__btn {
    width: 40.53333vw;
    height: 10.66667vw;
    border-radius: 1.6vw;
    color: #fff;
    font-size: 3.73333vw;
    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-cart__btn img {
    margin-right: 0.53333vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .course_list-cart__btn.--cart {
    background: #f49222;
  }
  .course_list-cart__btn.--more {
    background: #75b600;
  }
  .course_list-searchChange {
    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: #616161;
    border-radius: 6.4vw;
    padding: 3.73333vw;
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    z-index: 2;
  }
  .course_list-searchChange img {
    margin-right: 1.06667vw;
  }
  .course_list-searchChange__text {
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  .course_list-iconBtn {
    position: fixed;
    z-index: 2;
    bottom: 4vw;
    left: 4vw;
    width: 17.06667vw;
    height: 17.86667vw;
  }
  .course_list-iconBtn img {
    min-width: 34.13333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .course_list-iconBtn__text {
    min-width: 17.86667vw;
    font-size: 3.46667vw;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .course-box {
    padding: 5.33333vw;
    background: #f6f6f6;
    border-radius: 2.66667vw;
    margin-top: 13.33333vw;
  }
  .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;
  }
}
