* {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1380px;
}
.page-box {
	overflow: hidden;
	background: url('img/b1.jpg') center top no-repeat;
}
body {
	background-color: #0C0B11;
}


.header {	
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.logo-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.logo-desc {
	color: #d7d7d7;
	font-size: 14px;
	max-width: 250px;
	margin-left: 5%;
}
.header .btn1 {
	font-size: 16px;
	padding: 10px 20px; 
}
.header .logo-box {

}
.lang-box {
	color: #773245;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.lang-box a {
	font-size: 18px;
	color: #773245;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid  #773245;
}
.lang-box a:first-child {
	border-left: 0;
}
.lang-box a.act {
	font-weight: bold;
}


.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 1%;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a, .menu span {
	font-size: 18px;
	color: #773245;
	font-weight: 500;
	display: block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: black;
}
.menu a:last-child {
	margin-right: 0;
}
.menu .sub > span {	
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	background: url('img/down.png') right center no-repeat;
}
.sub {
	position: relative;
}
.sub-menu {
	padding: 10px 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px 5px rgba(0,0,0,.04);
	position: absolute;
	left: -10px;
	top: 100%;	
	z-index: 20;
	display: none;
	background-color: white;
	width: 240px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 14px;
	color: #212121;	
	text-decoration: none;
	display: block;
}
.sub-menu.on {
	display: block !important;
}

.menu-btn-box {
	display: none;
}

.header .btn-box {
	margin: 0 3%;
}

body.fixed .b1 {
	padding-top: 125px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(43,36,72,0.9);
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}

.side-menu {	
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 300;
	background-color: rgba(0,0,0,0.5);	
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all .5s;
}
.side-menu.show {		
	right: 0;
}
.menu-box-right {
	display: block;
	padding-right: 0;
	position: relative;
	padding: 30px 0 30px 5%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -600px;
	width: 400px;
	background-color: white;
	overflow-y: auto;
	transition: all .5s;
}
.side-menu .logo-box {
	margin-bottom: 15px;
}
.side-menu .btn-box {
	margin-bottom: 20px;
}
.side-menu .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #31363a !important;
	font-weight: 500;
	padding: 0;
	margin: 0 0 15px 0;
}
.side-menu .menu a:hover, .side-menu .sub-menu a:hover, .side-menu .menu .sub > span:hover {	
	color: #da4531 !important;
}
.side-menu .sub-menu {
	padding: 0 0 10px 10px;
	position: static;
	background-color: transparent;
}
.side-menu .menu-close {
	display: inline-block;
	position: fixed;
	left: 410px;
	top: -100px;
	cursor: pointer;
	transition: all .5s;
	cursor: pointer;
}
.side-menu.show .menu-close {
	width: 100%;
	height: 100%;
}
.phone-box2 {
	position: relative;
	margin-top: 20px;
}
.phone-box2 a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #677056;
	display: block;
	margin-bottom: 10px;
}
.phone-box2 span {
	font-size: 15px;
	color: #677056;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.side-menu.show .menu-box-right {
	left: 0;
}
.side-menu.show .menu-close {
	top: 30px;
}
.side-menu .btn1 {
	margin-bottom: 15px;
	max-width: 220px;
	width: 100%;
	font-size: 14px;
}
.side-menu .lang-box {
	justify-content: flex-start;
}


.b1 {
	padding-top: 30px;
}

.sp-box {
	position: relative;
}
.sp-box img {
	max-width: 100%;
	height: auto;
}
.sp-name {
	border: 1px solid #434343;
	border-radius: 15px;
	padding: 20px;
	position: absolute;
	width: 80%;
	left: 15%;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	/*filter: blur(8px);
	-webkit-filter: blur(8px);*/
	z-index: 2;
}
.sp-name b {
	font-size: 30px;
	color: #FFA701;
	display: block;
}
.sp-name span {
	font-size: 18px;
	color: white;
}

.b1 .txt {
	margin-top: 50px;
}
.b1 .txt h1 {
	font-size: 65px;
	font-weight: bold;
	color: #FFA701;
	line-height: 1.1;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}
.b1 .txt .ttl {
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	line-height: 1.1;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	margin-bottom: 40px;
}
.b1 .txt p {
	font-size:23px;
	color: white;
	width: 90%;
}
.b1 .txt p b {
	color: #FFA701;
}



.b1 .txt .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b1 .btn1 {
	position: relative;
	width: 100%;
}
.b1 .txt .btn-box span {
	font-size: 16px;
	color: white;
	display: block;
	margin: 0 15px;
}

