.price1000-intro {
  background-color: #f4f7fb;
  padding: 2em;
  border-radius: 8px;
}

.price1000-title {
  color: #003366;
  font-size: 2rem;
  border-bottom: 4px solid #003366;
  padding-bottom: 0.3em;
}

.price1000-lead {
  font-size: 1.7rem;
  margin-top: 1.5em;
  color: #333;
  line-height: 1.8;
}

b {
  color: #003366;
  font-weight: bold;
}

.price1000-box {
  margin-top: 2em;
  background: #e8eef5;
  padding: 1em;
  border-radius: 6px;
}

.price1000-subtitle {
  font-size: 1.6rem;
  border-left: 6px solid #003366;
  padding-left: 12px;
  color: #003366;
}

.price1000-list {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 0.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}

.price1000-list a {
  text-decoration: underline;
  color: #003366;
}

/* 商品リスト部分（祝電版を流用） */
.box { width: 100%; margin: auto; padding: 0 0 15px 0; }

.product_type, .product_price, .product_detail, .price, .prices {
  font-size: 1.4rem !important;
  color: #4d4d4d;
}

.vbox {
  margin: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (min-width: 768px){
  .vbox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
}

.content .typebox2 {
  margin: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (min-width: 768px){
  .content .typebox2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}

.content p {
  border-left: 6px solid #003366;
  padding-left: 12px;
  font-size: 2.0rem;
}
