*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0
}

ol,
ul {
    list-style: none
}

body {
    min-height: 100vh;
    line-height: 1.5
}

button,
h1,
h2,
h3,
h4,
input,
label {
    line-height: 1.1
}

h1,
h2,
h3,
h4 {
    text-wrap: balance
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    /* color: currentColor */
    color: #f27820
}

img,
picture {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

textarea:not([rows]) {
    min-height: 10em
}

:target {
    scroll-margin-block: 5ex
}

* {
    margin: 0;
    padding: 0
}

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

body {
    background: #fbd079 url(../images/bg_header.png) no-repeat 50% 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    color: #333;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: transparent url(../images/bg.png) no-repeat 50% 0;
    background-size: cover */
     background: linear-gradient(to bottom, #ffac37 0%, #ffac37 60%, #840c0c 100%);
}

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

a {
    text-decoration: underline;
    -webkit-transition: .3s all;
    transition: .3s all
}

a:link {
    color: #e60012
}

a:visited {
    color: #878787
}

a:hover {
    color: #1ab3e7
}

.larger {
    font-size: 140%
}

.smaller {
    font-size: 80%
}

.f-bold {
    font-weight: 700
}

.t-center {
    text-align: center
}

br.sp {
    display: none
}


.notice {
    color: #e60012
}

.container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: min(100%, 750px);
    min-height: 100vh;
    margin: 0 auto;
    font-size: clamp(14px, .25vw + 1.4em, 1.6em);
    font-size: clamp(1.4rem, .25vw + 1.4em, 1.6em);
    line-height: 1.7;
    z-index: 1
}

footer,
header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 1px
}

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

input[type=number],
input[type=text] {
    width: 100%;
    padding: .4em;
    border: 2px solid rgb(228, 128, 0, 40%);
    border-radius: 4px;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none
}

input[type=number]:focus,
input[type=text]:focus {
    background: #fff199;
    border: 2px solid #e45f00;
    outline: 0
}

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

input[type=number] {
    -moz-appearance: textfield
}

input[name=day],
input[name=month],
input[name=zip1] {
    width: 3.8em
}

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=year],
input[name=zip2] {
    width: 4.8em
}

input[type=checkbox],
input[type=radio] {
    margin-right: .4em
}

input[name=store] {
    margin-top: .5em
}

input:-internal-autofill-selected {
        background-color: light-dark(rgb(228, 128, 0, 40%),  rgb(228, 128, 0, 40%)) !important;
}
.select-wrap {
    position: relative;
    display: inline-block;
    max-width: 200px;
    width: 100%
}

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

select {
    outline: 0;
    text-indent: .01px;
    text-overflow: "";
    background: none #fff;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2.4em;
    font-size: 100%;
    padding: .2em .8em;
    border: 2px solid rgb(228, 128, 0, 40%);
    width: 100%;
    border-radius: 4px
}

select option {
    background-color: #fff
}

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

select:-moz-focusring {
    color: transparent
}

.radio-wrap li {
    display: inline-block;
    margin-bottom: 16px
}

.radio-input {
    display: none
}

.radio-input+label {
    position: relative;
    display: inline-block;
    padding-left: 24px
}

.radio-input+label::before,
.radio-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%
}

.radio-input+label::before {
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgb(228, 128, 0, 40%)
}

.radio-input:checked+label {
    color: #e45f00
}

.radio-input:checked+label::after {
    top: 2px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #e45f00
}

.checkbox-input {
    display: none
}

.checkbox-input+label {
    position: relative;
    display: inline-block;
    padding-left: 26px
}

.checkbox-input+label::before,
.checkbox-input:checked+label::after {
    content: "";
    display: block;
    position: absolute
}

.checkbox-input+label::before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid rgb(228, 128, 0, 40%);
    border-radius: 2px
}

.checkbox-input:checked+label::before {
    border-color: #e45f00;
    background-color: #e45f00
}

.checkbox-input:checked+label {
    color: #e45f00
}

