@charset "UTF-8";

.slick-arrow, .slick-arrow {
    background: rgba(255,255,255,.5);
    padding: 5px;
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
  	z-index:1;
}
.slick-arrow.next-arrow, .slick-arrow.next-arrow {
 	right:0; 
}
a.popup-youtube, a.popup-nomember {
    position:relative;
    display:block;
}
a.popup-youtube span.play, a.popup-nomember span.play {
    position: absolute;
    text-align: center;
    font-size: 4.5rem;
    color: #ff0000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
}
a.popup-youtube span.play img, a.popup-nomember span.play img {
    width: 50px;
    height: auto;
}
a.popup-youtube.mvplay {
    position: absolute;
    text-align: center;
    font-size: 4.5rem;
    color: #ff0000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
}
a.popup-youtube.mvplay span.play {
    position:relative;
    top:auto;
    left:auto;
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);   
    margin:0;     
}
a.popup-youtube.mvplay span.play img {
    width:80px;
    height:auto;
}
.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  transition: opacity .3s linear;  
}
.slick-initialized .slick-slide{
  opacity: 1;
}
/****************************************

          mv

*****************************************/
.mv {
  width: 100%;
  position: relative;
}
.mv img {
    vertical-align:bottom;
}
.color {
position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  mix-blend-mode: soft-light;
  background: #0659ae;  
}
.lookslide {
margin: 0;
    padding: 0;
    line-height: 0;
}
.slidecon {
position:absolute;
width:90%;
height:100%;
top:0;
margin:0 5%;
justify-content:space-between;
align-items:center;
}
.mainform {
    width:calc(100% / 5*2 - 30px);
    align-items:center;    
}
.maincap {
    align-items:center;
    width:calc(100% / 5*3 - 30px);
}
.maincap h2.mvcap {
  font-weight:700;
  font-size:3rem;
  letter-spacing:.2rem;
  line-height:1.4;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
  margin-top:3rem;
}
.maincap h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:6rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
}
.maincap span {
    font-size:2rem;
    display:block;
    margin-top:1rem;
}
.swpm-login-widget-form {
    width:100%;
    background:rgba(255,255,255,.9);
    padding:30px;
    border-radius:2rem;
    box-shadow:0 0 3px rgba(0,0,0,.5);
    font-size:1.2rem;
}
.swpm-login-widget-form label {
    font-size:1.2rem;
}
.swpm-login-widget-form input {
    width: 100%; /*親要素いっぱい広げる*/
    padding: 10px 15px; /*ボックスを大きくする*/
    font-size: 1.3rem;
    border-radius: 3px; /*ボックス角の丸み*/
    border: 2px solid #ddd; /*枠線*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
    margin:.5rem 0 1rem;
}
.swpm-login-widget-form input.swpm-login-form-submit {
    background:#ff6600;
    font-weight:700;
    color:#fff;
}
.swpm-login-widget-form input[type="checkbox"] {
    width:auto;
}
.swpm-login-widget-form input[type="submit"] {
    font-size:1.6rem;
}
.swpm-forgot-pass-link {
    text-align:right;
}
a.swpm-login-form-pw-reset-link {
    font-size:1.2rem;
}
a.swpm-login-form-register-link {
    display:block;
    font-size:1.6rem;    
    padding:10px;
    margin-top:1.5rem;
    background:#0659ae;
    color:#fff;
    border-radius:2rem;
    text-align:center;
    text-decoration:none;    
}
@media (max-width: 767px) {
 .mainform {
    width:100%;
    align-items:center;  
    margin-top:3rem; 
}
.maincap {
    align-items:center;
    width:100%;
}
.maincap h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:5rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,.5);
}
.maincap h2.mvsub span {
    font-size:1.3rem;
}
.maincap h2.mvcap {
  font-weight:700;
  font-size:2rem;
  letter-spacing:.2rem;
  line-height:1.6;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,.5);
  margin-top:1.5rem;
}
.mv {
    height:auto;
}
.slidecon {
    position:relative;
    width: 90%;
    height: 100%;
    top: auto;
    margin: 0 5%;
    padding:3rem 0;
    justify-content: space-between;
    align-items: center;
}
a.popup-youtube.mvplay {
    top: 50%;
    left: auto;
    right: 0;
}
}
/****************************************

          all

*****************************************/
section p {
    font-size:1.6rem;
    line-height:1.8;
}
h2.title {
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing:.5rem;
    color:#0659ae;
    text-align:center;
    margin:3rem 0;
}
h2.title span {
    display:block;
    font-size:1.2rem;
    margin-top:.5rem;
    color:#0659ae;
}
.second h2.title {
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing:.5rem;
    color:#0659ae;
    text-align:left;
}
.second h2.title span {
    display:inline;
    font-size:1.2rem;
    margin:0;
    padding-left:1.5rem;
    color:#0659ae;
}
h2.title.subtitle {
    font-size:2.4rem;
    color:#000;
}
h2.abouttitle {
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing:.2rem;
    color:#0659ae;
    text-align:left;
    margin:0 0 3rem 0;
    padding:0 0 1.5rem;
    border-bottom:1px solid #0659ae;
}
@media (max-width: 767px) {
section.wrapper {
    padding:30px 0 0;
}
section p {
    font-size:1.4rem;
    line-height:1.6;
}
h2.title {
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing:.2rem;
    color:#0659ae;
    text-align:center;
    margin:0 0 3rem 0;
}
.second h2.title {
    font-size:2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing:.2rem;
    color:#0659ae;
    text-align:left;
    margin:0 0 3rem 0;
}
.second h2.title span {
    display:block;
    font-size:1.2rem;
    margin-top:.5rem;
    padding-left:0;
    color:#0659ae;
}
}
/****************************************

          contents

*****************************************/
.contentsbox {
    justify-content:space-between;
}
.contentsbox.reverse {
    flex-direction: row-reverse;
}
.flex-wrap.contentsinner {
    align-items:center;
    justify-content:center;
}
.flex-wrap.contentsinner h2 {
    font-size:10rem;
    letter-spacing:-.3rem;
    font-weight:700;
    font-family: 'Roboto', sans-serif;
    color:#318ce9;
    text-align:center;
    opacity:.8;
}
.flex-wrap.contentsinner h2 span {
    display:block;
    font-size:2rem;
}
.six {
    width:50%;
    min-height:80vh;
}
.four {
    width:calc(100% - 50%);
}
.flex-wrap.half {
    width:50%;
    align-items:flex-start;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
.flex-wrap.halflast {
    border-right:none;
}
.txt {
    padding:30px;
}
h3.contentstitle, h3.coming {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: .3rem;
    padding: 0;
    margin: 0 0 1rem;
    color: #0659ae;
    position: relative;
    padding-left: 1.5rem;
}
h3.contentstitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: '';
    border-radius: 3px;
    background: #0659ae;
}
h3.contentstitle span {
    font-size:1.2rem;
    margin-left:.5rem;
    color:#0659ae;
}
h3.mypagetitle {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 1rem 0;
    margin: 1rem 0;
    color: #0659ae;
    border-top:3px dotted #0659ae;
    border-bottom:3px dotted #0659ae;
}
span.red {
    color:#ff0000;
    font-size:1.4rem;
    line-height:1.6;
    display:block;
}
.contents a.samplemovie {
    margin-top:3rem;
    position:relative;
}
a.samplemovie img {
    width:100%;
    height:300px;
    object-fit:cover;
}
a.samplemovie span.play {
    position: absolute;
    text-align: center;
    font-size:1.2rem;
    background:#0659ae;
    color:#fff;
    padding:1rem 1.5rem;
    border-radius:30px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
}
a.samplemovie span.play img {
    width: 80px;
    height: auto;
}
h3.trainingtitle {
    background:rgba(0,0,0,.1);
    padding:1rem 1.5rem;
    font-size:1.4rem;
    font-weight:700;
    display:inline-block;
    border-radius:30px;
    margin-bottom:.5rem;
}
ul.traininglist li {
    padding:1.5rem 0;
}
ul.teacherlist {
    margin:0 -15px 0 0;
    justify-content:flex-start;
}
ul.teacherlist li {
    width:100%;
    margin-right:15px;
    font-size:1.6rem;
    text-align:center;
    align-items:flex-start;
    justify-content:flex-start;
}
ul.teacherlist li div {
    width:calc(100% - 20% - 15px);
    margin-left:15px;
    text-align:left;
    font-size:2rem;
    font-weight:bold;
}
ul.teacherlist li div span {
    font-size:1.2rem;
    font-weight:bold;
    padding-left:1rem;
    color:#0659ae;
}
ul.teacherlist li div p {
    font-size:1.3rem;
    font-weight:normal;
    line-height:1.6;
}
ul.teacherlist li img {
    width:20%;
    border-radius:50%;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    margin-bottom:1rem;
}
@media (max-width: 767px) {
.contentsbox {
    padding-bottom:3rem;
    border:none;
}
.six, .half, .four {
    width:100%!important;
}
.six {
    min-height:200px;
    height:250px;
}
.flex-wrap.contentsinner h2 {
    font-size:6rem;
    letter-spacing:.2rem;
}
.flex-wrap.contentsinner h2 span {
    font-size:1.2rem;
}
h3.contentstitle {
    font-size: 2rem;
}
a.samplemovie span.play {
    width: 200px;
}
ul.teacherlist li {
    margin-right:0;
    font-size:1.6rem;
    text-align:center;
}
ul.teacherlist li img, ul.teacherlist li div {
    width:100%;
}
ul.teacherlist li div span {
    display:block;
    padding-left:0;
    margin-bottom:1rem;
}
}
/****************************************

          PRICE

*****************************************/
ul.pricelist {
    justify-content:space-between;
    margin-bottom:60px;
}
ul.pricelist li {
    width:calc(100% / 3 - 5px);
    padding:30px;    
    background:#fff;
    box-shadow:0 0 3px #ccc;
    border-radius:10px;
    align-items:flex-start;
}
ul.pricelist.nomember li {
    width:calc(100% / 2 - 5px);
    padding:30px;    
    background:#fff;
    box-shadow:0 0 3px #ccc;
    border-radius:10px;
    align-items:flex-start;
}
ul.pricelist li .pbox {
    transition:all .5s;
    width:100%;
    align-items:flex-start;
}
ul.pricelist li .pbox p {
    width:100%;    
}
ul.pricelist li .pbox h2 {
    font-weight:700;
    font-size:2.4rem;
    width:100%;
    color:#0659ae;
}
ul.pricelist li .pbox h2.pricename span {
    font-size:1.2rem;
    color:#333;
    display:block;
    margin-bottom:1rem;
}
.price {
    width:100%;
    font-size:3.6rem;
    font-family: 'Roboto', sans-serif;    
    font-weight:700;
    padding: 1.5rem 0 3rem;
    line-height: 1.4;
}
.price span {
    font-size:1.6rem;
}
.price span.memo {
    font-size:1.4rem;
    display:block;
    color:#0659ae;
}
ul.pricemenu {
    width:100%;
    padding:0;
    margin:0 0 3rem;
    border-top:1px dotted #aaa;
}
ul.pricemenu li, ul.pricelist.nomember li ul.pricemenu li {
    width:100%;
    text-align:left;
    font-size:1.6rem;
    padding:1.5rem 0 1.5rem 2rem;
    border-bottom:1px dotted #aaa;
    box-shadow:none;
    border-radius:0;
    font-weight:700;
}
ul.pricemenu li:before {  
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 0;
  color: #0659ae;
}
ul.pricemenu li.ns:before {  
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 0;
  color: #000;
  opacity:.3;
}
ul.pricemenu li span.notice {
    font-size: 1.2rem;
  color: #0659ae; 
}
ul.pricemenu li span.noservice {
    opacity:.3;
    text-decoration:line-through;  
}
ul.pricemenu li:last-child {
    border:none;
}
span.pricelistbtn, a.pricelistbtn, input.pricelistbtn {
    border-radius:30px;
    margin:0 auto;
    margin-top:auto;
    background:#0659ae;
    padding:1rem;
    color:#fff;
    font-size: 1.6rem;
    text-decoration:none;
    transition:all .5s;    
    width:100%;
    display:block;
    text-align:center;
}
a.pricelistbtn:hover, input.pricelistbtn:hover {
    opacity:.5;
}
span.pricelistbtn.coming {
    background:#ccc;
}
span.pricelistbtn.movie {
    background:#318ce9;
}
.swpm-payment-button {
    width:100%;
}
.stripe-button-el {
    border:none;
    border-radius:30px!important;
    display:block!important;
    margin:0 auto!important;
    margin-top:auto!important;
    background:#0659ae!important;
    padding:1.5rem!important;
    color:#fff!important;
    font-size: 1.6rem!important;
    text-decoration:none!important;
    transition:all .5s!important;
    width:100%;
    -webkit-font-smoothing: auto!important;
}
.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0!important;
    height: auto!important;
    line-height: 1.6!important;
    background: none!important;
    background-image: none!important;
    font-size: 1.6rem!important;
    color: #fff!important;
    font-weight: bold!important;
    text-shadow: none!important;
    border-radius: 0!important;
    box-shadow:none!important;
}
.pay {
    width:100%;
}
.stripe-button-el:hover {
    opacity:.5;
}
.pnotice {
    background: #eee;
    padding: 1.5rem;
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 1rem;
    font-size: 1.4rem;
}
.pnotice a.pricelistbtn {
    display:block;
    text-decoration:none;
    background:#000;
}
ul.pricelist li .pbox .pnotice h2 {
    font-weight: 700;
    font-size: 1.6rem;
    width: 100%;
    color: #0659ae;
}
.pnotice .price {
    width: 100%;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: .5rem 0;
}
.pnotice .price span {
    font-size: 1.4rem;
}
.price span.info {
    display:block;
    font-size:1.4rem;
    color:#ff9900;
}
p.notice {
    font-size:1.3rem;
    line-height:1.2;
    margin-top:1rem;
}
@media (max-width: 767px) {
ul.pricelist li {
    width:100%;
    margin-bottom:30px;
}
ul.pricelist li:last-child {
    margin-bottom:0;
}
ul.pricemenu li {
    margin-bottom:0;
}
}
/****************************************

          free

*****************************************/
section.wrapper.second {
    padding: 30px 0 60px;
    overflow-x:hidden;
}
.visionbg {
    align-items:center;
    justify-content:center;
    width:100vw;
    margin: 0 calc(50% - 50vw) 3rem;
    height:50vh;
    padding:0;
}
img.visionlogo {
    height:50%;
    width:auto;    
}
.conbox {
    box-shadow:0 0 10px rgba(0,0,0,.1);
    border-radius:30px;
    padding:60px;
}
.termbox {
    margin-top:3rem;
}
.termbox strong {
    margin:3rem 0 1rem;
    display:block;
    color:#0659ae;
}
.loginbox {
    background:#f8f8f8;
}
.loginform {
    justify-content:space-between;
    align-items:center;
    background:#0659ae;
    padding:3rem;
    border-radius:.2rem;
}
.loginform .half {
    width:calc(100% / 2 - 15px);
}
.loginform h2.mvcap {
  font-weight:700;
  font-size:3rem;
  letter-spacing:.2rem;
  line-height:1.4;
  color:#fff;
  margin-top:3rem;
}
.loginform h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:6rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
}
.loginform span {
    font-size:2rem;
    display:block;
    margin-top:1rem;
}
.loginform span.swpm-login-widget-action-msg {
    color:#ff0000;
    text-align:center;
    font-size:1.4rem;
}
.loginform span.swpm-remember-checkbox, .loginform span.swpm-rember-label {
    display:inline;
    font-size:1.3rem;
}
.loginbtnarea {
    justify-content:space-between;
}
.loginbtnarea a {
    width:calc(100% / 2 - 15px);
}
@media (max-width: 767px) {
section.wrapper.second {
    padding: 30px 0;
}
.visionbox {
    padding:30px;
}
.loginform h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:5rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
}
.loginform h2.mvsub span {
    font-size:1.3rem;
}
.loginform h2.mvcap {
  font-weight:700;
  font-size:2rem;
  letter-spacing:.2rem;
  line-height:1.6;
  color:#fff;
  margin:1.5rem 0 ;
}
}
/****************************************

          member

*****************************************/
.membernav {
    justify-content:space-between;
    background:#f8f8f8;
}
.membernav.basicnav {
    justify-content:flex-start;
    background:#f8f8f8;
}
.membernav li {
    width:calc(80% / 6);
    display: flex;
    justify-content: center;
}
.membernav li:first-child {
    background:#318ce9;
    width:20%;
}
.membernav li h2 {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
    color: #fff;
    text-align: center;
    display:flex;
    padding:1.5rem;
    align-items:center;
    justify-content:center;   
    width:100%;     
}
.membernav li a {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .2rem;
    text-align: center;
    text-decoration:none;
    transition:.3s;
    display:flex;
    padding:1.5rem;
    align-items:center;
    justify-content:center;   
    width:100%; 
    line-height:1.2;
}
.membernav.basicnav li.basicmembernav {
    color:#ff6600;
}
.membernav li a:hover {
    background:#0659ae;
    color:#fff;
}
.membernav li a span {
    font-size:1.1rem;
    display:block;
    color:#333;
}
.membernav li span {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .2rem;
    color:#ccc;
    text-align: center;
    text-decoration:none;
    display:flex;
    padding:1.5rem;
    align-items:center;
    justify-content:center;     
}
.membernav li span span {
    font-size:1.1rem;
    display:block;
    color:#ccc;
}
.membernav li.current, .membernav.basicnav li.basicmembernav.current {
    background:#0659ae;
    color:#fff;
}
.membernav li.current a {
    color:#fff;
}

