input[type=checkbox] {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  margin-right: 15px;
}

/* ----------------------
|		 				|
| 		 wrapper		|
|						|
------------------------*/
#wrapper div {
  width: 980px;
  margin: 35px auto;
  overflow: hidden;
}

#wrapper div h3 {
  display: block;
}

#wrapper .shop {
  position: relative;
  z-index: 1;
}

#wrapper .shop form {
  display: block;
  position: absolute;
  top: 34px;
  left: 85px;
  z-index: 2;
}

#wrapper .shop form input {
  width: 800px;
  color: #000;
  font-size: 10px;
  padding-left: .5em;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* ----------------------
|		 				|
| 	  article#rules		|
|						|
------------------------*/
/*rules content*/

#wrapper article#rules h4 {
  display: block;
  margin-top: 30px;
  margin-left: 32px;
}

#wrapper article#rules div.scroll {
  width: 915px;
  height: 370px;
  overflow: hidden;
  margin: 0 auto 60px;
  margin-top: 10px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}

/*rules agree*/
#wrapper article#rules div#agree {
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}

#wrapper article#rules div#agree p {
  margin-top: 48px;
  margin-bottom: 80px;
  margin-left: 0;
  width: 100%;
}

#wrapper article#rules div#agree .small_product {
  text-align: left;
  width: 630px;
  margin: 0 auto;
  line-height: 1.8;
}

#wrapper article#rules div#agree .small_product strong {
  font-weight: bold;
  font-size: 14px;
}

#wrapper article#rules div#agree .small_product_check_area {
  margin-top: 18px;
  margin-left: 40px;
}

#wrapper article#rules div#agree .small_product_check {
  line-height: 2em;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  #wrapper article#rules div#agree .small_product_check {
    line-height: 2em;
    text-align: left;
    font-size: 16px;
    dispay: -ms-inline-grid;
    vertical-align: middle;
  }
}

/*rules forward*/
#wrapper article#rules div#next {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #000;
}

#wrapper article#rules div#next p {
  margin: 60px auto;
}

/* ----------------------
|		 				|
| 	article#comfirm		|
|						|
------------------------*/

#comfirm table {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #999;
}

/* ----------------------
|		 				|
| 	 article#thanks		|
|						|
------------------------*/
#thanks div {
  width: 458px;
  margin: 0 auto;
  text-align: center;
}

#thanks div p:first-child a {
  display: block;
  margin-top: 72px;
  margin-bottom: 66px;
}

#thanks div p:last-child a {
  width: 458px;
  display: block;
  font-size: 18px;
  text-decoration: underline;
  color: #0071BA;
  margin-bottom: 66px;
}

#thanks div p:last-child a:hover {
  color: #E95711;
}

#thanks div#message {
  margin-top: 60px;
  margin-bottom: 0;
}

/* ----------------------
|		 				|
| 	 article.privacy	|
|						|
------------------------*/

.privacy {
  width: 980px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#wrapper .privacy:nth-child(2) {
  border-bottom: 1px #000 solid;
}

.privacy h1 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
}

.privacy p {
  width: 880px;
  margin: 0 auto;
}

.privacy ul {
  width: 880px;
  margin: 0 auto;
}

.privacy ul li {
  width: 858px;
  margin-left: 22px;
  list-style: outside decimal;
  margin-top: 1.2em;
}

.privacy ul p {
  width: 858px;
  margin-left: 0px;
}

.privacy ul li ul {
  width: 858px;
}

.privacy ul li ul li {
  width: 836px;
  padding-left: 22px;
  margin-left: 0;
  list-style: none;
  margin-top: 0;
  position: relative;
}

.privacy ul li ul li span {
  left: 0;
  position: absolute;
}

#form form {
  font-size: 14px;
  line-height: 2.6em;
}

#form form table {
  overflow: hidden;
  margin: 0 auto;
}

#form form table th {
  width: 160px;
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
  float: left;
  clear: left;
  margin-bottom: 6px;
}

#form form table td {
  overflow: hidden;
  width: 644px;
  float: left;
  color: #0071BA;
  margin-bottom: 6px;
}

#form form div {
  width: 840px;
  margin-top: 12px;
  padding-top: 8px;
}

#form form h2 {
  margin-top: 30px;
}

#form form div.b_no {
  border-top: none;
}

#form form table th,
#form form table td {
  line-height: 150%;
}

#form form table {
  margin-top: 15px;
  padding-bottom: 15px;
}

span.must {
  color: #C00;
  font-size: .7em;
}

#requirements p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.btn {
  border: 0;
  width: 438px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background-image: url(/assets/images/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.btn:hover {
  color: #fff;
  opacity: .8;
}

.back_top {
  width: 90%;
  margin: 0 auto;
}

.back_top img{
  display: block;
  margin: 50px auto 20px;
}

.back_top p{
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.back_top p a{
  text-decoration: underline;
}

.back_top p a:hover{
  text-decoration: none;
}

.select_product {
  margin-bottom: 20px;
}

.select_product p {
  margin-top: 10px;
}