@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_news {
    background: #F19DB5;
    padding: 15px 0;
    color: #fff;
    font-size: 130%;
    text-align: center;
}
#main_image {
    /*margin-top: 100%*/;
    text-align: center;
    /*max-width: 1050px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#main_image p {/*
    position: absolute;*/
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 130%;
    line-height: 200%;
    max-width: 1200px;
    margin: auto;
}
#main_image p.top_text {
    font-size: 90%;
}
#main_image p#main_text,
#main_image p {
    font-size: 80%;
}
@media screen and (min-width: 768px) {
    #main_image p.top_text {
        font-size: 150%;
    }
    #main_image p#main_text,
    #main_image p {
        font-size: 130%;
    }
}
#main_image img {
}
#main_image p#main_text {
    margin-bottom: 35px;
    line-height: 320%;
    /* font-family: "Sawarabi Mincho"; */
    margin-bottom: 160px;
}
#main_text span {
    /* border-bottom: 2px solid #A0D1F1;*/
    padding-bottom: 1px;
}
#flickity {
    margin-top: 50px;
}
.mv_open {
    position: relative;
}
.mv_open div {
    position: absolute;
    left: 5%;
    top: 40%;
    max-width: 120px;
}
.mv_open div img {
    max-width: 100%;
}
@media screen and (min-width : 780px) {/*
.top_text br {
    display: none;
}*/
    .mv_open div {
        bottom: 20px;
        right: 10%;
        top: auto;
        max-width: 170px;
    }
}
/* ==============================================
 レスポンシブ PC/タブレット 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (max-width : 768px) {
    #main_image {
        width: 100%;
    }
    #main_image p {
        width: 70%;
        margin: auto;
    }
    #main_news {
        text-align: left;
        font-size: 100%;
        padding: 7px 0 0;
    }
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
#undercolumn_aboutus dl {
    font-size: 14pt;
    line-height: 28pt;
    margin-bottom: 30px;
}
#undercolumn_aboutus dl dt {
    color: #ccc;
}

/* 特定商取引法
----------------------------------------------- */
#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
}

.zipimg img {
    vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
#mynavi_area {
    width: 100%;
}

#mycontents_area {
    width: 100%;
}

#mycontents_area p.text {
    margin: 100px auto;
    text-align: center;
    font-size: 150%;
}
#mynavi_area .mynavi_list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#mynavi_area .mynavi_list li {
    width: 17%;
    margin-left: 0;
    text-align: left;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: auto;
    text-align: center;
    font-size: 11pt;
}
#mynavi_area .mynavi_list li a {
    display: block;
}
#mynavi_area .mynavi_list li input {
    margin: auto;
}
input[type="submit"],
input[type="button"] {
    color: #036EB8;
    text-decoration: none;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #f60;
    text-decoration: none;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

#mycontents_area table {
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
}
#mycontents_area .sp table th {
    float: left;
    width: 33%;
    padding: 8px 1%;
    min-height: 45px;
    text-align: left !important;
    list-style-type: none;
    max-height: 49px;
    font-size: 9pt;
}
@media screen and (max-width: 768px) {
    #mycontents_area .sp table th.contact {
        line-height: 11pt;
        padding-bottom: 5px;
    }
    #mycontents_area .sp table th.shipping_address {
        padding: 8px 1% 5.5rem;
    }
    #mycontents_area .sp table td.address_detail {
        height: 6.15rem;
    }
}
#mycontents_area .sp table td {
    float: left;
    width: 67%;
    padding: 8px 1%;
    list-style-type: none;
    min-height: 45px;
    overflow: hidden;
    line-height: 23px;
}
#mycontents_area .sp table tr {
    clear: both;
}

#mycontents_area .sp table tr.last th,
#mycontents_area .sp table tr.last td {
    border-bottom: #ccc 10px solid;
}
#mycontents_area table th.bg_card img {
    max-width: 30%;
    max-height: 15px;
}
#mycontents_area .btn_area {
    padding-bottom: 60px;
}
#mycontents_area .histly_details {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#mycontents_area .histly_details li {
    padding-bottom: 0px;
    margin-top: 20px;
    clear: both;
    width: 30%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: left;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: inherit;
    text-align: center;
}
#mycontents_area .total_item {
}
#mycontents_area h3 {
    margin: 30px auto;
    font-size: 14pt;
    text-align: center;
}
#mycontents_area .total_item dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18pt;;
}
#mycontents_area.input_form dt {
    margin-top: 40px;
}
#mycontents_area.input_form dd {
    margin-top: 0px;
}
#mycontents_area.input_form_comfirm dd {
    font-size: 12pt;
    margin-top: 20px;
}

