@charset "utf-8";
/* CSS Document */
h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 400;
  color: #6AC9C6;
  margin-top: 120px;
}
h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 400;
  color: #6AC9C6;
  margin-top: 110px;
}
h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 30px 0 20px;
}
.howtobuy p {
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin-bottom: 20px;
}
.howtobuy {
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 60px;
}
span {
  color: #F198A5;
  font-weight: 700;
}
.head_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.head_wrap img {
  height: 20px;
  width: auto;
  margin: 10px 0 0px;
}
.small {
  font-size: 0.9rem;
  color: #583C27;
  font-weight: 400;
}
table {
  width: 300px;
  height: 120px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.delivery_cost {
  margin-top: 20px;
}
table tr th {
  height: 25%;
  font-weight: 400;
  font-size: 1.2rem;
}
@media(min-width:768px) {
    .howtobuy {
    max-width: 660px;
    margin: 40px auto;
    padding-bottom: 80px;
  }
@media(min-width:1024px) {
    .howtobuy {
    max-width: 1200px;
    margin: 40px auto;
    padding-bottom: 80px;
  }
  h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 3.0rem;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 80px;
    color: #583C27;
  }
  h3 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 30px 0 30px 0px;
    text-align: center;
    line-height: 40px;
  }
  .howtobuy h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 30px 0 20px;
  }
  .howtobuy p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 40px;
  }
  /*.delivery_wrap{
		display: flex;
		align-items: baseline;
		gap:80px;
	}*/
  .small {
    font-size: 1.2rem;
    color: #583C27;
    font-weight: 400;
  }
  .footer p {
    text-align: center;
  }
  .footer {
    margin: 0 auto;
  }
  .header-width {
    width: 1440px;
    margin: 30px auto;
    max-width: 1440px;
  }
  table{
    width: 600px;
  }
  table tr th {
  font-size: 1.8rem;
    padding-bottom: 20px;
}
}