﻿main{
	max-width:1080px;
	margin:auto;
}
.auto-style1 {
	text-align: center;
	font-size: xx-large;
}
.auto-style2 {
	border-collapse: collapse;
	border: 3px solid #808080;
}
.auto-style4 {
	text-align: center;
	font-size: large;
}
.auto-style5 {
	font-size: large;
}
.auto-style6 {
	font-size: x-large;
}
.auto-style7 {
	border-collapse: collapse;
	border: 4px solid #808080;
}
.auto-style8 {
	color: #FF0000;
	text-decoration: underline;
}
.auto-style9 {
	color: #FFFFFF;
	background-color: #0000FF;
}
.auto-style10 {
	color: #FFFFFF;
	background-color: #FF0000;
}
.auto-style11 {
	background-color: #FFFFFF;
}
.auto-style12 {
	background-color: #FF0000;
}
.auto-style13 {
	border: 1px solid #808080;
	background-color: #B2EBF2;
}
.auto-style14 {
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.auto-style18 {
	border: 1px solid #808080;
	color: #C0392B;
}
.auto-style19 {
	border: 1px solid #808080;
	background-color: #B2EBF2;
	color: #C0392B;
}
.product-info h3 {
  font-size: large;
  border-bottom: 2px solid #808080;
  margin-top: 24px;
  margin-bottom: 8px;
}
.product-info ul {
  padding-left: 1.5em;
  line-height: 1.9;
}
.product-info li {
  margin-bottom: 6px;
}
.hero-product { max-width: 840px; margin: 0 auto; padding: 32px 16px; text-align: center; }
.hero-tag {
  display: inline-block; background-color: #FCEBEB; color: #791F1F;
  font-size: 13px; font-weight: bold; padding: 4px 14px;
  border-radius: 4px; margin-bottom: 14px;
}
.hero-title { font-size: 26px; font-weight: bold; margin: 0 0 6px; line-height: 1.4; text-align:center; }
.hero-sub { font-size: 15px; color: #5F5E5A; margin: 0 0 14px; }
.hero-lead { margin: 0 auto 24px; }
.hero-lead p { font-size: 15px; line-height: 1.8; margin: 0 0 10px; }
.hero-lead .accent { color: #791F1F; font-weight: bold; }
.hero-images { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-images figure { margin: 0; max-width: 280px; flex: 1; min-width: 200px; }
.hero-images img { width: 100%; height: auto; border-radius: 4px; display: block; }
.hero-images figcaption { font-size: 12px; color: #888780; margin-top: 6px; }

@media (max-width: 500px) {
  .hero-title { font-size: 22px; }
}
