/* =============================================================
  ショッピングについて（項目）　.about_shopping
============================================================= */
/* 共通
-------------------------------------------*/
/* ブロック
--------------------------------*/
/* sub_block */
.about_shopping .sub_block + .sub_block {
	margin-top: 1rem;
}

/* リスト
--------------------------------*/
/* ul */
.about_shopping ul.list {
	border: 1px solid var(--color-border1);
	border-radius: 0.2rem;
	margin-top: 1rem;
	padding: 1rem 3rem;
}
/* li */
.about_shopping ul.list li {
	list-style: disc;
}
/* li + p */
.about_shopping ul + p {
	margin-top: 1rem;
}


/* =============================================================
  お支払い方法　.payment
============================================================= */
/* 共通
-------------------------------------------*/
/* ブロック
--------------------------------*/
/* .block_inner > .sub_blockk:first-of-typ */
.about_shopping.payment .block_inner > .sub_block:first-of-type {
    margin-top: 0rem;
}
/* リスト
--------------------------------*/
/* ul */
.about_shopping.payment ul.list {
	padding: 1rem 2rem; /* 上の上書き */
}
/* li */
.about_shopping.payment ul.list li {
	list-style: none; /* 上の上書き */
}

/* 画像
--------------------------------*/
/* img */
.about_shopping.payment h3 + img {
	margin: 1rem 0;
}

/* 銀行振込
-------------------------------------------*/
/* 画像
--------------------------------*/
/* img */
.about_shopping.payment .transfer img {
	margin: 1rem 0;
}


/* =============================================================
  送料・配送　.delivery
============================================================= */
/* 送料・配送について　.delivery_price
-------------------------------------------*/
/* table
---------------------*/
/* th、td*/
.delivery .delivery_price table td,
.delivery .delivery_price table td {
	text-align: center;
}
/* th */
.delivery .delivery_price table th {
	width: calc(100% / 3);
}
/* 2番目以降のth */
.delivery .delivery_price table tr:nth-of-type(2) th,
.delivery .delivery_price table tr:nth-of-type(3) th,
.delivery .delivery_price table tr:nth-of-type(4) th {
	background-color: var(--color-table-header2);
}
/* td（注釈） */
.delivery .delivery_price table tr:nth-of-type(2) td:last-of-type {
	font-size: 1rem; /* style.cssの上書き */
	font-weight: 400; /* style.cssの上書き */
}

/* 配送日の目安　.delivery_date
-------------------------------------------*/
/* 画像
---------------------*/
/* img */
.delivery .delivery_date img {
	display: block;
	margin: 1rem auto 0;
}