.p-news__article__body__txt__item {
  p {
    margin-bottom: 1.5em;
  }
  strong {
    font-weight: bold;
  }
  ol {
    margin-bottom: 1.5em;
    margin-left: 1em;
    li {
      list-style: decimal;
    }
  }
  ul {
    margin-bottom: 1.5em;
    margin-left: 1em;
    li {
      list-style: disc;
    }
  }
  a {
    color: #2271b1;
  }
}

.p-mypage__account-settings__profile__column {
  border: none;
  width: 100%;
}