.identification-wrapper {
  margin: 0 auto 40px;
}

.identification-wrapper .main {
  background: #004d89;
  width: 100%;
  height: auto;
  padding: 40px 0 120px;
  text-align: center;
  position: relative;
}

.identification-wrapper .main .main-icon {
  width: 35%;
  max-width: 190px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -46px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.identification-wrapper .main .main-text {
  width: 65%;
  height: auto;
  margin: 10px auto 0;
}

.identification-wrapper .main .main-text img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

/* #11080 S2Y */
.merit-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
  margin: 60px auto 30px;
  justify-content: center;
}

.identification-wrapper .merit-box li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  flex-direction: column;
  width: calc((100% - 20px) / 3);
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  border-radius: 8px;
}

.identification-wrapper .merit-box li img {
  width: 46px;
  height: auto;
}

.merit-box li:nth-child(1) img {
  position: relative;
  left: 2px;
}
.merit-box li:nth-child(2) img {
  position: relative;
  left: 5px;
}

.identification-wrapper .merit-box li p {
  text-align: center;
}

.sub-wrapper {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
}

.identification-wrapper h2 {
  font-size: 2.1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.identification-wrapper .button-box {
  margin: 15px auto;
  max-width: 520px;
}

.identification-wrapper .balloon {
  position: relative;
  background: #004d89;
  padding: 10px 15px 8px;
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 50px;
  display: table;
  margin: 30px auto 20px;
}
.identification-wrapper .balloon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 77, 137, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #004d89;
  top: 100%;
  left: 50%;
}

.identification-wrapper .button-box .button {
  border-radius: 6px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.7;
  border: 1px solid #004d89;
  color: #004d89;
  margin: 10px 0;
}

.identification-wrapper .text-wrapper {
  max-width: 520px;
  padding: 0 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.identification-wrapper .normal-text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
}

.identification-wrapper .detail-box {
  padding: 15px;
  font-size: 1.3rem;
  color: #004d89;
  background: #e5edf3;
  border-radius: 6px;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}

.identification-wrapper .detail-box .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.identification-wrapper .detail-text {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.4;
}

.identification-wrapper .doc-img {
  width: 90%;
  height: auto;
  margin: 25px auto 10px;
  display: block;
}

.identification-wrapper .doc-detail-text {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0 0 0;
}

/* 写真 */

.used-item-img-content {
  padding: 12px;
}

.used-item-img-content .used-img-list-box {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
}

.used-item-img-content .used-img-list-box .list {
  width: -webkit-calc(100% / 3 - 6px);
  width: -moz-calc(100% / 3 - 6px);
  width: calc(100% / 3 - 6px);
  margin: 3px;
}

.used-item-img-content .used-img-list-box .list label.used-item-img {
  position: relative;
  display: block;
}

.used-item-img-content .used-img-list-box .list label.used-item-img input {
  display: none;
}

.used-item-img-content .used-img-list-box .list label.used-item-img:before {
  content: " ";
  display: block;
  padding-top: 65%;
}

.used-item-img-content .used-img-list-box .list label.used-item-img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  border: #e5e5e5 solid 1px;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}

.used-item-img-content
  .used-img-list-box
  .list
  label.used-item-img
  .content
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.used-item-img-content .used-img-list-box .list label.used-item-img .delete {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url("../../../img/post/sp-btn-post-delete.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  top: -9px;
  right: -9px;
  z-index: 1;
  display: block;
}

.identification-wrapper .add-button {
  border-radius: 6px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  line-height: 3.7;
  background: #004d89;
  color: #fff;
}

/* eKYC #7032 */
.identification-type {
  max-width: 520px;
  margin: 0 auto 30px;
}

.identification-type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3px;
}

.identification-type ul li {
  width: 49%;
  margin-bottom: 7px;
  border-radius: 4px;
  background: #e5edf3;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.5;
}

.identification-type .note-passport {
  color: #666;
  text-align: center;
  font-size: 1rem;
}

.identification-btn {
  max-width: 520px;
  margin: 15px auto 30px;
  padding: 0 15px;
}

.identification-btn.disabled {
  opacity: 0.5;
}

.identification-btn a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 10px 0;
  border-radius: 6px;
  background: #004d89;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.7;
}

.identification-btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url(../../../img/common/icon-arrow-right-wh.png) center/contain
    no-repeat;
}

.identification-step {
  max-width: 520px;
  margin: 0 auto;
  padding: 15px 30px;
  background: #f5f5f5;
}

.balloon-2 {
  display: table;
  margin: 15px auto;
  padding: 10px 15px 9px;
  position: relative;
  background: #fff;
  border: 1px solid #004d89;
  border-radius: 50px;
  color: #004d89;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}

.balloon-2:after,
.balloon-2:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.balloon-2:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.balloon-2:before {
  border-color: rgba(0, 77, 137, 0);
  border-top-color: #004d89;
  border-width: 9px;
  margin-left: -9px;
}

.identification-step-box .step {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
}

.identification-step-box .step.first::after,
.identification-step-box .step.second::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #dadada;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.identification-step-box .step .step-img {
  display: flex;
  align-items: center;
  width: 50px;
  margin-right: 20px;
}

.identification-step-box .step.first .step-img {
  width: 45px;
  margin-right: 25px;
}

.identification-step-box .step .step-img img {
  width: 100%;
}

.identification-step-box .step .step-text {
  width: 160px;
}

.identification-step-box .step .step-text .step-num {
  display: table;
  border: 1px solid #004d89;
  border-radius: 50px;
  margin-bottom: 6px;
  padding: 4px 15px 2px;
  color: #004d89;
  font-size: 1.8rem;
}

.identification-step-box .step .step-text span {
  font-size: 1.7rem;
  line-height: 1.5;
}

/* personal */
.identification-personal {
  max-width: 520px;
  margin: 0 auto;
  padding: 45px 0;
}

.identification-personal h2 {
  font-size: 2.1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.identification-personal ul {
  padding: 0 15px;
}

.identification-personal .form-box-type-1 li {
  display: flex;
  margin: 2px 0 0 0;
  border-bottom: 1px solid #ececec;
}

.identification-personal .form-box-type-1 li .label-name-type-1 {
  display: flex;
  align-items: center;
  width: 100px;
  margin: 0;
  font-weight: 600;
}

.identification-personal .form-box-type-1 li .input-type-1,
.identification-personal .form-box-type-1 li .select-type-1,
.identification-personal .form-box-type-1 li .input-type-1 {
  border: none;
  background-color: #fff;
  padding: 10px 15px 12px;
  color: #000;
}

.identification-personal .note-adress {
  padding: 0 15px;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.5;
}

.identification-personal input::-webkit-date-and-time-value {
  text-align: left;
  line-height: 26px;
}

/*  address */
.identification-address {
  background: #fafafa;
  padding: 45px;
}

.identification-address-inner {
  max-width: 520px;
  margin: 0 auto;
}

.identification-address h2 {
  font-size: 2.1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.identification-address .address-text {
  font-size: 1.3rem;
  line-height: 1.5;
}

.identification-address .address-btn a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 6%);
}

.identification-address .address-btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url(../../../img/common/icon-arrow-right-bk.png) center/contain
    no-repeat;
}

.identification-address .address-btn .address-btn-img {
  width: 75px;
  margin-right: 15px;
}

.identification-address .address-btn .address-btn-img img {
  width: 100%;
}

.identification-address .address-btn a span {
  display: flex;
  align-items: center;
}

a.disabled {
  pointer-events: none;
}

.button-grey {
  background-color: #ccc !important;
}
