@charset "utf-8";
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea > section#sec02 #pattern ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec02 #pattern ol li {
	width: 250px;
}
#secondaryArea > section#sec02 #pattern ol li figure {
	text-align: center;
}
#secondaryArea > section#sec02 #pattern ol li figure img {
	max-width: 100%;
}
#secondaryArea > section#sec02 #pattern ol li figure figcaption {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 15px;
}
#secondaryArea > section#sec02 #step {
	text-align: center;
}
#secondaryArea > section#sec02 #step ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#secondaryArea > section#sec02 #step ol li {
	width: 33.3%;
	width: calc( 100% / 3);
	padding: 0 5px;
}
#secondaryArea > section#sec02 #step ol li img {
	max-width: 100%;
}
#secondaryArea > section#sec02 .bgOuter02 {
	margin-top: 15px;
}
#secondaryArea > section#sec02 .bgOuter02 .picLeft .txt {
	padding-left: 80px;
	padding-right: 80px;
}
#secondaryArea > section#sec02 .bgOuter02 .picRight .txt {
	padding-left: 0;
	padding-right: 80px;
}
#secondaryArea > section#sec02 .bgOuter02 .picRight .txt p {
	margin-right: 0;
}
@media screen and (max-width: 767px){
#secondaryArea > section#sec02 #pattern ol {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
#secondaryArea > section#sec02 #pattern ol li {
	margin-bottom: 20px;
}
#secondaryArea > section#sec02 .bgOuter02 {
	padding-top: 10px;
}
#secondaryArea > section#sec02 .bgOuter02 .picLeft .pic {
	text-align: center;
}
#secondaryArea > section#sec02 .bgOuter02 .picLeft .txt {
	padding: 20px;
}
#secondaryArea > section#sec02 .bgOuter02 .picRight .txt {
	padding: 20px;
}
#secondaryArea > section#sec02 .bgOuter02 .picRight .txt p {
	margin-right: 0;
}
#secondaryArea > section.relativeContents {
	margin-top: 40px;
}
}
