/*===================
how to buy
===================*/
.howto__inner{
  max-width: 798px;
  margin: 0 auto;
}
.howto__head{
  margin-bottom: 35px;
}
.howto__head p{
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.56;
}
.howto__list{
  border-bottom: 1px solid #f5f5f5;
}
.howto__item{
  min-height: 204px;
  padding: 20px 0;
  border-top: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:2%;
}
.howto__num{
  margin-left: 15px;
  width: 65px;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.howto__imgWrap{
  width: 220px;
}
.howto__img{
  width: 100%;
  max-width: 163px;
  margin: 0 auto;
}
.howto__item01 .howto__img{
  max-width: 168px;
}
.howto__item03 .howto__img{
  max-width: 192px;
}
.howto__itemBox{
  width: 50%;
}
.howto__itemTtl{
  margin-bottom: 10px;
  font-size: 16px;
}
.howto__itemText{
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.92;
}


@media screen and (max-width: 980px) {
}

@media screen and (max-width: 750px) {
  .howto__item{
    flex-wrap: wrap;
    justify-content: start;
  }
  .howto__num{
    width: 100%;
    margin-left: 82px;
    margin-bottom: 20px;
  }
  .howto__head p{
    font-size: 14px;
    line-height: 1.75;
  }
  .howto__itemTtl{
    font-size: 15px;
  }
  .howto__itemText{
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) {
  .howto__item{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .howto__itemBox{
    padding-top: 15px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .howto__num{
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .howto__itemTtl{
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
}