/*
mydata-lite-status
=============================================== */
.mydata-lite-status .signed-in #widget {
  width: 640px!important;
}

.memberUpd .mydata-lite_login-button {
  position: relative;
  font-family: RakutenSansJP2_W-DemiBold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 58px;
  margin: 0 auto;
  border-radius: 0;
  border-width: 0;
  background: #fff;
  color: #FF41BE;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: normal;
}
.memberReg .mydata-lite_login-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 64px;
  margin: 0 auto;
  border-radius: 32px;
  border-width: 0;
  background: #bf0000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 1.25px 6px rgba(0, 0, 0, 0.2);
}
.memberReg .mydata-lite_login-button:hover {
  opacity: 0.8;
}
.memberReg .mydata-lite_login-button .right_icon {
  display: inline-block;
  display: none!important;
  position: absolute;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}