@charset "utf-8";

.p-product_free_area {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  gap: 0;
}

.p-product_btn_area {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-top: 20px;
}

.p-product_free_item {
  width: 100%;
  max-width: 600px;
  font-size: 1em;
}

/* PC */
@media screen and (min-width: 768px) {
.p-product_free_item {
  font-size: 0.8em;
}
}