
#BrandingArea {
	height: 200px;
	padding-bottom: 30px;
	background-color: #fff;
}
#BrandingArea .ImgArea {
	background-image: url(/products/it/IoTM2M/list/hipf/uc/image/img_uc_2500_400.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
#BrandingArea .ImgArea .TextArea {
	padding-top: 75px;
	width: 1275px;
	margin: 0 auto;
}
#BrandingArea .ImgArea .TextArea h1 {
	color: #fff;
	font-weight: bold;
	font-size: 200%;
}


.CatchCopy.uc {
	font-size: 175%;
}

.TextStyle1 {
	font-size: 100%;
}


ul.uc_Box {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;	
	margin-bottom: 50px;
}

ul.uc_Box li.uc_Boxitem {
	width: 25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}

ul.uc_Box li.uc_Boxitem:hover {
	opacity: 0.8;
}

ul.uc_Box li.uc_Boxitem:nth-child(1) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx01.jpg");
}
ul.uc_Box li.uc_Boxitem:nth-child(2) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx02.jpg");
}
ul.uc_Box li.uc_Boxitem:nth-child(3) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx03.jpg");
}
ul.uc_Box li.uc_Boxitem:nth-child(4) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx04.jpg");
	margin-top:15px;
}
ul.uc_Box li.uc_Boxitem:nth-child(5) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx05.jpg");
	margin-top:15px;
	/*margin-right: 0;*/
}
ul.uc_Box li.uc_Boxitem:nth-child(6) {
	background-image: url("/products/it/IoTM2M/list/hipf/uc/image/dx06.jpg");
	margin-top:15px;
}

