.guide-identification {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  font-family: Avenir, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック体",
    "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.guide-identification h2.new {
  font-weight: bold;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.5;
}

.guide-identification h3.sec-title {
  padding: 10px 1em 9px;
  background: #f1f1f1;
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guide-identification h4.sub-title {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guide-identification .txt {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7;
}

.guide-identification .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.guide-identification img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.guide-identification .bold {
  font-weight: bold;
  font-weight: 600;
}

.guide-identification .red {
  color: #e02020;
  text-decoration: underline;
}

.guide-identification .blue {
  color: #004d89;
}

.guide-identification .label-yellow {
  padding: 3px 5px 2px;
  background: #faff00;
}

/* LP */
.hero-inner {
  max-width: 560px;
  margin: 0 auto;
}

.guide-identification-inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 20px;
}

.method-img {
  width: 200px;
  margin: 0 auto 25px;
}

.box-blue {
  width: 400px;
  margin: 0 auto 25px;
  padding: 15px 15px 14px;
  background: #e5edf3;
  border-radius: 10px;
}

.merit-img {
  width: 100px;
  margin: 0 auto 25px;
}

.guide-identification .qa {
  line-height: 2.4;
}

.guide-identification .qa a {
  color: #000;
  text-decoration: underline;
}

.guide-identification .capture-img {
  margin: 0 auto 25px;
  padding: 0 15px;
  max-width: 350px;
}

.guide-identification .capture-img img {
  border-radius: 10px;
}

.guide-identification .capture-img.bd-2 img {
  border: 2px solid #ddd;
}

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

.guide-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*/

.identification-step {
  padding: 30px 30px 15px;
  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;
}

/* eKYC #7032 */
.identification-type {
  margin-bottom: 30px;
}

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

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

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

/* #11080 S2Y */
.merit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.merit-box li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  padding: 8px 13px;
  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;
  flex-direction: column;
  width: calc((100% - 20px) / 3);
}

.merit-box li img {
  width: 50px;
  height: auto;
}

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

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

.detail-text {
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.4;
  width: 400px;
  margin: 0 auto;
}
