﻿@font-face{
	font-family: FontAwesome;
	src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/FontAwesome.otf);

}

@charset "UTF-8";
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	font:inherit
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box
}
html {
	-webkit-text-size-adjust:100%;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
::selection {
	background-color:#0d6994;
	color:#fff;
	text-shadow:none
}
::-moz-selection {
	background-color:#0d6994;
	color:#fff;
	text-shadow:none
}
body {
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
	/*font-family:Arial,'Meiryo',"微軟正黑體","Microsoft JhengHei",sans-serif;*/
}

/*h1, , h3, h4, h5, h6, .BG34 ul li {
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}*/

hr {
	border-bottom:1px solid #ddd;
	border-left:0;
	border-right:0;
	border-top:0;
	margin:4px 0
}
.ANT {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.clear {
	clear:both
}

#noie6 {
    background: #FFDFDF; /*背景色*/
    border: 1px solid #FF2F2F; /*邊線*/
    clear: both; /*清除繼承上方的浮動*/
    color: #555; /*字體顏色*/
    display: block; /*顯示方式*/
    font-size: 15px; /*字體大小*/
    height: 40px; /*高度*/
    letter-spacing: 1px; /*字體間距*/
    padding: 5px; /*內邊距*/
    position: relative; /*相對定位*/
    text-align: center; /*文字置中*/
    top: 10px; /*距離上方10px*/
    width: 100%; /*寬度*/
    z-index:99;
}
#GOTOP {
	display:none;
	width:80px;
	height:80px;
	cursor:pointer;
	position:fixed;
	right:10px;
	bottom:10px;
	background-color:#6b1db5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	z-index:555;
	text-align:center;
	color:#fff;
	/*-webkit-box-shadow:0 3px 0 rgba(0,0,0,.25);
	box-shadow:0 3px 0 rgba(0,0,0,.25);*/
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
#GOTOP:hover {
	color: #6b1db5;
	background-color:#ffa600;
}

#GOTOP p{
	font-size: 17px;
	margin-top: 15%;
	line-height: 1.2;
	font-family:Arial,'Meiryo',"微軟正黑體","Microsoft JhengHei",sans-serif;
}

#GOTOP:hover i {
	/*color: #2d43c4;*/
}

#GOTOP i {
	display:block;
	font-size:22px;
	line-height:1.3;
	text-align:center;
	margin-top:-3px
}
.CENTER {
	width:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center
}
.W_CENTER {
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0 auto;
}

