@charset "UTF-8";

#kv {
	position:relative;
	min-width:1024px;
	padding:35px 0 50px;
	background:url(/marketingschool/parts/img/readme/kv_bg_02.png) repeat-x left top;
	background-size:auto 226px;
}

#kv:before {
	position:absolute;
	top:0;
	right:0;
	content:'';
	width:936px;
	padding:226px 0 0;
	background:url(/marketingschool/parts/img/readme/kv_bg_01.jpg) no-repeat right top;
	background-size:auto 226px;
}

#kv .inner {
	position:relative;
	width:1024px;
	margin:0 auto;
	box-sizing:border-box;
}

#kv .inner h1 {
	position:relative;
	width:410px;
	margin:0 auto 0 0;
	padding:90px 0 92px;
	font-size:231%;
	font-weight:bold;
	line-height:1.6;
	letter-spacing:4px;
	text-align:center;
	background:rgba(240,255,77,0.75);
	z-index:2;
}

#kv .inner p {
	position:absolute;
	top:85px;
	left:470px;
	font-size:124%;
	line-height:1.88;
}


#apply {
	width:1024px;
	margin:0 auto;
	padding:70px 0 100px;
	border-bottom:8px solid #333;
	box-sizing:border-box;
}

#apply h2 {
	position:relative;
	width:500px;
	margin:0 auto 50px;
	font-size:185%;
	text-align:center;
	letter-spacing:5px;
}

#apply h2:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
 
#apply h2 span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 5;
}

#apply .flow01 li {
	width:480px;
	min-height:189px;
	margin:0 auto -10px;
	padding:47px 0 0;
	font-size:108%;
	line-height:1.72;
	text-align:center;
	background:url(/marketingschool/parts/img/readme/apply_bg_01.png) no-repeat left top;
	box-sizing:border-box;
}

#apply .flow01 li.db {
	padding:35px 0 0;
}

#apply .inner {
	width:904px;
	margin:20px auto 0;
	text-align:center;
	background:url(/marketingschool/parts/img/readme/apply_bg_03.png) repeat-y center top;
}

#apply .inner .leftArea{
	float:left;
	width:396px;
}

#apply .inner .rightArea{
	float:right;
	width:396px;
}

#apply .inner h3 {
	margin:0 0 17px;
	padding:17px 0;
	font-size:124%;
	font-weight:bold;
	background:#fcfda2;
}

#apply .inner .flow02 li {
	position:relative;
	min-height:188px;
	margin:0 auto -25px;
	padding:40px 0 0;
	font-size:108%;
	line-height:1.72;
	text-align:center;
	background:url(/marketingschool/parts/img/readme/apply_bg_02.png) no-repeat left top;
	box-sizing:border-box;
	z-index:3;
}

#apply .inner .flow02 li:nth-child(2) {
	z-index:2;
}

#apply .inner .flow02 li:last-child {
	min-height:141px;
	margin:0 auto;
	background:none;
	border:1px solid #e5e5e5;
	z-index:1;
}

#apply .inner .leftArea .flow02 li:last-child {
	padding:52px 0 0;
}


#about {
	width:1024px;
	margin:0 auto;
	padding:30px 0 150px;
	box-sizing:border-box;
}

#about h2 {
	width:250px;
	margin:0 auto 25px 60px;
	padding:30px 0 3px;
	font-size:153%;
	text-align:center;
	letter-spacing:2px;
	background:url(/marketingschool/parts/img/readme/pay_bg.png) repeat-x left bottom;
	background-size:auto 18px;
}

#about h3 {
	width:844px;
	margin:0 auto 15px;
	font-size:108%;
	font-weight:bold;
	line-height:1.86;
}

#about p {
	width:844px;
	margin:0 auto 25px;
	font-size:108%;
	line-height:1.86;
}

#about ul li {
	width:844px;
	margin:0 auto 25px;
	padding:0 0 0 1em;
	font-size:108%;
	line-height:1.86;
	text-indent:-1em;
}







@media screen and (max-width:640px){

#kv {
	position:relative;
	min-width:inherit;
	padding:5% 0 7%;
	background:url(/marketingschool/parts/img/readme/kv_bg_sp.jpg) repeat-x left top;
	background-size:100% auto;
}

#kv:before {
	display:none
}

