@charset "UTF-8";
.safetyCont{
	font-weight: 400;
}
.sub-section .sub-title{
	font-weight: 400;
}
.btnLinkList._col4 li {
	min-width: 250px;
}
.tenkenBox{
	display: flex;
	align-items: center;
}
.tenkenBox .tenkenImgBox{
	width: 50px;
}
.tenkenBox .text{
	margin-left: 10px;
	color: #EF0000;
}
.cocoroBnrClose a:focus,
.cocoroBnrLink:focus{
 	outline-color: #fff;
}
.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) {
	.btnLinkList._spCol1 li {
		width: 100%;
		margin-bottom: 1em;
	}
	.btnLinkList._spCol1 li a {
		display: flex;
    text-align: left;
		padding-right: 25px;
	}
	.mokujiPageBtn a{
		border-width:0;
		font-size: 1.4rem;
	}
	.mokujiPageBtn a:hover {
		background: #FFF;
		text-decoration: underline;
	}
}