@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  /* -> 10px; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: baseline;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-family: NotoSansBold, sans-serif;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

/*--------------------------------------------
display
--------------------------------------------*/
.pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

/* ====================================================
base style
==================================================== */
body {
  color: #000;
  font-size: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  line-height: 1.6;
  text-align: justify;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  overflow: auto;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

.inner {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 15px;
  }
}

* {
  box-sizing: border-box;
}

.btn {
  background-color: #e71f17;
  background-image: url(../images/btn_icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 11px 19px;
  background-position: right 23px center;
  display: block;
  color: #FFF;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 6px 8px 0.5px rgba(0, 0, 0, 0.23);
  transition: all 0.3s linear;
  border: none;
}

.btn:hover {
  background-color: #c10500;
}

@media screen and (max-width: 960px) {
  .btn {
    background-position: right 15px center;
    background-size: 6px 11px;
  }
}

.btnAnime {
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}

.btnAnime::before {
  display: block;
  position: absolute;
  z-index: 3;
  left: -30%;
  top: 0%;
  content: "";
  width: 80px;
  height: 170px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear;
  -webkit-animation: shiny 4s infinite linear;
  -moz-animation: shiny 4s infinite linear;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*--------------------------------------------
header
--------------------------------------------*/
.header {
  background-image: -moz-linear-gradient(-90deg, black 0%, #1c1f26 89%);
  background-image: -webkit-linear-gradient(-90deg, black 0%, #1c1f26 89%);
  background-image: -ms-linear-gradient(-90deg, black 0%, #1c1f26 89%);
}

.header .logo {
  text-align: center;
  padding: 25px 15px;
}

@media screen and (max-width: 960px) {
  .header .logo {
    padding: 13px 0;
  }
  .header .logo img {
    width: 130px;
  }
}

.header .title {
  text-align: center;
}

.limitedList {
  background: #000000;
  padding: 26px;
}

@media screen and (max-width: 960px) {
  .limitedList {
    padding: 20px 15px;
  }
}

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

@media screen and (max-width: 960px) {
  .limitedList .inner {
    padding: 0;
  }
}

.limitedList .inner > li {
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .limitedList .inner > li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.limitedList .inner > li:first-child {
  border-right: solid #c8a76d 1px;
}

@media screen and (max-width: 960px) {
  .limitedList .inner > li:first-child {
    border-right: none;
  }
}

.limitedList .inner > li > span {
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  .limitedList .inner > li > span {
    width: 60px;
    height: auto;
    padding-right: 13px;
  }
}

.limitedText {
  background-repeat: repeat-x;
  background-image: url(../images/limited_bg01.png);
  height: 206px;
}

@media screen and (max-width: 960px) {
  .limitedText {
    height: 109px;
  }
}

.limitedText .bgDeco {
  background-image: url(../images/limited_bg02.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .limitedText .bgDeco {
    background-image: url(../images/limited_bg02_sp01.png), url(../images/limited_bg02_sp02.png);
    background-size: 49px 117px,36px 113px;
    background-repeat: no-repeat;
    background-position: left -10px bottom -10px, right 10px top -10px;
  }
}

.limitedText .bgDeco > p {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .limitedText .bgDeco > p {
    max-width: 340px;
  }
}

.bgGray {
  background: #d5d5d5;
}

@media screen and (max-width: 960px) {
  .bgGray {
    background: transparent;
  }
}

.awardArea > .inner {
  padding: 75px 0;
  background: #FFF;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  .awardArea > .inner {
    padding: 40px 0 50px;
  }
}

.awardArea > .inner > .title {
  background: #000;
  width: calc(100% - 90px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .awardArea > .inner > .title {
    height: 44px;
    width: calc(100% - 30px);
  }
  .awardArea > .inner > .title img {
    width: 97px;
    height: auto;
  }
}

.awardArea > .inner > p {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-top: 38px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .awardArea > .inner > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.awardArea > .inner .imageLank {
  margin-top: 22px;
}

@media screen and (max-width: 960px) {
  .awardArea > .inner .imageLank {
    margin-top: 15px;
  }
}

.awardArea > .inner .imageCosmoprof {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .awardArea > .inner .imageCosmoprof {
    margin-top: 30px;
  }
}

.patternArea {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .patternArea {
    margin-top: 0;
  }
}

.patternArea > .inner > .title {
  background: #000;
  width: 100%;
  height: 56px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .title {
    font-size: 25px;
    font-size: 2.5rem;
    height: 44px;
  }
}

.patternArea > .inner > .list {
  background: #FFF;
  border: solid  3px #000;
  padding: 30px 45px 70px;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list {
    padding: 20px 15px 50px;
  }
}

.patternArea > .inner > .list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.patternArea > .inner > .list > li:first-child {
  margin-top: 0;
}

.patternArea > .inner > .list > li .left {
  width: 420px;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .left {
    max-width: 314px;
    width: 100%;
  }
}

.patternArea > .inner > .list > li .right {
  width: 410px;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .right {
    width: 100%;
  }
}

.patternArea > .inner > .list > li .right > .text {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .right > .text {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.patternArea > .inner > .list > li .right > .price {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .right > .price {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 10px;
  }
}

.patternArea > .inner > .list > li .right > .price span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .right > .price span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.patternArea > .inner > .list > li .right .btn {
  max-width: 380px;
  padding: 20px 32px 20px 0;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 25px;
  background-size: 7px 12px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .patternArea > .inner > .list > li .right .btn {
    margin-top: 20px;
    padding: 15px 32px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 100%;
  }
}

.courseArea .bgGray {
  padding: 80px 0 40px;
}

@media screen and (max-width: 960px) {
  .courseArea .bgGray {
    padding: 60px 0 10px;
  }
}

.courseArea .inner > .title {
  background: #000;
  font-size: 34px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .courseArea .inner > .title {
    font-size: 25px;
    font-size: 2.5rem;
    height: 44px;
  }
}

.courseArea .goldArea .mainDetail {
  background: #000;
  padding: 40px 0 110px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail {
    padding: 40px 0 90px;
  }
}

.courseArea .goldArea .mainDetail .inner > .title {
  background: url(../images/course_bg_gold.png) repeat;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > .title {
    height: 48px;
  }
  .courseArea .goldArea .mainDetail .inner > .title img {
    width: 80px;
  }
}

.courseArea .goldArea .mainDetail .inner > .title span {
  background: #000;
  font-size: 34px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-image: url(../images/course_light_gold01.png);
  background-repeat: no-repeat;
  background-position: center;
  animation: lightanime 2.5s infinite linear;
  -webkit-animation: lightanime 2.5s infinite linear;
  -moz-animation: lightanime 2.5s infinite linear;
}

.courseArea .goldArea .mainDetail .inner > p {
  color: #faf2d2;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 25px;
  }
}

.courseArea .goldArea .mainDetail .inner > .textList {
  border: solid 3px #faf2d2;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > .textList {
    flex-wrap: wrap;
    padding: 15px;
  }
}

.courseArea .goldArea .mainDetail .inner > .textList ul {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > .textList ul {
    width: 100%;
  }
}

.courseArea .goldArea .mainDetail .inner > .textList ul:first-child {
  border-right: solid 1px #faf2d2;
  padding-right: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > .textList ul:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.courseArea .goldArea .mainDetail .inner > .textList ul > li {
  color: #faf2d2;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .mainDetail .inner > .textList ul > li {
    font-size: 12px;
  }
}

.courseArea .goldArea .plusDetail {
  background: #d5d5d5;
  position: relative;
  padding: 120px 0 60px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail {
    padding: 70px 15px 60px;
  }
}

.courseArea .goldArea .plusDetail .plusicon {
  position: absolute;
  top: -60px;
  margin: auto;
  left: 0;
  right: 0;
  width: 136px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .plusicon {
    width: 88px;
    top: -45px;
  }
}

.courseArea .goldArea .plusDetail .inner {
  background: #FFF;
}

.courseArea .goldArea .plusDetail .inner .block {
  background: #FFF;
  padding: 50px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .inner .block {
    padding: 20px 15px 35px;
  }
}

.courseArea .goldArea .plusDetail .inner .block > .title {
  width: 100%;
  background: #d6ba3f;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding: 5px 10px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .inner .block > .title {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.courseArea .goldArea .plusDetail .inner .block > .image {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .inner .block > .image img {
    width: 180px;
    height: auto;
  }
}

.courseArea .goldArea .plusDetail .inner .block > p {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .inner .block > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.courseArea .goldArea .plusDetail .inner .block .btn {
  max-width: 500px;
  padding: 24px 38px 24px 0;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 40px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .courseArea .goldArea .plusDetail .inner .block .btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 18px 18px 0;
    margin: 20px auto 0;
  }
}

.courseArea .subboxBase > .inner {
  background: #FFF;
  padding: 60px 0 0;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner {
    padding: 60px 15px 0;
  }
}

.courseArea .subboxBase > .inner .mainDetail > .title {
  margin: 0 auto;
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail > .title {
    height: 48px;
  }
}

.courseArea .subboxBase > .inner .mainDetail > .title .bgBlack {
  background: #000;
  font-size: 34px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.courseArea .subboxBase > .inner .mainDetail .content {
  background: #f0f0f0;
  border-left: solid #e5e5e5 5px;
  border-right: solid #e5e5e5 5px;
  padding: 0 35px 100px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content {
    padding: 0 15px 70px;
    border-left: solid #e5e5e5 2px;
    border-right: solid #e5e5e5 2px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > p {
  color: #000;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
  padding-top: 35px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 30px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .image {
  background: #FFF;
  max-width: 580px;
  margin: auto;
  height: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .image {
    height: 145px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .image img {
    width: 282px;
    height: auto;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .imageList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList {
    margin-top: 30px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .imageList > li {
  width: calc(50% - 10px);
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li:nth-child(1) .image img {
    width: 254px;
    height: auto;
  }
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li:nth-child(2) .image img {
    width: 215px;
    height: auto;
  }
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li:nth-child(3) .image img {
    width: 54px;
    height: auto;
  }
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li:nth-child(4) .image img {
    width: 108px;
    height: auto;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .imageList > li > .title {
  background: #000;
  color: #FFF;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li > .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .imageList > li > .image {
  background: #FFF;
  height: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .imageList > li > .image {
    height: 177px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .textList {
  border: solid 3px #000;
  background: #FFF;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .textList {
    padding: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .textList > ul {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .textList > ul {
    width: 100%;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .textList > ul > li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .textList > ul > li {
    font-size: 12px;
  }
}

.courseArea .subboxBase > .inner .mainDetail .content > .textList > ul:first-child {
  border-right: solid 1px #000;
  padding-right: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .mainDetail .content > .textList > ul:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.courseArea .subboxBase > .inner .plusDetail {
  background: #FFF;
  position: relative;
  padding: 110px 50px 60px;
  border-left: solid #e5e5e5 5px;
  border-right: solid #e5e5e5 5px;
  border-bottom: solid #e5e5e5 5px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .plusDetail {
    padding: 70px 15px 35px;
    border-left: solid #e5e5e5 2px;
    border-right: solid #e5e5e5 2px;
    border-bottom: solid #e5e5e5 2px;
  }
}

.courseArea .subboxBase > .inner .plusDetail .plusicon {
  position: absolute;
  top: -60px;
  margin: auto;
  left: 0;
  right: 0;
  width: 136px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .plusDetail .plusicon {
    width: 88px;
    top: -45px;
  }
}

.courseArea .subboxBase > .inner .plusDetail > .title {
  width: 100%;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding: 5px 10px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .plusDetail > .title {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.courseArea .subboxBase > .inner .plusDetail > .image {
  text-align: center;
  margin-top: 30px;
}

.courseArea .subboxBase > .inner .plusDetail > p {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 28px;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .plusDetail > p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 24px;
  }
}

.courseArea .subboxBase > .inner .plusDetail .btn {
  max-width: 500px;
  padding: 24px 38px 24px 0;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 40px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .courseArea .subboxBase > .inner .plusDetail .btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 18px 18px 0;
    margin: 20px auto 0;
  }
}

.courseArea .silverArea > .inner .mainDetail > .title {
  background: url(../images/course_bg_silver.png) repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .courseArea .silverArea > .inner .mainDetail > .title img {
    width: 96px;
    height: auto;
  }
}

.courseArea .silverArea > .inner .plusDetail > .title {
  background: #b9b9b9;
}

@media screen and (max-width: 960px) {
  .courseArea .silverArea > .inner .plusDetail > .image img {
    width: 160px;
    height: auto;
  }
}

.courseArea .bronzeArea > .inner {
  padding-bottom: 85px;
}

.courseArea .bronzeArea > .inner .mainDetail > .title {
  background: url(../images/course_bg_bronze.png) repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .courseArea .bronzeArea > .inner .mainDetail > .title img {
    width: 117px;
    height: auto;
  }
}

.courseArea .bronzeArea > .inner .mainDetail .content > .textList {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.courseArea .bronzeArea > .inner .mainDetail .content > .textList ul {
  width: 100%;
}

.courseArea .bronzeArea > .inner .mainDetail .content > .textList ul:first-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.courseArea .bronzeArea > .inner .plusDetail > .title {
  background: #d29876;
}

@media screen and (max-width: 960px) {
  .courseArea .bronzeArea > .inner .plusDetail > .image img {
    width: 80px;
    height: auto;
  }
}

@keyframes lightanime {
  0% {
    background-image: url(../images/course_light_gold01.png);
  }
  50% {
    background-image: url(../images/course_light_gold02.png);
  }
  100% {
    background-image: url(../images/course_light_gold03.png);
  }
}

@-webkit-keyframes lightanime {
  0% {
    background-image: url(../images/course_light_gold01.png);
  }
  50% {
    background-image: url(../images/course_light_gold02.png);
  }
  100% {
    background-image: url(../images/course_light_gold03.png);
  }
}

@-moz-keyframes lightanime {
  0% {
    background-image: url(../images/course_light_gold01.png);
  }
  50% {
    background-image: url(../images/course_light_gold02.png);
  }
  100% {
    background-image: url(../images/course_light_gold03.png);
  }
}
