
/* PC SP 共通 */
body.form .form-common_sec.type_flow .list > li:not(:last-child){
    margin-bottom: 15px;
}
body.form .form-common_sec.type_flow .list > li:not(:has(.titles)):not(:last-child){
    margin-bottom: 5px;
}
body.form .form-common_sec.type_flow .list > li .titles{
	padding-top: 4px;
}
body.form .form-common_sec.type_desc .rq a{
	color: #F91C25;
}



@media print, all and (min-width: 751px) {
	
	/* PC */
	body.form .form-common_sec{
		margin-bottom: 40px;
	}
                       
}

@media only screen and (max-width: 750px) {
    
	/* SP */
	body.form .form-common_sec.type_flow .list > li .titles{
		padding-top: 2px;
	}
	
    
}