@charset "UTF-8";
.safetyCont{
	font-weight: 400;
}
.sub-section .sub-title {
	font-weight: 400;
}
.fsLText{
	font-size: 2.6rem;
}
.textIndent{
	text-indent: -1em;
	padding-left: 1em;
}
.link{
	cursor: pointer;
	color: #000099;
	text-decoration: underline;
}
.link:hover{
	color: #FF6633;
	text-decoration: none;
}
.linkArrowText{
	background: url(/support/images/ico_arrow_r.gif) no-repeat 10px 8px;
	color: #000099;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 25px;
}
.linkArrowText:hover {
	color: #FF6633;
	text-decoration: none;
}
.sub-title {
	font-size: 2.6rem;
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.sub-title.icon_caution {
	background: #f8f8f8 url(/support/images/ico_caution04.png) no-repeat 10px center;
	background-size: 29px;
	padding-left: 50px;
}
.listDot2 li {
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: none;
	background: url(/support/images/dot_black.gif) no-repeat 6px 9px;
}
.link-btn {
	display: block;
	width: 50%;
	background: #7f7f7f;
	color: #ffffff;
	font-size: 1.8rem;
	padding: 15px;
	line-height: 1.3;
	border-radius: 8px;
	position: relative;
}
.link-btn.arrow {
	padding-right: 35px;
}
.link-btn.arrow::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.75em;
	margin-top: -0.5em;
	color: #ffffff;
}
.link-btn:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #ffffff;
}
.newsList li {
	margin-bottom:5px;
	padding-left:35px;
	background: url(/support/images/ico_arrow_r.gif) no-repeat 10px 8px;
}
.newsList li a{
	color: #000099;
	text-decoration: underline;
}
.newsList li a:hover{
	color: #FF6633;
	text-decoration: none;
}
.displayExampleBox{
	display: flex;
	gap: 10px;
}
.displayExampleBox .item{
	display: block;
	width: 180px;
}
.displayExampleBox .item.borderBox{
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.link-btn {
		width: 100%;
	}
	.displayExampleBox{
		flex-wrap: wrap;
	}
	.displayExampleBox .item{
		width: 100%;
	}
}