@charset "UTF-8";
/* CSS Document */

h2{
	width: 30%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 45px;
	
}

h4{
	margin-bottom: 90px;
	text-align: center;
	font-size: 2rem;
}

h3{
	text-align: center;
	font-size: 2.4rem;
	margin: 0 auto;
	margin-bottom: 60px;
	border-bottom: solid 1px #3f312b;
	width: 40%;
	
}

.section{
	padding: 0;
	padding-bottom: 90px;
}

.wrap{
	padding: 15px;
}

/*nav*/
.global-nav{
	margin-bottom: 90px;
}

.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}

/*kv*/
.kv{
	max-width: 	100%;
	margin-bottom: 90px;
}

.kv-container{
	margin: 0 auto;
	max-width: 80%;
}

/*licence*/
.licence{
	background-color: #fff;
	padding-top: 45px;
	
}

.licence p{
	margin-bottom: 45px;
	padding: 20px;
}

.licence span{
	font-size: 3rem;
	font-style: italic;
}
/*whats*/
.whats{
	padding-top: 45px;
}

.whats span{
	font-size: 1.7rem;
}


.whats p{
	margin-bottom: 90px;
}

.professor-list{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10px;
}

.each-professor{
	display: table-cell;
	width: 1%;
}

.professor-img{
	text-align: center;
	margin-bottom: 20px;
}

.professor-text{
	width: 90%;
	text-align: center;
}


/*flow*/
.flow{
	background-color: #fff;
	padding-top: 45px;
}

.flow-sub{
	margin-bottom: 20px;
}

.flow-text{
	margin-left: 40px;
	margin-bottom: 60px;
}

.flow-text p{
	margin-bottom: 20px;
}

.flow-text .btn{
	margin-top: 20px;
	padding: 15px;
	background-color: #d3cbc6;
	color:#3f312b;
}

.flow-text .btn:hover{
	background-color: #3f312b;
	color:#d3cbc6;
}

.flow-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.flow-list__item{
	box-sizing: border-box;
	margin: 20px;
	width: 33%;
	border: 1px solid #d3cbc6;
	padding: 15px;
}

.flow-list__img{
	box-sizing: border-box;
	margin: 20px;
	width: 33%;
}

.flow-list__img img{
	width: 100%;
}

.flow-list__item h5{
	border-bottom: solid 1px #3f312b;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}


/*after-licence*/
.after-licence{
	padding-top: 45px;
}

.after-licence p{
	text-align: center;
}


/*curriculum*/
.section-sub{
	text-align: center;
}

.each-class{
	margin-bottom: 45px;
}
.curriculum h5{
	font-size: 2rem;
	margin-bottom: 20px;
	border-bottom: solid 1px #3f312b;
	width: 10%;
	text-align: center;
	padding-bottom: 5px;
	
}

.curriculum h6{
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.curriculum p{
	margin-bottom: 10px;
	line-height: 1.4;
}
/*question*/

.questions{
	background-color: #fff;
	padding-top: 45px;
}

.question-item{
	margin-bottom: 45px;
	padding: 20px;
}

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

/*kv*/
	.kv-container{
		max-width: 100%;
	}
	
/*flow*/
	.flow-list{
		display: block;
	}
	
	.flow-list__item{
		margin: 0 auto;
		margin-bottom: 45px;
		width: 80%;
	}
	
/*professor-list*/
	.each-professor{
		display: block;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	
	.pc{
		
		display: none;
	}
}


@media screen and (max-width: 600px){
	.nav{
		display: block;
		text-align: center;
	}
	
	.nav .nav-list{
		margin-left: 0;
	}
	
	h2{
		width: 60%;
	}
	
	h3{
		width: 90%;
	}
	
	.flow-text{
		margin-left: 10px;
	}
	
/*curriculum*/
	.curriculum p{
		margin-bottom: 45px;
	}
	
	.curriculum h5{
		width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	
/*question*/
	.question-item p{
		margin-bottom: 20px;
	}
}