@charset "UTF-8";
.sec-inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}
.sec h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
	.sec h2 {
		font-size: 22px;
		margin-bottom: 28px;
	}
}
/*　　街頭防犯ソリューション　　*/
#toppage .solution{
	padding-top: 120px;
}
.solution .solution-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(50% + 180px);
	max-width: 890px;
	column-gap: 58px;
}
.solution-nav .nav-items {
	position: relative;
	width: calc(50% - 29px);
}
.solution-nav .nav-items figure{
	overflow: hidden;
}
#toppage #zone3 .solution-nav .nav-items figure{
	width: 100%;
}
.solution-nav .nav-items .t2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/arrow1.png) #fff no-repeat right 20px center;
	background-size: 20px auto;
}
@media screen and (max-width: 900px) {
	#toppage .solution{
		padding-top: 80px;
	}
	.solution .solution-nav {
		width: 95%;
		margin: 0 auto;
		column-gap: 0;
		row-gap: 30px;
	}
	.solution-nav .nav-items {
		width: 100%;
	}
}
/*　　導入実績　　*/
.results {
	padding: 80px 0 160px 0;
}
.results .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.56;
	margin-top: 30px;
}
.results table th,
.results table td {
	vertical-align: middle;
	border: 1px solid #9E9E9E;
}
.results table th {
	width: 186px;
	background: #D9D9D9;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	padding: 18px 16px;
}
.results table td {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	padding: 18px 28px;
}
@media screen and (max-width: 900px) {
	.results {
		padding: 30px 0 60px 0;
	}
	.results .text {
		width: 90%;
		font-size: 14px;
		margin: 0 auto;
		margin-top: 14px;
	}
	.results table {
		width: 90%;
		margin: 0 auto;
	}
	.results table th {
		position: relative;
		width: 82px;
		font-size: 16px;
		padding: 18px 10px;
		white-space: nowrap;
	}
	.results table th p {
		display: inline;
		position: absolute;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.results table td {
		font-size: 15px;
		padding: 35px 15px;
	}
}
#toppage #zone2 {
	max-width: 1100px;
	margin: auto;
	padding: 0 20px;
	padding-bottom: 140px;
}
