@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;
}

/* ヘッダー */
/* header {
  display: flex;
  justify-content: space-around;
  height: 10vh;
  background-color: #FF7A21;
  align-items: center;
}

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

header a {
  color: #333333;
  font-size: 14px;
  width: 60vw;
}
@media screen and (max-width: 900px) {
  header a {
    min-width: 80vw;
  }
} */

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

form h1 {
  margin-top: 3em;
  max-width: 70vw;
  color: #1DBFFF;
  font-size: 48px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  background: url(../images/bg_ttl_02.png) center bottom no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  form h1 {
      font-size: 28px;
      padding-bottom: 30px;
      margin-top: 4em;
      margin-bottom: 30px;
      background: url(../images/bg_ttl_02.png) center bottom no-repeat;
      background-size: 12px;
  }
}

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

form .blackP {
  color: black;
  min-width: 60vw;
  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;
  min-width: 60vw;
  align-items: baseline;
}

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-child(2) {
  min-width: 70%;
  font-size: 20px;
}

form ul li .post_code {
  display: flex;
}

form ul input,
form ul select,
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 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;
}
.red_text {
  width: 100%;
  margin: auto;
}

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

form .accountInfo ul,
form .creditInfo ul {
  width: 60vw;
}

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: #47bfff;
  color: white;
  margin-top: 50px;
}

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;
  align-items: center;
}

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

@media screen and (min-width: 701px) {
form ul li:nth-child(2) {
  width: 60%;
}
}
@media screen and (max-width: 700px) {
  form {
    padding-bottom: 1em;
  }
  #togglePassword {
    margin: 0 auto 0 3%;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    color: #fff;
    padding-bottom: 20px;
  }
  .red_text {
    width: 90%;
  }
}



@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-child(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 ul,
  form .creditInfo ul {
    width: 60vw;
  }

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

  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: 30px;
    position: inline-block;
    min-width: 100vw !important;
    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: #1DBFFF;
  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: #1DBFFF;
}
.step.active:after {
  color: #1DBFFF;  
}

@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){
}