@charset 'utf-8';

/* すべての商品価格を右揃え */
.fs-c-productPrice {
	/*justify-content: flex-end;*/
}

/* すべての税込みの左側にマージン */
span.fs-c-productPrice__addon {
	margin-left: 3px;
}

/* すべてのキャッチコピーの下にマージン */
.fs-c-productName__copy {
	margin: 0 0 2vw;
}

/* ページ見出し */
.fs-c-heading--page {
    font-weight: 700;
	font-family: "BIZ UDPMincho", serif;
	font-size: 2.4rem;
}

/* チェックアウト画面 */
.fs-c-checkout-preview__title {
	font-size: 1.6rem;
}
span.fs-c-price {
	font-weight: 700;
}

/* マイページトップ */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #ffffff;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1.3rem;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    border-radius: 12px;
}
.fs-p-accountInfo__point__point__available__number {
    color: #e60012;
}
.fs-body-my-top .fs-c-productListItem__control {
	display: none;
}


/* マイページ　ポイント履歴 */
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    color: #e60012;
    font-weight: 700;
}

/* マイページ　クーポン一覧 */
.fs-c-couponName__discount {
    background: #e60012;
}
.fs-c-couponAppliedCondition__notice {
    color: #e60012;
}



/* 返品特約についてリンク */
.fs-c-returnedSpecialContract {
    padding: 0!important;
    margin: 0!important;
}

/* 期間表示 */
.fs-c-time {
    white-space: normal!important;
}


/* --------------------------------------------------------------------------------
ショッピングカート
-------------------------------------------------------------------------------- */	
/*削除*/
.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart span.fs-c-button__label {
	display: block;
	text-decoration: none;
	padding: 0.4rem 0;
	border-radius: 50vw;
	background: #f5e696;
}
.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart span.fs-c-button__label:active {
	background: #fbefc0;
}
.fs-body-cart .fs-c-cartTableContainer span.fs-c-button__label {
	font-size: 1.4rem;
}
.fs-body-cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
	border: none;
	padding: 0;
}
/*カート　ご注文手続き*/
.fs-body-checkout-multi .fs-c-checkout-preview,
.fs-body-checkout .fs-c-checkout-preview,
.fs-body-checkout-subscribe .fs-c-checkout-preview{
	background: none;
	border: 1px solid #ccc;
}
.fs-body-checkout-multi dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout-subscribe dl.fs-c-checkout-shippingOptionPreview,
.fs-body-checkout-multi dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout-subscribe dd.fs-c-checkout-shippingOptionPreview__note,
.fs-body-checkout-multi .fs-c-checkout-shippingParcel__title,
.fs-body-checkout .fs-c-checkout-shippingParcel__title,
.fs-body-checkout-subscribe .fs-c-checkout-shippingParcel__title,
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout-subscribe .fs-c-checkout-shippingDetail__deliveryDetail,
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__title,
.fs-body-checkout .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__title,
.fs-body-checkout-multi .fs-c-checkout-couponCodeInput,
.fs-body-checkout .fs-c-checkout-couponCodeInput,
.fs-body-checkout-subscribe .fs-c-checkout-couponCodeInput{
	background: none;
}

.fs-body-checkout-multiAddress .fs-c-checkout-addressee{
	background: none;
}

.fs-body-checkout-subscribe .fs-c-checkout-deliveryCycle__title{
	background: none;
}