.CONTENT1 {
    display: block;
    background: url(../images/top_img_1920.jpg) no-repeat center top;
    width: 100%;
    height: 650px;
    /*padding-bottom: 35.625%;
    background-size:100% auto;*/
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.CONTENT1 .WRAPPER {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: relative;
}



.titleImg {
    z-index: 6;
    margin-bottom: 10px;
}

.titleImg img {
    width: 100%;
}
/*h1{
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #1c3466;
	font-size: 26px;
	line-height: 40px;
	font-weight: 200;	
}*/

.CTA{
	display: block;
	margin: 0 auto;
	border: 3px solid #6b1db5;
	cursor: pointer;
	width: 65px;
	height: 65px;
	border-radius: 110px;
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: -45px;
	margin-bottom: 35px;
	z-index: 99;
}

.CTA i{
	display: block;
	margin: 0 auto;
	color: #6b1db5;
	font-size: 45px;
	text-align: center;
	line-height: 65px;
}

.CONTENT2 {
	display:block;
	width:100%;
	background-color: #6b1db5;
	overflow:hidden;
	text-align:center;
	padding:2% 0;
}

.CONTENT2 h4 {
	font-size:35px;
	font-weight:600;
	color: #ffff00;
	letter-spacing: 2px;
}

.CONTENT2 h4 span.style1, .CON6_P span.style1 {
	font-size:20px;
	color: #ffff00;
	vertical-align: middle;
}

.CONTENT2 h4 span.style1 {
	color: #ffff00;
	font-size:21px;
	font-weight:100;
	letter-spacing: 1px;
}

.CONTENT2 h4 span.style2{
	font-size:25px;
	font-weight:500;
}

.CONTENT2 .h4{
	font-size:21px;
	color: #FFFFFF;
}

.CONTENT2 .h4 i+i{
	margin-left: 15px;
}

.CONTENT3, .CONTENT4, .CONTENT5{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:5% 0 7% 0;
/*	background:url(https://www.pcschool.com.tw/activity/109/10903-live3m-case/images/BG3.jpg)repeat fixed;*/
	background-color: #ffffcb;
	text-align:left;
}

.CONTENT4{
	background-color: #b6e1ff;
	/*background:url(../images/BG4.png) repeat fixed;*/
}

.CONTENT3 .container, .CONTENT4 .container{
	max-width: 1100px;
	width: 100%;
} 

.CONTENT3 img{
	margin:0 auto;
	width:100%;
	max-width:768px;
	min-width:300px;
}

.CONTENT4 img {
	max-width:335px;
	min-width:200px;
	width:70%;
}

h2, .h2{
	text-align: center;
	font-size: 30px;
	color: #6b1db5;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
}

.line{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 6px;
	background-color: #6b1db5;
	margin-bottom: 50px;
}

.text_block{
	margin: 0 auto;
	/*letter-spacing: 0.05em;*/
	max-width: 100%;
	padding: 5% 8.5% 6% 8.5%;
    background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 100px;
}

.text_block p{
	text-align: left;
	color: #593434;
}

.CONTENT3 .col-md-pull-6{
	padding-top: 30px;
}

.CONTENT3 p, .CONTENT4 p {
	text-align: justify;
	line-height:2;
	/*letter-spacing:1px;*/
	font-size:18px;
	color:#333333;
}

.blank {
    height: 40px;
}
.CONTENT3 p i, .CONTENT3 p span{
	color: #6b1db5;
}

.CONTENT3 p span{
	font-size: 19px;
	font-weight: bold;
}

.CONTENT3 p span.color1{
	font-size: 18px;
	font-weight: normal;
}

.CONTENT4 p.teacher {
	font-weight: 700;
	color: #6b1db5;
	font-size:28px;
}

.CONTENT4 p.teacher span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: 100;
	font-size: 17px;
	line-height: 1.6;
	color: #fff;
	padding: 0 2%;
	background-color: #6b1db5;
}

.CONTENT4 ul li {
	line-height: 1.3;
	padding-bottom:10px
}

.CONTENT4 ul li span {
	font-weight: 600;
}

.CONTENT4 ul i {
	color:#0d6994;
}


.CONTENT4 p.sub{
	margin-top: 25px;
	margin-bottom: 5px;
}

.CONTENT3 ul.list{
	margin-left: 20px;
}

.CONTENT4 ul.list li, .BG34 .CONTENT3 ul.list li{
	font-size: 18px;
	list-style-type: square;
	line-height: 1.6;
	color: #1c3466;
}

.CONTENT3 ul.list1{
	margin: 0 auto;
	max-width: 1000px;
	min-width: 300px;
	margin-bottom: 100px;
	overflow:auto;
}

