﻿@charset "UTF-8";
/* ===================================================================
CSS information

file name  :style.css
style info :コンテンツエリア関係 他 color,backgroundはcolor.cssで管理

input[type="text"] 
 
=================================================================== */

html, body {
    height: 100%;
    /*color: #333333;*/
}

    body#index {
        color: #3e3e3e;
        line-height: 1.6em;
        font-family: helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;
        -webkit-text-size-adjust: 100%;
    }
    /* サファリのみ フォント指定 */
    html:\66irst-child body {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    }

a {
    color: #00f;
}
/*リンク色*/

.tablet, .sp,
.s-menuBtn {
    display: none;
}

.fb-like {
    height: 20px;
}

    .fb-like span,
    #social_btn img {
        vertical-align: top !important;
    }

.end {
    margin: 0 !important;
}

a img:hover {
    opacity: 0.8;
}

a:hover {
    opacity: 0.6;
}

h2 {
    font-weight: lighter;
    font-size: 30px;
    color: #ce0500;
}

    h2.title {
        padding-top: 58px;
        border-bottom: 1px solid #ce0500;
        padding-bottom: 7px;
    }

#guide h2 {
    font-size: 30px !important;
}

span.subText {
    font-size: 75.5%;
    vertical-align: baseline;
    position: relative;
    top: 0.1em;
}

.red {
    color: #ce0500;
}

/*-----------------------------------------------

	page block

-----------------------------------------------*/
#header {
    position: fixed;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

.container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    width: 100%;
}

.center {
    text-align: center;
}

.h99 {
    height: 99px;
}

.h135 {
    height: 135px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt26 {
    margin-top: 26px;
}

.mt31 {
    margin-top: 31px;
}

.mt43 {
    margin-top: 43px;
}

.mt50 {
    margin-top: 50px;
}

.mt80{
    margin-top:80px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb54 {
    margin-bottom: 54px;
}

.mrl35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml60 {
    margin-left: 60px;
}

.pt29 {
    padding-top: 29px;
}
.pt15 {
    padding-top: 15px;
}

.pt52 {
    padding-top: 52px;
}

.pt65 {
    padding-top: 65px;
}

.pt88 {
    padding-top: 88px;
}

.pt95 {
    padding-top: 95px;
}

.pt140 {
    padding-top: 140px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb14 {
    padding-bottom: 14px;
}

.pb77 {
    padding-bottom: 77px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl18 {
    padding-left: 18px;
}

a.pagetop {
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    /*background-color: #006899;*/
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
    right: 60px;
    bottom: 27px;
}

.bgbeige {
    background-image: url('/common/img/bg_beige.jpg');
}

.bggray {
    background-image: url('/common/img/bg_gray.jpg');
}

.bgwhite {
    background-color: white;
}

.inline {
    display: inline-block;
}

.col-6 {
    width: 50%;
    float: left;
}

.dptbl {
    display: table;
}


ul.popup li {
    margin-bottom: 24px;
}

    ul.popup li a {
        background-image: url(/common/img/btn_popup.png);
        width: 450px;
        height: 70px;
        background-size: 450px 70px;
        display: inline-block;
        position: relative;
        line-height: 70px;
        padding-left: 26px;
        background-repeat: no-repeat;
        text-decoration: none;
        font-size: 24px;
        color: #000;
    }

        ul.popup li a:hover, ul.popup li a:focus {
            overflow: initial;
        }

        ul.popup li a.func:after {
            content: "機能性食品表示";
            font-size: 18px;
            background-color: #666;
            color: #fff;
            padding: 6px 9px;
            margin-left: 19px;
        }

/*-----------------------------------------------

	gnav

-----------------------------------------------*/

#gnav-layer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .3;
    position: fixed;
    width: 100%;
    z-index: 99998;
    /* display: none; */
}

#gnav {
    position: relative;
}

    #gnav .gnav_menu_disp {
        position: absolute;
        top: 19px;
        width: 980px;
        /*padding-top: 19px;*/
        background-color: #fff;
        z-index: 100000;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px;
        display: none;
    }

        #gnav .gnav_menu_disp .gnav_menu_inner {
            margin: 19px;
            display: flow-root;
        }

            #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3 {
                width: 33%;
                /*padding: 0 15px;*/
                float: left;
                border-right: 2px solid #e6e6e6;
            }

                #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3:last-child {
                    border-right: none;
                }

                #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3 ul.gnav_list {
                    padding: 0 15px;
                }

                    #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3 ul.gnav_list li {
                        line-height: 2.4;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3 ul.gnav_list li a {
                            text-decoration: none;
                            color: #333;
                        }

                            #gnav .gnav_menu_disp .gnav_menu_inner .gnav_menu_col3 ul.gnav_list li a:before {
                                content: url('/common/img/allow-rgt.svg');
                                display: inline-block;
                                width: 6px;
                                height: 11px;
                                margin-right: 10px;
                            }

    #gnav .balloon_allow {
        position: absolute;
        top: -19px;
        left: 12%;
    }


