@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
  font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}

body, div, dl, dt, dd, p, input, button {
  margin: 0;
  padding: 0;
}

input, button {
  -webkit-appearance: none;
  appearance: none;
}

input {
  height: 33px;
  padding: 5px;
  background-color: #fafafa;
  border: solid 1px #cccccc;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
}

input:focus {
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

dl {
  padding: 15px;
  background-color: #fff;
  border-bottom: solid 2px #ebebeb;
}

dt {
  margin-bottom: 10px;
}
dt::before {
  content: '□';
  margin-right: 5px;
}

.cardnum {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cardnum input {
  width: calc((100% - 4em) / 4);
}

.cardlimit input,
.security input {
  width: 4em;
}

.caution {
  margin-top: 1em;
  padding-left: 1.2em;
  line-height: 1.4;
  text-indent: -1.2em;
}
.caution::before {
  content: '※';
  margin-right: .2em;
}

.example {
  margin: 15px 0 0;
}
.example p {
  height: 27px;
  margin: 0 -15px 15px;
  padding: 0 15px;
  background-color: #85a8cc;
  line-height: 27px;
  color: #fff;
  font-size: 13px;
}
.example img {
  display: block;
  width: 100%;
  height: auto;
}

.btn_wrap {
  margin-top: 20px;
  padding: 20px 0;
  background-color: #fff;
  border-top: solid 2px #ebebeb;
}

.submit {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  line-height: 48px;
  background: #004d99;
  background: -webkit-linear-gradient(left, #0066cb 0%, #004d99 100%);
  background: linear-gradient(to right, #0066cb 0%, #004d99 100%);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.error {
  padding: 0 15px;
  color: #f00;
  font-weight: bold;
}
