@charset "utf-8";
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea > section#sec01 #usage p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#secondaryArea > section#sec01 #usage ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec01 #usage ol li {
	width: 25%;
	padding: 0 5px;
}
#secondaryArea > section#sec01 #usage ol li figure {
	text-align: center;
}
#secondaryArea > section#sec01 #usage ol li figure figcaption {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 15px;
}
@media screen and (max-width: 767px){
#secondaryArea > section#sec01 #usage ol li {
	width: 50%;
	padding: 0 5px;
}
}

