@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
} 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	min-height: 100%;
	font-family: 'Asap', 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color:#4D4D4D;
	padding-top:80px;
	-webkit-text-size-adjust: 100%;
  	display: flex;
    flex-flow: column;
	background-color: #FAFAFA;
}
.scroll-off {
	overflow: hidden;
}
img{
	border-style:none;
}
ul {
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
	color: #333;
}
a:hover {
	color:#999999;
}
br {
	letter-spacing: normal;
}
iframe {
	border: none;
}
fieldset {
	border: none;
}
span.text-br {
	display:inline-block;
}
span.br:before {
    /*content: '\A';*/
    white-space: pre;
}
h1 {
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
}
h2 {
	font-size: 3.8rem;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
h3 {
	font-size: 3.6rem;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}
h4 {
	font-size: 2.8rem;
	font-weight: 600;
}
h5 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2em;
}
p {
	font-size: 1.8rem;
	line-height: 1.4em;
}
.red {
	color: #F37856;
}
.blue {
	color: #3296AC;
}

.icons {
	display: none;
}
.wrapper {
	width: 100%;
	min-width: 768px;
	min-height: 100%;
	padding-bottom: 30px;
	position: relative;
	top: 0;
	transition: all .5s;
	flex: 1;
	z-index: 998;
}

body.itemid-101 .wrapper{
	display: block;
}
.wrapper.open {
	top: 100px;
	transition: all .5s;
}
section {
	width: 100%;
	position: relative;
	padding: 30px 0;
}

.container {
	width: 100%;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 24px;
	position: relative;
	text-align: center;
}


/* MainMenu */
header {
	width:100%;
	height:80px;
	min-height: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	z-index:1000;
	position:fixed;
	top:0;
}
header .container {
	width: 100%;
	min-width: 768px;
	max-width: 100%;
}
.site_logo {
	 float:left;
	 padding:20px 0;
}

.wrap-menu {
	padding:28px 0;
	display:block;
}
.wrap-menu .menu {
	height:24px;
	float:right;
	overflow:visible;
	display:block;
}
.wrap-menu .menu li {
	float:left;
    position: relative;
	text-align:right;
	border-right:1px solid #333;
}
.wrap-menu .menu li:last-child {
	border-right:none;
}
.wrap-menu .menu li a, .wrap-menu .menu li span, .menu li .nav-header {
	color:#333;
	font-size:1.6rem;
	font-weight: 500;
	line-height: 1em;
	padding: 5px 10px;
	display:block;
	position: relative;
	cursor:pointer;
}
.wrap-menu .menu > li:last-child a,
.wrap-menu .menu > li:last-child span,
.menu > li:last-child .nav-header {
	padding-right: 0;
}

.wrap-menu .menu li:hover > ul {
    display: block;
}

/* Sub-menu */
.wrap-menu .menu li.item-102 > ul {
    width: 150px;
	height:0;
	visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 23px;
    left: 0;
    margin: 0;
	padding:30px 0 0; 
	transition: height 0.7s 0s ease;
    overflow: hidden;
}
.wrap-menu .menu li.item-102:hover > ul {
    height: auto;
    visibility: visible;
    z-index: 1001;
}
.wrap-menu .menu li.item-102 > ul > li {
    width: 100%;
    color: #333;
    background: rgba(50,150,172,0.9);
}
.wrap-menu .menu li.item-102 > ul li {
    text-align: left;
	border-right:none;
	border-bottom: 1px solid #6BC0C4;
    float: none;
}
.wrap-menu .menu li.item-102 > ul li a,
.wrap-menu .menu li.item-102 > ul li span {
	color: #FAFAFA; 
	padding: 13px 10px;
}
.wrap-menu .menu li.item-103 > ul {
	display: none;
}
.wrap-menu .menu li ul li:last-child {
	border-bottom:none;
}

.wrap-menu .menu li.active a, .wrap-menu .menu li.active span {
	color:#3296ac;
}
.wrap-menu .menu li.active li a, .wrap-menu .menu li.active li span {
	color:#333;
}
.wrap-menu .menu li:not(.active) a:hover, .wrap-menu .menu li:not(.active) span:hover {
	color:#999999;
}
.wrap-menu .menu li:not(.active) ul a:hover {
	color: #6BC0C4;
}
.wrap-menu .menu li.active li li.active a, .wrap-menu .menu li.active li li.active span,
.wrap-menu .menu li.active li li.active a:hover, .wrap-menu .menu li.active li li.active span:hover {
	color: #6BC0C4;
}
/* Clear floated elements */
.wrap-menu .menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* toggle-menu */
#nav-toggle {
	height: 32px;
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
	z-index: 1001;
	display: none;
}
#nav-toggle > div {
	width: 36px;
    position: relative;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #3296ac;
    position: absolute;
    transition: transform .3s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 0;
}
#nav-toggle span:nth-child(2) {
      top: 14px;
}
#nav-toggle span:nth-child(3) {
      top: 28px;
}

/* Self-Study menu */
ul.self-study {
	width: 100%;
	height: 0;
	position: fixed;
	top: 80px;
	background: #FAFAFA;
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
	text-align: center;
	overflow: hidden;
	transition: all .5s;
	z-index: 999;
}
ul.self-study.open {
	height: 100px;
	position: fixed !important;
	top: 80px !important;
	transition: height .5s;
}
ul.self-study li {
	min-width: 90px;
	display: inline-block;
	padding: 16px 10px;
	
}
ul.self-study li .image-title {
	font-size: 1.6rem;
	font-weight: 500;
	color:#3296ac;
	display: block;
}
ul.self-study li img {
	display: block;
	margin: 0 auto 3px;
}


/*Login form Menu*/
form#login-form,
form#login-form.form-vertical {
	width: 116px;
	height: 36px;
	position: fixed;
	top: 80px;
	right: 20px;
	background-color: #3296ac;
	border-radius: 0 0 10px 10px;
	text-align: center;
	overflow: hidden;
	filter: drop-shadow(0 1px 2px #558781);
	z-index: 1000;
	transition: all .3s;
}
form#login-form.form-vertical {
	width: 110px;
}
form#login-form .pretext p {
	font-size: 1.4rem;
	color: #FFF;
	display: block;
	padding: 7px 18px 0 0;
	cursor: pointer;
	position: relative;
}
form#login-form .pretext p::after {
	content: url("../images/icon_login.png");
	position: absolute;
	top: 4px;
	right: 13px;
}
form#login-form .userdata {
	margin-top: 15px;
	opacity: 0;
	transition: opacity 0.5s ;
}
form#login-form input[type="text"],
form#login-form input[type="password"] {
	width: 200px;
	color:#4D4D4D;
	padding: 5px;
	margin: 3px 0;
	border: none;
	border-radius: 3px;
}
form#login-form .checkbox {
	position: relative;
	margin-top: 6px;
}
form#login-form input[type="checkbox"] { 
	display: none;
}
form#login-form label.control-label {
	font-weight: 300;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
form#login-form label.control-label:before {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  border: 1px solid #FFF;
  position: absolute;
  left: 55px;
  top: -1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	opacity: 0.6;
}
form#login-form label.control-label.checked:before  {
  width: 10px;
  top: -6px;
  left: 60px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	opacity: 1;
}
form#login-form label {
	font-size: 1.4rem;
	color: #FFF;
}
form#login-form .element-invisible {
	display: none;
}
form#login-form button {
	font-size: 1.4rem;
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
form#login-form .unstyled {
	margin-top: 8px;
}
form#login-form .unstyled li:nth-child(1) {
	display: none;
}
form#login-form .unstyled a {
	font-size: 1.3rem;
	line-height: 1em;
	color: #FFF;
	opacity: 0.6;
}
form#login-form button:hover {
	color: #6BC0C4;
	border-color: #6BC0C4;
}
form#login-form .unstyled a:hover {
	opacity: 1;
}