#kv .inner {
	position:relative;
	width:auto;
	margin:0 auto;
	box-sizing:border-box;
}

#kv .inner h1 {
	position:relative;
	width:54.8%;
	margin:0 auto 4% 0;
	padding:8% 0 6%;
	font-size:154%;
	font-weight:bold;
	line-height:1.55;
	letter-spacing:1px;
	text-align:center;
	background:rgba(240,255,77,0.75);
	z-index:2;
}

#kv .inner p {
	position:static;
	width:88%;
	margin:0 auto;
	font-size:108%;
	line-height:1.67;
}


#apply {
	width:92%;
	margin:0 auto;
	padding:7% 0 12%;
	border-bottom:4px solid #333;
	box-sizing:border-box;
}

#apply h2 {
	position:relative;
	width:85.4%;
	max-width:300px;
	margin:0 auto 8%;
	font-size:139%;
	text-align:center;
	letter-spacing:0;
}

#apply h2:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
 
#apply h2 span {
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 5;
}

#apply .flow01 li {
	position:relative;
	width:69.6%;
	min-height:inherit;
	margin:0 auto;
	padding:3% 0 2%;
	font-size:85%;
	line-height:1.64;
	text-align:center;
	background:#f4f4f4;
	box-sizing:border-box;
}

#apply .flow01 li:after {
	position:absolute;
	top:100%;
	left:0;
	content:' ';
	width:100%;
	padding:16.3% 0 0;
	background:url(/marketingschool/parts/img/readme/apply_bg_01_sp.png) no-repeat left bottom;
	background-size:100% auto;
}

#apply .flow01 li.db {
	padding:3% 0 2%;
	margin:0 auto 10%;
}

#apply .inner {
	width:auto;
	margin:14% auto 0;
	text-align:center;
	background:url(/marketingschool/parts/img/readme/apply_bg_03.png) repeat-y center top;
}

#apply .inner .leftArea{
	float:left;
	width:48.5%;
}

#apply .inner .rightArea{
	float:right;
	width:48.5%;
}

#apply .inner h3 {
	margin:0 0 5%;
	padding:2% 0;
	font-size:85%;
	font-weight:bold;
	background:#fcfda2;
}

#apply .inner .flow02 li {
	position:relative;
	min-height:4.887em;
	margin:0 auto 15%;
	padding:5% 3% 0;
	font-size:85%;
	line-height:1.64;
	text-align:center;
	background:url(/marketingschool/parts/img/readme/apply_bg_03_sp.png) no-repeat left top;
	background-size:100% auto;
	box-sizing:content-box;
	z-index:3;
}

#apply .inner .flow02 li:after {
	position:absolute;
	top:100%;
	left:0;
	content:' ';
	width:100%;
	padding:23.3% 0 0;
	background:url(/marketingschool/parts/img/readme/apply_bg_02_sp.png) no-repeat left bottom;
	background-size:100% auto;
}

#apply .inner .flow02 li:nth-child(2) {
	z-index:2;
}

#apply .inner .flow02 li:last-child {
	min-height:4.887em;
	margin:0 auto;
	padding:5% 3%;
	background:none;
	border:1px solid #e5e5e5;
	z-index:1;
}
#apply .inner .flow02 li:last-child:after {
	display:none;
}

#apply .inner .leftArea .flow02 li:last-child {
	padding:10% 3% 0;
}

#apply .inner .rightArea .flow02 li:first-child {
	min-height:4.887em;
}


#about {
	width:92%;
	margin:0 auto;
	padding:4% 0 15%;
	box-sizing:border-box;
}

#about h2 {
	width:54%;
	margin:0 0 5%;
	padding:5% 0 1%;
	font-size:116%;
	text-align:center;
	letter-spacing:2px;
	background:url(/marketingschool/parts/img/readme/pay_bg.png) repeat-x left bottom;
	background-size:auto 14px;
}

#about h3 {
	width:auto;
	margin:0 auto 1%;
	font-size:93%;
	font-weight:bold;
	line-height:1.5;
}

#about p {
	width:auto;
	margin:0 auto 5%;
	font-size:93%;
	line-height:1.5;
}

#about ul li {
	width:auto;
	margin:0 auto 5%;
	padding:0 0 0 1em;
	font-size:93%;
	line-height:1.5;
	text-indent:-1em;
}

}
