@charset "UTF-8";
/*--------------------------------------------------------------
#category_title
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#category_title {
		background: url("image/title_ground.jpg") top center no-repeat;
		background-size: cover;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {

	#category_title {
		background: url("image/title_ground.jpg") top center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

}


/*--------------------------------------------------------------
#school_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#school_area {
		margin: 0;
		padding: 30px 0 50px 0;
		background: url("../../image/ground_2.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		position: relative;
	}
	
	#school_area p {
		margin: 0 10% 30px 10%;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}
	
	.kureyon {
		display: none;
	}
	
}

/* Small than tablet */
@media (min-width: 768px) {
	
	
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#school_area {
		margin: 0;
		padding: 50px 0 80px 0;
		background: url("../../image/ground_2.png") top center no-repeat;
		-webkit-background-size: 1460px auto;
		background-size: 1460px auto;
		position: relative;
	}
	
	#school_area p {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 700px;
	}
	
	.kureyon {
		display: inherit;
		position: absolute;
		top: 0;
		right: 5%;
		width: 200px;
	}
}

/*--------------------------------------------------------------
#promise
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#promise {
		margin: 0;
		padding: 0;
		background: url("../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		position: relative;
	}
	
	#promise ul {
		margin: 30px 0 0 0;
		padding: 0;
	}
	
	#promise li {
		margin: 0 0 20px 0;
		padding: 0;
		width: auto;
	}
	
	#promise dl {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#promise dt {
		margin: 0 10% 10px 10%;
		padding: 0;
	}
	
	#promise dd {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #660230;
		font-weight: 500;
	}
	
	

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#promise {
		margin: 0;
		padding: 0;
		background: url("../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 1485px auto;
		background-size: 1485px auto;
	}
	
	#promise ul {
		margin: 30px 0 0 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#promise li {
		margin: 0 20px;
		padding: 0;
		width: 280px;
	}
	
	#promise dt {
		margin: 0 0 10px 0;
		padding: 0;
	}

}

/*--------------------------------------------------------------
#expenses
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#expenses {
		margin: 50px 0 60px 0;
		padding: 90px 0 80px 0;
		position: relative;
		background: #E6F2F1;
	}
	
	.expenses_title {
		margin: 0;
		padding: 0;
		color: #660330;
		font-size: 20px;
		font-family: 'RocknRoll One', sans-serif;
		text-align: center;
	}

	#expenses p {
		margin: 20px 0 30px 0;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	
	#expenses p br {
		display: inherit;
	}
	
	
	#expenses ul {
		margin: 0;
		padding: 0;
	}
	
	#expenses li {
		margin: 0 15px 15px 15px;
		padding: 15px;
		background: #FFF;
		overflow: hidden;
		border-radius: 10px;
		width: auto;
	}
	
	#expenses h5 {
		margin: 0 0 10px 0;
		padding: 5px 10px;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		color: #FFF;
		border-radius: 10px;
	}
	
	#expenses .gl {
		background: #B4DD92;
	}
	
	#expenses .bl {
		background: #92D7DD;
	}
	
	#expenses .pk {
		background: #EAA3B9;
	}
	
	#expenses dl {
		margin: 0;
		padding: 10px;
		font-size: 14px;
	}
	
	#expenses dt {
		margin: 0;
		padding: 5px 0;
		float: left;
		width: 70px;
	}
	
	#expenses dt i {
		color: #F2BE5D;
	}
	
	#expenses dd {
		margin: 0 0 0 70px;
		padding: 5px 10px;
		border-left: #5FAEB9 dotted 2px;
	}
	
	.wood {
		position: absolute;
		top: -20px;
		left: 3%;
		width: 90px;
	}
	
	.yugu {
		position: absolute;
		bottom: -30px;
		right: 10px;
		width: 250px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#expenses p br {
		display: none;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#expenses {
		margin: 50px 0 60px 0;
		padding: 90px 0 120px 0;
		position: relative;
		background: #E6F2F1;
	}
	
	.expenses_title {
		margin: 0;
		padding: 0;
		color: #660330;
		font-size: 25px;
		font-family: 'RocknRoll One', sans-serif;
		text-align: center;
	}
	
	#expenses ul {
		margin: 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#expenses li {
		margin: 0 5px;
		padding: 15px;
		background: #FFF;
		overflow: hidden;
		border-radius: 10px;
		width: 320px;
	}
	
	#expenses h5 {
		margin: 0 0 10px 0;
		padding: 5px 10px;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		color: #FFF;
		border-radius: 10px;
	}
	
	
	#expenses dl {
		margin: 0;
		padding: 10px;
		font-size: 14px;
	}
	
	#expenses dt {
		margin: 0;
		padding: 5px 0;
		float: left;
		width: 70px;
	}
	
	#expenses dd {
		margin: 0 0 0 70px;
		padding: 5px 10px;
		border-left: #5FAEB9 dotted 2px;
	}
	
	
	.wood {
		position: absolute;
		top: 0;
		left: 5%;
		width: 220px;
	}
	
	.yugu {
		position: absolute;
		bottom: -70px;
		right: 8%;
		width: 350px;
	}
	
	

}