form#login-form.open {
	width: 240px;
	height: 226px;
	border-radius: 0 0 30px 30px;
}
form#login-form.open .pretext p {
	color: transparent;
}
form#login-form.open .pretext p::after {
	top: 10px;
	right: calc(50% - +8px);
}
form#login-form.open .userdata {
	opacity: 1;
}
form#login-form .logout-button {
	display: inline-block;
	margin-left: 10px;
}
form#login-form .logout-button .btn {
	height: 30px;
	border: none;
	color: #FFF;
	background-color: transparent;
	position: absolute;
	top: 2px;
	left: 10px;
}
form#login-form .login-greeting {
	font-size: 1.4rem;
	color: #4D4D4D;
	display: inline-block;
}
form#login-form a.user-account {
	width: 20px;
	height: 30px;
	color: transparent;
	background: url("../images/icon_user.png") no-repeat;
	background-color: transparent;
	position: absolute;
	top: 5px;
	right: 10px;
}


/* Home */
section.top-img {
	width: 100%;
	height: 350px;
	background:url("../images/image-top.jpg") no-repeat center;
	background-size: cover;
	padding-top: 120px;
}
section.top-img h1 {
	width: 720px;
	color: #FFF;
	text-align: center;
	filter: drop-shadow(3px 3px 3px #333);
	margin: 0 auto
}


section.content1 .noriko-kimono {
	width: 140px;
	height: 216px;
	background: url("../images/noriko_kimono.png") no-repeat center;
	position: absolute;
	top: -210px;
	right: 0;
}
section.content1 h2 {
	margin-bottom: 30px;
}
section.content1 .wrap {
	width: 250px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin: 0 46px;
}
section.content1 .icon1 {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: url("../images/icon_pc1.png") no-repeat #F37856 center;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
section.content1 .icon2 {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: url("../images/icon_pc2.png") no-repeat #3296AC center;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}
section.content1 .wrap h5 {
	color: #F37856;
}
section.content1 .wrap img {
	position: relative;
	margin: -20px 0 6px;
	z-index: 9;
	border-radius: 10px;
}
section.content1 .fleche {
	position: absolute;
	top: 130px;
	left: calc(50% - 57px)
}

section.content2 {
	background-color: #E0E0E0;
	background: -webkit-repeating-linear-gradient(-45deg, #E0E0E0, #E0E0E0 4px,#EEE 3px, #EEE 8px);
    background: repeating-linear-gradient(-45deg, #E0E0E0, #E0E0E0 4px,#EEE 3px, #EEE 8px);
}
section.content2 .video-wrap {
	width: 350px;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
}
section.content2 .video-wrap:nth-child(2) {
	margin-left: 10px;
	margin-right: 0;
}
section.content2 .see-more a {
	font-size: 2rem;
	font-weight: 600;
}
section.content2 .see-more img {
	vertical-align: middle;
	margin-left: 5px;
}

section.content3 {
	padding-top: 80px;
	padding-bottom: 80px;
}
section.content3 ul li {
	width: 320px;
    height: 86px;
	font-size: 2.0rem;
    line-height: 1.2em;
	color: #FFFFFF;
    background: #f3a256;
    border-radius: 10px;
    padding: 32px 0;
	margin: 10px;
	position: relative;
	display: inline-block;
}
section.content3 ul li:after {
	width: 0;
    content: '';
   	border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #f3a256 transparent transparent transparent;
    display: block;
    position: absolute;
	top: 70%;
    right: -15px;
    margin-top: -7.5px;
	z-index: 1;
}
section.content3 ul li:first-child {
	background: #f38b57;
}
section.content3 ul li:first-child:after {
    border-width: 0 15px 15px 0;
    border-color: transparent #f38b57 transparent transparent;
    left: -15px;
}
section.content3 ul li:last-child {
	background: #F37856;
	padding: 20px 15px;
}
section.content3 ul li:last-child:after {
    border-color: #F37856 transparent transparent transparent;
}


section.content4 {
	background-color: #F0F0F0;
	padding-bottom: 0;
}
section.content4 .container {
	width: 720px;
	background-color: #FFF;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 15px auto;
}
section.content4 h3 span:not(.br) {
	font-style: normal;
	color: #3296AC;
	border: 4px solid #666;
	border-radius: 6px;
	padding: 0 11px;
	margin-right: 3px;
	margin-bottom: 10px;
}
section.content4 ul li {
	width: 480px;
	margin: 10px auto 20px;
}
section.content4 ul li:last-child {
	margin-bottom: 10px;
}
section.content4 ul li span.check {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.5em;
	color: #F37856;
	display: block;
	position: relative;
}
section.content4 ul li span.check::before {
	content: url("../images/icon_check.png");
	margin-right: 5px;
	position: relative;
	top: 5px;
}
section.content4 .container:last-child {
	margin: 50px auto 0;
	padding-top: 15px;
	padding-bottom: 10px;
	border-radius: 20px 20px 0 0;
}
section.content4 .container:last-child h3 {
	margin-bottom: 0;
}


section.content1,
section.content5,
section.content6 {
	background: #FAFAFA;
}
section .wagara,
.com_payplans .wagara {
	width: 100%;
	height: 180px;
	background: url("../images/wagara.png") #EBD065;
	position: absolute;
	top: 0;
	z-index: 0;
}
section.content6 .wagara,
.itemid-107 .wagara,
.itemid-241 .wagara,
section.self-study.n5 .wagara {
	background-color: #EB9E65;
}
section .bg-cours{
	width: 100%;
	background: url("../images/sankaku.png") no-repeat center 0;
	position: relative;
	top: -30px;
	left: 0;
	padding-top: 50px;
}
section .bg-cours h3 {
	font-size: 2.8rem;
	color: #707070;
}
section .bg-cours h4 {
	color: #EBD065;
	margin-bottom: 15px;
}
.itemid-107 section .bg-cours h4 {
	color: #EB9E65;
}
section .bg-cours p {
	font-weight: 600;
}
section .bg-cours p span.bull {
	color: #EBD065;
}
section.content6 .bg-cours h4 {
	color: #EB9E65;
	margin-bottom: 15px;
}
section.content6 .bg-cours p span.bull {
	color: #EB9E65;
}
section .tarif {
	width: 300px;
	height: 305px;
	border: 3px solid #F37856;
	position: relative;
	display: inline-block;
	margin: 40px 10px 0;
	padding: 0 15px;
	vertical-align: top;
}
section .tarif .icon {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: url("../images/icon_pc1.png") no-repeat #F37856 center;
	background-size: 50%;
	margin: 0 5px;
	display: inline-block;
	position: relative;
	top: -30px;
}
section .tarif2 .icon,
section .duo .col:nth-child(2) .icon {
	background: url("../images/icon_pc2.png") no-repeat #3296AC center;
	background-size: 50%;
}
section .tarif h5 {
	font-size: 2.0rem;
	color: #F37856;
	margin: -25px 0 10px;
}
section .tarif p.detail1 {
	font-size: 2.4rem;
}
section .tarif p.detail2 {
	font-size: 1.6rem;
	font-weight: 500;
}
section .tarif p.price {
	font-size: 3.0rem;
	line-height: 1em;
	border-top: 2px solid #F37856;
	padding-top: 15px;
	margin: 10px 0 0;
	position: relative;
}
section .tarif p.price .normal-amount {
    color: #999;
    font-weight: 600;
    text-decoration: line-through;
}
section .tarif .campaign,
.itemid-101 section .tarif .campaign-mini {
    width: 100%;
    max-width: 380px;
    font-size: 1.6rem;
  	font-weight: 600;
    color: #FFF;
    background-color: #F14C42;
    margin: 3px auto 10px;
    padding: 0;
    border-radius: 15px;
}
.itemid-101 section .tarif .campaign-mini {
  	 max-width: none;
  	 position: absolute;
    top: 40px;
    left: 0;
    background-color: transparent; 
    color:#F14C42;
}
section .tarif p.detail3 {
	font-size: 1.6rem;
	font-weight: 300;
}
.converter {
  margin-bottom:4px;
  position: relative;
  z-index: 10;
}
.wrap-converter {
  display:none;
}
section .tarif a.btn {
	width: 150px;
	height: 40px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #FFF;
	padding: 8px 0;
	background: #F37856;
	border-radius: 20px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 75px);
	z-index: 2;
}
section .tarif2,
section .tarif2 p.price {
	border-color: #3296AC;
}
section .tarif2 h5,
section .duo .col:nth-child(2) h5 {
	color: #3296AC;
}
section .tarif2 a.btn,
section.content6 .tarif a.btn,
section .tarif.duo a.btn {
 	background: #3296AC;
}
section.content5 .tarif1 p.price {
	padding-top: 25px;
}
section.content6 .tarif {
	width: 620px;
}
section.content6 .tarif1,
section.content6 .tarif2 {
	width: 280px;
	display: inline-block;
	vertical-align: top;
}
section.content6 .tarif1 .icon {
	margin-left: 150px;
}
section.content6 .tarif2 .icon {
	margin-right: 150px;
}
section.content6 .tarif::after {
	width: 310px;
	height: 305px;
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	border: 3px solid #3296AC;
	border-left: none;
}
section.content6 p.price::after {
	width: 290px;
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	border-top: 2px solid #3296AC;
	z-index: 1;
}
section.content6 .tarif::before {
	content: "+";
	font-size: 4.0rem;
	font-weight: 600;
	position: absolute;
	left: calc(50% - 11px);
}

section .tarif.horizontal,
section .tarif.duo {
	width: 100%;
	height: auto;
	display: block;
	margin: 40px 0 0;
	padding: 30px 15px;
	border-radius: 10px;
}
section .tarif.horizontal .col {
	width: 49%;
	min-width: 330px;
	display: inline-block;
	vertical-align: middle;
}
section .tarif.duo .col {
	width: 220px;
	display: inline-block;
	vertical-align: top;
}
section .tarif.horizontal .icon {
	top: 0;
	margin: 0;
	margin-right: 10px;
	vertical-align: middle;
}
section .tarif.horizontal h5 {
	width: calc(100% - 120px);
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
section .tarif.horizontal input {
	display: none;
}
section .tarif.horizontal label {
	width: 150px;
	height: 40px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #F37856;
	padding: 6px 0;
	background:#FFF;
	border-radius: 20px;
	border: 2px solid #F37856;
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 160px);
	z-index: 2;
}
section .tarif2.horizontal label {
	border: 2px solid #3296AC;
}
section .tarif2.horizontal label {
	color: #3296AC;
}
section .tarif.horizontal a.btn {
	left: calc(50% + 10px);
}
section .tarif.horizontal .detail {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding-top: 10px;
	border-top: none;
	opacity: 0;
	transition: all 0.5s;
}
section .tarif.horizontal .detail ul.video-name,
section .tarif.duo .detail ul.video-name {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
section .tarif.horizontal .detail ul.video-name li,
section .tarif.duo .detail ul.video-name li {
	font-size: 1.6rem;
	text-align: left;
	text-indent: -30px;
	margin-left: 30px;
	margin-bottom: 5px;
}
section .tarif.horizontal input:checked ~ .detail {
	height: auto;
	margin: 30px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #F37856;
	opacity: 1;
}
section .tarif2.horizontal input:checked ~ .detail {
	border-top: 1px solid #3296AC;
}
section .tarif.horizontal input:checked + label:before {
	content: "ĐÓNG";
	width: 150px;
	height: 40px;
	padding: 6px 0;
	background:#FFF;
	border-radius: 20px;
	border: 2px solid #F37856;
	display: block;
	position: absolute;;
	top: -2px;
	left: -2px;
}
section .tarif2.horizontal input:checked + label:before {
	border: 2px solid #3296AC;
}
section .tarif .detail p {
	font-weight: 400;
}
section .tarif .detail .wrap-icon {
	position: relative;
	margin: 30px 0 50px;
}
section .tarif .detail .wrap-icon .col {
	width: 220px;
	min-width: 0;
}
section .tarif .detail .wrap-icon .icon1,
section .tarif .detail .wrap-icon .icon2 {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background-size: 50%;
}
section .tarif .detail .wrap-icon .col h5 {
	width: 100%;
	text-align: center;
}
section .tarif .detail .wrap-icon .col:first-child h5 {
	color: #F37856;
}
section .tarif .detail .wrap-icon .fleche {
	width: 76px;
	height: 100px;
	background: url("../images/icon_fleche.png") no-repeat top center;
	background-size: 100%;
	top: 38px;
	left: calc(50% - 38px);
	padding-top: 65px;
	
}
section .tarif .detail .wrap-icon .fleche p {
	width: 100%;
	font-weight: 600;
}
section .tarif .detail h3 {
	width: 340px;
	color: #FFF;
	padding: 10px 0;
	margin: 0 auto 15px;
	background-color: #F37856;
	border-radius: 25px;
}
section .tarif.tarif2 .detail h3:nth-of-type(1) {
	background-color: #3296AC;
}
section .tarif.tarif2 .detail h3:nth-of-type(2) {
	background-color: #F3A356;
}
section .tarif.tarif2 .detail h3:nth-of-type(3) {
	background-color: #F38A57;
}
section .tarif .detail .step {
	margin: 15px 0 50px;
}
section .tarif .detail .step ul {
	width: 100%;
	height: 230px;
	background: url("../images/line_step.png") no-repeat center 15px;
	padding: 0 20px;
	position: relative;

}
section .tarif .detail .step ul li {
	width: 180px;
	height: 230px;
	font-size: 1.6rem;
	text-align: center;
	background: url("../images/icon_step1.png") no-repeat center 45px;
	padding-top: 150px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 10px;
	display: inline-block;
}
section .tarif .detail .step ul li:nth-child(2) {
	background-image: url("../images/icon_step2.png");
	left: 170px;
	padding-top: 0;
}
section .tarif .detail .step ul li:nth-child(3) {
	width: 200px;
	background-image: url("../images/icon_step3.png");
	left: 320px;
}
section .tarif .detail .step ul li:nth-child(4) {
	background-image: url("../images/icon_step4.png");
	left: 490px;
	padding-top: 0;
}
section .tarif .detail .step p {
	font-size: 1.6rem;
	text-align: left;
	background-color: #F2F2F2;
	border-radius: 20px;
	padding: 20px;
}
section .tarif .detail h4 {
  max-width: 420px;
	color: #F3A356;
	font-style: italic;
	font-weight: 600;
	margin: 0 auto 5px;
}
section .tarif .detail .planning {
	width: 100%;
	max-width: 420px;
	margin: 15px auto 50px;
}
section .tarif .detail .planning .class-wrap {
	margin-bottom: 20px;
}
section .tarif .detail .planning .class-wrap:last-of-type {
	margin-bottom: 0;
}
section .tarif .detail .planning .cours-name {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFF;
	background-color: #3296AC;
	padding: 5px 10px;
}
section .tarif .detail .planning .cours-date {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 10px 5px;
	padding-right: 40px;
	position: relative;
}
section .tarif .detail .planning .cours-date a {
	position: absolute;
	top: 5px;
	right: 5px;
}

section .tarif .detail .equipment ul {
	
}
section .tarif .detail .equipment ul li {
	width: 110px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
section .tarif .detail .equipment ul li span.red {
	font-size: 1.3rem;
	vertical-align: text-top;
}
section .tarif .detail .equipment p {
	font-size: 1.4rem;
	text-align: left;
	margin: 20px auto;
	display: inline-block;
}

section .tarif.duo::after {
	width: 50%;
	height: calc(100% + 6px);
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	border: 3px solid #3296AC;
	border-left: none;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
section .tarif.duo .col .icon {
	top: 0;
}
section .tarif.duo .col h5 {
	margin: 0 0 5px;
}
section .tarif.duo p.price::after {
	width: 50%;
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	border-top: 2px solid #3296AC;
	z-index: 1;
}
section .tarif.duo::before {
	content: "+";
	font-size: 4.0rem;
	font-weight: 600;
	position: absolute;
	top: 55px;
	left: calc(50% - 11px);
}
section .tarif.duo .detail {
    margin: 30px 0 10px;
    padding-top: 30px;
    border-top: 1px solid #3296AC;
	position: relative;
	z-index: 100;
}
section .tarif.duo a.btn1 {
	position: inherit;
	bottom: -10px;
}
section .tarif.duo .detail h3:nth-of-type(1) {
	background-color: #F37856;
	margin-top: 30px;
}
section .tarif.duo .detail h3:nth-of-type(2) {
	background-color: #3296AC;
	margin-top: 50px;
}
section .tarif.duo .detail h3:nth-of-type(3) {
	background-color: #F3A356;
}
section .tarif.duo .detail h3:nth-of-type(4) {
	background-color: #F38A57;
}
section .tarif.duo .detail h3:nth-of-type(1) + p {
	font-size: 2.0rem;
	font-weight: 500;
	color: #F37856;
	margin-bottom: 15px;
}


/* SelfStudy */
section.self-study {
	padding-top: 60px;
	z-index: 1;
}
section.self-study .wagara {
	height: 60px;
	position: fixed;
	top: 80px;
	transition: all .5s;
	z-index: 3;
}
.wrapper.open section.self-study .wagara {
	top: 180px;
}
.wrapper.open .ul-list-ss {
	top: 180px;
	transition: all .5s;
}
section.self-study .wagara h1 {
	font-size: 3.2rem;
	font-weight: 500;
	color: #FFF;
	margin-top: 11px;
	margin-right: 50px;
}

.ul-list-ss {
  	width: 100%;
	height: 60px;
	text-align: center;
    position: fixed;
    top: 80px;
    z-index: 3;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 3px 10px -3px;
	box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 0%);
	transition: all .5s;
}
.ul-list-ss .icon-video-list {
	width: 100%;
	height: 60px;
	background: url("../images/icon_video_listwh.png") no-repeat calc(50% + 80px) 15px;
	cursor: pointer;
	z-index: 4;
	transition: all .5s;
}
.ul-list-ss.open .icon-video-list {
	background-image: url("../images/icon_close_wh.png");
	transition: all .5s;
}
.ul-list-ss .ul-wrap {
	height: 0;
	background-color: #FAFAFA;
	overflow: hidden;
	position: fixed;
}
.ul-list-ss.open .ul-wrap {
	height:  auto;
	max-height: 80vh;
    -webkit-box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 3px 10px -3px;
	box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 50%);
	overflow-y: scroll;
	transition: all .5s;
}
.ul-list-ss ul {
	max-width: 100%;
  	height: auto;
  	padding: 0 calc(50% - 500px) 30px;
	margin: 0 auto;
  	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	justify-content: flex-start;
	transition: all .5s;
}
.ul-list-ss ul li {
	width: calc((100% - 150px) / 5);
	font-size: 1.6rem;
	text-align: left;
	margin: 15px 15px 0;
	position: relative;
}
.ul-list-ss ul li a span {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	display: block;
	margin-top: 5px;
}
.ul-list-ss ul li a span.video-num {
	font-weight: 600;
	color: #3296AC;
}
.ul-list-ss ul li img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.ul-list-ss ul:not(.nm) li:nth-of-type(3)::before {
	content: '';
	white-space: pre;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15px;
	border-left: 2px dotted #3296AC;
}

.itemid-111 section.self-study .wagara h1,
.itemid-127 section.self-study .wagara h1,
.itemid-128 section.self-study .wagara h1,
.itemid-129 section.self-study .wagara h1 {
	margin-right: 0;
}
.itemid-111 .wrapper.open .ul-list-ss,
.itemid-127 .wrapper.open .ul-list-ss,
.itemid-128 .wrapper.open .ul-list-ss,
.itemid-129 .wrapper.open .ul-list-ss {
	top: 60px;
}
/*.itemid-111 .ul-list-ss,
.itemid-127 .ul-list-ss,
.itemid-128 .ul-list-ss,
.itemid-129 .ul-list-ss {
	height: auto;
	overflow: visible;
}*/
.itemid-111 .ul-list-ss .ul-wrap,
.itemid-127 .ul-list-ss .ul-wrap,
.itemid-128 .ul-list-ss .ul-wrap,
.itemid-129 .ul-list-ss .ul-wrap {
	height: auto;
	max-height: 100%;
	background: none;
	position: inherit;
	top: 140px;
	padding-top: 0;
	overflow: scroll;
	z-index: 1;
  transition: all .5s;
}
.wrapper.open .ul-list-ss .ul-wrap {
	top: 240px;
}
.itemid-111 .ul-list-ss .ul-wrap::before,
.itemid-127 .ul-list-ss .ul-wrap::before,
.itemid-128 .ul-list-ss .ul-wrap::before,
.itemid-129 .ul-list-ss .ul-wrap::before {
	content: "Khoá học NHẬP MÔN";
	font-size: 2.8rem;
	font-weight: 600;
	color: #EBD065;
	background: url("../images/icon_ninja1.png") no-repeat center top;
	padding-top: 80px;
    position: relative;
    top: 100px;
}
.itemid-127 .ul-list-ss .ul-wrap::before {
	content: "Khoá học N5";
	color: #EB9E65;
	background-image: url("../images/icon_ninja2.png");
}
.itemid-111 .ul-list-ss ul,
.itemid-127 .ul-list-ss ul,
.itemid-128 .ul-list-ss ul,
.itemid-129 .ul-list-ss ul {
	background-color: transparent;
	margin-top: 0;
	padding-top: 120px;
	padding-bottom: 200px;
}
.itemid-111 .ul-list-ss .icon-video-list,
.itemid-127 .ul-list-ss .icon-video-list,
.itemid-128 .ul-list-ss .icon-video-list,
.itemid-129 .ul-list-ss .icon-video-list {
	display: none;
}
.itemid-111 .ul-list-ss ul li,
.itemid-127 .ul-list-ss ul li,
.itemid-128 .ul-list-ss ul li,
.itemid-129 .ul-list-ss ul li {
	width: calc((100% - 90px) / 3);
}
.itemid-111 .ul-list-ss ul li a span,
.itemid-127 .ul-list-ss ul li a span,
.itemid-128 .ul-list-ss ul li a span,
.itemid-129 .ul-list-ss ul li a span {
	font-size: 1.8rem;
}
.itemid-127 .ul-list-ss ul li:nth-of-type(1),
.itemid-128 .ul-list-ss ul li:nth-of-type(1),
.itemid-129 .ul-list-ss ul li:nth-of-type(1) {
	margin-left: calc(100% / 6 + 15px);
	margin-bottom: 50px;
}
.itemid-127 .ul-list-ss ul li:nth-of-type(3)::before,
.itemid-128 .ul-list-ss ul li:nth-of-type(3)::before,
.itemid-129 .ul-list-ss ul li:nth-of-type(3)::before {
	width: calc(300% + 60px);
	height:24px;
	content: "Nội dung trả phí";
	font-size: 1.4rem;
	font-weight: 600;
	color: #3296AC;
	border-bottom: 1px solid #3296AC;
	border-left: none;
	position: absolute;
	top: -40px;
	left: 0;
	text-align: center;
}



section.self-study .page-number {
	width: 136px;
	height: 136px;
	background: no-repeat center top;
	background-image: url("../images/numbers_nm/01.png");
	background-size: 100%;
	margin: 0 auto;
}
section.self-study h2 {
	color: #3296AC;
	margin-bottom: 5px;
}
section.self-study .video-section {
	margin: 30px 0 50px;
}
section.self-study .video-section .video-wrap {
	margin: 20px 0 50px;
}
section.self-study .word-list {
	height: 1040px;
}
section.self-study .video-section p,
section.self-study .word-list p {
	font-weight: 600;
	color: #FFF;
	padding: 10px;
	background: #3296AC;
	background: -webkit-repeating-linear-gradient(-45deg, #3296AC, #3296AC 4px,#62a9af 3px, #62a9af 8px);
  	background: repeating-linear-gradient(-45deg, #3296AC, #3296AC 4px,#62a9af 3px, #62a9af 8px);
	border-radius: 5px;
	position: relative;
}
section.self-study .video-section p::after,
section.self-study .word-list p::after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 100%;
	left: 20px;
	border: 15px solid transparent;
	border-top: 15px solid #3296AC;
	
}
.word-list p {
	margin-bottom: 0px
}
.word-list h5 {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 30px;
}
.word-list iframe {
	margin-top: 20px;
}


/* Calendar */
.itemid-320 {
	padding-top: 0;
}
.itemid-320 header,
.itemid-320 .event_legend_container,
.itemid-320 footer {
	display: none;
}
.itemid-320 #jevents,
.itemid-320 .wrapper {
	min-width: 720px;
	margin: 0 auto;
	padding-bottom: 0;
}
.modal-wrapper {
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
	overflow: scroll;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  width: 720px;
  display: inline-block;
  z-index: 20;
  position: relative;
  padding: 40px 0 0;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 100%;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


/* Registration Form */
.registration {
	background-color: #f5f5f5;
	padding: 30px 0 0;
}
.registration form {
}
.registration form > fieldset {
	padding-bottom: 30px;
}
.registration form > fieldset:last-of-type {
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.registration form legend {
	text-align: center;
	font-size: 2.8rem;
    margin-bottom: 1em;
}
.registration form fieldset legend{
	display: none;
}
.registration form > fieldset:first-of-type legend{
	display: block;
}
.registration form > fieldset:not(last-of-type) .control-group {
	width: 100%;
	max-width: 330px;
    margin: 0 auto 8px;
}
.registration form fieldset .control-group .control-label {
	margin-bottom: 2px;
}
.registration form fieldset .control-group label {
	font-size: 1.5rem;
}
.registration form fieldset .control-group label#jform_password1-lbl::after {
	content: "(Hơn 6 ký tự chữ số tiếng anh)";
	font-size: 1.4rem;
	margin-left: 5px;
}
.registration form fieldset .control-group.field-spacer label {
	font-size: 1.4rem;
	color: #F37856;
}
.registration form fieldset .control-group input,
.registration form fieldset .control-group select {
    display: block;
    width: 100%;
    height: auto;
	padding: 12px 10px;
    margin: 0;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1em;
    color: #4d4d4d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: .2em;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.registration form fieldset .control-group select {
	font-size: 1.6rem;
}
.registration form fieldset#jform_terms_terms {
	width: 54px;
    height:50px;
    position:relative;
	margin: 0 auto;
}
.registration form fieldset#jform_terms_terms input{
    opacity: 0;
}
.registration form fieldset#jform_terms_terms label{
    width:54px;
    height:30px;
	color: transparent;
    box-sizing:border-box;
    float:left;
    border-radius:60px;
    position:relative;
    cursor:pointer;
    transition:.3s ease;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.registration form fieldset#jform_terms_terms input:last-of-type,
.registration form fieldset#jform_terms_terms label:last-of-type
{
    display: none;
}
.registration form fieldset#jform_terms_terms input:focus + label,
.registration form fieldset#jform_terms_terms input:focus + label:before{
    box-shadow: 0 0 4px #34abff;
}
.registration form fieldset#jform_terms_terms input:checked + label{
    background:#54c063;
}
.registration form fieldset#jform_terms_terms label:before{
    content:'';
    width:24px;
    height:24px;
    position:absolute;
    background:white;
    left:3px;
    top:3px;
    box-sizing:border-box;
    color:black;
    border-radius:100px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    transition:.3s;
}
.registration form fieldset#jform_terms_terms input[type=radio]:checked + label:before{
    left:27px;
}
.registration form label#jform_terms_terms-lbl a {
	color: #3296AC;
	text-decoration: underline;
}

