#success {
  padding: 20px 4%;
}
#success .chara_area {
  width: 255px;
  height: 260px;
  background-repeat: no-repeat;
  background-image: url(../img/regist/frame.png);
  background-size: 255px 255px;
  text-align: center;
  padding-top: 19px;
  margin: 0 auto 10px;
}
#success .chara_area img {
  width: 217px;
}
#success .sales_p {
  width: 90%;
  margin: 0 auto 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ffc217;
}
#success .sales_p .header {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: white;
  background-color: #D9913D;
  padding: 6px 0 3px;
  margin: 0 auto 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#success .sales_p .header [class^="icon"] {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: text-top;
}
#success .sales_p .body {
  text-align: center;
  padding-bottom: 20px;
}
#success #bonus_contents .bonus_title {
  width: 45%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4px 0;
  margin: 10px auto;
  background: -moz-linear-gradient(left top, #ffeb3b, #ffeb3b 25%, white 25%, white 50%, #ffeb3b 50%, #ffeb3b 75%, white 75%, white);
  background: -webkit-linear-gradient(left top, #ffeb3b, #ffeb3b 25%, white 25%, white 50%, #ffeb3b 50%, #ffeb3b 75%, white 75%, white);
  background: linear-gradient(left top, #ffeb3b, #ffeb3b 25%, white 25%, white 50%, #ffeb3b 50%, #ffeb3b 75%, white 75%, white);
  -moz-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#success #bonus_contents .bonus_title [class^="icon-"] {
  font-size: 22px;
  font-size: 2.2rem;
}
#success #bonus_contents .bonus_title [class^="icon-"]:before {
  vertical-align: -3px;
}
#success #bonus_contents .bonus_title span.stamp {
  color: #F77300;
}
#success #bonus_contents .name {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #914A0A;
  margin-bottom: 20px;
}
#success #bonus_contents .name [class^="icon-"] {
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFBD3B;
  padding-right: 6px;
}
#success #bonus_contents .name [class^="icon-"]:before {
  vertical-align: -3px;
}
#success #bonus_contents img {
  padding: 4px 6px;
}
#success #bonus_contents .text {
  width: 80%;
  padding: 10px;
  margin: 10px auto 20px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFF2B8;
}
#success .start_button {
  text-align: center;
  margin: 10px auto 20px;
}
#success .start_button a {
  display: block;
  width: 200px;
  height: 40px;
  color: white;
  background-color: #FFA017;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 8px;
  margin: auto;
  text-decoration: none;
  /* box-shadow */
  box-shadow: rgba(212, 186, 148, 0.65098) 0px 5px 0px 0px;
  -webkit-box-shadow: rgba(212, 186, 148, 0.65098) 0px 5px 0px 0px;
  -moz-box-shadow: rgba(212, 186, 148, 0.65098) 0px 5px 0px 0px;
}
#success .start_button [class^="icon-"] {
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 6px;
}
#success .start_button [class^="icon-"]:before {
  vertical-align: -3px;
}
.input_area {
  width: 70%;
  margin: 10px auto 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 18px;
}
.input_area .btn_t-over {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  background-color: #FF9412;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 4px 20px;
}
.input_area input[type="text"] {
  display: inline-block;
  padding: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 6px;
  margin-bottom: 10px;
}
