/*
Theme Name: Petna Theme
Theme URI: https://petna.jp/
Author: Your Name
Author URI: https://petna.jp/
Description: A simple custom theme for Petna EC site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petna-theme
*/

/* =========================
   基本リセット / ベース
   ========================= */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { height: 100%; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: var(--c-text);
  background: #fff;
	font-size: 14px;
}

img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
picture { display: block; }
iframe { max-width: 100%; }

/* フォーカス可視化 */
:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 2px; }

/* リンク */
a { color: var(--c-accent-dark); text-decoration: none; }
a:hover { opacity: .85; }

/* 見出し */
h1,h2,h3,h4 { line-height: 1.35; margin: 0 0 .5em; color: var(--c-text); }
h2.section-ttl{
	text-align: center;
    margin: 30px 0;
}
h2 .en{
	display: block;
    font-size: 20px;
}
h2 .jp{
	display: block;
    font-size: 12px;
    margin-top: 2px;
}

/* 段落 */
p { margin: 0 0 1em; }

/* リスト */
ul,ol {
	margin: 0;
	padding-left: 0;
    list-style: none;
}
.logo-img{
	width: 60px;
}

/* =========================
   カラー変数（あなたの指定）
   ========================= */
:root{
  --c-main: #F4A261;       /* テラコッタオレンジ */
  --c-sub:  #EADBC8;       /* サンドベージュ */
  --c-accent: #A8DADC;     /* ミントグリーン */
  --c-accent-dark: #457B9D;/* スモーキーブルー（リンク用）*/
  --c-text: #4B5563;       /* チャコールグレー */
  --c-cta: #E76F51;       
  --header-bg: #EADBC8;    /* ヘッダー背景（全幅） */
  --footer-bg: #EADBC8;    /* フッター背景（全幅） */
}

/* =========================
   レイアウト共通
   ========================= */
/* 720pxに揃える内側コンテナ */
.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px; /* 端の余白 */
}

/* メイン領域（全ページ共通） */
main#main, main {
  /* 中身は各テンプレで .wrap を使ってください */
	padding-top: 35px;
}