.hero h2.title {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
    color: #0659ae;
    text-align: left;
    margin:0;
}
.hero ul.contentsnav {
    width: 100%;
}
.hero ul.contentsnav li {
    margin-top: 1.5rem;
}
.hero ul.contentsnav li a {
    margin-right:1.5rem;
    border:2px solid #aaa;
    color:#aaa;
    font-size:1.3rem;
    padding:.5rem 1.5rem;
    border-radius:1rem;
    text-decoration:none;
    font-weight:700;
    transition:all .3s;
}
.hero ul.contentsnav li a:hover, .hero ul.contentsnav li a.active {
    border:2px solid #0659ae;
    background:#0659ae;
    color:#fff;
}
.linklist {
    margin-top:3rem;
    justify-content:center;
}
.linklist a {
    width:300px;
    max-width:100%;
    display: block;
    font-size: 1.6rem;
    padding: 10px;
    margin-top: 1.5rem;
    border:2px solid #0659ae;
    background: #0659ae;
    color: #fff;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition:all .3s;    
}
.linklist a:hover {
    border:2px solid #0659ae;
    background: #fff;
    color: #0659ae;    
}
.linklist span.endbtn {
    width:300px;
    max-width:100%;
    display: block;
    font-size: 1.6rem;
    padding: 10px;
    margin-top: 1.5rem;
    border:2px solid #ccc;
    background: #ccc;
    color: #fff;
    border-radius: 2rem;
    text-align: center;
    text-decoration: none;
    transition:all .3s;    
}
ul.list {
    justify-content:flex-start;
    margin-right:-30px;
}
ul.list li {
    width:calc(100% / 3 - 30px);
    margin-right:30px;
    margin-bottom:30px;
    position:relative;
}
ul.list.listoffline {
    margin-top:3rem;
}
ul.list.listonline li {
    width:calc(100% / 3 - 30px);
    margin-right:30px;
    margin-bottom:30px;
}
ul.list li a {
    display:block;
    position:relative;
    text-decoration:none;
}
ul.list li a img.thumbnail, ul.list li img.thumbnail {
    /* aspect-ratio: 16 / 9;
    object-fit:cover; */
    width:100%;
    height:auto;
    margin-bottom:1rem;
    box-shadow:0 0 3px #ccc;
}
ul.list.listonline li a img.thumbnail {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 1rem;
}
ul.list.listonline li a .schedulebox {
    position:absolute;
    top:0;
    left:0;
    padding:1rem;
    background:#0659ae;
    color:#fff;
    font-size:1.3rem;
    font-weight:700;
    text-align:center;
}
ul.list.listonline li a .schedulebox.end {
    background:#f8f8f8;
    color:#aaa;
}
ul.list.listonline li a .schedulebox span {
    font-size:1.1rem;
    display:block;
    margin-bottom:.2rem;
}
ul.membertype {
    justify-content:space-between;
    margin-bottom:1rem;
}
ul.list li ul.membertype li, ul.list.listonline li ul.membertype li {
    width:calc(100% / 3);
    margin:0!important;
}
ul.membertype li span {
    padding:.5rem;
    display:block;
    text-align:center;
    font-size:1rem;
    background:#f8f8f8;
    color:#aaa;
    border:1px solid #f8f8f8;
}
ul.membertype li span.active {
    background: #0659ae;  
    color:#fff;
    border:1px solid #f8f8f8;   
}
h2.listtitle {
    font-size:1.6rem;
    font-weight:700;
    line-height:1.6;
    margin:.5rem 0 1rem;
}
.mfp-inline-holder .mfp-content {
    position: relative;
    background: #fff;
    padding: 3rem;
    width: auto;
    max-width: 80%;
    margin: 20px auto;
}
h3.category {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 0 0 3rem;
    color: #318ce9;
    margin-top:4.5rem;
    margin-bottom: 3rem;
    position:relative;
}
h3.category span {
    font-size:1.6rem;
    color:#000;
    line-height:1.6;
    margin-top:.5rem;
    display:block;
}
h3.category:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: '';
    border-radius: 3px;
    background: #318ce9;
}
h2.movietitle {
    justify-content:space-between;
    align-items:flex-end;
}
section p.listcomment {
    font-size: 1.3rem;
    line-height: 1.6;
}
span.title {
    width:70%;
    overflow-y: hidden;    
}
span.date {
    width:calc(100% - 70% - 10px);
    text-align:right;
}
span.titlemax {
    width:100%;
} 
span.titledate {
    width:100%;
    text-align:left;
    margin-bottom: 0.5rem;
}
span.title, span.date {
    display:block;
}
.date {
    font-size:1.2rem;
    font-weight:400;
}
p.rating {
    font-size:1.3rem;
}
p.rating.rating0 {
    text-indent:-9999px;
}
.star:before {
color:#F90;
}
.star5:before {
content:'★★★★★';
}
.star4:before {
content:'★★★★';
}
.star3:before {
content:'★★★';
}
.star2:before {
content:'★★';
}
.star1:before {
content:'★';
}
.favbox {
    align-items:center;
    justify-content:space-between;
}
span.wpfp-span {
    display:inline-block;
}
ul.list li a.wpfp-link {
    margin:0;
    margin:.5rem 0 1rem 0;
    border-radius:2rem;
    font-size:1.3rem;
    display:inline-block;
    background:#eee;
    padding:.5rem 1.5rem;    
}
a.wpfp-link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    padding-left:.5rem;
}
a.wpfp-link.remove-parent {
    position:absolute;
    bottom:1rem;
    right:1rem;
}
a.wpfp-link.remove-parent::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight:900;
    padding-left:.5rem;    
}
.favclear {
    margin-bottom:6rem;
    text-align:center;
}
.favclear a.wpfp-link {
    color:#fff;
    background:#0659ae;
    padding:1.5rem 3rem; 
    font-size: 1.3rem;
    text-decoration:none;
}
.favclear a.wpfp-link::after {
    display:none;
}
.tagarea span, ul.list li .tagarea a {
    background:#eee;
    border-radius:10px;
    font-size:1.1rem;
    padding:.5rem 1rem;
    margin:1rem 1rem 0 0;
    display:inline-block;
    transition:all .5s;
}
ul.list li .tagarea a:hover {
    background:#0659ae;
    color:#fff;
}
ul.list li .tagarea a::before {
	content: "#";
}
.termlist {
    justify-content:space-between;
}
.termlist li {
    width:20%;
    font-weight:700;
    font-size:1.3rem;
    padding:0 0 3rem;
}
.termlist li:nth-child(2n) {
    width:calc(100% - 20% - 30px);
    font-weight:400;
    font-size:1.6rem;
}
.contactbody li {
    margin-bottom:3rem;
    font-size:1.3rem;
}
.form-control {
    padding: 1.5rem;
    font-size: 1.3rem;
    height: auto;
}
.contactbody {
    margin-top:3rem;
}
.membercontents {
    padding:3rem 0;
    border-bottom:1px solid #0659ae;
    margin-bottom:3rem;
}
ul.storelist {
    justify-content:space-between;
    margin-bottom:3rem;
}
ul.storelist li {
    width:calc(100% / 3);
}
.detail {
    padding:3rem 0;
}
.detailcon {
    width:100%;
}
.detailtxt {
    border:1px solid #ccc;
    padding:3rem;
    margin:1.5rem 0 0;
}
.detailtxt h2.title {
    font-size:1.4rem;
    margin:0 0 1rem;
}
.schedulebox {
    color:#0659ae;
    font-size:1.4rem;
    margin:1.5rem 0 3rem;
}
.schedulebox span {
    background:#0659ae;
    color:#fff;
    padding:.5rem 1rem;
    margin:0 1rem 0 0;
    border-radius:4px;
}
.schedulebox.end span {
    background:none;
    color:#aaa;
    border-radius:0;
    margin:0;
}
button[type="submit"][disabled] {
      background-color: #ccc!important;
      border-color: #ccc!important;
      cursor: default;
    }
