@charset "utf-8";
/* CSS Document */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p{
	font-size: 16px;
	font-size: 1.6rem;
}


.page {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 50px 50px 60px;
}
h1.topic-title{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}

h3{
	width: 100%;
}

/* ===== 評価コメント ===== */
.eval-comment {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
	line-height: 1.7;
	margin-bottom: 26px;
}

a.product-link-btn {
	display: inline-block;
	background: #6dc8f0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 40px;
	border-radius: 10px;
	text-decoration: none;
}
/* ===== 本文段落 ===== */

/* ===== 賞名 / 評価ポイント ===== */
.info-block {
	margin-bottom: 22px;
	font-size: 13px;
}
.info-block .label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
.info-block .sub-label {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 4px;
}
.info-block .desc {
	color: #555;
	margin-bottom: 8px;
}
/* ===== セクション区切り見出し ===== */
.section-title-rule {
	border-top: 1px solid #1f4e8c;
	border-bottom: 1px solid #1f4e8c;
	padding: 14px 0;
	margin: 36px 0 26px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
/* ===== サブセクション見出し（青） ===== */
.blue-heading {
	font-size: 17px;
	font-weight: bold;
	color: #222;
	margin-bottom: 4px;
}
.blue-heading-main {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #222;
	margin-bottom: 14px;
	line-height: 1.4;
}
.blue-heading-main .blue {
	color: #0091d8;
}
.sub-desc {
	font-size: 18px;
	font-size: 1.8rem;
	color: #555;
	margin-bottom: 22px;
	line-height: 1.9;
}
.sub-desc .strong {
	font-weight: bold;
	color: #333;
}
.sub-desc .blue {
	color: #0091d8;
	font-weight: bold;
}
/* ===== 4段階カラー ステップ ===== */
.color-steps-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.color-step {
	text-align: center;
	width: 140px;
}
.color-step img {
	border-radius: 4px;
}
.color-step .label {
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
}
.color-step.kiken .label {
	color: #d6336c;
}
.color-step.jucho .label {
	color: #e6862a;
}
.color-step.keikai .label {
	color: #c8a900;
}
.color-step.chui .label {
	color: #2c8fd6;
}
.arrow {
	font-size: 22px;
	color: #aaa;
	flex-shrink: 0;
}
.ref-link {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6em;
}

.ref-link span {
	color: #0091d8;
	font-weight: bold;
}
/* ===== WBGT 表 + 凡例 ===== */
.wbgt-row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.wbgt-table-col {
	flex: 2 1 380px;
}
.wbgt-legend-col {
	flex: 1 1 200px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.legend-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	padding: 10px 14px;
	font-weight: bold;
}
.legend-item .name {
	font-size: 16px;
}
.legend-item .range {
	font-size: 12px;
	font-weight: normal;
}
.legend-item img {
	width: 50px;
}
.legend-kiken {
	background: #e15a5a;
	color: #fff;
}
.legend-jucho {
	background: #f0a35a;
	color: #fff;
}
.legend-keikai {
	background: #f2e07a;
	color: #555;
}
.legend-chui {
	background: #8fd9e8;
	color: #555;
}
.citation {
	text-align: center;
	font-size: 11px;
	color: #999;
	margin-bottom: 30px;
}
/* ===== 3枚写真行 ===== */
.photo-row3 {
	display: flex;
	gap: 10px;
	margin: 18px 0;
}

.photo-row3 div{
	width: 33%;
}
.photo-row3 img {
	flex: 1;
	border-radius: 4px;
}
/* ===== ステップ写真行 ===== */
.step-row {
	display: flex;
	gap: 10px;
	margin: 18px 0;
}

.step-row div{
	width: 33%;
}
.step-row img {
	flex: 1;

	border-radius: 4px;
}
/* ===== 利用者の声 セクション2 ===== */
.voice-section-title {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 4px;
}
.voice-section-title h3 {
	font-size: 19px;
	font-weight: bold;
}
 h2 span.note {
	font-size: 14px;
	 font-size: 1.4rem;
	color: #888;
	 margin-left: 20px;
}
.voice-big-quote {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 12px 0 16px;
}
.voice-big-quote .blue {
	font-size: 24px;
	font-size: 2.4rem;
	color: #0091d8;
}
.voice-detail-row {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.voice-detail-row p{
	line-height: 2;
}
.voice-detail-list {
	flex: 1 1 240px;
	font-size: 13px;
	color: #555;
	line-height: 1.9;
}
.voice-detail-photos {

	display: flex;
	gap: 8px;
}
.voice-detail-photos img {
	flex: 1;
	height: 130px;
	object-fit: cover;
	border-radius: 4px;
}
/* ===== 横線 ===== */
.divider {
	border: none;
	border-top: 1px solid #ddd;
	margin: 36px 0;
}
/* ===== 活用シーン ===== */
.usage-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.usage-row {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	flex-wrap: wrap;
}

.usage-row div{
	width: 50%;
}
.usage-text {
	flex: 1 1 280px;
	line-height: 1.9;
	color: #444;
}
.usage-text .blue {
	color: #0091d8;
	font-weight: bold;
}
.usage-photo {
	flex: 1 1 280px;
}
.usage-photo img {
	border-radius: 4px;
}
.bg-wbgt{
	background: url("img/lifestyle-desk.jpeg")
}

.big-statement {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 24px;
}
.big-statement .cyan {
	color: #2bb8e0;
}
.closing-row {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.closing-text {
	flex: 1 1 220px;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
.closing-photo {
	flex: 1 1 280px;
	position: relative;
}
.closing-photo img {
	border-radius: 4px;
}
.closing-brand {
	position: absolute;
	left: 0;
	top: -40px;
}
.plus {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #1f4e8c;
	line-height: 1;
}
.name {
	font-size: 34px;
	font-size: 3.2rem;
	color: #333;
}
/* ===== 外部リンク ===== */
.extlink-box {
	margin-bottom: 40px;
}
.extlink-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.extlink-item {
	margin-bottom: 14px;
}
.extlink-item .title {
	color: #2e9e3f;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.extlink-item.plain .title {
	color: #333;
}
.extlink-item a {
	color: #333;
	font-size: 13px;
	text-decoration: underline;
	word-break: break-all;
}

.w50{
	width: 50%;
}

/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
.page {
	padding: 24px 18px 40px;
}
.main-title {
	font-size: 17px;
}
.award-box .grandprix {
	font-size: 28px;
}
.award-box .award-title {
	font-size: 17px;
}
.usability {
	font-size: 20px;
}
.voice-product-row {
	flex-direction: column;
}
.blue-heading-main {
	font-size: 20px;
}
.wbgt-row {
	flex-direction: column;
}
.photo-row3 {
	flex-direction: column;
}

.step-row {
	flex-direction: column;
}
.voice-detail-row {
	flex-direction: column;
}
.usage-row {
	flex-direction: column;
}
	.usage-row div {
		width: 100%;
}
.closing-row {
	flex-direction: column;
}
.closing-brand {
	position: static;
	margin-bottom: 8px;
}
.big-statement {
	font-size: 18px;
}

.step-row div{
	width: 100%;
}

.photo-row3 div{
	width: 100%;
}
	.w50{
	width: 100%;
}
}