.CONTENT3 ul.list1 li{
	font-size: 18px;
	line-height: 1.4;
	color: #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}

.CONTENT3 ul.list1 li::before{
	content: "\f02b";
	font-family: fontAwesome;
	color: #333333;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.CONTENT4 ul.list2{
	margin-top: -20px;
}

.CONTENT4 ul.list2 li{
	list-style-type: none;
	line-height: 1.8;
}

.CONTENT5 {
	background:url(../images/BG5.jpg) top center no-repeat;
	display:block;
	width:100%;
	overflow:hidden;	
	background-size:cover
}
/*步驟CSS=========================================*/
.CONTENT5 .row{
	margin: 0 auto;
	max-width: 835px;
}

.CONTENT5 .row .row:hover{
	/*cursor: pointer;*/
	background-color: rgba(0, 0, 0, 0.05);
}

.CONTENT5 .row .row:hover .step-title{
	color: #000f2f;
}

.CONTENT5 .row + .row{
	border-top: 1px solid #535353;
}

.GO{
	cursor: pointer;
}

.step-text, .step-title{
	line-height: 115px;
} 

.step-text{
	text-align: right;
	font-size: 23px;
}

.step-title{
	color: #535353;
	font-size: 24px;
	text-indent: 15px;
}

.step-text1{ color: #00b9e0;}
.step-text2{ color: #02c2b3;}
.step-text3{ color: #ed9c00;}
.step-text4{ color: #535353;}

.CONTENT5 .col-xs-1{
	text-align: center;
	position: relative;
}

.step-circle{
	display: table;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -30px;
	margin-left: -30px;
}

.step-circle p, .step-circle i{
	display: table-cell;
	vertical-align:middle;
}

.step-height-line{
	margin: 0 auto;
	width: 4px;
	height: 115px;
}

.height-line1{background-color: #00b9e0;}
.height-line2{ background-color: #02c2b3;}
.height-line3{ background-color: #ed9c00;}
.height-line4{ background-color: #535353;}

.step-no1{ background-color: #00b9e0;}
.step-no2{ background-color: #02c2b3;}
.step-no3{ background-color: #ed9c00;}
.step-no4{ background-color: #535353;}

/*步驟CSS 結束=========================================*/

.FORM {
	display:block;
	width:100%;
	background-color: #f3e6ff;
	overflow:hidden;
	padding:3% 0; 	
}

h3, .h3{
	text-align: center;
	color: #6b1db5;
}

h3{
	font-weight: 100;
	letter-spacing: 3px;
	font-size: 28px;
}

.h3{
	font-size: 26px;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 20px;
}

p.or {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #06070d;
}

.FREE_B {
	display:block;
	text-align:center;
}

.FREE_B .FREE img {
	max-width:328px;
	width: 60vw;
}

#FROM_B #FROM {
	width:100%;
	margin:0 auto;
	max-width:546px;
	margin:0 auto
}

#FROM_B #FROM ul {
	width:100%
}

#FROM_B #FROM li {
	width:100%;
	float:left;
	padding:4px 2px
}

#FROM_B #FROM li.WLI {
	width:50%;
	float:left
}

#FROM_B #FROM .INP_A {
	width:100%;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
	color:#555;
	height:36px;
	line-height:36px;
	max-height:36px;
	font-size:16px;
	text-align:left;
	padding-left:10px;
	/*-webkit-box-shadow:inset 0 0 0 #fff;
	-moz-box-shadow:inset 0 0 0 #fff;
	-ms-box-shadow:inset 0 0 0 #fff;
	-o-box-shadow:inset 0 0 0 #fff;
	box-shadow:inset 0 0 0 #fff;*/
	background-color:#fff;
	font-weight:500;
	border:0 solid #3d4b72;
}

#FROM_B #FROM .INP_A:hover {
}

#FROM_B #FROM .INP_A:focus {
}

.INP_A_2 {
	width:100%;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
	color:#555;
	font-size:16px;
	text-align:left;
	background-color:#fff;
	font-weight:500;
	border:0 solid #3d4b72;
	min-height:70px;
	padding:10px
}

.INP_A_2:hover {

}

.INP_A_2:focus {
	outline:0
}

p.INP_A_2_B {
	font-size:16px;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px
}

#FROM_B #FROM #READ {
	padding:0;
	position:relative;
}

#FROM_B #FROM .CHBOX {
	min-height:21px;
	min-width:21px;
	float:left;
	margin-top:12px
}
#FROM_B #FROM #READ label {
	display:block!important
}

#FROM_B #FROM #READ span {
	line-height:1.3;
	font-size:15px;
	position:absolute;
	left:30px;
	top:12px;
	font-weight:400;
	color:#555555;
}

#FROM_B #FROM #READ span a {
	font-size:15px;
	font-weight:400;
	color:#555555;
	text-decoration: underline;
}
.INP_A:focus {
	outline:0
}

#FROM_B #FROM #BUT {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    color:#FFFFFF;
    cursor: pointer;
    text-align: center;
    background-color: #6b1db5;
    /*-webkit-box-shadow: 0 8px 0 #000, 0 8px 3px rgba(0,0,0,0.5), 0 8px 20px rgba(0,0,0,0.2);
    box-shadow: 0 8px 0 #000, 0 8px 3px rgba(0,0,0,0.5), 0 8px 20px rgba(0,0,0,0.2);*/
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10px;
    letter-spacing: 3px;
    border: none;
}

