body {
    margin: 0;
    padding: 0;
  background: rgba(238, 238, 238, 0.6);
    font-family: "Times New Roman", serif, "PT Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, sans-serif;
}

.p-page__body-inner {
    padding: 20px;
    border: 1px solid #cdcdcd;
}

.c-button--primary {
    background: rgba(7, 6, 8, 0.8);
    color: #fff;
}
.c-button--primary:hover {
    background: #000;
}

.p-page__title {
  font-size:0;
}
.p-page__title:before  {
  font-size: 24px; content: "MY ACCOUNT";
  letter-spacing:1px;
}


.c-button {
  box-shadow: none;
}

