/*黄色下線、数値が低いほど太くなる*/
    .under1 {
      background: linear-gradient(transparent  50%, #ffff00  50%);
    }


/* ==========右に３画像固定=============================== */ 
.gazo1 {
position: fixed;
bottom:420px;
right: 0px;
z-index: 1;
}

.gazo2 {
position: fixed;
//top:560px;
bottom:310px;
right: 0px;
z-index: 1;
}

.gazo3 {
position: fixed;
bottom:0px;
//top:860px;
right: 0px;
z-index: 1;
}


/* ハッシュタグ群（投稿に表示） */
.hastags-wrapper .hashtags{
	margin: .25rem 0;
	display: flex;
	gap: .5rem;
}

/* ハッシュタグリスト（ハッシュタグページに表示） */
.hashtags-list h3{
	font-size: 1.25rem;
	margin: .5rem 0 1rem;
}
.hashtags-list h3 .hashtag{
	margin: auto .5rem;
	padding: .25rem .5rem;
	border: 1px solid gray;
	background-color: #ffffff;
	color: #065FD4;
}
.hashtags-list ul{
	margin: 1rem 0 1rem 1rem;
}
.hashtags-list ul li{
	list-style-type: circle;
	margin: .5rem 0;
}
.hashtags-list ul li a{
	color: black;
}
.hashtags-list ul li a:hover{
	opacity: .5;
}

/* ハッシュタグ共通 */
.hashtag a{
	display: inline-block;
	padding: .25rem .5rem;
	border: 1px solid gray;
	background-color: #ffffff;
	color: #065FD4;
}
.hashtag a:hover{
	opacity: .5;
	text-decoration: none;
}