.vid {
	display: block;
	max-width: 600px;
	height: 348px;
	border-radius: 20px;
	background-size: cover !important;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
	transition: all .5s;
}
.vid span {
	position: absolute;
	height: 101px;
	width: 101px;
	background: url('img/play.png') center top no-repeat;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	transition: all .5s;
	border-radius: 50%;
}
.vid:hover {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}
.vid:hover span {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
}

.timer-box {
	text-align: center;
}
.timer-box .ttl {
	font-size: 16px;
	color: white;
	margin-bottom: 15px;
}
.timer {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.timer .num-box {
	width: 60px;
	height: 65px;
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	margin: 0 10px;
}
.timer .num-box .num {
	font-size: 36px;
	line-height: 1.3;
	color: white;
}
.timer .num-box span {
	font-size: 14px;
	font-weight: 300;
	color: white;
	display: block;
	margin-top: -5px;
}


.btn1 {
	font-size: 23px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #ffa803;
	background: linear-gradient(to right,  #ff6c01 0%,#ffc701 100%);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn1:hover {
	color: #110C06;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}

.b2 {	
	padding: 50px 0;
}
.b2 .box {
	padding: 30px;
	background-color: #1E1A2D;
	border: 1px solid #434343;
	border-radius: 15px;
	text-align: center;
	height: 100%;
}
.b2 .box p {	
	font-size: 18px;
	color: white;
	margin-bottom: 0px;
	margin-top: 20px;
}
.b2 .col-sm-6 {
	margin-bottom: 30px;
}

.httl {
	font-weight: bold;
	font-size: 50px;
	color: white;
	line-height: 1.2;
	margin-bottom: 60px;
	position: relative;
}
.httl span {
	color: #FFA701;
}

.white {
	color: white !important;
}

.b002 {
	padding: 50px 0;
}
.b002 .inner {
	padding: 50px 50px 10px 50px;
	background: url('img/b002.png') left top no-repeat;
	border-radius: 15px;
	background-size: cover !important;
	border: 1px solid rgba(255, 167, 1, .3);
}
.b002 .box {
	padding-left: 50px;
	margin-bottom: 40px;
	background: url('img/li.png') left 3px no-repeat;
}
.b002 .box p {
	font-size: 19px;
	color: white;
	font-weight: bold;
	margin-bottom: 0;
}

.b003 {
	padding: 50px 0;
}
.b003 .box {
	padding: 35px;
	background: url('img/b003.png') left top no-repeat;
	border-radius: 15px;
	background-size: cover !important;
	height: 100%;
	padding-left: 200px;
	position: relative;
}
.b003 .col-md-6 {	
	margin-bottom: 50px;
}
.b003 .box img {
	position: absolute;
	left: 30px;
	top: 40px;
}
.b003 .box .ttl {
	font-size: 21px;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}
.b003 .box p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}
.b003 .box ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b003 .box li {
	flex: 0 0 50%;
	-webklit-flex: 0 0 50%;
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	list-style: none;
}
.box-with-img {
	margin: 30px 0;
}
.box-with-img .inner {
	padding: 15px 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	background-color: rgba(30,26,45,.5);
	border-radius: 15px;
}
.box-with-img.v2 .inner {
	padding: 35px;
}
.box-with-img .txt {
	max-width: 600px;
}
.box-with-img .img {
	margin-right: 20px;
}
.box-with-img .txt p {
	font-size: 21px;
	color: white;
	margin-bottom: 0;
}
.box-with-img .btn-box {
	margin-left: auto;
}
.box-with-img .btn1 {
	max-width: 470px;
	width: 100%;
}
.box-with-img.v2 .txt {
	max-width: 700px;
}
.box-with-img.v2 .txt p {
	font-size: 24px;
}


.b004 {
	padding: 50px 0 0 0;
}
.b004 .boxes {
	overflow: hidden;
}
.b004 .r {
	display: flex;
	display: -webkit-flex;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 45px;
	padding-right: 100px;
	overflow: hidden;
}
.b004 .r.v2 {
	padding-right: 60px;
	padding-left: 100px;
}
.b004 .r.v3 {
	padding-left: 100px;
	display: block;
}
.b004 .box {
	background-color: #15121e;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	border-radius: 15px;
	padding: 15px 20px;
	max-width: 515px;
	width: 100%;
	z-index: 2;
	margin-right: 10px;
}
.b004 .box .num {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #FFA701;
	font-size: 18px;
	color: #FFA701;
	margin-right: 20px;
}
.b004 .box p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}
.b004 .r:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	height: 4px;
	width: 2000px;
	background-color: #FFA701;
}
.b004 .r.v1:before {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 25px);
	height: 500px;
	width: 4px;
	background-color: #FFA701;
}
.b004 .r.v2:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: calc(50% + 25px);
	height: 500px;
	width: 4px;
	background-color: #FFA701;
}
.b004 .r.v3:after {
	width: 100px;
}
.b004 .r.v3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: calc(50% + 25px);
	height: 500px;
	width: 4px;
	background-color: #FFA701;
}
.b004 .box4:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	height: 500px;
	width: 4px;
	background-color: #FFA701;
}
.b004 .box3 {
	order: 2;
}
.b004 .box4 {
	order: 1;
}
.b004 .box5 {	
	max-width: 100%;
}

