@charset 'UTF-8';

* {
  box-sizing: border-box;
}

body,
ul,
p,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
}

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

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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"] {
  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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  font-family: system-ui, sans-serif;
  font-family: 'ヒラギノ丸ゴ ProN';
}

body p {
  font-size: 14px;
}

body a {
  color: #808080;
}

/* .body-wrap{
    position: relative;
    overflow-x: hidden;
    background: #fff;
    max-width: 750px;
    margin: auto;
    color: #42210b;
    font-size: 24px;
    font-weight: bold;
} */
/* @media screen and (max-width:750px) {
    .body-wrap{
        font-size: 16px;
    }
} */

/* .header {
  display: flex;
  justify-content: space-around;
  background-color: #FFf;
  align-items: center;
      position: fixed;
    top: 0;
    left: 50%;
    max-width: 750px;
    width: 100%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 6px 4px #704c03);
    z-index: 100;
}
.header .logo{
    width: 28%;
}
.header .logo img{
    width: 100%;
    height: auto;
}

.header img {
  padding: 5px 0;
}
@media screen and (max-width: 700px) {
  header img {
    margin: auto;
  }
}

header a {
  color: #333333;
  font-size: 14px;
} */

form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 5em;
}

form h1 {
  max-width: 70vw;
  color: #39b54a;
  font-size: 48px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
}

form h1::after {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 6px;
  background-color: #f7d23e;
  position: absolute;
  bottom: 10px;
  left: calc(50% - .9em);
}

@media screen and (max-width: 750px) {
  form h1 {
    font-size: 28px;
    padding-bottom: 0;
    margin-top: 30vw;
    margin-bottom: 35px;
  }

  form h1::after {
    bottom: -20px;
  }
}

form h2 {
  font-size: 20px;
  color: #dc2300;
  margin-top: 0;
}

form .blackP {
  color: black;
  text-align: center;
  background-color: #eeeeee;
  margin: 20px 0 30px;
  line-height: 1.5em;
  padding: 15px;
}

form .blackP a {
  color: #dc2300;
  font-weight: bold;
}

form .top-text {
  color: black;
  background-color: #f4cccc;
  border: 2px solid #dc2300;
  padding: 25px 15px;
  border-radius: 15px;
  max-width: 90vw;
}

form .radio_number {
  display: flex;
  justify-content: space-around;
  font-size: 24px;
}

@media screen and (max-width: 700px) {
  form .radio_number {
    font-size: 16px;
  }
}

form ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* align-items: baseline; */
}

form .paidy_screenshot {
  flex-direction: column;
}

form ul li:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  min-width: 20%;
}

form ul li:nth-of-type(2) {
  font-size: 20px;
}

form ul.paidy_screenshot li:nth-of-type(2) {
  width: 100% !important;
}

form ul li .post_code {
  display: flex;
}

form ul input,
form ul select,
form ul textarea,
form ul li .post_code label {
  height: 50px;
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  background-color: #FFFDE8;
  border: 1px solid #a4a4a4;
  font-size: 20px;
  font-family: 'ヒラギノ丸ゴ ProN';
}

form ul textarea {
  height: auto;
}

form ul li .post_code label {
  width: 150px;
  color: #fff;
  background-color: #a4a4a4;
  border: none;
  display: flex;
  justify-content: center;
  line-height: normal;
  margin-left: 5px;
}

form ul select {
  width: auto;
}

form ul .inputNum {
  width: auto;
}

.confirmation {
  margin-top: 10px !important;
}

.confirmation li span {
  background-color: #808080;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  line-height: normal;
}

.confirmation li input {
  margin-top: 8px;
}

form p {
  max-width: 100%;
  color: #dc2300;
  line-height: 1.4em;
  margin: 5px 0;
  text-align: center;
}

form .paidy_screenshot p {
  color: black;
  line-height: 1.5em;
  text-align: left;
  font-size: 12px;
}

.red_text {
  width: 100%;
  margin: auto;
}

form .accountInfo,
form .creditInfo {
  margin: 20px 0;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
}

form .accountInfo,
form .creditInfo_inner {
  max-width: 750px;
  width: 95%;
}

form .accountInfo>div {
  display: grid;
}

