@charset "utf-8";
/* 池袋 to the future */
#S01 {
  padding: 0 0 5%;
  border-bottom: 1px dashed #ddd;
}
#S01 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S01 .contents:nth-child(1) .contentsDetail img {
  width: 100%;
}

#S02 {
  padding: 5% 0;
}
#S02 .flexBox3 ul li h5 {
  background: #e3e4e4;
}
#S02 .flexBox3 ul li p {
  text-align: left;
  font-size: 90%;
  padding: 10px 10px;
}
#S03 {
  background: #efefef;
}
#S03 h2 {
  color: #888;
  font-size: 240%;
}
#S03 h4 {
  font-size: 100%;
  letter-spacing: 1px;
}
#S03 .phCap {
  position: relative;
  width: fit-content;
  margin: auto;
}
#S03 .detail {
  padding: 5% 0;
  border-bottom: 1px dashed #999;
}
#S03 .flexBox3 ul {
  justify-content: center;
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  #S03 h2 {
    font-size: 200%;
  }
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  #S03 h2 {
    font-size: 180%;
  }
  #S03 h4 {
    font-size: 90%;
    letter-spacing: 0;
}
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {}