@charset "UTF-8";
.container h1 {
  background-image: url(../../images/title_sp.webp);
}
h2 time{
  display: block;
  font-size:16px;
  font-weight: normal;
  margin-bottom: 20px;
}

p.mb-10{
  margin-bottom: 10px;
}
@media only screen and ( max-width : 768px ) {
.container h2{
  font-size: 2.0rem !important;
  }
figure.al-center{
  margin-bottom: 8vw;
}
}
@media only screen and ( min-width : 769px ) {
.container h2{
  font-size: 2.4rem !important;
  }
  .container h1 {
    background-image: url(../../images/title_pc.webp);
  }
  figure.al-center{
  text-align: center;
  margin-bottom: 70px;
  }
  ul.image_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
}