/* ==============================================
 レスポンシブ PC/タブレット 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (min-width : 780px) {
    #mycontents_area .histly_details li {
        width: 17%;
    }
    #mynavi_area .mynavi_list li {
    }

    #mycontents_area table.delivname th.border_right_none {
        width: 27%;
    }
    #mycontents_area table.delivname th.alignC {
        width: 8%;
    }
    #mycontents_area table.delivname td {
        width: 65%;
    }
}
/* ==============================================
 レスポンシブ スマホ 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (max-width : 768px) {
    #mycontents_area table.delivname th.bg_card,
    #mycontents_area table.delivname th.border_right_none {
        float: left;
        width: 69%;
        padding: 8px 0;
        text-align: center;
        height: 18px;
    }
    #mycontents_area table.delivname th.alignC {
        float: left;
        width: 30%;
        padding: 5px 0;
        height: 24px;
    }
    #mycontents_area table.delivname td {
    }
    #undercolumn_contact th br {
        display: none;
    }
}

/* ==============================================
▼ログイン
=============================================== */
#undercolumn_login {
    margin: 0 auto;
    width: 85%;
    padding: 0 16px;
}
@media screen and (max-width : 768px){
    #undercolumn_login {
        width: 100%;
    }
}
#undercolumn_login.shopping_login {
    float: left;
}
#nonmember_block {
    margin: 0 auto;
    width: 35%;
    padding: 0 16px;
    float: right;
}
#undercolumn_login .login_area {
    margin-bottom: 30px;
}
#undercolumn_login .login_area .menber_image {
    text-align: center;
    padding: 0 0 16px;
    margin: 0 auto;
    width: 60px;
}
#undercolumn_login .login_area .inputbox {
    /*margin: 15px auto;
    padding: 40px 16px;
    background: #f0f0f0;
    max-width: 100%;*/
}
#nonmember_block .column .column_inner {
    background: #f0f0f0 none repeat scroll 0 0;
    margin: 15px auto;
    max-width: 100%;
    padding: 80px 16px;
}
#nonmember_block .column .column_inner .message {
    max-width: 230px;
    margin: 0 auto;
}
#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}
#undercolumn_login .login_area .inputbox dd {
    margin-bottom: 16px;
}


/* ==============================================
▼エラー
=============================================== */
#undercolumn_error {
    margin: auto;
}
#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    /* border: 1px solid #ccc; */
    font-size: 130%;
    text-align: center;
}

#undercolumn_error .message_area .error {
    padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
    padding-bottom: 10px;
    /*background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom ;*/
}
.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.pagenumber_area {
    margin: 0 0 30px;
}
.pagenumber_area .navi {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding: 10px 0 10px;
}

@media screen and (max-width : 768px) {
    .pagenumber_area .navi {
        font-size: 3vw;
    }
}
.pagenumber_area .navi li {
    display: inline;
}
.pagenumber_area .change {
    /* float: right;
    text-align: right; */
    white-space: nowrap;
    width: 170px;
    margin: 0 auto 20px;
    /*padding-left: 25px;*/
}
.pagenumber_area .navi strong {
    padding: 5px 10px;
    border: #26AAF4 1px solid;
    border-radius: 2px;
    color: #fff;
    background: #26AAF4;
}
.pagenumber_area .navi a {
    padding: 5px 10px;
    border: #fff 1px solid;
    border-radius: 2px;
    color: #26AAF4;
}
.pagenumber_area .navi a:hover {
    color: #666;
    border: #666 1px solid;
}
.pagenumber_area select {
    border: none;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
}


/* レイアウト
----------------------------------------------- */
div.list_area {
    margin: 0 1% 15px;
    padding-bottom: 10px;
    width: 48%;
    overflow: hidden;
    float: left;
    text-align: center;
}

