@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#ABOUT12
------------------------------------------------------------------- */
#ABOUT12 {
  padding-bottom: 60px;
}





/* nav-section */
.nav-section {
  padding-bottom: 50px;
}
.nav-section ul li {
  width: 48%;
}
.nav-section ul li:nth-of-type(n + 3) {
  margin-top: 15px;
}
.nav-section ul li a {
  padding-top: 17px;
  padding-bottom: 29px;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1;
}
.nav-section ul li a::after {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 11px;
}





/* content */
.content {
  padding-bottom: 40px;
}
.content h3 {
  font-size: 2rem;
}
.content table + h3 {
  margin-top: 25px;
}
.content table {
  font-size: 1.6rem;
}
.content table tbody tr th,
.content table tbody tr td {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.content table tbody tr th {
  width: 100%;
}
.content table tbody tr td {
  padding-right: 0;
  padding-bottom: 13px;
  padding-left: 0;
  border-top: none;
}
.content p {
  font-size: 1.6rem;
}





}