/* LINEログインボタン */
.auth-inner {
  width: 100%;
  max-width: 348px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.linelogin-btn {
  background-color: #06C755;
  width: 100%;
  height: 44px;
  display: flex;
  /* margin: 6px; */
  border-radius: 9.9px;
  overflow: hidden;
  text-decoration: none;
  max-width: 348px;
}

.linelogin-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  /* transition: opacity 0.3s ease; */
}

.line-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #00000010;
  min-width: 44px;
  max-width: 44px;
}

.line-logo img {
  width: 32px;
  height: auto;
}

.line-text {
  width: 100%;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.agreement-message {
  color: #333;
  font-size: 10px;
  max-width: 348px;
  padding: 0 4px;
}

.terms-link {
  color: #008dde !important;
  text-decoration: none !important;
}

/* ここまで */

/* SPデザイン */
@media screen and (max-width: 765px) {

/* LINEログイン系 */
  .linelogin-btn {
    max-width: 244px;
  }

  .agreement-message {
    max-width: 244px;
  }

  .auth-inner {
    max-width: 244px;
  }
  /* ここまで */

}
