.page-header{display: none;}

  .attention-3 li::marker {
    content: none;
  }

  /* 下記は共通CSSに追加予定 */
  .attention-3 {
    margin-bottom: 2.4rem;
  }

  .detail {
    margin: 1.2rem 0 0;
    padding: 12px;
    font-size: 13px;
    background: #dddddd;
    border-radius: .4rem;
    color: #444;
  }

  .detail a {
    text-decoration-line: none;
  }

  .answer strong {
    font-size: 1.4rem;
  }

blockquote.quotation {
    background: #F8F8F8 !important;
    border-left: 0.2rem solid #7C7C7C !important;
    padding: 0.8rem 1.2rem !important;

    p {
        font-size: 1.4rem;
        line-height: 160%;
    }

    p.from {
        text-align: right;
    }
}