.sub-httl {
	text-align: center;
	color: white;
	font-size: 28px;
	margin-bottom: 50px;
}


.revs {
	padding: 50px 0;
	text-align: center;
}
.revs a {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
.revs a img {
	max-width: 100%;
	height: auto;
}
.revs .btn1 {
	max-width: 470px;
	margin: 0 auto;
	margin-top: 30px;
}

.b005 {
	padding: 50px 0;
}
.b005 .r {
	display: flex;
	display: -webkit-flex;
}
.b005 .sp {
	margin-left: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.b005 .sp img {
	border-radius: 15px;
}
.b005 .box {
	padding: 30px 50px;
	background: url('img/b005.png') left top no-repeat;
	background-size: cover !important;
	border-radius: 15px;
	max-width: 400px;
	width: 100%;
}
.b005 .box .ttl {
	font-size: 50px;
	font-weight: bold;
	color: #FFA701;
	line-height: 1;
	margin-bottom: 20px;
}
.b005 .box p {
	font-size: 21px;
	color: white;
	margin-bottom: 0;
}
.b005 .r-top {
	display: flex;
	display: -webkit-flex;
	margin: 0 -20px;
}
.b005 .r-top .box {
	margin: 0 20px;
	margin-bottom: 40px;
}
.b005 .r-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
		-webkit-align-items: flex-end;
}
.b005 .r-bottom .box {
	max-width: 560px;
	margin-right: 20px;
}
.b005 .desc {
	padding: 20px;
	background: url('img/b005.png') left top no-repeat;
	background-size: cover !important;
	border-radius: 15px;
	max-width: 380px;
	width: 100%;
	position: relative;
}
.b005 .desc .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #FFA701;
	line-height: 1;
}
.b005 .desc p {
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}
.b005 .desc:After {
	content: '';
	position: absolute;
	width: 196px;
	height: 72px;
	background: url('img/arr3.png') center top no-repeat;
	right: 0;
	bottom: 100%;
}

.services {
	padding: 50px 0;
}
.services .item {
	display: flex;
	display: -webkit-flex;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 15px;
	text-decoration: none;
}
.services .item .num {
	position: relative;
	margin-right: 15px;
	font-size: 50px;
	line-height: 1.1;
	color: white;
}
.services .item .num:after {
	width: 30px;
	height: 30px;
	background: url('img/li2.png') center top no-repeat;
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
}
.services .item span {
	font-size: 18px;
	color: white;
}
.services .form2 {
	max-width: 100%;
	margin: 0;
}
.services .form2 .inp {
	margin-bottom: 30px;
}



.faq2 {
	padding: 50px 0;
}
.faq2 .box {
	margin-bottom: 40px;
}
.faq2 .box .ttl {
	font-size: 24px;
	font-weight: bold;
	color: #FFA701;
	margin-bottom: 20px;
}
.faq2 .box p {
	font-size: 18px;
	color: #968BBE;
	margin-bottom: 15px;
}
.faq2 .box p a {
	color: #FFDD9C;
}


.center-form {
	padding: 50px 0;
}
.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: white;
	background-color: #1E1A2D;
	padding: 15px;
	border-radius: 15px;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form2 textarea {
	min-height: 120px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}

.why {
	padding: 50px 0;
	text-align: center;
}
.why .col-md-4 {
	margin-bottom: 30px;
}
.why .box {
	padding: 60px 30px;
	background-color: #1E1A2D;
	border-radius: 15px;
	height: 100%;
}
.why .box .ttl {
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	color: #FFA701;
	margin-bottom: 30px;
}
.why .box p {
	font-size: 18px;
	color: #968BBE;
	margin-bottom: 0;
}