/*-----------------------------------------------

	header

-----------------------------------------------*/
#top {
    /*background-color: #F6EFE6;*/
    height: 116px;
    background-image: url('/common/img/bg_beige.jpg');
    border-bottom: 4px solid #ce0500;
}

    #top .container {
        padding-top: 5px;
        height: 116px;
    }

    #top .left {
        float: left;
        width: 675px;
    }

    #top .logo {
        float: left;
        display: block;
        padding: 10px 33px 10px 0;
    }

    #top .freedial {
        padding-top: 10px;
    }

        #top .freedial img {
            margin-left: -5px;
        }

    #top .btn_area {
        background: url('/common/img/header_btn_bg.svg') no-repeat;
        background-size: 670px 40px;
        display: inline-block;
        height: 40px;
        position: relative;
    }

        #top .btn_area.login {
            background: url('/common/img/header_btn_bg_welcome.svg') no-repeat;
        }

        #top .btn_area .entry {
            position: absolute;
            top: 2px;
            left: 190px;
        }

        #top .btn_area .login {
            position: absolute;
            top: 2px;
            left: 530px;
        }

        #top .btn_area .name {
            position: absolute;
            top: 9px;
            left: 12%;
        }

@media all and (-ms-high-contrast: none) {
    #top .btn_area .name {
        top: 12px;
        left: 13%;
    }
}

#top .btn_area .logout {
    position: absolute;
    top: 2px;
    left: 34%;
}

#top .btn_area .btn {
    background-image: url('/common/img/bg_head_btn.jpg');
    width: 120px;
    height: 26px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    margin: 4px 6px 11px 8px;
}

#top .btn_area a.btn:hover {
    opacity: initial;
}

#top .right {
    float: right;
    margin-top: 8px;
    width: 300px;
    text-align: center;
}

    #top .right table {
        float: right;
        margin-top: 10px;
    }

    #top .right .cart_count {
    width: 100px;/*item:10*/
    /*width: 110px;*//*item:100*/
    }

        #top .right .cart_count:before {
            content: "\70B9\6570";
        }

        #top .right .cart_count:after {
            content: "\70B9";
        }

    #top .right .cart_amount {
        /*width: 207px;*/
        white-space: nowrap;
    }

        #top .right .cart_count .val,
        #top .right .cart_amount .val {
            margin-left: 5px;
            margin-right: 5px;
            font-size: 145%;
        }

        #top .right .cart_amount:before {
            content: "\91D1\984D";
        }

        #top .right .cart_amount:after {
             content: "\5186(\7A0E\8FBC)";
        }

    #top .right a.cart_btn {
        background: url('/common/img/header_cart_btn.svg') no-repeat;
        height: 40px;
        width: 280px;
        display: block;
    }

        #top .right a.cart_btn:hover {
            background: url('/common/img/header_cart_btn_on.svg') no-repeat;
            opacity: 1.0;
        }

#nav {
    background-color: #CE0500;
    height: 40px;
    margin-top: 118px;
    display: flex;
    z-index: 99999;
}

    #nav ul {
        height: 40px;
        background: url('/common/img/nav_sep_bar.svg') no-repeat;
        background-size: 2px 44px;
        background-position: left center;
    }

        #nav ul li {
            float: left;
            line-height: 38px;
            width: 25%;
            text-align: center;
            background: url('/common/img/nav_sep_bar.svg') no-repeat;
            background-size: 2px 44px;
            background-position: right center;
        }

    #nav .nav01 {
        position: relative;
    }

    #nav ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        transition: font-size 0.05s;
        line-height: 18px;
    }

        #nav ul li a:hover {
            /*color: rgb(255, 161, 158);*/
            opacity: 1.0;
            font-size: 18px;
        }

    #nav ul li.btn a {
        background: #fff;
        color: #CE0500;
        padding: 6px 65px;
    }

        #nav ul li.btn a:hover {
            /*color: rgb(255, 161, 158);*/
        }

    #nav .balloon_allow {
        position: absolute;
        top: -7px;
        left: 12%;
    }

    #nav .megaDisp {
    }

    #nav .nav01_menu {
        position: absolute;
        top: 100%;
        /*left: -159px;*/
        width: 980px;
        padding-top: 19px;
        /*background: url(/images/clear.gif) left top;*/
    }

    #nav .nav01_balloon {
        position: relative;
    }

    #nav .nav01_menu_inner {
        padding: 20px;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
        background: #fff;
    }

    #nav .nav_menu_col3 {
        width: 33%;
        height: 160px;
        float: left;
        border-right: 2px solid #e6e6e6;
    }

    #nav .nav_menu_col3 .nav_livlon{
        position: relative;
    }
