/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */

/*########################################
         Reset CSS
########################################*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: inherit;
}

form {
  margin-bottom: 0;
}

p,
dl,
pre,
blockquote,
figure {
  margin: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

th {
  font-weight: inherit;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: inherit;
}

s,
del,
u,
ins {
  text-decoration: inherit;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: inherit;
}

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

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

/*########################################
         CUSTOM-THEME
########################################*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  /*overflow-x: hidden;*/
  color: #464d51;
}

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

.amf_message_main {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 3px;
}

.amf_message.amf_message_error {
  margin-top: 5px;
  color: #f44336;
  font-weight: bold;
}

.amf_message_main.amf_message_error {
  color: #fff;
  background-color: #f44336;
}

.amf_message_main.amf_message_success {
  color: #fff;
  background-color: #2196f3;
}

.amf_loader {
  font-size: 11px;
}

.amf_view_confirm .amf_confirm_hide,
.amf_view_input .amf_view_input_hide {
  display: none;
}

.page_wrapper {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.custom_input {
  width: 100%;
}

.line_space {
  border-top: 1px solid #000;
  padding-bottom: 30px;
}

.text_label {
  padding-bottom: 4px;
}

.text_require {
  color: #c80000;
}

.confirm_title {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}

.form_area {
  padding-bottom: 60px;
}

.form_area button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

.btn_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1em;
}
.amf_btn_back {
  max-width: 120px;
}

@media (max-width: 599px) {
  body {
    font-size: 16px;
  }

  .hide_sm {
    display: none;
  }
}

@media (min-width: 600px) {
  .hide_lg {
    display: none;
  }
}

.checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.custom_textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 0;
}
.radio_wrap > * {
  display: block;
}

.input_wrap > * {
  display: block;
  font-weight: bold;
  width: 100%;
}

.input_wrap dt {
  margin-bottom: 0.25em;
}
.input_wrap dd {
  margin-bottom: 1.5em;
}
.input_wrap input,
.input_wrap select,
.input_wrap textarea {
  border-radius: 15px;
  background-color: #e6e6e6;
  border: none;
  padding: 0.6em 1.2em;
}
.input_wrap .hissu {
  color: #ff0000;
}
.check {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  padding-top: 1em;
  padding-bottom: 2em;
}
.amf_confirm_agree {
  display: none;
}
