<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p{
    font-size: 1.25em;
}
p span{
    font-size: 0.8em;
    color: #ffffff;
    padding: 10px;
    background-color: rgb(255, 170, 42);
    border-radius: 5px;
    cursor: pointer;
}
.box01{
    padding-bottom: 30px;
}
.box04 img{
    padding-left: 10px;
}
.box04_p{
    font-size: 0.8em;
    padding-left: 44px;
}
.box01 .box04 {
    display: none;
}

.box01.open .box04 {
    display: block;
}
</pre></body></html>