/*    #nav .nav_menu_col3 .nav_livlon:after{
        position: absolute;
        content: '';
        display: inline-block;
        right: 80px;
        top: 8px;
        width: 40px;
        height: 20px;
        background: url('/common/img/ico_cmn.jpg');
    }*/


        #nav .nav_menu_col3:last-child {
            border-right: none;
        }

    #nav ul.nav_list {
        background: none;
        margin-left: 15px;
        margin-right: 15px;
    }

        #nav ul.nav_list li {
            float: none;
            width: 100%;
            text-align: left;
            background: none;
            border-bottom: 1px solid #e6e6e6;
        }

            #nav ul.nav_list li a {
                color: #000000 !important;
                font-weight: normal;
            }

                #nav ul.nav_list li a:before {
                    content: url('/common/img/allow-rgt.svg');
                    display: inline-block;
                    width: 6px;
                    height: 11px;
                    margin-right: 10px;
                }

                #nav ul.nav_list li a:hover {
                    font-size: initial;
                    text-decoration: underline;
                }
/*-----------------------------------------------

	home

-----------------------------------------------*/
#home {
    height: 400px;
    /*margin-top: 118px;*/
}


/*-----------------------------------------------

	recommend

-----------------------------------------------*/
#recommend {
    background-image: url('/images/top/bg_recommend.jpg');
    padding-bottom: 60px;
}
#recommend h2.title:before {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 37px;
    background: url(/images/top/128727.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 16px;
}
#recommend h2.title2:before {
    content: " ";
    display: inline-block;
    width: 60px;
    height: 40px;
    background: url(/images/top/12872.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 0;
    margin-bottom: 3px;
}
#recommend ul {
margin: 35px 0 0 0;
display: flex;
justify-content: center;
}

#recommend ul li {
width: 311px;
height: 298px;
border: 1px solid #fcecde;
background-color: #fff;
display: block;
margin-right: 20px;
text-align: center;
transition: background-size 1.3s;
}
#recommend ul li a .title-img {
    padding-top: 12px;
    width: 285px;
    height: 145px;
}
#recommend ul li a {
display: block;
text-decoration: none;
color: #000000;
width: 100%;
height: 100%;
background-color: #fff;
}
    #recommend ul li a:hover{
        opacity: 1;
    }
    #recommend ul li a:hover .title-img{
        opacity: 1;
    }
    #recommend ul li a:hover .title{
        opacity: 0.6;
    }
    #recommend ul li a:hover .title-bar{
        opacity: 0.6;
    }
    #recommend ul li a:hover p{
        opacity: 0.6;
    }
#recommend ul li a .title {
font-size: 18px;
padding-left: 25px;
margin-top: 7px;
font-weight: bold;
color: #333333;
}
#recommend ul li a .title.title-arrange {
    margin-top: 15px;
}
#recommend ul li a .title-icn {
    position: relative;
    top: 10px;
}
#recommend ul li a .title-bar {
    margin: 11px 0;
}
#recommend ul li a p {
line-height: 1.4em;
}

h2.title2 {
    padding-top: 58px;
    border-bottom: 1px solid #ce0500;
    padding-bottom: 7px;
}

h2 {
    font-weight: lighter;
    font-size: 30px;
    color: #ce0500;
}
_:-ms-fullscreen, :root #top .right .cart_count{
    width: 125px !important;
}
.bnrLivlon{
text-align: center;
margin:30px auto 0;
padding-bottom: 30px;
}

/*-----------------------------------------------

	catalog

-----------------------------------------------*/
#catalog {
    height: 430px;
}

    #catalog h2.title:before {
        content: " ";
        display: inline-block;
        width: 28px;
        height: 37px;
        background: url('/images/top/143970.png') no-repeat;
        background-size: contain;
        vertical-align: bottom;
        margin-right: 16px;
    }

    #catalog ul {
        padding-top: 44px;
    }

        #catalog ul li {
            float: left;
            width: 100%;
            text-align: center;
            display: block;
        }

            #catalog ul li a {
                text-decoration: none;
                color: #000;
                width: 100%;
                height: 100%;
                display: block;
            }

                #catalog ul li a img.icon {
                    margin-left: auto;
                    margin-right: auto;
                }

                #catalog ul li a .name {
                    font-size: 19px !important;
                    font-weight: bold;
                    color: #333333;
                }

.slick-arrow {
}

.slick-prev {
    background: url('/images/top/slck_prev.png') no-repeat;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 21px;
    height: 37px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1000;
}

.slick-next {
    background: url('/images/top/slck_next.png') no-repeat;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 21px;
    height: 37px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}