div.listphoto {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
div.listphoto img {
    max-height: 355px;
    max-width: 100%;
}

/* メインカラム用 1カラム時*/
#main_column.colnum1 div.listrightbloc {
    width: 100%;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 div.listrightbloc {
    width: 100%;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 div.listrightbloc {
    float: right;
    width: 74%;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listphoto ul.status_icon {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 4%;
}
div.listphoto ul.status_icon li {
    float: left;
    padding: 5px 0;
    width: 46%;
    background: rgba(255,255,255,0.7);
    color: #000;
    text-align: center;
    /*font-weight: bold;*/
}

/* 商品名 */
div.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
}

/* コメント */
div.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
    margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}

/* 買い物カゴ */
div.listrightbloc .cart_area img {
    max-width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_02.gif") repeat-x bottom ;
}
div.listrightbloc dl {
    width: 100%;
}
div.listrightbloc dt {
    display: inline-block;
    vertical-align: top;
}
div.listrightbloc dd {
    padding-bottom: 10px;
    display: inline-block;
}
div.listrightbloc dd p.attention {
    margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
    margin: 0;
}
div.listrightbloc .cartin .quantity {
    padding: 3px 10px 0 0;
    width: 100%;
    /* float :left; */
}
div.listrightbloc .cartin .quantity .box {
    width: 70px;
}
div.listrightbloc .cartin_btn {
    width: 100%;
}
#page_navi_bottom {
    width: 100%;
    clear: both;
}

/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
        * 1カラム時
        * 2カラム時
        * 3カラム時

----------------------------------------------- */
#detailarea,
.sub_area {
    width: 100%;
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#main_column.colnum1 #detailphotobloc {
    width: 100%;
    text-align: center;
}

#main_column.colnum1 #detailphotobloc .photo ul li {
    width: 80%;
    margin: 0 10% 30px;
}
#main_column.colnum1 #detailrightbloc {
    width: 100%;
    clear: both;
}
#main_column.colnum1 div.subtext {
    margin-bottom: 10px;
}
#main_column.colnum1 div.subphotoimg {
}
#main_column.colnum1 p.subtext {
    margin-bottom: 20px;
}

/* 2カラム用 */
#main_column.colnum2 #detailphotobloc {
    width: 100%;
    text-align: center;
    clear: both;
}
#main_column.colnum2 #detailphotobloc .photo ul li {
    /*float: left;*/
    width: 30%;
    margin: 0 1% 10px;
    display: inline-block;
}
#main_column.colnum2 #detailphotobloc .photo ul li img {
    width: 100%;
}
#main_column.colnum2 #detailrightbloc {
    width: 100%;
    clear: both;
}
#main_column.colnum2 div.subtext {
    margin-bottom: 10px;
}
#main_column.colnum2 p.subtext {
    margin-bottom: 10px;
}
#main_column.colnum2 div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}

/* 3カラム用 */
#main_column.colnum3 #detailphotobloc {
    float: left;
    width: 49%;
}
#main_column.colnum3 #detailrightbloc {
    float: right;
    width: 50%;
}
#main_column.colnum3 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 63%;
}
#main_column.colnum3 p.subtext {
    margin-bottom: 20px;
}
#main_column.colnum3 div.subphotoimg {
    float: right;
    width: 35%;
    text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc h2 {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    color: #666;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom ;
    font-weight: bold;
    font-size: 160%;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
    margin-bottom: 20px;
    padding: 10px;
    background: #fffde5;
}

/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
    display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
#detailrightbloc ul.status_icon li {
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline;
    vertical-align: top;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    display: inline;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_02.gif") repeat-x bottom ;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
}

/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}

/* 買い物カゴ */
#detailrightbloc .cart_area {
    padding: 10px;
    /*background-color: #ecf5ff;
    border: 1px solid #cef0f4;*/
    margin-bottom: 10px;
}
#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
    display: inline;
}
#detailrightbloc .cartin {
    text-align: center;
}
#detailrightbloc .cartin_btn {
    text-align: center;
}
#detailrightbloc .favorite_btn {
    text-align: center;
    margin-top: 10px;
}
#main_column .sub_area h3 {
    border-bottom: 1px #ccc dotted;
    background: url('https://lynksimages.blob.core.windows.net/images/background/bg_subtitle.png') no-repeat left center;
    color: #666;
    font-size: 120%;
    padding-left: 30px;
}
#main_column .sub_area .subtext {
    padding: 10px;
    background: #fffde5;
}
#contact_product {
    text-align: center;
}
/* お客様の声
----------------------------------------------- */
#customervoice_area {
    clear: both;
    padding: 35px 0 0 0;
}

#customervoice_area h2 {
    margin-bottom: 20px;
    padding: 6px 0 8px 10px;
    border-top: solid 1px #f90;
    background: url('https://lynksimages.blob.core.windows.net/images/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

#customervoice_area .review_bloc {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

#customervoice_area .review_bloc p {
    padding-top: 3px;
    margin-right: 10px;
    float: left;
}

