.content_wrap {
    margin-top: 13rem;
    min-height: calc(100vh - 13rem);
    padding:2rem;
}
.content {
    padding:2rem;
    background: #fff;
    box-shadow: rgba(148, 148, 148, 0.1) 0px 3px 3px;
}
.content:not(:last-child) {
    margin-bottom: 2rem;
}
.content h2 {
    word-break: break-all;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
}
.content h2::before {
    content:"Q.";
    color: #0a67a0;
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 2rem;
}
.content pre {
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 1.8rem;
    line-height: 1.6;
    position: relative;
    padding-left: 3rem;
}
.content pre::before {
    content:"A.";
    color: #0a67a0;
    position: absolute;
    font-weight: 900;
    font-size: 2rem;
    left: 0;
}