@charset "utf-8";

/* 支払い方法 -------*/
.mart-ttl {
	margin-bottom: 15px;
}
.pay-pattern {
	display: grid;
	grid-template-columns: 90px 48px 1fr 48px 90px;
	gap: 5px 20px;
	width: 450px;
	margin: 5px auto;
}
.pay-pattern figure,
.pay-pattern .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
}
.pay-pattern .pattern-image span {
	display: block;
	text-align: center;
	font-size: 0.85rem;
}
.pay-pattern .arrow-colspan {
	grid-column: 2 / 5;
}
.pay-pattern .arrow-colspan figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	height: 78px;
}

/* ヤマトコレクト -------*/
.yamato {
	margin: 20px auto;
}
.yamato .yamato-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1;
}
.yamato .yamato-ttl a {
	text-decoration: underline;
}
.yamato .yamato-ttl b {
	font-size: 1.4rem;
}
.yamato .ttl-text {
	font-weight: bold;
	font-size: 1.2rem;
}

/* 宅配料 -------*/
.cost-tbl {
	border-collapse: separate;
	width: 650px;
	margin: 15px auto 10px;
	font-size: 0.8rem;
}
.cost-tbl thead tr {
	background: #E4E4E4;
}
.cost-tbl thead tr:first-child {
	background: #808080;
	color: #fff;
}
.cost-tbl thead [data-name="size"] {
	width: 100px;
}
.cost-tbl thead [data-name="area"] {
	width: calc((100% - 100px) / 9);
}
.cost-tbl tbody td {
	text-align: center;
}


.cost-note {
	width: 650px;
	margin: 0 auto 15px;
	font-size: 0.8rem;
}
.cost-note li:not(:last-child) {
	margin-bottom: 4px;
}

/* 特商法 -------*/
.tokusho-tbl {
	border-collapse: separate;
	width: 650px;
	margin: 15px auto;
	font-size: 0.8rem;
}
.tokusho-tbl thead th {
	background: #808080;
	color: #fff;
}
.tokusho-tbl tbody tr td:first-of-type {
	background: #E4E4E4;
	max-width: 200px;
	font-weight: bold;
}
