/* --------------------
  air-visual
-------------------- */
#air .visual {
  background-image: url(../images/air/air-kv.png);
}
#air .visual-info {
  position: absolute;
  top: 300px;
  left: 60px;
  transform: translate(0px, 0px);
}

/* --------------------
  air-content
-------------------- */
#air .contents {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 10px 100px;
}
#air .contents-inner > h3:first-child {
  margin-bottom: 20px;
}
#air .air-heading {
  margin: 70px 0 40px;
}
#air .contents-detail {
  font-size: 1.5rem;
}
#air .air-service {
  margin-bottom: 60px;
}
#air .air-service h4,
#air .air-price h4,
#air .air-info h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#air .air-service h5 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#air .air-service-lead {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#air .air-service-inner {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-top: 25px;
}
#air .air-service-image,
#air .air-service-text {
  width: calc(50% - 13px);
}
#air .air-service-image img {
  width: 100%;
}
#air .air-trouble {
  max-width: 620px;
  margin: 0 auto;
}
#air .air-trouble ul {
  margin-bottom: 25px;
}
#air .air-trouble li {
  list-style: disc;
  margin: 0 0 7px 20px;
}
#air .air-trouble > p {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
#air .air-reason {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
}
#air .air-reason li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #22313f;
  border-radius: 50%;
}
#air .air-price h4 {
  margin-bottom: 20px;
}
#air .air-price dl {
  display: grid;
  grid-template-columns: 1fr auto;
}
#air .air-price dt,
#air .air-price dd {
  padding: 18px 10px;
  border-bottom: 1px solid #8b949b;
}
#air .air-price dd {
  text-align: right;
}
#air .air-price small {
  font-size: 1.1rem;
  margin-left: 5px;
}
#air .air-info {
  margin-top: 50px;
}

@media screen and (max-width:1024px) {
  #air .visual-info {
    top: 150px;
    left: 20px;
    transform: translate(-10px, 0);
  }
  #air h2 {
    font-size: 3.5rem;
  }
  #air .contents {
    max-width: 630px;
  }
}

@media screen and (max-width:768px) {
  #air .air-service-inner,
  #air .air-service-reverse {
    display: flex;
    flex-direction: column;
  }
  #air .air-service-reverse .air-service-text {
    order: 2;
  }
  #air .air-service-image,
  #air .air-service-text {
    width: 100%;
  }
  #air .air-reason {
    gap: 10px;
  }
  #air .air-reason li {
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
  }
  #air .air-price dt,
  #air .air-price dd {
    padding: 14px 5px;
  }
}
