style.css /* アスタリスク4つの強調文字 */
.line strong.level-4 span.deco-\_ {
font-weight: bold;
line-height: 2;
border-bottom: solid .2rem #ccc;
border-left: solid #5e8af7 1rem;
padding: 1.5rem;
}
/* アスタリスク2つの強調文字 */
.line strong.level-2 span.deco-\_ {
font-size: 1.3em;
border-left: solid .5rem Gainsboro;
background: linear-gradient( transparent 90%, MediumAquamarine 0% );
line-height: 1.5;
padding: .8rem;
padding-left: 1rem;
}
/* スマホ表示を調整 */
@media screen and (max-width: 768px) {
.line strong.level-4 span.deco-\_ {
font-size: 130%;
line-height: 1.8;
font-weight: bold;
padding: .7rem;
}
.line strong.level-2 span.deco-\_ {
font-size: 110%;
font-weight: bold;
line-height: 2;
}
.deco-\# {
font-size: 100%;
}
}