@charset "UTF-8";

.supportList {
}
.supportList li {
	display: inline-block;
	margin-left: 35px;
}
.supportList li.ml-0 {
	margin-left: 0;
}
.supportList2 {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.supportList2 li {
	width: calc(100% / 3);
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
}
.pageTitle2 {
	margin-bottom: 6px!important;
}
hr.hr {
	border-top: solid 2px #d01027;
	margin-bottom: 20px;
}
.more {
	background: #d01027;
	position: relative;
	font-family: "Ryumin Regular KL","貂ｸ譏取悃","Yu Mincho","貂ｸ譏取悃菴�","HGS譏取悃E","�ｭ�ｳ �ｰ譏取悃";
}
.more a {
	display: block;
	padding: 13px 0 13px 23px;
	transition: 0.3s;
}
.more a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.more a:link, .more a:visited {
	color: #FFF;
}
.more span {
	position: absolute;
	top: 25px;
	right: 23px;
}
#content #serviceList { overflow: hidden; margin: 0 -30px 10px 0;}
#content #serviceList p { font-size: 12px; }
#content #serviceList li { margin: 0 51px 30px 0; float: left; width: 45%; }
#content #serviceList li img { font-size: 1px; line-height: 1; display: inline-block; }
#content #serviceList li h3 { margin: 0 0 10px; font-weight: normal; white-space: nowrap;}
#content #serviceList li h3 span.h3 { margin-right: 12px; }
#content #serviceList li .thumb { margin: 0 0 5px; }
.mr-0 { margin-right: 0!important; }