@charset "UTF-8";

.step-type {
	font-size: 1.2rem;
}
.reception-time-item {
	width: 130px;
}

/* 確認画面で項目名が2行になると崩れる */
table#mfp_confirm_table tr th {
    white-space: normal;
}

.fv-name {
	font-size: 2.4rem;}

/*------- ▼ SP・TB -------*/
@media screen and (max-width: 1079px) {
	.fv-name {
		font-size: 2.2rem;
	}
}