/* =============================================================
  送料・お支払い　.payment
============================================================= */
/* 共通
-------------------------------------------*/
/* ブロック
--------------------------------*/
/* inner */
.payment .block .inner {
	margin: 1rem auto 0;
}

/* 見出し
--------------------------------*/
/* h3 */
.payment h3{
	position:relative;
}

.payment h3:before{
	content:"";
	position:absolute;
	bottom:7px;
	left:0;
	height:2px;
	width:100%;
	background:#fff;
}

/* h4 */
.payment h4 {
	font-size: 1.2rem;
    line-height: 1;
    border-left: 8px solid var(--color-primary);
    margin-bottom: 0.8rem;
    padding-left: 0.6rem;
}
.payment h5 {
	font-size: 1rem;
    line-height: 1;
	margin: 0.8rem 0 0.3rem -0.5rem;
}

/* 配送について　.delivery
-------------------------------------------*/
/* 共通
--------------------------------*/
/* ブロック
---------------------*/
/* サブブロック */
.delivery .sub_block,
.delivery .sub_block:first-of-type {
	margin-top: 2rem;
}

/* テーブル
--------------------------------*/
/* table */
.delivery table {
	margin-top: 1.5rem; /* style.cssの上書き */
}
/* th */
.delivery table th {
	width: calc(100% / 4);
}
.delivery table th:nth-child(3) {
	width: calc(100% / 2);
}
/* td */
.delivery table td {
	text-align: center;
}

/* 配送日の目安　.delivary_date
-------------------------------------------*/
/* map */
.delivary_date .of_map {
	text-align: center;
}

/* 返品について　.return
-------------------------------------------*/
/* 条件 .terms */
.return .terms {
	border: 1px solid var(--color-border);
	margin: 1rem 0;
	padding: 1rem;
}
.return .terms ul {
	display: block;
	margin-top: -0.5rem;
}
.return .terms ul li {
	line-height: 1;
	margin-top: 0.5rem;
}

/* 支払い方法について　.method_of_payment
-------------------------------------------*/
/* 共通
--------------------------------*/
/* ブロック
---------------------*/
/* サブブロック */
.method_of_payment .sub_block,
.method_of_payment .sub_block:first-of-type {
	margin-top: 2rem;
}
/* ブロック
---------------------*/
/* img */
.method_of_payment img {
	display: block;
	margin:  0.5rem 0;
}

/* 銀行　.bank
--------------------------------*/
/* div */
.method_of_payment .bank div {
	border: 1px solid var(--color-border);
	margin: 0.5rem 0;
	padding: 1rem;
}
.method_of_payment .bank div ul {
	display: block;
	margin-top: -0.5rem;
}
.method_of_payment .bank div ul li {
	line-height: 1;
	margin-top: 0.5rem;
}