/* ================================================= *
 *        	main-visual
 * ================================================= */
.main-visual {
  height: max-content;
}

/* ================================================= *
 *        	content-top
 * ================================================= */
.content-top {
  background-color: #b6e8fd;
}

.power6th-title {
  padding: 60px 0 15px;
}
.power6th-list {
  display: flex;
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.power6th-img {
  padding: 10px;
  filter: drop-shadow(-8px 9px 5px rgba(0, 0, 0, 0.2));
}

/* ================================================= *
 *        	content-bottom
 * ================================================= */
.flow {
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
  border: 3px solid orange;
  border-radius: 5px;
  padding: 10px;
  max-width: 980px;
}
.flow-title {
  padding: 10px 0 15px;
}
.flow-item {
  width: 100%;
  display: flex;
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.flow-item:not(:last-of-type)::after {
  content: url(../img/2024/summer/arrow.png);
  width: 50%;
  margin-right: auto;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .flow-item:not(:last-of-type)::after {
    width: 100%;
    margin: auto;
  }
}
.flow-step, .flow-figure {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .flow-step, .flow-figure {
    width: 100%;
  }
}
.flow-step img, .flow-figure img {
  padding: 5px;
}

.special-offer {
  width: 90%;
  margin: auto;
  padding: 30px 0px;
  text-align: center;
}
.special-offer-img {
  padding: 5px;
}

.contact-footer {
  padding-bottom: 50px;
  margin: auto;
  width: fit-content;
}
.contact-footer a:hover {
  opacity: 0.7;
}

.contact {
  display: none;
}

/*# sourceMappingURL=summer_lesson2025.css.map */
