@charset "utf-8";
/* CSS Document */



.wrapper{
	width:1100px;
	height:1200px; 
	margin-left:auto;
	margin-right:auto;
	
}

.logo{
	padding-top:25px;
	text-align:center;
	 }
	 
.content{
	width:850px;
	height:700px;
	margin-top:160px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content:space-around;	 
}

.content_1{
	width:850px;
	height:920px;
	margin-top:160px;
	margin-left:auto;
	margin-right:auto;
	 	 
}

.main_cont{
	width: 630px;
	height:800px;
	}
	
.main_cont2{
	width: 830px;
	height:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

.cont_inside_l{
	float:left;
	width:28%;
}

.cont_inside_ll{
	float:left;
	width:20%;
}

.cont_inside_c{
	float:left;
	width:48%;
}

.cont_inside_cc{
	float:left;
	width:75%;
	padding-left:20px;
}

.cont_inside_r{
	float:right;
	width:20%;
}
.center{
	text-align:center;}
	
	
.leftcontent {
	width:170px;
	height:auto;	
	text-align:center;
	float:left;
	padding:8px;
	border:#999 1px solid;
}

.rightcontent {
	width:420px;
	height:auto;	
	text-align:center;
	float:left;
}

.folk{
	width:610px;
	height:auto;
}

.folk1{
	width:810px;
	height:auto;
}

.subject{
	width:600px;
	height:auto;
	margin-bottom:20px;
	border:#FC6 1px solid;
	background-color:#FFC;
	}
	

.subject_L{
	width:290px;
	height:auto;
	margin-bottom:20px;
	float:left;
	border:#FC6 1px solid;
	background-color:#FFC;
	}

.subject_LL{
	width:610px;
	height:auto;
	margin-bottom:20px;
	float:left;
	border:#FC6 1px solid;
	background-color:#FFC;
	}
	
.subject_R{
	width:290px;
	height:auto;
	margin-bottom:20px;
	float:left;
	margin-left:25px;
	border:#FC6 1px solid;
	background-color:#FFC;
	}
	
	
.box{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;}
	
.box_in{
	width:360px;
	height:auto;
	margin-bottom:20px;
	padding:15px;
	border:#FC6 1px solid;
	background-color:#FFC;
	}
	
	
.box_big{
	width:800px;
	height:auto;
	margin-bottom:20px;
	padding:15px;
	border:#FC6 1px solid;
	background-color:#FFC;
	}
	
.footer{
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;	 
	width:900px;
	height:100px;
	font-family:"kirvyregular";
	font-size:13px;	
	display:flex;
	justify-content:space-around;}