.checkbox-input:checked+label::after {
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 1em auto 0;
    padding: .6em 1em;
    border-radius: 3em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f27820), color-stop(110%, #e45f00));
    background: linear-gradient(#f27820 0, #e45f00 110%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 4px 4px rgba(251, 208, 121, .2);
    box-shadow: 0 4px 4px rgba(251, 208, 121, .2);
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 99
}

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

.btn.next {
    padding-right: 20px
}

.btn.next:after {
    right: 10px;
    border-left: solid 10px currentColor
}

.btn:hover {
    cursor: pointer
}

a.btn {
    color: #fff
}

button.btn.back {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), to(#ccc));
    background: linear-gradient(#ddd 0, #ccc 100%);
    color: #333
}

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

button.btn:disabled {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), to(#ccc));
    background: linear-gradient(#ddd 0, #ccc 100%);
    color: #333
}

button.btn:disabled:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

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

.btnNext li {
    width: 100%
}

.disc {
    list-style-type: none
}

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

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

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

.disc li ul li {
    margin-top: .5em
}

.disc li ul li:before {
    content: "○"
}

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

.attention {
    background-color: #ffe100;
    color: #e60012
}

header {
    position: relative;
    width: 100%
}

header p {
    margin-top: 1em
}

main {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em
}

main section {
    position: relative;
    width: min(100%, 710px);
    margin: 2em auto 0;
    padding: 2em;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px -2px #deab42;
    box-shadow: 0 4px 8px -2px #deab42
}

main .ttl {
    width: 100%;
    margin: 0 auto 1em;
    padding: 1em;
    color: #e60012;
    background-color: rgba(230, 0, 18, .1);
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    font-size: 120%;
    font-weight: 700;
    text-align: center
}

main .ttl span {
    display: block
}

main .step {
    margin-top: 1em
}

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

main .step h3 span {
    display: block;
    width: 200px;
    padding: .2em;
    margin: 0 auto 1em;
    background: #e45f00;
    color: #fff;
    font-size: 80%
}

main .step .disc {
    margin-top: 1em
}

main .inner-box {
    padding: 0 1em 1em;
    border: 1px solid #e45f00
}

main .inner-box figure {
    max-width: 204px;
    margin: 1em auto
}

main .inner-box+.inner-box {
    margin-top: 2em
}

main .detail h3 {
    padding: 8px;
    color: #e45f00;
    border-left: 8px solid #e45f00;
    font-size: 120%;
    font-weight: 700
}

main .detail p {
    padding: 1em
}

main .detail .disc {
    padding: 1em
}

main .detail .indent {
    margin-top: 0;
    padding: 0 1em
}

main .detail .indent li+li {
    margin-top: .5em
}

main .detail *+h3 {
    margin-top: .5em
}

.entry-wrap {
    position: relative;
    margin-top: .5em;
    padding: 1em;
    background: #fff;
    border: 2px solid rgb(228, 128, 0, 40%);
    border-radius: 4px
}

.form-wrap {
    position: relative;
    width: 100%;
    margin: 1em 0;
    text-align: left
}

.form-wrap>dd,
.form-wrap>dt {
    margin: .5em 0;
    padding: .2em
}

.form-wrap>dt {
    padding-left: .4em;
    border-left: 6px solid #e45f00;
    font-size: 110%;
    font-weight: 700
}

.form-wrap>dd {
    padding-bottom: 1.5em
}

.info-box {
    height: 200px;
    background: #fff;
    border: 1px solid #e45f00;
    overflow-y: auto
}

.info-box dt {
    padding: .5em;
    background: rgb(228, 128, 0, 40%);
    border-bottom: 1px solid #e45f00;
    font-weight: 700
}

.info-box dd+dt {
    border-top: 1px solid #e45f00
}

.info-box dd {
    padding: .5em .5em 1em;
    font-size: 90%
}

.info-box::-webkit-scrollbar {
    width: 8px;
    background: rgba(228, 144, 0, 0.1)
}

.info-box::-webkit-scrollbar-thumb {
    background: #e45f00;
    border-radius: 4px
}

.upload {
    display: inline-block;
    position: relative;
    padding: .5em;
    border: 0;
    background: #e45f00;
    color: #fff;
    font-weight: 700
}

.upload>input {
    display: none
}

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

.required {
    position: absolute;
    right: .2em;
    padding: .2em .6em;
    background: #e60012;
    border-radius: 4px;
    color: #ffe100;
    font-size: 80%
}

.example {
    margin-top: .2em;
    font-size: 80%
}

.error {
    color: #e60012;
    margin-top: .2em;
    display: block
}

.thanks {
    width: 100%;
    padding: 1em
}

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

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

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

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

#pagetop:hover {
    opacity: .7
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 2em 1em;
    color: #333;
    font-size: small;
    text-align: center
}

footer img {
    max-width: 710px;
    display: block;
    margin: 0 auto
}

footer .stop {
    margin-bottom: 1em
}

.larger.f-bold.sp-font::before {
  content: "●";     
  margin-right: 0.5em; 
  color: #000;       
  font-weight: normal; 
}

@media (hover:hover) {
    .btn:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@media screen and (min-width:640px) {
    .btn {
        font-size: 160%
    }
}

@media screen and (min-width:768px) {
    .btnNext {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

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

@media screen and (min-width:769px) {
    button.btn.back:hover {
        color: #333
    }
}

@media screen and (max-width:767px) {
    .btnNext li+li {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }
    .sp-font {
    font-size: 14px;
    font-weight: 400;
}
}

@media screen and (max-width:750px) {
    header {
        padding: 0 1em
    }
}

@media screen and (max-width:639.98px) {
    .radio-wrap li {
        display: block
    }

    main section {
        padding: 1em
    }
}

@media screen and (max-width:430.98px) {
    br.sp {
        display: block
    }
}



