@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;
	}

}


/*--------------------------------------------------------------
#question_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#question_area {
		margin: 0;
		padding: 30px 0 50px 0;
		background: url("../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		position: relative;
	}
	
	.question {
		margin: 0 5%;
		padding: 15px 20px;
		overflow: hidden;
		background: #E2F2EC;
		width: auto;
		border-radius: 20px;
		font-family: 'RocknRoll One', sans-serif;
		position: relative;
	}
	
	.question dl {
		margin: 0;
		padding: 0;
	}
	
	.question dt {
		margin: 0;
		padding: 0;
		font-size: 30px;
		color: #70C4EA;
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.question dd {
		margin: 0 0 0 40px;
		padding: 0;
		font-size: 18px;
	}
	
	.anser {
		margin: 0 5% 30px 5%;
		padding: 20px 50px;
		overflow: hidden;
		width: auto;
		position: relative;
	}
	
	.anser dl {
		margin: 0;
		padding: 0;
	}
	
	.anser dt {
		margin: 0;
		padding: 0;
		font-size: 30px;
		font-family: 'RocknRoll One', sans-serif;
		color: #E271A5;
		position: absolute;
		top: 10px;
		left: 20px;
	}
	
	.anser dd {
		margin: 0 0 0 10px;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}

}

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

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#question_area {
		margin: 0;
		padding: 50px 0 70px 0;
		background: url("../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 1485px auto;
		background-size: 1485px auto;
		position: relative;
	}
	
	.question {
		margin: 0 auto;
		padding: 30px 65px;
		overflow: hidden;
		background: #E2F2EC;
		width: 850px;
		border-radius: 20px;
		font-family: 'RocknRoll One', sans-serif;
		position: relative;
	}
	
	.question dl {
		margin: 0;
		padding: 0;
	}
	
	.question dt {
		margin: 0;
		padding: 0;
		font-size: 35px;
		color: #70C4EA;
		position: absolute;
		top: 50%;
		left: 65px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.question dd {
		margin: 0 0 0 50px;
		padding: 0;
		font-size: 23px;
	}
	
	.anser {
		margin: 0 auto 50px auto;
		padding: 20px 65px;
		overflow: hidden;
		width: 850px;
	}
	
	.anser dl {
		margin: 0;
		padding: 0;
	}
	
	.anser dt {
		margin: -10px 0 0 0;
		padding: 0;
		font-size: 35px;
		font-family: 'RocknRoll One', sans-serif;
		color: #E271A5;
		top: 20px;
		left: 65px;
	}
	
	.anser dd {
		margin: 0 0 0 50px;
		padding: 0;
		font-size: 16px;
		line-height: 2;
	}

}

