質問テキスト 質問テキスト 質問テキスト question?
答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text.
質問テキスト 質問テキスト 質問テキスト question?
答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text. 答えテキスト answer text.
<div class="cp_qa03">
<div class="cp_qanda">
<p class="quest">質問テキスト</p>
<p class="answer">答えテキスト</p>
</div>
<div class="cp_qanda">
<p class="quest">質問テキスト</p>
<p class="answer">答えテキスト</p>
</div>
</div>
.cp_qa03 .cp_qanda {
display: flex;
}
.cp_qa03 .quest {
position: relative;
display: flex;
align-items: flex-end;
font-weight: bold;
text-align: right;
width: 30%;
padding: 0 10px 0 0;
border-right: 1px solid #333333;
}
.cp_qa03 .quest::before {
position: absolute;
content: 'Q';
top: -10px;
font-family: serif;
font-size: 4em;
line-height: 1;
opacity: 0.1;
}
.cp_qa03 .answer {
width: 70%;
padding: 0 0 0 10px;
}