@media (min-width: 768px) {
  #study #courselist {
    background: url(../j7cvr3s_final/img/bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 50px;
  }
  #study .mv__inrtop {
    background: url(../j7cvr3s_final/img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  #study .mv__inrtop img {
    max-width: 1400px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #study .coupon_line__txt a {
    color: #00aac6;
  }
  #study .coupon_line__navs {
    max-width: 580px;
    margin: 40px auto;
  }
  #study .coupon_line__navs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #study .coupon_line__navs ul li {
    max-width: 260px;
    width: 100%;
    height: 55px;
  }
  #study .coupon_line__navs ul li.-select {
    position: relative;
    background: #00aac6;
    border-radius: 10px;
  }
  #study .coupon_line__navs ul li.-select::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../j7cvr3s_final/img/arw_circle_sky.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 46%;
    right: 13%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
  }
  #study .coupon_line__navs ul li.-select::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #00aac6;
    border-radius: 10px;
    z-index: -1;
  }
  #study .coupon_line__navs ul li.-select select {
    width: 100%;
    height: 100%;
    padding: 0 45px;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #study .coupon_line__navs ul li.-select select option {
    color: #000;
    text-align: left;
  }
  #study .coupon_line__navs ul li.-select select:hover {
    opacity: 0.8;
  }
  #study .coupon_line__navs ul li.-select--blue {
    background: #ed7d8f;
  }
  #study .coupon_line__navs ul li.-select--blue::before {
    background: url(../j7cvr3s_final/img/arw_circle_pink.svg) no-repeat;
  }
  #study .coupon_line__navs ul li.-select--blue::after {
    border: 2px solid #ed7d8f;
  }
  #study .course_list_item {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #study .course_box .course_box_price {
    padding: 5px 18px;
  }
  #study .course_box figure.rank1::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank2::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank3::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank3.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank4::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank4.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank5::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank5.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank6::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank6.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank7::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank7.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank8::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank8.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank9::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank9.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank10::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank10.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank11::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank11.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank12::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank12.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank13::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank13.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank14::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank14.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank15::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank15.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank16::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank16.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank17::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank17.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank18::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank18.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank19::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank19.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank20::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../j7cvr3s_final/img/common/rank20.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box .btn .application {
    margin-bottom: 5px;
  }
  #study .course_box .btn .info {
    height: 30px;
    margin-bottom: 10px;
  }
  #study .check_list h2 {
    width: 240px;
  }
  #study .finish_txt p a {
    color: #065FD4;
    text-decoration: underline;
  }
  #study .search.--totop {
    top: auto;
    bottom: 20px;
  }
  #study .search.--totop img {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  #study #courselist {
    background: url(../j7cvr3s_final/img/bg_sp.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 4vw;
  }
  #study .mv__inrtop {
    width: 100%;
    background-size: cover;
  }
  #study .mv__inrtop img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #study .mv__inrbtm {
    background: #006999;
  }
  #study .coupon_line__txt {
    margin-bottom: 10px;
  }
  #study .coupon_line__txt p {
    font-size: 14px;
  }
  #study .coupon_line__txt a {
    font-size: 14px;
    margin-top: 0 !important;
    color: #00b9aa;
  }
  #study .coupon_line__navs {
    max-width: 400px;
    margin: 10px auto;
  }
  #study .coupon_line__navs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #study .coupon_line__navs ul li {
    max-width: 175px;
    width: 100%;
  }
  #study .coupon_line__navs ul li.-select {
    position: relative;
    height: 50px;
  }
  #study .coupon_line__navs ul li.-select::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../j7cvr3s_final/img/arw_circle_sky.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 48%;
    right: 12%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #study .coupon_line__navs ul li.-select::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #00aac6;
    border-radius: 7px;
    z-index: 0;
  }
  #study .coupon_line__navs ul li.-select select {
    width: 100%;
    height: calc(100% - 3px);
    background: #00aac6;
    padding: 0 30px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: none;
    border-radius: 7px;
    position: relative;
    z-index: 1;
  }
  #study .coupon_line__navs ul li.-select--blue::before {
    background: url(../j7cvr3s_final/img/arw_circle_pink.svg) no-repeat;
  }
  #study .coupon_line__navs ul li.-select--blue::after {
    border: 1px solid #ed7d8f;
  }
  #study .coupon_line__navs ul li.-select--blue select {
    background: #ed7d8f;
  }
  #study .course_list_item {
    border-radius: 10px;
  }
  #study .course_box figure.rank1::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank2::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank3::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank3.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank4::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank4.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank5::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank5.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank6::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank6.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank7::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank7.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank8::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank8.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank9::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank9.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank10::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank10.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank11::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank11.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank12::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank12.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank13::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank13.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank14::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank14.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank15::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank15.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank16::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank16.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank17::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank17.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank18::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank18.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank19::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank19.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box figure.rank20::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../j7cvr3s_final/img/common/rank20.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #study .course_box .btn .application {
    margin-bottom: 5px;
  }
  #study .course_box .btn .info {
    height: 30px;
  }
  #study .check_list h2 {
    width: 170px;
  }
  #study .finish_txt p {
    padding: 20px;
  }
  #study .finish_txt p a {
    color: #065FD4;
    text-decoration: underline;
  }
  #study .search.--totop {
    top: auto;
    bottom: 10px;
  }
  #study .search.--totop img {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#study #cam dl dd p.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  cursor: pointer;
}

.custom-select-trigger:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../j7cvr3s_final/img/arw_circle.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 46%;
  right: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.custom-select.opened .custom-select-trigger:after {
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #ccc;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 2;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
}