

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }
body {
  line-height: 1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block; }
nav ul {
  list-style: none; }
ol {
  list-style: decimal; }
ul {
  list-style: disc; }
ul ul {
  list-style: circle; }
li {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
ins {
  text-decoration: underline; }
del {
  text-decoration: line-through; }
mark {
  background: none; }
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
/*input[type="submit"], input[type="button"], button {
  padding: 0 !important;
  margin: 0 !important; }*/
input, select, a img {
  vertical-align: middle; }
* {
  box-sizing: border-box; }
nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
p {
  margin: 0 0 1em; }
.clearfix {
  /*content: " ";*/
  /*display: block;*/
  clear: both;
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .4; }
.img-circle {
  border-radius: 50%; }
.img-responsive {
  display: block;
  width: 100%;
  height: auto; }
body {
  line-height: 1.7;
  color: #333;
  background: #fff;
  height: 100%;
}
html {
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent; }
a {
    text-decoration: none;
    color: #00a0e9; }
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, YuGothic, '游ゴシック', 'ＭＳ Ｐゴシック', sans-serif;
}
.br-sp { display:none; }
.br-lg { display:block; }
@media (min-width: 979px){
  .br-sp{
    display: block; }
  .br-lg{
    display: none; } }
.guide{
  display: none;
}
.guide:hover{
  cursor: pointer; }
@media (min-width: 767px){
  .guide{
    display: block;
    float: left;
    margin-left: 6rem;
    line-height: 40px; } }
@media (min-width: 979px){
  .guide{
    line-height: 75px;
    margin-left: 6rem; } }
.header {
  font-size: 1.2rem;
}
@media (min-width: 767px){
  .header{
    font-size: 1.8rem; } }
.header__guide{
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  color: #00a2ea; }
.header__guide i{
  color: #515A59; }
@media (min-width: 979px){
  .header__guide{
    padding: 1rem 1.2rem 1rem 1.2rem;
    font-size: 1.2rem; } }
.header__banner{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #00a2ea;
  text-align: center;
  color: #fff; }
.header__banner::after{
  content: "";
  clear: both;
  display: table; }
@media (min-width: 979px){
  .header__banner{
    height: 80px;
    line-height: 80px; } }
@media (min-width: 1279px){
  .header__banner{
    width: 100%;
    padding-left: 280px; } }
.header__banner-left{
  float: left;
  margin-left: 3.5rem; }
@media (min-width: 979px){
  .header__banner-left{
    margin-left: 5rem;
    height: 80px; } }
.header__banner-right{
  float: right;
  position: relative;
  height: 50px;
  right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: url(../img/bg_mesh.png) 0 0 repeat; }
@media (min-width: 979px){
  .header__banner-right{
    padding: 0 2rem;
    height: 80px; }
  .header__banner-right i{
    margin-left: 8px; } }
.header__banner-right span{
  display: none; }
@media (min-width: 767px){
  .header__banner-right span{
    display: inline-block; } }
.header__profile{
  width: 150px;
  position: absolute;
  top: 30px;
  right:2rem;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem;
  color: #00a2ea;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  border-radius: 3px; }
@media (min-width: 979px){
  .header__profile{
    width: 200px;
    top: 60px;
    right: 2rem;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
    color: #00a2ea;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    border-radius: 3px; } }
#top_menu{
  display: none;
}
#guideWindow {
  position: absolute;
  display: block;
  // display: none;
  width: 98%;
  max-width: 600px;
  top: 100px;
  background-color: #fff;
  padding: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 100;
}
#guideWindow h2{
  color: #00A0E9;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#guideWindow p{
  line-height: 1.8;
  margin: 0 0 1em
}
#guideClose {
  position: absolute;
  font-size: 20px;
  top: 20px;
  right: 30px;
}
#guideClose:hover{
  cursor: pointer;
}
.guideStep {
  padding-left: 50px;
  text-indent: -50px;
}
.overlay {
  z-index:80;
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,.4);
}
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, YuGothic, 游ゴシック, "ＭＳ Ｐゴシック", sans-serif;
  background: #e7edef;
}
.container{
  margin: 0 auto;
  width: 98%;
}
@media (min-width: 1279px){
  .container{
    padding-left: 250px; }
  .container.movies{
    padding-left: 0; } }
