
/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title._blue {
	background: #e5efff;
}
.sub-section .sub-title._orange {
	background: #fdeadb;
}

@media print, screen and (min-width: 768px){
	.sub-title-container {
    margin-bottom: 3rem;
	}
	.products-sub-title {
			font-size: 2.8rem;
	}
	.sub-section .sub-title {
			font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px){
	.sub-title-container {
    margin-bottom: 2rem;
	}
	.products-sub-title {
    flex-shrink: 0;
    font-size: 2.2rem;
	}
}

/* general */
.textIndent{
	text-indent: -1em;
	padding-left: 1em;
}
.txtIndent13 {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.txtIndent18 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.linkAr{
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
/* link */
.textLink a:link {
	color: #000099;
}
.textLink a:visited {
	color: #660099;
}
.textLink a:hover {
	color: #FF6633;
	text-decoration: none;
}
.textLink a:active {
	color: #FF6633;
}
/* linkAr */
.linkAr:not(._rIcon){
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr:not(._rIcon)::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 11px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr._rIcon{
	background: url(/support/images/arrow_link.gif) no-repeat 4px 10px;
}
.linkAr._rIcon a:link {
	color: #000099;
}
.linkAr._rIcon a:visited {
	color: #660099;
}
.linkAr._rIcon a:hover {
	color: #FF6633;
	text-decoration: none
}
.linkAr._rIcon a:active {
	color: #FF6633;
}
/* 背景画像『灰●』 */
.listDot3 li {
	background: url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 8px
}
/* 背景画像『灰●』 */
.icoDot3 {
	padding-left: 20px;
	background: url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}
/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-heading {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
	.sub-title-container {
		margin-bottom: 3rem;
	}
	.products-sub-title {
		font-size: 2.8rem;
	}
	.sub-section .sub-title {
		font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.sub-title-container {
		margin-bottom: 2rem;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
}
/* 背景画像『・』 */
#econetlite .listDot2 li {
	background: url("/support/images/dot_black.gif") no-repeat 3px 11px;
	padding-left: 17px;
}
#econetlite .dlTextCont {
	padding: 0 20px;
}
@media only screen and (max-width: 767px){
	#econetlite .dlTextCont {
		padding:0;
	}
}