.registration form > .control-group {
	background-color: #fafafa;
	text-align: center;
}
.registration form > .control-group button {
    display: inline-block;
    margin-bottom: 0;
	color: #fff;
    background-color: #3296AC;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .25em .75em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.registration form > .control-group button:hover {
	background-color: #3ba6c7;
}
.registration form > .control-group button + .btn {
	font-size: 1.4rem;
	margin-left: 20px;
}


/*Login page*/
.login-page {
	width: 240px;
	height: 226px;
	border-radius: 30px;
	background-color: #3296ac;
	text-align: center;
	margin: 50px auto 0;
	padding: 30px 0;
	position: relative;
}
.login-page form {
	margin-top: 15px;
}
.login-page form::before {
	content: url("../images/icon_login.png");
	position: absolute;
	top: 15px;
	left: calc(50% - 8px);
}
.login-page input[type="text"],
.login-page input[type="password"] {
	width: 200px;
	color:#4D4D4D;
	padding: 8px 5px;
	margin: 7px 0;
	border: none;
	border-radius: 3px;
}
.login-page .checkbox {
	position: relative;
	margin-top: 6px;
}
.login-page input#remember,
.login-page .control-label label { 
	display: none;
}
.login-page label[for='remember'] {
	font-weight: 300;
	display: block;
	position: relative;
	padding: 5px 0 10px;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.login-page label[for='remember']:before {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  border: 1px solid #FFF;
  position: absolute;
  left: 55px;
  top: -1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	opacity: 0.6;
}
.login-page label[for='remember'].checked:before  {
  width: 10px;
  top: -6px;
  left: 60px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	opacity: 1;
}
.login-page label {
	font-size: 1.4rem;
	color: #FFF;
}
.login-page .element-invisible {
	display: none;
}
.login-page button {
	font-size: 1.4rem;
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
.login-page.unstyled {
	margin-top: 8px;
}
.login-page .unstyled a {
	font-size: 1.3rem;
	line-height: 1em;
	color: #FFF;
	opacity: 0.6;
}
.login-page button:hover {
	color: #6BC0C4;
	border-color: #6BC0C4;
}
.login-page + div {
	width: 240px;
	margin: 10px auto 0;
}
.login-page + div ul {
	text-align: center;
}
.login-page + div ul li:nth-child(3) {
	display: none;
}
.login-page + div ul a {
    font-size: 1.3rem;
    line-height: 1em;
}


/* Toolbar PayPlans */
#pp .pp-toolbar {
  display: none;
}
.view-dashboard #pp .pp-toolbar {
  display:flex;
}