#customervoice_area .review_bloc .review_btn {
    float: right;
    width: 160px;
}

#customervoice_area ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom ;
}

#customervoice_area .voicetitle {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

#customervoice_area .voicedate {
    margin-bottom: 10px;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
#whobought_area {
    clear: both;
    padding: 35px 0 0 0;
}


/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

#undercolumn_cart p {
    margin: 10px 5px;
    clear: both;
}

#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}
.comfirm_cart h3 {
    padding: 30px 0;
    text-align: center;
    font-size: 14pt;
}
.comfirm_cart .comfirm_payment,
.comfirm_cart .comfirm_deliv {
    font-size: 12pt;
    width: 100%;
    margin: auto;
}
@media screen and (min-width: 768px) {
    .comfirm_cart .comfirm_payment dl,
    .comfirm_cart .comfirm_deliv dl {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: left;
        -webkit-justify-content: left;
    }
    .comfirm_cart .comfirm_payment,
    .comfirm_cart .comfirm_deliv {
        font-size: 14pt;
        width: 80%;
        margin: auto;
    }

    .comfirm_cart .comfirm_payment dt,
    .comfirm_cart .comfirm_deliv dt {
        width: 30%;
        color: #999;
        font-size: 12pt;
    }
    .comfirm_cart .comfirm_payment dd,
    .comfirm_cart .comfirm_deliv dd {
        width: 70%;
    }
    .confirm_button li {
        height: 100px;
    }
}
@media screen and (max-width: 768px) {
    .comfirm_cart .comfirm_payment dl.postage,
    .comfirm_cart .comfirm_payment dl.fare,
    .comfirm_cart .comfirm_payment dl.commission,
    .comfirm_cart .comfirm_payment dl.usagefee,
    .comfirm_cart .comfirm_payment dl.coupon_value,
    .comfirm_cart .comfirm_payment dl.payment_total_value {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: left;
        -webkit-justify-content: left;
    }
    .comfirm_cart .comfirm_deliv dl dt {
        margin: 10px 0;
        color: #999;
    }
    .comfirm_cart .comfirm_deliv dl dd {
        margin: 10px;
    }
    .coupon_value dt,
    .payment_total_value dt,
    .fare dt,
    .commission dt,
    .postage dt,
    .usagefee dt {
        padding-right: 10px;
        color: #999;
    }
    .spMini {
        font-size: 60%;
    }
    div.coupon_area p.alignC {
        text-align: left;
    }
}
#undercolumn .comfirm_cart .comfirm_payment .payment_select dt {
    padding-top: 20px;
    padding-bottom: 30px;
}
#undercolumn .comfirm_cart .comfirm_payment dd select {
    color: #FF8C98;
    margin: auto;
    height: 60px;
    padding-right: 50px;
}
#undercolumn .comfirm_cart .comfirm_payment .payment_select label {
    color: #FF8C98;
    padding: 5px 5px 2px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border: solid 1px #FF8C98;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 90%;
}
#undercolumn .comfirm_cart .comfirm_payment .payment_select label input {
    display: contents;
}
#undercolumn .comfirm_cart .comfirm_payment .payment_select label.selected {
    background: #FF8C98;
    border: solid 1px #FF8C98;
    color: #fff;
}
#sln_form_body dl {
    margin-top: 30px;
    line-height: 160%;
}
#sln_form_body h3 {
    font-size: 16pt;
    text-align: center;
}
#sln_form_body dd {
    text-align: center;
}


@media screen and (min-width : 780px) {
    #sln_form_body .back_button {
        position: absolute;
        right: 50%;
    }

    #sln_form_body .next_button {
        position: absolute;
        left: 50%;
    }
}
.next_button img {
    cursor: pointer;
}


/* お客様情報入力
----------------------------------------------- */
#undercolumn_customer {
}

.flow_area {
    margin: 0 0 20px 0;
}

#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 65%;
    float: left;
}

#undercolumn_shopping .information {
    margin-bottom: 25px;
    text-align: center;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}
.confirm_img ul li {
    float: left;
    width: 31.333%;
    margin: 10px 1%;
}

#undercolumn_shopping table.delivname th {
    width: 100%;
    min-height: 20px;
    padding: 8px 1%;
}
#undercolumn_shopping table.delivname td {
    width: 100%;
    min-height: 20px;
    padding: 8px 1%;
}

