﻿@charset "UTF-8";


a:hover img{
    opacity: 0.8;
}
/*ヘッダー*/
.header-categorylist li{
	line-height: 1;
	display: block;
}
.header-categorylist li a,
.header-categorylist li span{
	line-height: 1;
	display: block;
	cursor: pointer;
	position: relative;
}
.header-categorylist li	.header-categorylist-title{
	font-size: 1.6rem;
}
.header-categorylist li:hover{
	opacity: 1;
}
.header-categorylist li::before{
	display: none;
}
.header-main{
	position: relative;
}
.header-categorylist > li .header-categorylist-title br{
	display: none;
}
.header-categorylist > li{
	position: static;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	height: 80px;
}
.header-categorylist > li.hidden-sb:last-of-type{
	margin: 0;
	padding: 0;
}
.header-categorylist li > span{
	cursor: pointer;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
	cursor: pointer;
}

.header-categorylist li.js-pulldown span:hover{
	opacity: 0.8;
}
.header-menus.active{
	height: max-content;
}
.header-menus-main{
	margin: 0 auto;
	width: 100%;
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 30px;
}
.header-menus-inner{
	margin: 0 200px;
	background: #fff;
	padding: 32px 100px 52px;
	box-sizing: border-box;
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);

}
.header-menus-inner .block-btn{
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: max-content;
	margin: 32px auto 0;
}
.header-menus-inner .block-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-list{
	display: flex;
	flex-direction: row;
	gap: 40px;
	width: 100%;
}
.header-menu-list.cell5{
	gap: 20px;
}
.header-menu-list.cell5 p{
	font-size: 1.6rem;
}

.header-menu-list.cell4{
	gap: 40px;
}
.header-menu-list.cell4 p{
	font-size: 1.6rem;
}