/* System Message */
#system-message-container {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 5px;
    min-height: 0;
	font-size: 1.4rem;
	text-align: center;
}
#system-message-container .alert-heading {
	font-size: 2.0rem;
}
#system-message-container .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#system-message-container .alert-success {
    color: #54c063;
}
#system-message-container .alert-error {
	color: #F37856;
}
#system-message-container .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
    cursor: pointer;
}
#system-message-container .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#system-message-container button.close {
    padding: 3;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
#system-message-container .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}


/* FAQ */
.faq h2 {
	font-style: normal;
	margin-bottom: 30px;
}
.faq .accbox {
	padding: 0 15px;
	margin-top:20px;
}
.faq .acc_row {
	position:relative;
	margin-bottom:20px;
}
.faq .accbox label {
    display: block;
    margin: 0;
    line-height: 1.5em;
    cursor :pointer;
	position: relative;
	z-index:2;
}
.faq .accbox input {
    display: none;
}
.faq .accbox .acc_label {
	font-weight: 600;
	font-style: italic;
	border:1px solid #999;
	padding:20px;
	text-align:left;
	margin-left:45px;
}
.faq .acc_icon {
	width:40px;
	height:40px;
	background:url(../images/icon_plus.png) no-repeat left center;
	position:absolute;
	top: 15px;
	left:0;
	z-index:1;
}
.faq .accbox .accshow {
    height: 0;
	color: #3296AC;
    padding:0 20px;
    overflow: hidden;
	border:none;
    opacity: 1;
	margin-left:45px;
	text-align:left;
	line-height: 1.3em;
}
.faq .cssacc:checked + .accshow {
    opacity: 1;
	height: auto;
	border:1px solid #999;
	border-top:none;
	padding:20px;
	transition: 0.5s;
}
.faq .cssacc:checked ~ .acc_icon {
	background:url(../images/icon_minus.png) no-repeat left center;
	transition: 0.5s 0.2s;
}