/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}

.linemax {
    text-align: center;
}

.guide_text {
    font-size: 120%;
    line-height: 180%;
}
.guide_text b {
    font-size: 150%;
}
.guide_text ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x bottom;
}
.guide_text ul li p {
    font-size: 90%;
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px;
    background: #fffde5;
    border-radius: 5px;
}
.guide_frame {
    clear:both;
    width: 100%;
    display: flex;
}
.guide_frame .guide_list {
    flex: 1;
    margin: 5px;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.guide_frame .guide_list h2.guide_1 {
    background: #E60012;
    border: 1px solid #E60012;
    color: #fff;
    padding: 10px;
    height: 40px;
    font-weight: normal;
    margin-bottom: 10px;
}
.guide_frame .guide_list h2.guide_2 {
    border: 1px solid #E60012;
    background: #fff;
    padding: 20px 0;
    height: 20px;
    color: #E60012;
    font-weight: normal;
    margin-bottom: 10px;
}
.guide_frame .guide_list h2.guide_3 {
    background: #000;
    border: 1px solid #000;
    padding: 20px 0;
    height: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}
.guide_frame .guide_list ul li {
    font-size: 120%;
    line-height: 180%;
}
.paymember table td,
.paymember table th {
    width: 33%;
    text-align: center;
    min-height: 40px;
    padding: 10px;
}
.paymember table td {
    font-size: 200%;
}
.paymember table td li {
    font-size: 50%;
}
.paymember_th {
    background: #eaf6fd;
}

.yubin h3,
.sagawa h3 {
    background: url("https://lynksimages.blob.core.windows.net/images/background/line_dot_01.gif") repeat-x top;
    margin: 25px 0 10px;
    padding-top: 10px;
}
.feelings .yubin ul,
.feelings .sagawa ul {
    margin-bottom: 50px;
}

.yubin ul li {
    text-align: center;
    margin: 5px 0.2%;
    background: #eaf6fd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 180%;
    padding-top: 5px;
}
.sagawa ul li {
    text-align: center;
    margin: 5px 0.2%;
    background: #eaf6fd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 180%;
    padding-top: 5px;
    width:49%;
    float: left;
}
.yubin ul li p,
.sagawa ul li p {
    padding: 5px;
    background: #30BCEB;
    color: #fff;
    margin: 5px 0 0;
}

#undercolumn_help h2 {
    margin-bottom: 15px;
}
.help_list li {
    margin: 15px 0 25px;
}
.help_left {
    width: 90%;
    margin: 0 5%;
}
.help_right {
    width: 90%;
    margin: 0 5%;
}
ul.help_list h3 {
    /* cursor:pointer;
    background: none;
    padding: 17px 8px 15px 30px; */
    padding: 12px 0;
    font-size: 150%;
    color: #00AAD9;
    border-bottom: dotted 1px #5FB7E1;
    /* background: url("https://lynksimages.blob.core.windows.net/images/background/bg_h3.jpg") no-repeat left center #fff; */
    font-family: 'Noto Sans Japanese', serif;
    font-weight:500;
    text-align: center;
}
ul.help_list dl {
    font-size: 130%;
    line-height: 27px;
}
ul.help_list dl dt {
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #5FB7E1;
    background-color: #5FB7E1;
    color: #fff;
}
ul.help_list dl dd {
    padding: 10px;
    border: solid 1px #5FB7E1;
    border-top: none;
}
ul.help_list dl dd img {
    max-height: 55px;
}
.help_postage {
    margin: 3px 0 !important;
    padding-bottom: 3px;
    border-bottom: #ccc dotted 1px;
    text-align: left !important;
}
.help_contact {
    font-size: 130%;
    background: #888;
    color: #fff;
    margin: 60px auto 30px;
    width: 60%;
    padding: 10px;
    border-radius: 5px;
    clear: both;
}
.help_contact p a {
    text-align: center;
    background: #fff;
    padding: 27px 25px 25px;
    font-size: 150%;
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
}
.help_contact p a:hover {
    background: #FFFDE5;
    text-decoration: none;
    color: #333;
}
#undercolumn_help p {
    text-align: center;
    margin-bottom: 20px;
}
.accordion li dl {
    margin-bottom: 25px;
}
.img_contact_up {
    text-align: left;
}
.img_contact_up li {
    width: 95%;
    margin: 10px 0 10px;
}

