.price8000-intro {
  padding: 2em 1em;
  background-color: #fff5e6; /* 高級感ある淡いオレンジベージュ */
  color: #333;
}

.price8000-title {
  font-size: 2rem;
  font-weight: bold;
  color: #b85c00;
  border-left: 6px solid #b85c00;
  padding-left: 12px;
  margin-bottom: 1.5em;
}

.price8000-lead {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.price8000-strong {
  font-weight: bold;
  color: #cc3300;
}

.price8000-box {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.price8000-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #003366;
  border-left: 4px solid #003366;
  padding-left: 10px;
  margin-bottom: 1em;
}

.price8000-list {
  font-size: 1.5rem;
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.price8000-list li {
  margin-bottom: 0.6em;
}

.price8000-list a {
  text-decoration: underline;
  color: #0055aa;
}

.price8000-list a:hover {
  color: #cc3300;
  text-decoration: none;
}

.box {
     width: 100%;
     margin: auto;
     padding: 0px 0px 15px 0px;

 }
.product_type {
  font-size: 1.6rem !important;
  color: #5A5A5A;
  margin: 5px 0 0 5px;
  height: 40px;
}
.product_price {
  font-size: 1.4rem !important;
  color: #5A5A5A;
  margin: 5px 0 0 5px;
  height: 15px;
}
.product_detail {
  font-size: 1.2rem !important;
  color: #5A5A5A;
  margin: 5px 0 0 5px;
  height: 30px;
}
.price {
  font-size: 1.4rem !important;
  color: #5A5A5A;
  margin: 5px 0 0 5px;
  height: 15px;
}
.prices {
  font-size: 1.4rem !important;
  color: #b22222;
  margin: 5px 0 0 5px;
  height: 15px;
}
.vbox {
    /* margin: 5px; */
    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: 5px; */
    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 #ff7e2a;
            padding-left: 12px;
            font-size: 2.0rem;
        }

/*# sourceMappingURL=price8000.css.map */
