.banner-content {
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.banner-content h2{
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.banner{
text-align: center;
max-width: 1180px;
display: flex;
justify-content: center;
margin-bottom: 2rem;
}
.banner-flex{
  justify-content: center;
  display: flex;
}
.banner img {
    width: 90%;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.banner-flex{
  display: block;
}
.banner img{
  max-width: 100%;
}
.banner li{
  margin-bottom: 1rem;
}
.banner{
  margin-bottom: 0rem;
}
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

}