#freepage_frame {
    /*font-size: 120%;*/
    line-height: 36px;
}
#freepage_frame h3 {
    font-size: 120%;
    padding: 3px 0;
    margin: 20px 0 30px;
}
#freepage_frame ul.free_list {
    margin-top: 20px;
}
#freepage_frame ul.free_list li {
    padding: 15px 0 15px 15px;
    font-size: 110%;
    background: #eff8f6;
    color: #333;
}
#freepage_frame li.yellow {
    background: #fffde5;
}
#freepage_frame .whats {
    padding: 10px;
    margin: 15px;
    background: #F5FBFE;
}
.freepage_bg_white {
    clear: both;
    padding-bottom: 50px;
}
.freepage_body {
    line-height: 200%;
}
.voice_img li {
    max-width: 80%;
    margin: 5px auto;
    float: none;
}
@media screen and (min-width : 780px) {
    .freepage_body .left {
        width: 35%;
        float: left;
    }
    .freepage_body .right {
        width: 65%;
        float: right;
    }
    .voice_img li {
        max-width: 23%;
        margin: 5px 1%;
        float: left;
    }
}
.voice_img li:last-child {
    float: none;
    clear: both;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 0;
}
.freepage_body li {
    padding: 10px 0;
}
.service ul li {
    float: none;
    width: 90%;
    margin: 10px 5% 15px;
    text-align: center;
}
.service a:hover {
    opacity: 0.8;
}
.voice_prof {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.voice_comment {
    margin-bottom: 20px;
    padding: 10px;
    background: #FEF7FA;
}
.feelings dl,
.feelings ul {
    padding: 10px 0;
    margin: 5px auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.check-donation ul {
    justify-content: center;
    -webkit-justify-content: center;
}
.feelings .app_link a {
    color: #fff;
}
.feelings ul.app_image {
    padding: 10px 0;
    margin: 5px auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.feelings p {
    padding: 0;
}
.feelings p a {
    padding: 5px 5px 2px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border: solid 1px #26AAF4;
    color: #26AAF4;
    /* display: block; */
    margin-bottom: 10px;
    display: block;
}
.feelings p img {
}
#media_info h3 {
    padding-bottom: 40px;
}
#media_info .medialink {
    text-align: center;
    margin-bottom: 40px;
}
#media_info .medialink li {
    /*margin: 15px 1%;
    float: left;
    width: 31.333%;*/
}
#media_info .medialink li.yahoo {
    /*width: 64.666%;*/
}
#media_info .post li {
    /*text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;*/
}
#link_info dl {
    padding: 25px 0;
}
#link_info dl dt {
    width: 30%;
    float: left;
    padding-top: 10px;
    text-align: center;
    background: #f5f5f5;
}
#link_info dl dd {
    width: 68%;
    float: right;
    padding-top: 10px;
    background: #f5f5f5;
}
#link_info dl dt p {
    padding-top: 10px;
    height: 95px;
    margin-top: 10px;
    background: #fff;
}
#link_info dl dd p {
    margin-top:10px;
    height: 55px;
    background: #fff;
    padding-top: 10px;
}
#link_info h3 {
    clear: both;
}
.freepage_body.kiyaku ul li {
    margin: 30px 10%;
    list-style: decimal;
}


/* ==============================================
 レスポンシブ PC/タブレット 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (min-width : 780px) {
    #mypagecolumn,
    #freepage_frame {
        /* width: 1054px; */
        margin: auto;
        margin-top: 80px;
    }
    .service {
        display: block;
        /* background: url("https://lynksimages.blob.core.windows.net/images/background/bg_service.png") no-repeat center center; */
        max-width: 1054px;
        margin: 0 auto;
    }
    .service ul {
        width: 90%;
        margin: 0 auto;
    }
    .service ul li {
        float: left;
        width: 48%;
        margin: 10px 2% 10px 0;
        text-align: center;
    }
    .service ul li.right {
        float: right;
        width: 48%;
        margin: 10px 0 10px 2%;
        text-align: center;
    }

    div.list_area {
        width: 23%;
    }
    .confirm_img ul li {
        width: 23%;
    }

    #main_column.colnum1 #detailphotobloc .photo ul li {
        width: 30%;
        margin: 0 1% 10px;
        display: inline-block;
    }
    .help_left {
        float: left;
        width: 48%;
        margin: 0 1%;
    }
    .help_right {
        float: right;
        width: 48%;
        margin: 0 1%;
    }
    #media_info .post li img {
    }
