@charset "utf-8";
/* 福岡県警察署下層ページ　CSS Document */

/****************reset*******************/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	width:auto;
	font-size:1em;
	line-height:150%;
	box-sizing: border-box;
}

.wb-contents{
	width: 960px;
	margin: 0 auto;
}


ul,li{ padding:0; margin:0; font-size:100%; line-height:100%; font-weight:normal; }
a img { border:none; }
img{max-width: 960px; height: auto; line-height:100%; font-size:0px; -webkit-backface-visibility: hidden;}
a,button{
	-webkit-transition:.4s;
	transition: .4s;
	cursor:pointer;
}


.footer .inner960 .print-color a{
	padding: 20px;
	color: #626B84;
	width:100%;
}


.footer .inner960 .print-color a:hover{
	color: #192350;
}



/****************clearfix*******************/
.clearfix {min-height:1px;overflow-x:hidden;}
* html .clearfix {height:1px; /*\*//*/ height:auto; overflow:hidden; /**/ }
/* clearfloat, clearfix vesion2　違う要素float修正用 */
.clearfloat:after, .txt-type1:after, .link-list-wide ul:after, .link-list-3col ul:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfloat, .txt-type1, .link-list-wide ul, .link-list-3col ul { display: inline-block; }
* html .clearfloat, * html .txt-type1,  * html .link-list-wide ul, .link-list-3col ul { height: 1%; }
.clearfloat, .txt-type1, .link-list-wide ul, .link-list-3col ul { display: block; }


p,li,h3,h4,span,a,strong,dd,dt,dl{letter-spacing:.05em;}
table{border:0;word-break: break-all;}
body{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; min-width:960px; line-height:180%;}

.relative{position:relative;overflow:auto;}
.sp{display:none;}
.right{float:right;}
.left{float:left;}
.inner960{width:960px; margin: 0 auto; position:relative;}
.hide{display: none; clear: both;}

/* 文字内容幅 */
.wrapper-930{
	display: block;
	width: 930px;
	margin: 0 auto;
	clear: both;
}

