@charset "utf-8";

html { font-size: 62.5%; }

input, textarea, select, 
body {
	font-family: 'Noto Sans JP', sans-serif;
}

#newslistBox dd .more-link a::before, 
#newsContentBox .more-link a::before, 
.cautionUl2 li::before, 
#headerBox #mainMenuBox .nowpage a::before, 
#backToTopBtn::before, 
#headerBox #telBox::before, 
.wfAwesome {
	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
}

#headerBox #telBox::before {
	font-size: 23px;
	color: rgba(255, 255, 255, 1);
}
#headerBox #telBox::before { content: '\f879'; }
#headerBox #mainMenuBox .nowpage a::before { content: '\f101'; margin-right: 0.5em; }
#newslistBox dd .more-link a, 
#newsContentBox .more-link a { text-decoration: none; }
	#newslistBox dd .more-link a::before, 
	#newsContentBox .more-link a::before {
		content: '\f101';
		margin-right: 0.5em;
		color: rgba(159, 1, 68, 1);
	}
#backToTopBtn::before { content: '\f062'; }
.cautionUl2 li::before {
	content: '\f14a';
	position: absolute;
	left: -1em;
	top: 0;
}



/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
}