a {
	color: #3a3d41;
}
a:hover {
	color: #0a4091;
}

/* Top Message Box */
#topbox {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8em;
	color: white;
	margin-bottom: 20px;
}
#topbox::before {
	content: '法人のお客様へ';
	color: white;
	font-size: 1.8em;
	display: block;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
.service-box-icon {
	height: 60px;
}
/* service */
.plan {
	padding-bottom: 0.6em;
	padding-left: 0.5em;
	border-bottom: 1px solid;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.inquiry-box {
	padding: 60px 0;
	background-color: #e6e6e6;
}
.image-box {
	z-index: 1;
}
.point-box {
	background-color: #f5f5f5;
}
.bd-blue-400 {
	color: #fff;
	background-color: #3d8bfd;
}
.bd-red-400 {
	color: #fff;
	background-color: #e35d6a;
}
.bd-orange-300 {
	color: #fff;
	background-color: #feb272;
}
.bd-green-400 {
	color: #fff;
	background-color: #479f76;
}
.bd-indigo-200 {
	color: #fff;
	background-color: #75b798;
}
.bd-pink-200 {
	color: #fff;
	background-color: #ea868f;
}
.bd-gray-500 {
	color: #fff;
	background-color: #adb5bd;
}
#page_top {
	width: 100px;
	height: 60px;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
	background: #4489dc;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