/*カート ラベル*/
.fs-body-cart .fs-c-cartTable__message,
.fs-body-checkout-multi .fs-c-cartTable__message,
.fs-body-checkout .fs-c-cartTable__message{
	font-size: 1.1rem;
}
/*カート ラベル　クール便（冷凍）*/
.fs-body-cart .fs-c-cartTable__message--frozenDelivery,
.fs-body-checkout-multi .fs-c-cartTable__message--frozenDelivery,
.fs-body-checkout .fs-c-cartTable__message--frozenDelivery{
	color: #fff;	
	background: #006bb8;
}
/*カート ラベル　クール便（冷蔵）*/
.fs-body-cart .fs-c-cartTable__message--chilledDelivery,
.fs-body-checkout-multi .fs-c-cartTable__message--chilledDelivery,
.fs-body-checkout .fs-c-cartTable__message--chilledDelivery{
	color: #fff;
	background: #3ea8ff;
}
/*カート ラベル　バンドル*/
.fs-body-cart .fs-c-cartTable__message--bundle,
.fs-body-checkout-multi .fs-c-cartTable__message--bundle,
.fs-body-checkout .fs-c-cartTable__message--bundle{
	color: #fff;
	background: #f35aa3;
}
/*カート ラベル　予約商品*/
.fs-body-cart .fs-c-cartTable__message--preorder,
.fs-body-checkout-multi .fs-c-cartTable__message--preorder,
.fs-body-checkout .fs-c-cartTable__message--preorder{
	background: #64a;
	color: #fff;
}

/*お届け日表示*/
.fs-body-cart .fs-c-estimatedDeliveryDate {
	background: rgba(126, 126, 126, 0.08);
	font-size: 1.3rem;
}

.fs-body-cart .cart-payment{
	position: relative;
	margin: 0 auto;
}
/********ご注文手続きへ進みます。********/
.fs-body-cart .fs-c-purchaseHere__message {
	text-align: center;
}
.fs-body-cart .fs-c-purchaseHere__message .txt1{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 3vw;
}

