@charset "utf-8";
#message {
  padding: 75px 0 125px;
}
#message h2 {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
  color: #00B1B1;
}
#message p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 40px;
}
@media (max-width: 768px) {
  #message {
    padding: 65px 0;
  }
  #message h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 30px;
    text-align: left;
  }
}
#outline {
  padding: 85px 0 70px;
}
#outline h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: #00AFAF;
  font-weight: bold;
  text-align: center;
}
#outline table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
}
#outline tr {
  border-top: 1px solid #E0E0E0;
}
#outline tr:last-child {
  border-bottom: 1px solid #E0E0E0;
}
#outline th {
  padding: 15px 0 15px 90px;
  font-weight: bold;
  text-align: left;
}
#outline td {
  padding: 15px 90px 15px 0;
}
@media (max-width: 768px) {
  #outline h2 {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 20px;
  }
  #outline th, #outline td {
    display: block;
    width: 100%;
  }
  #outline th {
    padding: 10px 0 0;
  }
  #outline td {
    padding: 0 0 10px;
  }
}