.popular-posts {
  padding: 10px;
  margin-bottom: 20px;
}
.popular-posts-texts {
	display: flex;
	  border-bottom: 1px solid #ddd; /* 下線 */
}
.popular-posts-title {
	
  font-size: 1.2em;
  margin-bottom: 10px;
  padding-bottom: 5px;

}

.popular-posts-ranking {
justify-content: center;
color: rgba(233, 175, 214, 0.73);
font-family: "Noto Serif JP";
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 13px; /* 100% */
	margin-left: 15px;
	
}

.popular-posts-item {
  list-style: none;
  margin-bottom: 10px;
}

.popular-posts-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.popular-posts li { /* リストアイテムを指定 */
  border-bottom: 1px solid #ddd; /* 下線を追加 */
  padding-bottom: 10px; /* 下線とコンテンツの間隔 */
  margin-bottom: 10px; /* アイテム間の間隔 */
}

.popular-posts li:last-child { /* 最後のアイテムには下線を表示しない */
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


.popular-posts-image {
  width: 80px; /* 画像の幅 */
  margin-right: 10px;
	min-width: 70px;
}

.popular-posts-image img {
  width: 100%;
  height: auto;
  display: block;
}

.popular-posts-content {
  flex-grow: 1;
}

.popular-posts-date {
  font-size: 0.8em;
  color: #777;
  margin: 0 0 5px 0;
  display: block;
}

.popular-posts-text {
  font-size: 1em;
  margin: 0;
	 font-weight: normal; /* 太字を解除 */
}


.about-wataya-sidebar {
    width: 300px;
    height: 389px;
    position: relative;
    background: white;
	margin: 0 auto; /* 左右のマージンをautoに設定 */
}

.about-wataya-sidebar-content {
    left: 30px;
    top: 30px;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.about-wataya-sidebar-content .site-logo {
    width: 255px;
    height: 65px;
	bottom: 75px;
	margin-left: 0;
}

.about-wataya-sidebar-text {
    width: 240px;
    height: 142.78px;
    padding-top: 3px;
    padding-bottom: 4.79px;
	padding-top: 110px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: black;
    font-size: 15px;
    font-family: Noto Sans JP;
    font-weight: 400;
    word-wrap: break-word;
}



.about-wataya-sidebar-line-inner {
    width: 4px;
    height: 8px;
    left: 78.70px;
    top: 5px;
    position: absolute;
    border-top: 4px #BBBBBB solid;
    border-right: 4px #BBBBBB solid;
    border-bottom: 4px #BBBBBB solid;
}

.about-wataya-sidebar-line-white {
    width: 4px;
    height: 8px;
    left: 79.70px;
    top: 5px;
    position: absolute;
    border-top: 4px white solid;
    border-right: 4px white solid;
    border-bottom: 4px white solid;
}

.about-wataya-sidebar-footer {
    width: 240px;
    height: 142px;
    left: 30px;
    top: 258px;
    position: absolute;
    border-top: 1px #DEDEDF solid;
}

.about-wataya-sidebar-footer-text {
    width: 240px;
    height: 58px;
    left: 5.70px;
    top: 7px;
    position: absolute;
    text-align: center;
    color: black;
    font-size: 13px;
    font-family: Meiryo;
    font-weight: 700;
    line-height: 21px;
    word-wrap: break-word;
}

.about-wataya-sidebar-footer img {
	width: 45px;
	height: auto;
    left: 100px;
    top: 40px;
    position: absolute;
}

.tags-and-categories {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}

.tags-and-categories-title {
    font-size: 1.2em;
    font-family: "Noto Serif JP";
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.tags-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-category-item {
    margin: 0;
}

.tag-category-item a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tag-category-item a:hover {
    background-color: #ff9a9a;
    color: white;
    border-color: #ff9a9a;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(255, 154, 154, 0.3);
}

.term-name {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .tags-categories-list {
        gap: 6px;
    }
    
    .tag-category-item a {
        padding: 3px 10px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px) {
.about-wataya-sidebar {
    display: flex;
    justify-content: center;
  }
	.l-footerTop .colored-articles{
		display: none;
	}
}