ul.uc_Box li a {
	display: block;
	padding: 25px 12px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-image: url(/products/it/IoTM2M/image/icon/white_arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	height: 90px;
}

ul.uc_Box li a p.title {
	font-size: 138%;
	font-weight: bold;
	text-shadow: 0px 0px 12px black, 0px 0px 12px black, 0px 0px 12px black, 0px 0px 12px black;
}

ul.uc_Box li a p.com {
	font-size: 90%;
	font-weight: bold;
	text-shadow: 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black;
	margin-bottom: 10px;

}


.uc_dx {
	margin-bottom: 50px;
}

.uc_dx h2 {
	background: none;
	padding: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

.uc_dx h2 span {
	display: inline-block;
	width: 180px;
	margin-right: 20px;
	color: #fff;
	text-align: center;
}

.uc_dx h2.title_dx01 { border: 2px solid #6080C8; }
.uc_dx h2.title_dx01 span { background-color: #6080C8; }

.uc_dx h2.title_dx02 { border: 2px solid #549668; }
.uc_dx h2.title_dx02 span { background-color: #549668; }

.uc_dx h2.title_dx03 { border: 2px solid #643DA9; }
.uc_dx h2.title_dx03 span { background-color: #643DA9; }

.uc_dx h2.title_dx04 { border: 2px solid #4B9CC1; }
.uc_dx h2.title_dx04 span { background-color: #4B9CC1; }

.uc_dx h2.title_dx05 { border: 2px solid #289173; }
.uc_dx h2.title_dx05 span { background-color: #289173; }

.uc_dx h2.title_dx06 { border: 2px solid #6A2980; }
.uc_dx h2.title_dx06 span { background-color: #6A2980; }

.uc_dx .CatchCopy {
	font-size: 113%;
}
.uc_dx p img {
	margin-bottom: 20px;
}

.uc_dx .ButtonStyle1 a {
	background-image: url(/products/it/IoTM2M/image/icon/white_other_window.svg);
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	margin-top: 30px;
}

.uc_dx .ButtonStyle1 a:link,
.uc_dx .ButtonStyle1 a:visited {
	background-color: #2D50A9;
	font-size: 115%;
	padding: 15px 45px 15px 20px;
	border-right: solid 15px transparent;
}

.uc_dx .ButtonStyle1 a:hover,
.uc_dx .ButtonStyle1 a:active {
	opacity: 0.7;
}


.download {
	background-image: url(/products/it/IoTM2M/list/hipf/uc/image/img_dl.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
	padding: 30px 10px 15px;
	margin-bottom: 20px;
}

.download p strong {
	color: #fff;
}

.download .ButtonStyle1 a {
	background-image: url(/products/it/IoTM2M/image/icon/white_arrow_right.svg);
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	width: 280px;
	margin-top: 20px;
}

.download .ButtonStyle1 a:link,
.download .ButtonStyle1 a:visited {
	background-color: #2D50A9;
	font-size: 115%;
	padding: 23px 45px 23px 20px;
	border-right: solid 15px transparent;
}

.download .ButtonStyle1 a:hover,
.download .ButtonStyle1 a:active {
	opacity: 0.7;
}


.ask {
	text-align: center;
	padding: 30px 0 15px;
}

.ask p strong {
	color: #2D50A9;
}

.ask .ButtonStyle1 a {
	background-image: url(/products/it/IoTM2M/image/icon/white_other_window.svg);
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	width: 280px;
	margin-top: 20px;
}

.ask .ButtonStyle1 a:link,
.ask .ButtonStyle1 a:visited {
	background-color: #2D50A9;
	font-size: 115%;
	padding: 23px 45px 23px 20px;
	border-right: solid 15px transparent;
}

.ask .ButtonStyle1 a:hover,
.ask .ButtonStyle1 a:active {
	opacity: 0.7;
}




@media screen and (min-width :995px) and (max-width: 1304px) {
	.JS #BrandingArea .ImgArea .TextArea {
		width: auto;
		max-width: 1275px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 994px) {
	.JS #BrandingArea .ImgArea .TextArea {
		box-sizing: border-box;
		padding-left: 15px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	ul.uc_Box {
		flex-wrap: wrap;
	}
	ul.uc_Box li.uc_Boxitem {
		min-width: 48%;
		margin-bottom: 10px;
	}
	ul.uc_Box li.uc_Boxitem:nth-child(even) {
		margin-right: 0;
	}
	ul.uc_Box li.uc_Boxitem:nth-child(4), ul.uc_Box li.uc_Boxitem:nth-child(5), ul.uc_Box li.uc_Boxitem:nth-child(6) {
		margin-top: 0;
	}	
	ul.uc_Box li a {
		background-size: 36px 36px;
		-moz-background-size: 36px 36px;
		-webkit-background-size: 36px 36px;
		-o-background-size: 36px 36px;
		-ms-background-size: 36px 36px;
		height: 140px;
	}
	ul.uc_Box li a p.title {
		font-size: 200%;
	}
	ul.uc_Box li a p.com {
		font-size: 120%;
		margin-bottom: 20px;
	}
	.uc_dx h2 {
		padding-bottom: 10px;
		text-align: center;
		margin-left: 1px;
		margin-right: 1px;
		font-size: 120%;
	}
	.uc_dx h2 span {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 100%;
	}
}

@media screen and (max-width: 579px) {
	.JS #BrandingArea .ImgArea .TextArea h1 {
		font-size: 180%;
	}
}

@media screen and (max-width: 399px) {
	.JS #BrandingArea .ImgArea {
		background-position: center left -800px;
	}
	ul.uc_Box li a p.title {
		font-size: 170%;
	}
	ul.uc_Box li a p.com {
		font-size: 110%;
	}

.download .ButtonStyle1 a {
	width: auto;
	}	
	.download .ButtonStyle1 a:link,
	.download .ButtonStyle1 a:visited {
		padding-right: 35px;
	}
	.ask .ButtonStyle1 a:link,
	.ask .ButtonStyle1 a:visited {
		padding-right: 50px;
	}

	.ask .ButtonStyle1 a {
	width: auto;
	}	
}

@media screen and (max-width: 375px) {
	.download .ButtonStyle1 a:link,
	.download .ButtonStyle1 a:visited {
		padding-right: 10px;
	}
	.ask .ButtonStyle1 a:link,
	.ask .ButtonStyle1 a:visited {
		padding-right: 30px;
	}
}

