  img {
    width: 100%;
  }

  .reupload-main {
    margin: auto;
    padding: 40px;
    background: #fff;
  }

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

  .creditInfo_ttl {
    background: #4a2b00;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 60px;
  }

  .creditInfo_ttl::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    background: #4a2b00;
    height: 30px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }


  .creditInfo_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 30px;
  }

  .creditInfo_list li {
    width: 46%;
  }

  .creditInfo_list li:nth-child(1) h3 {
    text-align: center;
    color: #4a2b00;
    font-size: 24px;
    font-weight: bold;
    background: #f8d93d;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .creditInfo_list li:nth-child(2) h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #ff6c00;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .creditInfo_list li:nth-child(1) .box {
    border: 2px solid #f8d93d;
  }

  .creditInfo_list li:nth-child(2) .box {
    border: 2px solid #ff6c00;
  }

  .creditInfo_list li:nth-child(1) .box h4 {
    background: #f8d93d;
    text-align: center;
    color: #4a2b00;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 0;
    position: relative;
    margin-bottom: 20px;
  }

  .creditInfo_list li:nth-child(2) .box h4 {
    background: #ff6c00;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 0;
    position: relative;
    margin-bottom: 20px;
  }

  .creditInfo_list li:nth-child(1) .box h4::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #f8d93d;
    height: 15px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .creditInfo_list li:nth-child(2) .box h4::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #ff6c00;
    height: 15px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .creditInfo_list li .box .pic {
    display: block;
    width: 28%;
    margin: 0 auto 10px;
  }



  .creditInfo_list li .box p {
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 10px;
  }


  .creditInfo_step {
    border: 2px solid #4a2b00;
    margin-bottom: 30px;
  }


  .creditInfo_step .inner {
    padding: 0 25px 25px;
  }

  .creditInfo_step h3 {
    background: #4a2b00;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 5px;
    position: relative;
    margin-bottom: 20px;
  }

  .creditInfo_step h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #4a2b00;
    height: 15px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .creditInfo_step .ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }


  .creditInfo_step input[type=text] {
    padding: 10px 15px;
    width: -webkit-fill-available;
    border: 1px solid #9D9D9D;
    border-radius: 5px;
  }

  .creditInfo_step h4 {
    margin-bottom: 10px;
  }

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

  .btn_upload::file-selector-button {
    width: 160px;
    height: 40px;
    opacity: 0;

    position: relative;
  }

  .btn_upload::before {
    position: absolute;
    content: "アップロード";
    text-align: center;
    color: #fff;
    background: #a11c1f;
    border-radius: 100px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
  }

  .upload_txt {
    margin-left: 20px;
  }

  .radio_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    list-style: none;
  }

  .radio_list li {
    width: 49%;
    margin-bottom: 10px;
  }

  .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: #f9f4e9;
  }

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

  .mb0 {
    margin-bottom: 0;
  }

  .creditInfo_step .txt02 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .creditInfo_step .txt02 em {
    color: #FA4141;
    font-weight: bold;

  }

  .creditInfo_step .txt03 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .creditInfo_step .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }

  .creditInfo_step .details {
    width: 52%;
  }

  .creditInfo_step .details .txt {
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 20px;
  }

  .creditInfo_step .details .txt p {
    line-height: 1.2;
  }

  .creditInfo_step .details .txt p+p {
    margin-top: 5px;
  }

  .creditInfo_step .pic {
    width: 48%;
  }

  .creditInfo_step .btn_upload02::file-selector-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    opacity: 0;

    position: relative;
  }

  .creditInfo_step .btn_upload02::before {
    position: absolute;
    content: "アップロード";
    display: block;
    text-align: center;
    color: #fff;
    background: #a11c1f;
    border-radius: 100px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
  }

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

  .form_btn:hover {
    opacity: 0.7;
  }

  .credit_select {
    display: flex;
    align-items: center;
    list-style: none;
  }

  .credit_select li+li {
    margin-left: 30px;
  }

  .credit_select select {
    border: #9D9D9D 1px solid;
    padding: 5px;
    border-radius: 5px;
  }

  .credit {
    margin-top: 30px;
  }

  .paidy {
    margin-top: 30px;
  }

  .paidy_ttl01 {
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
  }

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

  .paidy_pic01 {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }

  .paidy_ttl02 {
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .paidy_pic02 {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }

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

  .paidy_pic03 {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }

  .paidy_txt03 {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
  }

  @media screen and (max-width: 700px) {
    .reupload-main {
      padding: 10px;
    }

    .creditInfo_txt {
      font-size: 6.4vw;
      margin-bottom: 20px;
    }

    .creditInfo_ttl {
      font-size: 6.4vw;
      padding: 15px 0 0;
      position: relative;
      margin-bottom: 60px;
    }

    .creditInfo_list li:nth-child(1) h3 {
      font-size: 4.27vw;
    }

    .creditInfo_list li:nth-child(2) h3 {
      font-size: 4.27vw;
    }

    .creditInfo_list li:nth-child(1) .box h4 {
      font-size: 4.27vw;
    }

    .creditInfo_list li:nth-child(2) .box h4 {
      font-size: 4.27vw;
    }

    .creditInfo_list li .box p {
      font-size: 3.73vw;
    }

    .creditInfo_step .inner {
      padding: 0 15px 20px;
    }

    .creditInfo_step h3 {
      font-size: 4.27vw;
    }

    .creditInfo_step .ttl {
      font-size: 4.27vw;
    }

    .btn_upload::file-selector-button {
      width: 29.87vw;
      height: 30px;
      line-height: 30px;
      opacity: 0;

      position: relative;
    }

    .btn_upload::before {
      width: 29.87vw;
      height: 30px;
      line-height: 30px;
    }

    .radio_list {
      margin-bottom: 20px;
    }

    .radio+label {
      font-size: 4vw;
      letter-spacing: -0.1em;
      padding: 15px 0 15px 25px;
    }

    .radio+label::before {
      left: 10px;
    }

    .radio:checked+label::after {
      left: 13px;
    }

    .creditInfo_step .txt02 {
      font-size: 3.73vw;
    }

    .creditInfo_step .txt03 {
      font-size: 3.2vw;
    }

    .creditInfo_step .details .txt p {
      font-size: 3.2vw;
    }

    .creditInfo_step .btn_upload02 {
      height: 40px;
      line-height: 40px;
    }

    .form_btn {
      max-width: 90%;
      height: 70px;
      font-size: 6.4vw;
    }
  }

/* step2内 */
.accountInfo .creditInfo_step {
  border: none;
  text-align: unset;
  padding-top: 30px;
  border-top: 3px solid #d2b48c;
}

.accountInfo ul.radio_list li:last-child {
  display: block;
  align-items: unset;
  gap: 0;
  padding: 0;
}

.accountInfo ul.radio_list li:first-child {
  font-weight: normal;
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.pic_log {
  width: 60%;
  margin: auto;
  padding: 20px;
}

.sec_ttl_wrap .required {
  background: #FA4141;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  margin-left: 10px;
  border-radius: 4px;
}

.sec_ttl_wrap {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}

.fileBtn input[type="file"] {
  display: none;
}

.fileName {
  word-break: break-all;
  margin-top: 60px;
  margin-left: 4px;
}