button[type="submit"][disabled]:hover{
    opacity:1;
  }
.termscroll {
    overflow-y:auto;
    height:50vh;
    padding:1.5rem;
    border:1px solid #eee;
    margin-top:3rem;
}  
.termscroll h2.title {
    font-size:1.6rem;
    text-align:center;
    font-weight:700;
}
.termscroll h2.title span {
    font-size:1.3rem;
    margin-bottom:.5rem;
}
.policy {
    margin:3rem 0 1.5rem;
    text-align:center;
}
.submit_btnarea {
    max-width: 50%;
    margin: 0 auto;
}
.coursehead h2 {
    font-size:1.6rem;
    font-weight:700;
}
.coursehead h2 span {
    font-size:1.3rem;
    margin:0 0 .5rem;
}
.coursehead .half {
    border:none;
    font-weight:700;
}
.coursehead .half h2 span {
    display:inline;
}
.coursehead .half h2 span.memo, span.memo {
    font-size:1.3rem;
    display:block;
    margin-top:.5rem;
}
.coursehead .half.left h2 span {
    display:block;
}
.coursehead .half.left {
    border-right:3px solid #fff;
}
.coursehead .half {
    justify-content:center;
}

.coursehead h2 {
    color:#fff;
    font-size:2.4rem;
}
.coursehead h2 span {
    font-size:1.3rem;
    margin-bottom:.5rem;
}   
@media (max-width: 767px) {
.memberhead {
    margin-top:0;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:1;
    background:#318ce9;    
}
.membernav {
    justify-content:space-between;
    background:#f8f8f8;
    border-right:1px solid #318ce9;
}
.membernav li {
    display:flex;
    padding:0; 
    width:calc(100% / 3);
    border-top:1px solid #318ce9;    
    border-left:1px solid #318ce9;
}
.membernav li:first-child {
    background:#318ce9;
    width:100%;
    padding:.5rem;
}
.membernav li h2 {
    font-size: 1.1rem;
    letter-spacing: .2rem;    
    line-height:1.5;
}
.membernav li a {
    font-size: 1.3rem;
    letter-spacing:0;
}
ul.list {
    justify-content:space-between;
    margin-right:0px;
}
ul.list li {
    width:100%;
    margin-right:0;
    margin-bottom:20px;
}
ul.membertype {
    justify-content: space-between;
    margin-bottom: .5rem;
}
ul.list.listmovie li ul.membertype li {
    width: calc(100% / 2);
    margin: 0;
}
h2.listtitle {
    font-size: 1.6rem;
    font-weight: 700;
    margin: .5rem 0;
}
span.title {
    width: 70%;
    min-height: auto;
    height: auto;
    overflow-y: auto;
}
.hero h2.title {
    font-size:2.4rem;
}
.hero {
    display:block;
    padding: 0 0 1.5rem 0;    
}
.hero ul.contentsnav {
    justify-content:flex-start;
    margin-top:0;
    width:100%;
}
.hero ul.contentsnav li {
    margin-top:1rem;
}
.hero ul.contentsnav li a {
    margin-left: 0;
    display:block;
    margin-right:.5rem;
    padding: .5rem 1rem;  
    font-size:1.3rem;  
}
ul.list.listonline li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
ul.list.listonline li ul.membertype li {
    width:calc(100% / 3);
    margin:0!important;
}
.termlist li {
    width:100%;
    padding:0 0 1rem;
}
.termlist li:nth-child(2n) {
    width:100%;
    padding:0 0 3rem;
}
.coursehead .half.left {
    border-right: none;
    padding-bottom:1.5rem;
}
}
/****************************************

          register

*****************************************/
.registerbox {
    margin:6rem 0;
    padding:3rem;
}
.swpm-form-builder fieldset {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background:none;
}
ul.swpm-section-1 {
border-top:1px solid #eee;
}
ul.swpm-section-1 li {
border-bottom:1px solid #eee;
font-size:1.8rem;
padding:1.5rem 0!important;
}
label.swpm-desc {
    font-weight: bold;
    color:#318ce9;
    font-size:1.3rem;
}
input.swpm-text, input[type="text"].swpm-text, input[type="tel"].swpm-text, input[type="email"].swpm-text, input[type="url"].swpm-text, textarea.swpm-textarea, select.swpm-select {
    margin: 0 0 1rem;
    height: auto;
    color: #373737;
    font-size: 100%;
    font-family: inherit;
    line-height: normal;
    padding: 1rem;
}
.swpm-submit, input[type="submit"].swpm-submit {
    border-radius:30px;
    margin:0 auto;
    margin-top:auto;
    background:#0659ae;
    padding:1rem;
    color:#fff;
    font-size: 1.6rem;
    text-decoration:none;
    transition:all .5s;    
    width:100%;
}
p#form_success, .swpm-form-success {
    color:#000;
    text-align:center;
    font-weight: bold;
}
/****************************************

          footer

*****************************************/
footer {
    padding:30px;
    background:#0659ae;
    color:#fff;
    font-size:1.2rem;
    text-align:center;
}
footer p.copy a  {
    color:#fff;
    text-decoration:none;
}
ul.footerlink {
    justify-content:center;
    margin-bottom:1.5rem;
}
footer ul.footerlink li a {
    color:#fff;
    display:block;
    margin:0 3rem;
    text-decoration:none;    
}
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    margin:0;
    z-index:1;    
}
#page-top a {
    text-decoration: none;
    width: 30px;
    height:30px;
    border-radius:50%;
    line-height:28px;
	padding:0;	
	font-size:16px;
    text-align: center;
    display: block;
    color:#fff;
    background:#0659ae;
}
#page-top a:hover {

}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 3rem 6rem 3rem 0;
  line-height:1.6;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  border-bottom:1px solid #eee;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: #0659ae;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #0659ae;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0659ae;
  border-right: solid 2px #0659ae;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open {
  color: #0659ae;
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding:1.5rem;
  background:#f8f8f8;
  font-size:1.4rem;
}
.accordion-content a:link {
  color: #0659ae!important;
  font-weight:700;  
}
.swpm-pw-reset-widget-form {
    margin-top:3rem;
}
input.btn, input.swpm-pw-reset-submit {
    color:#fff;
    background:#0659ae;
    padding:1.5rem 3rem; 
    font-size: 1.6rem;
}
.swpm-pw-reset-text {
    padding: 1.5rem;
    font-size: 1.3rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width:100%;
}
.swpm-pw-reset-submit-button {
    text-align:center;
}
 input.swpm-pw-reset-submit {
    border:none;
    width: calc(100% / 2 - 30px);
    margin: 2.5rem 10px 0;        
}
.btnarea {
    justify-content:center;
}
.btnarea input {
    width:calc(100% / 2 - 30px);
    margin:0 10px;
}
.mw_wp_form_preview ul.contactbody li {
    background:#f8f8f8;
    padding:1.5rem;
}
ul.contactbody li h2.title, ul.contactbody li h2.title input {
    font-size:2rem;
    color:#0659ae;
    border:none;
    box-shadow:none;
    padding:0;
}
@media (max-width: 767px) {
ul.footerlink {
    display:block;
    text-align:left;
}
ul.footerlink li {
    width:100%;
    border-bottom:1px solid #fff;
    padding:1rem 0;
}
#page-top {
    position: fixed;
    bottom: 160px;
    right: 15px;
    margin:0;
    z-index:999;    
}
#page-top a {
    text-decoration: none;
    width: 40px;
    height:40px;
    line-height:40px;
	padding:0;	
    text-align: center;
    display: block;
}
#page-top a:hover {
	background-position:-40px 0;	
}
footer.memberfooter {
    padding-bottom:180px;
}
footer ul.footerlink li a {
    margin: 0;
}
}
@media (max-width: 1200px) {

}
@media (max-width: 1016px) {

}
@media (max-width: 992px) {

}
@media (max-width: 767px) {
}

