@charset "utf-8";
/* コメント */
.com {
	padding: 10px 3px;
	font-size: 0.9rem;
}
.gift-main-com .com-ttl,
.gift-main-com [data-mark]::before {
	color:#004040;
	font-size: 1rem;
}
.gift-main-com [data-mark] {
	gap: 0.1em;
}

/* 商品 */
section {
	margin-top: 30px;
}
.gift-list {
	gap: 3px;
}
.item-card .item-name,
.item-card .item-link,
.item-card .item-price {
	background: #000;
	color: #fff;
}
.item-card .item-name {
	margin: 0 auto 2px;
	padding: 4px;
	text-align: center;
	font-size: 0.95em;
}
.item-card .item-image {
	margin: 3px auto;
	text-align: center;
}
.item-card .item-link {
	margin: 2px auto;
	padding: 4px;
	text-align: right;
	font-size: 0.8em;
}
.item-card .item-link::after {
	content: "≫";
	margin: auto 5px;
}
.item-card .item-link a {
	color: #fff;
	text-decoration: underline;
}
.item-card .item-price {
	margin: 2px auto;
	padding: 4px;
	text-align: center;
	font-size: 0.8em;
}
.item-card .item-price b {
	margin-left: 10px;
	margin-right: 2px;
	font-size: 1.15rem;
}



/* 問い合せ */
.gift-contact {
	margin: 15px auto 0;
	text-align: center;
}
.gift-contact >* {
	margin-bottom: 10px;
}
