#confirm-message {
	line-height: 1.2; /* 適度な行間 */
	height: 300px;
	overflow-y: auto;  /* 高さを超えたらスクロール */
}

.form-confirm p {
	padding: 2px 10px; /* 余白を設定 */
}

.form-confirm .alert-message {
	margin-top: 4px;
	color: #f33f3f;
	font-size: 1.6rem;
	text-align: center;
}

.form-confirm h3 {
	margin: 30px 0 10px;
	text-align: center;
	font-size: 25px;
}