.body{min-height:100vh;display:flex;flex-direction:column}.body__main{margin-top:16px;flex:1;display:flex;flex-direction:column;gap:16px}.categorySection{padding:0 8px}.categorySection__link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit}.categorySection__link::after{content:"";width:10px;height:10px;border-top:1px solid;border-right:1px solid;transform:rotate(45deg)}.categorySection__title{font-size:20px;font-weight:700;line-height:1.5}.footer{padding:4px}.footer__copyright{font-size:12px;color:#666;text-align:center}.header{border-bottom:1px solid #333;padding:0 16px}.header__title{font-size:20px;line-height:2}.header__link{color:inherit;text-decoration:none}.page{padding:8px}.page__inner{max-width:720px;margin:0 auto}.page__eyecatch{width:100%;aspect-ratio:16/9;object-fit:contain;margin-top:16px}.page__date{display:block;text-align:right;margin-top:16px}.page__content{display:flex;flex-direction:column;gap:16px;line-height:1.7;margin-top:16px}.postCard{width:100%;text-decoration:none}.postCard__eyecatch{width:100%;aspect-ratio:16/9;object-fit:contain}.postCard__title{margin-top:16px;font-size:16px;color:#333;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.postCard__date{display:block;margin-top:8px;font-size:12px;color:#333;text-align:right}.postCardList{padding:0 8px}.postCardList__title{font-size:20px;font-weight:700;line-height:1.5}.postCardList__list{list-style:none;margin:0 auto;padding:8px;max-width:960px;margin-top:16px;display:grid;gap:16px 8px}@media screen and (min-width:541px){.postCardList__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:721px){.postCardList__list{grid-template-columns:repeat(3,1fr)}}.postTile{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px;border-bottom:1px solid #333;text-decoration:none;color:inherit}.postTile__title{font-size:16px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.postTile__date{font-size:12px;color:#666}.postTile__eyecatch{width:96px;object-fit:contain}.terms{width:100%}.terms__list{display:flex;flex-wrap:wrap;list-style:none;padding:0;gap:8px}.terms__item{border:#666 solid 1px;border-radius:4px;padding:4px 8px}.terms__item--category{background-color:#666;color:#fff}.terms__link{text-decoration:none;color:inherit}