@charset "UTF-8";

#stage {
	width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
#stage > * {
    box-sizing: border-box;
}

#stage .mod-h1 {
	margin-bottom: 30px;
	color: #0039a6;
	text-align: center;
}

#stage .mod-h2 {
    margin-top: 50px;
    background-color: #e1f3ff;
    text-align: center;
    margin-bottom: 35px;
}


#stage .wrp-lead {
    background-color: #f6f6f6;
    text-align: center;
    padding: 23px 0;
}

#stage .wrp-lead .img {
    max-width: 800px;
    margin: 0 auto 20px;
}

#stage .wrp-lead .img ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#stage .wrp-lead .img ul li {
    flex: 0 0 11.1111%;
}


#stage .wrp-lead .img img{
    width: 100%;
}

@media only screen and (max-width: 736px) {
    #stage .wrp-lead {
        padding: 10px 10px 20px 10px;
    }

    #stage .wrp-lead .img ul {
        flex-wrap: wrap;
    }
    
    #stage .wrp-lead .img ul li {
        flex: 0 0 20%;
    }
    

}


#stage .wrp-about .wrp-about-product {
    margin-top: 40px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
}

#stage .wrp-about .wrp-about-item {
    background-color: #fff;
    flex: 0 0 293px;
    padding: 30px 20px;
    box-sizing: border-box;
}

#stage .wrp-about .wrp-about-item .img {
    width: auto;
    height: 180px;
    margin: auto;
    text-align: center;
}
#stage .wrp-about .wrp-about-item .img img {
    width: auto;
    height: 100%;
}

#stage .wrp-about .wrp-about-item h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#stage .wrp-about .wrp-about-item .note {
    text-align: right;
    font-size: 12px;
    color: #666666;
}

#stage .wrp-about .wrp-about-item ul {
    margin-top: 10px;
}

#stage .wrp-about .wrp-about-item ul li {
    position: relative;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#stage .wrp-about .wrp-about-item ul li + li {
    margin-top: 10px;
}

#stage .wrp-about .wrp-about-item ul li::before {
    content: '●';
    margin-right: 5px;
}

#stage .wrp-about .wrp-about-item .blank_link {
    margin-top: 10px;
}

#stage .wrp-about .wrp-about-item .blank_link a {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 15px;
    background: url(/products_static/hokenkinou/img/icn_blank.png) no-repeat 0 ;
    background-size: 10px auto;
    color: #000000;}


/* トクホ */
#stage .wrp-about .wrp-about-item.item01 {
    border: 2px solid #009f96;
}
#stage .wrp-about .wrp-about-item.item01 h3 {
    color: #009f96;
}

#stage .wrp-about .wrp-about-item.item01 ul li::before {
    color: #009f96;
}


/* 機能性表示食品 */
#stage .wrp-about .wrp-about-item.item02 {
    border: 2px solid #ef8d00;
}
#stage .wrp-about .wrp-about-item.item02 h3 {
    color: #ef8d00;
}

#stage .wrp-about .wrp-about-item.item02 ul li::before {
    color: #ef8d00;
}


/* 栄養機能食品 */
#stage .wrp-about .wrp-about-item.item03 {
    border: 2px solid #0036a6;
}
#stage .wrp-about .wrp-about-item.item03 h3 {
    color: #0036a6;
}

#stage .wrp-about .wrp-about-item.item03 ul li::before {
    color: #0036a6;
}

@media only screen and (max-width: 736px) {

    #stage .wrp-about-inner {
        padding: 0 10px;
    }

    #stage .wrp-about-inner p + p{
        margin-top: 10px;
    }

    #stage .wrp-about .wrp-about-product {
        flex-direction: column;
        padding: 15px 10px;
    }

    #stage .wrp-about .wrp-about-item {
        flex: auto;
        width: 100%;
    }

    #stage .wrp-about .wrp-about-item + .wrp-about-item {
        margin-top: 10px;
    }

    #stage .wrp-about .wrp-about-item .blank_link a {
        font-size: 12px;
    }

}



#stage .wrp-search-all {
    margin-bottom: 35px;
}

#stage .wrp-search-all label {
    margin-left: 10px;
}

#stage .wrp-search-checkbox {
    padding: 26px 40px;
    background-color: #f0f9ff;
    background-image: url(/products_static/hokenkinou/img/img_3_1.png);
    background-repeat: no-repeat;
    background-size: 67%;
    background-position: center;
}

#stage .wrp-search-checkbox .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px dashed #ccc;
    padding: 20px 0;
    flex-wrap: wrap;
}

#stage .wrp-search-checkbox .item:last-child {
    border: none;
    padding-bottom: 0;
}

#stage .wrp-search-checkbox .item ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 810px;

}

#stage .wrp-search-checkbox .item ul li {
    width: 256px;
    background-color: rgba(255, 255, 255, 0.8);
    max-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

#stage .wrp-search-checkbox .item ul li.checked {
    background-color: rgba(255, 225, 183, 0.75);
}

#stage .wrp-search-checkbox .item ul li label {
    display: flex;
    padding: 20px 10px;
    width: 100%;
    cursor: pointer;
}

#stage .wrp-search-checkbox .item ul li label p {
    margin-left: 10px;
}

