.line-login-link-btn-wrapper {
  width: 100%;
  text-align: center;
  padding: 2px 10px;
  background-color: #39CE01;
  color: #ffffff;
  border: 1px solid #39CE01;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.line-login-link-btn-wrapper img {
  cursor: pointer;
}
.add-friend-btn-wrapper {
  margin-right: 1rem;
  cursor: pointer;
}
.line-login-link-btn-wrapper a.add-friend-btn,
.line-login-link-btn-wrapper input[type="submit"] {
  border: 0;
  padding: 2px 0 0;
  background:transparent;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.line-login-link-btn-wrapper a.add-friend-btn:focus,
.line-login-link-btn-wrapper input[type="submit"]:focus {
  box-shadow: none;
}
.line-login-link-btn-wrapper a.add-friend-btn {
  width: 100%;
}
.line-login-link-btn-wrapper button {
  background: transparent;
  border: 0;
}
.line-login-link-btn-wrapper button:focus {
  outline: none;
}
.line-custom-link-sso {
  margin-right: 1rem;
  cursor: pointer;
}
.line-id-change-block-sp {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .line-id-change-block-pc {
    display: none!important;
  }
  .line-id-change-block-sp {
    display: block!important;
    width: 100%;
    position: fixed;
    top: 64px;
  }
  .line-id-change-block-sp .line-custom-login-sso .line-login-link-btn-wrapper{
    border-radius: 0;

  }
  .line-id-change-block-sp .line-custom-login-sso {
    margin-right: 0;
  }
}
li.li-unlink-line {
  background: #39CE01;
  padding: 5px!important;
  text-align: center;
}
.menu-group__list .li-unlink-line a.unlink-btn {
  padding: 10px!important;
  text-align: center;
  width: 100% !important;
}
.menu-group__list .li-unlink-line a.unlink-btn:hover {
  text-decoration: none;
}
.li-unlink-line span{
  padding: 0!important;
  color: #fff;
  line-height: normal!important;
}
.line-id-change-block.hide-block {
  display: none!important;
}
.ui-widget-overlay {
  background: #000!important;
  opacity: 0.4!important;
}
.line-popup {
  padding: 0;
  border-radius: 15px;
}
.line-popup .ui-dialog-titlebar {
  display: none;
}
.line-popup .ui-dialog-content {
  padding: 25px 20px;
}
.line-popup .unline-line-form,
.line-popup .line-id-change-form {
  text-align: center;
}
.line-popup .unline-line-form .btn,
.line-popup .line-id-change-form .btn {
  width: 100px;
  padding: 10px;
  border: 1px solid #E73223;
  background: #fff;
  color: #E73223;
  border-radius: 10px;

}
.line-popup .unline-line-form .btn.btn-yes,
.line-popup .line-id-change-form .btn.btn-yes {
  background: #E73223;
  color: #fff;
  margin-left: 15px;
}
.line-popup .unline-line-form p,
.line-popup .line-id-change-form p {
  margin-bottom: 2rem;
  font-weight: 600;
}
#loading {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("../images/loading.gif");
  background-size: 15% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 9990;
}
.login-register-tab {
  padding: 24px 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  float: inherit;

  text-align: center;
  font-weight: bold;
}
.login-register-tab .item-wrapper {
  width: 50%;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 2px solid #dddddd;
}
.login-register-tab .item-wrapper a {
  padding: 10px 0;
  text-decoration: none;
}
.login-register-tab .item-wrapper a:hover {
  color: #ff0000;
}
.login-register-tab .item-wrapper a.active {
  border-bottom: 2px solid #ff0000;
}
@media screen and (min-width: 768px) {
  .login-register-tab {
    min-width: 450px;
  }
}
.icon-line {
  vertical-align: middle!important;
}
.ul-unlink-line {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
.ul-unlink-line-sp {
  padding: 0;
  margin: 5px 0;
}
.btn-line-login-trigger {
  display: flex;
  width: 100%;
  padding: 10px 12px 10px 12px;
  text-align: center;
  background-color: #39CE01;
  color: #ffffff!important;
  border: 1px solid #39CE01;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 37px;
  gap: 10px
}