/*
    #media_info .medialink li {
        display: inline;
    }
    #media_info .medialink li.yahoo {
        width: 31.333%;
    }
    #media_info .medialink li img {
        max-height: 60px;
    }
    #link_info dl dd p {
        padding-top: 50px;
        text-align: center;
    }
*/
    .pagecond_area {
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
        font-size: 150%;
        color: #666;
    }
    #undercolumn_shopping table.delivname th {
        width: 28%;
        float: left;
        min-height: 20px;
        padding: 8px 1%;
        clear: both;
    }
    #undercolumn_shopping table.delivname td {
        width: 67%;
        float: left;
        min-height: 20px;
        padding: 8px 1%;
    }
    div.listphoto ul.status_icon li {
        float: left;
        padding: 5px 0;
        width: 30.666%;
        background: rgba(255,255,255,0.7);
        color: #000;
        text-align: center;
        /*font-weight: bold;*/
    }

}
#wppost_content {
    font-size: 120%;
    line-height: 30pt;
    margin: 50px auto;
}
#wppost_content .content {
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 20px 2%;
}
#wppost_content img {
    margin: 10px;
}
#wppost_content strong {
    background: linear-gradient(transparent 60%, #FDEFF5 0%);
    padding: 0 10px;
}
.nglist {
}
.nglist dl {
}
.nglist dt img {
    border-radius: 50%;
}
.open_frame .nglist dt,
.open_frame .nglist dd {
    clear: both;
    width: 100%;
    float: none;
    margin: 10px 1% 30px;
    text-align: left;
}
@media screen and (min-width : 780px) {
    .nglist p {
        max-width: 31%;
        float: left;
        padding: 0;
    }
    .nglist {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-bottom: 50px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nglist dl {
        padding-bottom: 20px;
        margin-top: 20px;
        clear: both;
        width: 30%;
        margin-left: 0;
        margin-right: 3%;
        margin-bottom: 30px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        flex: inherit;
        text-align: center;
    }
}
/*
.order_index dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order_index dt {
    padding-bottom: 30px;
    margin-top: 0;
    clear: both;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: right;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: inherit;
}
.order_index dd {
    padding-bottom: 30px;
    margin-top: 0;
    clear: both;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: inherit;
}*/
.order_index dd {
    text-align: center;
    margin-bottom: 50px;
    font-size: 120%;
}
.order_index dd.alignL {
    text-align: left;
}
.order_index dt {
    text-align: center;
    margin-bottom: 20px;
}

.nglist_txt {
    display: table-cell;
    vertical-align: middle;
}/*
.nglist p.f_left {
    float: left;
    margin: 10px 2.5% 30px;
    max-width: 45%;
    padding: 10px 0;
}
.nglist p.f_right {
    float: right;
    margin: 10px 2.5% 30px;
    max-width: 45%;
    padding: 10px 0;
}*/
.faq_list {
    margin-bottom: 100px;
}
.faq_list dd {
    margin-bottom: 40px;
    font-size: 120%;
    line-height: 200%;
    clear: both;
    /*border-bottom: 1px dashed #ccc;*/
    padding-bottom: 20px;
    width: 100%;
}
.faq_list dt {
    margin-top: 25px;
    font-size: 120%;
    line-height: 200%;
    clear: both;
    width: 100%;
}
.faq_list dd p.f_left,
.faq_list dt p.f_left {
    width: 10%;
    float: left;
    text-align: right;
    color: #00B4ED;
    font-size: 150%;
    font-weight: bold;
}
.faq_list dd p.f_left {
    color: #F8B62D;
}
.faq_list dd p.f_right,
.faq_list dt p.f_right {
    width: 90%;
    float: left;
}
.faq_list dd p.f_right {
    color: #999;
}

.mv_open {
    text-align: center;
    width: 100%;
    /* background: url("https://lynksimages.blob.core.windows.net/images/banner/mv_201807.png") no-repeat center center; */
    background: url("https://lynksimages.blob.core.windows.net/images/banner/top_m4222.png") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width : 780px) {
    .mv_open {
        background: url("https://lynksimages.blob.core.windows.net/images/banner/sp_mv_4sp.png") no-repeat top center;
        min-height: 900px;
        background-size: cover;
    }
    #main_news {
        background: none;
        position: absolute;
        top: 0px;
        right: 0;
        width: 60%;
    }
    #main_news a {
        color: #F19DB5 !important;
        font-weight: bold;
    }
    .fadeInUp {
        padding-bottom: 0px !important;
    }
}
.mv_open img {
    max-width: 100%;
    margin: auto;
}
#open_frame {
    padding-bottom: 60px;
}
.open_frame {
    width: 100%;
    margin: auto;
    line-height: 28px;
    margin: 30px auto 0;
}
.open_frame_guide {
    color: #26AAF4;
    background: #F4FBFE;
    margin-top: 60px;
}
.open_frame_guide .innnerWrapper {
    max-width: 840px;
    padding: 0 0 60px;
}

