@charset "utf-8";
/* 防犯カメラ事業 */
/* 価格 */
.wrap-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
@media print, screen and (max-width:1000px) {
	.wrap-price .box {
		width: 100%;
	}
}
.price {
	color: #22559D;
	font-weight: bold;
}
.price .num {
	font-size: 5rem;
}
.price .unit {
	font-size: 2.5rem;
}
.price .tax {
	font-size: 2rem;
}
/* 汎用 */
.note {
	font-size: 0.8em;
	margin-left: 1.2em;
	position: relative;
}
.note::before {
	content: '※';
	position: absolute;
	top: 0;
	left: -1.2em;
}

/* 効果 */
ul.effect {
	display: flex;
	flex-wrap: wrap;
}
ul.effect li {
	background-color: #8AA3D4;
	color: #FFF;
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 2rem;
	margin-bottom: 2rem;
	line-height: 1;
}
/* 設置例 */
dl.exsample {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0;
}
dl.exsample dt, dl.exsample dd {
	line-height: 1.5;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #CCCCCC;
}
dl.exsample dt {
	width: 20%;
	padding-right: 2%;
	font-weight: normal;
}
dl.exsample dd {
	width: 80%;
}
@media print, screen and (max-width:600px) {
	dl.exsample dt, dl.exsample dd {
		width: 100%;
	}
	dl.exsample dt {
		border: none;
		padding-bottom: 0;
	}
}
/* メリット */
ul.merit {
	margin-left: 2rem;
}
ul.merit li {
	margin-bottom: 2rem;
	line-height: 1.5;
}
ul.merit li .head {
	font-size: 2rem;
	font-weight: bold;
	margin-right: 2rem;
}
ul.merit li p {
	display: inline;
}
@media print, screen and (max-width:1000px) {
	ul.merit li .head {
		margin-bottom: 1rem;
	}
	ul.merit li p {
		display: block;
	}
}
ul.merit li::before {
	content: '■';
	font-size: 2.3rem;
	color: #ba9c56;
	margin-left: -2.5rem;
}
.em {
	color: #d60a30;
}
/* 使用イメージ */
ul.exsample-img {
	display: flex;
	justify-content: center;
}
ul.exsample-img li {
	padding: 0.1%;
}
@media print, screen and (max-width:1000px) {
	ul.exsample-img {
		flex-wrap: wrap;
	}
	ul.exsample-img li {
		width: 33.3%;
	}
}
@media print, screen and (max-width:600px) {
	ul.exsample-img li {
		width: 50%;
	}
}
/* お客様の声 */
.supplement-security-camera {
	margin-top: 30px;
	padding: 1.5rem;
	border: solid 5px #9fc9eb;
}
dl.voice {
	max-width: 1200px;
	margin: 3rem auto 2rem;
	display: flex;
	flex-wrap: wrap;
}
dl.voice dt, dl.voice dd {
	line-height: 1.5;
	margin-bottom: 3rem;
}
dl.voice dt {
	width: 30%;
	padding-right: 3%;
}
dl.voice dd {
	width: 70%;
}
@media print, screen and (max-width:1000px) {
	dl.voice dt, dl.voice dd {
		width: 100%;
	}
	dl.voice dt {
		margin-bottom: 1rem;
	}
}
/* 施工実績 */
.sectionHedding .sup {
	font-size: 1.5rem;
	font-weight: normal;
	color: #000000;
}
ul.results {
	display: flex;
	flex-wrap: wrap;
}
ul.results li {
	margin-bottom: 1rem;
}
ul.results li::after {
	content: '／';
	margin: 0 0.5rem;
}
ul.results li:last-child::after
/* ul.results li:first-child::after */
 {
	content: '';
	margin: 0;
}

/* ---------------------
	防犯カメラ見出し
------------------------*/
.sectionHedding.lh-1 {
	line-height: 1;
}
@media screen and (max-width: 1000px) {
	.fs-half {
		font-size: 14px;
		margin-top: 10px;
		display: inline-block;
	}
} 