@charset "utf-8";
/* CSS Document */

#contents section > section{
	margin-left: 1em;
}
#contents .pct.flex{
	justify-content: space-between;
	margin-left: 2em;
	width: 90%;
}

#contents figure figcaption{
	margin-top: 1em;
}

#contents .notice_gray{
	margin-top: 1em;
}

#contents .notice_gray > ul.disc{
	margin-left: 1.5em;
}
#contents .notice_gray > ul.disc > li{
	margin-bottom: 10px;
}


#contents section h2 ~ ul.disc{
	margin-left: 2.5em;
	margin-top: 2em;
}

#contents img.icon{
	vertical-align: middle;
	padding: 0 2px;
}

#contents .stepArea ol.stepList > li >p.lead.nomal{
	font-weight: normal;
}

#contents .stepArea ol.stepList.no_img > li{
	margin-bottom: 10px;
}

@media (max-width: 640px){
	#contents section > section{
		margin-left: 0;
	}
	#contents .pct.flex{
		width: 100%;
		margin-left: 0;
	}
	#contents .pct.flex figure + figure{
		margin-top: 2em;
	}
	
	#contents .pct.flex figure figcaption{
		margin-top: 0;
	}
	
	#contents .pct img:not(.icon){
		width: 100%;
		height: auto;
	}
	#contents section h2 ~ ul.disc{
		margin-left: 1.5em;
	}
}