body{
    background-color:#ffffcc;
}
.l-header__inner{
    background-color:beige;
}

.l-header{
    border-bottom-width: 5px;
    border-bottom-style: outset;
}

.p-checkout__list__block__inner{

}

/*強酸クール便追加エリアデザイン*/
.acid_deliv_area{
    margin-top:20px;
}
.acid_addbtn{
    background-image:linear-gradient(0deg,rgba(0, 17, 112, 1) 0%, rgba(52, 74, 237, 1) 65%, rgba(0, 21, 176, 1) 100%);
    padding: 15px 20px;
    border-radius: 10px;
    color: white;
    font-family: 'Arial';
    font-weight:bold;
    transition:0.4s;
}
.acid_addbtn:hover{
    opacity:0.4;
}
.acid_attention_msg{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size:1em;
    font-weight:bold;
    margin-bottom:20px;
}
/*ご注文金額*/
.u-color__bg--bg{
    background: white;
}

.l-container .control-alart{
    margin-bottom:75px;
}

.text.u-color__bg--bg.u-color__text--alert{
    margin-right:auto;
    margin-left:auto;
    background:#EAF4FF;
    width:70%;
}
@media screen and (max-width: 719px) {
    .text.u-color__bg--bg.u-color__text--alert{   
    width:100%;}
}

.l-wrapper-none{
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

.l-footer{
    margin-top:auto;
}
    