@charset "utf-8";
#interpreting-section .services-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #interpreting-section .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#app {
  padding: 95px 0 110px
}
#app h2 {
  font-size: 37px;
  font-size: 3.7rem;
  margin-bottom: 25px;
  color: #00AFAF;
  font-weight: bold;
  text-align: center;
}
#app .contents {
  padding: 50px 5px 15px;
  border: 1px solid #AAC4C4;
  text-align: center;
}
#app p.naiyo {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#app p.kome {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #app {
    padding: 55px 0 60px;
  }
  #app h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #app p.naiyo {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #app .contents {
    padding: 30px 5px 5px;
  }
}