
.fs-c-accountService__page.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink::before {
  background: url(https://ochanoko.itembox.design/item/img/point_icon.svg?t=20220829133117) no-repeat center center; 
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 36px; 
  width: 36px;
}

.fs-c-accountService__page.fs-c-accountService__page--couponList .fs-c-accountService__pageLink::before {
  background: url(https://ochanoko.itembox.design/item/img/coupon_icon.svg?t=20220829133117) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 38px;
  width: 36px; 
}

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

.fs-c-accountService__page.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink::before {
    height: 24px;
    width: 24px;
    left: 14px;
}
.fs-c-accountService__page.fs-c-accountService__page--couponList .fs-c-accountService__pageLink::before{
    height: 28px;
    width: 25px;
    left: 14px;
}
.fs-c-accountService__page.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink::before{
    height: 18px!important;
    width: 26px!important;
    left: 14px!important;
}
}


/*add*/
.pri-tit {
  font-size: 1.6rem;
  font-weight: bold;
}

.cookie {
  margin: 30px auto;
}

.cookie ul li{
  font-weight: normal;
}

#fs_ProductDetails .recipe_box_new img{
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  width: 100% !important;
  height: auto;
}

#fs_ProductDetails .bottom-area-recipe{
  clear: both;
}

#fs_ProductDetails .recipe_box_new .ingredient {
  width: 45% !important;
}

#fs_ProductDetails .recipe_box_new .rec {
  margin-left: 5%;
  width: 50%;
}

#fs_ProductDetails .recipe_box_new::after {
  content: "";
  clear: both;
  display: block;
}

#fs_ProductDetails .recipe_box_new{
  margin-bottom: 40px;
}

#fs_ProductDetails .recipe_box_new > p img:not(:first-child),
#fs_ProductDetails .recipe_box_new div img:not(:first-child){
  display: none;
}

#fs_ProductDetails .recipe_box_new::before {
  content: "この商品を使ったレシピ";
  display: block;
  margin: 60px auto 40px;
  border-bottom: 2px solid #6a211f;
  color: #6a211f;
  font-family: "Noto Serif B", serif;
  font-size: 32px;
  padding: 0 0 7px;
  text-align: center;
  width: 400px;
}

#fs_ProductDetails .recipe_iframe {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#fs_ProductDetails .recipe_iframe iframe {
  position: relative;
  max-width: 500px;
  width: 500px;
  height: 500px;
  border: none;
  display: block;
  margin: 0 auto;
}

#fs_ProductDetails .movie-box iframe {
  max-width: 500px;
  width: 500px;
  height: 500px;
}

#recipe-ajax .recipe_box_new h3{
  border: none;
}

/*category acc*/
#fs_ProductCategory .fs-c-productListItem__productDescription::before, #fs_ProductSearch .fs-c-productListItem__productDescription::before,#fs_MyWishList .fs-c-productListItem__productDescription::before {
  content: "説明を読む";
  display: block;
  background: url(https://ochanoko.itembox.design/item/maruya/img/category/list-delta.svg) no-repeat left center / 8px 8px;
  padding-left: 16px;
  cursor: pointer;
}

#fs_ProductCategory .fs-c-productListItem__productDescription.active::before, #fs_ProductSearch .fs-c-productListItem__productDescription.active::before,#fs_MyWishList .fs-c-productListItem__productDescription.active::before {
  content: "閉じる";
  background: url(https://ochanoko.itembox.design/item/maruya/img/category/up_list-delta.svg) no-repeat left center / 8px 8px;
  padding-left: 16px;
}

.fs-c-productListItem__productDescription p {
  display: none;
}

@media screen and (max-width: 768px){
#fs_ProductDetails .recipe_box_new .ingredient {
  width: 100% !important;
  margin-top: 30px;
}

#fs_ProductDetails .recipe_box_new .rec {
  margin-left: 0%;
  width: 100%;
}

#fs_ProductDetails .recipe_box_new::before {
  font-size: 20px;
  width: max-content;
  margin: 0 auto;
}

#fs_ProductDetails .recipe_iframe {
  padding-bottom: 100%;
  max-width: 100%;
}


#fs_ProductDetails .movie-box iframe,
#fs_ProductDetails .recipe_iframe iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}
}