form .accountInfo h2,
form .creditInfo h2 {
  position: absolute;
  top: -8%;
  left: 5%;
  background-color: #FF7A21;
  color: white;
  font-weight: normal;
  width: 500px;
  text-align: center;
  line-height: 2em;
  font-size: 24px;
}

form .accountInfo .blackP {
  color: black;
  background-color: #f4cccc;
  border: 2px solid #dc2300;
  padding: 25px 15px;
  border-radius: 15px;
  max-width: 90vw;
}

form .idPhoto {
  text-align: center;
}

form .idPhoto input {
  width: 70%;
  margin-right: 20px;
  text-align: center;
}

form button {
  width: 300px;
  height: 70px;
  font-size: 30px;
  border-radius: 40px;
  border: none;
  background-color: #39b54a;
  color: #fff;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

form .back {
  background-color: #a4a4a4;
}

form button:hover {
  background-color: #555555;
}

.lastSec {
  min-width: 60%;
  text-align: center;
}

.lastSec h3 {
  font-size: 24px;
  margin: 20px 0;
  line-height: 40px;
  font-weight: lighter;
}

.selfieInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#togglePassword {
  height: 40%;
  width: auto;
  font-size: 100%;
  background-color: #FF7A21;
}

@media screen and (min-width: 701px) {
  form ul li:nth-of-type(2) {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  form {
    padding-bottom: 1em;
    margin: -25% 0 0 0;
  }

  #togglePassword {
    margin: 0 auto 0 3%;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    color: #fff;
    padding-bottom: 20px;
  }

  .red_text {
    width: 90%;
  }
}

/* ーーーーーーーーーーーーーーーーーーー　フッター　　ーーーーーーーーーーーーーー */
.footer {
  width: 100%;
  background-color: #fbb03b;
  display: flex;
}

.footer div {
  margin: auto;
}

.footer_logo {
  width: 28%;
}

.footer_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  form ul {
    min-width: 80vw !important;
  }

  form ul li:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
    min-width: 25%;
  }

  form ul li:nth-of-type(2) {
    min-width: 60%;
    font-size: 20px;
  }

  form ul input,
  form ul select {
    height: 50px;
    padding: 10px;
    margin: 15px 0;
    background-color: #FFFDE8;
    border: 1px solid #a4a4a4;
    font-size: 20px;
    font-family: 'ヒラギノ丸ゴ ProN';
  }

  form .accountInfo,
  form .creditInfo {
    margin: 20px 0;
    padding: 30px;
    position: relative;
    min-width: 90vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  form .accountInfo h2,
  form .creditInfo h2 {
    position: absolute;
    top: -8%;
    left: 5%;
    line-height: 2em;
    font-size: 24px;
  }

  form .idPhoto {
    text-align: center;
  }

  form .idPhoto input {
    width: 60%;
    margin-right: 20px;
  }

  .selfieInfo {
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }

  form ul {
    margin-top: 20px;
    flex-direction: column;
    min-width: 80vw !important;
    width: 100%;
  }

  form ul li {
    text-align: left !important;
    width: 90%;
  }

  form ul input,
  form ul select,
  form ul li .post_code label {
    height: 40px;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    background-color: #f5d6aa;
    border: 1px solid #a4a4a4;
    font-size: 20px;
    font-family: 'ヒラギノ丸ゴ ProN';
  }

  form ul li .post_code label {
    width: 95px;
    font-size: 14px;
    margin: 5px 0;
    color: #fff;
    background-color: #a4a4a4;
    border: none;
  }

  form .accountInfo,
  form .creditInfo {
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  form .accountInfo h2,
  form .creditInfo h2 {
    display: inline-block;
    text-align: center;
    width: 100vw;
    height: 10vh;
    position: relative;
    top: 0;
    left: 0;
    background-color: #FF7A21;
    color: white;
    line-height: 10vh;
    font-size: 0.5rem;
  }

  form .creditInfo {
    border-bottom: 50px solid #FF7A21;
    margin-bottom: 10px;
  }

  form .idPhoto {
    text-align: center;
    height: 230vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  form .idPhoto p {
    margin: 0;
  }

  form .idPhoto ul {
    margin-top: 20px;
  }

  form .idPhoto input {
    width: 100%;
    margin-right: 20px;
  }

  form .lastSec {
    width: 90%;
    text-align: center;
  }

  form .lastSec h3 {
    font-size: 0.5rem;
    margin: 0 0 20px 0;
    line-height: normal;
    font-weight: lighter;
  }

  form button {
    margin-top: 30px;
    width: 150px;
    font-size: 16px;
    height: 50px;
  }

  .selfieInfo p {
    width: 90%;
    padding: 5px 10px;
  }

  .selfieInfo img {
    padding: 0.5rem;
  }
}

/* ステップバー */
#steps {
  margin: 50px auto;
}

.step {
  width: 40px;
  height: 40px;
  background-color: #a4a4a4;
  display: inline-block;
  border: 2px solid;
  border-color: transparent;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  font-size: 25px;
}

.step:first-child {
  line-height: 40px;
}

.step:nth-child(n+2) {
  margin: 0 0 0 110px;
  transform: translate(0, -4px);
}

.step:nth-child(n+2):before {
  width: 80px;
  height: 2px;
  display: block;
  background-color: #39b54a;
  transform: translate(-100px, 21px);
  content: '';
}

.step:after {
  width: 145px;
  display: block;
  transform: translate(-55px, 3px);
  color: #a4a4a4;
  content: attr(data-desc);
  font-weight: bold;
  font-size: 13px;
}

.step:first-child:after {
  transform: translate(-55px, -1px);
}

.step.active {
  background-color: #39b54a;
}

.step.active:after {
  color: #39b54a;
}

@media screen and (max-width: 700px) {
  .step:after {
    font-size: 12px;
    width: 96px;
    margin-left: 25px;
  }

  .step {
    font-size: 20px;
  }

  .step:nth-child(n+2) {
    margin: 0 0 0 60px;
  }

  .step:nth-child(n+2):before {
    width: 50px;
    transform: translate(-62px, 21px);
  }
}

/* upload */

.upload h1 {
  margin-bottom: 0.2em;
}

.upload h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.upload h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF7A21;
  border-radius: 2px;
}

