.safetyCont{
	font-weight: normal;
}
.mokujiPageBtn a{
	display: inline-block;
	border: solid 1px #D9D9D9;
	height: 100%;
	padding: 1em 1em 1em 2em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.mokujiPageBtn a::before{
	content: "\f105";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.75em;
	transform: translateY(-50%);
}
.mokujiPageBtn a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
	.mokujiPageBtn a{
		border-width:0;
		font-size: 1.4rem;
	}
	.mokujiPageBtn a:hover {
		background: #FFF;
		text-decoration: underline;
	}
}