/*-----------------------------------------------

	information

-----------------------------------------------*/
#information {
    height: 425px;
    /*background: #F4F3F1;*/
    background-image: url('/common/img/bg_gray.jpg');
}

    #information h2.title:before {
        content: " ";
        display: inline-block;
        width: 28px;
        height: 37px;
        background: url('/images/top/148329.png') no-repeat;
        background-size: contain;
        vertical-align: bottom;
        margin-right: 16px;
    }

    #information h2 a.link {
        float: right;
        margin-top: 15px;
        color: #000000;
        text-decoration: none;
    }

        #information h2 a.link:hover {
            /*color: #ce0500;*/
            font-weight: 500;
        }

        #information h2 a.link:before {
            content: url(/common/img/allow-rgt.svg);
            display: inline-block;
            width: 6px;
            height: 11px;
            margin-right: 10px;
        }

    #information .news {
        height: 168px;
        background: #fff;
        margin-top: 20px;
        padding: 35px 30px;
    }

        #information .news .line {
            margin-bottom: 15px;
        }

        #information .news .date {
            margin-left: 116px;
            margin-right: 26px;
            float: left;
        }

        #information .news .text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #information .news .text a {
                text-decoration: none;
                color: #000000;
            }

/*-----------------------------------------------

	footer/contact

-----------------------------------------------*/

#contact {
    height: 413px;
    /*background: #F7F0E8;*/
    background-image: url('/common/img/bg_beige.jpg');
}

    #contact .logo {
        width: 246px;
    }

    #contact ul {
        /*border: 2px solid #ddd;*/
        background-color: #fff;
        height: 280px;
        background-image: url('/common/img/contact_sep.svg');
        background-repeat: no-repeat;
        background-size: 2px 150px;
        background-position: center;
    }

        #contact ul li {
            float: left;
            width: 50%;
        }

            #contact ul li.phone {
                padding-top: 34px;
                font-weight: bold;
                font-size: 18px;
            }

                #contact ul li.phone:before {
                    content: " ";
                    display: inline-block;
                    width: 22px;
                    height: 30px;
                    background: url( '/common/img/phone.png') no-repeat;
                    background-size: contain;
                    vertical-align: sub;
                    margin-right: 10px;
                }

            #contact ul li.mail {
                padding-top: 43px;
                font-weight: bold;
                font-size: 18px;
            }

                #contact ul li.mail:before {
                    content: " ";
                    display: inline-block;
                    width: 25px;
                    height: 19px;
                    background: url( '/common/img/env.png') no-repeat;
                    background-size: contain;
                    vertical-align: sub;
                    margin-right: 10px;
                }

    #contact a.btn03 {
        background: url('/common/img/btn03.svg') no-repeat;
        background-size: 302px 58px;
        width: 302px;
        height: 58px;
        display: inline-block;
        margin-top: 32px;
    }

        #contact a.btn03:hover {
            background: url('/common/img/btn03up.svg') no-repeat;
            background-size: 302px 58px;
            opacity: 1.0;
        }

/*-----------------------------------------------

	footer/guide

-----------------------------------------------*/
#guide {
    height: 430px;
    /*background: #F4F3F1;*/
    background-image: url('/common/img/bg_gray.jpg');
}

    #guide ul {
    }

        #guide ul li {
            float: left;
            width: 213px;
            height: 213px;
            border: solid 1px #CE0500;
            background-color: #fff;
            margin-right: 40px;
            text-align: center;
            position: relative;
            /*font-weight: 600;*/
            transition: background-size 0.3s;
        }

            #guide ul li.guide0 {
                background-image: url('/common/img/guide0.svg');
                background-size: 90px;
                background-repeat: no-repeat;
                background-position: center 35px;
            }

            #guide ul li.guide1 {
                background-image: url('/common/img/guide1.svg');
                background-size: 90px;
                background-repeat: no-repeat;
                background-position: center 35px;
            }

            #guide ul li.guide2 {
                background-image: url('/common/img/guide2.svg');
                background-size: 90px;
                background-repeat: no-repeat;
                background-position: center 35px;
            }

            #guide ul li.guide3 {
                background-image: url('/common/img/guide3.svg');
                background-size: 90px;
                background-repeat: no-repeat;
                background-position: center 42px;
            }

            #guide ul li.guide4 {
                background-image: url('/common/img/guide4.svg');
                background-size: 90px;
                background-repeat: no-repeat;
                background-position: center 35px;
            }

            #guide ul li:hover {
                background-size: 48%;
            }

            #guide ul li a {
                text-decoration: none;
                color: #000000;
                width: 100%;
                height: 100%;
                display: block;
            }

                #guide ul li a span.text {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 31px;
                    font-weight: bold;
                    color: #333333;
                }

            #guide ul li:last-child {
                margin-right: 0;
            }

    #guide a.btn04 {
        background: url('/common/img/btn04.svg') no-repeat;
        background-size: 302px 58px;
        width: 302px;
        height: 58px;
        display: inline-block;
        margin-top: 32px;
    }

        #guide a.btn04:hover {
            background: url('/common/img/btn04up.svg') no-repeat;
            background-size: 302px 58px;
            opacity: 1.0;
        }

/*-----------------------------------------------

	footer/navigation

-----------------------------------------------*/

