@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
.p-my-page .l-breadcrumbs {
  display: none;
}
.p-my-page__header {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: right;
}
.p-my-page__header .c-hd-01 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0;
  text-align: left;
}
.p-my-page__header .c-hd-01 span {
  padding-left: 0;
}
.p-my-page__header__btn-logout {
  line-height: 1.5;
  margin-top: -1.5em;
}
.p-my-page__header__btn-logout a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding-left: 1.5em;
  position: relative;
  text-decoration: none;
}
.p-my-page__header__btn-logout a::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #fff;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 1em;
}
.p-my-page .post-content {
  margin-top: 80px;
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-my-page .post-content {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=my-page.css.map */
