@charset "UTF-8";
form select {
  vertical-align: middle;
  font-size: 17px !important;
  font-size: 1.7rem !important;
  height: 2em;
  background-color: #fff;
  border: solid 1px #333;
  width: auto !important;
  max-width: 70% !important;
}
form input[type=text], form input[type=email], form textarea {
  border: solid 1px #ccc;
  padding: 3% 3% !important;
  max-width: 88% !important;
  font-size: 17px !important;
  font-size: 1.7rem !important;
}
form dt span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  padding: 1px 7px;
  position: absolute;
  right: 5px;
}
form dt span.must {
  background-color: #d20000;
}
form dt span.option {
  background-color: #005fa2;
}
form .mfp_buttons {
  text-align: center;
  padding: 3% 2% 5%;
}
form .mfp_buttons button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dedede), color-stop(0.91, #ededed), color-stop(0.6, #fdfdfd), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -o-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 60%, #ededed 91%, #dedede 100%);
  border: solid 2px #039;
  display: block;
  padding: 4% 2%;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  color: #039;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
form .attention ol {
  margin: 5px 0 5px 20px;
  list-style: decimal;
}
form input[type=radio], form input[type=checkbox] {
  display: none;
}
form .radio, form .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
form .radio.wide {
  padding-right: 20%;
}
form .radio:hover, form .checkbox:hover {
  background-color: #d7edec;
}
form .radio:hover:after, form .checkbox:hover:after {
  border-color: #0076b3;
}
form .radio:after, form .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
form .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0076b3;
  content: '';
  opacity: 0;
}
form input[type=radio]:checked + .radio:before {
  opacity: 1;
}
form .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0076b3;
  border-bottom: 3px solid #0076b3;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
form .mfp_err {
  font-size: 18px;
  font-size: 1.8rem;
}
form .mfp_err:before {
  content: "！";
  padding: 0 !important;
}

#content {
  padding-top: 65px;
  background-color: #F1EEE9;
  padding-bottom: 4%;
}
#content #pageTitle {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2%;
}
#content #thanks {
  border: solid 2px #ccc;
  padding: 2% 3%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2% 2% 0%;
  background-color: #fff;
}
#content #thanks p {
  padding: 0.5em 0;
}

.ui-menu-item a {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
