入力内容をご確認いただき、送信ボタンを押してください。
.day_time_box{
display: flex;
flex-wrap: wrap;
}
.day_box{
width: 35%;
}
.time_box{
width: 57%;
margin-left: 8%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.time_input{
width: 175px;
position: relative;
}
.time_input .error{
position: absolute;
bottom: -21px !important;
left: 12px;
}
.sp_block{
display: none;
}
@media screen and (max-width: 768px) {
.day_box {
width: 100%;
}
.time_box {
width: 100%;
margin: 10px 0 0 0;
}
.time_tile{
font-weight: bold;
}
.time_input {
width: 100%;
}
.sp_block{
display: inline-block;
}
.formBox .formItem dd {
padding: 0 0 1em 0 !important;
}
}