/* PC */
/*---------- お知らせ （トピック）----------*/
.h1{
margin: 8rem 28rem 1rem 0;
font-size: 2.6rem;
text-align: left;
}
.pane-main{
max-width: 900px;
margin: 0 auto;
}
.block-topic-page--article-body{
margin: 0 0 10rem 0;
line-height: 3rem;
font-size: 16px;
}
/* 日付 topick-date */
.topic-date{
position: relative;
font-weight: bold;
margin: 0 auto 50px;
}
.topic-date span {
display: flex;
align-items: center;
color: #505050;
text-transform: uppercase;
}
.topic-date span::before {
content: '';
display: inline-block;
margin-right: 20px;
width: 40px;
height: 1px;
background-color: #676767;
}
span.topic-points{
color: #C90012;
font-weight: bold;
}
.topic-btn{
margin: 5rem auto;
display: flex;
justify-content: center;
}
