@charset "UTF-8";

/*=====================================
ページ内メニュー
=====================================*/
.iot-solution-menu {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 10000;
}
.iot-solution-menu input {
	display: none;
}
.iot-solution-menu label {
	display: none;
}
.iot-solution-menu > ul {
	display: table;
	width: 100%;
    margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
	border-spacing: 0;
    zoom: 1;
}
.iot-solution-menu > ul li {
	display: table-cell;
    position: relative;
    margin: 0;
	padding: 0;
	width: 25%;
	height: 56px;
	background-color: #ca0a37;
	border: 1px solid #fff;
	vertical-align: middle;
}
.iot-solution-menu > ul li a {
	display: block;
    margin: 0;
    padding: 7px;
	color: #fff!important;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: .3s all;
	vertical-align: middle;
}
.iot-solution-menu > ul li:hover {
	background-color: #ab0028;
}
.iot-solution-menu > ul li a > span {
	display: block;
	font-size: 1rem;
	letter-spacing: 0;
}
.iot-solution-menu ul ul {
    z-index: 1000;
    visibility: hidden;
    position: absolute;
    top: 54px!important;
    left: 0!important;
    margin: 0;
	padding: 0;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	opacity: 0;
}
.iot-solution-menu ul li:hover > ul {
    visibility: visible;
	margin: 0 0 0;
	opacity: 1;
}
.iot-solution-menu ul ul {
	margin: 40px 0 0;
	width: 100%;
}
.iot-solution-menu ul ul li {
	box-sizing: content-box;
    display: block;
	margin: 0;
	height: auto;
	width: 100%;
    background-color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: solid 1px #d1d1d1;
}
.iot-solution-menu ul ul li:last-child {
	border: 0;
}
.iot-solution-menu ul ul li a {
    display: block;
	position: relative;
	margin: 0!important;
    padding: 8px 14px 8px 8px;
	min-height: 24px;
	font-size: 0.875rem;
	letter-spacing: 0;
	text-align: left;
	color: #292929!important;
}
.iot-solution-menu ul ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #ca0a37;
	border-right: solid 2px #ca0a37;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iot-solution-menu ul ul li:hover,
.iot-solution-menu ul li:hover ul li:hover {
    background-color: #f6f6f6!important;
}
.iot-nolink { 
	cursor:default;
}



/*=====================================
ページ内メニュー
=====================================*/
.tit-solution-nav {
	padding: 3px;
	background-color: #ddd;
	border: 1px solid #fff;
	color: #7d7d7d;
	font-size: 0.9375rem;
	font-weight: bold;
	text-align: center;
}
.tit-solution-lv2 {
	color: #ca0a37;
	margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #aaa;
    line-height: 1.4;
	font-size: 142%;
    font-weight: bold;
}
.tit-solution-lv3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
    padding-bottom: 11px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
	font-size: 129%;
    font-weight: bold;
}
.tit-solution-lv3::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 4px;
	background-color: #ca0a37;
}
.sec-solution-box {
	padding: 12px;
	border: 1px solid #ccc;
}
.sec-solution-box .tit-cmn-lv3 {
	display: table;
	position: relative;
	width: 100%;
	min-height: 80px;
	margin-top: -12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	background-color: transparent;
	border-bottom: dotted 1px #aaa;
	vertical-align: middle;
}
@-moz-document url-prefix() {
	.sec-solution-box .tit-cmn-lv3 {
		height: 80px;
	}
}
.sec-solution-box .tit-cmn-lv3 a {
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
}
.sec-solution-box .tit-cmn-lv3 span {
	margin-left: 8px;
	vertical-align: middle;
}
.sec-solution-box .tit-cmn-lv3::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #ca0a37;
	border-right: solid 2px #ca0a37;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sec-solution-box * + * {
	margin-bottom: 12px;
}