body section.page-mainvisual .wrap {
  margin-bottom: 340px;
}

h2.ttl {
  text-align: center;
  font-size: 36px;
  color: #519ebd;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 6.5px;
}

h2.ttl::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 50%;
  background-color: #cdcdcd;
}

.text {
  text-align: center;
  line-height: 1.8;
}

section.main {
  padding-top: 30px;
}

section.main.conf {
  padding-top: 70px;
}

.intro {
  margin-bottom: 50px;
}

.form {
  padding: 100px 0;
  background-color: #f3f3f3;
}

.conf .form {
  padding: 50px 0;
}

.form .content-wrap {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}

.form .content {
  padding: 30px;
}

.form .content table {
  width: 100%;
  color: #313131;
}

.form .content table tr {
  border-bottom: 1px solid #bfbfbf;
}

.form .content table tr th, .form .content table tr td {
  padding: 15px;
  vertical-align: middle;
}

.form .content table tr th {
  width: 300px;
  vertical-align: middle;
  text-align: left;
}

/* .form .content table tr td {
  padding: 15px;
} */
.form .content table tr td input {
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
}

.form .content table tr td input:focus {
  border: 1px solid #ec3aa3;
  transition: .3s;
  outline: 0;
}

.form .content table tr td select {
  font-size: 16px;
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.form .content table tr td select:focus {
  border: 1px solid #ec3aa3;
  transition: .3s;
  outline: 0;
}

.form .content table tr td textarea {
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}

.form .content table tr td textarea:focus {
  border: 1px solid #ec3aa3;
  transition: .3s;
  outline: 0;
}

span.require {
  font-size: 11px;
  background-color: #ec3aa3;
  color: #fff;
  padding: 1px 10px 2px;
  margin-left: 10px;
}

span.n-require {
  font-size: 11px;
  color: #000;
  border: 1px solid;
  padding: 1px 10px 2px;
  margin-left: 10px;
}

.form .content table tr th i {
  margin-right: 5px;
}

.form .content table tr td input[type="radio"] {
  width: auto;
}

.form .content table tr td select.birth {
  width: auto;
  padding: 0 10px;
}

.form .content table tr td input[name="zip"] {
  width: 150px;
}

input[type="submit"] {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: rgb(66, 176, 206);
  background: -moz-linear-gradient(left, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  background: linear-gradient(to right, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b0ce', endColorstr='#000296', GradientType=1);
  font-size: 14px;
  color: #fff;
  padding: 18px;
  overflow: hidden;
  text-decoration: none;
  min-width: 240px;
  font-size: 16px;
  text-align: center;
  border: none;
}

input[type="submit"]:focus {
  outline: 0;
}

.submit {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.result {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.result p {
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
}

.result .ttl {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.btn a {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: rgb(66, 176, 206);
  background: -moz-linear-gradient(left, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  background: linear-gradient(to right, rgba(66, 176, 206, 1) 0%, rgba(0, 2, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b0ce', endColorstr='#000296', GradientType=1);
  font-size: 14px;
  color: #fff;
  padding: 18px;
  overflow: hidden;
  text-decoration: none;
  min-width: 200px;
  font-size: 16px;
  text-align: center;
  border: none;
  font-weight: normal;
}

.btn {
  margin-top: 30px;
}

footer {
  margin-top: 0 !important;
}
