@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN";
  color: #000;
  font-size: 16px;
}
body a {
  color: #000;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
* {
  box-sizing: border-box;
}

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

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.
 */
/* 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 */
  -webkit-text-decoration: underline dotted;
          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 */
}

/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFE4E6;
  padding: 0 5%;
  height: 100px;
  margin-bottom: 60px;
}

.header_logo img {
  background-color: #FFE4E6;
}

@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    margin-bottom: 65px;
    margin-bottom: 10px;
  }
  .header_logo {
    width: 60%;
  }
}
/*----------------------------------------------------- */
/*  main           */
/*----------------------------------------------------- */
.contents {
  padding: 0 3%;
}

.contents_sub {
  position: relative;
  padding: 0 3% 100px;
}

.amount {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f599a0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amount h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-right: 30px;
}
.amount div {
  display: flex;
  align-items: center;
}
.amount div p {
  background: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 2px 30px;
  border-radius: 5px;
  margin-right: 10px;
}
.amount div span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.main_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main_ttl_txt {
  text-align: center;
  margin-bottom: 40px;
}

.step {
  display: flex;
  justify-content: center;
  max-width: 460px;
  margin: 0 auto 30px;
}
.step li {
  width: 33%;
  text-align: center;
  position: relative;
}
.step li div {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.step li p {
  font-size: 14px;
}
.step li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26%;
  right: -15%;
  width: 30%;
  height: 2px;
  background: #000;
}
.step .active div {
  background: #f599a0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 3%;
  }
  .contents_sub {
    position: relative;
    padding: 0 3% 80px;
  }
  .amount {
    padding: 10px 3%;
    justify-content: space-between;
  }
  .amount h2 {
    font-size: 4vw;
    margin-right: 0;
  }
  .amount div p {
    font-size: 6vw;
    padding: 2px 4vw;
  }
  .amount div span {
    font-size: 4vw;
  }
  .main_ttl {
    font-size: 6.4vw;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .main_ttl_txt {
    margin-bottom: 20px;
  }
  /* .step {
    max-width: 80%;
  } */
  .step li p {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  form           */
/*----------------------------------------------------- */
.form_wrap {
  max-width: 1000px;
  margin: 0 auto 60px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px 60px;
}
.form_wrap input[type=text], .form_wrap input[type=email], .form_wrap input[type="number"], .form_wrap input[type="date"], .form_wrap input[type="month"], .form_wrap input[type="password"] {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
  outline: 0;
  border: none;
  border: 2px solid #CACACA;
  width: 100%;
  font-size: 16px;
}
.form_wrap input[type=number].half {
  width: 50%;
}
.form_wrap select {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  color: #000;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
  outline: 0;
  border: none;
  border: 2px solid #CACACA;
  width: 50%;
  font-size: 16px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.form_wrap select::-ms-expand {
  display: block;
}
.form_wrap #birth-y,
.form_wrap #birth-m,
.form_wrap #birth-d {
  width: 100%;
}

.sec_ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec_ttl_wrap .sec_ttl {
  margin-bottom: 0;
  margin-right: 15px;
}
.sec_ttl_wrap .required {
  background: #FA4141;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
}

.sec_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sec_subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec_ttl_note {
  font-size: 14px;
  margin: -20px 0 30px;
}

.sec_ttl_note02 {
  font-size: 14px;
  color: #FA4141;
  margin: -20px 0 30px;
}

.form_dl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.form_dl dt {
  width: 40%;
  padding-right: 5%;
}
.form_dl dt p {
  font-weight: bold;
  font-size: 18px;
}
.form_dl dt .note01 {
  font-size: 12px;
}
.form_dl dt .note02 {
  color: gray;
  font-size: 12px;
}
.form_dl dt .note03 {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
.form_dl dt .wrap {
  display: flex;
  align-items: center;
}
.form_dl dt .wrap p {
  margin-right: 10px;
}
.form_dl dd {
  width: 60%;
}
.form_dl .input-group {
  display: flex;
}
.form_dl .input-group .input-container {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.form_dl .input-group .input-container label {
  font-size: 18px;
}
.form_dl dd .wrap01 {
  display: flex;
  align-items: flex-end;
}
.form_dl dd .wrap01 p {
  margin-left: 10px;
  font-size: 16px;
}

.confirmation_table {
  width: 100%;
}
.confirmation_table th {
  padding-bottom: 15px;
  font-size: 18px;
}
.confirmation_table td {
  padding-bottom: 15px;
  text-align: right;
  font-size: 16px;
}
.confirmation_table .txt01 {
  font-weight: bold;
}
.confirmation_table .txt02 em {
  font-size: 24px;
  font-weight: bold;
  color: #f599a0;
}
.confirmation_table .txt03 em {
  font-size: 18px;
  font-weight: bold;
}

.form_note {
  color: #FA4141;
  font-size: 14px;
}

.form_note02 {
  color: #FA4141;
  font-size: 14px;
  margin: -20px 0 30px;
}

.form_btn {
  display: block;
  margin: 0 auto 60px;
  max-width: 500px;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #f599a0;
  border-radius: 50px;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.form_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .form_wrap {
    margin: 0 auto 40px;
    padding: 15px 20px 1px;
  }
  .form_wrap input[type=number].half {
    width: 70%;
  }
  .form_wrap select {
    width: 70%;
  }
  .sec_ttl_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .sec_ttl_wrap .sec_ttl {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .sec_ttl_wrap .required {
    font-size: 12px;
    padding: 3px 6px;
  }
  .sec_ttl {
    font-size: 4.27vw;
    margin-bottom: 20px;
  }
  .sec_subttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sec_ttl_note {
    font-size: 12px;
    margin: -15px 0 30px;
  }
  .sec_ttl_note02 {
    font-size: 12px;
    color: #FA4141;
    margin: -15px 0 30px;
  }
  .form_dl {
    display: block;
    margin-bottom: 20px;
  }
  .form_dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .form_dl dt p {
    font-size: 14px;
  }
  .form_dl dt .note01 {
    font-size: 10px;
  }
  .form_dl dt .note02 {
    font-size: 10px;
  }
  .form_dl dt .note03 {
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
  }
  .form_dl dt .wrap {
    display: flex;
    align-items: center;
  }
  .form_dl dt .wrap p {
    margin-right: 10px;
  }
  .form_dl dd {
    width: 100%;
  }
  .form_dl dd .wrap01 {
    display: flex;
    align-items: flex-end;
    font-size: 12px;
  }
  .form_dl dd .wrap01 p {
    margin-left: 10px;
  }
  .form_dl_wrap {
    display: flex;
    justify-content: space-between;
  }
  .form_dl_wrap input[type=text].half {
    width: 90% !important;
  }
  .confirmation_table {
    width: 100%;
  }
  .confirmation_table th {
    padding-bottom: 15px;
  }
  .confirmation_table td {
    padding-bottom: 15px;
    text-align: right;
  }
  .confirmation_table .txt01 {
    font-weight: bold;
  }
  .confirmation_table .txt02 em {
    font-size: 24px;
    font-weight: bold;
    color: #E39E3C;
  }
  .confirmation_table .txt03 em {
    font-size: 18px;
    font-weight: bold;
  }
  .form_note {
    font-size: 12px;
  }
  .form_note02 {
    color: #FA4141;
    font-size: 10px;
    margin: -20px 0 30px;
  }
  .form_btn {
    max-width: 90%;
    margin: 0 auto 40px;
    height: 70px;
    font-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  step0 section           */
/*----------------------------------------------------- */
.step01_01,
.step02_01,
.step03_01 {
  border-bottom: 1px solid #000;
}

.step01_02,
.step02_02,
.step03_02,
.step03_03 {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}

.step01_03,
.step02_03,
.step03_04 {
  padding: 30px 0 0;
}

/*----------------------------------------------------- */
/*  bankSelect           */
/*----------------------------------------------------- */
.bankSelect_wrap {
  max-width: 500px;
  margin: 0 auto 30px;
}

#bankSelect {
  border-collapse: separate;
  border-spacing: 2px;
}

.bankSelect_txt {
  color: #FA4141;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .bankSelect_txt {
    font-size: 3vw;
    margin: 10px 0;
  }
}
/*----------------------------------------------------- */
/*  step03           */
/*----------------------------------------------------- */
.step03_02_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.step03_02_wrap .details {
  width: 48%;
}
.step03_02_wrap .logo {
  margin-bottom: 20px;
}
.step03_02_wrap .txt {
  background: #F0F0F0;
  padding: 10px;
  margin-bottom: 30px;
}
.step03_02_wrap .txt p {
  margin-left: 1em;
  text-indent: -1em;
}
.step03_02_wrap .txt p + p {
  margin-top: 10px;
}
.step03_02_wrap .pic {
  width: 48%;
}

.radio_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.radio_list li {
  width: 31%;
  margin-bottom: 10px;
  font-size: 16px;
}

.radio {
  display: none;
}

.radio + label {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  display: block;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 15px 15px 35px;
}

.radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
}

.radio:checked + label {
  background: #f7e2c4;
}

.radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 19px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.upload_wrap {
  border: 1px solid #000;
  padding: 10px;
  display: flex;
  align-items: center;
}

.upload_wrap + h3 {
  margin-top: 30px;
}

.upload_txt {
  margin-left: 20px;
}

.step03_04_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step03_04_txt span {
  color: #FA4141;
}

.step03_04_note {
  font-size: 14px;
  color: #494949;
  margin-bottom: 20px;
}

.step03_04_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.step03_04_wrap .details {
  width: 48%;
}
.step03_04_wrap .txt {
  background: #F0F0F0;
  padding: 10px;
  margin-bottom: 30px;
}
.step03_04_wrap .txt p {
  margin-left: 1em;
  text-indent: -1em;
}
.step03_04_wrap .txt p + p {
  margin-top: 10px;
}
.step03_04_wrap .pic {
  width: 48%;
}

.btn_upload01 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  background: #289425;
  border-radius: 100px;
  width: 100%;
  border: none;
cursor: pointer;
}

.btn_upload02 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #289425;
  border-radius: 100px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: none;
cursor: pointer;
}

.btn_upload03 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #289425;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
cursor: pointer;
}

@media screen and (max-width: 767px) {
  .step03_02_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
  }
  .step03_02_wrap .details {
    margin-top: -10px;
  }
  .step03_02_wrap .logo {
    margin-bottom: 10px;
  }
  .step03_02_wrap .txt {
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 40px;
  }
  .step03_02_wrap .txt p {
    font-size: 12px;
  }
  .step03_02_wrap .txt p + p {
    margin-top: 10px;
  }
  .step03_02_wrap .pic {
    width: 48%;
  }
  .radio_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .radio_list li {
    width: 48%;
    margin-bottom: 10px;
  }
  .radio + label {
    font-size: 3.2vw;
    padding: 15px 5px 15px 30px;
  }
  .radio + label::before {
    top: calc(50% - 6px);
    left: 12px;
  }
  .radio:checked + label::after {
    left: 16px;
  }
  .upload_wrap {
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .upload_wrap + h3 {
    margin-top: 30px;
  }
  .upload_wrap {
    padding: 5px 10px;
  }
  .upload_txt {
    font-size: 12px;
    margin-left: 20px;
  }
  .step03_04_txt {
    font-size: 14px;
  }
  .step03_04_note {
    font-size: 12px;
  }
  .step03_04_wrap {
    margin-bottom: 30px;
  }
  .step03_04_wrap .txt {
    font-size: 11px;
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 10px;
  }
  .btn_upload01 {
    padding: 5px 10px;
    font-size: 12px;
  }
  .btn_upload02 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .btn_upload03 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

/* お申込み後の流れ */
.service-contactInput .sp,
.service-contactInput .pc {
  margin: auto;
}

.service-contactInput .pc {
  display: block;
}
.service-contactInput .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .service-contactInput .pc {
    display: none;
  }
  .service-contactInput .sp {
    display: block;
  }
}  

/*# sourceMappingURL=style.css.map */