@charset "utf-8";




/*-------------------- タイトル --------------------*/
h3.tit-book {
	position: relative;
	height:100px;
	margin-bottom: 30px;
	padding-top:40px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #2da0d2;
	font-size: 24px;
	text-align: center;
	background:url(images/h3tg-book.png) no-repeat center top;
}

h3.tit-building {
	position: relative;
	height:100px;
	margin-bottom: 30px;
	padding-top:40px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #2da0d2;
	font-size: 24px;
	text-align: center;
	background:url(images/h3tg-building.png) no-repeat center top;
}



/*-------------------- ページトップへ戻るボタン --------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #2da0d2;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




