@charset "utf-8";

#about{
  padding: 10% 0;
}
#about h3{
  font-size: 3.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
  font-weight: 500;
  text-align: center;
}
.content1260{
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.about-table table{
  width: 100%;
}

.about-table table tr th{
  background: #f3f3f3;
  width: 20%;
  min-width: 86px;
}
.about-table table th, .about-table table td{
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}