@charset "UTF-8";

.topics_archive{
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.topics_year{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
}
.topics_year_last{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
}

.topics_active{
    background-color: #469634;
    border-radius: 2px;
    padding: 0 8px
}
.topics_active .topics_arrow{
    display: none;
}
.topics_active .topics_year_text{
    color: #fff;
    font-size: 0.75rem;
}

.topics_arrow{
    width: 9px;
    height: 9px;
    margin-right: 4px;
}
.topics_arrow svg{
    display: block;
}
.topics_arrow .firstPath{
    fill: #469634;
}
.topics_arrow .secondPath{
    fill: #fff;
}
.topics_year_text{
    color: #000;
    font-size: 0.8rem;
    font-weight: normal;
}
.topics_pdf{
    display: inline;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.topics_navColor{
    background-color: #479734;
}

.topics_contents{
    margin-top: 130px;
    margin-bottom: 50px
}
.topics_title{
    color: #000;
}
.topics_month{
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #51ad3c;;
    margin-top: 40px;
}
.topics_list{
    margin-top: 15px;
}
.topics_item{
    display: block;
    margin-bottom: 15px;
}
.topics_day{
    color: #000;
    font-size: 0.9rem;
    font-weight: normal;
    width: 100%;
    height: auto;
}
.topics_content{
    color: #000;
    font-size: 0.9rem;
    font-weight: normal;
    width: 100%;
    height: auto;
    line-height: 1.4rem;
}

.topics_detailsTitle{
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #51ad3c;
    margin-top: 30px;
}
.topics_detailsList{
    
}
.topics_detailsDate{
    font-size: 0.9rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
}
.topics_detailsContent{
    font-size: 0.9rem;
}
.topics_detailsContent p{
    margin-bottom: 20px;
}
.topics_detailsA{
    display: inline-block;
    width: 100%;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

.topics_detailsContent .TAC {
    text-align: center;
}
.topics_detailsContent .TAL {
    text-align: left;
}
.topics_detailsContent .TAR {
    text-align: right;
}


.topics_detailsContent ul {
    width: 100%;
}
.topics_detailsContent li {
    text-align: center;
}
