@charset "euc-jp";
/* 特定商取引ページ全体 */
.terms h3 {
	border-left: 5px solid #eee;
	padding: 0 0 0 10px;
	margin: 20px 5px;
}
.terms h4 {
	margin: 30px 0 10px;
}
.terms table {
	margin: 20px 0;
}
.terms table, .terms td, .terms th {
	border-bottom: 1px solid #ddd;
	padding: 0.5em;
}
.terms table th {
	background: #fafafa;
}
.terms table .area {
	min-width: 4em;
}
.terms table .price {
	min-width: 6em;
	text-align: right;
}
.terms span {
	font-size: 16px;
}
.terms ul {
	margin: 0;
	line-height: 1.7;
	list-style: none;
}
.terms ul li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0px 0px 0px 15px;
}
.terms ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #e2bec2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.terms figure {
	margin: 20px 0;
	font-size: 14px;
}
.terms dl {
	display: flex;
}
.terms dt {
	width: 20%;
	min-width: 5em;
	margin: 0;
	line-height: 1.6;
}
.terms dd {
	width: 80%;
	margin: 0;
	line-height: 1.6;
}
/* 特定商取引section */
.terms section {
	margin: 20px 10px;
}

/* 送料部分 */
#delivery table {
	max-width: 800px;
	/* word-break: keep-all; */
}

/* 支払い方法部分 */
#payment .detail {
	display: flex;
	flex-wrap: wrap;
}
#payment .detail table {
	margin-right: 30px;
}
#payment .detail img {
	max-width: 280px;
	margin-bottom: 10px;
}