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
}

bo 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-color: #79B2D7;
}

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: #222; */
  color: #e60012;
}

.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(70, 130, 180, 0.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 rgba(70, 130, 180, 0.4);
  border-bottom: solid 2px rgba(70, 130, 180, 0.4);
}

.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(70, 130, 180, 0.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
}

.info_btn {
  font-size: 200%;
  font-weight: 700;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
  padding: 6px 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 60px;
  background-color: #e60012;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info_btn:hover {
  background-color: #c50010;
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


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: #0f4065;
}

.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; */
  /* background: linear-gradient(135deg, #3783BA, #75B4DA); */
}

/* header {
  background-image: url(../images/main_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
   background-position: center;
  width: 100%;
   height: 1054px;  
  padding: 0
} */
header {
  position: relative;
  width: 100%;
}

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

header .main_btn {
  position: absolute;
  bottom: 20px;
  left: 54%;
  transform: translateX(50%);
  transition: transform 0.2s ease;
  display: block;
  width: 20%;
  max-width: 260px;
}

header .main_btn:hover {
  transform: translateX(50%) translateY(4px);
}

header .main_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* 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: #0f4065;
}

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

main .present_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  /* border: 2px solid #0f4065; */
  /* border-radius: 8px; */
  /* background-color: #fff */
}

main .present_wrap .present,
main .present_wrap .present a {
  color: #fff;
}

main .present_wrap .present a {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  transition: color 0.3s, text-decoration-color 0.3s;
}

main .present_wrap .present a:hover {
  color: #6A5ACD;
  text-decoration-color: #6A5ACD;
}

main .present_wrap .present_box {
display: flex;
width: 50%;
}



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 .bnr_box {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.bnr_box .present_wrap {
  flex: 1;
}

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: #0f4065;
}

main .innerBox {
  width: calc(50% - 10px);
  background-color: #fff;
  border: solid 2px #0f4065;
}

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

main .detail h3 {
  font-size: 120%;
  padding: 2px 10px;
  color: #0f4065;
  border-left: 6px solid #0f4065;
  background-color: #eee;
}

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(70, 130, 180, 0.4)
}

form table tr {
  border-bottom: 1px solid rgba(70, 130, 180, 0.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 rgba(70, 130, 180, 0.4);
}

form dl dt {
  font-weight: 700;
  padding: 5px;
  border-bottom: 1px solid rgba(70, 130, 180, 0.4);
  background-color: rgba(70, 130, 180, 0.4);
}

form dl dd+dt {
  border-top: 1px solid rgba(70, 130, 180, 0.4);
}

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: rgba(70, 130, 180, 0.4);
}

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

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 rgba(70, 130, 180, 0.4);
  background-color: #fff
}

.thanks dl dt {
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(70, 130, 180, 0.4);
}

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

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

#pagetop:hover {
  opacity: .7
}

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


@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(70, 130, 180, 0.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
  }

  main .bnr_box p .info_btn {
    font-size: 150%;
  }

  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: rgba(70, 130, 180, 0.4);
  }

  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
  }

  main .bnr_box {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 0px;
  }

  main .bnr_box .present_wrap {
    padding: 10px 20px 0px;
  }

  main .present_wrap .present_box {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 10px 20px 0px; */
    width: 90%;
  }

}




@media screen and (max-width:1500px) {
  header .main_btn {
    position: absolute;
    bottom: 20px;
    left: 56%;
    transform: translateX(50%);
  }

  header .main_btn img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:1180px) {
  header .main_btn {
    position: absolute;
    bottom: 20px;
    left: 60%;
    transform: translateX(50%);
  }

  header .main_btn img {
    width: 100%;
    height: auto;
  }
}