@charset "utf-8";
.main {
padding-top: 1em;
}

.title {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  color: rgb(72, 98, 146);
  text-shadow: 1px 1px 2px rgb(90, 182, 235);
  background-image: url(../images/purchase/bg-titlep.jpg);
}

.title h1 {
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 16px;
  margin-top: 15px;
}

.order {
  display: flex;
  justify-content: space-between;
  width: 900px;
  max-width: 90%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
}

.order img {
  width: 300px;
  margin-left: 30px;
  margin-right: 30px;
}

.order-text {
  max-width: 500px;
  text-align: justify;
  text-justify: inter-word;
  padding-left: 0;
  padding-right: 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.order-text h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #575757;
}

.order-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #5a5959;
  margin-top: 20px;
}

.order-text p {
  font-size: 12.5px;
  line-height: 24px;
  color: #323232;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-word;
}

.order-text ul {
  margin-left: 15px;
  margin-top: 20px;
  padding-left: 20px;
}

.order-text li {
  list-style-type: disc;
}

.order-text ul li {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 24px;
  color: #292929;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
 
  .main{
	  margin-top: 0.5em;
	}

  .title {
	height: 8em;
  }

  .order {
    flex-direction: column;
    margin-top: 55px;
    margin-left: 29px;
  }

  
  .title h1 {
    font-size: 22px;
	  padding-top: 2em;
  }

  .title p {
    font-size: 0.825rem;
  }

  .order-text h2 {
    font-size: 12.5px;
    font-weight: bold;
    background-color: #d3d3d3;
    height: 32px;
    text-align: center;
  }

  .order-text h2::after {
    display: none;
  }

  .order-text p {
    font-size: 11px;
    line-height: 22px;
    margin-top: 20px;
    
  }   

  .order img {
    width: 65%;
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: 48px;
  }

  .order-text ul {
    padding-left: 5px;
  }
  
  .order-text ul li {
    margin-left: 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
  }

  .footer {
    margin-top: 50px;
  }
}