.full-bleed{
  margin-left:  calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* =========================
   ヘッダー（全幅＋内側720px）
   ========================= */
.site-header {
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: fixed;
  top:0;
  background: #fff;
  width: 100%;
  z-index: 10000;
}
.site-logo{
	margin-right: auto;
}
.site-header__inner {
  display: flex;
  align-items: center;
  min-height: 56px;
}
.site-header_login-icon,
.site-header_cart-icon,
.site-header_menu-icon{
	line-height: 0.8;
	margin-left: 20px;
}

.site-header_login-icon img,
.site-header_cart-icon img{
	width:26px;
	margin: 0 auto;
}
.icon-detail_txt{
	font-size: 8px;
    color: var(--c-text);
}
/* ハンバーガーボタン */
.menu-toggle{
  font-size: 24px; line-height: 1;
  background: none; border: 0; cursor: pointer; color: var(--c-text);
  padding: 0 8px 0 5px;
}
html.nav-open { overflow: hidden; }
.menu-toggle { position: relative; z-index: 2001; cursor: pointer; }
/* ドロワー本体（右から） */
.drawer{
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(86vw, 320px);
  background: #fff;
  box-shadow: -8px 0 24px rgba(0,0,0,.12);
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 1100;
  display: flex; flex-direction: column;
}
.drawer.is-open{ transform: translateX(0); }

.drawer__close{
  position: absolute; top: 8px; right: 8px;
  width: 40px; height: 40px; font-size: 26px; line-height: 1;
  border: 0; background: transparent; color: var(--c-text); cursor: pointer;
}
.drawer__nav{ padding: 56px 18px 20px; overflow-y: auto; height: 100%; background: var(--c-sub); }
.drawer__menu{
	list-style: none;
	margin: 0; padding: 10px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
.drawer__menu li{ border-bottom: 1px solid #eee; }
.drawer__menu li:last-child{ border-bottom:none;}
.drawer__menu a{ display: block; padding: 14px 2px; color: var(--c-text); text-decoration: none; }

/* 背景オーバーレイ */
.drawer__backdrop{
  position: fixed; inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1000;
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
}
.drawer__backdrop.is-open{ opacity: 1; pointer-events: auto; }

/* スクロールロック（開いている間はページをスクロールさせない） */
html.nav-open, html.nav-open body{ overflow: hidden; }

/* ===== ヒーロースライダー ===== */
.hero{
  position: relative;
  background: #fff;
}
@media screen and (min-width: 720px) {
	.hero,
	.wc-archive-hero{
		max-width: 720px;
		margin: 0 auto;
		padding: 0 16px;
	}
	.wc-archive-hero{
		height: 320px !important;
	}
}
.hero__inner img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.breadcrumb{
	padding: 2px 5px 5px;
	margin-bottom: 10px;
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: thin;
	border-bottom: 1px solid var(--c-main);
    font-size: 12px;
}
.aioseo-breadcrumb a{
	color: var(--c-text);
}
.aioseo-breadcrumb{
	display: inline-block;
    padding: 0 8px 0 5px;
}
.aioseo-breadcrumbs{
	max-width: 720px;
    margin: 0 auto;
}
.var-heading{
	margin: 10px 0 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px dotted;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
}
.variations .var-heading-row-pa_size + tr > th.label,
.reset_variations{
  display: none!important;
}
#tab-description.woocommerce-Tabs-panel > h2:first-of-type { display: none; }

/* 矢印 */
.hero__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 20px;
  background: rgb(64 64 64 / 32%);
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.hero__arrow--prev{ left: 8px; }
.hero__arrow--next{ right: 8px; }

/* 各スライド枠を中央寄せのフレックスに */
.prod-gallery__for .prod-gallery__slide{
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央（必要なければ外してOK） */
  overflow: hidden;
  box-sizing: border-box;
}

/* 画像は枠内に収まるよう縮小（引き伸ばしなし） */
.prod-gallery__for .prod-gallery__slide img{
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}


/* ドット（右下） */
.hero__dots{
}
.hero__dots .slick-dots{
  margin: 5px 0;
  padding: 0; list-style: none;
  display: flex; gap: 6px; justify-content: flex-end;
}
.hero__dots .slick-dots li{ width: 8px; height: 8px; }
.hero__dots .slick-dots button{
  width: 8px; height: 8px; padding: 0; border: 0;
  border-radius: 50%; background: #d3d3d3; text-indent: -9999px;
}
.hero__dots .slick-dots .slick-active button{
  background: #414141;
}

/* 1枚表示のとき（JSで矢印・ドットを出さない想定だが保険） */
.hero__arrow, .hero__dots{ pointer-events: auto; }

.recommend__area ul.products,
.weekly-ranking ul.products{
	margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce .products ul,
.woocommerce ul.products,
.recommend__area ul.products,
.weekly-ranking ul.products{
	display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.recommend__area ul.products li.product,
.weekly-ranking ul.products li.product{
    margin: 0 1.6% 2.992em 0;
    padding: 4px;
    /*box-shadow: 1px 1px 6px #dedede;*/
	border-radius: 5px;
	width: 23.8%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
}
.woocommerce ul.products li.product a img,
.recommend__area ul.products li.product a img,
.weekly-ranking ul.products li.product a img
{
	margin: 0 0 0.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.recommend__area ul.products li.product h3,
.weekly-ranking ul.products li.product h3{
	font-size: 12px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.recommend__area ul.products li.product .price,
.weekly-ranking ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price
{
	color: var(--c-text);
	margin-top: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;
}
.tax-sub{
	font-size: 10px;
}
.product-category-name,
.product_meta .posted_in a,
.tagged_as a{
	font-size: 10px;
    border-radius: 5px;
    background: var(--c-accent);
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}
.product_meta span{
	display: inline-block;
	margin-left: 5px;
}
.product_meta span:first-child{
	margin-left:0;
}
.product_meta .posted_in a{
	font-size: 12px;
}
.tagged_as a{
	font-size: 12px;
	color: var(--c-text);
	background: #fff;
	border: 1px solid;
}
.woocommerce ul.products li.product .button,
.recommend__area ul.products li.product .button,
.weekly-ranking ul.products li.product .button
{
    display: block;
    margin-top: 1em;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    background: #E76F51;
    color: #fdfdfb;
    padding: 13px 10px;
	position: relative;
}

/* Wooのグリッド指定を打ち消し（対象をまとめて） */
.recommend__wrap > ul.products,
.weekly-ranking > ul.products{
  display: block !important;
  margin: 0;
  padding: 0;
}

/* スライド間の余白 & “次がちょい見え” */
.recommend__wrap .slick-list,
.weekly-ranking .slick-list{
  margin: 0 -8px;
}
.recommend__wrap .slick-slide,
.weekly-ranking .slick-slide{
  margin: 0 8px;
}

/* ドット */
.recommend__wrap .slick-dots,
.weekly-ranking .slick-dots{
  display:flex; gap:8px; justify-content:center; margin:16px 0 0;
}
.recommend__wrap .slick-dots li,
.weekly-ranking .slick-dots li{ line-height:0; }
.recommend__wrap .slick-dots button,
.weekly-ranking .slick-dots button{
  width: 8px; height: 8px; padding:0; border:0; border-radius:50%;
  background:#d3d3d3; text-indent:-9999px;
}
.recommend__wrap .slick-dots .slick-active button,
.weekly-ranking .slick-dots .slick-active button{ background:#666; }

.contents__box{
	padding: 20px 0 40px 0;
	margin:10px 0;
}
.article-details{
	padding: 10px 20px;
}
.article-details h1{
	margin: 20px 0 30px;
	font-size: 18px;
}

.category-menu__area{
	display: flex;
    justify-content: left;
    flex-wrap: wrap;
    background: #fbf3ea;
    padding: 30px 0 30px 8px;
    border-radius: 10px;
}
.category-menu__item{
	width: 48%;
    border: 1px solid var(--c-sub);
    text-align: center;
    margin: 2px 0.5% 3px 0.5%;
    padding: 7px 0;
    transition: background-color 0.3s ease;
    border-radius: 8px;
	background: #fff;
}
.category-menu__item:hover {
  background-color: #EADBC8;
}
.category-menu__item a{
	display: block;
    color: var(--wc-secondary-text);
	font-size: 14px;
}
.all-item__link{
	margin-top: 30px;
	text-align: right;
}
.all-item__link a{
  border-bottom: 1px solid;
  padding: 0 40px 5px 10px;
  color: var(--c-text);
  position: relative;
}

/* 初期状態：30度で待機（hover解除時ここに戻る） */
.all-item__link a::before{
  content: "―";
  position: absolute;
  bottom: -10px;
  right: -2px;
  display: inline-block;
  transform: rotate(30deg);
  transition: transform 0.3s ease;
}

/* hover中だけグルグル回す（擬似要素に対しては a:hover::before で指定） */
.all-item__link a:hover::before{
  animation: spin 0.3s linear infinite;
}

/* ぐるぐる */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.news-list li{
	border-bottom: 1px dashed var(--c-text);
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.news-list time{
	font-size: 12px;
    background: var(--c-sub);
    padding: 2px 10px 3px;
    border-radius: 4px;
    margin-right: 10px;
}
.news-list a{
	font-size: 14px;
	color: var(--c-text);
}

/* 商品詳細メイン画像 */
.prod-gallery { position: relative; }
.prod-gallery__for img { width: 100%; height: auto; display: block; object-fit: cover; }

/* サムネ（下に横スクロール） */
.prod-gallery__nav { margin-top: 8px; }
.prod-gallery__thumb { padding: 2px; }
.prod-gallery__thumb img {
  width: 80px; height: auto; display: block;
  border: 1px solid #eee; border-radius: 6px;
}

/* 矢印（中央被せ） */
.prod-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:36px; height:36px; border:0; border-radius:18px;
  background: rgba(0,0,0,.45); color:#fff; font-size:20px; line-height:36px;
  text-align:center; cursor:pointer; z-index:5;
}
.prod-arrow--prev{ left:6px; }
.prod-arrow--next{ right:6px; }

.summary.entry-summary{
	width: 100%!important;
}
.woocommerce div.product .product_title{
	font-size: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: var(--c-cta);
    position: relative;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce div.product div.summary{
	margin-top: 2em;
}
.woocommerce .quantity .qty{
	padding: 13.5px 0;
}
.woocommerce div.product form.cart .button{
	margin: 30px 0;
    width: 100%;
}

.c-page__title{
	margin-bottom: 2em;
	font-size: 30px;
}
.wp-block-separator{
	margin: 40px 0;
}
h2.c-page__content .wp-block-heading{
	font-size: 20px;
	margin-bottom: 20px;
}
h3.c-page__content .wp-block-heading{
	font-size: 16px;
	margin-bottom: 10px;
}
.news-list{
	margin-bottom: 40px;
    padding: 10px;
}

.home-posts__list{
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.home-posts__item{
	margin: 0 11px 2px;
    box-shadow: 2px 3px 3px #eee;
	padding-bottom: 10px;
}
.home-posts_box{
	padding: 0 10px;
}
.posts-list__item{
	margin: 0 11px 30px;
    box-shadow: 2px 3px 20px #eee;
	padding-bottom: 10px;
}
.home-posts__item .home-posts__link,
.posts-list__item .entry-card__link{
	color: var(--c-text);
}
.home-posts__title,
.entry-card__title{
	font-size: 14px;
}
.entry-card__title{
	margin-top: 10px;
}
.home-posts__excerpt{
	
}
.home-posts__cat,
.article__cat,
.entry-card__cat{
    font-size: 10px;
    border-radius: 5px;
    background: var(--c-accent-dark);
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}
.article__date,
.entry-card__date{
	margin-left: 4px;
    font-size: 12px;
    font-weight: 500;
}


.wc-block-cart-item__total,
.wc-block-components-product-metadata__description,
.wc-block-components-order-summary-item__total-price{
  display: none !important;
}
.woocommerce-MyAccount-navigation{
	background: var(--c-accent);
    padding: 15px 5px 5px;
}
.wc-block-cart-item__wrap{
	padding-right: 0.5em;
}
.wc-block-components-product-name{
	color: var(--c-text);
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link{
	width: 90%;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid;
}
.woocommerce-MyAccount-navigation-link a{
	color: var(--c-text);
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
	float: none;
    width: 100%;
}
.woocommerce-MyAccount-content{
	margin-top: 20px;
}
.woocommerce-message a{
	float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 15px 0;
    border-radius: 10px;
    background: var(--c-cta);
    color: #fff;
}
.cart-tax-note,
.js-tax-note{
	color: var(--c-main);
    font-size: 14px;
}
.faq-block{
	border-bottom: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.faq-block h2{
	margin-bottom: 30px;
}
.faq-block h3{
	padding-top: 10px;
    border-top: 1px dashed #bfbfbf;
}
.wc-archive-hero{
	height: 210px;
    background-size: cover;
	background-position: center;
	position: relative;
}
.wc-archive-hero__title{
	font-size: 18px;
    position: absolute;
    top: 14%;
    margin-left: 6%;
    max-width: 150px;
	line-height: 1.3;
}
.wc-archive-hero_sub-ttl{
	font-size: 11px;
    position: absolute;
    top: 38%;
    margin-left: 6%;
    max-width: 150px;
	line-height: 1.6;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
	margin: 20px 0 2em;
}
.woocommerce .woocommerce-ordering .orderby{
	padding: 7px 5px;
}
.result-number{
	font-size: 18px;
    font-weight: 500;
    padding-right: 1px;
    color: var(--c-main);
}
.woocommerce-page .woocommerce-message .button{
	background-color: var(--c-cta);
    position: relative;
    padding: 15px 30px 15px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
    -webkit-font-smoothing: antialiased;
}
.wc-block-components-button:not(.is-link){
	background-color: var(--c-cta);
    position: relative;
    padding: 15px 30px 15px;
    border-radius: 10px;
    color: #fff;
	border: none;
    -webkit-font-smoothing: antialiased;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,{
	border-bottom: 1px solid;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
	grid-template-columns: 40% 60%;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{
	font-size: 18px;
    font-weight: 500;
}
.search__box .product-search{
	padding: 20px 10px;
    background: var(--c-text);
    border-radius: 5px;
}
#product-search-field-2{
	padding: 3px 10px;
    width: 80%;
    margin-right: 1%;
}
.product-search__submit{
	padding: 3px 20px;
}
.menu-slot-search{
	margin-top: 20px;
    margin-bottom: 30px;
}
#product-search-field-1{
	padding: 3px 10px;
    width: 74%;
    margin-right: 1%;
}
.menu-search__submit{
	padding: 3px 20px;
}

.notice-archive__list{
	margin-top: 30px;
}
.notice-archive__item{
	border-bottom: 1px dashed;
    padding-bottom: 8px;
}
.notice-archive__item a{
	color: var(--c-text);
}
.notice-archive__date{
	display: block;
}
.notice-archive__date span{
	font-size: 12px;
    color: #afafaf;
}

.contents-box{
	margin: 30px 0;
    padding: 30px 0;
    border-bottom: 1px dashed #a6a6a6;
}
.contents-box h2{
	margin-bottom: 20px;
    background: var(--c-sub);
    font-size: 18px;
    padding: 5px;
    border: 2px dashed #fff;
	position:relative;
}
.contents-box h2:after{
	content: "";
	position: absolute;
	inset: -4px;
	border: 2px solid var(--c-sub);
	pointer-events: none; 
	box-sizing: border-box;
}
.contents-box h3{
	padding-left: 7px;
    border-left: 8px solid var(--c-sub);
    margin: 25px 0 20px;
}
.checks li{
  position: relative;
  padding-left: var(--check-gap, 1.75em);
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #bcbbbb;
}
.checks li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--check-size, 1.3em);
  height: var(--check-size, 1.3em);
  transform: translateY(-50%);
  background-color: #e4480f;
  -webkit-mask: no-repeat center / contain
    url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M5 5L19 19M19 5L5 19" fill="none" stroke="black" stroke-width="3" stroke-linecap="round"/>\
</svg>');
  mask: no-repeat center / contain
    url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M5 5L19 19M19 5L5 19" fill="none" stroke="black" stroke-width="3" stroke-linecap="round"/>\
</svg>');
}

.solutions li{
  position: relative;
  padding-left: var(--check-gap, 1.75em);
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #bcbbbb;
}
.solutions li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--check-size, 1.3em);
  height: var(--check-size, 1.3em);
  transform: translateY(-50%);
  background-color: #10b730;
  -webkit-mask: no-repeat center / contain
  url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M4 12l5 5L20 6" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>\
</svg>');
  mask: no-repeat center / contain
  url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M4 12l5 5L20 6" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>\
</svg>');
}

.table-box th,
.table-box td{
	padding: 2px 8px;
}

/* =========================
   フッター（全幅＋内側720px）
   ========================= */
.site-footer {
  background: var(--footer-bg);
  border-top: 1px solid rgba(0,0,0,.05);
  margin-top: 40px;
}
.site-footer__inner {
  padding: 20px 0;
}
.site-footer__copy {
  color: var(--c-text);
  font-size: 14px;
  opacity: .9;
	text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.footer_item_item{
	margin-bottom: 5px;
}
.footer_item_item a{
	color: var(--c-text);
}
.footer_item_box{
	background: #fff;
    margin: 0 30px;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .weekly-ranking ul.products li.product {
        width: 48%;
        margin: 0 0 2.992em;
    }
}