body{}

br {
    line-height: 0.5;
}
/* ハッシュタグ群（投稿に表示） */
.hastags-wrapper .hashtags{
	margin: .25rem 0;
	display: flex;
	gap: .5rem;
}

/* ハッシュタグリスト（ハッシュタグページに表示） */
.hashtags-list h3{
	font-size: 1.0rem;	/*--フォントサイズ--*/
	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{
	font-size: 0.9rem;	/*--フォントサイズ--*/
	background-color: #ffffff;	/*--背景色--*/
	color: #065FD4;		/*--文字カラー--*/
	display: inline-block;
	padding: .25rem .5rem;
	border: 1px solid gray;
}
.hashtag a:hover{
	opacity: .5;
	text-decoration: none;
}

/*************************************トップページ見出し******/
.office-banner4{
  width:100%;
  box-sizing:border-box;
  padding:12px 18px;
  border-radius:14px;
  background:
    rgba(201,212,252,0.75);
  backdrop-filter: blur(6px);
  border:
    1px solid rgba(255,255,255,0.5);
  box-shadow:
    0 4px 18px rgba(61,86,173,0.10);
  position:relative;
  overflow:hidden;
}
.office-banner4::before{
  content:"";
  position:absolute;
  top:-30px;
  right:-30px;
  width:90px;
  height:90px;
  background:
    rgba(255,255,255,0.22);
  border-radius:50%;
}

.office-banner4-title{
  position:relative;
  z-index:2;
 color:#243a84;
  font-size:24px;
  font-weight:700;
  letter-spacing:0.08em;
  line-height:1.3;
  text-align:center;
}

/* スマホ */
@media screen and (max-width:768px){
  .office-banner4{
    padding:10px 12px;
    border-radius:10px;
  }

  .office-banner4-title{
    font-size:19px;
  }
}

/*
#main div.byline h4{
	background-image: none;
	background-color: red;
}
*/