.bg_gradation{background:linear-gradient(#224f97,#057092);}
.bg_blue{background-color:#ebecf2;}

.bg-grey{
	background-color: #f4f5f8;
}

.bg-white{
	background-color: #ffffff;
}

.bg_pattern{
	background:url("../img/bg_pattern.png") repeat;
	position:relative;
}

.bg_pattern2{
	background:url("../img/bg_asahikage.png") no-repeat 90% 150%;
	position:relative;
}



/*　セクション分け　margin button　*/
.margin-bottom90{
	margin-bottom: 90px;
}

.margin-bottom75{
	margin-bottom: 75px;
}

.margin-bottom33{
	margin-bottom: 33px;
}



/*　見出し */
h3{
	width: 100%;
	display: block;
	text-align: left;
	color: #005bac;
	font-size: 1.3125em;
	font-weight: bold;
	border-bottom: 3px solid #e2e3f7;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 20px;
}


.txt-type1 p{
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
	line-height: 1.4;
}

.txt-type1 p strong{
	color: #bf0000;
	font-weight: normal;
}

small{
  font-size: 0.875em;
	float: right;
}



/*　縦inlineスペース　*/
.txt-type2 hr{
	height: 15px;
	min-height: 15px;
	border: none;
}

.txt-type2 a{
  color: #005baa;
	text-decoration: underline;
}

.txt-type2 a:hover{
	  color: #ff0000;
}

.txt-type2{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.4em;
	box-sizing: border-box;
}

.txt-type2 a{
	display: inline;
}

.txt-type2 img{
	display: inline-block;
	float: left;
	margin: 0 24px 20px 0;
	max-width: 300px;
}


/* 見出し、左線あり */
h2{
	border-left: 5px solid #005bac;
	color: #005bac;
	padding: 9px 0 9px 15px;
	text-align: left;
	font-size: 1.6875em;
	font-weight: bold;
	line-height: 1.4em;
}


ul{
	display: inline;
}

ul li{
	line-height: 1.5;
	margin-left: 30px;
}

ol li{
	line-height: 1.5;
}
/*
.wb-contents ul li::before{
	position: relative;
	left: -18px;
	display: inline-block;
	width: 10px;
	height: 10px;
	content:'';
	border-radius: 100%;
	background-color: #005bac;
	font-size: 1.325em;
}
*/
.txt-type3{
	display: block;
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	background-color: #f4f5f8;
	padding: 26px 30px 26px 30px;
	font-size: 1.125em;
	margin-top: 30px;
}

.txt-type3 h2{
	padding:4px 16px 4px 16px;
	display:inline-block;
	color: #fff;
	background-color:#005bac;
	font-size: 0.85em;
	margin-bottom: 10px;
}

.searchform{
	margin-left: 200px;
}


/* header */
.header{padding:20px 0 65px 0;}
.header-box{
	display: block;
	justify-content: space-between;
	align-items:center;
	width: 980px;
}

.header-box .header-logo{float: left;}

.block-full-width{
  padding-top: 50px;
	padding-bottom: 50px;
}

.padding-20{
	padding: 20px;
}

/* Main Content Hero パーツ */
.hero-image{
  width: 100%;
	position: relative;
	display: block;
}

.hero-image img{
	width:  100%;
}

.wb-contents h1{
	background: #224f97;
	background:linear-gradient(#224f97,#057092);
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
	color: #ffffff;
	font-size: 1.7em;
	padding: 40px 0px;
	margin-bottom: 20px;
}

.wb-contents .hero-image-title{
	display: block;
	box-sizing: border-box;
	padding: 15px;
	width: 320px;
	position: absolute;
	top: 50%;
	right: 20px;
	background: #fff100;
	text-align: center;
	font-size: 1.875em;
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000000;
}

.sub_menu{
	max-width:800px;
	position:relative;
}


.block-full-width{
  padding-top: 50px;
	padding-bottom: 50px;
}

.padding-20{
	padding: 20px;
}

/* サイト内検索 */
.img-icon-text{
  width: 46px;
	height: 17px;
}

.sub_menu table tr td input:focus{
  outline: none;
	color: rgba(0,0,0,1);
}

/* .sub_menu table{margin-bottom: 5px;} */
.sub_menu table tr td input{
	height:30px;
	width: 260px;
	box-sizing: border-box;
  color: rgba(34,79,151,0.7);
	border-radius:15px;
	border:1px solid #005bac;
}


/* テキストサイズ &&& */
.txt-size-box{
	position:relative;
	margin-left: -5px;
}
.txt-size-box label{
	line-height:1;
	display:block;
	cursor:pointer;
	margin-top:10px;
}

.txt-size-box label span{
	color:#005bac;
	font-weight: bold;
	margin-right: 10px;
}

.open{
	position: relative;
}

.text-size{
	width: 100%;
	top: 8px;
	position: absolute;
	z-index:1;
	left: -20px;
}
.text-size li{
    border-bottom:1px solid #fff;
    padding: 15px 7.5px;
    background: #f4f5f8;
    display: block;
    font-size: 0.9em;
}
.text-size li:last-child{
    border-bottom:none;
}
.text-size li a:hover{
 	background: #fff;
}


/* 翻訳 */
.language {
	position: relative;
}

.language label{
	font-size:1.1em;
	line-height:1;
	display:block;
	cursor:pointer;
	margin-top: 5px;
}

.language label span{
	color:#005bac;
	position:relative;
	top:-2px;
	font-weight: bold;
}

.language label img{width:30px;}

 .language li a:hover{
 	background: #fff;
}
.language_list{
	position:absolute;
	z-index:2;
	width: 100%;
	top: 3px;
	left: -20px;
}
.language_list li{
    padding: 15px 7.5px;
    background: #f4f5f8;
    display:block;
    font-size:0.9em;
    border-bottom:1px solid #fff;
    list-style: none;
    margin-left:5px;
}
.language_list li:last-child{
    border-bottom:none;
}


/* ハンバーガーメニュー */
.hamburger{
	position:absolute;
	right:3%;
	top:15px;
	z-index:999;
	background:linear-gradient(#224f97,#057092);
	width:27px;
	padding:14px 11px 13px 13px;
	border-radius:55px;
	list-style: none;
}

.hamburger:hover{
	cursor: pointer;
}

.sp .hamburger li{
	list-style: none;
}

.menu-trigger,.menu-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
  margin: 0 auto;
 }
.menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  cursor:pointer;
 }
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
 }
.menu-trigger span:nth-of-type(1) {
  top: 0;
	}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
 }
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
	}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  width: 100%;
 }
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  width: 100%;
	}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  width: 100%;
 }

