.item_deliverly_date--wrapper {
    display: block;
    background-color: #048431;
    color: white;
    margin: 0 3% 2rem;;
    padding: 1.2rem;
    border-radius: 1.5rem;
    border-style: double;
    border-color: white;
    border-width: 5px;
}

.item_deliverly_date--container {
    text-align: center;

}

.item_deliverly_date--title {
    display: block;
    margin:0.5rem auto;
    text-decoration-line:underline;
    font-weight:600;
}

.item_deliverly_date--fromto{
    display:block;

}

.item_deliverly_date--date {
    font-weight: 800;
    font-size: 1.8rem;
 }

.item_deliverly_date--day {
    font-weight: 600;
    font-size: 1.3rem; 
}

.item_deliverly_date--tilde{
    font-weight:600;
}


.item_deliverly_date--caution{
    text-align:left;
    margin:1rem;
    display:block;
    border-top:solid 1px ;
    padding-top:1rem; 
}