img {
  width: 100%;
}
.container{
  max-width: 327px;
  padding: 0 24px 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container{
    max-width: 1000px;
  }
}
.page-title{
  display: block;
  color: #222;
  font-size: 2.4rem;
  padding: 80px 0 42px;
  text-align: center;
  border-bottom: solid 3px #333;
}
.subtitle{
  padding: 64px 0 100px;
}
.subtitle-a{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 32px;
}
.text{
  line-height: 1.5;
}
.item-box-img{
  margin-bottom: 16px;
}
.item-box-name{
  padding-left: 8px;
  margin-bottom: 16px;
}
.item-box-text{
  padding-left: 8px;
}
.item-box{
  margin-bottom: 24px;
}
.bunbetu{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
.item-logo-list{
  display: flex;
  align-items: center;
}
.maker__logo{
  width: 79px;
  height: 35px;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #f9f9fa;
  display: flex;
  align-items: center;
}
.section-box{
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .item-box{
    width: 50%;
    margin: 0 auto;
  }
}
.section-title{
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  margin-bottom: 24px;
}
.mb-4{
  margin-bottom: 4px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-40{
  margin-bottom: 40px;
}
