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

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}

.formEnroll {
  position: relative;
}

.formEnroll-box {
  max-width: 1000px;
  margin: 100px auto;
  padding: 30px 0;
  background: #ffffff;
}

.formWrap {
  max-width: 900px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  overflow: hidden;
}

.formWrap .txt {
  padding: 30px 0;
  font-size: 1.6rem;
}

.formWrap .finish {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.formWrap .finish a {
  color: #444444;
  font-size: 1.6rem;
}

.formWrap .action {
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
}

.formWrap input[type="text"],
.formWrap input[type="number"] {
  width: 15%;
  padding: 10px;
}

@media (max-width: 499px) {
  .formWrap input[type="text"] {
    width: 22%;
  }
}

.formWrap input[type="text"].wide {
  width: 60%;
}

@media (max-width: 499px) {
  .formWrap input[type="text"].wide {
    width: 95%;
  }
}

.formWrap input[type="text"].wide-ad {
  width: 90%;
}

@media (max-width: 499px) {
  .formWrap input[type="text"].wide-ad {
    width: 95%;
  }
}

.formWrap input[type="text"].wide-num,
.formWrap input[type="number"].wide-num {
  width: 60%;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 12px;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 12px;
}
input::placeholder{ /* Others */
  font-size: 12px;
}

@media (max-width: 499px) {
  .formWrap input[type="text"].wide-num,
  .formWrap input[type="number"].wide-num {
    width: 100%;
    margin: .8em 0;
  }
}

.formWrap input[type="email"],
.formWrap select {
  width: 50%;
  padding: 10px;
}

@media (max-width: 499px) {
  .formWrap input[type="email"],
  .formWrap select {
    width: 90%;
  }
}

.formWrap textarea {
  margin: 5px 0 0;
  padding: 10px;
}

.formWrap .wh {
  width: 90%;
  height: calc(2.5em *5);
  line-height: 2.5;
}

@media (max-width: 499px) {
  .formWrap .wh {
    width: 100%;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

@media (max-width: 499px) {
  table.formTable {
    width: 90%;
  }
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 20px 8px;
  font-size: 1.6rem;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  vertical-align: middle;
}

table.formTable th span {
  margin-left: 10px;
  padding: 5px;
  background: #dc143c;
  border-radius: 5px;
  color: #fff;
}

table.formTable td p {
  font-size: 1.6rem;
}

.health {
  padding: 10px 0;
}

/*--- submit --*/
input[type="submit"] {
  margin: 0 20px 40px;
  padding: 1em 2em;
  border: none;
  display: inline-block;
  background-color: #098B3B;
  -webkit-box-shadow: 0 6px #92C223;
          box-shadow: 0 6px #92C223;
  font-size: 114%;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.btnSubmit {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #92C223;
          box-shadow: 0 1px #92C223;
  top: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btnSubmit:hover {
  top: -3px;
  -webkit-box-shadow: 5px 5px #92C223;
          box-shadow: 5px 5px #92C223;
}

.btnSubmit:active {
  -webkit-box-shadow: 0 1px #92C223;
          box-shadow: 0 1px #92C223;
  top: 0;
}

/*--- reset --*/
input[type="reset"],
input[type="button"] {
  margin: 0 20px 40px;
  padding: 1em 2em;
  border: none;
  display: inline-block;
  background-color: #5A7AB3;
  -webkit-box-shadow: 0 6px #4063A4;
          box-shadow: 0 6px #4063A4;
  font-size: 114%;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.btnSubmit-r {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #4063A4;
          box-shadow: 0 1px #4063A4;
  top: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btnSubmit-r:hover {
  top: -3px;
  -webkit-box-shadow: 5px 5px #4063A4;
          box-shadow: 5px 5px #4063A4;
}

.btnSubmit-r:active {
  -webkit-box-shadow: 0 1px #4063A4;
          box-shadow: 0 1px #4063A4;
  top: 0;
}

.consent-wrap {
  margin-left: 20px;
}

.consent-wrap ul li {
  font-size: 1.2rem;
  line-height: 1.8;
  list-style: disc;
}

.consent-wrap ol li {
  font-size: 1.2rem;
  line-height: 1.8;
  list-style: decimal;
}

.consent-wrap ol li.first {
  list-style-type: upper-roman;
}

.consent-wrap ol li.second {
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.consent-wrap ol li.second a {
  font-size: 1.2rem;
  color: #098b3b;
}

.consent-wrap ol li.second a:hover {
  color: black;
}

.consent-wrap ol li.second a:active, .consent-wrap ol li.second a:visited {
  color: #098b3b;
}

.consent, .consent-btm {
  padding: 0 0 30px;
  text-align: center;
  font-weight: 700;
}

.consent-btm {
  padding-top: 30px;
}

@media (max-width: 769px) {
  input[type="text"],
  input[type="submit"],
  input[type="reset"],
  select {
    -webkit-appearance: none;
  }
}

@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    width: 60%;
    height: 50px;
  }

  table.formTable td p {
    padding-bottom: .3em;
    font-size: 1.6rem;
  }
}

.caution {
  margin: 10px 0;
  padding: 5px;
  background-color: #f3f3f3;
}

.caution__title {
  font-weight: bold;
}

table.formTable td p.caution__title,
table.formTable td p.caution__infomation {
  font-size: 1.4rem;
}

.caution__infomation + .caution__title {
  margin-top: 10px;
}
