.title--hokorinbou {
  background: #5d2b0d;
  color: white;
  font-size: 30px;
  text-align: center;
  align-items: center;
  padding: 20px 0;
}

.hokorinbou-main {
  margin-top: 20px;
  border-radius: 50px;
}

.products-points {
  width: 400px;
}

.products_contents {
  padding-bottom: 60px;
}

.products-column {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.products-lead {
  text-align-last: left;
}

.img--products {
  padding: 0;
  border-radius: 30px;
}

.mediation {
  margin: 30px 0;
  padding: 20px 0;
  line-height: 1.8em;
  padding-left: 30px;
  font-size: 18px;
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
}

@media (max-width: 768px) {
  .hokorinbou-main {
    margin-top: 5px;
    border-radius: 20px;
  }
  .products-points {
    width: 100%;
  }
  .products-column {
    display: block;
    padding-bottom: 40px;
  }
  .products-column > * + * {
    margin-top: 30px;
  }
}
