.text-tag-list{display:flex;flex-wrap:wrap;gap:12px 16px;list-style:none;margin-bottom:4rem;padding:0}.text-tag-list .tag-item a,.text-tag-list .tag-item span{background-color:var(--theme-color-background);border:1px solid var(--theme-color-text_sub);border-radius:4px;color:var(--theme-color-text_sub);display:inline-block;padding:8px 16px;text-decoration:none;transition:color .3s,border .3s,background-color .3s}.text-tag-list .tag-item a:hover,.text-tag-list .tag-item span:hover{opacity:1}.text-tag-list .tag-item a:hover,.text-tag-list .tag-item span:hover,.text-tag-list .tag-item.is-active a,.text-tag-list .tag-item.is-active span{background-color:var(--theme-color-main);border:1px solid var(--theme-color-main);color:var(--theme-color-background)}.news-index{margin-bottom:80px}.news-index .post-item{border-bottom:1px solid var(--theme-color-border)}.news-index .post-item:first-child{border-top:1px solid var(--theme-color-border)}.news-index .post-item a{color:inherit;display:block;padding:1.6rem 8.8rem 1.6rem 2.4rem;position:relative;text-decoration:none;transition:color .3s}@media screen and (max-width:768px){.news-index .post-item a{padding-left:0;padding-right:4.4rem}}.news-index .post-item a:hover{color:var(--theme-color-support_1);opacity:1}.news-index .post-item a:hover .tag{color:inherit}.news-index .post-item a .icon{bottom:0;height:2.4rem;margin:auto 0;position:absolute;right:2.4rem;top:0;width:2.4rem}@media screen and (max-width:768px){.news-index .post-item a .icon{right:0}}.news-index .post-item a .icon svg{display:block;fill:var(--theme-color-support_1);height:auto}.news-index .post-item .item-head{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;line-height:1.4;margin:0 0 .8rem}.news-index .post-item .item-head .date{display:inline-block;flex:0 0 auto;font-size:var(--theme-font-size-s)}.news-index .post-item .item-head .tag-group{display:flex;flex:0 1 auto;flex-wrap:wrap;gap:.2em 1em;margin:0}.news-index .post-item .item-head .tag{color:var(--theme-card-state-default-text-sub-color);display:inline-block;font-size:1.2rem;font-weight:500;transition:color .3s}.news-index .post-item .title{margin:0}.news-post{padding-bottom:8rem;padding-top:4rem}.news-post .post-info{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;margin-bottom:4rem}.news-post .post-info .date{border-right:1px solid var(--theme-card-state-default-text-sub-color);color:var(--theme-color-text);font-size:var(--theme-font-size-s);font-weight:500;line-height:1.4;padding-right:1.6rem}.news-post .post-info .tag-group{display:flex;flex:0 1 auto;flex-wrap:wrap;gap:.2em 1em;margin:0}.news-post .post-info .tag{color:var(--theme-card-state-default-text-sub-color);font-size:1.2rem;text-decoration:none;transition:color .3s}.news-post .news-title{border-bottom:1px solid var(--theme-color-border);color:var(--theme-color-text);font-weight:500;line-height:1.4;margin-bottom:1.6rem;padding-bottom:1.6rem}