#stage .wrp-search-checkbox .item ul li:not(:nth-child(3n)) {
    margin-right: 14px;
}

#stage .wrp-search-checkbox .item ul li:nth-child(n + 4) {
    margin-top: 14px;
}

#stage .wrp-search-checkbox .item .wrp-search-ttl {
    width: 110px;
}

#stage .wrp-search-checkbox .item .wrp-search-ttl p {
    font-weight: bold;
    color: #0039a6;
    font-size: 18px;
}

@media only screen and (max-width: 736px) {
    #stage .wrp-search-all {
        margin: 0 10px 35px 10px;
    }

    #stage .wrp-search-checkbox {
        padding: 20px 10px;
        background-image: url(/products_static/hokenkinou/img/img_3_1_sp.png);
        background-size: 55%;
    }

    #stage .wrp-search-checkbox .item {
        flex-direction: column;
        align-items: flex-start;
    }

    #stage .wrp-search-checkbox .item .wrp-search-ttl {
        width: 100%;
        margin-bottom: 10px;
    }
    #stage .wrp-search-checkbox .item ul {
        width: 100%;
        justify-content: space-between;
    }
    #stage .wrp-search-checkbox .item ul li:nth-child(n + 3) {
        margin-top: 10px;
    }

    #stage .wrp-search-checkbox .item ul li {
        flex: 0 0 48%;
        margin-right: 0 !important;
    }

    #stage .wrp-search-checkbox .item.items01 ul li,
    #stage .wrp-search-checkbox .item.items02 ul li {
        width: 100% !important;
        flex: auto;
    }
    #stage .wrp-search-checkbox .item.items01 ul li + li,
    #stage .wrp-search-checkbox .item.items02 ul li + li {
        margin-top: 10px;}

}


#stage .wrp-search-items {
    margin-top: 60px;
}

#stage .wrp-search-items h3 {
    font-size: 20px;
}

#stage .wrp-search-items .wrp-search-item {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
#stage .wrp-search-items .wrp-search-item > * {
    width: 20%;
}
#stage .wrp-search-items .wrp-search-item > *:nth-child(n + 6) {
    margin-top: 0;
}
#stage .wrp-search-items .wrp-search-item p.b-text {
    display: block;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 15px;
    background: url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 0 7px;
    background-size: 6px auto;
    color: #000000;
}

#stage .wrp-search-items .wrp-search-item a:hover {
    text-decoration: none;
}

@keyframes hoveranime{
    0%{
        transform: rotateZ(0);
    }
    50%{
        transform: rotateZ(5deg);
    }
    100%{
        transform: rotateZ(0);
    }
}
#stage .wrp-search-items .wrp-search-item a:hover img {
    animation-name: hoveranime;
    animation-duration: 0.2s;

}


#stage .wrp-search-items .wrp-search-item img {
    width: 100%;
    margin-bottom: 10px;
}

#stage .wrp-search-items .wrp-search-item .wrp-search-category {
    margin: 20px auto 0 ;
    max-width: 165px;
}

#stage .wrp-search-items .wrp-search-item .category {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    display: table;
    margin: auto;
}

#stage .wrp-search-items .wrp-search-item .category.item01 {
    border: 1px solid #009f96;
    color: #009f96;
}

#stage .wrp-search-items .wrp-search-item .category.item02 {
    border: 1px solid #ef8d00;
    color: #ef8d00;
}

#stage .wrp-search-items .wrp-search-item .category.item03 {
    border: 1px solid #0036a6;
    color: #0036a6;
}

#stage .wrp-search-items .wrp-search-item .wrp-search-category ul {
    margin-top: 20px;
}

#stage .wrp-search-items .wrp-search-item .wrp-search-category ul li {
    background-color: #f0f9ff;
    font-size: 12px;
    font-weight: bold;
    color: #0036a6;
    padding: 10px 8px;
    box-sizing: border-box;
    margin: auto;
    width: 160px;
    text-align: center;
}

#stage .wrp-search-items .wrp-search-item .wrp-search-category ul li + li {
    margin-top: 10px;
}

.hide_item {
    display: none;
}

@media only screen and (max-width: 736px) {

    #stage .wrp-search-items {
        padding: 0 10px;
    }

    #stage .wrp-search-items .wrp-search-item {
        margin-top: 20px;
        justify-content: space-between;
    }

    #stage .wrp-search-items .wrp-search-item > * {
        width: calc(50% - 5px);
        margin-bottom: 20px;
    }


    #stage .wrp-search-items .wrp-search-item .wrp-search-img {
        border-radius: 3px;
        border: 1px solid #e8e8e8;

    }

    #stage .wrp-search-items .wrp-search-item p.b-text {
        font-size: 12px;
        text-align: center;
        padding: 0;
        margin: 10px 10px 0;
        background: none;
    }
    #stage .wrp-search-items .wrp-search-item .category,
    #stage .wrp-search-items .wrp-search-item .wrp-search-category ul li {
        font-size: 10px;
        padding: 4px 5px;
    }
    #stage .wrp-search-items .wrp-search-item > *:nth-child(n + 6) {
        margin-top: 0;
    }
    #stage .wrp-search-items .wrp-search-item .wrp-search-category ul {
        margin-top: 10px;
    }

}