.text-danger {
	color: #ff0000;
}



/* 2024年度改修 フォームボタン下部固定 */
form.productform {
	position: relative;
}
form.productform .sendBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #fff;
	z-index: 9999;
}

#submit-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    display: table;
}
#submit-layer > i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}