@charset "utf-8";
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea > section#sec03 #usage ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec03 #usage ol li {
	width: 25%;
	padding: 0 5px;
}
#secondaryArea > section#sec03 #usage ol li figure {
	text-align: center;
}
#secondaryArea > section#sec03 #usage ol li figure img {
	max-width: 100%;
}
#secondaryArea > section#sec03 #usage ol li figure figcaption {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 15px;
}
#secondaryArea > section#sec03 #usage ol li figure figcaption .caution {
	font-size: 14px;
	font-size: 1.4rem;
}
#secondaryArea > section#sec08 #step {
	text-align: center;
}
#secondaryArea > section#sec08 #step ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec08 #step ol li {
	width: 33.3%;
	width: calc( 100% / 3);
	padding: 0 5px;
}
#secondaryArea > section#sec08 #step ol li img {
	max-width: 100%;
}
#secondaryArea > section#sec08 .bgOuter02 {
	margin-top: 70px;
}
#secondaryArea > section#sec08 .bgOuter02 .txt .left a {
	width: 370px;
}
@media screen and (max-width: 767px){
#secondaryArea > section#sec08 .bgOuter02 {
	margin-top: 40px;
}
#secondaryArea > section#sec03 #usage ol li {
	width: 50%;
}
}