.overlay {
  z-index:1;
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,.4);
}
.current {
  font-weight: bold;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin {
  width: 100%;
}
@media (min-width: 979px){
  .admin{
    padding-left: 300px; } }
.drawer{
  display: none;
}
/*.main{
  width: 100%;
}*/
#check-id{
  display: inline-block;
  color: red;
  padding-left: 1rem;
}
.footer {
    margin-top: 60px;
    padding: 2em 0;
    text-align: center;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
#div_not_found{
  display: block;
  width: 95%;
  max-width: 600px;
  margin: 50px auto;
  font-size: 1.1rem;
}
#div_not_found p{
  margin-bottom: 0.7rem; }
.rules{
  width: 98%;
  margin: 50px auto;
  max-width: 820px;
  background-color: #fff;
  padding: 1rem 0.7rem;
}
@media (min-width: 979px){
  .rules{
    padding: 0.5rem 3rem 2rem 3rem; } }
.rules h2{
  color: #00a2ea;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold; }
.rules h2:after{
  content: "";
  width: 100px;
  height: 1px;
  margin: 0.5rem 0 1.2rem 0;
  background: #00a9f0;
  display: block; }
.rules ol li{
  margin: 0.5rem 0 0 1.5rem;
  list-style: decimal; }
.rules-copyright{
  text-align: center;
  font-size: 0.85rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }
@media (min-width: 979px){
  .rules h2{
    margin-top: 2rem;
    font-size: 1.5rem; } }
.btn{
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  font-size: 20px;
  border: none;

}
.btn__play{
  font-size: 1rem;
  line-height: 40px;
  height: 40px;
  width: 80%;
  margin: 30px auto; }
.btn__answer{
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  height: 40px;
  width: 80%;
  margin: 30px auto;
  border-radius: 3px; }
.btn__answer a{
  color: #fff;
  font-weight: bold; }
.btn__ex-challenge{
  margin: 40px auto;
  height: 60px;
  line-height: 60px;
  width: 300px; }
.btn__small{
  width: 80%;
  max-width: 160px;
  margin: 0 auto;
  font-size: 1rem; }
@media (min-width: 767px){
  .btn__play{
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    line-height: 70px;
    height: 70px; }
  .btn__answer{
    margin-top: 30px;
    font-size: 18px;
    width: 150px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    color: #fff; }
  .btn__answer-blue{
    background-color: #00a2ea; }
  .btn__answer-blue:hover{
    cursor: default; }
  .btn__answer-pink{
    background-color: #FE2AA2; }
  .btn__answer-pink:hover{
    cursor: default; } }
.btn__gray{
  color: #fff;
  background-color: #515A59; }
.btn__gray:hover{
  background-color: #00ADEF;
  transition: 0.5s ease-in-out; }
.btn__gray-mc:hover{
  background-color: #367A3D; }
.btn__blue{
  color: #fff;
  background-color: #00a2ea; }
.btn__blue:hover{
  background-color: #515A59;
  transition: 0.5s ease-in-out; }
.btn__youtube{
  color: #fff;
  background-color: #FC0D1C; }
.btn__youtube:hover{
  background-color: #515A59;
  transition: 0.5s ease-in-out; }
.btn__green{
  color: #fff;
  background-color: #367A3D; }
.btn__green:hover{
  background-color: #515A59;
  transition: 0.5s ease-in-out; }
.btn__pink{
  background-color: #FE2AA2;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6); }
.btn__pink:hover{
  background-color: #515A59;
  transition: 0.5s ease-in-out; }
.btn_mt{
  margin-top: 10px; }
.btn__login {
  margin-top: 50px;
  width: 100%;
  line-height: 60px;
  height: 60px; }
.btn__register{
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  line-height: 50px;
  height: 50px; }
.btn__import{
  margin-left: auto;
  margin-top: 20px;
  font-size: 0.9rem;
  width: 100px;
  line-height: 25px;
  height: 30px; }
.lecture__button {
  display: none;
  letter-spacing: -0.5px;
}
.lecture__button-dl{
  display: none; }
@media (min-width: 979px){
  .lecture__button-dl{
    font-size: 28px;
    line-height: 100px;
    position: relative;
    display: block;
    height: 100px;
    text-align: center;
    background-color: #e4007f;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
  .lecture__button-dl-sm{
    margin-top: 80px;
    font-size: 22px;
    padding-right: 40px; }  
  .lecture__button-dl span{
    color: #fff; }
  .lecture__button-dl:after{
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 98px;
    content: "";
    color: #e4007f;
    border: 1px solid #e4007f;
    background-color: #f6f6f6; }
  .lecture__button-dl:hover{
    opacity: 0.8;
    transition: 0.5s ease-in-out; } }
@media (min-width: 979px){
  .lecture__button{
    display: block;
    position: relative;
    margin-left: 40px;
    width: 240px;
    height: 500px;
    /*border: 2px solid rgba(0,0,0,0.2);*/
    border: 2px solid #367A3D;
    padding: 2px; }
  .lecture__button-win{
    height: auto; }
  .lecture__button-mac{
    height: 400px; }

  .lecture__button-tab{
    position: absolute;
    width: 51%;
    height: 25px;
    line-height: 27px;
    text-align: center;
    top: -27px;
    border-radius: 10px 10px 0 0;
    cursor: pointer; }
  .lecture__button-tab a{
    color: #367A3D; }
  .lecture__button-tab-current{
    background-color: #367A3D;
    cursor: default; }
  .lecture__button-tab-current a{
    color: #fff; }
  .lecture__button-tab-win{
    left: -2px; }
  .lecture__button-tab-apple{
    right: -2px; }
  .lecture__button-li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transition: all 0.3s;
    cursor: pointer;
    color: #367A3D;
    line-height: 1.5; }
  .lecture__button-li:hover{
    transition: all 0.3s;
    background-color: #f5f5f5; }
  .lecture__button-li-link{
    width: 100%;
    color: #367A3D;
    padding: 0.5rem 0.6rem;
    text-decoration: underline; }
  .lecture__button-li-link-icon{
    position: relative;
    top: -2px;
    display: inline-block;
    background-color: #367A3D;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    border-radius: 10px;
    padding: 0 0.5rem;
    margin-right: 5px; }
  .lecture__button-li-last{
    border-bottom: none; }
  .lecture__button-li-icon{
    width: 15%;
    font-size: 18px;
    text-align: center; }
  .lecture__button-li-text{
    width: 85%; } }
.user_progress_btn{
  position: absolute;
  /*padding: 10px;*/
  background-color: #FE2AA2;
  border: none;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
  /*box-shadow: 0 2px #FFbba1;*/
  color: #fff;
  font-size: 12px;
  height: 20px;
  width: 55px;
  border-radius: 5px;
  right: 10px;
  cursor: pointer;
}
.user_progress_btn.finished {
  box-shadow: none;
  background-color: #367A3D;
  opacity: 0.5; }
#set_up_chap1{
  top: 10px;
}
#set_up_chap2{
  top: 135px;
}
#set_up_chap3{
  top: 260px;
}
#set_up_chap4{
  top: 380px;
}
.projectBtn{
  display: block;
  text-align: center;
  width: 200px;
  font-size: 16px;
  // min-width: 320px;
  padding: 1rem;
  background-color: #e4007f;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  margin-top: 30px;
}
.projectBtn span {
  display: none; }
@media (min-width: 767px){
  .projectBtn{
    padding: 0;
    width: 50%;
    font-size: 20px;
    line-height: 70px;
    height: 70px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
    margin-top: 50px; } }
@media (min-width: 979px){
  .projectBtn span{
    display: inline-block; } }
.projectBtn:hover{
  opacity: .8;
}
.register{
  text-align: center;



}
.register__alert{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px; }
.register__alert-success{
  color: green; }
.register__alert-danger{
  color: red; }
.register__logo{
  margin-bottom: 50px; }
.register__form{
  background-color: blue;
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.5rem 2rem 4rem 2rem;
  text-align: left;
  margin-top: 50px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
  transition: 0.5s ease-in-out; }
.register__form:hover{
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: 0.5s ease-in-out; }
.register__form-group{
  width: 100%;
  margin-bottom: 0.7rem;
  line-height: 1.4; }
.register__form select,
    .register__form input{
  width: 100%;
  height: 2.5rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  margin-top: 5px;
  background-color: #fff; }
.register__form select::-webkit-input-placeholder, .register__form input::-webkit-input-placeholder {
  color: #dedede; }
.register__form select:-ms-input-placeholder, .register__form input:-ms-input-placeholder {
  color: #dedede; }
.register__form select::placeholder, .register__form input::placeholder {
  color: #dedede; }
.register__form select:-webkit-autofill, .register__form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }
.main-nav{
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 250px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  overflow-y: scroll;
}
.main-nav img{
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem; }
.main-nav hr{
  margin-top: 20px;
  margin-bottom: 20px; }
.main-nav h3{
  margin: 1rem 1rem 0.5rem 1rem;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
.main-nav h4{
  margin-top: 1rem;
  margin-bottom: 5px;
  padding: 0.35rem 1rem;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
.main-nav h4 a{
  color: #04C; }
.main-nav h4:hover{
  background-color: #eaf0f2; }
.main-nav h4.my-work{
  border-bottom: none; }
.main-nav h4.my-work a{
  color: #04C; }
.main-nav h4.my-work:hover{
  background-color: #eaf0f2; }
.main-nav li{
  padding: 0.15rem 1rem; }
.main-nav li:hover{
  cursor: pointer;
  background-color: #eaf0f2; }
.main-nav a {
  display: block;
  color: #00a2ea;
  font-size: 1rem;
  letter-spacing: -1px; }
.main-nav a span {
  letter-spacing: 0;
  font-family: 'Noto Sans', 'Helvetica', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif; }
/*padding-left: 1rem;*/
.main-nav a i {
  color: #333;
  margin-right: 6px; }
@media (min-width: 1279px){
  .main-nav{
    display: block!important; } }
.lesson_nav_news a{
  color: #FE2AA2;
}
.burger_menu{
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 20px;
  font-size: 1.4rem;
}
@media (min-width: 979px){
  .burger_menu{
    top: 17px;
    left: 20px;
    font-size: 2rem; } }
@media (min-width: 1279px){
  .burger_menu{
    display: none; } }
#player1 {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  /*overflow: hidden;*/
}
#player1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut{
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
}
.lecture {
  margin: 25px auto;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 30px;
  position: relative;

}
@media (min-width: 979px){
  .lecture{
    margin: 50px auto;
    padding: 35px 25px;
    width: 1000px; } }
.lecture div.section ul.icon li {
  opacity: 0; }
.lecture div.section:hover ul.icon li {
  opacity: 0.5; }
.lecture__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
@media (min-width: 979px){
  .lecture__main{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; } }
.lecture__movie{
  width: 100%; }
.lecture__movie-iframe {
  position: relative;
  transition: 0.3s ease-in-out; }
.lecture__movie-iframe:hover div {
  /*transition: 0.3s ease-in-out;*/
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }
.lecture__movie-rate{
  position: absolute;
  bottom: -26px;
  font-size: 12px;
  left: 5px; }
/*font-size: 12px;*/
.lecture__movie-rate-sel{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: -2px;
  background-color: green;
  margin-left: 5px;
  padding: 1px 10px 1px 11px;
  border: none;
  border-radius: 0;
  background: #367A3D;
  color: #fff; }
.lecture__movie-rate-sel:hover {
  cursor: pointer; }
.lecture__movie-rate-sel-blue{
  background: #00a2ea; }
.lecture__movie-like{
  position: absolute;
  bottom: -24px;
  font-size: 12px;
  right: 5px;
  background-color: #F5F8FA;
  padding: 0 10px;
  box-shadow: 0px 0.5px 0.5px rgba(0,0,0,0.5);
  color: #FF6600; }
.lecture__movie-like .fa-heart-o{
  transition: all .35s ease-out;
  display: inline; }
.lecture__movie-like .fa-heart{
  left: 10px;
  transition: all .4s ease-out;
  display: none; }
.lecture__movie-like[data-exists="yes"] .fa-heart {
  display: inline; }
.lecture__movie-like[data-exists="yes"] .fa-heart-o {
  display: none; }
.lecture__movie-like:hover {
  cursor: pointer; }
.lecture__movie-like:active {
  box-shadow: none; }
@media (min-width: 979px){
  .lecture__movie{
    width: 680px; } }
.lecture__movie__btn{
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: rgba(0,162,234,0.8);
  font-size: 2.5rem;
  background-color: rgba(81,90,89,0.8);
  cursor: pointer; }
.lecture__movie__btn:hover{
  color: rgba(0,162,234,1);
  background-color: rgba(81,90,89,1); }
.lecture__movie__btn-mc{
  color: #367A3D; }
.lecture__movie__btn-mc:hover{
  color: #367A3D;
  background-color: rgba(81,90,89,1); }
.lecture__movie__btn-fb{
  left: 20%; }
.lecture__movie__btn-ff{
  right: 20%; }
.lecture__chapter{
  display: none; }
.lecture__chapter-toggle-open {
  display: none; }
@media (min-width: 979px){
  .lecture__chapter{
    display: block;
    position: relative;
    margin-left: 30px;
    width: 240px;
    height: 480px;
    padding: 20px 0px 20px 20px;
    border: 2px solid #bfbfbf; }
  .lecture__chapter-toggle-open{
    display: none;
    position: absolute;
    font-size: 1.275rem;
    color: #515A59;
    top: 0;
    right: -55px;
    cursor: pointer; }
  .lecture__chapter-toggle-close{
    position: absolute;
    font-size: 1.275rem;
    color: #515A59;
    top: 10px;
    right: 15px;
    cursor: pointer; }
  .lecture__chapter h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 1; }
  .lecture__chapter h3 i{
    color: #00a2ea; }
  .lecture__chapter nav{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 420px;
    margin-top: 15px; }
  .lecture__chapter li{
    width: 190px;
    border-top: 1px solid #dcdcdc; }
  .lecture__chapter li a{
    display: block;
    padding: .7em 0;
    cursor: pointer;
    transition: all .25s; }
  .lecture__chapter li a:hover{
    background-color: #f5f5f5; } }
.lecture__chapter-mc{
  color: #367A3D; }
.lecture__chapter-mc h3 i{
  color: #367A3D; }
.lecture__chapter-mc li a{
  color: #367A3D; }
@media (min-width: 979px){
  .lecture__challenge{
    margin-top: 30px;
    margin-right: -20px; } }
.lecture__challenge-title{
  display: none; }
.lecture__challenge-mission{
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  /*background-color: #D2F8D2;*/
  background-color: #e3f6ff;
  padding: 10px; }
.lecture__challenge-mission::after{
  content: "";
  clear: both;
  display: table; }
.lecture__challenge-mission a::after{
  content: "";
  clear: both;
  display: table; }
.lecture__challenge-thumb{
  float: left;
  width: 100px; }
.lecture__challenge-thumb img{
  vertical-align: middle; }
.lecture__challenge-text{
  float: right;
  width: 100%;
  margin-left: -120px;
  padding-left: 120px; }
.lecture__challenge-text .title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  float: none;
  margin-bottom: .5em;
  text-transform: uppercase;
  color: #000; }
.lecture__challenge-text .title i{
  color: #367A3D; }
.lecture__challenge-text .title i.blue{
  color: #00a2ea; }
.lecture__challenge-text .body{
  text-decoration: underline;
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
  color: #000; }
@media (min-width: 979px){
  .lecture__challenge::after{
    content: "";
    clear: both;
    display: table; }
  .lecture__challenge-title{
    display: block;
    float: left;
    margin-right: 10px; }
  .lecture__challenge-mission{
    float: left;
    width: 370px;
    margin-right: 20px; } }
.chap-blue{
  color: #00a2ea; }
.chap i {
  float: right;
  left: 15px;
  position: relative;
  top: 20px;
  font-size: 1.2rem;
  z-index: 10; }
.chap .far {
  transition: all .4s ease-out;
  display: inline;
  color: #E7EDEF; }
.chap .fas{
  transition: all .4s ease-out;
  display: none; }
.chap[data-exists="true"] .fas {
  display: inline; }
.chap[data-exists="true"] .far {
  display: none; }
.chap:hover {
  cursor: pointer; }
.chap:active {
  box-shadow: none; }
#play_rate {
  visibility: hidden;
  font-size: 12px;
    /* margin-top: 5px; */
    /* background-color: gray; */
}
#open_ex_button{
  display: none;
  transition: 0.5s ease-in-out;      
}
#open_ex_button[data-exists="yes"] {
  transition: 0.5s ease-in-out;
  display: block; }
.lecture__notice{
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
}
.contact{
  /*background-color: $mainBlue;*/
  /*width: 90%;*/
  margin-top: 50px;
  margin-left: 50px;
  font-size: 1.25rem;
}
.contact input, .contact textarea {
  width: 100%;
  max-width: 500px;
  font-size: 1.1rem;
  padding: 0.5rem; }
.contact textarea {
  height: 200px; }
.contact .btn {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  background-color: #515A59;
  color: #fff; }
.contact .btn:hover{
  background-color: #00ADEF;
  transition: 0.5s ease-in-out; }
.resources h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc; }
.resources h3 span {
  font-size: 1rem;
  margin-left: 1.5rem; }
.resources {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}
.resources-wrap{
  width: 100%; }
.resources__cell{
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1.5rem; }

.resources__cell.hide{
  visibility:hidden;
}
.resources__cell-iframe{
  width: 100%;
  margin-bottom: 0.5rem; }
.resources__cell-iframe img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eaf0f2; }
.resources__cell-lightbox{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.resources__cell-lightbox:hover{
  cursor: pointer; }
.resources__cell-num{
  font-weight: bold;
  color: #515A59;
  font-size: 0.9rem;
  margin-bottom: 0.3rem; }
.resources__cell-desc{
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0.8rem;
  line-height: 1.4; }
@media (min-width: 767px){
  .resources-wrap{
    width: 100%;
    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; }
  .resources__cell{
    padding: 1rem;
    background-color: #fff;
    width: 23.5%;
    min-width: 175px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1.5rem; }
  .resources__cell-iframe{
    width: 100%;
    margin-bottom: 0.5rem; }
  .resources__cell-iframe img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #eaf0f2; }
  .resources__cell-num{
    font-weight: bold;
    color: #515A59;
    font-size: 0.9rem;
    margin-bottom: 0.3rem; }
  .resources__cell-desc{
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 0.8rem;
    line-height: 1.4; } }
@media (min-width: 979px){
  .resources__cell-desc{
    font-size: 1.1rem;
    margin-top: 0.8rem;
    line-height: 1.4;
    letter-spacing: -0.7px; } }
.mission_title{
  padding-top: 15px;
}
.login{

  text-align: center;
  margin-top: 100px;



}
.login__logo{
  margin-bottom: 50px; }
.login__form{
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.5rem 2rem 4rem 2rem;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  transition: 0.5s ease-in-out; }
.login__form:hover{
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: 0.5s ease-in-out; }
.login__form-group{
  width: 100%;
  margin-bottom: 2.5rem; }
.login__form input{
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  margin-top: 5px; }
/*margin-top:30px;*/
.login__form input::-webkit-input-placeholder {
  color: #dedede; }
.login__form input:-ms-input-placeholder {
  color: #dedede; }
.login__form input::placeholder {
  color: #dedede; }
.faq{
  font-size: 1rem;
  margin: 50px auto;
  width: 100%;

}
.faq h3 {
  font-size: 1rem;
  color: #FE2AA2;
  padding: 0.5rem 1rem;
  background: url(../img/bg_q.png);
  margin-top: 30px;
  margin-bottom: 14px; }
.faq-title {
  font-size: 1rem;
  /* margin-bottom: 2rem; */
  font-weight: bold;
  /* margin-top: 35px; */
  /* border-bottom: 1px solid #ccc; */ }
.faq p {
  padding: 0 1rem; }
.faq-ul {
  padding-left: 0.8rem;
  margin-bottom: 0.5rem; }
@media (min-width: 979px){
  .faq{
    font-size: 1rem;
    width: 800px; } }
.mywork_list{
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 767px){
  .mywork_list{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px; } }
@media (min-width: 979px){
  .mywork_list{
    width: 600px; } }
.mywork{
  background-color: #fff;
  // padding: 1rem;

}
.mywork__total{
  text-align: right;
  font-size: 0.9rem;
  padding-right: 0.5rem; }
.mywork__total-count{
  font-size: 0.95rem;
  padding-right: 0.3rem; }
.mywork__post{
  background-color: #F5F8FA;
  padding: 1rem 1rem; }
.mywork__post-btnArea{
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.mywork__status{
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
  font-size: 1rem;
  color: #00a2ea; }
.mywork__alert{
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FE2AA2; }
.mywork__li{
  border-top: 1px solid #E6ECF0;
  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.6rem 0;
  // height: 50px; }
.mywork__li:hover{
  background-color: #F5F8FA; }
.mywork__title{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem; }
.mywork__date{
  display: none; }
@media (min-width: 767px){
  .mywork__date{
    display: block;
    width: 90px;
    font-size: 0.9rem;
    color: #657785; } }
.new-title{
  display: block;
  border: none;
  border-radius: 3px;
  padding-left: 1rem;
  margin-bottom: 10px;
  height: 40px;
  width: 100%;
  font-size: 1rem;
}
.file-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  color: #fff;
  background-color: #59BCEE;
  // background-color: #E7EDEF;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);  
  cursor: pointer;
  transition-duration: 0.7s;
}
.file-btn:hover{
  box-shadow: none; }
.file-btn input {
  display: none; }
.file-btn-pink{
  background-color: #FF6600;
  // background-color: #E2463C; }
.deleteWork,
.uploadWork {
  padding: 0.2rem 1.2rem;
  border-radius: 3px;
  margin-left: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);  
  font-size: 1.1rem;
  cursor: pointer;
  transition-duration: 0.7s;
}
.deleteWork:hover,.uploadWork:hover{
  box-shadow: none; }
.deleteWork{
  background-color: #FB67B5;
  margin-right: 10px;
  color: #fff;
}
.uploadWork{
  background-color: #59BCEE;
}
.uploadWork a{
  font-weight: bold;
  color: #fff; }
@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}
@keyframes modal-video{from{opacity:0}to{opacity:1}}
@-webkit-keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}
@keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}
.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;transition:opacity .3s ease-out}
.modal-video-close{opacity:0}
.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}
.modal-video-body{max-width:840px;width:100%;height:100%;margin:0 auto;display:table}
.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}
.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);transform:translate(0, 0);transition: -webkit-transform .3s ease-out;transition: transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out}
.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}
.modal-video-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.modal-video-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}