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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    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 {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    /* background: #f7d5d8; */
    background: #7c9dcd;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all
}

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

a {
    text-decoration: none
}

.larger {
    color: #ee1132;
    font-size: 160%;
    font-weight: 700
}

.notice {
    color: #ee1132
}

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

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

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -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: 6px;
    border: 2px solid rgba(231, 51, 110, .4);
    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-color: .1;
    background-color: 231, 51, 110;
    border: 2px solid #e7336e;
    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=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[type=checkbox],
input[type=radio] {
    margin-right: 5px
}

input[name=store] {
    display: inline-block;
    margin-top: 10px;
    width: 70%
}

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

.select-wrap:before {
    z-index: 1;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #e7336e;
    border-right: solid 2px #e7336e;
    position: absolute;
    top: 50%;
    right: 10px;
    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: 32px;
    padding: 2px 12px;
    border: 2px solid rgba(231, 51, 110, .4);
    width: 100%;
    border-radius: 4px
}

select option {
    background-color: #fff
}

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

select:-moz-focusring {
    color: transparent
}

.radioWrap 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: 16px;
    height: 16px;
    border: 2px solid rgba(231, 51, 110, .4)
}

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

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

.checkbox-input {
    display: none
}

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

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

.checkbox-parts::before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid rgba(231, 51, 110, .4);
    border-radius: 2px
}

.checkbox-input:checked+.checkbox-parts::before {
    border-color: #e7336e;
    background-color: #e7336e
}

.checkbox-input:checked+.checkbox-parts {
    color: #e7336e
}

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

.disabled {
    opacity: .5
}

.btn {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef858c), to(#e7336e));
    background: -webkit-linear-gradient(#ef858c 0, #e7336e 100%);
    background: linear-gradient(#ef858c 0, #e7336e 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 4px 4px #a5bbd2;
    box-shadow: 0 4px 4px #a5bbd2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    text-align: center;
    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:after {
    right: 10px;
    border-left: solid 10px currentColor
}

.btn:hover {
    cursor: pointer
}

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

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

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

.btnNext li {
    width: 100%
}

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

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

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

.asterisk li {
    position: relative;
    margin-top: .5em
}

.asterisk li:before {
    content: "※"
}

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

.attention {
    background-color: #fae100;
    color: #ee1132
}

header {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ef858c), to(#bbd4ef));
    background: -webkit-linear-gradient(#ef858c 40%, #bbd4ef 100%);
    background: linear-gradient(#ef858c 40%, #bbd4ef 100%);
    z-index: -1
}

header .headerInner {
    position: relative;
    max-width: 840px;
    margin: 0 auto
}

header .kikan {
    max-width: 840px;
    margin: 20px auto
}

header .item {
    max-width: 840px;
    margin: 0 auto 20px
}

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

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

main .kikan {
    max-width: 840px;
    margin: 20px auto
}

main .present {
    position: relative;
    max-width: 840px;
    width: 100%;
    margin: 20px auto;
    z-index: 2
}

main .present li+li {
    margin-top: 20px
}

main .ttlWrap {
    max-width: 840px;
    margin: 0 auto 20px
}

main .ttl {
    display: block;
    position: relative;
    width: 240px;
    margin: 0 auto;
    padding: 10px 20px;
    background: #e7336e;
    color: #fff;
    font-size: 160%;
    font-weight: 700;
    text-align: center
}

main .ttl:before {
    content: "";
    width: 20px;
    height: 100%;
    left: -20px;
    top: 0;
    position: absolute;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #e7336e), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, #e7336e), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
    background: -webkit-linear-gradient(top right, #e7336e 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom right, #e7336e 50%, transparent 50%) bottom left/100% 50% no-repeat;
    background: linear-gradient(to bottom left, #e7336e 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #e7336e 50%, transparent 50%) bottom left/100% 50% no-repeat
}

main .ttl:after {
    content: "";
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #e7336e), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, #e7336e), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
    background: -webkit-linear-gradient(top left, #e7336e 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom left, #e7336e 50%, transparent 50%) bottom left/100% 50% no-repeat;
    background: linear-gradient(to bottom right, #e7336e 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #e7336e 50%, transparent 50%) bottom left/100% 50% no-repeat
}

main .wrap {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px var(--color-tertiary-shade-rgb);
    box-shadow: 0 0 4px var(--color-tertiary-shade-rgb);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

main .step {
    margin: 20px auto
}

main .step p+p {
    margin-top: 1em
}

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

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

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

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

form table tr {
    border-bottom: 1px solid rgba(231, 51, 110, .4)
}

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

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

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

form dl dt {
    padding: 5px;
    background-color: rgba(231, 51, 110, .2);
    border-bottom: 1px solid #e7336e;
    font-weight: 700
}

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

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

form dl::-webkit-scrollbar {
    width: 8px;
    background: rgba(231, 51, 110, .1)
}

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

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

form .upload>input {
    display: none
}

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

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

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

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

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

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

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

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

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

.confirm {
    padding: 20px 20px 0 20px
}

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

#pagetop:hover {
    opacity: .7
}

footer {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    form table th {
        width: 200px
    }

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

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

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

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

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

    button.btn.back:hover {
        color: #333
    }
}

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

    main section {
        padding: 20px 0
    }

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

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

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

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

@media screen and (max-width:767.98px) {
    .btnNext li+li {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }
}

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

    .radioWrap li {
        display: block
    }
}