#footer_nav {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    #footer_nav ul {
    }

        #footer_nav ul li.first {
            float: left;
            /*width: 20%;*/
            margin-left: 15px;
            text-align: center;
            margin-top: 16px;
        }

        #footer_nav ul li {
            float: left;
            /*width: 20%;*/
            margin-left: 40px;
            text-align: center;
            margin-top: 16px;
        }


            #footer_nav ul li a {
                text-decoration: none;
                color: #000;
            }

                #footer_nav ul li a:before {
                    content: url('/common/img/allow-rgt.svg');
                    display: inline-block;
                    width: 6px;
                    height: 11px;
                    margin-right: 10px;
                }

/*-----------------------------------------------

	footer/sealarea

-----------------------------------------------*/

#sealarea {
    height: 74px;
    background: #fff;
    margin: 0 auto;
    width: 300px;
}

    #sealarea ul {
    }

        #sealarea ul li {
            float: left;
            margin: 0 20px;
        }


            #sealarea ul li a {
                text-decoration: none;
                color: #000;
            }

/*-----------------------------------------------

	footer/copyright

-----------------------------------------------*/
#footer_bar {
    height: 50px;
    background: #333333;
}

    #footer_bar h4 {
        text-align: center;
        color: #fff;
        font-weight: lighter;
        line-height: 50px;
        display: table;
        margin: auto;
    }


/*-----------------------------------------------

	news block

-----------------------------------------------*/
.news {
    position: relative;
}

    .news .row {
        position: relative;
    }

    .news .i-new:before {
        content: "NEW";
        /*font-family: "IonIcons";*/
        margin-right: 7px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0px;
        /*right: 0;*/
        background: red;
        text-align: center;
        padding: 3px 2px 0;
        width: 100px;
        height: 16px;
        border-radius: 3px;
    }

    .news .i-release:before {
        content: "\30D7\30EC\30B9\30EA\30EA\30FC\30B9";
        /*font-family: "IonIcons";*/
        margin-right: 7px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0px;
        /*right: 0;*/
        background: blue;
        text-align: center;
        padding: 1px 2px 2px;
        width: 100px;
        height: 16px;
        border-radius: 3px;
    }

    .news .i-other:before {
        content: "\305D\306E\4ED6";
        /*font-family: "IonIcons";*/
        margin-right: 7px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0px;
        /*right: 0;*/
        background: green;
        text-align: center;
        padding: 3px 2px 0;
        width: 100px;
        height: 16px;
        border-radius: 3px;
    }

    .news .i-none:before {
        /**/
    }

    .news .i-chie:before {
        content: "\77E5\6075\888B";
        /*font-family: "IonIcons";*/
        margin-right: 7px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0px;
        /*right: 0;*/
        background: #C19E66;
        text-align: center;
        padding: 3px 2px 0;
        width: 100px;
        height: 16px;
        border-radius: 3px;
    }


/*-----------------------------------------------

	概要ページ共通

-----------------------------------------------*/
#outline {
    margin-bottom: 90px;
}



    #outline h2.title {
        color: #ce0500;
        background: url(/common/img/outline_title_line.png) repeat-x left bottom;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff;
    }

    #outline table.outlinelist {
        width: 940px;
        border-top: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
    }

        #outline table.outlinelist tr {
            border-bottom: 1px solid #e5e5e5;
        }

            #outline table.outlinelist tr th, #outline table.outlinelist tr td {
                padding: 20px 20px;
            }

            #outline table.outlinelist tr th {
                width: 150px;
                color: #000000;
                font-weight: bold;
                padding-left: 20px;
                background-color: #f4f4f4;
            }

    #outline ul.list_normal {
        margin-top: 30px;
        line-height: 1.6;
    }

    #outline .kiyaku_sec {
        margin-top: 24px;
    }

        #outline .kiyaku_sec p {
            margin-left: 32px;
            margin-top: 5px;
            line-height: 1.4em;
        }

        #outline .kiyaku_sec h3 {
            background: url(/common/img/outline_h_icon.png) no-repeat scroll;
            padding: 0 0 5px 32px;
            height: 18px;
            line-height: 1.6em;
        }

        #outline .kiyaku_sec table {
            margin: 10px 32px 30px;
            line-height: 2.4em;
            border: 2px solid #d6d6d6;
        }

        #outline .kiyaku_sec table th {
            width: 180px;
            border-bottom: 1px solid #d6d6d6;
            border-right: 1px solid #d6d6d6;
            text-align: center!important;
        }

        #outline .kiyaku_sec table td.condition {
            width: 360px;
            border-bottom: 1px solid #d6d6d6;
            border-right: 1px solid #d6d6d6;
            text-align: center!important;
        }

        #outline .kiyaku_sec table td.return {
            width: 100px;
            border-bottom: 1px solid #d6d6d6;
            text-align: center!important;
        }

    #outline .company_sec h3, #outline .teiki_sec h3, #outline .sitemap_sec h3, #outline .inform_sec h3 {
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 8px 0 8px 15px;
        font-size: 18px;
        border-left: 6px solid #ce0500;
        margin: 50px 0 22px;
    }


    /*-----------------------------------------------

	健康食品への取り組み

-----------------------------------------------*/
    #outline .charm_sec {
        margin-top: 24px;
    }

        #outline .charm_sec p {
            margin-top: 20px;
            line-height: 1.4em;
        }

        #outline .charm_sec h3 {
            border: 1px solid #ce0500;
            border-radius: 4px;
            padding: 15px;
            font-size: 18px;
            border-left: 6px solid #ce0500;
            margin: 50px 0 30px;
            background-color: #fff9ee;
            color: #ce0500;
        }


        #outline .charm_sec .float img {
            float: right;
            margin-left: 35px;
        }

        #outline .charm_sec .anshin {
            position: relative;
            background: url(/images/charm/anshin_bg.png) no-repeat scroll;
            width: 900px;
            height: 208px;
            margin-top: 30px;
        }

        #outline .charm_sec .anshin_absolute {
            position: absolute;
            bottom: 38px;
            left: 42px;
        }


