#aab {
    fill: rgba(255,255,255,1);
    stroke: rgba(204,204,204,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}
.aab {
    position: absolute;
    overflow: visible;
    width: 500px;
    height: 364px;
    left: 500px;
    top: 224px;
}
#aac {
    border: 0;
    left: 609px;
    top: 271px;
    position: absolute;
    overflow: visible;
    width: 283px;
    white-space: nowrap;
    text-align: center;
    font-family: Noto Sans CJK JP;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(51,51,51,1);
    letter-spacing: 0.4px;
}
#aad {
    fill: rgba(247,247,247,1);
}
.aad {
    position: absolute;
    overflow: visible;
    width: 400px;
    height: 49px;
    left: 550px;
    top: 390px;
}
#aae {
    border: 0;
    left: 565px;
    top: 401px;
    position: absolute;
    overflow: visible;
    width: 181px;
    white-space: nowrap;
    text-align: left;
    font-family: Noto Sans CJK JP;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(204,204,204,1);
    letter-spacing: 0.4px;
}
#aaf {
    fill: rgba(51,51,51,1);
}
.aaf {
    position: absolute;
    overflow: visible;
    width: 400px;
    height: 49px;
    left: 550px;
    top: 489px;
}
#aag {
    border: 0;
    left: 717px;
    top: 502px;
    position: absolute;
    overflow: visible;
    width: 67px;
    white-space: nowrap;
    text-align: left;
    font-family: Noto Sans CJK JP;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255,255,255,1);
    letter-spacing: 0.4px;
}
/* ここからログインフォームの input 調整 */
input[id="aae"] {
  background-color: transparent;  /* 背景を透かす */
  border: none;                   /* 枠線を消す */
  outline: none;                  /* フォーカス時の輪郭も消す */
  caret-color: rgba(51,51,51,1);  /* カーソル色を設定 */
}
/* 文字色と幅の指定（幅は必要に応じて調整） */
input#aae {
  color: rgba(51,51,51,1);
  width: 400px;
}