: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) {
  .articleContents > h2 {
    margin-top: 0 !important;
  }
  select {
    border: .1rem solid #BEBEBE;
    font-size: 1.4rem;
    border-radius: .5rem;
    width: 16rem;
    height: 4rem;
    padding: 0 1.6rem;
  }
  .cart-box {
    display: inline-block;
    border-radius: 1rem;
    background: #ecf6f8;
    padding: 2rem;
    margin: 2rem 0 0;
  }
  .cart-box + .cart-box {
    margin-top: 4rem;
  }
  .cart-box p {
    font-size: 1.4rem !important;
    margin-bottom: 2rem;
  }
  .cart-box p + p {
    margin-top: 2rem;
  }
  .cart-box--border {
    border-radius: 1rem;
    border: solid 1px #e3e3e3;
    padding: 2rem;
    margin: 2rem 0 0;
  }
  .cart-box--border.--card {
    width: 73.5rem;
  }
  .cart-box--border.--card-americanexpress {
    width: 37rem;
  }
  .cart-box--border + .cart-box--border {
    margin-top: 4rem;
  }
  .cart-box--border p {
    font-size: 1.4rem !important;
  }
  .cart-box--border p + p {
    margin-top: 2rem;
  }
  .cart-frow {
    margin: 0 0 4rem;
  }
  .cart-frow__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 4rem 0 2rem;
  }
  .cart-frow .cart-submit {
    margin-top: 3rem;
  }
  .cart-frow__table {
    margin-top: 2rem;
  }
  .cart-frow__table tbody th {
    background: #ffffd3;
    width: 22rem;
    vertical-align: middle;
  }
  .cart-frow__table tbody td {
    width: 61rem;
    vertical-align: middle;
  }
  .cart-contact {
    margin-top: 3rem;
  }
  .cart-contact__inner {
    display: inline-block;
    padding: 2.5rem 3rem;
    background: #f0f9e0;
    border-radius: 1rem;
    line-height: 1.4;
  }
  .cart-contact__text {
    font-size: 1.5rem;
  }
  .cart-contact__tel {
    font-size: 2rem;
    font-weight: 500;
  }
  .cart-headTable__head, .cart-headTable__body__row,
  .cart-headTableCheck__head,
  .cart-headTableCheck__body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-headTable__head,
  .cart-headTableCheck__head {
    border-top: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    font-weight: 500;
    text-align: center;
    background: #ffffd3;
  }
  .cart-headTable__body,
  .cart-headTableCheck__body {
    border-bottom: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
  }
  .cart-headTable__body__row,
  .cart-headTableCheck__body__row {
    border-top: solid 1px #e3e3e3;
  }
  .cart-headTable__body__row:nth-child(even),
  .cart-headTableCheck__body__row:nth-child(even) {
    background: #f6f6f6;
  }
  .cart-headTable__cell,
  .cart-headTableCheck__cell {
    padding: 0.9rem 0.8rem;
    font-size: 1.4rem;
    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;
  }
  .cart-headTable__cell + .cart-headTable__cell,
  .cart-headTableCheck__cell + .cart-headTable__cell, .cart-headTable__cell +
  .cart-headTableCheck__cell,
  .cart-headTableCheck__cell +
  .cart-headTableCheck__cell {
    border-left: solid 1px #e3e3e3;
  }
  .cart-headTable__course {
    width: 21rem;
  }
  .cart-headTable__school {
    width: 12.8rem;
  }
  .cart-headTable__day {
    width: 9rem;
  }
  .cart-headTable__check {
    width: 10.5rem;
  }
  .cart-headTable__price {
    width: 10.5rem;
  }
  .cart-headTable__order {
    width: 13rem;
  }
  .cart-headTable__subtoal {
    width: 11.2rem;
  }
  .cart-headTable__body .cart-headTable__subtoal,
  .cart-headTable__body .cart-headTable__price {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cart-headTable__caution_txt {
    width: 30rem;
    margin-top: 1rem;
    margin-left: 23.4rem;
  }
  .cart-headTableCheck__course {
    width: 23rem;
  }
  .cart-headTableCheck__school {
    width: 15rem;
  }
  .cart-headTableCheck__day {
    width: 15rem;
  }
  .cart-headTableCheck__price {
    width: 10.5rem;
  }
  .cart-headTableCheck__order {
    width: 13rem;
  }
  .cart-headTableCheck__subtoal {
    width: 11.5rem;
  }
  .cart-headTableCheck__body .cart-headTableCheck__subtoal,
  .cart-headTableCheck__body .cart-headTableCheck__price {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .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.4rem;
    width: 4.4rem;
    height: 3rem;
    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: 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-content__order__counter__btn img {
    line-height: 3rem;
  }
  .cart-headTable__checkBtn {
    display: block;
    width: 6.8rem;
    height: 2.7rem;
    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;
    background: #75b600;
    color: #fff;
    border-radius: 0.6rem;
    margin: 0 auto;
  }
  .cart-headTable__checkBtn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-headTable__checkBtn.--detail {
    background: #75b600;
  }
  .cart-headTable__checkBtn.--remove {
    background: #ff4444;
  }
  .cart-headTable__checkBtn + .cart-headTable__checkBtn {
    margin-top: 0.7rem;
  }
  .cart-btn {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(65%, #f4f4f4), to(#e9e9e9)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffffff 0%, #f4f4f4 65%, #e9e9e9 100%) 0% 0% no-repeat padding-box;
    border: 0.1rem solid #e3e3e3;
    border-radius: 0.6rem;
    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: 33rem;
    height: 7rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .cart-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .cart-btn + .cart-btn {
    margin-left: 4rem;
  }
  .cart-btn img {
    margin-right: 1rem;
  }
  .cart-btn.--add img {
    width: 2.2rem;
  }
  .cart-btn.--next img {
    width: 2.5rem;
  }
  .cart-submit {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    width: 48rem;
    height: 7rem;
    border-radius: 0.6rem;
    background: #ff4444;
    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: 0 auto;
  }
  .cart-submit__desc {
    text-align: center;
    color: #ff4444;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: -3rem;
  }
  .cart-submit__wrap {
    margin: 6rem auto 0;
  }
  .cart-submit + .cart-submit {
    margin-top: 2rem;
  }
  .cart-submit.--disabled {
    background: #bebebe;
  }
  .cart-price {
    border: solid 1px #e3e3e3;
    width: 27.5rem;
    margin-left: auto;
    margin-top: 4rem;
  }
  .cart-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-price__row + .cart-price__row {
    border-top: solid 1px #e3e3e3;
  }
  .cart-price__row:first-child {
    border-top: none;
  }
  .cart-price__head {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem;
    background: #ffffd3;
    width: 16.8rem;
    text-align: left;
  }
  .cart-price__body {
    font-size: 1.4rem;
    padding: 1rem;
    width: 10.7rem;
    text-align: right;
    border-left: solid 1px #e3e3e3;
  }
  .cart-check {
    border: solid 1px #e3e3e3;
    margin-top: 6rem;
  }
  .cart-check__require {
    color: #ff4444;
  }
  .cart-check__head {
    border-bottom: solid 1px #e3e3e3;
    padding: 1.4rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    background: #FFE693;
  }
  .cart-check__body {
    padding: 1.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-check__body .form__checkWrap + .form__checkWrap {
    margin-left: 5rem;
  }
  .cart-check__body .form__checkWrap label {
    font-size: 1.6rem;
  }
  .cart-check__body .red {
    color: #FF4444;
    font-size: 1.5rem;
    padding: 2rem 2rem 0;
  }
  .cart_jitsumu-headTable {
    margin-top: 6rem;
    border: .1rem solid #E3E3E3;
    font-size: 1.4rem;
  }
  .cart_jitsumu-headTable__head_top {
    position: relative;
    background: #FFFFD3;
    text-align: center;
    padding: 1.3rem 0;
    font-weight: 500;
    border-bottom: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__head_top a {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cart_jitsumu-headTable__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart_jitsumu-headTable__head__ele {
    background: #FFFFD3;
    text-align: center;
    border-bottom: .1rem solid #E3E3E3;
    font-weight: 500;
    padding: 1.3rem 0;
  }
  .cart_jitsumu-headTable__head__ele:nth-of-type(1) {
    width: 30rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__head__ele:nth-of-type(2) {
    width: 30rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__head__ele:nth-of-type(3) {
    width: 17rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__head__ele:nth-of-type(4) {
    width: calc(100% - (30rem + 30rem + 17rem));
  }
  .cart_jitsumu-headTable__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .cart_jitsumu-headTable__cell:last-of-type {
    border-top: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__cell:nth-of-type(even) {
    background: #F6F6F6;
  }
  .cart_jitsumu-headTable__cell__ele {
    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;
    min-height: 7.2rem;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(1) {
    width: 30rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(2) {
    width: 30rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(3) {
    width: 17rem;
    border-right: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(4) {
    width: calc(100% - (30rem + 30rem + 17rem));
  }
  .delete_cart_all__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3rem;
  }
  .delete_cart_all__wrap a {
    background: #ff4444;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .delete_cart_all__wrap a:hover {
    color: #ff4444;
    border: 0.1rem solid #ff4444;
  }
}

@media screen and (max-width: 767px) {
  select {
    display: block;
    border: .1rem solid #BEBEBE;
    font-size: 3.73333vw;
    border-radius: 1.33333vw;
    width: 100%;
    height: 10.66667vw;
    padding: 0 4.26667vw;
  }
  .cart-box {
    display: inline-block;
    border-radius: 2.66667vw;
    background: #ecf6f8;
    padding: 5.33333vw;
    margin: 5.33333vw 0 0;
  }
  .cart-box + .cart-box {
    margin-top: 5.33333vw;
  }
  .cart-box p {
    font-size: 3.73333vw !important;
  }
  .cart-box p + p {
    margin-top: 2.66667vw;
  }
  .cart-box--border {
    border-radius: 2.66667vw;
    border: solid 1px #e3e3e3;
    padding: 5.33333vw;
    margin: 5.33333vw 0 0;
  }
  .cart-box--border.--card {
    width: 100%;
  }
  .cart-box--border.--card-americanexpress {
    width: 100%;
  }
  .cart-box--border + .cart-box--border {
    margin-top: 5.33333vw;
  }
  .cart-box--border p {
    font-size: 3.73333vw !important;
  }
  .cart-box--border p + p {
    margin-top: 2.66667vw;
  }
  .cart-frow {
    margin: 0 0 8vw;
  }
  .cart-frow__title {
    font-size: 4.8vw;
    font-weight: 500;
    margin: 8vw 0 2.66667vw;
  }
  .cart-frow .cart-submit {
    margin-top: 5.33333vw;
  }
  .cart-frow__table {
    margin-top: 5.33333vw;
  }
  .cart-frow__table tbody th {
    background: #ffffd3;
    width: 22rem;
    vertical-align: middle;
  }
  .cart-frow__table tbody td {
    width: 61rem;
    vertical-align: middle;
  }
  .cart-contact {
    margin-top: 8vw;
  }
  .cart-contact__inner {
    display: inline-block;
    padding: 6.66667vw 8vw;
    background: #f0f9e0;
    border-radius: 2.66667vw;
    line-height: 1.4;
  }
  .cart-contact__text {
    font-size: 4vw;
  }
  .cart-contact__tel {
    font-size: 5.33333vw;
    font-weight: 500;
  }
  .cart-headTable__head,
  .cart-headTableCheck__head {
    display: none;
  }
  .cart-headTable__body__row,
  .cart-headTableCheck__body__row {
    display: block;
  }
  .cart-headTable__body__row,
  .cart-headTableCheck__body__row {
    border: solid 1px #e3e3e3;
  }
  .cart-headTable__body__row + .cart-headTable__body__row,
  .cart-headTableCheck__body__row + .cart-headTable__body__row, .cart-headTable__body__row +
  .cart-headTableCheck__body__row,
  .cart-headTableCheck__body__row +
  .cart-headTableCheck__body__row {
    margin-top: 5.33333vw;
  }
  .cart-headTable__cell,
  .cart-headTableCheck__cell {
    padding: 2.4vw 4vw;
    font-size: 3.73333vw;
    letter-spacing: -0.003em;
  }
  .cart-headTable__cell + .cart-headTable__cell,
  .cart-headTableCheck__cell + .cart-headTable__cell, .cart-headTable__cell +
  .cart-headTableCheck__cell,
  .cart-headTableCheck__cell +
  .cart-headTableCheck__cell {
    margin-top: -2.4vw;
  }
  .cart-headTable__cell:nth-child(2),
  .cart-headTableCheck__cell:nth-child(2) {
    margin-top: 0;
  }
  .cart-headTable__body .cart-headTable__course {
    background: #ffffd3;
    border-bottom: solid 1px #e3e3e3;
  }
  .cart-headTable__body .cart-headTable__day {
    margin-top: -4.8vw;
  }
  .cart-headTable__body .cart-headTable__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;
  }
  .cart-headTable__body .cart-headTable__order .course_list-content__order__title {
    font-size: 3.73333vw;
    margin-right: 2.66667vw;
  }
  .cart-headTable__body .cart-headTable__subtoal {
    text-align: right;
    font-size: 4vw;
    font-weight: 500;
    padding: 4.26667vw 4vw;
  }
  .cart-headTableCheck__body .cart-headTableCheck__course {
    background: #ffffd3;
    border-bottom: solid 1px #e3e3e3;
  }
  .cart-headTableCheck__body .cart-headTableCheck__cell:nth-child(n + 3) {
    margin-top: -4.8vw;
  }
  .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;
  }
  .cart-headTable__checkBtn {
    display: block;
    width: 39.46667vw;
    height: 10.66667vw;
    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;
    background: #75b600;
    color: #fff;
    border-radius: 1.6vw;
  }
  .cart-headTable__checkBtn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-headTable__checkBtn.--detail {
    background: #75b600;
  }
  .cart-headTable__checkBtn.--remove {
    background: #ff4444;
  }
  .cart-headTable__checkBtn.--mini {
    width: 18.13333vw;
    height: 7.2vw;
  }
  .cart-btn {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(65%, #f4f4f4), to(#e9e9e9)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffffff 0%, #f4f4f4 65%, #e9e9e9 100%) 0% 0% no-repeat padding-box;
    border: 0.1rem solid #e3e3e3;
    border-radius: 1.6vw;
    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%;
    height: 16vw;
    font-size: 4.26667vw;
    font-weight: 500;
  }
  .cart-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 8vw;
  }
  .cart-btn + .cart-btn {
    margin-bottom: 2.66667vw;
  }
  .cart-btn img {
    margin-right: 2.13333vw;
  }
  .cart-btn.--add img {
    width: 5.33333vw;
  }
  .cart-btn.--next img {
    width: 6.13333vw;
  }
  .cart-submit {
    font-size: 4.26667vw;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 16vw;
    border-radius: 1.6vw;
    background: #ff4444;
    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: 0 auto;
  }
  .cart-submit__desc {
    text-align: center;
    color: #ff4444;
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 2.66667vw;
    margin-top: -5.33333vw;
  }
  .cart-submit__wrap {
    margin: 10.66667vw auto 0;
  }
  .cart-submit + .cart-submit {
    margin-top: 2.66667vw;
  }
  .cart-submit.--disabled {
    background: #bebebe;
  }
  .cart-price {
    border: solid 1px #e3e3e3;
    width: 100%;
    margin-top: 5.33333vw;
  }
  .cart-price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-price__row + .cart-price__row {
    border-top: solid 1px #e3e3e3;
  }
  .cart-price__row:first-child {
    border-top: none;
  }
  .cart-price__head {
    font-size: 3.73333vw;
    font-weight: 500;
    padding: 2.66667vw 4vw;
    background: #ffffd3;
    width: 56.26667vw;
    text-align: left;
  }
  .cart-price__body {
    font-size: 3.73333vw;
    padding: 1rem;
    width: 35.73333vw;
    text-align: right;
    border-left: solid 1px #e3e3e3;
  }
  .cart-check {
    border: solid 1px #e3e3e3;
    margin-top: 5.33333vw;
  }
  .cart-check__require {
    color: #ff4444;
    display: block;
  }
  .cart-check__head {
    border-bottom: solid 1px #e3e3e3;
    padding: 2.66667vw;
    font-size: 3.73333vw;
    font-weight: 500;
    letter-spacing: -0.003em;
    line-height: 1.4;
    text-align: left;
    background: #FFE693;
  }
  .cart-check__body {
    padding: 2.66667vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-check__body .form__checkWrap + .form__checkWrap {
    margin-left: 13.33333vw;
  }
  .cart-check__body .form__checkWrap label {
    font-size: 4.26667vw;
  }
  .cart-check__body .red {
    color: #FF4444;
    font-size: 3.73333vw;
    padding: 3.2vw 3.2vw 0;
  }
}

@media screen and (min-width: 768px) {
  .form__wrap {
    margin-bottom: 6rem;
  }
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #e3e3e3;
  }
  .form__row + .form__row {
    border-top: none;
  }
  .formType__head + .form__row {
    border-top: solid 1px #e3e3e3;
  }
  .form__title {
    font-size: 1.5rem;
    font-weight: 500;
    min-width: 30rem;
    max-width: 30rem;
    padding: 2.5rem 2.5rem 2.5rem 7rem;
    background: #ffffd3;
    border-right: solid 1px #e3e3e3;
  }
  .form__content {
    width: 58rem;
    padding: 2.5rem;
  }
  .form__title__inner {
    display: block;
    position: relative;
  }
  .form__title__desc {
    display: block;
    margin-left: -4.6rem;
    font-size: 1.2rem;
    color: #616161;
  }
  .form__checkText {
    font-size: 1.5rem;
  }
  .form__require {
    display: inline-block;
    background: #ff4444;
    border-radius: 1.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0.8rem;
    position: absolute;
    left: -4.6rem;
    top: 0.4rem;
  }
  .form__example {
    font-size: 1.4rem;
    color: #bebebe;
    margin-top: 0.4rem;
  }
  .form__desc {
    font-size: 1.2rem;
    color: #616161;
    margin-top: 0.4rem;
  }
  .form__caution {
    font-size: 1.3rem;
    color: #ff4444;
  }
  .form__error {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 0.7rem;
    background: #ff4444;
    border-radius: 0.4rem;
    padding: 0.5rem 1.2rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: none;
  }
  .form__error::before {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 1rem;
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.7rem solid #ff4444;
  }
  .form__note {
    font-size: 1.2rem;
    padding: 1.5rem;
    width: 100%;
    height: 16rem;
    border: solid 1px #bebebe;
    border-radius: 0.5rem;
    overflow-y: scroll;
    margin-bottom: 2rem;
  }
  .form__note b {
    font-weight: 500;
  }
  .form__note .ti {
    padding-left: .5em;
  }
  .form__note .u-ta-r {
    margin-top: 1rem;
  }
  .form__text__wrap,
  .form__textarea__wrap {
    position: relative;
  }
  .form__text__wrap .form__label,
  .form__textarea__wrap .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__text__wrap .form__labelText,
  .form__textarea__wrap .form__labelText {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .form__text input {
    border: solid 1px #bebebe;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 28rem;
  }
  .form__textarea {
    display: block;
    width: 100%;
  }
  .form__textarea textarea {
    border: solid 1px #bebebe;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 100%;
  }
  .form__select__wrap {
    position: relative;
  }
  .form__select__wrap .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__select__wrap .form__labelText {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .form__select {
    position: relative;
  }
  .form__select select {
    border: solid 1px #bebebe;
    border-radius: 0.5rem;
    padding: 1rem 3rem 1rem 1rem;
    width: 28rem;
  }
  .form__select::after {
    content: "";
    position: absolute;
    display: block;
    right: 1rem;
    width: 0.9rem;
    height: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/arrow_no-circle_gray.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  .form__checkWrap label {
    padding-left: 1.9rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .form__checkWrap {
    position: relative;
  }
  .form__checkWrap label::before {
    content: "";
    position: absolute;
    left: 0.3rem;
    width: 1rem;
    height: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/check_icon.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
  }
  .form__checkWrap label::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
  }
  .form__checkWrap input:checked + label::after {
    border-color: #f49222;
    background: #f49222;
  }
  .form__checkWrap input:checked + label::before {
    opacity: 1;
  }
  .formType__head {
    margin-bottom: 3rem;
  }
  .formType__radio2col .form__content {
    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;
  }
  .formType__radio2col .form__checkWrap__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;
  }
  .formType__radio2col .form__checkWrap:first-child {
    width: 19rem;
  }
  .formType__radio2col .form__checkWrap:nth-child(2) {
    margin-right: 1.2rem;
  }
  .formType__radio2col .form__checkWrap__wrap + .form__caution {
    margin-top: 1rem;
  }
  .formType__radio2col .form__error {
    margin-bottom: 0;
  }
  .formType__radio2col .form__error::before {
    display: none;
  }
  .formType__name .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formType__name .form__text__wrap + .form__text__wrap {
    margin-left: 3rem;
  }
  .formType__name .form__labelText {
    width: 4rem;
  }
  .formType__name input {
    width: 12rem;
  }
  .formType__name .form__example {
    margin-left: 4rem;
  }
  .formType__name .form__error {
    margin-left: 4rem;
  }
  .formType__address .formType__address__postCodeWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .formType__address .formType__address__row + .formType__address__row {
    margin-top: 2rem;
  }
  .formType__address .form__labelText {
    width: 8.4rem;
  }
  .formType__address input,
  .formType__address select {
    width: 12rem;
  }
  .formType__address .formType__address__row.--wide input,
  .formType__address .formType__address__row.--wide select {
    width: 43.6rem;
  }
  .formType__address .form__example {
    margin-left: 8.4rem;
  }
  .formType__address .form__error {
    margin-left: 8.4rem;
  }
  .formType__address__search {
    background: #f49222;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem 1.2rem;
    border-radius: 0.5rem;
    margin-left: 1rem;
  }
  .formType__address__searchLink {
    color: #f49222;
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 1.8rem;
    position: relative;
    margin-left: 3rem;
  }
  .formType__address__searchLink::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #f49222;
  }
  .formType__address__searchLink::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/common/link-external-orange.svg) no-repeat;
    background-size: contain;
  }
  .formType__birthday__year {
    width: 9rem !important;
  }
  .formType__birthday__month, .formType__birthday__day {
    width: 6rem !important;
  }
  .formType__birthday .form__labelText {
    margin: 0 0.8rem;
  }
  .formType__mail .form__text {
    display: block;
    width: 100%;
  }
  .formType__mail .form__text input,
  .formType__mail .form__text select {
    width: 100%;
  }
  .formType__card-date .form__text {
    width: 8rem;
  }
  .formType__card-date .form__text input,
  .formType__card-date .form__text select {
    width: 8rem;
  }
  .formType__card-date .form__labelText {
    margin: 0 0.8rem;
  }
  .formType__card-code .form__text input,
  .formType__card-code .form__text select {
    width: 11.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form__wrap {
    margin-bottom: 10.66667vw;
  }
  .form__row {
    border: solid 1px #e3e3e3;
  }
  .form__row + .form__row {
    border-top: none;
  }
  .form__title {
    font-size: 3.73333vw;
    font-weight: 500;
    width: 100%;
    padding: 4vw;
    background: #ffffd3;
    border-bottom: solid 1px #e3e3e3;
    position: relative;
  }
  .form__content {
    width: 100%;
    padding: 4vw;
  }
  .form__title__inner {
    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;
  }
  .form__title__desc {
    display: block;
    font-size: 3.2vw;
    color: #616161;
  }
  .form__checkText {
    font-size: 3.73333vw;
  }
  .form__require {
    display: inline-block;
    background: #ff4444;
    border-radius: 4vw;
    color: #fff;
    font-size: 2.66667vw;
    font-weight: 500;
    padding: 0 2.13333vw;
    margin-left: 1rem;
  }
  .form__require--spLightBottom {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
  }
  .form__example {
    font-size: 3.73333vw;
    color: #bebebe;
    margin-top: 1.06667vw;
  }
  .form__desc {
    font-size: 3.2vw;
    color: #616161;
    margin-top: 1.06667vw;
  }
  .form__caution {
    font-size: 3.46667vw;
    color: #ff4444;
  }
  .form__error {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 1.86667vw;
    background: #ff4444;
    border-radius: 1.06667vw;
    padding: 1.33333vw 3.2vw;
    color: #fff;
    font-size: 2.93333vw;
    font-weight: 500;
  }
  .form__error::before {
    content: "";
    position: absolute;
    bottom: -1.86667vw;
    left: 2.66667vw;
    width: 0;
    height: 0;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-top: 1.86667vw solid #ff4444;
  }
  .form__note {
    font-size: 3.73333vw;
    padding: 2.66667vw;
    width: 100%;
    height: 16rem;
    border: solid 1px #bebebe;
    border-radius: 1.33333vw;
    overflow-y: scroll;
    margin-bottom: 4vw;
  }
  .form__note b {
    font-weight: 500;
  }
  .form__note .ti {
    padding-left: .5em;
  }
  .form__text__wrap {
    position: relative;
  }
  .form__text__wrap .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__text__wrap .form__labelText {
    font-size: 3.73333vw;
    font-weight: 500;
  }
  .form__text {
    display: block;
    width: 100%;
  }
  .form__text input {
    border: solid 1px #bebebe;
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    width: 100%;
  }
  .form__textarea {
    display: block;
    width: 100%;
  }
  .form__textarea textarea {
    border: solid 1px #bebebe;
    border-radius: 1.33333vw;
    padding: 2.66667vw;
    width: 100%;
  }
  .form__select__wrap {
    position: relative;
  }
  .form__select__wrap .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__select__wrap .form__labelText {
    font-size: 3.73333vw;
    font-weight: 500;
  }
  .form__select {
    position: relative;
    width: 100%;
  }
  .form__select select {
    width: 100%;
    border: solid 1px #bebebe;
    border-radius: 1.33333vw;
    padding: 2.66667vw 8vw 2.66667vw 2.66667vw;
  }
  .form__select::after {
    content: "";
    position: absolute;
    display: block;
    right: 2.66667vw;
    width: 2.4vw;
    height: 1.33333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/arrow_no-circle_gray.svg) center center no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  .form__checkWrap label {
    padding-left: 5.06667vw;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 3.73333vw;
    font-weight: 500;
  }
  .form__checkWrap label::before {
    content: "";
    position: absolute;
    left: 0.8vw;
    width: 2.66667vw;
    height: 2.66667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/check_icon.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
  }
  .form__checkWrap label::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3.46667vw;
    height: 3.46667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
  }
  .form__checkWrap input:checked + label::after {
    border-color: #f49222;
    background: #f49222;
  }
  .form__checkWrap input:checked + label::before {
    opacity: 1;
  }
  .formType__radio2col .form__content {
    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;
  }
  .formType__radio2col .form__checkWrap__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;
  }
  .formType__radio2col .form__checkWrap:first-child {
    width: 33.33333vw;
  }
  .formType__radio2col .form__checkWrap:nth-child(2) {
    margin-right: 2.66667vw;
  }
  .formType__radio2col .form__checkWrap__wrap + .form__caution {
    margin-top: 2.66667vw;
  }
  .formType__radio2col .form__error {
    margin-bottom: 0;
  }
  .formType__radio2col .form__error::before {
    display: none;
  }
  .formType__name .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .formType__name .form__text__wrap {
    width: 38.93333vw;
  }
  .formType__name input {
    width: 100%;
  }
  .formType__name .form__label {
    display: block !important;
  }
  .formType__address .formType__address__postCodeWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .formType__address .formType__address__row + .formType__address__row {
    margin-top: 3.73333vw;
  }
  .formType__address .form__label {
    display: block !important;
  }
  .formType__address .--postCode input {
    width: 57.33333vw;
  }
  .formType__address .--prefectures select {
    width: 32vw;
  }
  .formType__address .formType__address__row.--wide input,
  .formType__address .formType__address__row.--wide select {
    width: 100%;
  }
  .formType__address__search {
    background: #f49222;
    color: #fff;
    font-size: 3.73333vw;
    font-weight: 500;
    padding: 2.66667vw 3.2vw;
    border-radius: 1.33333vw;
    margin-left: auto;
  }
  .formType__address__searchLink {
    color: #f49222;
    font-size: 3.73333vw;
    font-weight: 500;
    padding-right: 4.8vw;
    position: absolute;
    bottom: -8vw;
    right: 0vw;
  }
  .formType__address__searchLink::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.26667vw;
    background: #f49222;
  }
  .formType__address__searchLink::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url(../images/common/link-external-orange.svg) no-repeat;
    background-size: contain;
  }
  .formType__birthday__year {
    width: 24vw !important;
  }
  .formType__birthday__month, .formType__birthday__day {
    width: 16vw !important;
  }
  .formType__birthday .form__labelText {
    margin: 0 2.13333vw;
  }
  .formType__mail .form__text {
    display: block;
    width: 100%;
  }
  .formType__mail .form__text input,
  .formType__mail .form__text select {
    width: 100%;
  }
  .formType__card-date .form__text {
    width: 21.33333vw;
  }
  .formType__card-date .form__text input,
  .formType__card-date .form__text select {
    width: 21.33333vw;
  }
  .formType__card-date .form__labelText {
    margin: 0 2.13333vw;
  }
  .formType__card-code .form__text input,
  .formType__card-code .form__text select {
    width: 100%;
  }
  .cart_jitsumu-headTable {
    margin-top: 8vw;
    border: .1rem solid #E3E3E3;
    font-size: 3.73333vw;
  }
  .cart_jitsumu-headTable__head_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: #FFFFD3;
    text-align: center;
    font-weight: 500;
    padding: 3.46667vw 4vw;
  }
  .cart_jitsumu-headTable__head_top span {
    text-align: left;
  }
  .cart_jitsumu-headTable__cell {
    border-top: .1rem solid #E3E3E3;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(1) {
    border-bottom: .1rem solid #E3E3E3;
    padding: 3.46667vw 4vw;
    background: #FFFFD3;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(2) {
    padding: 3.46667vw 4vw;
    padding-top: 4vw;
    padding-bottom: 0;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(3) {
    padding: 3.46667vw 4vw;
    padding-top: 0;
    padding-bottom: 4vw;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(4) {
    padding: 3.46667vw 4vw;
    padding-top: 0;
    padding-bottom: 4vw;
  }
  .cart_jitsumu-headTable__cell__ele:nth-of-type(4) .cart-headTable__checkBtn {
    width: 100%;
  }
  .delete_cart_all__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5vw;
  }
  .delete_cart_all__wrap a {
    background: #ff4444;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12vw;
  }
  .fixedBtn {
    display: none;
  }
}
