/* Product Detail Page Styles */

/* パーティクル背景 */
#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}

/* ヘッダーを高く */
.site-header {
  padding: 3rem 0;
  min-height: 150px;
}

/* メインコンテンツを中央寄せ */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

main.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 300px);
}

.console-section {
  margin-top: 1rem;
}

.console-section h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.console-section ul {
  list-style-position: inside;
  line-height: 1.8;
}

.console-section ul li {
  padding-left: 0.5rem;
}

.console-section p {
  line-height: 1.8;
  color: #ddd;
}