/* Page Contact */
.contact-form h2 {
	font-style: normal;
	margin-bottom: 15px;
}
.contact-form p {
	font-size: 2.0rem;
	font-weight: 600;
	color: #3296AC;
	margin-bottom: 30px;
}
.contact-form input[type="submit"],
.contact-form input[type="textarea"],
.contact-form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.contact-form input[type="submit"]::-webkit-search-decoration,
.contact-form input[type="button"]::-webkit-search-decoration {
  display: none;
}
.contact-form form {
    width: 300px;
    margin: 0 auto;
}
.contact-form form div {
    position: relative;
    margin-bottom: 15px;
}
.contact-form form label {
	display: none;
}
.contact-form form input,
.contact-form form select,
.contact-form form textarea,
#system-message-container + .remind input,
#system-message-container + .reset input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1.6rem;
	color: #4D4D4D;
    display: block;
    cursor: text;
    outline: none;
    border-radius: 2px;
    background-color: #FFF !important;
    -webkit-appearance: none;
}
.contact-form form textarea {
	min-height:300px; 
    line-height: 1.3em;
    resize: none;
	overflow-y: scroll;
}
.contact-form form select:invalid,
.contact-form form *::placeholder {
	color: #A7A7A7;
}
.contact-form form input:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
    outline: none;
    border-color: #3296AC;
    cursor: text;
}
.contact-form form .btn,
#system-message-container + .remind .btn,
#system-message-container + .reset .btn {
	font-weight: 500;
    text-align: center;
	color: #fafafa;
    display: inline-block;
    margin: 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #3296AC;
    border: 1px solid transparent;
    white-space: nowrap;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .25em .75em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact-form-form form .btn:hover,