.indent18 {
    text-indent: -18px;
    padding-left: 18px;
    margin-top: 10px;
    line-height: 1.4em;
}

/*-----------------------------------------------

	定期ページ

-----------------------------------------------*/

#teikiMain {
    text-align: center;
}

#useful {
    margin: 40px 100px;
}

    #useful h2 {
        padding-bottom: 8px;
        border-bottom: 3px solid #C62702;
        text-align: center;
        margin-bottom: 15px;
    }

    #useful .point {
        padding: 20px 0;
        border-bottom: 2px dotted #666666;
        display: flex;
    }

        #useful .point .l {
            margin-right: 35px;
        }

        #useful .point .r p {
            margin-top: 12px;
        }

            #useful .point .r p strong {
                font-size: 20px;
                line-height: 1.2em;
            }

#course {
    padding: 60px;
    background: #F1F4F9;
    text-align: center;
}

    #course .bg_white {
        margin: 20px 0 0 0;
        background: #FFF;
    }

.teikiBox {
    display: flex;
    border-bottom: 1px #000000 dashed;
    padding: 40px 0;
}

    .teikiBox .l {
        width: 490px;
        border-right: 1px #000000 dashed;
        margin-right: 40px;
    }

    .teikiBox .r {
        width: 450px;
    }

    .teikiBox .l .title {
        font-size: 20px;
        color: #000000;
        padding: 14px 20px 10px;
        background-color: #ffffff;
        margin-right: 40px;
        border-top: 4px solid #ce0500;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .teikiBox .r .title {
        font-size: 20px;
        color: #000000;
        padding: 14px 20px 10px;
        background-color: #ffffff;
        border-top: 4px solid #ce0500;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .teikiBox .detail {
        margin: 30px 0;
    }

        .teikiBox .detail img {
            margin-right: 20px;
        }

        .teikiBox .detail p {
            margin-top: 10px;
        }

        .teikiBox .detail .price {
            font-size: 30px;
        }

    .teikiBox a.btnTeiki_regCart {
        background-color: #44ce00;
        background-repeat: no-repeat;
        background-size: 400px 50px;
        width: 430px;
        height: 50px;
        border-radius: 25px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 121%;
        line-height: 50px;
        margin-bottom: 20px;
    }

        .teikiBox a.btnTeiki_regCart:before {
            content: url('/common/img/cart-icon.svg');
            width: 27px;
            height: 27px;
            display: inline-block;
            position: relative;
            top: 5px;
            margin-right: 17px;
        }
/*-----------------------------------------------

	サイトマップ

-----------------------------------------------*/

.sitemap_list {
    width: 100%;
}
    .sitemap_list_inner{
        display: flex;
        flex-wrap: wrap;
        padding-left: 16px;
    }
    .sitemap_list li {
        width: 270px;
        border: 1px solid #e5e5e5;
        padding: 10px 0 10px 20px;
        margin-bottom: 15px;
        margin-right: 16px;
        background-color: #F9F9F9;
    }
        .sitemap_list li a {
            color: #333333;
            text-decoration: none;
        }
            .sitemap_list li a:before {
                content: url('/common/img/allow-rgt.svg');
                display: inline-block;
                width: 6px;
                height: 11px;
                margin-right: 10px;
            }

/*-----------------------------------------------

	はじめてのお客様へ

-----------------------------------------------*/

#outline .guide_sec {
    margin-top: 80px;
}

    #outline .guide_sec h3 {
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 8px 0 8px 15px;
        font-size: 18px;
        border-left: 6px solid #ce0500;
        margin-bottom: 20px;
    }

.guide_sec p {
    line-height: 1.6em;
}

.guideF_list {
    float: left;
    margin-right: 20px;
}

.guideF_list_last {
    float: left;
}

.guideF_list li {
    margin-bottom: 15px;
}

.guideF_list_last li {
    margin-bottom: 15px;
}

.guideF_list img {
    width: 300px;
}

.guideF_list_last img {
    width: 300px;
}

