.summer-driving-camp-wrap {
  margin: 0 auto;
  width: 90%;
}
.top-ttl {
  text-align: center;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #666666;
  border-left: none;
}
.top-ttl h2 {
  border: none;
}
h2 span {
  background: linear-gradient(transparent 50%, #f1f916 50%);
}
h2 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.H2menkyoApp {
  margin: 0;
}
.txt-wrap {
  text-align: center;
}
.txt-wrap ul {
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}
.present {
  width: 70%;
  margin: 20px auto;
  display: block;
}
.line{
  text-align: center;
}

.check-availability,
.brochure,
.contact-form {
  display: block;
  width: 50%;
  margin: 30px auto;
}
.check-availability:hover,
.brochure:hover,
.contact-form:hover {
  opacity: 0.7;
}

.check-availability img,
.brochure img,
.contact-form img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.application-flow {
  width: 90%;
  margin: 20px auto 40px;
  display: block;
}

.campaign th,
.campaign td {
  border: 1px solid #4a4a4a;
  padding: 8px 10px;
}
.campaign th {
  background-color: rgb(112, 189, 165);
  color: #fff;
}

.contact {
  text-align: center;
}
.contact p {
  text-align: left;
}
.contact table th,
.contact table td {
  padding: 5px 7px;
}
.contact table th {
  text-align: left;
}

@media screen and (max-width: 920px) {
  .present {
    width: 100%;
  }

  .check-availability,
  .brochure,
  .contact-form {
    width: 100%;
  }

  .application-flow {
    width: 100%;
  }
}
