.need {
  font-style: normal;
  font-weight: bold;
  color: #f86466;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.error {
  display: block;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 0em;
}

.input_kanji {
  ime-mode: active;
}

.input_ank {
  ime-mode: inactive;
}

.input_ankonly {
  ime-mode: disabled;
}

input,
textarea,
select {
  margin: 0px;
  width: 96%;
  padding: 0.5em;
}

textarea {
  height: 6em;
}

input[type=radio] {
  width: auto;
}

label {
  margin-left: 0.5em;
  margin-right: 1em;
}

input.zip1 {
  max-width: 3em;
}

input.zip2 {
  max-width: 4em;
}

select.pref {
  max-width: 10em;
}

.comment {
  height: 10em;
}

.address {
  height: 3em;
}

.notice {
  font-size: 0.9em;
  display: block;
  padding-top: 0.2em;
}

#button {
  text-align: center;
  margin-bottom: 2em;
}

#button ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
}

#button ul li {
  float: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
}

#button input {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

#button ul#button2 {
  margin-left: -2%;
  margin-bottom: 1em;
}

#button #button2 li {
  float: left;
  width: 48%;
  margin-left: 2%;
}

#button ul li input {
  max-width: 100%;
}

button {
  padding: 1.5em 4em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  border: none;
}

#btn-confirm,
#btn-send {
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e28192', endColorstr = '#e33d59');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e28192', endColorstr = '#e33d59')";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e28192), to(#e33d59));
  background-image: linear-gradient(top, #e28192, #e33d59);
}

#btn-back {
  color: #555555;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#b4b4b4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#b4b4b4')";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#b4b4b4));
  background-image: linear-gradient(top, #cccccc, #b4b4b4);
}

@media print, screen and (max-width: 400px) {
  #button #button2 li {
    float: none;
    width: 96%;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 750px) {
  #button #button2 li#left {
    text-align: right;
  }
  #button #button2 li#right {
    text-align: left;
  }
  #button ul#button2 {
    margin-left: -2%;
    margin-bottom: 1em;
  }
  #button #button2 li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  #button ul li input {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 750px) {
  #thanks {
    margin-bottom: 30em;
  }
}
/*# sourceMappingURL=style.css.map */