.guideBase {
    background-color: #e9eef9;
    padding: 20px;
}

    .guideBase .guideBox {
        background-color: #ffffff;
        border: 2px solid #a8bde8;
        padding: 20px;
    }

        .guideBase .guideBox .f_left {
            float: left;
            width: 320px;
        }

        .guideBase .guideBox .f_right {
            float: right;
        }

        .guideBase .guideBox .order {
            color: #265bc5;
            font-size: 17px;
            font-weight: bold;
            border-bottom: 1px #d8d8d8 solid;
            margin-bottom: 8px;
            padding-bottom: 5px;
        }

        .guideBase .guideBox .inner_tit {
            margin-top: 20px;
            font-weight: bold;
        }

        .guideBase .guideBox .inner_tit2 {
            margin-top: 20px;
            font-weight: bold;
            text-indent: -8px;
        }

.guideBox2 {
    border: 1px solid #a8bde8;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.guide_font_bb {
    color: #265bc5;
    font-weight: bold;
    margin-top: 5px;
}

#INQ {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 30px 20px 28px;
    clear: both;
}

    #INQ .innerL {
        float: left;
    }

        #INQ .innerL .att {
            border-radius: 5px;
            text-align: center;
            font-weight: bolder;
            margin-bottom: 10px;
            position: relative;
            padding-left: 120px;
            padding-top: 10px;
        }

            #INQ .innerL .att:before {
                content: "";
                margin-right: 7px;
                background-image: url('/common/img/alert-icon.png');
                background-size: 100%;
                display: inline-block;
                height: 90px;
                width: 85px;
                vertical-align: bottom;
                position: absolute;
                top: 0px;
                left: 10px;
                z-index: 10;
            }

            #INQ .innerL .att .infoBox {
                position: relative;
                /*display: inline-block;
		padding: 0 30px;
		width: auto;
		min-width: 115px;
		color: #ffffff;
		line-height: 40px;
		text-align: center;
		background: #bbbbbb;
		border-radius: 10px;
		z-index: 0;
		font-size: 16px;*/
                margin-bottom: 8px;
                text-align: left;
            }

    #INQ .innerR {
        float: right;
    }

        #INQ .innerR .btn a {
            background: url('/common/img/btn_to_faq.png') no-repeat;
            height: 59px;
            width: 304px;
            display: block;
            margin-top: 18px;
            margin-right: 20px;
        }

            #INQ .innerR .btn a:hover {
                background: url('/common/img/btn_to_faqup.png') no-repeat;
                height: 59px;
                width: 304px;
                display: block;
                margin-top: 18px;
                margin-right: 20px;
                opacity: 1.0;
            }

/*-----------------------------------------------

	よくあるご質問

-----------------------------------------------*/

#outline .faq_sec {
    margin-top: 80px;
}

    #outline .faq_sec h3 {
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        padding: 8px 0 8px 15px;
        font-size: 18px;
        border-left: 6px solid #ce0500;
        margin-bottom: 20px;
    }

.faq_sec p {
    line-height: 1.6em;
}

.faq_list {
    float: left;
    margin-right: 20px;
}

.faq_list_last {
    float: left;
}

.faq_list li {
    margin-bottom: 15px;
}

.faq_list_last li {
    margin-bottom: 15px;
}

.faq_list img {
    width: 300px;
}

.faq_list_last img {
    width: 300px;
}

.faqBase {
    background-color: #e9eef9;
    padding: 20px;
}

    .faqBase .faqBox {
        background-color: #ffffff;
        border: 2px solid #a8bde8;
        padding: 20px;
        position: relative;
    }

        .faqBase .faqBox .faq_text {
            box-sizing: border-box;
            padding-left: 55px;
            color: #265BC3;
            font-size: 17px;
            font-weight: bold;
        }


.faqBase2 {
    background-color: #fff5e5;
    padding: 20px;
}

    .faqBase2 .faqBox {
        background-color: #ffffff;
        border: 2px solid #ffc298;
        padding: 20px;
        position: relative;
    }

        .faqBase2 .faqBox .faq_text {
            box-sizing: border-box;
            padding-left: 55px;
            color: #ff6600;
            font-size: 17px;
            font-weight: bold;
        }

.faqBox .inner_tit {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
}

.imgQ {
    position: absolute;
    top: -8px;
    left: 18px;
}

.answerArea {
    border-top: 1px #d8d8d8 solid;
    margin-top: 10px;
    padding-top: 10px;
}

.faq_img {
    width: 43px;
    padding-left: 12px;
    padding-top: 20px;
}

.answer {
    color: #323232;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 18px;
    padding-right: 10px;
    width: 790px;
}

.to_contact {
    margin-top: 20px;
}

    .to_contact a:before {
        content: url('/images/faq/icon_to_contact.png');
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 2px;
    }

#contact_btn {
    padding: 15px 30px 40px 60px;
    border: 5px solid #DADADA;
    border-radius: 5px;
}

    #contact_btn p {
        text-align: center;
        margin: 15px 0 35px;
        font-size: 20px;
    }

    #contact_btn ul {
        float: left;
    }

        #contact_btn ul.left {
            margin-right: 60px;
        }

