@charset "UTF-8";

/*=====================================
ページ内メニュー
=====================================*/
.iot-solution-menu {
	width: 100%;
	background-color: transparent!important;
}
.iot-solution-menu > ul,
.iot-solution-menu ul li {
	margin: 0;
}
.iot-solution-menu > ul li a.iot-solution-menu-off {
	display: none;
}
.iot-solution-menu input {
  display: none;
}
a.iot-solution-menu-on,
.iot-solution-menu label {
	position: relative;
	display: block;
    padding: 12px;
	background-color: #ca0a37;
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: none;
}
a.iot-solution-menu-on::before ,
.iot-solution-menu label::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iot-solution-menu label span {
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	font-size: 0.75rem;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
}
.iot-solution-menu .iot-ac-cont {
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	height: 0;
	background: #fff;
	transition: .2s;
}
.iot-solution-menu input:checked + .iot-ac-cont {
	box-sizing: border-box;
	height: auto;
	transition: .2s;
}
.iot-solution-menu input:checked + .iot-ac-cont-1 {
	height: 48px;
}
.iot-solution-menu input:checked + .iot-ac-cont-2 {
	height: 96px;
}
.iot-solution-menu input:checked + .iot-ac-cont-3 {
	height: 144px;
}
.iot-solution-menu input:checked + .iot-ac-cont-4 {
	height: 192px;
}
.iot-solution-menu input:checked + .iot-ac-cont-5 {
	height: 240px;
}
.iot-solution-menu ul ul li {
    display: block;
	position: relative;
	height: 48px;
	min-height: 24px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	color: #292929;
}
.iot-solution-menu ul ul li a {
	display: block;
	position: relative;
    padding: 12px;
	color: #000;
	text-decoration: none;
}
.iot-solution-menu ul ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: solid 2px #ca0a37;
	border-right: solid 2px #ca0a37;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*=====================================
ページ内メニュー
=====================================*/
.tit-solution-nav {
	padding: 6px;
	background-color: #ddd;
	border-bottom: 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%;
	margin-top: -12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	background-color: transparent;
	border-bottom: dotted 1px #aaa;
	vertical-align: middle;
}
.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: -4px;
	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;
}
.sec-solution-box p {
	height: auto!important;
}