/*  slide */
.caption, .slick-slide::before, .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-wide-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute; 
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  color: #fff;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
  align-items:center;  
}
.caption div {
    margin-left:3rem;
    width:50%;
}
.caption h2.mvcap {
  font-weight:700;
  font-size:3rem;
  letter-spacing:.2rem;
  line-height:1.4;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
  margin-top:3rem;
}
.caption h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:6rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
}
.caption span {
    font-size:2rem;
    display:block;
    margin-top:1rem;
}
.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@media (max-width: 767px) {
.full-wide-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 8vw;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.slick-slide {
    position: relative;
    height: 70vh;
}
.caption h2.mvcap {
  font-weight:700;
  font-size:2rem;
  letter-spacing:.2rem;
  line-height:1.4;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
  margin-top:3rem;
}
.caption h2.mvsub {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:4rem;
  letter-spacing:.2rem;
  line-height:1;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,.5);
}
.caption span {
    font-size:1.3rem;
    display:block;
    margin-top:1rem;
}
}


/* 202111改修 */
ul.accountinfo {
    margin:5px 15px 0 0;
}
ul.accountinfo li {
    color:#fff;
    margin-left:1rem;
    font-size:1.2rem;    
}
ul.accountinfo li span {
    margin-right:.5rem;
}
ul.accountinfo li h2 {
    color:#0659ae;
    font-size:1.1rem;
    background:#fff;
    padding:.5rem .8rem;
    font-weight:bold;
    border-radius:.5rem;
    text-align:center;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: .5rem 1rem;
    line-height: 1.428571429;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #a9a9aa;
    background-color: #eee;
    border-color: #ddd;
    cursor: not-allowed;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0659ae;
    border-color: #0659ae;
}
.academytitle {
    background:#eee;
    padding:3rem;
}
.academytitle h2 {
    color:#0659ae;
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
}
.academytitle a {
    text-decoration:none;
    color:#0659ae;
}
.academytitle a:hover {
    text-decoration:underline;
}
.academytitle span {
    padding:0 1rem;
    color:#0659ae;
    font-size:2rem;
}
ul.list.newlistmovie li {
    box-shadow: 0 0 3px #ccc;
    padding:1.5rem;
    border-radius:.5rem;
    background:rgba(255,255,255,.5);    
}
ul.list.newlistmovie li.full {
    width:100%;
    background:#eee;
    text-align:center;
}
.searchbox input[type="text"]{
    border:none;
    padding:.5rem 1rem;
    border-radius:1rem 0 0 1rem;
}
.searchbox input[type="submit"]{
    padding:.5rem 1rem;
    border:none;
    border-radius:0 1rem 1rem 0;  
    color:#fff;
    background:#0659ae;
}
.favbox {
    margin:0 0 1rem;
}
ul.list li a.wpfp-link {
    margin: 0;
}
p.membericon {
    background:#ff6600;
    color:#fff;
    border-radius: 10px;
    font-size: 1.3rem;
    line-height:1.6;
    padding: 0.5rem 1rem;
}
span.new-txt {
    background:#0659ae;
    color:#fff;
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
    margin-right: 0.5rem;
    border-radius:5px;
}
.morearea {
    margin:0 auto;
    width:30%;
}
ul.onlinelist li {
    width:100%;
}
ul.onlinelist li {
    padding:3rem;
    box-shadow: 0 0 3px 3px #eee;
    background:rgba(255,255,255,.5);    
}
.onlinethumb {
    width:40%;
}
.onlinecontents {
    width:60%;
    padding-left:3rem;
}
.onlinebottom {
    width:100%;
}
ul.list li a img.thumbnail, ul.list li .onlinecontents img.thumbnail {
    /* aspect-ratio: 4 / 3;
    object-fit: cover; */
    width:100%;
    height:auto;
    margin-bottom: 1rem;
    box-shadow: 0 0 3px #ccc;
}
.onlinecontents h2.listtitle {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}
.onlinecontents h3.teacher {
    font-size:1.6rem;
    margin-top:1.5rem;
    background:#eee;
    padding:1.5rem;
    font-weight:700;
}
.onlinehead .schedulebox {
    color: #0659ae;
    font-size: 1.6rem;
    margin: 0;
}
.onlinehead .schedulebox p {
    color:#ff0000;
}
.onlinehead .schedulebox.end p {
    color:#ff0000;
    opacity:.5;
    text-decoration:line-through;
}
.onlinehead .schedulebox span {    
    background: #0659ae;
    color: #fff;
    font-size:1.3rem;
    text-decoration:none;
    padding:.5rem 1rem;
    border-radius: 0;
    margin: 0;
}
.onlinehead .schedulebox.end span {
    background: #ff0000;
    color: #fff;
    font-size:1.3rem;
    text-decoration:none;
    padding:.5rem 1rem;
    border-radius: 0;
    margin: 0;
}
.freetitle {
    background:#0659ae;
    padding:3rem;
}
.freetitle h2 {
    color:#fff;
    width:100%;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
}
ul.productlist {
    width:100%;
    border-bottom:1px solid #eee;
}
ul.productlist li {
    width:100%;    
}
.productlist li .thumb {
    width:30%;  
}
.productlist li .thumb img {
    width:100%;
    aspect-ratio: 4 / 3;
    object-fit:cover;
}
ul.list.productlist li {
    border-top:1px solid #eee;
    margin:0;
}
.productlist li .lead {
    width:calc(100% - 30%);
    padding:0 3rem;
}
.productlist li .lead h2 {
    font-weight:bold;
    font-size:2rem;
}
.productlist li .lead span.btn {
    border:1px solid #0659ae;
    border-radius:4px;
    color:#0659ae;
    margin-top:1rem;
}
ul.gallery_thumb {
    width:100%; 
    margin-right:-5px;
}
ul.gallery_thumb li {
    width:calc(100% / 5 - 5px);
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
.productimg, .productdetail {
    width:50%;
}
.productdetail {
    padding:0 3rem;
}
.productdetail h2 {
    font-weight:bold;
    color:#0659ae;
    font-size:3rem;
}
.productimg .slick-slide {
    height:auto;
}
.productimg .slick-slide::before {
    background:none;
    opacity:1;
    z-index: 1;
    height:auto;
}
.moredetail {
    background:#f8f8f8;
    padding:3rem;
    line-height:2;
}
.moredetail h2 {
    font-weight:bold;
    color:#0659ae;
    font-size:2rem;
    margin-bottom:1rem;    
}
h3.abouttitle {
    color:#0659ae;
    font-weight:bold;
}
ul.aboutlist li {
    width:calc(100% / 3 - 15px);
}
ul.aboutlist li p {
    line-height:1.4;
}
h2.aboutvalue {
    text-align:center;
    background:#318ce9;
    color:#fff;
    border-radius:1.5rem;
    padding:3rem;
    font-size:2rem;
    font-weight:bold;
    margin-bottom:1rem;
}
h2.aboutvalue span {
    display:block;
    font-size:1.4rem;
    margin-bottom:1rem;
}
.abouthalf div{
    width:calc(100% / 2 - 15px);
}
.aboutthree div{
    width:calc(100% / 3 * 2 - 15px);
}
.aboutthree div.img{
    width:calc(100% / 3 - 15px);
}
.aboutwhat li{
    width:calc(100% / 3 - 15px);
}
.aboutwhat li h3 {
   border-top:3px dotted #318ce9;
   border-bottom:3px dotted #318ce9;
    padding:1rem;
    font-weight:bold;
    font-size:1.6rem;
    text-align:center;
    color:#318ce9;
    margin-bottom:1rem;
}
.aboutwhat li h4 {
    color:#0659ae;
    font-size:2rem;
    font-weight:bold;
    padding:0 0 .5rem 0;
    line-height:1.6;
}
.aboutwhat li h4 span {
    width:auto;
    padding:0 0 0 1rem;
}
.aboutwhat li h4 img{
    width:20%;
    height:auto;
}   
.voicelist li {
    padding:3rem;
    margin:0 0 3rem;
    box-shadow: 0 0 3px #ccc;
    border-radius: 0.5rem;
    background:rgba(255,255,255,.5);
}
.voicelist li:last-child {
    margin:0;
}
.voicelist li h3 {
    color:#0659ae;
    font-weight:bold;
    font-size:2rem;
    margin-bottom:1rem;
}
section .aboutwhat p {
    font-size: 1.4rem;
}
.voicelist li p {
    font-size:1.4rem;
}
.voicelist li h3 span {
    color:#000;
    font-size:1.4rem;
    display:block;
    margin-bottom:.5rem;
}
@media (max-width: 767px) {
.gnav li.register {
    margin: 0;
    width: calc(100% / 2);
    align-items: center;
    border-top:none;
}
.nav-wrap li.accountinfosp {
    padding:1rem 0 0;
}
.nav-wrap li.accountinfosp li {
    border:none;
    margin:0;
}
li.accountinfosp .accountinfo li {
    width:70%;
}
li.accountinfosp .accountinfo li:last-child {
    width:30%;
}
li.accountinfosp .accountinfo {
    margin:0;
    width:100%;
}
.morearea {
    margin:0 auto;
    width:50%;
}
span.titlemax {
    width: 100%;
}
.academytitle h2 {
    color: #0659ae;
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: .5rem;
}
.onlinethumb {
    width:100%;
}
.onlinecontents {
    width:100%;
    padding-left:0;
    padding-top:0;
}
.onlinecontents h2.listtitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}
.productimg, .productdetail {
    width:100%;
}
.productdetail {
    padding: 3rem 0 0;
}
h2.about {
    margin-top:3rem;
}
h2.abouttitle {
    color:#0659ae;
    font-weight:bold;
    text-align:left;
    font-size:2rem;
}
h3.abouttitle {
    color:#0659ae;
    font-weight:bold;
    text-align:left;
    font-size:1.4rem;
}
ul.aboutlist li {
    width:100%;
    margin-bottom:3rem;
}
ul.aboutlist li:last-child {
    margin-bottom:0;
}
ul.aboutlist li p {
    line-height:1.4;
}
h2.aboutvalue {
    text-align:center;
    background:#318ce9;
    color:#fff;
    border-radius:1rem;
    padding:1.5rem;
    font-weight:bold;
    margin-bottom:1rem;
}
h2.aboutvalue span {
    display:block;
    font-size:1.3rem;
    margin-bottom:.5rem;
}
.abouthalf div{
    width:100%;
}
.aboutthree div{
    width:100%;
}
.aboutthree div.img{
    width:100%;
    margin-bottom:3rem;
}
.aboutwhat li{
    width:100%;
    margin-bottom:5rem;
}
.aboutwhat li:last-child {
    margin-bottom:0;
}
.aboutwhat li h4 {
    color:#0659ae;
    font-size:2rem;
    font-weight:bold;
    padding:0 0 .5rem 0;
    line-height:1.6;
}
.aboutwhat li h4 span {
    width:auto;
    padding:0 0 0 1rem;
}
.aboutwhat li h4 img{
    width:15%;
    height:auto;
}   
.voicelist li {
    padding:3rem;
    margin:0 0 3rem;
    box-shadow: 0 0 3px #ccc;
    border-radius: 0.5rem;
    background:rgba(255,255,255,.5);
}
.voicelist li:last-child {
    margin:0;
}
.voicelist li h3 {
    color:#0659ae;
    font-weight:bold;
    font-size:2rem;
    margin-bottom:1rem;
}
.voicelist li p {
    font-size:1.4rem;
}
.voicelist li h3 span {
    color:#000;
    font-size:1.4rem;
    display:block;
    margin-bottom:.5rem;
}
.productlist li .thumb {
    width: 100%;
}
.productlist li .lead {
    width: 100%;
    padding: 1.5rem 0 0;
}
.searchbox {
    width:100%;
    margin:1rem 0 0;
}
}


