@charset "UTF-8";

#Contents table th{
	width:auto
}

div.smartGateway_overview h3:before{
	content: none;
}

#caseArea .column__vertical a {
	color: var(--color-pwhite);
}

#caseArea p.ImgOnlyStyle {
	max-width: 300px;
}

div.column__solve__vertical dd.contentArea{
	display: flex;
}

div.column__vertical dd.contentArea p.ImgOnlyStyle img{
	max-height: 150px;
}

div.column__solve__vertical p.ImgOnlyStyle {
	width: 180px;
}

div.column__solve__vertical dd.contentArea p.TextArea prominent{
	margin: auto;
	justify-content:center;
	display: flex;
}


#caseArea div#usage_Example h3:before,
#caseArea div#usage_Example h4:before {
	content: none;
}

#caseArea div#usage_Example h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background: linear-gradient(to right, var(--color-pgray2) 100%);
}

#caseArea div#usage_Example p.ImgOnlyStyle {
	max-width: 500px!important;
}

#reasonArea dl.articleLinkList dt {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#reasonArea dl.articleLinkList dt span {
	padding: 0 0 5px 60px;
	background: url('image/choosing01.png') no-repeat left center;
	background-size: 50px auto;
	line-height: 1.2;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-height: 3em;
}

#faqArea dl.column__type3 a:after{
	background: none!important;
}


#usefulArea dl.smartGateway_column dt{
	font-size: 150%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}

#usefulArea dl.smartGateway_column dt:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background: linear-gradient(to right, var(--color-pgray2) 100%);
}

#usefulArea dl.smartGateway_column dd{
	margin-top: 20px;
	margin-bottom: 20px;
}

#ict_research {
	margin-top: -50px;
}

#ict_research ul.InnerLink1 li.NewWin a {
	background-image: url(/image/hsc2/solution/icon/icon_newwin_w.svg)!important;
	background-repeat:no-repeat;
	background-position-x: right 30px;
	background-position-y: 7px;
	background-size: 17px;
}