#FROM_B #FROM #BUT:hover {
	box-shadow:none;
	-ms-transform<strong></strong>:translateY(4px);
	-webkit-transform:translate3D(0,4px,0);
	-moz-transform:translateY(4px);
	transform:translate3D(0,4px,0);
	background-color:#ffa600;
	color:#fff;
}
/*#FROM_B #FROM option {
	background-color:#283593;
	color:#fff
}*/

.FREE_TEXT{
	margin-top: 30px;
}

.FREE_TEXT .FREE01{
	margin: 0 auto;
	max-width: 625px;
	width: 100%;
}

.FREE_TEXT .FREE01 p{
	display: inline-block;
	margin-right: 10px;
}

.FREE_TEXT p{
	text-align: center;
	color: #6b1db5;
	font-size: 15px;
	line-height: 1.5;
}


.monthly {
    position: absolute;
    top:0;
    left: 0;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHsans", sans-serif;
    /* background-color: rgba(255, 255, 255, 0.8); */
    z-index: 5;
}

.monthly img {
    width: 100%;
    max-width: 90px;
    min-width: 30px;
}

.topbox {
	max-width: 600px;
	width: 100%;
	position: absolute;	
	top:27%;
	left:2%;
	
}
.topbox_PP {
	max-width: 550px;
	width: 100%;
	position: absolute;	
	top:10%;
	left: 55%;
	
}
.topbox_PP_s{
	display: none;
}

@media screen and (max-width:1200px) {
	.topbox {
        margin: 0 auto;
        /* padding-top: 18%; */
		position: absolute;
		width: 80vw;
		top: 0%;
		left: 0%;
			}
	.topbox_PP {
		width: 100%;
		position: absolute;	
		top:15%;
		left: 50%;
			}
	.topbox_PP_s{
		display: none;
			}
	.CONTENT3, .CONTENT4, .CONTENT5, .FORM {
		padding: 10% 0;
			}
}

@media screen and (max-width: 1198px) {
	.topbox {
		margin: 0 auto;
		position: absolute;
		width: 100%;
		top:17vw;
		left: 5%;
		max-width: 530px;
	}

	.topbox_PP_s{
		display: none;
	}

	.monthly img {
		width:100%;
		margin-left: 50%;
	}
}

@media screen and (max-width:1024px) {
	.monthly {
		position: absolute;
		top: 0;
		left: 4%;
		color: #fff;
		text-align: center;
		font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHsans", sans-serif;
		/* background-color: rgba(255, 255, 255, 0.8); */
		z-index: 5;
	}
	.CONTENT1 {
        display: block;
        background: url(../images/top_img_768.jpg) no-repeat;
        width: 100%;
        height: 0;
        padding-bottom: 130.2083333333333%;
        background-size: 100% auto;
        overflow: hidden;
    }
	
	.topbox {
		margin: 0 auto;
		position: absolute;
		width: 100%;
		top: 12vw;
		left: 16%;
		max-width: 700px;
	
	}
	.topbox_PP {
		display: none;
		
	}
	.topbox_PP_s{
		display: block;
		width: 100%;
		position: absolute;	
		top:55vw;
		left: 15%;
		max-width: 750px;

		
	}
	}

	@media screen and (max-width: 1023px) {
		.monthly {
			top: 4%;
			left: 3%;
		}
	
		.CONTENT2 h4 span.style2 {
			font-size: 25px;
		}
	
		.CTA {
			margin-bottom: 25px;
		}
	
		.CONTENT3 p {
			margin-top: 5%;
			padding-left: 5%;
			padding-right: 5%;
		}
	
		.CONTENT4 ul.list1 {
			margin-bottom: 50px;
		}
	
		.CONTENT3 .col-md-7 p, .CONTENT4 .col-md-6 p, .CONTENT4 ul.list1 {
			padding-left: 5%;
			padding-right: 5%;
		}
	}
	

	@media screen and (max-width:990px) {
		.CONTENT3 .col-md-pull-5 {padding-top: 0; }
	}
	
	@media screen and (max-width:900px) {
		h5 {max-width: 385px;}
		.BG34 .CONTENT3 .text_block p{ text-align:justify;}
	}
	
	@media screen and (max-width: 898px) {
		.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 21vw;
			left: 14%;
			max-width: 650px;
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 15%;
			top: 60vw;
			max-width: 650px;
						}
	}
	@media screen and (max-width: 819px) {
		.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 13vw;
			left: 13%;
			max-width: 600px;
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 18%;
			top: 60vw;
			max-width: 550px;
						}
	}

