﻿@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;
}


.pt29 {
    padding-top: 29px;
}

.pt52 {
    padding-top: 52px;
}

.pt65 {
    padding-top: 65px;
}

.pt88 {
    padding-top: 88px;
}

.pt95 {
    padding-top: 95px;
}

.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: 700px;
    }

    #top .logo {
        float: left;
        display: block;
        padding: 10px 33px 10px 0;
    }

    #top .freedial {
        padding-top: 10px;
    }

        #top .freedial img {
            margin-left: 16px;
        }

    #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: 27%;
        }

        #top .btn_area .login {
            position: absolute;
            top: 2px;
            left: 76%;
        }

        #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;
    width: 280px;
    margin-top: 8px;
}

    #top .right table {
        float: right;
        margin-top: 10px;
    }

    #top .right .cart_count {
        width: 121px;
    }

        #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: 158px;
        float: left;
        border-right: 2px solid #e6e6e6;
    }

        #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 {
    height: 500px;
    /*background: #F7F0E8;*/
    background-image: url('/images/top/bg_recommend.jpg');
}

    #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 ul {
        margin-left: 20px;
        margin-top: 30px;
    }

        #recommend ul li {
            float: left;
            width: 218px;
            height: 298px;
            border: 1px solid #fcecde;
            background-color: #fff;
            display: block;
            margin-right: 20px;
            text-align: center;
            position: relative;
            transition: background-size 1.3s;
        }

            #recommend ul li:nth-child(1) {
                background-image: url('/images/top/recom1.jpg');
                background-repeat: no-repeat;
                background-position: center 10px;
            }

            #recommend ul li:nth-child(2) {
                background-image: url('/images/top/recom2.jpg');
                background-repeat: no-repeat;
                background-position: center 10px;
            }

            #recommend ul li:nth-child(3) {
                background-image: url('/images/top/recom3.jpg');
                background-repeat: no-repeat;
                background-position: center 10px;
            }

            #recommend ul li:nth-child(4) {
                background-image: url('/images/top/recom4.jpg');
                background-repeat: no-repeat;
                background-position: center 10px;
            }

            #recommend ul li:hover {
                filter: alpha(opacity=85);
                -moz-opacity: 0.95;
                -khtml-opacity: 0.95;
                opacity: 0.95;
                /*background-size: 105%;*/
            }

            #recommend ul li a {
                text-decoration: none;
                color: #000000;
                width: 100%;
                height: 100%;
                display: block;
            }

                #recommend ul li a .title {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 98px;
                    font-size: 19px;
                    font-weight: bold;
                    color: #333333;
                }

            #recommend ul li:nth-child(1) a .title:after {
                content: " ";
                display: block;
                width: 50px;
                height: 4px;
                background: url('/images/top/recom_sep1.png') no-repeat;
                background-position: 50%;
                margin: auto;
                padding-top: 20px;
            }

            #recommend ul li:nth-child(2) a .title:after {
                content: " ";
                display: block;
                width: 50px;
                height: 4px;
                background: url('/images/top/recom_sep2.png') no-repeat;
                background-position: 50%;
                margin: auto;
                padding-top: 20px;
            }

            #recommend ul li:nth-child(3) a .title:after {
                content: " ";
                display: block;
                width: 50px;
                height: 4px;
                background: url('/images/top/recom_sep3.png') no-repeat;
                background-position: 50%;
                margin: auto;
                padding-top: 20px;
            }

            #recommend ul li:nth-child(4) a .title:after {
                content: " ";
                display: block;
                width: 50px;
                height: 4px;
                background: url('/images/top/recom_sep4.png') no-repeat;
                background-position: 50%;
                margin: auto;
                padding-top: 20px;
            }

            #recommend ul li a p {
                position: absolute;
                left: 0;
                right: 0;
                top: 213px;
                line-height: 1.4em;
            }

/*-----------------------------------------------

	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: 200px;
        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: 3px 2px 0;
        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.3em;
        }

        #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 .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 {
    float: left;
    width: 32.6%;
}

    .sitemap_list li {
        width: 250px;
        border: 1px solid #e5e5e5;
        padding: 10px 0 10px 20px;
        margin-bottom: 15px;
        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;
}
