@charset "utf-8";
/*==================================================
	犯罪統計
==================================================*/
#statistics .season {
	background: rgba(24, 99, 40, 0.1);
	padding-bottom: 100px;
}
#statistics .season h3.line {
	margin-bottom: 40px;
}
#statistics .season .box {
	margin: 0 auto;
	position: relative;
}
#statistics .season .box dl {
	position: relative;
	margin-bottom: 0;
	margin-top: 70px;
}
#statistics .season .box dt {
	font-size : 30px;
	padding-left: 130px;
	color: var(--color-primary);
	font-weight: bold;
}
#statistics .season .box dt span {
	width: 110px;
	height: 110px;
	background: #f3c23d;
	border-radius: 50%;
	font-size : 50px;
	color : #186328;
	font-family: var(--font-bebas);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.5em;
	position: absolute;
	top: -30px;
	left: 0;
}
#statistics .season .box dd {
	border-radius: 20px;
	font-weight : bold;
	font-size : 26px;
	padding: 3px 15px 0 50px;
	margin-left: -30px;
	min-height: 64px;
}
#statistics .season .box dd p {
	background: #186328;
	border-radius: 20px;
	font-weight : bold;
	font-size : 25px;
	color : #fff;
	padding: 3px 15px 0 100px;
	min-height: 56px;
}
#statistics .season .box dd span.line {
	background: linear-gradient(transparent 60%, #fff45e 60%);
}

/*グラフ*/
/*
#statistics .graph::before {
	background: url("../img/price/bg-txt.png") no-repeat bottom left/contain;
	top: auto;
	bottom: -60px;
}
*/
#statistics .graph .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: wrap;
}
#statistics .graph .flex .box {
	width: 48%;
	margin-bottom: 70px;
}
#statistics .graph .flex .box .ttl {
	font-size: 22px;
	color: var(--color-primary);
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#statistics .graph .flex .box .ttl::after {
	content: "";
	position: absolute;
	width: 400px;
	height: 3px;
	background: var(--color-secondary);;
	bottom: 0;
	left: calc(50% - 200px);
	display: block;
}
#statistics .graph .flex .box img {
	width: 100%;
	margin-bottom: 10px;
}
#statistics .graph .flex .box .click {
	border: solid 1px var(--color-primary);
	padding: 3px 5px;
	border-radius: 15px;
}

/**/
#statistics .guard {
	position: relative;
	margin-bottom: 80px;
}
#statistics .guard .img_box {
	width: 700px;
}
#statistics .guard .img_box img {
	width: 100%;
	object-fit: cover;
}
#statistics .guard .txt_box {
	width: 750px;
	position: absolute;
	top: 70px;
	right: 0;
	background: #fff;
	border: 3px solid #186328;
	padding: 30px 50px;
	border-radius: 20px;
	box-sizing: border-box;
}
#statistics .guard .risk {
	font-size: 20px;
	font-weight: bold;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#statistics .season .box dl {
		margin-top: 35px;
	}
	#statistics .season .box dd {
		font-size: 20px;
	}
	#statistics .season .box dd p {
		padding: 3px 15px 3px 94px;
		font-size: 20px;
		min-height: 46px;
	}
	#statistics .season .box dt {
		padding-left: 110px;
		font-size: 25px;
	}
	#statistics .season .box dt span {
		width: 90px;
    height: 90px;
		top: -15px;
	}
	#statistics .graph .flex .box .ttl {
		font-size: 17px;
	}
	#statistics .graph .flex .box .ttl::after {
		width: 300px;
		left: calc(50% - 150px);
	}
	#statistics .guard .txt_box {
		padding: 25px 20px 15px;;
		width: 680px;
		top: -55px;
	}
	#statistics .guard .risk {
		font-size: 18px;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#statistics .season {
		padding-bottom: 40px;
	}
	#statistics .season .box dl {
		margin-top: 55px;
	}
	#statistics .season .box dt span {
		width: 40px;
		height: 40px;
		font-size: 28px;
		top: 0;
	}
	#statistics .season .box dt {
		font-size: 18px;
		padding-left: 50px;
		margin-top: -25px;
	}
	#statistics .season .box dd p {
		font-size: 16px;
		padding: 10px 15px 10px 20px;
		min-height: 37px;
		line-height: 1.4;
		border-radius: 10px;
	}
	#statistics .season .box dd {
		font-size: 16px;
		padding: 3px 0 0 40px;
		line-height: 1.4;
		
	}
	#statistics .graph .flex {
		display: block;
	}
	#statistics .graph .flex .box {
		width: 100%;
		margin: 0 auto 50px;
	}
	#statistics .graph .flex .box .ttl {
		margin-bottom: 0;
		font-size: 16px;
	}
	#statistics .guard {
		margin-bottom: 30px;
	}
	#statistics .guard .img_box {
		width: 520px;
		padding-top: 100px;
		padding-left: 20px;
	}
	#statistics .guard .txt_box {
		width: 100%;
		padding: 20px 15px 10px;
	}
	#statistics .guard .risk {
		font-size: 16px;
		line-height: 1.4;
	}
	
@media only screen and (max-width: 320px) {
}