@charset "UTF-8";
/* ----------------------------------------------------------------------
製品一覧・動作環境
---------------------------------------------------------------------- */
:root {
  --navy: #1a2f6e;
  --navy-dark: #112057;
  --blue-btn: #1e3a8a;
  --accent: #e84393;
  --accent-green: #22c55e;
  --accent-orange: #f97316;
  --text: #222;
  --text-light: #555;
  --border: #ddd;
  --bg-light: #f0f3f9;
  --white: #fff;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

/* ===== PRODUCT TABLE ===== */
.product-section {
  margin-bottom: 18.3rem;
}

.page .product-section.inner {
  max-width: 1200px;
}

.product-table {
  width: 100%;
  height: 240px;
  table-layout: fixed;
  border-collapse: collapse;
}

.product-table th {
  background: #f5f5f5;
  padding: 1.4rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.product-table th:first-child {
  text-align: center;
  border-left: 1px solid var(--border);
}

.product-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.product-table td:first-child {
  text-align: center;
  font-weight: 700;
  border-left: 1px solid var(--border);
  background: #fff;
}

.product-table tr:last-child td {
  border-bottom: 1px solid var(--border);
}

.product-table tbody tr:hover td {
  background: #f9f9f9;
}

.product-table tbody tr:hover td:first-child {
  background: #f9f9f9;
}

.circle {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.dash {
  color: #000;
  font-weight: bold;
}

/* ===== SYSTEM REQUIREMENTS ===== */
.sysreq-section {
  margin-bottom: 72px;
}

.page .sysreq-section.inner {
  max-width: 1200px;
}

.sysreq-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.sysreq-table tr {
  border-bottom: 2px solid var(--border);
}

.sysreq-table tr:first-child {
  border-top: 2px solid var(--border);
}

.sysreq-table th {
  width: 24.5rem;
  padding: 2.5rem 0 2.5rem 3rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  color: var(--text);
  background: transparent;
  white-space: nowrap;
}

.sysreq-table td {
  width: 90rem;
  padding: 2.5rem 0 2.5rem 4rem;
  color: var(--text);
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 1024px) {
	.section-title {font-size: 3.2rem;}
	.product-section{margin-bottom:10rem;}
}
@media screen and (max-width: 820px) {
	.section-title { font-size: 2.8rem;    }
	.product-table th,.product-table td{font-size:1.4rem; padding:1rem 0.5rem;vertical-align:middle;}

}
@media screen and (max-width: 520px) {
	.section-title { font-size: 2.0rem;    }
	.product-table th,.product-table td{font-size:1.1rem; padding:1rem 0rem;line-height: 1.5;}
	.sysreq-table th,.sysreq-table td{display:block; width:100%; }
	.sysreq-table th {	padding:1.5rem 0 0 0;}
	.sysreq-table td {	padding:0.5rem 0 1.5rem 0;}
}
/*# sourceMappingURL=page-productlist.css.map */