.about-k {
  margin: 0 auto;
  margin-top: 60px !important;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 699px) {
  .about-k {
    margin-top: 30px !important;
    padding: 0 15px;
  }
}
.about-k .section-ttl {
  text-align: center;
}
.about-k .section-info {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.about-k .section-info p {
  line-height: 1.75;
}
.about-k .section-img {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 699px) {
  .about-k .section-img {
    overflow-x: scroll;
  }
}
.about-k .section-img .item {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .about-k .section-img .item {
    width: 300px;
  }
}
.about-k .section-img .item img {
  height: 180px;
}
@media screen and (max-width: 699px) {
  .about-k .section-img .item img {
    max-width: unset;
  }
}
.about-k .section-img .item p {
  font-weight: 700;
}
.about-k .cost-info {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 800px;
}
@media screen and (max-width: 699px) {
  .about-k .cost-info {
    margin-top: 30px;
  }
}
.about-k .cost-info .ttl {
  text-align: center;
}
.about-k .cost-info .info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.about-k .cost-info .info .i-t {
  width: 200px;
  text-align: center;
}
.about-k .cost-info .info .i-i {
  width: 600px;
}
.about-k .cost-info .info .i-i p {
  padding-left: 1em;
  text-indent: -1em;
}
.about-k .pa-60 {
  padding-bottom: 60px;
}/*# sourceMappingURL=about.css.map */