.rethink_lynks {
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
    clear: both;
}
.open_frame_guide h3 {
    padding: 40px 0;
    text-align: center;
    font-size: 140%;
}
.open_frame h3 {
    /*padding: 40px 0;*/
}
.lynks_text {
    padding: 20px 5%;
    border-radius: 3px;
    line-height: 200%;
    color: #26AAF4;
    font-weight: bold;
    font-size: 150%;
}
.lynks_text.sp {
    text-align: center;
}
/*
.open_frame dl,
.open_frame ul {
    margin: 20px 0;
}
.open_frame p {
    padding: 0 10% 20px;
    font-size: 16px;
}
.open_frame li {
    list-style: none;
    padding: 10px;
    margin-left: 10%;
    font-size: 18px;
}
.open_frame dt {
    background: #f0f0f0;
    padding: 10px 3%;
    border-bottom: 1px solid #ccc;
}
.open_frame dd {
    padding: 10px 3%;
    border-bottom: 1px solid #ccc;
}
.open_frame h4 {
    clear: both;
    padding-top: 30px;
}
.open_text {
    font-weight: bold;
    margin-top: 50px;
}*/
.bold {
    font-weight: bold;
    color: #26AAF4;
    font-size: 150%;
    line-height: 160%;
}
.mottainai dt {
    padding: 10px 3%;
}
.mottainai dd {
    padding: 10px 3%;
}

.feelings2.open_frame .tv_list,
.feelings2.open_frame ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feelings2.open_frame .post li {
    min-height: 260px;
}
.feelings2.open_frame .post li p img,
.feelings2.open_frame .tv dt img {
    height: 50px;
}
.feelings2.open_frame .tv dt {
    max-height: 50px;
    text-align: center;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
}
.feelings2.open_frame .tv dd {
    min-height: 140px;
    max-width: 100%;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
}
.feelings2.open_frame dl,
.feelings2.open_frame li {
    width: 22%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 30px;
    text-align: left;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*flex: inherit;
    text-align: center;*/
}
.feelings2.open_frame li img {
    max-width: 100%;
    max-height: 200px
}
@media screen and (min-width : 780px) {
    .mv_open img {
        max-width: 980px;
        margin: auto;
    }
    .open_frame {ß
        margin: auto;
        font-size: 120%;
        line-height: 28px;
        margin-top: 50px;
    }
    .open_frame h4 {
        text-align: center;
    }
    .open_frame h3 {
        text-align: center;
    }
    .bold {
        padding: 30px 0%;
    }
    .lynks_text {
        padding: 30px 20%;
    }
    .open_frame dl {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-justify-content: center;
        margin: auto;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .open_frame dt {
        width: 16%;
        padding: 0 2%;
    }
    .open_frame dd {
        width: 80%;
    }
}

.list_frame li {
    position: relative;
    display: block;
}
.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
    max-width: 100% !important;
}
.footer_photo .photo {
    max-width: 350px;
    margin: 30px auto;
    display: block;
}
.footer_photo p {
    max-width: 350px;
    margin: auto;
}
#supported {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 100px;
}
#supported li {
    width: 14.5%;
    display: inline-block;
    margin: 10px 1%;
    text-align: center;
}
#relatedservices {
    margin: 0 auto 100px;
}
#complete_area .big.attention {
    line-height: 200%;
}
.lynks_address {
    padding: 20px;
    margin: 50px 0;
    border: 1px #ccc solid;
}

.cart_index_image {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart_index_image li {
    width: 16%;
    margin-right: 3%;
    margin-bottom: 30px;
    text-align: left;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: inherit;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .cart_index_image li {
        width: 46%;
        margin: 0 2%;
    }
}

.cart_index_image li.error_page {
    width: 20%;
}

#event01 .sample-count dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 800px;
    margin: auto;
}