html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-image: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  color: #282828;
  text-align: justify;
  letter-spacing: 2px;
}

body.overflow-hidden {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #282828;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

/* COMMON
--------------------------------------------------- */
.header {
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}

.header .inner {
  width: 1130px;
  margin: 0 auto;
}

.header .header_logo {
  width: 200px;
}

.content_area {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.btn_type_01 {
  font-size: calc(16/1200*100vw);
  color: #fff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(18/1200*100vw) calc(70/1200*100vw);
  background: #3d989e;
  background: -webkit-gradient(linear, right top, left top, from(#3d989e), to(#117086));
  background: -webkit-linear-gradient(right, #3d989e 0%, #117086 100%);
  background: -o-linear-gradient(right, #3d989e 0%, #117086 100%);
  background: linear-gradient(270deg, #3d989e 0%, #117086 100%);
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  position: relative;
}

.btn_type_01:after {
  content: "";
  display: block;
  background-image: url(../img/long-arrow-right-light.svg);
  background-size: cover;
  width: calc(18/1200*100vw);
  height: calc(18/1200*100vw);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(15/1200*100vw);
  right: 40px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn_type_01:hover {
  -webkit-box-shadow: 0 0 10px rgba(17, 112, 134, 0.7);
  box-shadow: 0 0 10px rgba(17, 112, 134, 0.7);
}

.btn_type_01:hover:after {
  right: 35px;
}

.section_tit {
  text-align: center;
  margin: 0 0 50px;
}

.section_tit .jp_tit {
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
  line-height: 1.8;
  color: #073C47;
}

.section_tit .jp_tit span {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFE072));
  background: -webkit-linear-gradient(transparent 70%, #FFE072 0%);
  background: -o-linear-gradient(transparent 70%, #FFE072 0%);
  background: linear-gradient(transparent 70%, #FFE072 0%);
}

.section_tit .en_tit {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 calc(8/1200*100vw);
  letter-spacing: 7px;
  text-shadow: 1px  1px 0px #0a4e5c, -1px  1px 0px #0a4e5c, 1px -1px 0px #0a4e5c, -1px -1px 0px #0a4e5c, 1px  0px 0px #0a4e5c, 0px  1px 0px #0a4e5c, -1px  0px 0px #0a4e5c, 0px -1px 0px #0a4e5c;
}

.section_tit .sub_read {
  font-size: 16px;
  font-weight: 500;
  color: #0a4e5c;
  line-height: 1.8;
  margin: 30px 0 0;
}

.read_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  color: #818181;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header .inner {
    width: 95%;
  }
  .header .header_logo {
    width: 40%;
  }
  .content_area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .btn_type_01 {
    font-size: calc(16/375*100vw);
    width: 80%;
    padding: calc(20/375*100vw) calc(20/375*100vw);
    margin: 0 auto;
  }
  .btn_type_01:after {
    content: "";
    width: calc(18/375*100vw);
    height: calc(18/375*100vw);
    top: calc(16/375*100vw);
    right: 30px;
  }
  .section_tit {
    margin: 0 0 50px;
  }
  .section_tit .jp_tit {
    font-size: calc(20/375*100vw);
    letter-spacing: 2px;
    position: relative;
    line-height: 1.6;
  }
  .section_tit .en_tit {
    font-size: calc(18/375*100vw);
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 calc(8/375*100vw);
    letter-spacing: 7px;
  }
  .section_tit .sub_read {
    font-size: calc(13/375*100vw);
  }
  .read_txt {
    font-size: calc(14/375*100vw);
    line-height: 1.8;
  }
}

/* MV
--------------------------------------------------- */
section.mv {
  width: 100%;
  height: calc(740/1200*100vw);
  background-repeat: no-repeat;
  background-image: url(../img/mv_pc.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  padding: calc(150/1200*100vw) 0 0;
}

section.mv .header_logo {
  width: 240px;
  position: absolute;
  top: 35px;
  left: 70px;
}

section.mv .copy_box {
  margin: 0 0 0 7vw;
}

section.mv .copy_box .main_copy {
  width: calc(630/1200*100vw);
  margin: 0 0 2.5vw;
}

section.mv .btn_box {
  margin: 0 0 3vw;
}

section.mv .awards {
  width: calc(540/1200*100vw);
}

@media only screen and (max-width: 767px) {
  section.mv {
    width: 100%;
    height: calc(760/375*100vw);
    background-image: url(../img/mv_sp.png);
    padding: calc(100/375*100vw) 0 0;
  }
  section.mv .header_logo {
    width: calc(150/375*100vw);
    position: absolute;
    top: calc(9/375*100vw);
    left: 20px;
  }
  section.mv .copy_box {
    margin: 0 0 0;
  }
  section.mv .copy_box .main_copy {
    width: calc(340/375*100vw);
    margin: 0 auto 15px;
  }
  section.mv .btn_box {
    margin: 0 0 3vw;
  }
  section.mv .awards {
    width: calc(250/375*100vw);
  }
}

/* Beginer
--------------------------------------------------- */
section.beginner_area {
  padding: 100px 0;
}

section.beginner_area .flex_box {
  width: calc(1200/1200*100vw);
  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;
  margin: 0 auto;
  position: relative;
}

section.beginner_area .flex_box .phone_img {
  width: calc(250/1200*100vw);
  margin: 0 0 0 0;
}

section.beginner_area .flex_box .txt_box {
  margin: 0 0 0 calc(50/1200*100vw);
}

section.beginner_area .flex_box .txt_box .section_tit {
  text-align: left;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  section.beginner_area {
    padding: 80px 0;
  }
  section.beginner_area .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    position: relative;
  }
  section.beginner_area .flex_box .phone_img {
    width: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    left: 0;
    text-align: left;
  }
  section.beginner_area .flex_box .phone_img img {
    width: 100%;
  }
  section.beginner_area .flex_box .txt_box {
    margin: 0 0 30px 0;
  }
  section.beginner_area .flex_box .txt_box .section_tit {
    text-align: center;
    margin: 0 0 20px;
  }
  section.beginner_area .flex_box .txt_box .read_txt {
    text-align: center;
  }
}

/* voice
--------------------------------------------------- */
section.voice_area {
  width: 100%;
  height: auto;
  padding: calc(100/1200*100vw) 0;
  position: relative;
  margin: 0 0 0 0;
  background-color: #F0F8F7;
}

section.voice_area .voice_list {
  width: 900px;
  margin: 0 auto;
}

section.voice_area .voice_list li {
  border-radius: 10px;
  border: 3px solid #17BDC2;
  -webkit-box-shadow: 5px 5px 0 #17BDC2;
  box-shadow: 5px 5px 0 #17BDC2;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  background-color: #fff;
}

section.voice_area .voice_list li .voice_icon_box {
  width: 100px;
  text-align: center;
  margin: 0 40px 0 0;
}

section.voice_area .voice_list li .voice_icon_box .icon {
  width: 100px;
  margin: 0 0 10px;
}

section.voice_area .voice_list li .voice_icon_box .age {
  font-size: 12px;
  font-weight: 500;
}

section.voice_area .voice_list li .txt_box {
  width: 680px;
}

section.voice_area .voice_list li .txt_box .box_tit {
  color: #073C47;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 10px;
}

section.voice_area .voice_list li .txt_box .voice_read {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0;
}

section.voice_area .voice_img {
  width: calc(945/1200*100vw);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  section.voice_area {
    width: 100%;
    height: auto;
    padding: 80px 0;
    position: relative;
  }
  section.voice_area .voice_list {
    width: 90%;
    margin: 0 auto;
  }
  section.voice_area .voice_list li {
    border-radius: 10px;
    padding: 30px 30px;
    display: block;
    margin: 0 0 25px;
  }
  section.voice_area .voice_list li .voice_icon_box {
    margin: 0 auto 20px;
  }
  section.voice_area .voice_list li .voice_icon_box .icon {
    width: 100px;
    margin: 0 0 10px;
  }
  section.voice_area .voice_list li .voice_icon_box .age {
    font-size: 12px;
  }
  section.voice_area .voice_list li .txt_box {
    width: 100%;
  }
  section.voice_area .voice_list li .txt_box .box_tit {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
  }
  section.voice_area .voice_list li .txt_box .voice_read {
    font-size: 14px;
  }
  section.voice_area .voice_list li .txt_box .voice_read br {
    display: none;
  }
  section.voice_area .voice_img {
    width: calc(300/375*100vw);
  }
}

/* member
--------------------------------------------------- */
section.member_area {
  padding: calc(150/1200*100vw) 0;
}

section.member_area .flex_box {
  width: calc(800/1200*100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

section.member_area .flex_box .member_box {
  width: calc(370/1200*100vw);
  background-color: #fff;
  padding: calc(50/1200*100vw) calc(60/1200*100vw);
  -webkit-box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
  box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
}

section.member_area .flex_box .member_box .member_ph {
  width: calc(180/1200*100vw);
  margin: 0 auto 25px;
}

section.member_area .flex_box .member_box .txt_box {
  text-align: center;
  color: #073C47;
}

section.member_area .flex_box .member_box .txt_box .name {
  font-size: calc(20/1200*100vw);
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 5px;
}

section.member_area .flex_box .member_box .txt_box .en_name {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: calc(12/1200*100vw);
  margin: 0 0 15px;
  letter-spacing: 0;
}

section.member_area .flex_box .member_box .txt_box .member_txt {
  font-size: calc(13/1200*100vw);
  text-align: left;
  color: #818181;
  line-height: 2;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  section.member_area {
    padding: 80px 0 50px;
  }
  section.member_area .flex_box {
    width: calc(300/375*100vw);
    display: block;
  }
  section.member_area .flex_box .member_box {
    width: 100%;
    padding: calc(40/375*100vw) calc(40/375*100vw);
    -webkit-box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
    box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
    margin: 0 0 30px;
  }
  section.member_area .flex_box .member_box .member_ph {
    width: calc(140/375*100vw);
    margin: 0 auto 25px;
  }
  section.member_area .flex_box .member_box .txt_box .name {
    font-size: calc(18/375*100vw);
    line-height: 1.6;
    margin: 0 0 5px;
  }
  section.member_area .flex_box .member_box .txt_box .en_name {
    line-height: 1.8;
    font-size: calc(12/375*100vw);
    margin: 0 0 15px;
  }
  section.member_area .flex_box .member_box .txt_box .member_txt {
    font-size: calc(12/375*100vw);
  }
}

/* learning
--------------------------------------------------- */
section.learning_area {
  padding: calc(150/1200*100vw) 0;
  background-color: #F0F8F7;
}

section.learning_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0;
  position: relative;
}

section.learning_area .flex_box .screen_img {
  width: calc(580/1200*100vw);
  margin: 0 0 0 0;
}

section.learning_area .flex_box .txt_box {
  margin: 0 0 0 calc(80/1200*100vw);
}

section.learning_area .flex_box .txt_box .section_tit {
  text-align: left;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  section.learning_area {
    padding: 80px 0;
  }
  section.learning_area .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    position: relative;
  }
  section.learning_area .flex_box .screen_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 0;
    position: relative;
    left: 0;
    text-align: left;
  }
  section.learning_area .flex_box .screen_img img {
    width: 70%;
  }
  section.learning_area .flex_box .txt_box {
    margin: 0 0 30px 0;
  }
  section.learning_area .flex_box .txt_box .section_tit {
    text-align: center;
    margin: 0 0 20px;
  }
  section.learning_area .flex_box .txt_box .read_txt {
    text-align: center;
  }
}

/* cta_
--------------------------------------------------- */
.cta_area {
  padding: 100px 0;
  background: #3d989e;
  background: -webkit-gradient(linear, right top, left top, from(#00d1c7), to(#19bbc3));
  background: -webkit-linear-gradient(right, #00d1c7 0%, #19bbc3 100%);
  background: -o-linear-gradient(right, #00d1c7 0%, #19bbc3 100%);
  background: linear-gradient(270deg, #00d1c7 0%, #19bbc3 100%);
}

.cta_area .txt_box {
  text-align: center;
  color: #fff;
  margin: 0 0 35px;
}

.cta_area .txt_box .cta_tit {
  font-size: calc(36/1200*100vw);
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

.cta_area .txt_box .cta_tit:before, .cta_area .txt_box .cta_tit:after {
  display: block;
  content: "";
  position: absolute;
  width: calc(30/1200*100vw);
  height: calc(37/1200*100vw);
  background-size: cover;
  background-repeat: no-repeat;
}

.cta_area .txt_box .cta_tit:before {
  background-image: url(../img/fukidashi_left.svg);
  left: -50px;
  top: 0;
}

.cta_area .txt_box .cta_tit:after {
  background-image: url(../img/fukidashi_right.svg);
  right: -50px;
  top: 0;
}

.cta_area .txt_box .cta_read {
  font-size: calc(24/1200*100vw);
  font-weight: 500;
  line-height: 1.6;
}

.cta_area .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta_area .btn_box .btn_type_01 {
  font-size: calc(17/1200*100vw);
  padding: calc(20/1200*100vw) calc(80/1200*100vw);
}

.cta_area .btn_box .btn_type_01:after {
  width: calc(19/1200*100vw);
  height: calc(18/1200*100vw);
  top: calc(18/1200*100vw);
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .cta_area {
    padding: 40px 0;
  }
  .cta_area .txt_box {
    margin: 0 0 25px;
  }
  .cta_area .txt_box .cta_tit {
    font-size: calc(22/375*100vw);
    margin: 0 auto 10px;
  }
  .cta_area .txt_box .cta_tit:before, .cta_area .txt_box .cta_tit:after {
    width: calc(18/375*100vw);
    height: calc(25/375*100vw);
  }
  .cta_area .txt_box .cta_tit:before {
    left: -30px;
    top: 0;
  }
  .cta_area .txt_box .cta_tit:after {
    right: -30px;
    top: 0;
  }
  .cta_area .txt_box .cta_read {
    font-size: calc(12/375*100vw);
    font-weight: 500;
  }
  .cta_area .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta_area .btn_box .btn_type_01 {
    width: 70%;
    font-size: calc(15/375*100vw);
    padding: calc(18/375*100vw) calc(60/375*100vw);
    display: block;
  }
  .cta_area .btn_box .btn_type_01:after {
    width: calc(19/375*100vw);
    height: calc(18/375*100vw);
    top: calc(14/375*100vw);
    right: 20px;
  }
}

/* course
--------------------------------------------------- */
section.course_area {
  padding: 100px 0;
  background-color: #F0F8F7;
}

section.course_area .flex_box {
  width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

section.course_area .flex_box .box_base {
  width: 100%;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0 0 40px;
  background-color: #fff;
  letter-spacing: 0;
}

section.course_area .flex_box .box_base .box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 20px;
}

section.course_area .flex_box .box_base .box_head .tit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.course_area .flex_box .box_base .box_head .tit_block .icon {
  width: 70px;
  margin: 0 10px 0 0;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box {
  color: #073C47;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .box_tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .box_tit .min {
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px 0 0;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price {
  font-size: 24px;
  list-style-image: 1.4;
  font-weight: 600;
  color: #073C47;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .min {
  font-weight: 600;
  font-size: 14px;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .strong {
  font-weight: 600;
  color: #E00000;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .line {
  text-decoration: line-through;
  font-weight: 600;
}

section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .mid {
  font-weight: 600;
  font-size: 20px !important;
}

section.course_area .flex_box .box_base .box_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.course_area .flex_box .box_base .box_content .left {
  width: 55%;
}

section.course_area .flex_box .box_base .box_content .left .txt_box .read_txt {
  font-size: 14px;
  line-height: 1.8;
  color: #6C6C6C;
  margin: 0 0 15px;
}

section.course_area .flex_box .box_base .box_content .left .txt_box .chapter {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #073C47;
}

section.course_area .flex_box .box_base .box_content .right {
  width: 45%;
}

section.course_area .flex_box .box_base .box_content .right .course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.course_area .flex_box .box_base .box_content .right .course_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #073C47;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0;
}

section.course_area .flex_box .box_base .box_content .right .course_list li div {
  font-weight: 600;
}

section.course_area .flex_box .box_base .box_content .right .course_list li .min {
  font-size: 12px;
  font-weight: 600;
}

section.course_area .flex_box .box_base .box_content .right .course_list li .list_icon {
  width: 25px;
  margin: 0 5px 0 0;
}

section.course_area .flex_box .box_base .box_content .right .course_list .full_box {
  width: 100%;
}

section.course_area .flex_box .box_base .box_content .right .mov_box {
  width: 100%;
}

section.course_area .flex_box .box_base .capter_bpx {
  margin: 10px 0 0;
}

section.course_area .flex_box .box_base .capter_bpx .toggle_tit {
  font-size: 14px;
  font-weight: 500;
  color: #2797FF;
  cursor: pointer;
}

section.course_area .flex_box .box_base .capter_bpx .toggle_tit i {
  margin: 0 0 0 5px;
}

section.course_area .flex_box .box_base .capter_bpx .course_chapter {
  margin: 20px 0 0;
  border-top: 1px solid #F9F9F9;
  display: none;
}

section.course_area .flex_box .box_base .capter_bpx .course_chapter li {
  font-size: 13px;
  line-height: 1.8;
}

section.course_area .flex_box .box_base .capter_bpx .course_chapter .tt {
  font-weight: 500;
  color: #000;
  position: relative;
  padding: 10px 0;
  margin: 0 0 0 50px;
}

section.course_area .flex_box .box_base .capter_bpx .course_chapter .tt:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/pencil-solid.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: -25px;
  top: 15px;
}

section.course_area .flex_box .box_base .capter_bpx .course_chapter .tx {
  padding: 15px 0 15px calc(50/1200*100vw);
  background-color: #F9F9F9;
  color: #757575;
}

section.course_area .flex_box .box_base .btn_area {
  border-top: 1px solid #F9F9F9;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

section.course_area .flex_box .box_base .btn_area .read_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  position: relative;
}

section.course_area .flex_box .box_base .btn_area .read_box .btn_read {
  font-size: 15px;
  color: #e10d0a;
  font-weight: 600;
  line-height: 1.6;
}

section.course_area .flex_box .box_base .btn_area .read_box .btn_read:before, section.course_area .flex_box .box_base .btn_area .read_box .btn_read:after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #e10d0a;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

section.course_area .flex_box .box_base .btn_area .read_box .btn_read:before {
  left: -15px;
  top: 0px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

section.course_area .flex_box .box_base .btn_area .read_box .btn_read:after {
  right: -15px;
  top: 0px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

section.course_area .flex_box .box_base .btn_area .box_btn {
  width: 260px;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin: 10px auto 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  display: block;
}

section.course_area .flex_box .box_base .btn_area .box_btn i {
  position: absolute;
  font-size: 18px;
  top: 17px;
  right: 25px;
  font-weight: 400;
}

section.course_area .flex_box .box_base.color_01 {
  border: 3px solid #F8BB21;
}

section.course_area .flex_box .box_base.color_01 .btn_area .box_btn {
  background-color: #F8BB21;
}

section.course_area .flex_box .box_base.color_02 {
  border: 3px solid #F1662A;
}

section.course_area .flex_box .box_base.color_02 .btn_area .box_btn {
  background-color: #F1662A;
}

section.course_area .flex_box .box_base.color_03 {
  border: 3px solid #D6BE00;
}

section.course_area .flex_box .box_base.color_03 .btn_area .box_btn {
  background-color: #D6BE00;
}

section.course_area .flex_box .box_base.color_04 {
  border: 3px solid #EC1622;
}

section.course_area .flex_box .box_base.color_04 .btn_area .box_btn {
  background-color: #EC1622;
}

section.course_area .flex_box .box_base.color_05 {
  border: 3px solid #BD4148;
}

section.course_area .flex_box .box_base.color_05 .btn_area .box_btn {
  background-color: #BD4148;
}

section.course_area .flex_box .box_base.harf_box {
  width: 48%;
}

section.course_area .flex_box .box_base.harf_box .box_content .left {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section.course_area {
    padding: 80px 0 30px;
  }
  section.course_area .section_tit {
    margin: 0 0 30px;
  }
  section.course_area .section_tit .jp_tit {
    margin: 0 0 calc(20/375*100vw);
  }
  section.course_area .flex_box {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  section.course_area .flex_box .box_base {
    width: 100%;
    border-radius: 10px;
    padding: 5%;
    margin: 0 0 30px;
    background-color: #fff;
    letter-spacing: 0;
  }
  section.course_area .flex_box .box_base .box_head {
    display: block;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  section.course_area .flex_box .box_base .box_head .tit_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .icon {
    width: 60px;
    margin: 0 5px 0 0;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .tit_box .box_tit {
    font-size: 18px;
    margin: 0 0 5px;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .tit_box .box_tit .min {
    font-size: 12px;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price {
    font-size: 20px;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .min {
    font-size: 12px;
  }
  section.course_area .flex_box .box_base .box_head .tit_block .tit_box .price .mid {
    font-weight: 600;
    font-size: 16px !important;
  }
  section.course_area .flex_box .box_base .box_head .box_btn {
    width: 70%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
  }
  section.course_area .flex_box .box_base .box_head .box_btn i {
    position: absolute;
    font-size: 14px;
    top: 13px;
    right: 25px;
    font-weight: 400;
  }
  section.course_area .flex_box .box_base .box_content {
    display: block;
  }
  section.course_area .flex_box .box_base .box_content .left {
    width: 100%;
    margin: 0 0 20px;
  }
  section.course_area .flex_box .box_base .box_content .left .txt_box .read_txt {
    font-size: 13px;
    margin: 0 0 15px;
  }
  section.course_area .flex_box .box_base .box_content .left .txt_box .read_txt br {
    display: none;
  }
  section.course_area .flex_box .box_base .box_content .left .txt_box .chapter {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.8;
    color: #073C47;
  }
  section.course_area .flex_box .box_base .box_content .right {
    width: 100%;
  }
  section.course_area .flex_box .box_base .box_content .right .course_list {
    display: block;
  }
  section.course_area .flex_box .box_base .box_content .right .course_list li {
    width: 100%;
    font-size: 13px;
    color: #073C47;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
  section.course_area .flex_box .box_base .box_content .right .course_list li .list_icon {
    width: 20px;
  }
  section.course_area .flex_box .box_base .box_content .right .course_list li .min {
    font-size: 11px;
    font-weight: 600;
  }
  section.course_area .flex_box .box_base .box_content .right .mov_box {
    width: 100%;
  }
  section.course_area .flex_box .box_base .capter_bpx {
    margin: 10px 0 0;
  }
  section.course_area .flex_box .box_base .capter_bpx .toggle_tit {
    font-size: 14px;
    font-weight: 500;
    color: #2797FF;
    cursor: pointer;
  }
  section.course_area .flex_box .box_base .capter_bpx .toggle_tit i {
    margin: 0 0 0 5px;
  }
  section.course_area .flex_box .box_base .capter_bpx .course_chapter {
    margin: 20px 0 0;
    border-top: 1px solid #F9F9F9;
    display: none;
  }
  section.course_area .flex_box .box_base .capter_bpx .course_chapter li {
    font-size: 13px;
    line-height: 1.8;
  }
  section.course_area .flex_box .box_base .capter_bpx .course_chapter .tt {
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 10px 0;
    margin: 0 0 0 50px;
  }
  section.course_area .flex_box .box_base .capter_bpx .course_chapter .tt:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/pencil-solid.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: -25px;
    top: 15px;
  }
  section.course_area .flex_box .box_base .capter_bpx .course_chapter .tx {
    padding: 15px 0 15px calc(50/1200*100vw);
    background-color: #F9F9F9;
    color: #757575;
  }
  section.course_area .flex_box .box_base .btn_area {
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
  section.course_area .flex_box .box_base .btn_area .read_box .btn_read {
    font-size: 13px;
  }
  section.course_area .flex_box .box_base .btn_area .read_box .btn_read:before, section.course_area .flex_box .box_base .btn_area .read_box .btn_read:after {
    width: 2px;
  }
  section.course_area .flex_box .box_base .btn_area .box_btn {
    width: 90%;
    margin: 10px auto 0;
  }
  section.course_area .flex_box .box_base.harf_box {
    width: 100%;
  }
  section.course_area .flex_box .box_base.harf_box .box_content .left {
    width: 100%;
  }
}

/* kakin page
--------------------------------------------------- */
.course_area.page {
  background-color: #fff;
}

.course_list_contanier {
  width: 1130px;
  margin: 0 auto;
  padding: 30px;
  background-color: #F6F6F6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0;
  margin: 100px auto 0;
}

.course_list_contanier .left_contanier {
  width: 330px;
  position: relative;
}

.course_list_contanier .left_contanier .left_list {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
}

.course_list_contanier .left_contanier .left_list li {
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 15px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.course_list_contanier .left_contanier .left_list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.course_list_contanier .left_contanier .left_list li:last-child {
  border-bottom: none;
  margin: 0 0;
}

.course_list_contanier .left_contanier .left_list li .tit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course_list_contanier .left_contanier .left_list li .tit_block .icon {
  width: 60px;
  margin: 0 5px 0 0;
}

.course_list_contanier .left_contanier .left_list li .tit_block .tit_box {
  color: #073C47;
}

.course_list_contanier .left_contanier .left_list li .tit_block .tit_box .box_tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0;
}

.course_list_contanier .left_contanier .left_list li .tit_block .tit_box .box_tit .min {
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px 0 0;
}

.course_list_contanier .left_contanier .left_list li .tit_block .tit_box .price {
  font-size: 18px;
  list-style-image: 1.4;
  font-weight: 600;
}

.course_list_contanier .left_contanier .left_list li .tit_block .tit_box .price .min {
  font-weight: 600;
  font-size: 12px;
}

.course_list_contanier .right_contanier {
  width: 700px;
}

.course_list_contanier .right_contanier .box_base {
  width: 100%;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0 0 40px;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.course_list_contanier .right_contanier .box_base .box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 20px;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block .icon {
  width: 50px;
  margin: 0 10px 0 0;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box {
  color: #073C47;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .no1 {
  width: 130px;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .box_tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0;
}

.course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .box_tit .min {
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px 0 0;
}

.course_list_contanier .right_contanier .box_base .box_head .price {
  font-size: 26px;
  list-style-image: 1.2;
  font-weight: 600;
  color: #073C47;
}

.course_list_contanier .right_contanier .box_base .box_head .price .min {
  font-weight: 600;
  font-size: 14px;
}

.course_list_contanier .right_contanier .box_base .box_head .sale_box {
  text-align: right;
}

.course_list_contanier .right_contanier .box_base .box_head .sale_txt {
  font-size: 12px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #F8BB21;
  padding: 5px 15px;
  margin: 5px 0 0;
}

.course_list_contanier .right_contanier .box_base .box_head .sale_txt .red {
  font-weight: 600;
  color: #E00000;
}

.course_list_contanier .right_contanier .box_base .box_head .min {
  font-weight: 600;
  font-size: 14px;
}

.course_list_contanier .right_contanier .box_base .box_head .strong {
  font-weight: 600;
  color: #E00000;
}

.course_list_contanier .right_contanier .box_base .box_head .line {
  font-size: 18px;
  text-decoration: line-through;
  font-weight: 600;
}

.course_list_contanier .right_contanier .box_base .box_head .mid {
  font-weight: 600;
  font-size: 16px !important;
}

.course_list_contanier .right_contanier .box_base .box_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 20px;
}

.course_list_contanier .right_contanier .box_base .box_content .full_area {
  width: 100%;
}

.course_list_contanier .right_contanier .box_base .box_content .left {
  width: 45%;
}

.course_list_contanier .right_contanier .box_base .box_content .left .txt_box .read_txt {
  font-size: 14px;
  line-height: 1.8;
  color: #6C6C6C;
  margin: 0 0 15px;
}

.course_list_contanier .right_contanier .box_base .box_content .left .txt_box .chapter {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #073C47;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #073C47;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list li div {
  font-weight: 600;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list li .min {
  font-size: 12px;
  font-weight: 600;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list li .list_icon {
  width: 25px;
  margin: 0 5px 0 0;
}

.course_list_contanier .right_contanier .box_base .box_content .course_list .full_box {
  width: 100%;
}

.course_list_contanier .right_contanier .box_base .box_content .mov_box {
  width: 320px;
}

.course_list_contanier .right_contanier .box_base .box_min {
  margin: 0 0 20px;
}

.course_list_contanier .right_contanier .box_base .box_min .min_tit {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 10px;
}

.course_list_contanier .right_contanier .box_base .box_min .min_txt {
  background-color: #F8F8F8;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 12px;
}

.course_list_contanier .right_contanier .box_base .box_btn {
  width: 230px;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.course_list_contanier .right_contanier .box_base .box_btn i {
  position: absolute;
  font-size: 18px;
  top: 19px;
  right: 25px;
  font-weight: 400;
}

.course_list_contanier .right_contanier .box_base .toggle_tit {
  font-size: 14px;
  font-weight: 500;
  color: #073C47;
  display: none;
  font-weight: 600;
}

.course_list_contanier .right_contanier .box_base .capter_bpx {
  width: 100%;
  margin: 0 0 0;
}

.course_list_contanier .right_contanier .box_base .capter_bpx .chapter_tit {
  font-size: 14px;
  font-weight: 500;
  color: #073C47;
  position: relative;
  padding: 0 0 0 35px;
}

.course_list_contanier .right_contanier .box_base .capter_bpx .chapter_tit:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/pencil-solid_dk.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 10px;
  top: 3px;
}

.course_list_contanier .right_contanier .box_base .capter_bpx .chapter_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course_list_contanier .right_contanier .box_base .capter_bpx .course_chapter {
  width: 100%;
  margin: 10px 0 0;
  border-top: 1px solid #F9F9F9;
  display: block;
}

.course_list_contanier .right_contanier .box_base .capter_bpx .course_chapter li {
  font-size: 13px;
  line-height: 1.8;
  border-top: 1px solid #F9F9F9;
  padding: 3px 0 3px 10px;
  color: #585858;
}

.course_list_contanier .right_contanier .box_base.color_01 {
  border: 3px solid #F8BB21;
}

.course_list_contanier .right_contanier .box_base.color_01 .box_btn {
  background-color: #F8BB21;
}

.course_list_contanier .right_contanier .box_base.color_02 {
  border: 3px solid #F1662A;
}

.course_list_contanier .right_contanier .box_base.color_02 .box_btn {
  background-color: #F1662A;
}

.course_list_contanier .right_contanier .box_base.color_03 {
  border: 3px solid #D6BE00;
}

.course_list_contanier .right_contanier .box_base.color_03 .box_btn {
  background-color: #D6BE00;
}

.course_list_contanier .right_contanier .box_base.color_04 {
  border: 3px solid #EC1622;
}

.course_list_contanier .right_contanier .box_base.color_04 .box_btn {
  background-color: #EC1622;
}

.course_list_contanier .right_contanier .box_base.color_05 {
  border: 3px solid #BD4148;
}

.course_list_contanier .right_contanier .box_base.color_05 .box_btn {
  background-color: #BD4148;
}

@media only screen and (max-width: 767px) {
  .course_area.page {
    padding: 50px 0 0;
  }
  .course_list_contanier {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    border-radius: 0;
    display: block;
    margin: 50px auto 0;
  }
  .course_list_contanier .left_contanier {
    display: none;
  }
  .course_list_contanier .right_contanier {
    width: 95%;
    margin: 0 auto;
  }
  .course_list_contanier .right_contanier .box_base {
    width: 100%;
    border-radius: 10px;
    padding: 5%;
    margin: 0 0 30px;
  }
  .course_list_contanier .right_contanier .box_base .box_head {
    display: block;
    padding: 0 0 15px;
    margin: 0 0 10px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .tit_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .tit_block .icon {
    width: 40px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .no1 {
    width: 100px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .box_tit {
    font-size: 20px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .tit_block .tit_box .box_tit .min {
    font-size: 12px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .price {
    font-size: 20px;
    line-height: 1.3;
  }
  .course_list_contanier .right_contanier .box_base .box_head .price .min {
    font-size: 12px;
  }
  .course_list_contanier .right_contanier .box_base .box_head .price .line {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
  }
  .course_list_contanier .right_contanier .box_base .box_head .price .mid {
    font-weight: 600;
    font-size: 16px !important;
  }
  .course_list_contanier .right_contanier .box_base .box_head .sale_box {
    text-align: left;
  }
  .course_list_contanier .right_contanier .box_base .box_head .sale_txt {
    font-size: 12px;
    margin: 10px 0 0;
    display: block;
  }
  .course_list_contanier .right_contanier .box_base .box_content {
    width: 100%;
    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;
    -webkit-box-pack: block;
    -ms-flex-pack: block;
    justify-content: block;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .course_list_contanier .right_contanier .box_base .box_content .full_area {
    width: 100%;
  }
  .course_list_contanier .right_contanier .box_base .box_content .course_list {
    display: block;
  }
  .course_list_contanier .right_contanier .box_base .box_content .course_list li {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
  .course_list_contanier .right_contanier .box_base .box_content .course_list li .list_icon {
    width: 20px;
  }
  .course_list_contanier .right_contanier .box_base .box_content .mov_box {
    width: 90%;
    margin: 20px auto 20px;
  }
  .course_list_contanier .right_contanier .box_base .box_min {
    margin: 0 0 20px;
  }
  .course_list_contanier .right_contanier .box_base .box_min .min_tit {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .course_list_contanier .right_contanier .box_base .box_min .min_txt {
    background-color: #F8F8F8;
    padding: 10px 5px;
    border-radius: 3px;
    font-size: 12px;
  }
  .course_list_contanier .right_contanier .box_base .box_btn {
    width: 70%;
    padding: 10px 0;
    font-size: 16px;
  }
  .course_list_contanier .right_contanier .box_base .box_btn i {
    font-size: 16px;
    top: 15px;
    right: 25px;
  }
  .course_list_contanier .right_contanier .box_base .toggle_tit {
    display: block;
    font-size: 12px;
  }
  .course_list_contanier .right_contanier .box_base .capter_bpx {
    width: 100%;
    margin: 20px 0 0;
    display: none;
  }
  .course_list_contanier .right_contanier .box_base .capter_bpx .chapter_tit {
    font-size: 12px;
    padding: 0 0 0 35px;
    margin: 0 0 5px;
  }
  .course_list_contanier .right_contanier .box_base .capter_bpx .chapter_tit:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/pencil-solid_dk.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 10px;
    top: 3px;
  }
  .course_list_contanier .right_contanier .box_base .capter_bpx .course_chapter {
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px solid #F9F9F9;
    display: block;
  }
  .course_list_contanier .right_contanier .box_base .capter_bpx .course_chapter li {
    font-size: 12px;
    line-height: 1.8;
    border-top: 1px solid #F9F9F9;
    padding: 3px 0 3px 10px;
    color: #585858;
  }
  .course_list_contanier .right_contanier .box_base.color_01 {
    border: 3px solid #F8BB21;
  }
  .course_list_contanier .right_contanier .box_base.color_01 .box_btn {
    background-color: #F8BB21;
  }
  .course_list_contanier .right_contanier .box_base.color_02 {
    border: 3px solid #F1662A;
  }
  .course_list_contanier .right_contanier .box_base.color_02 .box_btn {
    background-color: #F1662A;
  }
  .course_list_contanier .right_contanier .box_base.color_03 {
    border: 3px solid #D6BE00;
  }
  .course_list_contanier .right_contanier .box_base.color_03 .box_btn {
    background-color: #D6BE00;
  }
  .course_list_contanier .right_contanier .box_base.color_04 {
    border: 3px solid #EC1622;
  }
  .course_list_contanier .right_contanier .box_base.color_04 .box_btn {
    background-color: #EC1622;
  }
  .course_list_contanier .right_contanier .box_base.color_05 {
    border: 3px solid #BD4148;
  }
  .course_list_contanier .right_contanier .box_base.color_05 .box_btn {
    background-color: #BD4148;
  }
}

/* movie
--------------------------------------------------- */
section.movie_area {
  padding: 150px 0;
}

section.movie_area .flex_box {
  width: calc(1000/1200*100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

section.movie_area .flex_box .movie_box {
  width: calc(500/1200*100vw);
  margin: 0 0 0 0;
}

section.movie_area .flex_box .movie_box .movie_tit {
  width: calc(450/1200*100vw);
  margin: 0 auto 15px;
}

section.movie_area .flex_box .movie_box .movie_txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  margin: 10px 0 0 0;
  color: #303030;
}

section.movie_area .flex_box .txt_box {
  margin: 0 0 0 calc(80/1200*100vw);
}

section.movie_area .flex_box .txt_box .section_tit {
  text-align: left;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  section.movie_area {
    padding: 80px 0;
  }
  section.movie_area .flex_box {
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.movie_area .flex_box .movie_box {
    width: 100%;
  }
  section.movie_area .flex_box .movie_box .movie_tit {
    width: 90%;
    margin: 0 auto 10px;
  }
  section.movie_area .flex_box .movie_box .movie_txt {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  section.movie_area .flex_box .txt_box {
    margin: 0 0 30px;
  }
  section.movie_area .flex_box .txt_box .section_tit {
    text-align: center;
    margin: 0 0 20px;
  }
  section.movie_area .flex_box .txt_box .read_txt {
    text-align: center;
  }
}

/* price
--------------------------------------------------- */
section.price_area {
  padding: 150px 0;
  background-color: #F0F8F7;
}

section.price_area .price_box {
  width: calc(800/1200*100vw);
  padding: calc(50/1200*100vw) 0 50px;
  -webkit-box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
  box-shadow: 0 10px 25px rgba(22, 137, 96, 0.2);
  margin: 0 auto;
  background-color: #fff;
}

section.price_area .price_box .price_tit {
  width: calc(560/1200*100vw);
  margin: 0 auto 20px;
}

section.price_area .price_box .price_table {
  width: calc(700/1200*100vw);
  margin: 0 auto 40px;
}

section.price_area .price_box table, section.price_area .price_box td, section.price_area .price_box th {
  border: 2px solid #073C47;
  border-collapse: collapse;
  text-align: center;
  font-size: calc(16/1200*100vw);
  color: #073C47;
  padding: 15px 0;
}

section.price_area .price_box td, section.price_area .price_box th {
  font-weight: 400;
}

section.price_area .price_box th {
  background: #f0e6cc;
}

section.price_area .price_box .table_tit {
  font-size: calc(18/1200*100vw);
  font-weight: 600;
}

section.price_area .price_box .label {
  width: 40%;
  background-color: #F0F8F7;
  font-weight: 600;
}

section.price_area .price_box .btn_box {
  text-align: center;
}

section.price_area .price_box .btn_box .btn_type_01 {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  section.price_area {
    padding: 80px 0;
  }
  section.price_area .price_box {
    width: 90%;
    padding: 30px 0 30px;
  }
  section.price_area .price_box .price_tit {
    width: 90%;
    margin: 0 auto 15px;
  }
  section.price_area .price_box .price_table {
    width: 85%;
    margin: 0 auto 25px;
  }
  section.price_area .price_box table, section.price_area .price_box td, section.price_area .price_box th {
    border: 1px solid #073C47;
    font-size: 13px;
    padding: 10px;
  }
  section.price_area .price_box tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.price_area .price_box .table_tit {
    font-size: 15px;
  }
  section.price_area .price_box .label {
    width: 100%;
  }
}

/* faq
--------------------------------------------------- */
section.faq_area {
  width: 100%;
  height: auto;
  padding: 150px 0;
  margin: 0 0 0 0;
  background-color: #fff;
}

section.faq_area .faq_list {
  width: calc(700/1200*100vw);
  margin: 0 auto;
  border-top: 1px solid #EBEBEB;
}

section.faq_area .faq_list li {
  padding: 35px 0;
  border-bottom: 1px solid #EBEBEB;
}

section.faq_area .faq_list li .question, section.faq_area .faq_list li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.faq_area .faq_list li .question span, section.faq_area .faq_list li .answer span {
  font-family: 'Roboto', sans-serif;
  font-size: calc(36/1200*100vw);
  font-weight: 600;
  margin: -7px 20px 0 0;
}

section.faq_area .faq_list li .question {
  margin: 0 0 15px;
}

section.faq_area .faq_list li .question .txt {
  font-size: calc(18/1200*100vw);
  font-weight: 500;
  color: #3E9A93;
}

section.faq_area .faq_list li .green {
  color: #3E9A93;
}

section.faq_area .faq_list li .answer {
  color: #F99635;
}

section.faq_area .faq_list li .answer .txt {
  font-size: calc(14/1200*100vw);
  color: #303030;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  section.faq_area {
    padding: 50px 0;
    margin: 0 0 0 0;
  }
  section.faq_area .faq_list {
    width: 90%;
  }
  section.faq_area .faq_list li {
    padding: 20px 0;
  }
  section.faq_area .faq_list li .question span, section.faq_area .faq_list li .answer span {
    font-size: calc(16/375*100vw);
    margin: 0px 10px 0 0;
  }
  section.faq_area .faq_list li .question {
    margin: 0 0 15px;
  }
  section.faq_area .faq_list li .question .txt {
    font-size: calc(14/375*100vw);
  }
  section.faq_area .faq_list li .answer .txt {
    font-size: calc(12/375*100vw);
  }
}

/* FOOTER
--------------------------------------------------- */
.footer {
  padding: 50px 0;
}

.footer .foot_logo {
  width: 240px;
  margin: 0 auto 30px;
}

.footer .foot_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .foot_link a {
  margin: 0 15px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
  .footer .foot_logo {
    width: 40%;
    margin: 0 auto 20px;
  }
  .footer .foot_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .foot_link a {
    margin: 0 15px 10px;
    font-size: 10px;
  }
}

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s !important;
  -o-transition: .8s !important;
  transition: .8s !important;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