.header-menu-list.cell8{
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}
.header-menu-list.cell8 p{
	padding: 0 0 0 38px;
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-contact{
	display: flex;
	flex-direction: row;
	gap: 5%;
	padding-bottom: 32px;
}
.faq-contact p.faq-contact-title{
	color: #222222;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 0 0 12px;
	margin: 0 0 24px;
	border-bottom: 1px solid #DFEBE1;
	width: 100%;
	text-align: left;
}
.faq-contact p.faq-contact-title a{
	width: max-content;
	padding: 0 24px 0 0;
	color: #222222;
	text-decoration: none;
	background: url(../img/gnav/shape.png) right center no-repeat;
}
.header-menu.faq{
	width: 69.2%;
}
.header-menu.faq ul{
	overflow: hidden;
}
.header-menu.faq ul li{
	float: left;
	margin: 0 60px 20px 0;
	padding: 0;

}
.header-menu.faq ul li:nth-child(3n+0){
	margin-right: 0;
}
.header-menu.faq ul li a{
	color: #222;
	font-size: 1.6rem;
}
.header-menu.contact{
	width: 25.83333333333333%;
}
.gnav4_1 p{background: url(../img/gnav/gnav4_icon1.png) left center no-repeat;}
.gnav4_2 p{background: url(../img/gnav/gnav4_icon2.png) left center no-repeat;}
.gnav4_3 p{background: url(../img/gnav/gnav4_icon3.png) left center no-repeat;}
.gnav4_4 p{background: url(../img/gnav/gnav4_icon4.png) left center no-repeat;}

.gnav4_5 p{background: url(../img/gnav/gnav4_icon5.png) left center no-repeat;}
.gnav4_6 p{background: url(../img/gnav/gnav4_icon6.png) left center no-repeat;}
.gnav4_7 p{background: url(../img/gnav/gnav4_icon7.png) left center no-repeat;}
.gnav4_8 p{background: url(../img/gnav/gnav4_icon8.png) left center no-repeat;}

.header-menu-list.cell8 .header-menu{
	width: calc((100% / 4) - 30px);

}
.header-menu-recommend{
	background: #F7F7F7;
	padding: 24px 40px 32px;
	margin-top: 32px;
}
.header-menu-recommend-title{
	margin-bottom: 20px;
	color: #222222;
	font-weight: bold;
	font-size: 2.2rem;
}
.header-menu-recommend-main{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 40px;
}
.header-menu-recommend-item{
	width: calc((100% / 2) + 40px);
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px;	
}
.header-categorylist li .header-menu-recommend-item > *{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
p.header-menu-recommend-main-title{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 0;
	font-weight: bold;
}
p.header-menu-recommend-title{
	color: #2E9B3B;
	font-size: 1.6rem;
	margin: 0 0 12px;
	padding: 0 0 8px 38px;
	border-bottom: 1px solid #DFEBE1;
	min-height: 24px;
	display: flex;
	justify-content: start;
	align-items: center;
}
p.header-menu-recommend-date{
	color: #AAAAAA;
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.header-menu-recommend-comment{
	overflow: hidden;
	font-size: 1.8rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222222;
	line-height: 1.6;
	font-weight: bold;
}
.header-categorylist li .header-menu-recommend-item picture{
	width: 222px;
}
.header-categorylist li .header-menu-recommend-item .header-menu-recommend-detail{
	width: calc(100% - 242px);
}
.recommend1 .header-menu-recommend-title{
	background: url(../img/gnav/recommend1_icon.png) left top no-repeat;
}
.recommend2 .header-menu-recommend-title{
	background: url(../img/gnav/recommend2_icon.png) left top no-repeat;
}
.header-menu{
	text-align: center;
}
.header-menu img{
	max-width: 100%;
	vertical-align: bottom;
}
.header-menu p{
	width: max-content;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 12px auto 0;
}
.header-menu a:hover{
	opacity: 0.8;
}
.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before {
    width: 2px;
    height: 13px;
    background: #91C4A8;
    margin: 0 0 0 auto;
	position: relative;
	right: 20px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto;
	right: -20px;
}
.header-categorylist li:last-of-type span::before{
	display: none;
}
.header-categorylist-title.active{
	color: #008E3D;
	font-weight: bold;
}
.header-categorylist-title.active::after{
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #FFD800;
}
.header-categorylist > li.hidden-fb{
	display: none;
}
/*ヘッダー*/

/*メインビジュアル*/
.block-top-body-main{
	margin-bottom: 0;
	padding: 20px 0 72px;
}
.block-top-body-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #2E9B3B;
}
.block-top-body-main .block-top-body--body{
	max-width: 1080px;
	min-width: 1080px;
}
.block-top-body-main .swiper-button.swiper-button-prev{
	background: #43342B url(../img/prev.png) center center no-repeat;	
}
.block-top-body-main .swiper-button.swiper-button-next{
	background: #43342B url(../img/next.png) center center no-repeat;
}
/*メインビジュアル*/


.block-top-title{
	color: #222;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.block-top-title span{
	font-weight: 500;
	color: #2E9B3B;
	margin-top: 16px;
}

/*商品から探す*/
.block-top-product{
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
}
.block-top-product-main{
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin: 40px 0 60px;
	text-align: center;
}
.block-top-product-item{
	text-align: center;
	width: calc(100% /3);
}
.block-top-product-item img{
	vertical-align: bottom;
	max-width: 100%;
}
.block-top-product-item a{
	text-decoration: none;
	display: block;
}
.block-top-product-item p{
	color: #2E9B3B;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 12px 0 0 0;
}
.block-top-product-item a:hover{
	opacity: 0.8;
}
/*商品から探す*/

/*人気のキーワード*/
.block-top-keyword{
	border: 1px solid #2E9B3B;
	box-sizing: border-box;
	padding: 40px 0 60px;
}
.block-top-keyword h3{
	width: max-content;
	text-align: center;
	margin: 0 auto 12px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2E9B3B;
}
.block-top-keyword-main{
	max-width: 710px;
	min-width: 710px;
	width: 100%;
	margin: 0 auto;
}
input.block-global-search--keyword{
	width: 100%;
	box-sizing: border-box;
	background: #F7FFFA;
	border: 1px solid #2E9B3B;
	height: 48px;
	border-radius: 100px;
	color: #222;
	padding: 0 30px;
	outline: none;
	font-size: 1.4rem;
}
input.block-global-search--keyword::placeholder{
	color: #43342B;
}
.block-global-search form{
	position: relative;
	margin: 12px 0 0 0;
}
.block-global-search form .block-global-search--submit{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 19px;
	height: 19px;
	margin: auto 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/loope.png) center center no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}
.block-top-keyword-list{
	text-align: center;
}
.block-top-keyword-list a{
	color: #2E9B3B;
	font-size: 1.2rem;
	border: 1px solid #2E9B3B;
	border-radius: 13px;
	padding: 4px 12px 5px;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	margin: 8px 8px 0 0px;
}
.block-top-keyword-list a:hover{
	opacity: 0.8;
}
/*人気のキーワード*/

/*トピックス*/
.block-top-info{
	background: #F7F7F7;
	margin-bottom: 100px;
}
.block-top-info-main{
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.block-top-info-title{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 16px;
	color: #222222;
}
.block-top-info-comment{
	font-size: 1.4rem;
	color: #222222;
	line-height: 1.8;
}
.block-top-info-comment a{
	color: #222222;
}
.block-top-info-comment a:hover{
	text-decoration: none;
}
/*トピックス*/

/*おすすめの商品・企画*/
.block-top-product-campaign{
	padding: 80px 0 100px;
}
.block-top-product-campaign-main{
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.block-top-product-campaign-main ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 60px 0 40px;
}
.block-top-product-campaign-main ul li{
	width: calc((100% /4) - 15px)
}
.block-top-product-campaign-main ul li a:hover{
	opacity: 0.8;
}
.block-top-product-campaign-main ul li img{
	border-radius: 8px;
	vertical-align: bottom;
	max-width: 100%;
}
.block-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 12px;
}
.block-btn a{
	box-sizing: border-box;
	width: 300px;
	height: 48px;
	border-radius: 100px;
	border: 1px solid #2D973A;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #2E9B3B;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff url(../img/shape.png) right 16px center no-repeat;
}
.block-btn a:hover{
	opacity: 0.8;
}
/*おすすめの商品・企画*/


/*ランキング*/
.block-top-event{
	padding: 100px 0 120px;
}
.block-top-event--goods{
	width: 100%;
	max-width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}

.block-ranking-r--items div{
	display: flex;
	flex-direction: row;
}
.block-ranking-r--goods.swiper-slide{
	width: calc((100% /5) - 16px);
	margin-right: 20px;
}
.block-ranking-r--goods.swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.block-ranking-r--goods-image{
	position: relative;
}
.block-ranking-r--goods-image img{
	vertical-align: bottom;
}
.block-ranking-r--rank{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	background: #F5F5F5;
	color: #222222;
}
.block-ranking-r--rank-1{
	background: #C3A462;
	color: #fff;
}
.block-ranking-r--rank-2{
	background: #ABABAB;
	color: #fff;
}
.block-ranking-r--rank-3{
	background: #A28D7D;
	color: #fff;
}
.block-ranking-r--goods figure{
	margin-bottom: 12px;
}
.block-top-event--goods{
	margin-top: 60px;
}
.block-ranking-r--goods-name > *{
	font-size: 1.6rem;
	color: #222222;
	text-decoration: none;
}
.block-ranking-r--price-items{
	margin-top: 8px;
}
.block-ranking-r--goods-description .block-ranking-r--price-infos{
	gap: 0;
	margin: 8px 0 0 0;
}
.block-ranking-r--goods-description .block-ranking-r--price-infos .block-ranking-r--price-items{
	gap: 0;
	margin: 0 0 0 0;
	flex-direction: column;
}
.block-ranking-r--price.price.js-enhanced-ecommerce-goods-price,
.block-ranking-r--goods-description .block-ranking-r--price,
.block-ranking-r--goods-description .default-price{
	font-size: 2.0rem;
	font-weight: bold;
	gap: 0;
	align-items: end;
	line-height: 1;
}
.block-ranking-r--goods-description .block-ranking-r--price span:nth-of-type(1),
.block-ranking-r--goods-description .default-price span:nth-of-type(1){
	font-size: 1.4rem;
	color: #222222;
	font-weight: 500;
	margin: 0 5px;
}
.block-ranking-r--goods-description .block-ranking-r--price span:nth-of-type(2),
.block-ranking-r--goods-description .default-price span:nth-of-type(2){
	font-size: 1.2rem;
	color: #444444;
	font-weight: 500;
}
.block-ranking-r--goods .price {
    color: #081f2c;
}
.block-ranking-r--goods-description .default-price{
    color: #333;
    font-weight: bold;
	position: relative;
	font-size: 1.6rem;
	margin-top: 5px;
	width: max-content;
}
/*
.default-price::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}*/
.block-ranking-r--goods-name{
	overflow: hidden;
}
a.js-enhanced-ecommerce-goods-name:link,
.js-enhanced-ecommerce-goods-name{
	display: block;

}
/*
a.js-enhanced-ecommerce-goods-name:link,
.js-enhanced-ecommerce-goods-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #222222;
}*/
.block-ranking-r--items div.block-ranking-r--rank{
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	top: 6px;
	left: 6px;
}
/*ランキング*/



/*イベント*/
.event-alert{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 6px;
}
/*イベント*/


/*旬のトピックス*/
.block-top-column{
	background: #F7F7F7;
	padding: 100px 0 120px;
	overflow: hidden;
}
.block-top-column .swiper{
	overflow: visible;
}
.block-top-column-main{
	max-width: 1260px;
	min-width: 1260px;
	width: 100%;
	margin: 60px auto 0;
}
.block-top-column-main > .swiper{
	display: flex;
	flex-direction: row;
}
.block-top-column-item,
.block-top-column-item.swiper-slide{
	padding: 16px;
	background: #FFF;
	border-radius: 20px;
	width: 300px;
	margin-right: 20px;
	box-sizing: border-box;
}
.block-top-column-item a,
.block-top-column-item.swiper-slide a{
	color: #222222;
	text-decoration: none;
}
.block-top-column-item a:hover,
.block-top-column-item.swiper-slide a:hover{
	opacity: 0.8;
}
.block-top-column-item figure{
	margin-bottom: 16px;
}
.block-top-column-item img{
	vertical-align: bottom;
}
.block-top-column-item h3{
	color: #2E9B3B;
	font-weight: bold;
	padding: 0 0 8px;
	margin: 0 0 12px;
	border-bottom: 1px solid #DFEBE1;
}
.block-top-column-date{
	font-size: 14px;
	color: #AAAAAA;
	margin: 0 0 8px;
}
.block-top-column-comment{
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222222;
	font-size: 1.8rem;
	font-weight: bold;
}
.block-top-column-comment.swiper-backface-hidden .swiper-wrapper{
	transform: unset!important;
}
/*旬のトピックス*/

/*健康体レシピ*/
.block-top-recipe{
	padding: 100px 0 120px;
	background: #FFFEF5 url(../img/recipe_bg.png) no-repeat;
	background-size: 100% 300px;
}
.block-top-recipe-main{
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto 40px;
}
.block-top-recipe-item{
	background: #fff;
	border-radius: 20px;
	width: calc((100% /2) - 10px);
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}
.block-top-recipe-item picture{
	width: 274px;
	flex-shrink: 0;
}
.block-top-recipe-item picture img{
	vertical-align: bottom;
}
.block-top-recipe-detail{
	width: calc(100% - 302px);
}
.block-top-recipe-item > *{
	display: flex;
	flex-direction: row;
	gap: 28px;
	padding: 12px;
}
.block-top-recipe-item a{
	color: #222;
	text-decoration: none;
}
.block-top-recipe-item h3{
	font-size: 1.6rem;
	font-weight: bold;
	color: #2E9B3B;
	padding: 0 0 8px;
	margin: 17px 0 12px;
	border-bottom: 1px solid #DFEBE1;
}
.block-top-recipe-comment{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #222222;
    font-size: 1.8rem;
    font-weight: bold;
}
.block-top-column-main .swiper-backface-hidden .swiper-wrapper{
	transform: unset!important;
}
/*健康体レシピ*/

/*お得な定期コースについて*/
.block-top-course{
	background: #E5F7ED;
	padding: 100px 0 120px;
}

.block-top-course-main{
	max-width: 1200px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.block-top-course-spec{
	background: #FFFFFF;
	padding: 40px 60px;
	margin: 40px 0;
	border-radius: 20px;
}
.block-top-course-spec h3{
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
.block-top-course-spec-main{
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin: 24px 0 28px 0;
}
.block-top-course-spec-item{
	width: calc((100% /5) - 10px);
	border: 1px solid #2E9B3B;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 22px;

}
.block-top-course-spec-item p{
	text-align: center;
	color: #43342B;
	font-size: 1.6rem;
}
.block-top-course-spec-item picture{
	height: 82px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 52px 0 22px;
}
.block-top-course-spec-rank{
	position: absolute;
	top: 7px;
	left: 15px;
	width: 29px;
	height: 28px;
	font-size: 3.2rem;
	font-weight: 500;
	color: #2E9B3B;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-top-course-list{
	display: flex;
	gap: 40px;
}
.block-top-course-item{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px 44px 44px;
	text-align: center;
}
.block-top-course-item h4{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.block-top-course-item p{
	text-align: left;
	font-size: 1.6rem;
	color: #43342B;
	margin-bottom: 28px;
}

/*お得な定期コースについて*/

/*新着情報*/
.block-top-topic{
	width: 100%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 120px 0;
}
.block-top-topic--body{
	background: #F7F7F7;
	border-radius: 40px;
	margin: 40px 0 0;
	padding: 27px 100px 52px;
}
.block-topic--items{
	margin-bottom: 40px;
}
.block-topic--items li > *{
	padding: 33px 0 23px;
	border-bottom: 1px solid #DEDEDE;
	display: block;
	color: #43342B;
	text-decoration: none;
}
.block-topic--items li a{
	background: url(../img/topic_shape.png) right 36px center no-repeat;
}
.block-topic--items li a:hover{
	opacity: 0.8;
}
.block-topic--items li dl{
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.block-topic--items li dl dt,
.block-topic--items li dl dd{
	font-size: 1.6rem;
}
/*新着情報*/
.footer-contact-item-title{
	background-image: url(../img/contact_l.png), url(../img/contact_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;

}
p.footer-contact-text1{
	background: url(../img/contact.png) left center no-repeat;
}
p.footer-contact-text2{
	background: url(../img/tel.png) left center no-repeat;
}
.header-right ul li .header-search-inner .block-global-search--submit{
    background: url(../img/loope.png) center center no-repeat;

}
.footer-brand-staticlist ul li.pdf::before{
    background: url(../img/pdf.png) no-repeat right center;
}
.footer-contact-comment a{
	color: #222;
}
@media print, screen and (max-width: 1350px) {
	.header-categorylist > li .header-categorylist-title br{
		display: inline;	
	}
}
.block-btn a:hover{
    border: 1px solid #2E9B3B;
    color: #FFF;
    text-decoration: none;
    transition: .3s;
    background: #2E9B3B url(../img/btnshape_hover.png) right 16px center no-repeat;

}
.block-top-keyword-list a:hover{
    border: 1px solid #2E9B3B;
    color: #FFF;
    text-decoration: none;
    transition: .3s;
    background: #2E9B3B;
}
.footer-contact-comment a:hover,
a.js-enhanced-ecommerce-goods-name:hover,
.faq-contact p.faq-contact-title a:hover,
.header-menu.faq ul li a:hover,
.header-menu:hover p,
.header-right ul li > div:hover, .header-right ul li a:hover,
.header-categorylist li .header-categorylist-title:hover{
	color: #2E9B3B;
	text-decoration: none;
	transition: .3s;
}
.block-top-recipe-item a:hover *,
.block-top-column-item a:hover *,
.block-top-column-item.swiper-slide a:hover *,
.block-topic--items li a:hover dt,
.block-topic--items li a:hover dd,
.block-ranking-r--goods .js-enhanced-ecommerce-goods-name:hover,
.js-item-history-link:hover,
.js-enhanced-ecommerce-goods-name:hover,
.footer-brand-staticlist ul li a:hover {
    color: #2E9B3B;
    text-decoration: none;
    transition: .3s;
		font-weight: bold;
}
.footer-brand-paymentlist{
	margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
	/*ヘッダー*/
	header{
		height: unset;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.header-top{
		border: 1px solid #DEDEDE;
	}
	.header-main{
		position: static;
	}
	.header-main h1 img{
		height: 32px;
		vertical-align: bottom;
	}
	.header-main h1{
		margin: 8px 0 8px 12px;
	}
	.header-right{
		top: 6px;
		right: 0;
	}
	.header-right ul{
		margin-right: 0;
	}
	.header-right > ul li a{
		width: 30px;
		height: 36px;
	}
	.header-categorylist{
		display: none;
		overflow: auto;
		border-bottom: 1px solid #DEDEDE;
	}
	.header-right-menu ul{
		display: flex;
		gap: 12px;
		flex-direction: row;
		width: max-content;
	}
	.header-right-menu ul li > *{
		width: 30px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-right-menu ul li.header-right-menu-loope img{
		width: 22px;
		vertical-align: bottom;
	}
	.header-right-menu ul li.header-right-menu-toggle{
		width: 30px;
		height: 36px;
	}
	.header-nav{
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: -webkit-fill-available;
		background: #F7F7F7;
		margin: 0 auto;
		z-index: 9999;
		padding-bottom: 96px;
		display: none;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
		overflow: auto;
		top: 49px!important;
	}
	.header-nav ul{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
	}
	.header-categorylist li a.header-categorylist-title::before,
	.header-categorylist li span.header-categorylist-title::before{
		display: none;
	}
	header .header-categorylist > li.hidden-fb{
		display: block
	}
	.header-categorylist > li.hidden-sb.js-pulldown{
		display: none;
	}
	.header-categorylist > li:last-child,
	.header-categorylist > li,
	.header-categorylist li .header-categorylist-title{
		display: block;
		width: 100%;
		background: #F7F7F7;
		margin: 0;
		padding: 0;
		height: unset;
		color: #222222;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.header-categorylist > li > a.header-categorylist-title{
		background: url(../img/header/sp/shape.png) right 26px center no-repeat;
		background-size: 6px auto;
	}
	
	.header-categorylist > li:last-child{
		border-bottom: 1px solid #DEDEDE;
		
	}
	.header-categorylist > li{
		box-sizing: border-box;
		border-top: 1px solid #DEDEDE;
	}
	.header-categorylist > li .header-categorylist-title{
		padding: 16px 44px 16px 22px;
		box-sizing: border-box;
	}
	.header-categorylist > li.js-pulldown .header-categorylist-title{
		background: url(../img/header/sp/plus.png) right 24px  center no-repeat;
		background-size: 12px 12px;
	}
	.header-categorylist > li.js-pulldown .header-categorylist-title.active{
		background: url(../img/header/sp/minus.png) right 24px  center no-repeat;
		background-size: 12px 12px;
	}
	.header-categorylist-title.active::after{
		display: none;
	}
	.header-menus-inner{
		max-width: unset;
		min-width: unset;
		width: unset;
		padding: 0;
		background: none;
		margin: 0 0;
		padding: 20px 24px;
		background: #EFEFEF;
		border-top: 1px solid #DEDEDE;
	}
	.header-menus-main{
		position: static;
		top: unset;
		padding: 0;
	}
	.header-menu-list{
		display: flex;
		flex-direction: row;
		gap: 16px;
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.header-menu{
		width: calc((100% / 2) - 8px);
	}
	.header-menu picture{
		background: #fff;
		display: block;
	}
	.header-menu p{
		width: unset;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.header-menus-inner .block-btn{
		flex-direction: column;
		padding: 0 22px;
		box-sizing: border-box;
		width: 100%;
		gap: 12px;
		margin-top: 24px;
	}
	.header-menus-inner .block-btn a{
		width: 100%;

	}
	.header-menu-list.cell8{
		gap: 16px;
	}
	.header-menu-list.cell8 .header-menu{
		width: calc((100% / 2) - 8px);
	}
	.header-menu-list.cell8 p{
		width: max-content;
		padding: 0 0 0 34px
	}
	.header-menus-main.kenkotai img{
		display: none;
	}
	.header-menus-main.kenkotai .header-menu{
		width: unset;
	}
	.header-menus-main.kenkotai .header-menu:last-child{
		border-bottom: 0;
	}
	.header-menus-main.kenkotai .header-menu p{
		margin: 0;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.header-menus-main.kenkotai .header-menus-inner{
		padding: 0;
	}
	.header-menus-main.kenkotai .header-menu-list{
		flex-direction: column;
		gap: 0;
	}
	.header-menus-main.kenkotai .header-menu-list a{
		padding: 12px 12px 13px 30px;
	}
	.header-menus-main.kenkotai .header-menu-list p{
		text-align: left;
	}
	.header-menus-main.kenkotai .header-menu{
		border-bottom: 1px solid #DEDEDE;
	}
	.header-menus-main.kenkotai .header-menu-list a p{
		position: relative;
		padding: 0 0 0 10px;
	}
	.header-menus-main.kenkotai .header-menu-list a p::before{
		content: '-';
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
		height: max-content;
	}
	.header-menu-list.cell8{
		gap: 16px;
	}
	.header-menu-list.cell8 p{
		text-align: left;
	}
	.header-nav .footer-brand-paymentlist {
		justify-content: center;
	}
	.header-nav .footer-brand-paymentlist ul {
		width: max-content;
	}
	.gnav4_1 p{
		background: url(../img/gnav/sp/gnav4_icon1.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_2 p{
		background: url(../img/gnav/sp/gnav4_icon2.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_3 p{
		background: url(../img/gnav/sp/gnav4_icon3.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_4 p{
		background: url(../img/gnav/sp/gnav4_icon4.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_5 p{
		background: url(../img/gnav/sp/gnav4_icon5.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_6 p{
		background: url(../img/gnav/sp/gnav4_icon6.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_7 p{
		background: url(../img/gnav/sp/gnav4_icon7.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.gnav4_8 p{
		background: url(../img/gnav/sp/gnav4_icon8.png) left center no-repeat;
		background-size: 26px 20px;
	}
	.header-nav .footer-contact{
		display: flex;
		padding: 24px 16px 0;
		box-sizing: border-box;
	}
	.header-nav .footer-contact .footer-contact-main{
		border: none;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-item-title{
		display: none;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items,
	.header-nav .footer-contact .footer-contact-main{
		max-width: unset;
		min-width: unset;
		width: 100%;
		margin: 0 0 12px;
		padding: 0;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items{
		flex-direction: column;
		gap: 8px;
	}
	.header-nav .footer-contact .footer-contact-main .footer-contact-items .footer-contact-item{
		width: unset;
	}
	.header-nav .footer-contact address{
		display: none;
	}
	.header-nav .footer-contact .footer-brand-staticlist{
		display: none;
	}
	.header-nav .footer-contact .footer-contact-comment{
		margin: 12px auto 0;
		text-align: center;
	}
	.header-nav .footer-contact .footer-contact-comment span{
		display: block;
	}
	.header-nav .footer-contact-item:nth-child(1) .footer-contact-inner{
		margin: 0;
		padding: 16px 0;
		min-height: unset;
	}
	.header-nav .footer-contact-item:nth-child(2) .footer-contact-inner{
		border: none;
		min-height: 80px;
		padding: 10px 0 14px;
		margin: 0;
	}
	.header-nav p.footer-contact-text1{
		font-size: 1.8rem;
		width: max-content;
		margin: 0 auto 8px;
	}
	.header-nav p.footer-contact-text2{
		font-size: 2.4rem;
		min-height: 35px;
		background: url(../img/gnav/sp/tel.png) left center no-repeat;
		background-size: 21px 21px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: max-content;
		margin: 0 auto 5px;
	}
	.header-nav p.footer-contact-text3{
		font-size: 1.2rem;
	}
	/*ヘッダー*/

	/*メインビジュアル*/
	.block-top-body-main .block-top-body--body{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.block-top-body-main{
		padding-top: 0;
		padding-bottom: 32px;
	}
	/*メインビジュアル*/
	
	/*インフォメーション*/
	.block-top-info{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		margin-bottom: 60px;
		padding: 40px 24px;
		box-sizing: border-box;
	}
	.block-top-info-main{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.block-top-info-title{
		margin-bottom: 12px;
	}
	/*インフォメーション*/
	.block-top-title{
		font-size: 2.8rem;
		margin-bottom: 32px;
	}
	.block-top-title span{
		margin-top: 12px;
		font-size: 1.2rem;
		font-weight: 500;
	}
	/*商品から探す*/
	.block-top-product{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.block-top-product-main{
		margin: 0 45px;
		flex-direction: column;
		gap: 20px;
	}
	.block-top-product-item{
		width: 100%;
	}
	.block-top-product-item img{
		max-width: 100%;
	}
	.block-top-product-item p{
		font-size: 1.6rem;
		margin-top: 8px;
	}

	.block-top-product{
		margin-bottom: 60px;
	}
	
	/*ランキング*/
	.block-top-event--goods{
		max-width: unset;
		min-width: unset;
		width: unset;
	}
	.block-top-event{
		padding: 60px 0;
	}
	.block-top-event .block-icon{
		display: none;
	}
	.block-ranking-r--items div{
		display: flex;
		flex-direction: unset;
		flex-wrap: unset;
		gap: 0;
	}
	.block-top-event h2.block-top-title{
		margin-bottom: 0;
	}
	.block-top-event--goods{
		margin-top: 32px;
	}
	.swiper-slide.js-enhanced-ecommerce-item ,
	.block-ranking-r--goods{
		width: 165px;
	}
	#goodsdetail_itemhistory .swiper-slide.js-enhanced-ecommerce-item{
		width: 112px;
		max-width: 112px;
		min-width: 112px;
		margin-right: 8px;
	}
	.block-ranking-r--goods figure img{
		max-width: 100%;
		vertical-align: bottom;
	}
	.block-ranking-r--items div.swiper-wrapper{
		padding: 0 0 0 24px;
	}
	.js-enhanced-ecommerce-goods-name{
		font-size: 1.4rem;
	}
	.js-enhanced-ecommerce-item.swiper-slide figure {
		margin-bottom: 12px;
	}
	.js-enhanced-ecommerce-item.swiper-slide{
		margin-right: 12px;
	}
	.js-enhanced-ecommerce-item .variation-name,
	.js-enhanced-ecommerce-item .block-ranking-r--comment {
		display: none;
	}
	.js-enhanced-ecommerce-goods-name {
		display: flex;
	}

	/*ランキング*/



	/*おすすめの商品・企画*/
	.block-top-product-campaign{
		padding: 60px 0;
	}
	.block-top-product-campaign-main{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.block-top-product-campaign-main ul{
		flex-wrap: nowrap;
		gap: 0;
		flex-direction: row;
		margin: 0 0 32px;
	}
	.block-top-product-campaign-main .swiper-wrapper{
		padding: 0 0 0 24px;
	}
	.block-top-product-campaign-main ul li img{
		max-width: 100%;
		vertical-align: bottom;
	}
	.block-top-product-campaign-main ul li{
		width: 165px;
		margin-right: 12px;
	}
	.block-top-product-campaign-main .block-btn{
		margin:  0 45px;
	}
	/*おすすめの商品・企画*/

	/*イベント*/
	.event-alert{
		margin:  0 16px 10px;
	}
	/*イベント*/


	/*旬のトピックス*/
	.block-top-column .swiper-wrapper{
		padding-left: 24px;
	}
	.block-top-column{
		padding: 60px 0;
	}
	.block-top-column-main{
		margin: 32px 0 0 0;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.block-top-column-item,
	.block-top-column-item.swiper-slide{
		width: 165px;
		margin-right: 12px;
		padding: 8px 8px 16px;
		border-radius: 8px;
	}
	.block-top-column-item img,
	.block-top-column-item.swiper-slide img{
		max-width: 100%;
		vertical-align: bottom;
	}
	.block-top-column-item figure{
		margin-bottom: 12px;
	}
	.block-top-column-item h3{
		font-size: 1.2rem;
		margin: 0 0 8px;
		padding: 0 0 8px;
	}
	.block-top-column-date{
		font-size: 1.2rem;
		margin-bottom: 4px;
	}
	.block-top-column-comment{
		font-size: 1.4rem;
		-webkit-line-clamp: 4;
	}
	/*旬のトピックス*/

	/*健康体レシピ*/
	.block-top-recipe{
		padding: 60px 0;
		background: #F2EFE6 url(../img/sp/recipe_bg.png) no-repeat;
		background-size: 100% 200px;
	}
	.block-top-recipe-main{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex-wrap: unset;
		padding: 0 16px;
		box-sizing: border-box;
		flex-direction: column;
		gap: 8px;
		margin: 32px 0;
	}
	.block-top-recipe-item{
		width: 100%;
		border-radius: 12px;
	}
	.block-top-recipe-item > *{
		flex-direction: row;
		gap: 12px;
		align-items: center;
		padding: 8px 12px 8px 8px;
	}
	.block-top-recipe-item picture{
		width: 167px;
	}
	.block-top-recipe-item picture img{
		max-width: 100%;
		border-radius: 8px;
	}
	.block-top-recipe-item h3{
		margin: 0 0 8px;
		padding: 0 0 4px;
	}
	.block-top-recipe-detail{
		width: calc( 100% - 179px);
	}
	.block-top-recipe-comment{
		font-size: 1.4rem;
		-webkit-line-clamp: 3;
	}
	.block-top-recipe .block-btn{
		margin: 0 45px;
	}
	/*健康体レシピ*/

	/*5つの特徴*/
	.block-top-course{
		padding: 60px 0;
	}
	.block-top-course-spec h3{
		font-size: 2.8rem;
	}
	.block-top-course-main{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.block-top-course-spec-main{
		flex-direction: column;
		margin: 20px 0 28px 0;
	}
	.block-top-course-spec-item{
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0 0 0 87px;

		margin: 0;
		height: 80px;
		border-radius: 10px;
	}
	.block-top-course-spec-item picture{
		margin: 0;
		width: 70px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.block-top-course-spec-rank{
		top: 0;
		bottom: 0;
		left: 28px;
		font-size: 2.4rem;
		margin: auto 0;
		width: 22px;
		height: 29px;
	}
	.block-top-course-spec-item img{
		max-width: 100%;
		max-height: 100%;
		vertical-align: bottom;
	}
	.block-top-course-spec{
		box-sizing: border-box;
		margin: 0 16px 20px;
		padding: 36px 16px 40px;
	}
	.block-top-course-spec-item p{
		margin: 0 0 0 24px;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: left;
		color: #222222;
	}
	.block-top-course-list{
		margin: 0 16px;
		flex-direction: column;
		gap: 20px;
	}
	.block-top-course-item{
		border-radius: 20px;
		padding: 36px 20px 40px;
	}
	.block-top-course-item h4{
		font-size: 1.6rem;
		margin: 0 0 20px;
	}
	.block-top-course-item p{
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 20px;
	}
	.block-top-course .block-btn{
		margin: 0 9px;
	}
	.block-top-course-spec-item1 img{height: 50px;}
	.block-top-course-spec-item2 img{height: 46px;}
	.block-top-course-spec-item3 img{height: 31px;}
	.block-top-course-spec-item4 img{height: 39px;}
	.block-top-course-spec-item5 img{height: 42px;}
	/*5つの特徴*/

	/*新着情報*/
	.block-top-topic{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 60px 0;
	}
	.block-top-topic--body{
		margin: 0 16px;
		padding: 4px 16px 32px;
		border-radius: 0;
	}
	.block-topic--items li > *{
		padding: 20px 0;
	}
	.block-topic--items li dl{
		flex-direction: column;
		gap: 12px;
	}
	.block-topic--items li dl dt,
	.block-topic--items li dl dd{
		font-size: 1.4rem;
		color: #222222;
	}
	.block-topic--items li a{
		background: none;
	}
	.block-topic--items{
		margin-bottom: 24px;
	}
	.block-top-topic--body .block-btn{
		margin: 0 13px;
	}
	/*新着情報*/

	/*フッター*/
	.forcms_block > footer {
		overflow: unset;
	}
	footer {
		overflow: hidden;
		padding-top: 0;
	}
	.footer-brand-paymentlist{
		flex-direction: row;
	}
	footer .footer-logo {
		width: calc(100% + 48px);
		margin-left: -24px;
	}
	.footer-brand .footer-contact{
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		margin: 0 0 0 -24px;
		padding: 40px 16px 40px;
		width: calc(100% + 48px);
	}
	.footer-brand .footer-contact-items,
	.footer-brand .footer-contact-main{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.footer-brand .footer-contact-items{
		flex-wrap: unset;
		gap: 12px;
		flex-direction: column;
		margin-bottom: 12px;
	}
	.footer-brand .footer-contact-item{
		width: 100%;
	}
	.footer-brand .footer-brand-staticlist ul{
		display: inline;
		width: 100%;
	}
	.footer-brand .footer-brand-staticlist ul li{
		margin: 0;
		padding: 0;
		flex-direction: column;
		width: 100%;
		text-align: left;
		margin-top: 16px;
	}
	.footer-brand .footer-brand-staticlist ul li:first-child{
		margin-top: 0;
	}
	.footer-brand .footer-brand-staticlist ul li.pdf:last-child, .footer-brand-staticlist ul li.pdf{
		padding: 0;
		width: max-content;
	}
	.footer-brand .footer-contact-comment span{
		display: block;
	}
	
	.footer-brand .footer-brand-staticlist{
		display: flex;
		gap: 0 ;
	}
	.footer-brand .footer-brand-staticlist ul{
		margin: 0;
	}
	.footer-brand .footer-brand-staticlist ul li:last-child{
		margin-top: 16px;
	}
	.footer-brand-staticlist ul li.pdf::before{
		right: -20px;
		background: url(../img/sp/pdf.png) no-repeat right center no-repeat;
		background-size: 12px 12px;
	}
	.footer-brand .footer-brand-staticlist ul li::after{
		display: none;
	}
	.footer-brand .footer-contact-item-title{
		display: none;
	}
	.footer-brand .footer-contact-inner{
		margin: 0;
	}
	.footer-brand .footer-contact1{
		min-height: 60px;
	}
	.footer-brand .footer-contact2{
		min-height: 80px;
		border: none;
		border-radius: 8px;
	}
	.footer-brand p.footer-contact-text2,
	footer p.footer-contact-text2{
		width: max-content;
		font-size: 2.4rem;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url(../img/sp/tel.png) left center no-repeat;
		background-size: 21px 21px;
		padding: 0 0 0 31px;
		margin: 0 auto 5px;
	}
	.footer-brand p.footer-contact-text3{
		font-size: 1.2rem;
	}
	.footer-brand p.footer-contact-text1,
	footer p.footer-contact-text1{
		font-size: 1.8rem;
		background: url(../img/sp/contact.png) left center no-repeat;
		background-size: 24px 18px;
		line-height: 1;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: max-content;
		margin: 0 auto;
	}
	.footer-brand .footer-contact-comment{
		margin-top: 12px;
		font-size: 1.4rem;
	}
	.footer-brand .footer-brand-staticlist{
		margin: 40px 0 0 0;
	}
	.footer-brand .footer-language{
		padding: 44px 0 28px;
		background: #444444;
	}
	.footer-brand-staticlist + ul{
		margin-top: 16px;
	}
	.footer-brand-staticlist + ul li{
		width: max-content;
	}
	.footer-brand-staticlist + ul li a{
		color: #222222;
		font-size: 1.4rem;
		text-decoration: none;
		line-height: 1;
	}
	.footer-brand .footer-language{
		background: #444444;
	}
	.footer-brand{
		background: #444444;
		padding: 0 24px 0;
	}
	.forcms_block .footer-main {
		margin: 0;

	}
	.footer-main {
		border-top: 1px solid #888888;
	}
	/*フッター*/

	.block-btn a{
		width: 100%;
	}
	.footer-contact{
		display: none;
	}
	.footer-contact.kenkotai{
		display: flex;
	}
	.header-right-menu-closebtn{
		width: 51.02040816326531%;
		height: 40px;
		border: 1px solid #2D973A;
		border-radius: 100px;
		margin: 33px auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		color: #2E9B3B;
		box-sizing: border-box;
		background: #fff;
		cursor: pointer;
	}
	.block-top-keyword{
		margin: 32px 24px 0;
		padding: 32px 0;
	}
	.block-top-keyword-main{
		max-width: auto;
		min-width: auto;
		width: auto;	
		margin: 0 0;
		padding: 0 16px;
	}
	.block-top-keyword-list br{
		display: none;
	}
	input.block-global-search--keyword{

	}
	.block-global-search form{
		margin-top: 8px;
	}
	.block-top-pickup-detail h3{
		font-size: 2.0rem;
		margin-bottom: 18px;
	}

	.block-top-pickup-price{
		margin-bottom: 12px;
	}
	.block-top-pickup-comment{
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	#goodsdetail_itemhistory{
		overflow: unset;
	}
}

/*フリーページ*/

#itemHistoryButton a{
    color: #888888;
}
/*フリーページ*/
main.freepage.guide .faq-item a{
    color: #2E9B3B;
}
main.freepage.guide .faq-item a:hover{
    opacity: 0.8;
    font-weight: normal;
    text-decoration: underline;
}
.guide-item__heading::before{
    background: #2E9B3B;
}
.guide-item__link{
    color: #2E9B3B;
}
.guide-nav__list li a:hover{
    background: #2E9B3B url(../img/pulldown_hover.png) right 16px center no-repeat;
    color: #fff;
    border: 1px solid #2E9B3B;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
h2.guide-content__heading{
    border-bottom: 3px solid #2E9B3B;
}
h3.guide-item__heading{
    background-color: #F7F7F7;
}
.freepage.guide h3.guide-item__heading{
    background-image: none;
    cursor: unset;
}
h3.faq-item__heading{
    background-color: #F7F7F7;
    background-image: url(../img/q.png), url(../../img/freepage/faq/plus.png);
    background-position: 19px center,right 24px center;
    background-repeat: no-repeat,no-repeat;
}
h3.faq-item__heading.active {
    background-image: url(../img/q.png), url(../../img/freepage/faq/minus.png);
    background-position: 19px center, right 24px center;
    background-repeat: no-repeat, no-repeat;
}
/*フリーページ*/
/*フリーページ*/
.footer-contact-inner a{
	text-decoration: none;
	color: #2E9B3B;
}

