.how-to-order {
  display: block;
  margin: 0 auto 2rem;
  max-width: 300px;
  width: 100%;
}
.small-img {
  width: 296px;
  height: 143px;
  object-fit: contain;
}
h2.order-title {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 0 auto;
    display: block;
}
p.order-title-en {
    text-align: center;
    margin: 0 auto;
    display: block;
}
ul.process-list {
  list-style: none;
  padding: 0;
  margin: 5% 0 0 0;
}
ul.process-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 10rem;
  margin-bottom: 3rem;
  align-items: start;  
}
ul.process-list li:last-child {
  margin-top: 10rem;
}
.process-ja, .process-en, .process-img {
  flex: 1 1 30%;
}
.process-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.process-ja h3, .process-en h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.process-ja p, .process-en p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #838178;
}
.submit-button {
  text-align: center;
}
.submit-button button {
  margin-top: 7rem;
  padding: 10px 50px;
  font-size: 1.3rem;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.submit-button button:hover {
  background: #fff;
  color: #000;
}