@charset "utf-8";
/* CSS Document */

.two-days {
  display: flex;
}

.seminar-btnbox {
  width: 50%;
  margin-top: 3rem;
}

.seminar-btnbox p {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.seminar-btn {
  margin: 0;
}

.guidance {
  margin: 2rem 0 3rem;
  text-align: center;
  font-weight: bold;
}

.product_introduction {
  display: flex;
}

.product_introduction p:first-child {
  width: 60%;
}

.product_introduction p:last-child {
  width: 40%;
}

@media (max-width: 768px) {
  .two-days {
    display: block;
  }
  .seminar-btnbox {
    width: 100%;
  }
  .product_introduction {
    display: block;
  }
  .product_introduction p:first-child {
    width: 100%;
  }
  .product_introduction p:last-child {
    width: 100%
  }
}