body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #444;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

header .logo {
  width: 240px;
  max-width: 30%;
}

a {
  text-decoration: none;
}

main {
  min-height: 60vh;
}

.form-link a.btn {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
  max-width: 480px;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 15, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 15, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form-link a.btn:hover {
  opacity: .7;
}

.form-link .btn-1 {
  background-color: #ff6600;
}

.form-link .btn-2 {
  background-color: #ff9933;
}

.info {
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}

footer {
  background-color: #3D3D3D;
  color: #fff;
  padding: 2rem 0 1rem;
  margin-top: 60px;
}

footer img {
  margin-bottom: 2rem;
}

footer p {
  font-size: 12px;
}

footer p.copy {
  margin-top: .5rem;
}

p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}

p.title span {
  font-size: 16px;
  font-weight: normal;
}

h2.form-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

p.form-top {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}

p.form-alert {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}

.form-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.form-wrap label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.form-wrap label.form-check-label {
  display: inline;
  margin-bottom: 0;
  padding-left: 0;
}

.form-wrap .btn {
  display: block;
  color: #fff;
  background-color: #ff6600;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 0;
  width: 240px;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 15, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 15, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form-wrap .btn:hover {
  opacity: .7;
}

p.privacy {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

p.privacy a {
  text-decoration: underline;
}

p.access {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

p.access a {
  text-decoration: underline;
}

p.thanks {
  text-align: center;
}