@media screen and (max-width: 823px) {
.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 14vw;
			left: 13%;
			max-width: 600px;
		}
.topbox_PP{
			display: none;
			
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 16%;
			top: 60vw;
			max-width: 550px;
						}
}
	
	@media screen and (max-width: 768px) {
		.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 19vw;
			left: 11%;
			max-width: 600px;
		}

		.topbox_PP{
			display: none;
			
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 16%;
			top: 58vw;
			max-width: 550px;
		}
		}

		@media screen and (max-width: 767px) {
			.CONTENT1 {
				display: block;
				background: url(../images/top_img_768.jpg) no-repeat;
				width: 100%;
				height: 0;
				padding-bottom: 130.2083333333333%;
				background-size: 100% auto;
				overflow: hidden;
			}
		
			.CONTENT1 .WRAPPER {
				position: absolute;
				top: 0;
				left: 0;
				max-width: inherit;
			}
		
			.monthly {
				width: 70%;
				max-width: 65px;
				top: 0;
				left: 4%;
			}
		
			h2 {
				font-size: 28px;
			}
		
			.CONTENT2 {
				padding: 3% 0;
			}
		
			.text_block {
				margin-bottom: 50px;
				padding: 10% 6%;
			}
		
			h5 {
				max-width: 425px;
			}
		
			.FREE_TEXT p {
				text-align: left;
			}
		
			.CONTENT3 ul.list1 {
				margin-bottom: 30px;
			}

			
		}
		@media screen and (max-width: 736px) {
			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 10vw;
				left: 16%;
				max-width: 500px;
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 10%;
				top: 50vw;
				max-width: 600px;
							}
		}


		@media screen and (max-width: 667px) {
			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 10vw;
				left: 13%;
				max-width: 500px;
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 10%;
				top: 50vw;
				max-width: 550px;
							}
		}

		@media screen and (max-width:639px) {
			.monthly p.live2{font-size: 21px;}
			.monthly p.live2 span{font-size: 22px;}
			h1{ font-size: 22px; }
			h2, .h2{ margin-bottom: 20px; }
			h2{ font-size: 28px; }
			h3{ font-size: 26px; }
			.h3{ font-size: 23px; }
			.line{ display: none; }
			.CONTENT2 h4 {font-size:25px;}
			.CONTENT2 h4 span{font-size:19px;}
			.CONTENT2 h4 span.style1{ font-size:15px;}
			h5 { font-size:21px; }
			h5 span { font-size:15px; }
			.BG34 .CONTENT4_2 p{margin-left: 5px; }
			.CONTENT5 .col-xs-4{ width: 20%; }
			.CONTENT5 .col-xs-1{ width: 10%; }
			.CONTENT5 .col-xs-7{ width: 70%; }
			.step-text{ font-size: 19px; }
			.step-title{ font-size: 23px; text-indent: 5px; }
			.FORM p.CON6_P { font-size:25px}
			.FORM p.CON6_P span{ font-size: 19px;}
			.FORM p.CON6_P span.style1 { font-size: 18px;}
			.CONTENT2 .h4{ font-size:18px;}

			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 10vw;
				left: 13%;
				max-width: 500px;
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 8%;
				top: 50vw;
				max-width: 600px;
							}
		}
		
		

		@media screen and (max-width:580px){
			.monthly {
				top: 0;
				left: 3%;
			}
			.monthly img {
				width:100%;
				max-width: inherit;
			}
			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 14vw;
				left: 9%;
				max-width: 450px;
			}
	
			.topbox_PP{
				display: none;
				
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 10%;
				top: 55vw;
				max-width: 450px;
			}
			}

		@media screen and (max-width: 479px) {
			.CONTENT1, .CONTENT2, .CONTENT3, .CONTENT4, .CONTENT5, .FORM {
				min-width: 320px;
			}
		
			.CONTENT2 {
				padding: 6% 0;
			}
		
			.CONTENT2 h4 span {
				font-size: 17px;
			}

			h1 {
				font-size: 18px;
				line-height: 1.5;
			}

			.h2 {
				font-size: 25px;
			}
		
			h3 {
				font-size: 24px;
			}
		
			.h3 {
				font-size: 21px;
			}
		
			p.teacher span {
				display: block;
				margin-left: 0;
			}
		
			.CONTENT3 p, .CONTENT4 p {
				font-size: 16px;
			}
		
			.CONTENT3, .CONTENT4, .CONTENT5, .FORM {
				padding: 14% 0;
			}
		
			.CONTENT5 .col-xs-4 {
				display: none;
				width: 0;
			}
		
			.CONTENT5 .col-xs-1 {
				width: 12%;
			}
		
			.CONTENT5 .col-xs-7 {
				width: 88%;
			}
		
			.step-text {
				font-size: 17px;
			}
		
			.step-title {
				font-size: 19px;
				text-indent: 0;
			}
		
			.step-circle {
				width: 45px;
				height: 45px;
				font-size: 28px;
				margin-top: -22.5px;
				margin-left: -22.5px;
			}
		
			.FORM p.CON6_P span.style1 {
				font-size: 16px;
			}
		
			.FORM p.CON6_P span {
				font-size: 16px;
			}
		
			.FREE p {
				font-size: 13px;
			}
		
			.FREE_B .FREE img {
				max-width: 250px;
			}
		
			p.or {
				font-size: 15px;
			}
		
			.monthly img {
				max-width: 55px;
				width: 100%;
			}

			
		}

		
		

		@media screen and (max-width: 475px) {
			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 19vw;
				left: 11%;
				max-width: 280px;
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 13%;
				top: 58vw;
				max-width: 270px;
							}
		}
		

		@media screen and (max-width: 414px) {
			.topbox {
				margin: 0 auto;
				position: absolute;
				width: 100%;
				top: 18vw;
				left: 10%;
				max-width: 330px;
			}
			.topbox_PP_s{
				display: block;
				width: 100%;
				position: absolute;	
				left: 15%;
				top: 60vw;
				max-width: 300px;
			}
		}
		@media screen and (max-width: 375px) {
		.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 19vw;
			left: 11%;
			max-width: 290px;
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 14%;
			top: 58vw;
			max-width: 270px;
		}
	}

		@media screen and (max-width:374px) {
			h2{ font-size: 24px;}
			.CONTENT3 ul.list1 li::before{ margin-right: 1px; }
		}

		@media screen and (max-width:359px) {
			.CONTENT2 h4{ font-size:23px; }
			.CONTENT2 h4 span.style2{ font-size:20px;}
		}
		
		@media screen and (max-width:320px) {
		.topbox {
			margin: 0 auto;
			position: absolute;
			width: 100%;
			top: 18vw;
			left: 10%;
			max-width: 260px;
		}
		.topbox_PP_s{
			display: block;
			width: 100%;
			position: absolute;	
			left: 13%;
			top: 58vw;
			max-width: 230px;
		}

		.CONTENT3 img {
			margin: 0 auto;
			width: 100%;
			max-width: 768px;
			min-width: 260px;
		}
}

