@charset "utf-8";
.lcl-input--date{
	padding-left: 40px;
	width: 140px;
	margin-right: 10px;
	background: url(../img/ico_date.png) no-repeat 14px center / 20px 20px !important;
}
.lcl-select--time select{
	padding-left: 40px;
	width: 140px;
	background: url(../img/ico_time.png) no-repeat 10px center / 22px 22px !important;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	.lcl-input--date{
		padding-left: 30px;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		background: url(../img/ico_date.png) no-repeat 8px center / 13px 13px !important;
	}
	.lcl-select--time{
		width: 100%;
	}
	.lcl-select--time select{
		width: 100%;
		padding-left: 30px;
		background: url(../img/ico_time.png) no-repeat 8px center / 15px 15px !important;
	}
}
.lcl-bukken-ttl{
	background: #1e0405;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}