<>
.top-important-area{
margin: 28px 0;
}
.top-important-area h2{
padding-bottom: 5px;
font-size: 1.6rem;
font-weight: bold;
}
.top-important-area h3{
font-size: 1.4rem;
}
.top-important-area h3::before {
content: "●";
}
.top-important-area h3 {
text-indent: -1em;
padding-left: 1em;
}
.top-important-area .entry{
padding: .2em 0;
}
.top-important-area__more-link{
display: flex;
justify-content: flex-end;
font-size: 1.4rem;
padding-top: 5px;
}
.top-important-area__more-link span{
display: block;
margin-left: .5em;
color: #EBA700;
}
@media screen and (max-width: 768px) {
.top-important-area{
margin: 25px 10px 15px;
}
}
>




























