@charset "UTF-8";

p.greenback {
  background: #00592c;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-top: 4rem;
}

p.product_name {
  font-size: 2.7rem !important;
  text-align: center;
}

p.product_name strong {
  font-size: 5.4rem;
  color: #e60012;
}

.chotto_kampo {
  background: #fdf0f2;
  padding: 5.5rem 6.7rem;
}

.chotto_kampo .inner {
  border: 1px dashed #6a2c07;
  border-radius: 12px;
  padding: 4rem 3.6rem 0.6rem;
}
.chotto_kampo .inner h2 {
  margin-top: -7rem;
}