.upload .blackP {
  background-color: unset;
  margin-bottom: 0;
}

.upload ul input {
  background-color: #eee;
  border: none;
}

@media screen and (max-width: 900px) {
  .upload .id_selfie {
    flex-direction: unset;
    align-items: flex-end;
  }

  .upload .id_selfie img {
    width: 35%;
    padding: 5px;
  }
}

.upload .id_selfie @media screen and (max-width: 700px) {}

body,
form ul input,
form ul select {
  font-family: 'ヒラギノ角ゴ ProN';
}

.accountSample {
  display: flex;
  align-items: center;
  margin: 40px auto;
  justify-content: center;
}

.accountSample .example {
  width: 300px;
  position: relative;
  border: 2px solid #b4b4b4;
  margin-bottom: 0;
}

.accountSample .example img {
  width: 80%;
  margin: 40px auto;
}

.accountSample .exampleText {
  margin: 0 20px;
}

#errmsg {
  display: block;
}

#errmsg>li {
  width: 100%;
  color: red;
  /* list-style-type: disc; */
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
}

form ul li:nth-child(1) {
  text-align: left;
}

form .paidy_screenshot li:nth-child(1) {
  width: 100%;
}

.procedure {
  margin-bottom: 10px;
  width: 300px;
  border: 2px solid #000;
  padding-bottom: 10px;
}

