.articleList-About { margin-bottom: 25px; text-align: center; user-select: none; -webkit-user-select: none; }

.articleList-About_Bottom { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-top: 10px; }

.articleList-About_ItemImageWrapper { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; height: 68px; }

.articleList-About_ItemImageCenter { margin: 0 2px; }

.articleList-InfoWrapper { margin: 30px auto; }

.articleList-Info { width: 100%; border: solid 2px #333333; border-radius: 6px; box-sizing: border-box; }
.articleList-Info:nth-of-type(n+2) { margin-top: 15px; }

.articleList-Info_TitleWrapper { display: block; width: 100%; margin: 0 auto; padding: 15px; box-sizing: border-box; cursor: pointer; }
.articleList-Info_TitleWrapper:hover { opacity: 0.8; transition: all 0.2s; }

.articleList-Info_Title { color: #333333; font-size: 18px; font-weight: bold; line-height: 1.5; text-decoration: underline; vertical-align: middle; }

.articleList-Info_Input { display: none; }

.articleList-Info_TextWrapper { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease-in-out; }

.articleList-Info_Input:checked ~ .articleList-Info_TextWrapper { grid-template-rows: 1fr; }

.articleList-Info_Text { overflow: hidden; }

.articleList-Info_TextInner { width: 100%; margin: 0; padding: 10px 15px 15px; box-sizing: border-box; color: #333333; font-size: 16px; line-height: 1.5; }

.articleList-CategoryTitle { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #dddddd; font-size: 28px; line-height: 1.2; }

.articleList-ArticleList { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; list-style: none; }

.articleList-ArticleList_Item { position: relative; width: 406px; margin-bottom: 15px; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
.articleList-ArticleList_Item:hover { opacity: 0.8; transition: all 0.2s; }

.articleList-ArticleList_Item-large { width: 827px; margin-bottom: 15px; }

.articleList-ArticleList_Image { width: 100%; height: 360px; object-fit: cover; vertical-align: top; }

.articleList-ArticleList_Stamp { display: block; position: absolute; top: 5px; right: 5px; z-index: 100; width: 45px; }

.articleList-ArticleList_Title { position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; padding: 10px; box-sizing: border-box; background: #ffffff; color: #333333; font-size: 15px; font-weight: bold; line-height: 1.5; }

.articleList-ArticleList_Title-large { height: auto; padding: 20px; background: rgba(0, 0, 0, 0.6); color: #ffffff; font-size: 20px; line-height: 1.7; }

.articleList-ArticleList_TitleInner { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.articleList-Pager_Inner { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; list-style: none; }

.articleList-Pager_Item { display: block; margin: 0 5px; padding: 6px 12px; border: 1px solid #333333; background: #ffffff; text-decoration: none; }
.articleList-Pager_Item:hover { opacity: 0.8; transition: all 0.2s; }

.articleList-Pager_Item-inactive { display: block; opacity: 0.2; margin: 0 5px; padding: 6px 12px; border: 1px solid #333333; background: #ffffff; text-decoration: none; user-select: none; -webkit-user-select: none; }

.articleList-Pager_ItemArrow { color: #333333; font-size: 36px; line-height: 1.5; }

.articleList-NoArticle { width: 100%; padding: 100px 0; border-radius: 6px; background-color: #eeeeee; color: #333333; font-size: 20px; text-align: center; }
