@charset "utf-8";

/************************************************
 import css
************************************************ */

.btn_area ul li input[type="button"]:nth-child(1){
    color: #FFF;
    font-size: 1em;
    border-radius: 5px;
}

div#mycontents_area div.mycondition_area .btn input {
    padding: 0.3em 1em;
    display: block;
    color: #FFF;
    background: #D92417;
    border-radius: 5px;
    white-space: nowrap;
    border: none;
    border: 1px solid #D92417;
    cursor: pointer;
}

body.LC_Page_Shopping_Confirm div#button_lower::after {
    content: "※領収書は発送完了後のメールに記載しておりますURLより閲覧およびダウンロードすることができます";
    display: block;
    text-align: center;
    color: #D92417;
    font-weight: bold;
    margin-top: 1em;
}

body.LC_Page_Shopping_Confirm .pay_area02.contact_area::before {
    content: "※食品の安全性の確保のため「置き配」は対応不可とさせていただきます";
    display: block;
    margin-top: -2em;
    margin-bottom: 2em;
}