a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a img {
  border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

* {
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #222;
  background: #0093C0
}

img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s all;
  transition: .3s all;
  vertical-align: bottom;
  padding: 5px;
}

a {
  text-decoration: none
}

.larger {
  font-size: 160%;
  font-weight: 700;
  /* color: #e60012; */
  color: #F0B620;
}

.notice {
  /* color: #e60012 */
  color: #F0B620;
}

.container {
  font-size: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

label {
  display: inline-block;
  margin-right: 20px
}

input[type=text] {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px;
  border: 2px solid rgba(196, 172, 95, .4);
  border-radius: 4px
}

input[name=zip1] {
  width: 50px
}

input[name=age],
input[name=card_num1],
input[name=card_num2],
input[name=card_num3],
input[name=tel0],
input[name=tel1],
input[name=tel2],
input[name=zip2] {
  width: 60px
}

input[name=price] {
  width: 100px
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px
}

.select-wrap:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  border: 0;
  border-right: solid 2px #c4ac5f;
  border-bottom: solid 2px #c4ac5f
}

.select-wrap.single {
  width: 180px
}

select {
  font-size: inherit;
  width: 100%;
  height: 44px;
  padding: 4px 12px;
  vertical-align: middle;
  text-indent: .01px;
  text-overflow: '';
  color: inherit;
  border: 2px solid rgba(196, 172, 95, .4);
  border-radius: 4px;
  outline: 0;
  background: none #fff;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select option {
  background-color: #fff
}

select::-ms-expand {
  display: none
}

select:-moz-focusring {
  color: transparent
}

.btn {
  font-size: 140%;
  font-weight: 700;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 60px;
  /* background-color: #D2B016; */
  background-color: #E16124;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, .2)
}

.btn:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  content: '';
  border: solid 10px transparent;
}

.btn.next:after {
  right: 20px;
  border-left: solid 10px #fff;
}

.btn.down:after {
  margin-top: -5px;
  rotate: 90deg;
}

.btn:hover {
  cursor: pointer
}

button.back {
  color: #333;
  background-color: #ddd;
  text-shadow: 0 -2px 0 rgba(255, 255, 255, .2)
}

button.back:after {
  left: 10px;
  border-right: solid 10px #333
}

.btnNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.btnNext li {
  width: 100%
}

.disc li {
  position: relative;
  padding-left: 1em
}

.disc li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '●';
  color: #c4ac5f
}

.disc li+li {
  margin-top: 1em
}

.indent {
  margin-left: 1em;
  text-indent: -1em
}

/*.bg{background:url(../images/bg.png) 50% -50px repeat}*/
.orange {
  background-color: #F0B620;
}

header {
  background-image: url(../images/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0
}

header h1 {
  margin: 0 auto;
  max-width: 1000px;
}

header .present {
  margin: 0 auto;
  max-width: 1000px;
}

/* header p.kikan {
  width: 100%;
  background-color: #fff
}

header p.kikan img {
  display: block;
  max-width: 1000px;
  margin: 0 auto
} */

main {
  width: 100%
}

main section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px
}

main h2,
main h3 {
  font-weight: 700
}

main .ttl {
  font-size: 180%;
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #f97a1c
}

main .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  border: 3px solid #d6c677;
  border-radius: 8px;
  background-color: #fff
}

main .maker .makerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

main .maker .makerList li {
  width: calc(100% / 4);
}

main .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

main .step .wrap {
  margin: 0
}

main .step h3 {
  font-size: 120%;
  text-align: center;
  color: #e60012
}

main .step h3 span {
  font-size: 80%;
  display: block;
  width: 100px;
  margin: 0 auto 5px;
  padding: 4px;
  color: #fff;
  background-color: #c4ac5f
}

main .innerBox {
  width: calc(50% - 10px)
}

main .innerBox figure {
  max-width: 204px;
  margin: 20px auto
}

main .detail h3 {
  font-size: 120%;
  padding: 2px 10px;
  color: #c4ac5f;
  border-left: 6px solid currentColor
}

main .detail p,
main .detail ul {
  padding: 10px
}

main .detail p+h3 {
  margin-top: 10px
}

.time {
  margin-top: 20px;
}

form table {
  width: 100%;
  margin: 20px 0 0;
  border-top: 1px solid rgba(196, 172, 95, .4)
}

form table tr {
  border-bottom: 1px solid rgba(196, 172, 95, .4)
}

form table td,
form table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px
}

form table th {
  font-weight: 700;
  position: relative;
  vertical-align: text-top
}

form dl {
  overflow-y: auto;
  height: 200px;
  border: 1px solid #c4ac5f
}

form dl dt {
  font-weight: 700;
  padding: 5px;
  border-bottom: 1px solid #c4ac5f;
  background-color: rgba(196, 172, 95, .2)
}

form dl dd+dt {
  border-top: 1px solid #c4ac5f
}

form dl dd {
  font-size: 90%;
  padding: 10px 10px 20px
}

form dl::-webkit-scrollbar {
  width: 8px;
  background: #ddd
}

form dl::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c4ac5f
}

form .upload {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #fff;
  border: 0;
  background-color: #D2B016
}

form .upload>input {
  display: none
}

form .agreement {
  display: block;
  margin-top: 10px
}

form .example,
form .required {
  display: inline-block
}

form .required {
  font-size: 85%;
  margin-left: 5px;
  padding: 2px 4px;
  color: #fff100;
  background-color: #c1020e
}

form .example {
  font-size: 80%;
  margin-top: 5px
}

form .error {
  display: block;
  margin-top: 5px;
  color: #c1020e
}

.confirm td img {
  max-width: 300px;
}

.thanks {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px
}

.thanks dl {
  margin-top: 20px;
  border: 2px solid #c4ac5f;
  background-color: #fff
}

.thanks dl dt {
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  background-color: #D2B016
}

.thanks dl dd {
  font-size: 90%;
  padding: 10px
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer
}

#pagetop:hover {
  opacity: .7
}

footer {
  font-size: small;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #fff
}


@media screen and (min-width:768px) {
  .btn {
    font-size: 180%;
    max-width: 400px
  }

  .btnNext {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .btnNext li {
    width: calc(50% - 10px)
  }

  form table th {
    width: 200px
  }

  form table th:after {
    position: absolute;
    top: 5%;
    right: 0;
    display: block;
    width: 1px;
    height: 90%;
    content: '';
    content: '';
    border-left: 1px solid rgba(196, 172, 95, .4)
  }
}

@media screen and (min-width:769px) {
  .btn:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /* background-color: #971600 */
    background-color: #c32206
  }

  button.back:hover {
    background-color: #ddd
  }
}

@media screen and (max-width:767px) {
  .larger {
    font-size: 110%
  }

  .btnNext li+li {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  main section {
    padding: 20px 10px
  }

  form table td,
  form table th {
    display: block;
    width: 100%;
    padding: 10px
  }

  form table th:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: calc(100% - 20px);
    content: '';
    background-color: #c4ac5f
  }

  form table.confirm td {
    padding-top: 0
  }

  form dl dd {
    font-size: 85%
  }
}

@media screen and (max-width:639px) {
  .container {
    font-size: 140%
  }

  main .maker .wrap {
    padding: 10px
  }

  main .maker .makerList li {
    width: 50%
  }

  main .innerBox {
    width: 100%
  }

  main .innerBox+.innerBox {
    margin-top: 20px
  }
}