/* カスタム CSS をここに入力してください */
/*** 「次の投稿」「前の投稿」を非表示 ***/
.nav-links {
display: none;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
}


.page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
}
.page_top a {
  background-color: #9a9a9a;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 18px 20px;
	border-radius: 30px;
}
.page_top a:hover {
  background-color: #6c6c6c;
  text-decoration: none;
}




	
	
