<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.notebox-moeru-wrapper{
display:flex;
align-items:flex-start;
margin-bottom:1em;
width:100%;
box-sizing:border-box;
border:3px solid #CC6666;
padding :1em;
}
.contens_wrap h5.h5-moeru{
    color:#CC6666;
    border-top: solid 4px #CC6666;
    border-bottom: solid 4px #CC6666;
    }
.notebox-moeru-left{
padding : 0 1em;
flex:0 0 40%;
}
.notebox-moeru-left strong{
font-size:130%;
}
.notebox-moeru-left span{
font-size:80%;
color: #666666;
display:block;
line-height:1.8em;
text-align :center;
}
.notebox-moeru-right{
flex: 1;
}

.notebox-moeru-right span{
color: rgb(255, 0, 0);
}

@media screen and (max-width: 999px) {
.notebox-moeru-wrapper{
display:block;
}
}
</pre></body></html>