#system-message-container + .remind btn:hover,
#system-message-container + .reset btn:hover {
	background-color: #3ba6c7;
	cursor: pointer;
	 text-decoration: none;
	 transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.contact-form form .btn:last-child {
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: underline;
	color: #4D4D4D;
    background-color: transparent;
    margin-left: 20px;
}

#system-message-container + .remind,
#system-message-container + .reset {
	width: 90vw;
	max-width: 450px;
	text-align: center;
	border-radius: 30px;
	background-color: #DDDDDD;
	margin: 50px auto 0;
	padding: 30px 30px 20px;
	position: relative;
}
#system-message-container + .remind form,
#system-message-container + .reset form {
	
}
#system-message-container + .remind p,
#system-message-container + .reset p {
	font-size: 1.6rem;
	color: #4D4D4D;
	text-align: left;
	margin: 0 auto 20px;
}
#system-message-container + .remind .control-label,
#system-message-container + .reset .control-label {
	text-align: left;
}
#system-message-container + .remind label,
#system-message-container + .reset label {
	font-size: 1.4rem;
	color: #3296ac;
}
#system-message-container + .remind .control-group,
#system-message-container + .reset .control-group {
	width: 100%;
	margin: 0 0 10px;
}

.subscription-info,
.mail-sent {
	text-align: center;
	background: url("../images/noriko_kimono.png") no-repeat center top;
	background-size: auto 120px;
	margin-top: 50px;
	padding-top: 120px;
}
.mail-sent {
  background-image:url("../images/noriko_ojigi.png");
}
.subscription-info h5,
.mail-sent h5 {
	margin-bottom: 20px;
}
.subscription-info a.btn,
.mail-sent a.btn {
	width: 150px;
	height: 40px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #FFF;
	padding: 7px 0;
	margin-top: 50px;
	background: #3296AC;
	border: 2px solid #3296AC;
	border-radius: 20px;
	display: inline-block;
}
.subscription-info a.btn:first-of-type {
	color: #3296AC;
	background-color: transparent;
	margin-right: 20px;
}


/* Footer */
footer {
    width: 100%;
    text-align: center;
	background-color: #E0E0E0;
    padding: 20px;
	margin-top: auto;
    z-index: 1005;
}
footer .container {
	height: 100px;
	position: relative;
	display: block;
}
footer ul li {
	display: inline-block;
	padding: 2px 10px;
	border-left: 1px solid #333;
}
footer ul li:last-child {
	border-right: 1px solid #333;
}
footer ul li a {
	font-size: 1.4rem;
}
footer .copyright {
	width: 100%;
	font-size: 1.3rem;
	position: absolute;
	bottom: 0;
	display: block;
}
.rond {
	-moz-border-radius: 120% 120% 0 0 / 200% 200% 0 0;
    -webkit-border-radius: 120% 120% 0 0 / 200% 200% 0 0;
    border-radius: 120% 120% 0 0 / 200% 200% 0 0;
}

