@charset "utf-8";
/* police */

#police-list {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
#police-list .page-index-list > li {
	width: 31%;
}
#police-list .page-index-list > li figure img {
	height: 420px;
}
@media only screen and (max-width:1280px) {
	#police-list {
		width: 97.5%;
	}
	#police-list .page-index-list > li {
		width: 31%;
	}
	#police-list .page-index-list > li figure img {
		height: 380px;
	}
}
@media only screen and (max-width:768px) {
	#police-list {
		width: 95%;
	}
	#police-list .page-index-list > li {
		width: 47.5%;
		margin: 0 0 5%;
	}
	#police-list .page-index-list > li figure img {
		height: 350px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}
@media only screen and (max-width:480px) {
	#police-list {
		width: 92.5%;
	}
	#police-list .page-index-list > li {
		width: 100%;
		margin: 0 0 10%;
	}
	#police-list .page-index-list > li figure img {
		height: 300px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}

#policeContents {
	width: 100%;
	max-width: 1000px;
	margin: 35px auto 0;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#policeContents {
		width: 97.5%;
		margin: 0 auto 0;
	}
}
@media only screen and (max-width:768px) {
	#policeContents {
		width: 95%;
	}
}
@media only screen and (max-width:480px) {
	#policeContents {
		width: 92.5%;
	}
}

#policeContents .policeHeader {
	overflow: hidden;
}
#policeContents .headPict {
	width: 37.5%;
	height: 460px;
	float: left;
	margin: 0 5rem 0 0;
	overflow: hidden;
}
#policeContents .headPict img {
	width: 100%;
	height: 100%;
}
#policeContents h2 {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 0.25em 0.75em;
	margin: 7.5rem auto 0.5em auto;
	text-align: center;
}
#policeContents h3 {
	line-height: 1.5;
	margin-bottom: 0.75em;
	font-weight: 700;
}
#policeContents h3.mt25 {
	margin-top: 2.0em;
}
#policeContents p {
	overflow: hidden;
	line-height: 2;
	margin-bottom: 2.0em;
}
#policeContents p.mt25 {
	margin-top: 2.5rem;
}
#policeContents p .flotLeft {
	float: left;
	width: 37.5%;
	height: auto;
	margin: 0 2.0em 2.0em 0;
}
#policeContents p .flotRight {
	float: right;
	width: 37.5%;
	height: auto;
	margin: 0 0 2.0em 2.0em;
}
#videoArea {
	position:relative;
	width:100%;
}
#videoArea video {
	width:100%;
	height: auto;
}
#policeContents .flexArea {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#policeContents .flexArea.reverse {
	flex-direction: row-reverse;
}
#policeContents .flexArea .flexBox {
	width: 45%;
}
#policeContents .flexArea .flexBox figure {
	margin-top: 10px;
	width: 100%;
	height: 400px;
}
#policeContents .flexArea .flexBox figure img {
	width: 100%;
	height: 100%;
}

#policeContents hr {
	margin: 5rem auto 7rem;
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#888 45%, #888 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
	opacity: 0.25;
}
@media only screen and (max-width:1215px) {
	#policeContents h2 {
		margin: 5rem auto 0.5em auto;
		padding: 0.25em 0.5em;
	}
	#policeContents h3.mt25 {
		margin-top: 1.75em;
	}
	#policeContents p {
		margin-bottom: 1.75em;
	}
	#policeContents hr {
		margin: 3.5rem auto 5rem;
	}
	#policeContents .flexArea .flexBox {
		width: 47.5%;
	}
	#policeContents .flexArea .flexBox figure {
		height: 380px;
	}
}
@media only screen and (max-width:768px) {
	#policeContents .headPict {
		height: 360px;
		margin: 0 4em 0 0;
	}
	#policeContents p .flotLeft {
		width: 37.5%;
		margin: 0 1.75em 1.75em 0;
	}
	#policeContents p .flotRight {
		width: 37.5%;
		margin: 0 0 1.75em 1.75em;
	}
	#policeContents hr {
		margin: 3.5rem auto;
	}
}
@media only screen and (max-width:480px) {
	#policeContents .headPict {
		width: 100%;
		height: 360px;
		float: none;
		margin: 0 0 3.5rem 0;
	}
	#policeContents h2 {
		margin: 2.5rem 0 0.5em;
	}
	#policeContents p .flotLeft {
		width: 47.5%;
		margin: 0 1.5em 1.5em 0;
	}
	#policeContents p .flotRight {
		width: 47.5%;
		margin: 0 0 1.5em 1.5em;
	}
	#policeContents hr {
		margin: 2.5rem auto 3.5rem;
		height: 10px;
		background: linear-gradient(-70deg,transparent 35%,#888 45%, #888 55%,transparent 65%);
		background-size: 6px 10px;
		border: none;
		opacity: 0.25;
	}

	#policeContents .flexArea {
		display:block;
	}
	#policeContents .flexArea .flexBox {
		width: auto;
	}
	#policeContents .flexArea .flexBox figure {
		height: 280px;
		margin-bottom: 15px;
	}
}

#policeContents .profileArea {
	margin: 50px 0 0 0;
	padding: 2.5%;
	background-color: #ededed;
	overflow: hidden;
}
#policeContents .profileArea p {
	line-height: 2;
	margin-bottom: 2em;
}
#policeContents .profileArea ul {
	display: block;
	width: 85%;
	margin: 0 auto;
}
#policeContents .profileArea ul.w100 {
	width: 100%;
}
#policeContents .profileArea .btn {
	display: block;
	margin: 0 1%;
	padding: 0;
	width: 48%;
	text-align: center;
	float: left;
}
#policeContents .profileArea .btn.w33 {
	margin: 0 1%;
	width: 31.33%;
}
#policeContents .profileArea .btn a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:1280px) {
	#policeContents .profileArea {
		padding: 2% 2% 5% 2%;
	}
}
@media only screen and (max-width:768px) {
	#policeContents .profileArea {
		margin: 35px 0 0 0;
	}
	#policeContents .profileArea ul {
		width: 100%;
	}
	#policeContents .profileArea .btn a {
		display: block;
	}
}
@media only screen and (max-width:480px) {
	#policeContents .profileArea .btn.w33 {
		margin: 0 1%;
		width: 48%;
	}
	#policeContents .profileArea .btn.w33:nth-child(3n) {
		margin-top: 1rem;
	}
}


#policeCpon {
	width: 100%;
	max-width: 700px;
	margin: 75px auto 0;
	text-align: left;
}
#policeCpon figure {
	text-align: center;
}
#policeCpon figure img {
	display: block;
	width: 500px;
	margin: 0 auto;
}
#policeCpon figure figcaption {
	margin: 1.5rem auto 3.5rem;
	text-align: left;
	line-height: 1.5;
}
#policeCpon .btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
}
#policeCpon .btn a {
	display: block;
}
@media only screen and (max-width:1215px) {
	#policeCpon {
		margin: 65px auto 0;
	}
}
@media only screen and (max-width:768px) {
	#policeCpon {
		margin: 50px auto 0;
	}
}
@media only screen and (max-width:480px) {
	#policeCpon {
		margin: 35px auto 0;
	}
	#policeCpon figure img {
		width: 100%;
	}
	#policeCpon .btn {
		width: 100%;
		max-width: 100%;
	}
}
