.contents.mypage_info .webappKv {
  margin: 0 auto;
  max-width: 840px;
}
.contents.mypage_info .webappBtnConv,
.contents.mypage_info .webappBtnOther {
  margin: 40px auto 0;
  font-size: var(--fsize20);
  font-weight: 500;
  position: relative;
}
.contents.mypage_info .webappBtnConv.-btm,
.contents.mypage_info .webappBtnOther.-btm {
  margin-top: 30px;
}
.contents.mypage_info .webappCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4.76%;
}
.contents.mypage_info .webappColHead,
.contents.mypage_info .webappColTxt {
  letter-spacing: 0.05em;
}
.contents.mypage_info .webappColL {
  position: relative;
  width: 52.5%;
}
.contents.mypage_info .webappColL:before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
  position: absolute;
  right: -35px;
  top: calc(50% - 9px);
}
.contents.mypage_info .webappColR {
  width: 42.73%;
}
.contents.mypage_info .webappColR.-img3 {
  width: 37.26%;
  margin-left: 5.47%;
}
.contents.mypage_info .login {
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .contents.mypage_info .webappBtnConv,
  .contents.mypage_info .webappBtnOther {
    margin: 40px auto 0;
    font-size: var(--fsize28);
  }
  .contents.mypage_info .webappBtnConv.-btm,
  .contents.mypage_info .webappBtnOther.-btm {
    margin-top: 30px;
  }
  .contents.mypage_info .webappCol {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 0;
  }
  .contents.mypage_info .webappColL {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents.mypage_info .webappColL:before {
    width: 24px;
    height: 36px;
    right: auto;
    top: auto;
    bottom: -50px;
    left: calc(50% - 12px);
    transform: rotate(90deg);
  }
  .contents.mypage_info .webappColR {
    width: 100%;
    max-width: 718px;
    margin: 0 auto;
  }
  .contents.mypage_info .webappColR.-img3 {
    width: 100%;
    max-width: 626px;
    margin: 0 auto;
  }
  .contents.mypage_info .login {
    border: 2px solid #f0f0f0;
    border-radius: var(--radius2);
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents.mypage_info .webappBtnConv,
  .contents.mypage_info .webappBtnOther {
    margin: 5.22vw auto 0;
    font-size: 3.65vw;
  }
  .contents.mypage_info .webappBtnConv.-btm,
  .contents.mypage_info .webappBtnOther.-btm {
    margin-top: 3.91vw;
  }
  .contents.mypage_info .webappColL {
    margin-bottom: 7.82vw;
  }
  .contents.mypage_info .webappColL:before {
    width: 3.13vw;
    height: 4.69vw;
    bottom: -6.52vw;
    left: calc(50% - 1.56vw);
  }
  .contents.mypage_info .login {
    padding: 3.91vw;
  }
}