/* Terms & Condition */
.legal,
.policy{
	width:100%; 
	max-width:768px; 
	padding:30px; 
	margin:0 auto;
}
.legal {
	border-bottom: 1px solid #4D4D4D;
	padding-bottom: 110px;
}
.policy {
	padding-top: 110px;
}
.legal h2,
.policy h2,
.torihiki h2 {
	font-style: normal;
	margin-bottom: 30px;
}
.legal h5,
.policy h5 {
	text-align: center;
	margin: 20px 0 15px;
}
.legal p,
.policy p,
.torihiki p,
.torihiki table td {
	min-width: 120px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.itemid-317 .policy {
	display: none;
}
.itemid-317 .legal {
	border-bottom: none;
	padding-bottom: 20px;
}
.itemid-318 .legal {
	display: none;
}
.itemid-318 .policy {
	padding-top: 30px;
}

.torihiki {
	padding-bottom: 50px;
}
.torihiki .wrap {
	width: 90vw;
	max-width: 450px;
    border-radius: 30px;
    background-color: #DDDDDD;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}
.torihiki .detail-wrap {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.torihiki h4 {
	text-align: center;
	margin: 40px 0 20px;
}
.torihiki h5 {
	text-align: center;
	margin: 0 0 10px;
}
.torihiki p {
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
}




@media screen and (max-width: 480px) {
	body {
		padding-top: 60px;
	}
	.wrapper,
	.container,
	header .container {
    	min-width: 100%;	
		max-width: 100%;
		padding: 0;
	}
	.container {
		margin-right: 0;
		margin-left: 0;
		padding: 0 15px;
	}
	section.top-img h1 {
		width: 100%;
	}
	header {
		max-width: 100%;
		height: 60px;
	}
	.site_logo {
		width: 100%;
		height: 60px;
		float:none;
		text-align: left;
		padding: calc((60px - 9vw) / 2) 10px;
		vertical-align: middle;
	}
	.site_logo img {
		width: 60vw;
		height: auto;
	}
	/* toggle-menu */
	.wrap-menu {
		width: 100vw;
		height: 0vh;
		position: absolute;
		top: 60px;
		left: 0;
		padding: 0;
		z-index: 2000;
		transition: height 0s 1s;
	}
	.wrap-menu #nav-toggle {
		display: block;
		top: -45px;
	}
	.wrap-menu .menu {
		width: 100%;
		min-height: 100vh;
		float: none;
		background-color: #FAFAFA;
		padding: 0;
		padding-top: calc((50vh - 250px) / 2);
		padding-bottom: 200px;
		overflow-y: scroll;
		position: absolute;
		left: 100vh;
		transition: left 1s;
	}
	.wrap-menu .menu > li {
		width: 100% !important;
		height: auto !important;
		text-align: center;
		float: none;
		border: none;
		padding: 15px !important;
		background-color: transparent !important;
		visibility: visible !important;
		display: block;
		position: relative;
	}
	.wrap-menu .menu > li:not(:last-child)::after {
		width: 60%;
		content: "";
		border-top: 1px solid #9ed4de;
		position: absolute;
		bottom: 1px;
		left: 20%;
		
	}
	.wrap-menu .menu > li a,
	.wrap-menu .menu > li span {
		font-size: 2.0rem;
		font-style: italic;
		font-weight: 600;
		color: #4D4D4D;
		padding: 5px 0;
		border-bottom: 0px solid #CCC;
	}
	.wrap-menu .menu > li a:hover,
	.wrap-menu .menu > li span:hover {
		color: #4D4D4D !important;
		
	}
	.wrap-menu .menu > li ul {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		z-index: 1001 !important;
		top: inherit !important;
		left: inherit !important;
		margin: 0;
		padding: 0 !important;
		visibility: visible !important;
		display: block !important;
	}
	.wrap-menu .menu > li ul li {
		border: none !important;
		display: inline-block !important;
		float: none !important;
		background-color: transparent !important;
		padding: 5px 15px;
		text-align: center;
	}
	.wrap-menu .menu > li ul li a,
	.wrap-menu .menu > li ul li span {
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 400;
		color: #3296ac !important;
		padding: 5px 0 !important;
	}
	.wrap-menu .menu > li ul li a:hover,
	.wrap-menu .menu > li ul li span:hover {
		color: #3296ac !important;
	}
	.wrap-menu .menu li.item-102 > ul {
		width: 250px !important;
		text-align: center;
		margin: 0 auto;
	}
	.wrap-menu .menu li.item-102 > ul > li {
		width: 120px;
		text-align: center;
	}
	.wrap-menu .menu > li.item-103 ul li,
	.wrap-menu .menu > li.item-103  ul li {
		width: 104px;
		padding: 5px 10px 0;
		vertical-align: top;
	}
	.wrap-menu .menu li.active a, 
	.wrap-menu .menu li.active span {
		color: #4D4D4D;
	}
	
	.wrap-menu.open {
		height: 100vh;
		transition: height 0s;
	}
	.wrap-menu.open .menu {
		left: 0;
		transition: left .5s;
		z-index: 999;
	}
	.wrap-menu.open #nav-toggle span:nth-child(1) {
        top: 12px;
        transform: rotate(45deg);
    }
    .wrap-menu.open #nav-toggle span:nth-child(2) {
        top: 12px;
        width: 0;
        left: 50%;
    }
    .wrap-menu.open #nav-toggle span:nth-child(3) {
        top: 12px;
        transform: rotate(-45deg);
    }	
	ul.self-study.open {
		display: none;
		padding-top: 0;
	}
	.wrapper.open {
		top: 0;
	}
	
	/* Login */
	form#login-form, form#login-form.form-vertical {
		top: 60px;
		right: 5px;
		display: none;
		transition: left 1s 0.7s;
	}
	.wrap-menu.open + form#login-form {
		display: block;
		z-index: 3000;
		transition: left 1s;
	}
	form#login-form.open {
		right: calc(50vw - 120px);
	}
	
	/* Self-Study Video Menu */
	section.self-study .wagara {
		top: 60px;
	}
	section.self-study .wagara h1 {
		font-size: 3rem;
		margin-top: 13px;
		margin-right: 0;
	}
	.wrapper.open section.self-study .wagara {
		top: 160px;
	}
	.wrapper.open .ul-list-ss {
		top: 160px;
	}
	.ul-list-ss {
		top: 60px;
	}
	.ul-list-ss .icon-video-list {
		background-position: 15px 15px;
	}
	.ul-list-ss .ul-wrap {
		padding: 0 15px;
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129)
	.ul-list-ss.open .ul-wrap {
		height: 100vh;
		max-height: initial;
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129) 
	.ul-list-ss .ul-wrap ul {
		display: block;
		padding:0;
		padding-bottom: 220px;
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129) 
	.ul-list-ss ul li {
		width: 100%;
		margin: 15px 0 0; 
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129) 
	.ul-list-ss ul li a img {
		width:  30%;
		display: inline-block;
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129) 
	.ul-list-ss ul li a span {
		margin-top: 0;
	}
	body:not(.itemid-111):not(.itemid-127):not(.itemid-12):not(.itemid-129) 
	.ul-list-ss ul li a span.image-title {
		width:  70%;
		display: inline-block;
		padding-left: 10px;
		vertical-align: top;
	}
	.itemid-111 .ul-list-ss .ul-wrap,
	.itemid-127 .ul-list-ss .ul-wrap,
	.itemid-128 .ul-list-ss .ul-wrap,
	.itemid-129 .ul-list-ss .ul-wrap {
		top: 120px;
	}
	.itemid-111 .ul-list-ss .ul-wrap::before,
	.itemid-127 .ul-list-ss .ul-wrap::before,
	.itemid-128 .ul-list-ss .ul-wrap::before,
	.itemid-129 .ul-list-ss .ul-wrap::before {
		font-size: 2.2rem;
		background-size: 50px;
		padding-top: 55px;
		top: 65px;
	}
	.itemid-111 .ul-list-ss ul, 
	.itemid-127 .ul-list-ss ul, 
	.itemid-128 .ul-list-ss ul, 
	.itemid-129 .ul-list-ss ul {
		padding-top: 70px;
		justify-content: space-between;
	}
	.itemid-111 .ul-list-ss ul li, 
	.itemid-127 .ul-list-ss ul li, 
	.itemid-128 .ul-list-ss ul li, 
	.itemid-129 .ul-list-ss ul li {
		width: calc((100% - 20px) / 2);
		padding: 0;
		margin: 15px 0 0;
	}
	.itemid-127 .ul-list-ss ul li:nth-of-type(1),
	.itemid-128 .ul-list-ss ul li:nth-of-type(1),
	.itemid-129 .ul-list-ss ul li:nth-of-type(1) {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.itemid-127 .ul-list-ss ul li:nth-of-type(3)::before,
	.itemid-128 .ul-list-ss ul li:nth-of-type(3)::before,
	.itemid-129 .ul-list-ss ul li:nth-of-type(3)::before {
		width: calc(200% + 15px);
	}
	
	
	
	
	/* Home */
	section.top-img {
		width: 100%;
		height: auto;
		background:url("../images/image-top_mb.jpg") no-repeat top center;
		background-size: cover;
		padding-top: 0;
	}
	section.top-img:before {
		content:"";
		display: block;
		padding-top: 50%; /* 高さを幅の75%に固定 */
	}
	section.top-img .container {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	section.top-img h1 {
		width: 100%;
		font-size: 8vw;
		margin: 0;
		margin-top: 50px;
	}
	.itemid-101 section.content1 {
		padding-top: 20vw;
	}
	section.content1 .noriko-kimono {
		width: 100%;
		height: 150px;
		background: url("../images/noriko_kimono.png") no-repeat 53% 0;
		background-size: 25vw auto;
		top: -37vw;
	}
	section.content1 h2 {
		font-size: 8.5vw;
		margin-bottom: 20px;
	}
	section.content1 .wrap img {
		display: none;
	}
	section.content1 .wrap {
	width: 48%;
	margin: 0;
	}
	section.content1 .icon1,
	section.content1 .icon2 {
		width: 35vw;
		height: 35vw;
		background-size: 50%;
		margin-bottom: 5px;
		z-index: 1;
	}
	section.content1 .fleche {
		position: absolute;
		top: 35vw;
		left: calc(50% - 8.5vw);
		z-index: 2;
	}
	section.content1 .fleche img {
		width: 17vw;
		height: 13.5vw;
	}
	section.content1 .wrap h5 {
		font-size: 4.2vw;
	}
	section.content2 h3,
	section.content3 h3,
	section.content4 h3,
	section.content5 h3,
	section.content6 h3 {
		font-size: 8vw;
	}
	section.content2 .video-wrap {
		width: 90vw;
	}
	section.content2 .video-wrap:last-child {
		display: none;
	}
	section.content3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	section.content3 ul li {
		width: 80vw;
		min-width: 270px;
		height: 20vw;
		font-size: 5vw;
		margin: 0;
		margin-bottom: 5vw;
		padding: 7vw 2vw;
	}
	section.content3 ul li:last-child {	
		padding: 4vw 2vw;
	}
	section.content4 {
		padding: 30px 15px 0;
	}
	section.content4 .container {
		width: 100%;
	}
	section.content4 ul li {
		width: 100%;
	}
	section.content4 ul li span.check {
		font-size: 6vw;
		line-height: 1.1;
		margin-bottom: 3px;
	}
	section .tarif,
	section.content6 .tarif {
		width: 90vw;
		height: auto;
		padding-bottom: 40px;
		margin: 40px 0 15px;
	}
	section.content6 .tarif {
		padding-top: 100px;
	}
	section.content6 .tarif h5 {
		margin-bottom: 0;
	}
	section.content6 .tarif1 {
		margin-bottom: 40px;
	}
	section.content6 .tarif1,
	section.content6 .tarif2 {
		width: 100%;
	}
	section.content6 .tarif::after {
		width: calc(50% + 3px);
		height: calc(100% + 6px);
	}
	section.content6 .tarif1 .icon,
	section.content6 .tarif2 .icon {
		margin-left: 0;
		position: absolute;
		top: -30px;
		left: calc(50% - 120px);
	}
	section.content6 .tarif2 .icon {
		left: calc(50% + 20px);
	}
	section.content6 .tarif::before {
		top: 0;
	}
	section.content6 p.price::after {
		width: calc(50% + 3px);
	}
	section .tarif.horizontal {
		padding-top: 75px;
	}
	section .tarif2.horizontal {
		margin-top: 60px;
	}
	section .tarif.horizontal .col {
		min-width: 100%;
	}
	section .tarif.horizontal .icon {
		position: absolute;
		top: -30px;
		left: calc(50% - 50px);
		margin: 0;
		vertical-align: middle;
	}
	section .tarif.horizontal h5 {
		width: 90%;
		text-align: center;
		margin: 0 0 10px;
	}
	section .tarif.horizontal label,
	section .tarif.horizontal a.btn {
		width: 40%;
		left: 8%;
	}
	section .tarif.horizontal a.btn {
		width: 40%;
		left: inherit;
		right: 8%;
	}
	section .tarif.horizontal input:checked + label:before {
		width: calc(100% + 6px);
	}
	section .tarif .detail h3 {
		width: 100%;
	}
	section .tarif.horizontal input:checked ~ .detail {
		padding-top: 0;
		border-top: none;
	}
	section .tarif .detail .wrap-icon {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	section .tarif .detail .wrap-icon .col {
		width: 49%;
		vertical-align: top;
	}
	section .tarif .detail .wrap-icon .icon1, 
	section .tarif .detail .wrap-icon .icon2 {
		width: 35vw;
		height: 35vw;
		border-radius: 17.5vw;
		background-size: 50%;
		margin-bottom: 5px;
	}
	section .tarif .detail .wrap-icon .fleche {
		width: 20vw;
		top: 10vw;
		left: calc(50% - 10vw);
		padding-top: 18vw;
	}
	
	section .tarif.horizontal .detail ul.video-name, 
	section .tarif.duo .detail ul.video-name {
		width: 100%;
		display: block;
		padding: 0;
		}
	
	section .tarif .detail .step ul {
		width: 100%;
		max-width: 380px;
		height: auto;
		background-image:  none;
		padding: 0;
		margin: 0 auto 15px;
	}
	section .tarif .detail .step ul li {
		width: 100%;
		height: 100px;
		font-size: 1.6rem;
		text-align: left;
		background-position: left top;
		padding-top: 40px;
		padding-left: 90px;
		position: relative;
		top: initial;
		left: 0;
		display: block;
	}
	section .tarif .detail .step ul li:nth-child(2),
	section .tarif .detail .step ul li:nth-child(3),
	section .tarif .detail .step ul li:nth-child(4) {
		width: 100%;
		left: 0;
		padding-top: 40px;
	}
	section .tarif .detail h4 {
		font-size: 5.5vw;
	}
	.wrapper.open section.self-study .wagara {
		top: 60px;
	}
	.modal-overlay {
		width: 100vh;
		height: 100vh;
	  position: fixed;
		right: inherit;
		bottom: inherit;
	}
	.modal-wrapper {
		padding: 30px 15px;
	}
	.modal-wrapper .modal-close {
		right: inherit;
		left: 5px;
	}
	
	.torihiki .wrap {
		padding: 10px;
	}
	
	
	/* Self-Study */
	section.self-study .page-number {
		height: 90px;
		background-size: 70%;
	}
	section.self-study h2 {
		font-size: 7vw;
	}
	section.self-study h4 {
		font-size: 5.5vw;
	}
	section.self-study .video-section p, 
	section.self-study .word-list p {
		font-size: 4.7vw;
	}
	section.self-study .video-section {
		margin: 20px 0 50px;
	}
	section.self-study .word-list {
		height: 136vw;
	}
	
	
	/* Footer */
	footer {
		padding: 10px 10px 15px;
	}
	footer .container {
		height: auto;
		padding: 0;
	}
	footer ul li {
		padding: 0 5px;
		border-left: none;
	}
	footer ul li:last-child {
		border-right: none;
	}
	footer ul li a {
		font-size: 1.3rem;
		border-bottom: 1px solid #666;
	}
	footer .copyright {
		width: 100%;
		font-size: 1.2rem;
		position: inherit;
		bottom: inherit;
		margin-top: 7px;
	}

}

/* Menu Offline */
ul.self-study li:nth-child(3),
ul.self-study li:nth-child(4),
ul.self-study li:nth-child(5) {
	opacity: 0.3;
}
.wrap-menu .menu li.item-102 > ul > li:nth-child(3) span,
.wrap-menu .menu li.item-102 > ul > li:nth-child(4) span,
.wrap-menu .menu li.item-103 > ul > li:nth-child(3) span,
.wrap-menu .menu li.item-103 > ul > li:nth-child(4) span,
.wrap-menu .menu li.item-103 > ul > li:nth-child(5) span {
	opacity: 0.3;
}
.wrap-menu .menu li.item-102 > ul > li:nth-child(3) span:hover,
.wrap-menu .menu li.item-102 > ul > li:nth-child(4) span:hover,
.wrap-menu .menu li.item-103 > ul > li:nth-child(3) span:hover,
.wrap-menu .menu li.item-103 > ul > li:nth-child(4) span:hover,
.wrap-menu .menu li.item-103 > ul > li:nth-child(5) span:hover{
    color: #3296ac;
}