/********ログイン・購入********/
.fs-c-purchaseHere.fs-c-cartPayment{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fs-body-cart .fs-c-purchaseHere__message{
	order: 1;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase{
	order: 3;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary{
	background: #928689;
	border: 1px solid #928689;
	font-size: 1.4rem;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase{
	order: 2;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary{
	background: #FE0000;
	border: 1px solid #FE0000;
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}
/********ログイン・購入　ログイン時********/
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere{
	order: 2;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere .fs-c-button--primary{
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}
.fs-body-cart.fs-body-cartSubscribe .fs-c-button--primary{
	font-size: 1.6rem;
	padding: 0.8em 1.4em 0.8em;
}

/*会員登録する*/
.fs-body-cart .member-loggind-status-true{
	display: none;
}
.fs-body-cart .btn-register{
	width: 240px;
	margin: 0 auto;
}
.fs-body-cart .btn-register a{
	background: #250e13;
	border: 1px solid #250e13;
	border-radius: 40px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0.8em 1.6em 0.6em;
	box-shadow: 0 0 2px #b2b2b2;
	min-width: 240px;
}
.fs-body-cart .btn-register a:active{
	opacity: 0.8;
}

/*Amazon購入エリア*/
.fs-body-cart .fs-c-cartPayment, .fs-c-payWithAmazon{
	font-size: 1.3rem;
}


/*ショッピングを続けるボタン*/
.fs-body-cart .fs-c-continueShopping {
	margin-bottom: 16vw;
}


/*「お気に入りリスト」に入っている商品*/
.fs-body-cart .fs-c-wishlistProduct button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
	display: none;
}
/*おすすめ商品*/
.fs-c-featuredProduct button.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-c-featuredProduct button.fs-c-button--addToWishList--icon.fs-c-button--particular{
	display: none;
}

/*送料無料です。*/
.fs-body-cart .fs-c-cartDiscountInfo__info {
	font-size: 2rem;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price.fs-c-price--inline{
	color: #cc0000;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__info__next{
	color: #cc0000;
}
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-cartDiscountInfo__info__current{
	color: #cc0000;
}



/*再計算*/
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child{
	font-size: 0;
}
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child::after{
	content: '複数個口の場合、送料は次の画面で再計算されます。';
	font-size:1.2rem;
}
.fs-body-cart ul.fs-c-cartDiscountInfo__note li:last-child::before{
	font-size:1.2rem;
}



/*ついで買い*/
.fs-body-cart .then .txt{
	margin: 0 0 2vw;
}
.fs-body-cart .then .btn{
	width: 60vw;
}
.fs-body-cart .then .btn a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 2vw 0 2vw 5vw;
	border-radius: 50px;
	font-size: 3.6vw;
	background: #f5e696;
	font-weight: 600;
}
.fs-body-cart .then .btn a:hover,
.fs-body-cart .then .btn a:active{
	background: #fbefc0;
}
.fs-body-cart .then .btn a::after {
	position: absolute;
	right: 5vw;
	top: 50%;
	
	content: '';
	
	width: 1.8vw;
	height: 3vw;
	margin: -1.5vw 0 0;
	background: url("../images/common/arrow-left.svg") no-repeat 0 0;
	background-size: 100% auto;
}


/********¥8,000以上お買い上げで送料弊社負担********/
.fs-body-cart .fs-p-announcement {
    margin: 48px 0;
}






/*一定金額以上 ついで買い*/
.fs-body-cart .fs-p-announcement .then_btn{
	width: 96vw;
}
.fs-body-cart .fs-p-announcement .then_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	margin-top: 5vw;
	padding: 3vw 0 3vw 10vw;
	border-radius: 50px;
	font-size: 4.6vw;
	background: #f5e696;
	font-weight: 600;
}
.fs-body-cart .fs-p-announcement .then_btn a:hover,
.fs-body-cart .fs-p-announcement .then_btn a:active{
	background: #fbefc0;
}
.fs-body-cart .fs-p-announcement .then_btn a::after {
	position: absolute;
	right: 5vw;
	top: 50%;
	
	content: '';
	
	width: 3vw;
	height: 5vw;
	margin: -2.5vw 0 0;
	background: url("../images/common/arrow-left.svg") no-repeat 0 0;
	background-size: 100% auto;
}






/* --------------------------------------------------------------------------------
おすすめ商品、お気に入り スライダー
-------------------------------------------------------------------------------- */
.fs-c-featuredProduct .fs-c-button--carousel--prev::before,
.fs-c-wishlistProduct .fs-c-button--carousel--prev::before {
	content: url(../images/index/scroll-arr-l.svg);
}
.fs-c-featuredProduct .fs-c-button--carousel--next::before,
.fs-c-wishlistProduct .fs-c-button--carousel--next::before {
	content: url(../images/index/scroll-arr-r.svg);
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl,
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl{
	min-width: 32px!important;
}




a img:active {
	opacity: 0.8;
}
/*特殊なボタン*/
.fs-c-button--particular:active {
	opacity: 0.8;
}
/*普通のボタン*/
.fs-c-button--standard:active {
	opacity: 0.8;
}
/*主要なボタン*/
.fs-c-button--primary:active {
	opacity: 0.8;
}



input,
select,
textarea {
	appearance: revert;
}


/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	padding: 0;
}
.fs-l-header--min {
	border: none;
}
.fs-l-header__contents {
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > * {
	padding: 0;
}

/* -------------------------------------------------
fs-preview-header
-------------------------------------------------- */
.fs-preview-header {
	display: none;
}
.fs-l-header--min {
	border: none;
}


/* -------------------------------------------------
fs-l-footer
-------------------------------------------------- */
.fs-l-footer {
	margin: 0;
	border-top: none;
	background: transparent;
}
/*.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}

*/
/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main {
	margin: 24px 0 0;
	/*margin: 0;*/
}


/* --------------------------------------------------------------------------------
★スマートフォン
パンくずリスト
-------------------------------------------------------------------------------- */
.fs-c-breadcrumb {
	margin: 0 auto;
	padding: 5.5vw 1.5vw 0;
	font-size: 3vw;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
	padding: 0 ;
}
/*
.fs-c-breadcrumb .fs-c-breadcrumb__list a {
	color: #333;
}
*/

/* --------------------------------------------------------------------------------
fs-c-productList__list
-------------------------------------------------------------------------------- */
/********** 表示列数3列 **********/
/*
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 33%;
	grid-column: none;
	grid-row: none;
	border: none;
}
*/

/********** 表示列数4列 **********/
/*
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 25%;
	grid-column: none;
	grid-row: none;
	border: none;
}
*/

/********** 価格 **********/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	/*
	color: #f00;
	*/
}


/* --------------------------------------------------------------------------------
★スマートフォン
見出し
-------------------------------------------------------------------------------- */
/*.fs-c-heading--page {
	padding: 0 0 0.2em;
}
*/

/* --------------------------------------------------------------------------------
ボタン系
-------------------------------------------------------------------------------- */
/*.fs-c-button--primary,
.fs-c-button--primary:link,
.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
	color: #fff !important;
}
.fs-c-button--secondary,
.fs-c-button--secondary:link,
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
	color: #fff !important;
}
*/

/* --------------------------------------------------------------------------------
★スマートフォン
右下に表示されるカートボタン
-------------------------------------------------------------------------------- */
.fs-p-scrollingCartButton {
	display: none;
}

/* --------------------------------------------------------------------------------
マイページ
-------------------------------------------------------------------------------- */
/*.fs-body-my-top .fs-c-accountService {
	justify-content: space-between;
	margin: 1% 0;
}
.fs-body-my-top .fs-c-accountService__page {
	flex-basis: 49%;
	margin: 1% 0;
}
.fs-body-my-top .fs-c-accountService__page--couponList {
	flex-basis: 100%;
}
*/





/* --------------------------------------------------------------------------------
おすすめ商品、お気に入りリスト タイトル
-------------------------------------------------------------------------------- */
.fs-c-featuredProduct h2.fs-c-featuredProduct__title,
.fs-c-wishlistProduct h2.fs-c-wishlistProduct__title{
	font-family: "BIZ UDPMincho", serif;
	font-size: 5.6vw;
	text-align: center;
	margin:14vw 0  5.5vw 0;
	font-weight: 700;
	border: none;
}


/* --------------------------------------------------------------------------------
商品一覧 AIレコメンド
-------------------------------------------------------------------------------- */
.item_pickup{
	margin-top: 5vw;
}
.item_pickup,
.item_rec_view,
.item_history{
	width: 100%;
	padding: 8px;
}

.fs-body-category .r-ttl,
.fs-body-product .r-ttl{
	font-family: "BIZ UDPMincho", serif;
	font-size: 5.6vw;
	text-align: center;
	margin-bottom: 5.5vw;
	font-weight: 700;
}

.fs-body-category .fs-p-heading--lv2,
.fs-body-product .fs-p-heading--lv2 {
	display: none;
}

/*スライド用*/
.flywheel-recommend__frame{
	margin: 0 0 10vw;
}
.flywheel-recommend__frame .fr3-productListCarousel {
	display: grid;
	grid-template-columns: 32px 1fr 25px!important;
}
.flywheel-recommend__frame .fr3-productListCarousel__slides {
	display: flex;
	gap: 8px!important;
}
.flywheel-recommend__frame .fr3-productListCarousel__slides  {
	margin-left: 0; 
	margin-right: -25px;
}
.flywheel-recommend__frame .fr3-item{
	width:	32vw!important;
}
.flywheel-recommend__frame .fr3-productListCarousel__slide {
	margin: 3vw;
	padding: 0px;
}
.flywheel-recommend__frame .fr3-item__imageContainer img {
	width:100%;
}

/*画像角丸*/
.flywheel-recommend__frame .fr3-item__image{
	border-radius: 2vw;
}
.flywheel-recommend__frame .fr3-item__productName{
	font-size: 3.6vw;
	font-weight: 700;
	margin-bottom: 3vw;
}
.flywheel-recommend__frame .fr3-item__productPrice__price {
	font-size: 4.1vw;	
}

/* 次へ・前へ */
.flywheel-recommend__frame .fr3-productListCarousel__Button {
	z-index: 100;
}
.flywheel-recommend__frame .fr3-productListCarousel__Button:disabled {
	opacity: 1!important;
}
.flywheel-recommend__frame .flywheel-recommend__frame img.fr3-productListCarousel__ButtonImage{
	display: none;
}
.flywheel-recommend__frame .fr3-productListCarousel__prevButton::before{
	content: url(../images/index/scroll-arr-l.svg);
	display: inline-block;
	margin-bottom: 15vw;
}
.flywheel-recommend__frame .fr3-productListCarousel__nextButton::after{
	content: url(../images/index/scroll-arr-r.svg);
	display: inline-block;
	margin-bottom: 15vw;
}
.flywheel-recommend__frame .fr3-productListCarousel__ButtonImage{
	display: none;
}




/* --------------------------------------------------------------------------------
メールフォーム
-------------------------------------------------------------------------------- */
/* フォームのサイズ */
input, select {
	height: 2.5em;
}

.fs-c-checkbox{
	margin-bottom: 10px;
}

.fs-c-checkbox__labelText{
	margin-left: 10px;
}




/* --------------------------------------------------------------------------------
送料とお支払い方法について
-------------------------------------------------------------------------------- */
.fs-body-about-shippingPayment .fs-c-shippingCarrierInfo__comment p::after{
	content: '離島宛のご注文は配達日をご指定いただけません。';
}

.fs-body-about-shippingPayment .doukon-atten{
	margin-top:-18vw;
}

section#fs_anchor_deliveryService_courier107 {
    display: none;
}

/* --------------------------------------------------------------------------------
ご注文手続き
-------------------------------------------------------------------------------- */
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions{
	font-size: 0;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.5rem;
}
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryInstructions::after{
	font-size: 1.5rem;
}

/*配送詳細*/
.fs-body-checkout-multi .fs-c-checkout-deliveryScheduleSetting__additionalInfo{
	font-size: 0;
}
.fs-body-checkout-multi .fs-c-checkout-deliveryScheduleSetting__additionalInfo::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.5rem;
}

/* --------------------------------------------------------------------------------
ご注文完了
-------------------------------------------------------------------------------- */
.fs-body-checkout-success .line {
	margin: 5vw 0;
}
.fs-body-checkout-success .line .heading{
	text-align: center;
	font-size: 3.6vw;
	margin: 0 0 3vw;
}
.fs-body-checkout-success .line .img{
	text-align: center;
}
.fs-body-checkout-success .line .img img{
	width: 53%;
}

/* --------------------------------------------------------------------------------
マイページ　注文履歴
-------------------------------------------------------------------------------- */
.fs-body-my-orders-details dl.fs-c-deliveryInfoList__detailList dt:nth-of-type(2) .fs-c-string--label{
	font-size: 0;
}
.fs-body-my-orders-details dl.fs-c-deliveryInfoList__detailList dt:nth-of-type(2) .fs-c-string--label::before{
	content: 'その他店舗への連絡事項';
	font-size: 1.2rem;
}





/* --------------------------------------------------------------------------------
会員登録
-------------------------------------------------------------------------------- */
.fs-body-register .fs-p-announcement .fs-p-announcement__title{
	font-size: 5vw;
	text-align: center;
	margin-bottom: 7vw;
	
}
.fs-body-register .fs-p-announcement .good_deal ul{
	width: 80vw;
	margin: 0 auto;
	padding: 0;
	
}
.fs-body-register .fs-p-announcement .good_deal ul li{
	list-style: none;
	text-align: center;
	margin-bottom: 7vw;
	
}
.fs-body-register .fs-p-announcement .good_deal ul li span{
	display: inline-block;
	font-size: 5vw;
	margin-left: 3vw;
	margin-bottom: 4vw;
	
}
.fs-body-register .fs-p-announcement .good_deal ul .point:before{
	content: '';
	display: inline-block;
	width: 10vw;
	height: 8.9vw;
	background-image: url(../images/common/icon-member-point.svg);
	background-repeat: no-repeat;
	vertical-align: middle;	
	margin-bottom: 1vw;
}
.fs-body-register .fs-p-announcement .good_deal ul .rank:before{
	content: '';
	display: inline-block;
	width: 8vw;
	height: 9.6vw;
	background-image: url(../images/common/icon-member-rank.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 2vw;
}
.fs-body-register .fs-p-announcement .good_deal ul .favorite::before{
	content: '';
	display: inline-block;
	width: 6.5vw;
	height: 6.1vw;
	background-image: url(../images/common/icon-member-favorite.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 1.6vw;
}





/* --------------------------------------------------------------------------------
個人情報取り扱いについて
-------------------------------------------------------------------------------- */
.fs-body-about-privacyPolicy .fs-p-privacyPolicy .fs-c-orderedList > li::before{
	display: none;	
}




