@charset "UTF-8";

/* _____________________________________________________________________ TEXT */

.nowrap{
	white-space:nowrap;
}

em{
	font-style:normal;
	font-weight:bold;
}

/* TOPに戻る */
/* ボタン全体 */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #bca474;
	opacity: 0.6;
	border-radius: 50%;
	}

  	/* Font Awesome */
	  #page_top::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f106';
		font-size: 40px;
		color: #ffffff;
		position: absolute;
		width: 30px;
		height: 60px;
		top: 10px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	  }



	