.procedure .midashi {
  background-color: #d3d3d3;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}

.procedure p {
  color: black;
  padding: 10px;
  padding-bottom: 0;
  text-align: left;
  margin: 0;
  font-size: 14px;
  /* background: linear-gradient(transparent 65%, #F5D6AB 45%); */
}

.radio_number_add {
  display: flex;
  align-items: center;
}

.radio_number_add label {
  display: inline-block;
  width: 40%;
  margin-top: 5px;
}

.radio_number_add [type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 4%;
  vertical-align: middle;
}

@media screen and (max-width: 420px) {
  .procedure {
    margin: 20px auto;
  }
}

@media screen and (max-width: 900px) {
  .accountSample {
    flex-direction: column;
    margin: 20px auto;
  }

  .accountSample .example {
    margin: auto;
    margin-bottom: 20px;
  }

  .accountSample .example p {
    font-size: 14px;
    padding: 4px;
    top: 0;
  }
}

form .idPhoto ul {
  padding: 0;
  margin: 0;
  width: 60vw;
  margin: auto;
}

@media screen and (max-width: 700px) {
  form .lastSec {
    margin: auto;
  }

  form .idPhoto ul {
    margin: 20px auto;
    width: 100vw;
  }
}

.bankContainer {
  margin-top: 20px;
}

.bankContainer02 {
  padding: 0;
  width: auto;
}

/* .mvsp {
    display: none;
}

.mvpc {
    display: block;
    margin: auto;
    width: 565px;
} */
.identification_img {
  display: block;
  margin: auto;
  width: 565px;
}

.gandhi-id {
  width: 90%;
}

@media screen and (max-width: 700px) {
  form ul li:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    min-width: 25%;
    height: 34px;
    padding: 10px;
    background-color: #FFFDE8;
    font-family: 'ヒラギノ角ゴ ProN';
  }

  form ul input,
  form ul select {
    background-color: #fff;
    border: 1px solid #a4a4a4;
    font-size: 14px;
    margin: 5px 0;
  }

  form .accountInfo ul,
  form .creditInfo ul {
    margin: auto;
    margin-top: 20px;
  }

  .bankContainer {
    width: 100%;
    margin: auto;
  }

  .divforpicturebanks,
  #bank50onSelectArea,
  .classForChoisingBanks {
    width: 90%;
    margin: auto;
    margin-top: 5px;
  }

  .divforpicturebanks {
    margin-top: 5px;
  }

  form ul {
    margin-top: 10px;
  }

  form .idPhoto {
    height: auto;
    padding-top: 30px;
  }

  form .idPhoto input {
    display: flex;
    align-items: center;
  }

  form .creditInfo {
    border-bottom: none;
  }

  form ul li:nth-child(1) {
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
  }

  .blank {
    display: none;
  }

  form ul li:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 5px;
    margin: auto;
  }

  /* .mvsp {
        display: block;
    }

    .mvpc {
        display: none;
    } */

  form p {
    text-align: left;
  }

  .sp_blank {
    display: none !important;
  }

  form .lastSec h3 {
    font-size: 14px;
  }

  .headingForBanks {
    font-size: 14px;
  }
}

@media screen and (min-width: 701px) {
  .sp_creditInfo {}

  .example {
    display: block;
  }

  .security-code {
    display: block;
  }

  .security-code img {
    width: 80%;
    margin: auto;
  }

  .lastSec h3 {
    font-size: 20px;
  }
}

/* li.mga {
    margin: auto;
} */

/*----------------------
２回目を選択した際のポップアップ
----------------------*/
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: min(34px,5.88vw) min(20px,3.46vw);
  background-color: white;
  border-radius: 8px;
  z-index: 1000;
  text-align: center;
  width: 90%;
  max-width: 520px;
}

.popup .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  cursor: pointer;
}

.popup .close div {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #e70000;
  border-radius: 50%;
  background: #fff;
  margin: 0;
}

.popup .close div::before,
.popup .close div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #e70000;
}

.popup .close div::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup .close div::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup h3 {
  margin: 0 0 24px;
  font-size: min(32px,5.6vw);
  color: #39b54a;
  background: linear-gradient(transparent 60%, #fff87c 60%);
}

.popup p {
  color: #333;
  font-size: min(20px,3.5vw);
  text-align: center;
}

form .popup ul {
  color: #333;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: inside;
  padding: 20px 0;
  text-align: left;
  min-width: unset !important;
  margin: 0;
}

form .popup ul li {
  font-size: min(20px,3.5vw);
  width: 100%;
  background-color: unset;
  display: list-item;
  height: auto;
  padding: 0;
}

.popup div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
  margin: 0 auto 16px;
}

.popup div a {
  color: #fff;
  padding: 14px 0;
  font-size: min(26px,4.55vw);
  border-radius: 10px;
  position: relative;
}

.popup div a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(16px,2.8vw) 0 min(16px,2.8vw) min(14px,2.6vw);
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
}

.popup div .tel {
  background-color: #3890e0;
}

.popup div .mail {
  background-color: #f2a12c;
}

.popup div .line {
  background-color: #50c14d;
}

.popup .business-hours {
  color: #000;
  font-size: min(22px,3.85vw);
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 578px) {
  .popup {
  }
}