.menu-trigger p{
  position: absolute;
  left:25px;
  font-weight:bold;
	}


	/* ハンバーガーメニュー内容 折り畳まれ部分 */
	.navigation{
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100vh;
	  top: 0;
	  left: 0;
	  z-index:3;
	  overflow-y:scroll;
	 }
	.navigation::-webkit-scrollbar {
	  display: none;
		}
	.navigation .navigation_inner{
		/*
	  display:table;
		*/
	  width:100%;
	  height:100%;
	  padding:83px 0 120px;
	  background-color:#fff;
	 }

	.navigation .navigation_inner .sub_menu{
		width:90%;
		display:inherit;
		margin:7.5% auto;
	}

	/* ハンバーガーメニュー内容 サイト内検索 */
	.navigation .sub_menu table{
/*		margin: 0 auto 15px; */
		width:100%;
		text-align:center;
	}
	.navigation .sub_menu table tr td input{
		width:100%;
		height:40px;
		border-radius:20px;
	}
	.navigation .sub_menu table tr td .icon_search{width:40px;}

	.navigation .txt-size-box{
		width: 60%;
		text-align: center;
		top: 7px;
		margin-bottom: 20px;
	}
	.open_sp .text-size{
		width:100%;
		top:28px;
	}

	.navigation .language{
		width: 35%;
		text-align:center;
	}
	.open_sp2 .language_list{
		width:100%;
		top:35px;
	}

 /* スマホ navi メニュー　*/
	.navigation .navigation_inner .navigation_menu{
	  display:flex;
	  flex-wrap:wrap;
	  justify-content: space-between;
	  width: 95%;
	  margin: 5% auto;
	 }
	.navigation .nav_btns{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		padding:5% 0;
		background-color:#fff;
	}
	.navigation .nav_btns a{
		width:100%;
		margin:0 2.5% 2.5%;
	}
	.navigation .nav_btns a:last-child{margin:0 2.5%;}
	.navigation .navigation_inner .navigation_menu li{
		width:100%;
		border-top: 1px solid #0003;
		list-style: none;
	}
	.navigation .navigation_inner .navigation_menu li:last-child{
		border-bottom: 1px solid #0003;
	}
	.navigation .navigation_inner .navigation_menu li a{
		width:100%;
		padding: 6% 5%;
		font-size: 0.875em;
		line-height:1;
		box-sizing: border-box;
	}
	.navigation .navigation_inner .navigation_menu li a:before {
		content:'';
		width:.4em;
		height:.4em;
		border-color:inehrit;
		border-width:1px 1px 0 0;
		border-style:solid;
		margin-right:.5em;
		display:inline-block;
		vertical-align:baseline;
		-ms-transform:translateY(-2px) rotate(45deg);
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}



