.service {
  color: #002857;
}

.service .price {
  max-width: 900px;
  margin: 30px auto;
  padding: 15px;
}
.service .price h2 {
  font-size: calc(40vw / 6);
  position: relative;
  padding-top: 100px;
  font-weight: 700;
  text-align: center;
}
.service .price p {
  font-size: 16px;
}
.service .price h2::after {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 2px;
  height: 50px;
  text-align: center;
  content: "";
  background: #002857;
}
.service .price .meyasu h3 {
  font-weight: 700;
}
.service .price .meyasu table {
  border-top: 1px solid #6f6f6f;
  width: 100%;
}
.service .price .meyasu table th,
.service .price .meyasu table td {
  padding: 15px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #6f6f6f;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}
.service .price .meyasu table th {
  background: #d9e0e6;
}
@media screen and (min-width: 768px) {
  .service .price h2 {
    font-size: 36px;
    text-align: center;
  }
}
