@charset "utf-8";

/*===================================================================

	001. condition

===================================================================*/

.cond-title{
	font-size: 18px;
	margin-bottom: 1em;
}

.cond__text{
	margin-bottom: 2em;
}

.condition ol{
	list-style: decimal;
	margin-left: 1.5em;
}

/*===================================================================

	002. responsive

===================================================================*/

@media screen and (max-width: 768px){
	/*==============================================

		001. condition

	==============================================*/


}