/* もっと読むボタン */
.news_content span{
	display: block;
	padding:2px;
	width:240px;
	margin:60px auto 0;
	border: none;
	background:linear-gradient(#224f97,#057092);
}

.news_content span a{
	background-color: #fff;
display: block;
position: relative;
text-align: center;
color: #005bac;
padding: 16px;
font-size: 1.125em;
/*
	background-color:#fff;
	display:block;
	position:relative;
	text-align:center;
	color:#005bac;
	padding: 12px;
	font-size:1.385em;
	*/
}

.news_content span a:after{
	position: absolute;
	display: inline-block;
	top: 40%;
	right: -2em;
	width:60px;
	height:6px;
	content:'';
	background:url("../img/arrow_more.png");
	background-size:contain;
	opacity: 1;
}
.news_content span a:hover:after {
	-webkit-animation: arrow 1.5s infinite;
	-moz-animation:arrow 1.5s infinite;
	-o-animation: arrow 1.5s infinite;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;

  animation: arrow 1.5s infinite;
	animation-timing-function: ease-out;
}


@keyframes arrow {
	0%{
		right: -2em;
		opacity: 1;
	}
	50%{
		opacity: 1;
	}

  100% {
    right: -3.75em;
    opacity: 0;
  }
}


/*新着情報　トピックス　暴力団謙虚情報　タブ切り替え*/

.tabs {
	padding:120px 0;
	margin: 0 auto;
}
.cf{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cf .tab_item{
	font-size: 1.3125em;
}

/*タブのスタイル*/
.tab_item {
	width:32.5%;
	height: 50px;
	border-bottom:3px solid #ccc;
	font-size: 1.15em;
	text-align:center;
	color: #ccc;
	display: block;
	line-height:50px;
	transition:all 0.2s ease;
	cursor:pointer;
}
.tab_item:hover {
  opacity:0.75;
}
.tab_current{
	border-bottom:3px solid #005bac;
	color:#005bac;
	position:relative;
}
.tab_current:before {
	position:absolute;/*絶対配置*/
	content:'';/*空に*/
	border-top:11px solid #005bac;/*三角を作る*/
	border-right:11px solid transparent;
	border-left:11px solid transparent;
	top:100%;/*下にフィット*/
	left:50%;/*中央配置*/
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

.tab_content{
	padding: 40px 15px 0;
	clear: both;
	overflow: hidden;
	width:100%;
}
.news_content{
	display:none;
}
.tab_content .content_current{
  display:block;
}


/* news リスト　*/
.news_content ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.news_content ul li{
  background-color: #f4f5f8;
}

.news_content ul li:hover{
  background-color: #ebecf2;
	-webkit-transition:.4s;
	transition: .4s;
}

.news_content ul li a{
	width:300px;
	padding: 30px 15px 20px 15px;
	-webkit-transition: none!important;
	transition: none!important;
	box-sizing:border-box;
	position: relative;
}

.news_content ul li em{
	padding:8px 16px;
	display:inline-block;
	color: #fff;
	background-color:#005bac;
	position:absolute;
	top:0;
	right:0;
}
.news_content ul li small{
	display: block;
	text-align: left;
	width: 100%;
	font-size: 0.75em;
	margin-bottom:8px;
}

.news_content ul li p{
	line-height:1.4;
	position: relative;
}


/*ページトップ*/
.pagetop{
	width:120px;
	position:absolute;
	right:0;
	top:40px;
	z-index:2;
}
.pagetop a{
	padding:20px 30px;
	background-color:#fff100;
	display: inline-block;
}
.pagetop a:hover{
	background-color:#FFFF00;
}
.pagetop a img{
	width:100%;
}


/* グローバルナビ */
.gnav{
	padding:10px 0;
}
.gnav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.gnav ul li{
	width:156px;
	background:#fff;
	line-height:0;
}
.gnav ul li img{width:100%;}
.gnav ul li a:hover{opacity:.35;}

.navi-icon-sp{
	box-sizing: border-box;
	padding: 5px;
}

/* Headerナビ */
.navi-header{
	padding-top:10px;
}

.navi-header ul li a {
	color: #333;
}

.navi-header ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 25px;
}
.navi-header ul li{
	display: inline-block;
	background:#fff;
	text-align: center;
	font-size: 0.96em;
	font-weight: bold;
}
.navi-header ul li a:hover{
	opacity: 0.9;
	color: #005bac;
}

.navi-header a, .navi-header button{
	text-decoration: none;
	-webkit-transition: .4s;
}


/* Tree ナビ */
.navi-tree{
	background-color: #f4f5f8;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
}
.navi-tree a{
	color:#626B84;
	font-size: 0.875em;
	font-weight: bold;
}

.navi-tree a:last-child:after{
	content: "";
	margin-left: 0;
	margin-right: 0;
}

.navi-tree a:hover{
	color:#192350;
}


/*フッター*/
.footer .inner960{
	display:flex;
	flex-wrap:wrap;
}
.footer .inner960 p a{
	padding:20px;
	color:#626B84;
}
.footer .inner960 p a:hover{
	color:#192350;
}

.footer .copyright{
	text-align:center;
	padding-bottom:25px;
}
.footer .copyright p{
	color:#fff;
	font-size:0.875em;
}

/*　見出し */
.heading-underline{
	width: 100%;
	display: block;
	text-align: left;
	color: #005bac;
	font-size: 1.3125em;
	font-weight: bold;
	border-bottom: 3px solid #e2e3f7;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

/*　見出し 2言語 */
.dual-lang{
	width: 100%;
	display: block;
	text-align: left;
	color: #005bac;
	border-bottom: 3px solid #005bac;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 30px;
}

/*　見出し 日本語 */
.heading-jp{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #005bac;
}

/*　見出し 英語 */
.heading-en{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #005bac;
}


/*　Table レーアウト */
.wb-contents table{
	max-width: 960px;
	empty-cells: show;
	table-layout: fixed;
}

.wb-contents table th{
	font-weight: normal;
	padding: 16px 0.8em 16px 0.8em;
	background-color: #005bac !important;
	color: #ffffff !important;
	font-size: 1.125em;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

.wb-contents table td{
	border: 1px solid #ffffff;
	border-collapse: collapse;
	background-color: #f4f5f8 !important;
	color: #333333 !important;
	padding: 16px 0.8em 16px 0.8em;
	font-size: 1em;
}

.wb-contents table .td-first{
	border-left: 0;
}

.wb-contents table .td-last{
	border-right: 0;
}


.wb-contents table th p{
	color: #ffffff;
  line-height: 1.4;
	text-align: center;
}

.wb-contents table th a{
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
}

.wb-contents table td p{
	text-align: center;
	line-height: 1.4;
}

/*　一番左は border-left = 0 */
.wb-contents table tr th:first-of-type, .wb-contents table tr td:first-child{
	border-left: 0;
}

/*　一番右は border-right = 0 */
.wb-contents table tr td:last-child{
	border-right: 0;
}

/*　table 1 行目 border-top = 0 */
.wb-contents table tr:first-of-type th, .wb-contents table tr:first-of-type td{
	border-top: 0
}


/*　table 1 行目 最後の th border-right = 0 */
.wb-contents table tr:first-of-type th:last-of-type{
	border-right: 0;
}

/*　table 最終行目 border-top = 0 */
.wb-contents table tr:last-of-type th, .wb-contents table tr:last-of-type td{
	border-bottom: 0
}

/*　第一行第一cell, th じゃなくて tdの場合、背景なし */
.wb-contents table tr:first-of-type td{
	background-color: transparent;
}


.link-list-3col li{
	position: relative;
	display: inline-block;
	width: 31%;
	text-align: left;
	padding: 20px 20px 20px 20px !important;
	background-color: #f4f5f8;
	margin: 0 20px 20px 0;
	line-height: 1.4;
	box-sizing: border-box;
}

.link-list-wide li{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 20px 20px 20px 20px !important;
	background-color: #f4f5f8;
	margin: 0;
	line-height: 1.4;
	box-sizing: border-box;
}


.link-list-wide li a:hover, .link-list-3col li a:hover{
	background-color:#ebecf2;
}


.link-list-wide li a:after, .link-list-3col li a:after{
	content: " >";
	font-weight: bold;
	color: #005bac;
	position: absolute;
	right: -20px;
	top: 50%;
	display: inline-block;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%,-50%);
	-webkit-transition: margin 0.8s;
	transition: margin 0.8s;
}

.link-list-wide li a:hover:after, .link-list-3col li a:hover:after {
	margin-right: -0.5em;
}


.link-icon-text{
	margin-left: 80px;
}

/* リンクボタンブラック 広い */

.link-list-wide ul li::before{
	display:none;
}

.link-list-wide ul{
	max-width: 540px;
	box-sizing: border-box;
	line-height: 1.4;
	list-style: none;
}

.link-list-wide li{
	margin-bottom: 14px;
}


.link-icon{
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100px;
}


/* リンクボタンブラック 3　コラム */
.link-list-3col .link-list-3col ul{
	width: 100%;
	box-sizing: border-box;
}

.link-list-3col ul li::before{
	display:none;
}

.link-list-3col ul{
	list-style: none;
	max-width: 960px;
	margin: 0 auto;
}

.link-list-3col li{
	width: 30%;
	float: left;
	padding: 5px 0px;
	box-sizing: border-box;
}


/* FIX */
.pc-mode, .sp-mode{
  height: auto;
}

.pc-mode body, .sp-mode body{
	overflow-y: scroll;
	height: auto;
	max-width: 100%;
}

.sp-mode .navigation{
	display: none;
}


@media all and (max-width:640px){

.wb-contents{
	width: 100%;
	word-break: break-all;
}

	/* FIX */
	.sp-mode{
	  height: 100%;
	}

	.sp-mode body{
		overflow-y: hidden;
		overflow-x: hidden;
		height: 100%;
	}

	.sp-mode .navigation{
		display: block;
	}

	/* show scrollbar */
	::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 7px;
		height: 6px;
	}
	::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, .5);
	  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	body{min-width:100%;}
	.pc{display:none;}
	.sp{display:block;}
	.inner960{width:100%;}
	.wrapper-930{ width: 94%; box-sizing: border-box;}

	.link-list-wide li a, .link-list-3col li a{
		font-size: 0.875em;
		width: 90%!important;
	}

	.margin-bottom90{
		margin-bottom: 75px;
	}


	/* header 640px */
	.header{
		width:100%;
		padding:10px 0;
		z-index:999;
		position:fixed;
		top: 0;
		background:#fff;
	}

	.searchform{
		margin-left: 0px;
	}

	h1{
		width:200px;
    position:relative;
	}
	h1 a img{max-width:100%;}

	/* Headerナビ */
	.navi-header{
		display: none;
	}

	/* Tree ナビ */

	.navi-tree{
		padding-top: 82px;
		margin-top: 0px;
	}

	.navi-tree a{
	  line-height: 1.5;
	}


	.cf .tab_item {
		font-size: 0.8em;
	}

	.tabs{
		padding-bottom: 75px;
	}

	/* ボタン 640px */
	.news_content span{
		max-width: 200px;
	}
	.news_content span a {
    font-size: 0.875em;
	  background-color: #fff;
	  display: block;
	  position: relative;
	  text-align: center;
	  color: #005bac;
	  padding: 16px;
	}


	/* 3 コラム link ボタン */
	.link-list-3col li{
		width: 100%;
	}

	/*フッター 640px */
	.footer .inner960 p{
		width:50%;
		text-align:center;
		border:solid 1px rgba(255, 255, 255, 0.6666666666666666);
	}

	.footer .print-color{
		width: 50%;
		text-align: center;
	}
	.footer .inner960 p a{
		width:100%;
		padding:20px 0;
		font-size:3.25vw;
	}

	.footer .inner960 .print-color a{
		font-size: 3.25vw;
	}

	.footer .inner960 .print-color div{
		width: 50%;
		text-align: center;
	}

	.footer .copyright{
		text-align:center;
		padding:20px 0;
	}
	.footer .copyright p{
		font-size:3vw;
	}

	/* ページトップ 640px */
	.pagetop{
		width:100%;
		position:relative;
		right:auto;
		top:auto;
		text-align:center;
	}
	.pagetop a{
		width:100%;
		padding:15px 0;
	}
	.pagetop a img{
		width:60px;
	}

	/* グローバルナビ 640px */
	.gnav ul li{
		width:32.75%;
		margin:0.25%;
		list-style:none;
	}

	/* Main Content Hero パーツ */
	.wb-contents h1{
		position: relative;
		width: 100%;
		min-height: 110px;
		text-align: center;
		line-height: 100%;
		overflow: hidden;
		vertical-align: middle;
		color: #ffffff;
		font-size: 1.3em;
	}

	.hero-image{
	  margin-bottom: 65px;
	}

	.wb-contents .hero-image-title{
		width: 75%;
		position: absolute;
		top: 100%;
		left: 50%;
		vertical-align: middle;
		font-size: 1.1em;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-height: 0px;
	}

  /*　見出し */
	.heading-underline{
		font-size: 1.125em;
		padding-bottom: 14px;
	}

  /*　見出し英語 */
	.heading-en{
		font-size: 1.3125em;
		margin-bottom: 10px;
	}

	/*　見出し日本語 */
	.heading-jp{
		font-size: 1em;
	}

	.heading-leftbar{
		font-size: 1.3125em;
	}

  /*　見出し */

	h2{
		font-size: 1.3125em;
	}


	h3{
		font-size: 1.125em;
		padding-bottom: 14px;
	}


	/* 新着情報　トピックス　暴力団検挙情報　タブ切り替え */
	.tabs{
		padding:75px 0 105px;
		width:95%;
	}
	.tab_item{
		font-size:0.75em;
		height:40px;
		line-height:1.4;
	}
	.tabs input:checked + .tab_item{border-bottom:2px solid #005bac;}
	.tab_content{padding:30px 2.5% 0;}
	.news_content ul li{
		margin-bottom:15px;
		width:100%;
	}
	.news_content ul li:last-child{margin-bottom:0px;}
	.news_content ul li a{width:100%;}
	.news_content ul li p{font-size: 0.875em;}
  .news_content ul li em{
		font-size: 0.875em;
	}

	.link-list-wide ul{
		width: 100%;
	}

	.link-list-wide li{
		width: 90%!important;
	}

	/* table 640px */

	.sp-hscrolling table{
		width: 640px;
	}

	.sp-hscrolling{
		width: 100%;
		overflow-x: scroll;
	}


	.wb-contents table th{
		font-size: 1em;
	}

	.wb-contents table td{
		font-size: 0.875em;
	}

	.tb-4x .tb-label, .tb-4x th {
		font-size: 1em;
	}


	/* テキストサイズボックス 640px */
	.txt-size-box label span{
		font-size: 1em;
	}

	.language label span{
		font-size: 1em;
	}

	dl{
		display: block;
		box-sizing: border-box;
	}

	dt, dd{
		width: 100%;
	}

	dd{
		margin-bottom: 30px;
	}

	.txt-type3{
		width: 100%;
		font-size: 1em;
	}

  .txt-type2{
		font-size: 0.875em;
	}

	.txt-type2 img{
		display: block;
		margin: 0 auto 30px auto;
		float: none;
		clear: both;

	}

	.txt-type1 p{
		font-size: 0.875em;
  }

	.txt-block-blue{
		font-size: 1em;
	}

	.txt-block-content{
	  font-size: 0.875em;
	}

	img{
		max-width: 100%;
		height: auto;
	}
}

.kasou_searcharea {
	width: 320px;
	margin-left: 150px;
	margin-bottom: 10px;
}


/* Googleサイト内検索レイアウト調整*/
form.gsc-search-box {
	margin: 0 0 4px 0 !important;
    max-width: 100% !important;
}

.gsc-input .gsc-input-box {
	border-radius: 0 !important;
}

.gsib_a {
    width: 90% !important;
    background-image: none !important;
    padding: 2px 6px 2px 10px !important;
}

.gsib_b {
    width: 10% !important;
    height: auto !important;
    padding: 1px 10px 3px 0 !important;
}

.gscb_a {
    background: none !important;
}

body .gscb_a {
    font-size: 27px !important;
}

body .gsc-search-button {
    display: inline-block !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px !important;
  }

@media all and (min-width: 640px) {
.gsc-search-button{
	width:100% !important;
}

}
/* Googleサイト内検索レイアウト調整 スマホサイズ用 */

@media all and (max-width: 640px) {

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-input .gsc-input-box {
	padding: 4px 0 4px 0 !important;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.gsc-search-button {
    margin-left: 0px !important;
}

.gsib_a {
    width: 80% !important;
    padding: 4px 9px 2px 9px !important;
}

.gsib_b {
    width: 20% !important;
    padding: 3px 15px 3px  !important;
}

body .gsc-search-button {
    margin: 0 10px 0 -10px !important;
}

}