.author-box {
	padding: 50px 0;
}
.author-box .txt .httl {
	margin-left: 8%;
	margin-bottom: 40px;
}
.author-box .txt p {
	font-size: 24px;
	color: white;
	margin-bottom: 40px;
	margin-left: 8%;
	max-width: 666px;
}
.author-box .box {
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
}	
.author-box .box .sp {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.author-box .box .inner {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px;
	text-align: center;
	background: linear-gradient(360deg, #16110C 0%, rgba(22, 17, 12, .1) 100%);
}
.author-box .box .inner .name {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}

.qq {
	padding: 50px 50px 50px 60px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	background: url('img/qq.png') 40px 20px no-repeat;
	font-size: 24px;
	color: white;
	font-style: italic;
}

.include-box {
	padding: 50px 0;
}
.include-box .inner {
	padding: 50px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
}
.include-box .inner .img {
	text-align: center;
}
.include-box .inner .img img {
	position: relative;
	left: -80px;
}
.include-box p {
	font-size: 21px;
	color: white;
	margin-bottom: 20px;
}
.include-box p b {
	color: #FFA701;
}
.att {
	font-size: 24px;
	line-height: 1.2;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}
.include-box .btn1 {
	max-width: 360px;
	width: 100%;
}

.program-box {
	padding: 50px 0;
}
.program-box .row {
	margin: -5px 0;
}
.program-box .col-md-6 {
	margin-bottom: 10px;
	padding: 0 5px;
}
.program-box .box {
	padding: 30px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	height: 100%;
}
.program-box .box .ttl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 20px;
}
.program-box .box .ttl .num {
	border-radius: 10px;
	background: #FFA701;
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	display: inline-block;
	padding: 5px 15px;
	white-space: nowrap;
}
.program-box .box .ttl span {	
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	color: white;
}
.program-box .box .ttl.v2 span {	
	font-size: 12px;
	line-height: 1.2;
}
.program-box .box p {	
	font-size: 21px;
	color: white;
	line-height: 1.2;
	margin-bottom: 0;
}

.total-box {
	padding: 50px 0;
}
.total-box .inner {
	padding: 50px 50px 10px 50px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
}
.total-box .box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 50px;
}
.total-box .box .ttl {
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.total-box .box .num {
	position: relative;
	margin-right: 15px;
	font-size: 54px;
	line-height: 1.1;
	color: white;
}
.total-box .box .num:after {
	width: 30px;
	height: 30px;
	background: url('img/li2.png') center top no-repeat;
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
}

.how-box {
	padding: 50px 0;
}
.how-box .row {
	margin: -5px 0;
}
.how-box .col-md-6 {
	margin-bottom: 10px;
	padding: 0 5px;
}
.how-box .httl {
	margin-bottom: 120px;
}
.how-box .box {
	padding: 95px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	height: 100%;
	position: relative;
	text-align: center;
}
.how-box .box img {
	position: absolute;
	left: 50%;
	margin-left: -94px;
	top: -100px;
}
.how-box .box .ttl {
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.how-box .box p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}

.accordion .item:first-child {
	border-top: 0;
}
.accordion .item {
	border-bottom: 1px solid white;
}
.accordion .item button {
	font-size: 24px;
	color: white;
	font-weight: 500;
	line-height: 1.2;
	padding: 20px 60px 20px 20px;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button span {	
	position: absolute;
	right: 15px;
	top: 15px;
	width: 41px;
	height: 41px;
	transition: all .5s;
	transform: rotate(45deg);
	display: block;
	text-align: center;
	vertical-align: top;
	background: url('img/plus.png') center top no-repeat;
}

.accordion .item button.collapsed span {
	transform: rotate(0);
}
.accordion .item button.collapsed {
	
}
.accordion .txt {	
	width: 90%;
	padding: 0 0 15px 20px;
}
.accordion .txt p {	
	font-size: 18px;
	color: white;
	margin-bottom: 15px;
}
.accordion .txt p b {	
	color: #FFA701;
}

.faq {
	padding: 50px 0;
	position: relative;
}
.faq-box {
	padding: 50px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
}











.center-text {
	max-width: 950px;
	margin: 20px auto 60px auto;
	text-align: center;
	color: white;
}
.center-text .ttl {
	font-size: 25px;
	margin-bottom: 15px;
}
.center-text p {
	font-size: 18px;
}


.txt-center-box {
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	max-width: 1000px;
	padding: 30px;
	line-height: 1.3;
	margin: 0 auto 45px auto;
	font-size: 34px;
	color: white;
	text-align: center;
}
.txt-center-box b {
	color: #FFA701;
}





.menu-btn-box {
	display: none;
}
.menu-box {	
	
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.menu a {
	font-size: 16px;
	color: white;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 3%;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #85A93F;
}
.menu a:hover:after, .menu a.act:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #3B583B;
	top: 100%;
	left: 0;
}




.owl-stage {
	display: flex;
	display: -webkit-flex;
}
.owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.owl-nav button {
	width: 50px;height: 50px;
	border-radius: 50%;
	border: 1px solid #FFA701 !important;
	display: block;
	color: #FFA701;
	background-color: transition !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #FFA701;
	font-size: 20px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}
.owl-nav button:hover {	
	color: white;
	background-color: #FFA701 !important;
}
.owl-nav button:hover i {
	color: white;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: right;
	padding-right: 30px;
}
.owl-dots button { 
   font-size: 0; 
   width: 30px;
   height: 6px;
   border-radius: 10px;
   background: black !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #ee55e5 !important;
} 





.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 5px;
	min-width: 170px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 13px;
	color: #716b6b;
	background-color: transparent;
	padding: 10px 20px 10px 15px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('fonts/img/down.png') 96% center no-repeat;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}



.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.menu-btn-box {
	
}
.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #a1a1a1;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #a1a1a1;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}


.btn-lnk-img {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #3B583B;
}
.btn-lnk-img img {
	margin-right: 10px;
}

.info-box .info {
	background-color: #3B583B;
	border-radius: 20px;
	padding: 15px;
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	color: white;
}

.btn1.with-arr {
	position: relative;
}
.btn1.with-arr img {
	position: absolute;
	top: -25px;
	left: 105%;
}
.wide-btn {
	width: 100%;
	max-width: 350px;
}

.b4 {
	padding: 60px 0;
}
.b4 .row {
	margin: 0 -8px;
}
.b4 .col-lg-3 {
	padding: 0 8px;
}
.b4 .httl {
	margin-bottom: 145px;
}
.b4 .box {
	position: relative;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 96px 30px 30px 30px;
	text-align: center;
	margin-bottom: 30px;
}
.b4 .box .img {
	position: absolute;
	width: 155px;
	height: 155px;
	background: rgba(22, 17, 12, 0.4);
	border: 1px solid #FFA701;
	border-radius: 20px;
	left: 50%;
	top: -77px;
	margin-left: -77px;
}
.b4 .box .ttl {
	font-size: 18px;
	font-weight: 700;
	color: white;
	margin-bottom: 5px;
}
.b4 .box p {
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}

.httl-txt {
	font-size: 25px;
	color: white;
	text-align: center;
	margin-bottom: 65px;
}
.httl-txt b {
	color: #FFA701;
}

.b5 {
	padding: 40px 0;
}
.b5 .row {
	margin: 0 -5px;
}
.b5 .col-lg-4 {
	padding: 0 5px;
	margin-bottom: 10px;
}
.b5 .box {
	min-height: 250px;
	height: calc(100% - 80px);
	background-size: cover !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	padding: 40px 20px 40px 0;
	overflow: hidden;
}
.b5 .box .img {
	max-width: 40%;
	position: absolute;
	right: 60%;
	top: 50%;
	transform: translate(0, -50%);
}
.b5 .box.v1-2 .img {
	top: 0;
	transform:none;
}
.b5 .box .txt {
	max-width: 50%;
	margin-left: auto;
}
.b5 .box .ttl {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.b5 .box .ttl span {
	color: #FFA701;
}
.b5 .box p {
	font-size: 15px;
	line-height: 1.2;
	color: white;
}
.b5 .box img {
	max-width: 100%;
	height: auto;
}
.b5 .box.v2 {	
	padding: 40px 0 40px 20px;
}
.b5 .box.v2 .img {
	right: auto;
	left: 60%;
}
.b5 .box.v2 .txt {
	margin-left: 0;
}


.products {	
	padding: 50px 0;
}
.products .col-lg-4 {
	margin-bottom: 60px;
}
.product-box {
	background: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 30px 30px 100px 30px;
	position: relative;
	height: 100%;
}
.product-box .inner {
	max-width: 350px;
	margin: 0 auto;
}
.product-box .ttl {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	color: #110C06;
	text-align: center;
	margin-bottom: 15px;
}
.product-box p {
	font-size: 18px;
	line-height: 1.3;
	color: #110C06;
	text-align: center;
	margin-bottom: 30px;
}
.product-box ul {
	margin: 0 0 30px 10px;
}
.product-box ul li {
	font-size: 16px;
	color: #110C06;
	margin-bottom: 10px;
}
.product-box ul li b {
	font-weight: 500;
	
}
.product-box .price-box {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.product-box .price {
	font-size: 34px;
	color: #FFA701;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFA701;
	border-radius: 15px;
	max-width: 250px;
	margin: 0 auto;
	padding: 5px;
}

.product-box .btn-box {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: -30px;
}

.b6 {
	padding: 50px 0;
}
.b6 .box {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	padding: 65px 5% 35px 5%;
}
.b6 .box .item {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	width: 90%;
	min-height: 55px;
}
.b6 .box .item .num {
	width: 37px;
	height: 37px;
	min-width: 37px;
	background: #FFA701;
	box-shadow: 0px 0px 4px #FFA701;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-right: 20px;
	padding: 5px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #110C06;
}
.b6 .box .item .num:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border: 1px solid #FFA701;
	border-radius: 50%;
}
.b6 .box .item p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
}

.b7 {
	padding: 50px 0;
}
.b7 .inner0 {
	max-width: 1088px;
	margin: 0 auto;
}
.b7 .box {
	margin-bottom: 30px;
	position: relative;
	background: #FFA701;
	border: 2px solid #825706;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
}
.b7 .inner {
	position: relative;
}
.b7 .inner:before {
	content: '';
	position: absolute;
	width: 700px;
	height: 700px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	opacity: 0.8;
	left: 50%;
	top: 50%;
	margin: -350px 0 0 -350px;
	z-index: 0;
}

.b7 .box .sp {
	max-width: 100%;
	height: auto;
}
.b7 .box .txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px;
	text-align: center;
	background: linear-gradient(360deg, #16110C 0%, rgba(22, 17, 12, 0) 100%);
}
.b7 .box .txt .name {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.b7 .box .txt .desc {
	font-size: 21px;
	color: white;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.b7 .box .txt p {
	font-size: 16px;
	font-weight: 300;
	color: white;
	margin-bottom: 0;
	margin-top: 25px;
}

.revs-box {
	padding: 50px 0;
}
.revs-box .vid {
	margin-bottom: 30px;
	height: auto;
	max-width: none;
}


.footer {
	padding: 50px 0;
	background-color: #15121e;
}
.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc-box a {
	margin-right: 25px;
	display: inline-block;
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.footer-top .logo-box {
	margin: 0 35px 20px 0;
}
.footer-top .soc-box {
	margin-bottom: 20px;
}
.footer-top {
	padding-bottom: 30px;
}

.footer-bottom {
	padding-bottom: 15px;
}
.footer-bottom .box {
	margin-bottom: 30px;
}
.footer-bottom .box .item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.footer-bottom .box .item a {
	font-size: 16px;
	color: white;
}
.footer-bottom .box .item img {
	position: absolute;
	left: 0;
	top: 0;
}

.footer-copyright {
	border-top: 1px solid #FFA701;
	padding-top: 35px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	font-size: 16px;
	color: white;
}
.footer-copyright a {
	font-size: 16px;
	color: white;
}

.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
	padding: 0 40px;
}

.b1 {
	position: relative;
	overflow: hidden;
}
.cilcle1 {
	width: 700px;
	height: 700px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	filter: blur(157.5px);
	position: absolute;
	top: -250px;
	right: -100px;
}
.cilcle2 {
	width: 400px;
	height: 400px;
	background: radial-gradient(50% 50% at 50% 50%, #FFA701 0%, rgba(255, 167, 1, 0) 100%);
	filter: blur(157.5px);
	position: absolute;
	bottom: 50px;
	left: -200px;
}

.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 12px 24px rgba(255, 250, 59, 0.28), inset 0 -6px 1px 1px rgba(40, 0, 5, 0.29) !important;
	background-color: #ffd561 !important;
	background-image: linear-gradient(to top, #ffc115 0%, #ffc515 100%) !important;
}


.modal-dialog {
	max-width: 530px;
}
.modal-content {
	position: relative;
	padding: 30px  15px;
	border-radius: 5px;
	background: black;
    border: 1px solid rgba(255, 167, 1, 0.3);
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 26px;
	line-height: 1.3;
	color: #FFA701;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}


.b005 {
	
}

	
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1099px){
	
	
}
@media screen and (max-width: 991px){
	
	.httl {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.b2 .row {
		justify-content: center;
	}
	
	.b3 .box.v2, .b3 .box.v3 {		
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.b3 .box.v2 .img, .b3 .box.v3 .img {		
		margin: 0 20px 0 0;
	}
	.txt-center-box {		
		padding: 20px;
		font-size: 24px;
	}
	.wide-btn {
		max-width: 320px;
	}
	.b4 .box {		
		margin-bottom: 100px;
	}
	.b4 .btn-box {		
		margin-top: -50px !important;
		position: relative;
		z-index: 2;
	}
	
	.footer-copyright {
		display: block;
		text-align: center;
	}
	.footer-copyright a {
		margin-top: 10px;
		display: block;
		
	}
	
	.author-box .txt p {
		font-size: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		max-width: 100%;
	}
	.author-box .txt .httl {
		margin-left: 0;
	}
	.qq {
		padding: 50px 20px 20px 50px;
		font-size: 20px;
	}
	.include-box .inner .img {
		margin-bottom: 20px;
	}
	.include-box {
		text-align: center;
	}
	.how-box .col-md-6 {
		margin-bottom: 110px;
	}
	.how-box {
		padding: 50px 0 0 0;
	}
	.products {
		padding-top: 0px;
	}
	.faq-box {
		padding: 20px 20px 40px 20px;
	}
	
	.b1 .txt h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.b1 .txt p {
		font-size: 16px;
		margin-bottom: 20px;
		width: 100%;
	}
	.btn1 {
		font-size: 18px;
	}
	.sp-name b {
		font-size: 20px;
	}
	.sp-name span {
		font-size: 15px;
	}
	.header .btn1 {
		font-size: 14px;
	}
	.b2 .box p {
		font-size: 16px;
		margin-top: 15px;
	}
	.b2 .box img {
		max-height: 100px;
	}
	.b04 .box .top .ttl {
		font-size: 20px;
	}
	.b04 .box p {
		font-size: 16px;
	}
	.b04 .box .bottom span {
		font-size: 18px;
	}
	.b04 .box .top .img img {
		max-height: 100px;
	}
	.b04, .faq2 {
		padding-bottom: 0;
	}
	.cases .box .ttl {
		font-size: 20px;
	}
	.cases .box p {
		font-size: 15px;
	}
	.faq2 .box .ttl {
		font-size: 20px;
	}
	.faq2 .box p {
		font-size: 15px;
	}
	.why .box {
		padding: 30px;
	}
	.owl-carousel {
		padding: 0;
	}
	
	
	.b1 .txt .ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.b004 .box p, .b003 .box p, .b002 .box p, .b003 .box li {
		font-size: 16px;
	}
	.box-with-img .txt p{
		font-size: 18px;
		margin-right: 15px;
	}
	.b003 .box {
		padding: 35px;
	}
	.b003 .box img {
		position: static;
	}
	.box-with-img.v2 .txt p {
		font-size: 20px;
	}
	.sub-httl {
		font-size: 21px;
	}
	.b005 .box .ttl {
		font-size: 40px;
	}
	.b005 .box p {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.b1 .txt h1, .b1 .txt h1 b {
		font-size: 30px;
	}
	.b1 .txt h1 span {
		font-size: 30px;
	}
	.pr {		
		font-size: 24px;
		width: 130px;
		top: -30px;
	}
	.b2 .inner {
		padding: 20px 20px 10px 20px;
	}
	.b2 .box {		
		font-size: 16px;
	}
	.b1 .txt p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.qq {
		margin-bottom: 20px;
	}
	.include-box .inner .img img {
		max-width: 300px;
		left: -40px;
	}
	.att {		
		padding: 15px;
		font-size: 24px;
	}
	.include-box .inner {
		padding: 30px;
	}
	.author-box .box {
		max-width: 400px;
		margin: 0 auto;
	}
	.include-box, .author-box {
		padding: 30px 0;
	}
	.author-box .txt .httl, .author-box .txt p {
	text-align: center;
	}
	.b1 .txt .btn1 img {
		display: none;
	}
	.b1 .txt .btn-box {
		display: block;
	}
	.program-box .box p {
		font-size: 18px;
	}
	.program-box .box .ttl {
		display: block;
		
	}
	.program-box .box {text-align: center;}
	.program-box .box .ttl span, .program-box .box .ttl.v2 span {
		font-size: 18px;
		display: block;
		margin-top: 15px;
	}
	.total-box .box {
		margin-bottom: 20px;
	}
	.wide-btn {
		max-width: 340px;
		padding: 15px 10px;
		font-size: 20px;
	}
	.accordion .item button {
		font-size: 20px;
	}
	
	.b1 .txt .btn1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.b1 .b2 .txt {
		text-align: center;
	}
	.b3 .box {
		padding: 15px !important;
		height: auto !important;
		margin-bottom: 20px;
	}
	.b3 .col-lg-6 {
		margin-bottom: 0;
	}
	.center-text .ttl {
		font-size: 20px;
	}
	.center-text p {
		font-size: 15px;
	}
	.txt-center-box {
		font-size: 20px;
	}
	.httl-txt br {
		display: none;
	}
	.httl-txt {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.b5 .box .txt {
		max-width: 50%;
	}
	.httl {
		font-size: 30px
	}
	.b7 .inner {
		max-width: 400px;
		margin: 0 auto;
	}
	.b7 .box .txt {		
		padding: 40px 20px 15px 20px;
	}
	.b7 .box .txt img {
		display: none;
	}
	.b7 .box .txt .desc {
		font-size: 16px;
	}
	.b7 .box .txt p {
		font-size: 15px;
		margin-top: 0;
	}
	
	.product-box .ttl {
		font-size: 24px;
	}
	.product-box .price {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.header .menu-box {
		display: none;
	}
	.b1 .txt, .b2 .httl {
		text-align: center;
	}
	.b1 .txt h1 br {
		display: none;
	}
	.b1 .mb-5 {
		margin-bottom: 0 !important;
	}
	.sp-box {
		max-width: 500px;
		margin: 0 auto;
	}
	.b1 .txt p {
		font-size: 18px;
	}
	.menu-btn-box {
		display: block;
	}
	
	.b005 .r-bottom {
		display: block;
	}
	.b005 .r-bottom .desc {
		display: none;
	}
	.b005 .r {
		display: block;
	}
	.b005 .r-top .box {
		margin-bottom: 20px;
	}
	.b005 .r-bottom .box {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.b005 .sp {
		margin-left: 0;
		text-align: center;
	}
	.b005 .sp .desc {
		display: block !important;
		margin: 0 auto;
		margin-top: 15px;
		max-width: 336px;
	}
	.b005 .sp .desc:After {
		display: none;
	}
	.services .httl {
		text-align: center;
	}
	.services .item {
		margin-left: 30px;
	}
	
	.b004 .r, .b004 .r.v2, .b004 .r.v3 {
		display: block;
		padding: 0;
	}
	.b004 .box {
		margin-bottom: 20px;
		max-width: 100%;
	}
	.b004 .r:After, .b004 .r:before, .b004 .box4:before {
		display: none;
	}
	
}
@media screen and (max-width: 575px){
	.b1 .txt h1 {
		
	}
	.b1 .txt h1 i {
		display: block;
		text-align: center;
	}
	.pr {
		display: inline-block;
		position: static;
	}
	
	.b005 .r-top {
		display: block;
		margin: 0;
	}
	.b005 .r-bottom .box, .b005 .r-top .box {
		margin: 0;
		margin-bottom: 20px;
		max-width: 100%;
		text-align: center;
	}
	.b003 .box ul {
		display: block;
		
	}
	.box-with-img .inner {
		display: block;
		text-align: center;
	}
	.box-with-img .txt {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 470px){
	.b6 .box {	
		padding: 20px 15px;
	}
	.b6 .box .item {		
		width: 100%;
	}
	.product-box .ttl {
		font-size: 30px;
	}
	.b3 .box .txt p {
		font-size: 16px;
	}
	
	.vid {
		height: 250px;
	}
	.b1-top div {
		display: block;
	}
	.b1-top .logo {
		padding-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	
	
	.menu-box-right {	
		width: 280px;
	}
	.side-menu .menu-close {		
		left: 290px;
	}
	
	.b002 .inner {
		padding: 30px 15px;
	}
	
}
@media screen and (max-width: 400px){
	
	
	.footer-top {
		display: block;
		text-align: center;
	}

	.program-box .box {
		padding: 20px;
	}
	.total-box .inner {
		padding: 20px 20px 10px 30px;
	}
	.products {
		padding: 30px 0;
	}
	.faq {
		padding: 30px 0;
	}
	.accordion .item button {
		font-size: 21px;
		padding: 15px 60px 15px 0;
	}
	.accordion .txt {
		width: 100%;
		padding: 0 0 15px 0;
	}
	
	.step p {
		font-size: 15px;
	}
	.b03 .txt p {
		font-size:16px;
	}
	.sp-name {
		padding: 15px;
		width: 90%;
		left: 5%;
	}
	
	.header .btn1 {
		display: none;
	}
	body.fixed .header .logo-box {
		display: none;
	}
	body.fixed .header .btn1 {
		display: block;
	}
}