@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
#about {
  padding: 0 1rem;
}
@media print, screen and (min-width:1220px) {
  #about {
    padding: 0 8rem;
  }
}
@media only screen and (max-width:839px) {
  #about {
    padding: 0;
  }
}
#about .about_table {
  padding: 8rem 0 0;
}
@media only screen and (max-width:839px) {
  #about .about_table {
    padding: 4rem 0 0;
  }
}
#about .about_table table {
  width: 100%;
}
#about .about_table table th {
  padding: 2rem;
  width: 20%;
  min-width: 190px;
  background-color: #2C3E50;
  border-bottom: 1px solid #efefef;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width:839px) {
  #about .about_table table th {
    padding: 1rem;
    width: 30%;
    min-width: auto;
  }
}
#about .about_table table td {
  padding: 2rem;
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width:839px) {
  #about .about_table table td {
    padding: 1rem;
  }
}
#about .about_table table td.sns p {
  display: inline;
  padding: 0 2rem 0 0;
}
#about .about_table table td.sns p img {
  width: 2rem;
  height: auto;
}/*# sourceMappingURL=about.css.map */