@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

ul,
ol,
li {
  list-style: none;
}

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

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    width: 414px;
    margin: auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .top .amount {
    background: url("../img/bgNum.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 26px 0 0 15px;
  }
  .top .amount__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top .amount__top p {
    font-size: 23.48px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-right: 4px;
  }
  .top .amount__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 4px;
  }
  .top .amount__top ul li {
    width: 38.19px;
    height: 54.83px;
    background: #fff;
    line-height: 0;
    border: 1px solid #1A5C33;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .amount__top ul li + li {
    margin-left: 6px;
  }
  .top .amount__top ul li img {
    width: 26.45px;
  }
  .top .amount__top small {
    color: #fff;
    font-size: 26.81px;
    line-height: 1;
    font-weight: 700;
  }
  .top .amount__bot {
    margin-top: 14px;
  }
  .survey {
    padding: 22px 15px 24px 15px;
    width: 384px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 4px solid #206941;
    margin: 22px auto 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey .step {
    display: none;
  }
  .survey .step + .step {
    margin-top: 2px;
  }
  .survey .step.--active {
    display: block;
  }
  .survey .step.--active .head__text--main {
    display: none;
  }
  .survey .step.--active .step__main ul {
    display: none;
  }
  .survey .step.is_active .head__text--bound {
    display: none;
  }
  .survey .step.is_active .head__text--main {
    display: block;
  }
  .survey .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .survey .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
    margin: 15px 0 0;
  }
  .survey .step__main ul li span {
    background: #EF8022;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 23px 5px 23px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #3E3E3E;
    -moz-box-shadow: 0 3px 0 0 #4a4a4a;
         box-shadow: 0 3px 0 0 #4a4a4a;
  }
  .survey .step__main ul li span:hover {
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .survey .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 11px;
  }
  .survey .step__main .reply__main span {
    display: inline-block;
    padding: 10px 15px 11px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #176827;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    min-width: 150px;
    text-align: center;
  }
  .survey .step__main .reply__main p {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #272200;
  }
  .survey .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey .step__result {
    border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    padding: 8px 0 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
    margin-bottom: 23px;
  }
  .survey .step__result em {
    font-style: normal;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #FF0000;
    position: relative;
    background: -webkit-repeating-linear-gradient(top, white 0%, white 70%, #fff944 70%, #fff944 100%);
    background: -moz- oldrepeating-linear-gradient(top, white 0%, white 70%, #fff944 70%, #fff944 100%);
    background: repeating-linear-gradient(180deg, white 0%, white 70%, #fff944 70%, #fff944 100%);
  }
  .survey .step__input {
    margin-top: 23px;
  }
  .survey .step__input dl dt {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #313131;
  }
  .survey .step__input dl dt.required {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .survey .step__input dl dt.required::after {
    content: "必須";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37px;
    height: 18px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #FEDA1D;
    font-size: 14px;
    line-height: 1;
    color: #313131;
    margin-left: 6px;
  }
  .survey .step__input dl dd {
    margin-top: 4px;
  }
  .survey .step__input dl dd .wrapInput {
    width: 100%;
  }
  .survey .step__input dl dd .wrapInput input {
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #EFEFEF;
    font-size: 18px;
    line-height: ve(32);
    font-weight: 500;
    height: 53px;
    outline: none;
    -moz-border-radius: 7px;
         border-radius: 7px;
    padding: 10px 17px;
    color: #313131;
  }
  .survey .step__input dl dd .wrapInput input::-webkit-input-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input::-moz-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input:-ms-input-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input::placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl + dl {
    margin-top: 15px;
  }
  .survey .step__input .btnForm {
    margin-top: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .survey .step__input .btnForm button {
    outline: none;
    background: none;
    border: 3px solid #fff;
    -moz-border-radius: 15.64px;
         border-radius: 15.64px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .survey .step__input .btnForm button img {
    width: 300px;
    height: auto;
  }
  .survey .step__input .btnForm button::after {
    position: absolute;
    content: "";
    width: 291px;
    height: 86.04px;
    -moz-border-radius: 15.64px;
         border-radius: 15.64px;
    background: #D9D9D9;
    bottom: -3px;
    left: 9px;
    z-index: -1;
  }
  .survey .step .bound {
    position: relative;
    height: 5rem;
    width: 10rem;
    margin: 5px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .survey .step .bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #313131;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .survey .step .bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey .step .bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey .step .bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey .head__icon {
    width: 68px;
    margin-right: 13px;
  }
  .survey .head__icon img {
    width: 100%;
    height: 68px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .survey .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey .head__text--labels {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    color: #313131;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .survey .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f4ff;
    position: relative;
    height: 5rem;
    width: 10rem;
    margin-top: 5px;
  }
  .survey .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #313131;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .survey .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey .head__text--main {
    display: block;
    padding: 11px 12px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #FFFAE1;
    color: #313131;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey .head__text h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
  }
  .survey .head__text small {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer {
    background: #19462D;
    padding: 28px 22px 12px;
  }
  .footer__top p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
  }
  .footer__top ul {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
  }
  .footer__link {
    margin-top: 27px;
  }
  .footer__link p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .footer__link p a {
    color: #fff;
  }
  .footer__copy {
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
  }
  .pageChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pageChild .container main {
    width: 100%;
  }
  .pageChild .container footer {
    width: 100%;
    margin-top: auto;
  }
  .pageChild .thanks {
    padding: 59px 28px 0;
  }
  .pageChild .thanks h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
  }
  .pageChild .thanks p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #313131;
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    width: 100vw;
    margin: auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .top .amount {
    background: url("../img/bgNum.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 6.28019vw 0 0 3.62319vw;
  }
  .top .amount__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top .amount__top p {
    font-size: 5.6715vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    margin-right: 0.96618vw;
  }
  .top .amount__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0.96618vw;
  }
  .top .amount__top ul li {
    width: 9.22464vw;
    height: 13.24396vw;
    background: #fff;
    line-height: 0;
    border: 1px solid #1A5C33;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .amount__top ul li + li {
    margin-left: 1.44928vw;
  }
  .top .amount__top ul li img {
    width: 6.38889vw;
  }
  .top .amount__top small {
    color: #fff;
    font-size: 6.47585vw;
    line-height: 1;
    font-weight: 700;
  }
  .top .amount__bot {
    margin-top: 3.38164vw;
  }
  .survey {
    padding: 5.31401vw 3.62319vw 5.7971vw 3.62319vw;
    width: 92.75362vw;
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    border: 0.96618vw solid #206941;
    margin: 5.31401vw auto 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey .step {
    display: none;
  }
  .survey .step + .step {
    margin-top: 0.48309vw;
  }
  .survey .step.--active {
    display: block;
  }
  .survey .step.--active .head__text--main {
    display: none;
  }
  .survey .step.--active .step__main ul {
    display: none;
  }
  .survey .step.is_active .head__text--bound {
    display: none;
  }
  .survey .step.is_active .head__text--main {
    display: block;
  }
  .survey .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .survey .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.93237vw 2.41546vw;
    margin: 3.62319vw 0 0;
  }
  .survey .step__main ul li span {
    background: #EF8022;
    display: block;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 5.55556vw 1.20773vw 5.55556vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0.48309vw solid #3E3E3E;
    -moz-box-shadow: 0 0.72464vw 0 0 #4a4a4a;
         box-shadow: 0 0.72464vw 0 0 #4a4a4a;
  }
  .survey .step__main ul li span:hover {
    -webkit-transform: translateY(0.72464vw);
       -moz-transform: translateY(0.72464vw);
        -ms-transform: translateY(0.72464vw);
            transform: translateY(0.72464vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .survey .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2.657vw;
  }
  .survey .step__main .reply__main span {
    display: inline-block;
    padding: 2.41546vw 3.62319vw 2.657vw;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    background: #176827;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 700;
    min-width: 36.23188vw;
    text-align: center;
  }
  .survey .step__main .reply__main p {
    font-size: 3.38164vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #272200;
  }
  .survey .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey .step__result {
    border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    padding: 1.93237vw 0 2.41546vw;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
    margin-bottom: 5.55556vw;
  }
  .survey .step__result em {
    font-style: normal;
    font-size: 6.76329vw;
    line-height: 1.5;
    font-weight: 700;
    color: #FF0000;
    position: relative;
    background: -webkit-repeating-linear-gradient(top, white 0%, white 70%, #fff944 70%, #fff944 100%);
    background: -moz- oldrepeating-linear-gradient(top, white 0%, white 70%, #fff944 70%, #fff944 100%);
    background: repeating-linear-gradient(180deg, white 0%, white 70%, #fff944 70%, #fff944 100%);
  }
  .survey .step__input {
    margin-top: 5.55556vw;
  }
  .survey .step__input dl dt {
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #313131;
  }
  .survey .step__input dl dt.required {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .survey .step__input dl dt.required::after {
    content: "必須";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8.9372vw;
    height: 4.34783vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #FEDA1D;
    font-size: 3.38164vw;
    line-height: 1;
    color: #313131;
    margin-left: 1.44928vw;
  }
  .survey .step__input dl dd {
    margin-top: 0.96618vw;
  }
  .survey .step__input dl dd .wrapInput {
    width: 100%;
  }
  .survey .step__input dl dd .wrapInput input {
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #EFEFEF;
    font-size: 4.34783vw;
    line-height: ve(32);
    font-weight: 500;
    height: 12.80193vw;
    outline: none;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    padding: 2.41546vw 4.10628vw;
    color: #313131;
  }
  .survey .step__input dl dd .wrapInput input::-webkit-input-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input::-moz-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input:-ms-input-placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl dd .wrapInput input::placeholder {
    opacity: 1;
    color: #D3D3D3;
  }
  .survey .step__input dl + dl {
    margin-top: 3.62319vw;
  }
  .survey .step__input .btnForm {
    margin-top: 5.55556vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .survey .step__input .btnForm button {
    outline: none;
    background: none;
    border: 0.72464vw solid #fff;
    -moz-border-radius: 3.77778vw;
         border-radius: 3.77778vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .survey .step__input .btnForm button img {
    width: 72.46377vw;
    height: auto;
  }
  .survey .step__input .btnForm button::after {
    position: absolute;
    content: "";
    width: 70.28986vw;
    height: 20.78261vw;
    -moz-border-radius: 3.77778vw;
         border-radius: 3.77778vw;
    background: #D9D9D9;
    bottom: -0.72464vw;
    left: 2.17391vw;
    z-index: -1;
  }
  .survey .step .bound {
    position: relative;
    height: 5rem;
    width: 10rem;
    margin: 1.20773vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .survey .step .bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #313131;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .survey .step .bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey .step .bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey .step .bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey .head__icon {
    width: 16.42512vw;
    margin-right: 3.1401vw;
  }
  .survey .head__icon img {
    width: 100%;
    height: 16.42512vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .survey .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey .head__text--labels {
    font-size: 3.38164vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #313131;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .survey .head__text--bound {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f4ff;
    position: relative;
    height: 5rem;
    width: 10rem;
    margin-top: 1.20773vw;
  }
  .survey .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #313131;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .survey .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey .head__text--main {
    display: block;
    padding: 2.657vw 2.89855vw;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    background: #FFFAE1;
    color: #313131;
    font-size: 3.86473vw;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey .head__text h3 {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
  }
  .survey .head__text small {
    font-size: 2.41546vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer {
    background: #19462D;
    padding: 6.76329vw 5.31401vw 2.89855vw;
  }
  .footer__top p {
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-weight: 500;
    color: #fff;
  }
  .footer__top ul {
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-weight: 500;
    color: #fff;
  }
  .footer__link {
    margin-top: 6.52174vw;
  }
  .footer__link p {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .footer__link p a {
    color: #fff;
  }
  .footer__copy {
    margin-top: 3.38164vw;
    text-align: center;
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-weight: 500;
    color: #fff;
  }
  .pageChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pageChild .container main {
    width: 100%;
  }
  .pageChild .container footer {
    width: 100%;
    margin-top: auto;
  }
  .pageChild .thanks {
    padding: 14.25121vw 6.76329vw 0;
  }
  .pageChild .thanks h2 {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 1.5;
    font-weight: 700;
    color: #313131;
  }
  .pageChild .thanks p {
    font-size: 3.86473vw;
    line-height: 2;
    font-weight: 500;
    color: #313131;
    margin-top: 10.86957vw;
  }
}

.error {
  color: #ff0000;
}

.contact__form .formContact .privacy .error {
  text-align: center;
}

@-webkit-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@-moz-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

@-moz-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

@keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