/*-----------------------------------------------

	お知らせ

-----------------------------------------------*/

.inform .news {
    background: #fff;
    margin-top: 20px;
    padding: 35px 30px;
}

    .inform .news .line {
        margin-bottom: 25px;
        border-bottom: 1px dotted #333;
        padding-bottom: 15px;
    }

    .inform .news .inform_date {
        margin-left: 116px;
        /*margin-right: 26px;
            float: left;*/
    }

    .inform .news .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .inform .news a {
        text-decoration: none;
        color: #000000;
        line-height: 2em;
    }

#inform .date {
    margin-bottom: 20px;
}

.invisible {
    display: none;
}

/*-----------------------------------------------

	定期ポイントサービス

-----------------------------------------------*/

#point_service h2.title {
    color: #ce0500;
    background: url(/common/img/outline_title_line.png) repeat-x left bottom;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.ps_main {
	background: #ffffeb;
	padding: 50px 60px;
	margin-top: 20px;
	height: 430px;
}

.ps_main h3 {
    color: #ce0500;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    font-size: 26px;
    margin-bottom: 10px;
}

.ps_main p {
    line-height: 1.8em;
}

.ps_main p .text1 {
    color: #745a12;
    font-size: 20px;
    font-weight: bold;
}

.ps_main p .text2 {
    background: #ffd9ad;
}

.ps_main ul {
    margin-top: 30px;
}

.ps_main li {
    float: left;
}

.ps_main li:nth-child(1) {
    margin-right: 20px;
}

.ps_main li:nth-child(2) {
    margin-right: 20px;
}

#point_service .merit {
    border: 1px solid #745a12;
}

#point_service .merit .merit1 h3 {
    color: #745a12;
    font-size: 28px;
    padding: 45px 0 15px 100px;
    position: relative;
}

#point_service .merit .merit1 h3:before {
    content: url('/images/point_service/merit_title_icon1.png');
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 15px;
}

#point_service .merit .merit1 p.notice {
    font-size: 14px;
    padding: 10px 0 40px;
    width: 820px;
    line-height: 1.4em;
}

#point_service .merit .merit2 {
    background: #ffffeb;
    padding-bottom: 50px;
}

#point_service .merit .merit2 h3 {
    color: #745a12;
    font-size: 28px;
    padding: 45px 0 15px 100px;
    position: relative;
}

#point_service .merit .merit2 h3:before {
    content: url('/images/point_service/merit_title_icon2.png');
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 15px;
}

#point_service .merit .merit2 p {
    line-height: 1.8em;
    width: 780px;
    padding-bottom: 20px;
    margin-left: 100px;
}

#point_service .merit .merit2 p .text {
    background: #fff962;
}
#point_service .merit .merit2 p.notice {
    font-size: 14px;
    padding-bottom: 40px;
    width: 820px;
    margin-left: 60px;
}

#point_service .merit .merit3 {
    height: 470px;
}

#point_service .merit .merit3 h3 {
    color: #745a12;
    font-size: 28px;
    padding: 45px 0 15px 100px;
    position: relative;
}

#point_service .merit .merit3 h3:before {
    content: url('/images/point_service/merit_title_icon3.png');
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 15px;
}


#point_service .merit .merit3 .left {
    float: left;
    width: 500px;
    margin: 0 40px 0 100px;
}

#point_service .merit .merit3 .right img {
    margin-top: -30px;
}

#point_service .merit .merit3 p {
    line-height: 1.8em;
}

#point_service .merit .merit3 p .text {
    background: #fff962;
}

#point_service .merit .merit3 p.notice {
    font-size: 14px;
    padding: 30px 0 40px;
    line-height: 1.4em;
}

#point_service .button {
    display: inline-block;
	width: 450px;
	height: 58px;
	text-decoration: none;
	border-radius: 29px;
	outline: none;
	margin: 50px 0 90px;
}

#point_service .button span {
    position: relative;
    font-size: 16px;
    font-weight: lighter;
}

#point_service .btn-wht {
    background-color: #fff;
	border: 1px solid #cd0500;
	color: #cd0500 !important;
	line-height: 58px;
}

#point_service .button.btn-wht span:after {
     border-color: #cd0500;
}

.button .btn-wht:hover span:after {
     border-top: 1px solid #fff;
     border-right: 1px solid #fff;
}
                
#point_service .button span:after {
content: "";
position: absolute;
top: 50%;
right: -30px;
width: 7px;
height: 7px;
border-top: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
border-right: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
transform: rotate(45deg);
margin-top: -5px;
}

.wrap-news {
    margin: 30px auto 0;
    width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col01 {
    width: 830px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #f00;
}
.title-col {
	color: #fff;
	background-color: #f00;
}
.col01 ul li {
	margin: 5px 0;
}
.col01 ul li a {
    color: #000;
    text-decoration: none;
}
.col01.title-col {
    width: 100px;
    text-align: center;
}
.col01.title-col p {
    margin-left: 18px;
}