.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;
}
.present {
  background-color: rgb(250, 164, 34);
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-size: 2rem;
  margin: 20px 0;
}
.present span {
  font-weight: bold;
  font-size: 2.8rem;
}
.campaign th,
.campaign td {
  border: 1px solid #4a4a4a;
  padding: 8px 10px;
}
.campaign th {
  background-color: rgb(112, 189, 165);
  color: #fff;
}

.application {
  text-align: center;
}
.application p {
  text-align: left;
  display: inline-block;
}
.application p .txt-red {
  color: red;
  font-weight: bold;
  font-size: 2.8rem;
}
.application p .txt-bold {
  font-weight: bold;
  font-size: 2.2rem;
}
.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 {
  padding: 10px;
  color: #fff;
  font-size: 1.4rem;
  width: 90%;
}
}