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

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

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

.price4000-strong {
  color: #d65a00;
  font-weight: bold;
}

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

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

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

.price4000-list a {
  text-decoration: underline;
  color: #d65a00;
}

.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=price4000.css.map */
