@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

.list-award {
	align-items: center;
	justify-content: center;
}

.list-award>li {
	max-inline-size: 140px;
	align-self: center;
	position: relative;
}

.list-award>li.has-caption {
	padding-right: 2rem;
}

.list-award>li>sup {
	position: absolute;
	right: 0;
	top: .5em;
}




/* 製品情報 */
.product-price {
	margin-top: 3rem;
}

.product-price-item {
	padding: 0.5em 0;
}

.product-price-item>small {
	font-size: 1.2rem;
}

.product-price-item>em {
	margin-left: 0.5em;
	font-size: 1.8rem;
}

.prod-info-josu {
	display: inline-block;
	padding: 0.2em 0;
	background: #D9D9D9;
	text-align: center;
	font-size: 1.2rem;
	width: 6em;
}

.prod-info-josu em {
	font-size: 1.6rem;
}

.spec-container {
	margin-top: 2rem;
}

.btn-spec {
	right: auto;
	left: 0;
}


/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {
	.link-btn-spec:hover {
		background-color: #fff;
		color: #000;
		text-decoration: none;
	}
}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* 製品情報 */
	.prod-info-josu {
		width: 5em;
		font-size: 1.1rem;
	}
	.prod-info-josu em {
		font-size: 1.3rem;
	}
	.btn-spec {
		position: static;
	}
	.btn-spec a {
		inline-size: fit-content;
	}
	.product-price {
		font-size: 1.4rem;
	}
	.product-price-item em {
		font-size: 1.6rem;
	}

}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {
	.list-award {
		justify-content: center;
	}

	.list-award>li {
		max-inline-size: 200px;
	}

	/* 製品情報 */

}