@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}
a:link {
	color: #003377;
}
body {
	font-size: 100%;
	font-weight: 500;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#bf1111;	/* Setting by CMS sheets */
}
.txt_green {
	color:#006600; 	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 130%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;	/* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #fcecec;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #ebf9fc;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #d6f3cb;	/* Setting by CMS sheets */
}
td.bg_beige,
th.bg_beige {
	color: inherit;
	background-color: #fcf7e2;	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #e9e9e9;	/* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #ede9fa;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
system
================================================== */
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left: 38px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.5em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.5em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.5em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.5em;
}
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.column_rnavi .wrap_col_main{
	margin: 0 -288px 0 0;
    width: 100%;
    float: left;
}
.column_rnavi .col_main{
	margin: 0 288px 0 0;
}
.wrap_col_rgt_navi {
    float: right;
    position: relative;
}
.col_rgt_navi {
    width: 248px;
}
.col_main {
	padding-bottom:25px;
}
.format_free .wrap_col_rgt_navi{
    margin-bottom: 40px;
}
/* header
================================================== */
#tmp_header {
	padding: 15px 0 17px;
}
#tmp_hlogo {
	float: left;
	padding-left: 14px;
	width: 26%;
}
#tmp_hlogo a,
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 240px;
	height: 60px;
	background: transparent url(/shared/site_kenkei/images/header/logo.png) left center no-repeat;
	-moz-background-size: 240px auto;
	-webkit-background-size: 240px auto;
	background-size: 240px auto;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 240px;
	height: 60px;
	position: relative;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
}
/* tmp_mean
================================================== */
#tmp_means {
	float: right;
	margin-top: 22px;
	width: 74%;
}
#tmp_search,
#tmp_mean_setting {
	display: inline-block;
	vertical-align: middle;
}
#tmp_mean_setting .setting_link_site,
#tmp_mean_setting .setting_fontsize,
#tmp_mean_setting .setting_language {
	float: left;
	margin-right: 20px;
	font-size: 87.5%;
}
#tmp_mean_setting .setting_link_site a,
#tmp_mean_setting .setting_fontsize a,
#tmp_mean_setting .setting_language a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
}
#tmp_mean_setting .setting_link_site a:after,
#tmp_mean_setting .setting_fontsize a:after,
#tmp_mean_setting .setting_language a:after {
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    display: block;
    z-index: 1;
    content: '';
    background-color: #222222;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
#tmp_mean_setting .setting_link_site a:after {
	left: 16px;
}
#tmp_mean_setting .setting_fontsize a:after {
	left: 23px;
}
#tmp_mean_setting .setting_language a:after {
	left: 16px;
}

#tmp_mean_setting .setting_link_site a:hover:after,
#tmp_mean_setting .setting_link_site a:focus:after,
#tmp_mean_setting .setting_link_site a:active:after,
#tmp_mean_setting .setting_fontsize a:hover:after,
#tmp_mean_setting .setting_fontsize a:focus:after,
#tmp_mean_setting .setting_fontsize a:active:after,
#tmp_mean_setting .setting_language a:hover:after,
#tmp_mean_setting .setting_language a:focus:after,
#tmp_mean_setting .setting_language a:active:after {
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
#tmp_mean_setting .setting_link_site a {
	padding-left: 16px;
	background: transparent url(/shared/site_kenkei/images/icon/icon_arrow_circle.png) no-repeat left 5px;
	background-size: 12px auto;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
}
#tmp_mean_setting .setting_fontsize a {
	padding-left: 23px;
	background: transparent url(/shared/site_kenkei/images/header/icon_fsize.png) no-repeat left 5px;
}
#tmp_mean_setting .setting_language a {
    padding-left: 16px;
	background: transparent url(/shared/site_kenkei/images/header/icon_flang.png) no-repeat left 5px;
    letter-spacing: 0.5px;
}
#tmp_search {
	position: relative;
	margin-right: 22px;
	font-size: 87.5%;
}
#tmp_search .wrap_sch_box_btn,
#tmp_search .wrap_sch_box {
	float: left;
}
#tmp_search .wrap_sch_box .sch_ttl {
	position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
}
#tmp_search .wrap_sch_box .sch_ttl label {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 9px;
	background: transparent url(/shared/site_kenkei/images/header/icon_search.png) no-repeat left center;
	cursor: pointer;
}
#tmp_search .wrap_sch_box .sch_ttl span {
	display: block;
	width: 20px;
	height: 20px;
}
#tmp_search .wrap_sch_box .sch_box input {
	display: block;
    width: 199px;
	height: 34px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #cccccc;
	border-right: none;
}
.wrap_sch_box_btn #tmp_func_sch_btn {
	display: block;
	background-color: #cccccc;
	color: #222222;
	font-weight: bold;
	border: none;
	min-width: 80px;
	min-height: 34px;
	padding: 7px 5px 5px 21px;
	letter-spacing: 13px;
	text-align: center;
	cursor: pointer;
}
.wrap_sch_box_btn #tmp_func_sch_btn:hover,
.wrap_sch_box_btn #tmp_func_sch_btn:focus {
	background: #979090;
	color: #222222;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* gnavi
================================================== */
.gnavi {
	background-color: #153368;
	color: #ffffff;
	clear: both;
}
.gnavi ul {
	list-style: none;
}
.gnavi li {
	position: relative;
	float: left;
}
.gnavi .glist_home a {
	width: 71px;
	padding: 5px;
	background: #153368 url(/shared/site_kenkei/images/header/icon_home.png) no-repeat center center;
	-moz-background-size: 28px auto;
	-webkit-background-size: 28px auto;
	background-size: 28px auto;
	color: #ffffff;
}
.gnavi .glist_home a span {
	display:block;
	width: 61px;
	height:25px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
.gnavi a {
	position: relative;
    font-size: 112.5%;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 72px;
    padding: 5px 40px;
    letter-spacing: 0.8px;
    background-color: #153368;
    color: #FFFFFF;
    vertical-align: middle;
}
.gnavi li:before,
.gnavi li:last-child:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: auto;
	top: 5px;
	bottom: 5px;
	background-color: #7e8fac;
	z-index: 1;
}
.gnavi li:before {
	left: 0;
}
.gnavi li:last-child:after {
	right: 0;
}
.gnavi a span {
	display: block;
}
.gnavi li.active a:after {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
.gnavi a:after {
	position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    margin: 0 auto;
    height: 4px;
    display: block;
    z-index: 1;
    content: '';
    background-color: #f9e376;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
}
.gnavi a:hover:after,
.gnavi a:focus:after {
	transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
/* pnavi
================================================== */
.ptop {
	text-align: right;
}
/* footer
================================================== */
#tmp_footer {
	position: relative;
	padding: 5px 0 0;
	border-top: 4px solid #153368;
}
#tmp_footer .container {
	position: relative;
}
/* pnavi */
#tmp_footer .pnavi {
    position: absolute;
	display: none;
	right: 50%;
    margin-right: -540px;
    bottom: -70px;
    z-index: 50;
    width: 60px;
	height: 60px;
}
.no_javascript #tmp_footer .pnavi {
    display: block;
}
#tmp_footer .pnavi .ptop a {
	display: block;
    width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    text-indent: -1987em;
	background-color:#D4DEF1;
	background-color: rgba(207,218,240,.9);
	background-image:url(/shared/site_kenkei/images/footer/icon_pagetop.png);
	background-repeat:no-repeat;
	background-position:center center;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#tmp_footer .pnavi .ptop a:hover,
#tmp_footer .pnavi .ptop a:focus {
	background-color:#2c4777;
	background-image:url(/shared/site_kenkei/images/footer/icon_pagetop_hover.png);
}
#tmp_footer .pnavi .ptop span {
    width: 60px;
	height: 60px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* fnavi  */
.fnavi {
	padding: 9px 85px 8px 4px;
	color:inherit;
	list-style:none;
	border-bottom: 1px solid #ffffff;
}
.fnavi li {
    margin: 0 0px 0 0;
    padding-left: 16px;
    float: left;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi li a {
	position: relative;
	font-size: 87.5%;
	color: #222222;
	text-decoration: none;
	background: transparent url(/shared/site_kenkei/images/icon/icon_arrow_circle.png) no-repeat 0 2px;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	padding-left: 19px;
}
.fnavi li a:after {
	content: '';
	position: absolute;
	bottom: -1px;
    left: 19px;
    right: 0;
    margin: 0 auto;
    height: 1px;
    display: block;
    z-index: 1;
    content: '';
    background-color: #222222;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.fnavi .active a:after,
.fnavi li a:hover:after,
.fnavi li a:focus:after,
.fnavi li a:active:after {
	transform-origin: left top;
    transform: scale(1, 1);
}
.footer_cnt {
	padding:0;
}
.footer_address {
	background-color: #153368;
	color: #ffffff;
}
.footer_cnt address {
	margin: 0 0 2px;
	font-style:normal;
	padding: 18px 20px 15px;
}
.footer_cnt .address_heading {
	font-size: 125%;
	font-weight: bold;
	margin-right: 10px;
	display: block;
}
.footer_cnt .address_detail {
	padding: 4px 0;
	display: block;
	font-size: 87.5%;
}
.footer_cnt .address_tel {
	font-size: 87.5%
}
.footer_cnt .address_tel span {
	font-size: 142.8%;
	font-weight: bold;
}
.wrap_copyright {
	font-size: 75%;
	background-color: #0f264d;
	color: #ffffff;
	text-align:center;
	padding: 2px 0;
}
/* ==================================================
lnavi
================================================== */
#tmp_lnavi {
	margin-bottom: 19px;
}
#tmp_lnavi_ttl {
	font-size: 112.5%;
	border-bottom: 3px solid #89a4d3;
}
#tmp_lnavi_ttl a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #153368 url(/shared/site_kenkei/images/icon/icon_arrow_white.png) no-repeat 97% center;
	-moz-background-size: 7px 10px;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
    padding: 20px 20px 17px 17px;
	font-weight: bold;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus{
	background-color: #3374ca;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt ul li a{
	display: block;
	text-decoration: none;
	color: #222222;
	background: #FFFFFF url(/shared/site_kenkei/images/icon/icon_arrow_blue.png) 97% center no-repeat;
	padding: 11px 24px 13px 16px;
	border: 1px solid #cccfd5;
	border-top: none;
	word-break: break-all;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li.active a,
#tmp_lnavi_cnt ul li a:focus{
	background-color: #ebeef5;
}
/* ==================================================
右ナビ管理
================================================== */
.rnavi_idx_group .social_icon{
	margin-bottom: 13px;
}
.rnavi_idx_group .social_list_gp{
	list-style: none;
	text-align: right;
}
.rnavi_idx_group .social_list_gp li{
	display: inline-block;
	margin-left: 11px;
}
.rnavi_idx_group .social_list_gp li a{
	display: block;
	width: 34px;
	height: 32px;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.rnavi_idx_group .social_list_gp li a:hover,
.rnavi_idx_group .social_list_gp li a:focus{
	opacity: 0.7;
}
.rnavi_idx_group .social_list_gp .li a img{
	width: 100%;
	height: auto;
}
.rnavi_idx_group .part_title p{
	font-size: 125%;
	font-weight: bold;
	color: #153368;
	padding: 13px 0 4px 0;
	background: transparent url(/shared/site_kenkei/images/icon/border_ttl.png) no-repeat left top;
}
.rnavi_idx_group .part_content ul{
	list-style: none;
}
.rnavi_idx_group .part_content ul li a{
	display: block;
	padding: 0 0 0 0;
}
.column_rnavi .part_title p{
	font-size: 125%;
	font-weight: bold;
	color: #153368;
	padding: 13px 5px 4px 0;
	border-top: 1px solid #153368;
	background: transparent url(/shared/site_kenkei/images/icon/icon_border.png) no-repeat top left;
}

/* service_info
================================================== */
.service_info {
    border-top: 1px solid #153368;
	clear:both;
}
.service_info_ttl {
    padding-top: 13px;
    padding-bottom: 8px;
    background: transparent url(/shared/site_kenkei/images/icon/icon_border.png) no-repeat top left;
    font-size: 137.5%;
    font-weight: bold;
    color: #153368;
}
.service_info_cnt ul {
    list-style: none;
    margin: 0 0 40px;
}
.service_info_cnt ul li {
    position: relative;
	width: 100%;
    line-height: 1.17;
	margin:0 0 10px;
}
.service_info_cnt ul li span {
    padding: 5px 10px;
	display: table-cell;
	vertical-align:middle;
}
.service_info_cnt ul li .detail_img,
.service_info_cnt ul li .detail_img_ver {
	width: 52px;
	text-align:center;
}
.service_info_cnt ul li .cnavi_txt {
	padding-left:0;
	padding-right:0;
}
.service_info_cnt ul li a {
	display: table;
	width:100%;
	height:60px;
    text-decoration: none;
    color: #222222;
    background-color: #cfdaf0;
	box-shadow: 2px 2px 0 rgba(153,169,201,1);
	-webkit-box-shadow: 2px 2px 0 rgba(153,169,201,1);
	-moz-box-shadow: 2px 2px 0 rgba(153,169,201,1);
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.service_info_cnt ul li a.active,
.service_info_cnt ul li a:hover,
.service_info_cnt ul li a:focus {
	background-color: #e8effc;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.format_top .service_info_cnt ul {
	margin:0 -4px 30px;
}
.format_top .service_info_cnt ul li {
	width:168px;
	float:left;
	margin:0 4px;
}
.format_top .service_info_cnt ul li span {
	height:70px;
}
.reception_desks{
	margin-bottom: 38px;
}
.reception_desks .part_title{
    margin-bottom: 5px;
}
.reception_desks_cnt .reception_phone{
	margin-bottom: 14px;
}
.reception_desks_cnt .reception_phone{
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
	background-image: linear-gradient(#e2eafc, #ffffff);
	border: 1px solid  #153368;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	overflow: hidden;
}
.reception_desks_cnt .reception_phone a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #153368;
	background-color: transparent;
	font-weight: bold;
}
.reception_desks_cnt .reception_phone .icon_phone{
	display: table-cell;
	vertical-align: middle;
	width: 61px;
	height: 100%;
	background: #153368;
	color: #ffffff;
}
.reception_desks_cnt .reception_phone .txt_ttl{
	display: table-cell;
	vertical-align: middle;
    padding: 6px 5px 2px 16px;
}
.reception_desks_cnt .reception_phone.active a,
.reception_desks_cnt .reception_phone a:focus{
	text-decoration: underline;
}
.reception_desks_cnt .contact_police ul{
	list-style: none;
	margin: 0 -5px;
}
.reception_desks_cnt .contact_police ul li{
	width: 50%;
	float: left;
	padding:  0 5px;
}
.reception_desks_cnt .contact_police ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #222222;
	padding: 4px 5px 2px 5px;
	background-color: #cfdaf0;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reception_desks_cnt .contact_police ul .police_cnt_list a:focus,
.reception_desks_cnt .contact_police ul .police_cnt_list.active a,
.reception_desks_cnt .contact_police ul .police_cnt_list.active a{
	background-color: #e8effc;
}
.reception_desks_cnt .contact_police .station_img,
.reception_desks_cnt .contact_police .consultation_img{
	display: block;
	height: 62px;
}
.reception_desks_cnt .contact_police .station_img,
.reception_desks_cnt .contact_police .consultation_img{
    padding: 8px 5px 5px 5px;
}
.reception_desks_cnt .contact_police ul li .station_img img{
	width: 51px;
	height: auto;
}
.reception_desks_cnt .contact_police ul li .consultation_img img{
	width: 73px;
	height: auto;    
}
.reception_desks_cnt .contact_police ul li img{
	display: block;
	margin: 0 auto;
}
.reception_desks_cnt .contact_police ul .police_cnt_list{
	border: 1px solid #cfdaf0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
}
.column_rnavi .service_info_list li .service_info_block {
	height: 56px;
}
.column_rnavi .service_info_list li{
	display: block;
	float: none;
	width: 100%;
}
.column_rnavi .service_info_list li .service_info_img{
	width: 56px;
	height: 56px;
	text-align: center;
}
.column_rnavi .service_info_list li .service_info_url{
	height: 56px;
	padding: 5px 10px 5px 0;
}
.column_rnavi .service_info{
	margin-bottom: 40px;
}


/* img_banner
================================================== */
.column_rnavi .img_banner a {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.column_rnavi .img_banner a img{
	width: 100%;
	height: auto;
}
.column_rnavi .img_banner a:focus,
.column_rnavi .img_banner a:hover{
	opacity: 0.7;
}
/* section_publicity_link
================================================== */
#tmp_publicity {
    margin-bottom: 65px;
}
.section_publicity_link {
	padding-top: 64px;
}
.section_publicity_link .container {
	padding: 0 20px;
}
.rel_link {
	margin-bottom: 44px;
}
.section_publicity_ttl p {
	padding-top: 12px;
	font-size: 137.5%;
	font-weight: bold;
	color: #153368;
	border-top: 1px solid #153368;
	background: #ffffff url(/shared/site_kenkei/images/icon/icon_border_l.png) no-repeat top left;
}
.rel_link_list ul {
	list-style: none;
	margin: 16px -10px;
}
.rel_link_list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.rel_link_list ul li a {
	display: block;
	border: 1px solid #153368;
	position: relative;
}
.rel_link_list ul li a:hover,
.rel_link_list ul li a:focus {
	border: 1px solid #2da8e1;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.rel_link_list ul li a[href^="http:"]:after,
.rel_link_list ul li a[href^="https:"]:after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	background: #153368 url(/shared/site_kenkei/images/icon/icon_ext.png) no-repeat center center;
	bottom: 0;
	right: 0;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.rel_link_list ul li a[href^="http:"]:hover:after,
.rel_link_list ul li a[href^="http:"]:focus:after,
.rel_link_list ul li a[href^="https:"]:hover:after,
.rel_link_list ul li a[href^="https:"]:focus:after {
	background-color: #2da8e1;
}
/* banner_link
================================================== */
.banner_link {
	position: relative;
}
.banner_list ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 22px 7px 16px 12px;
    background-color: #f0f0f0;
}
.banner_list ul li {
	float: left;
	width: 16.6%;
	padding: 0 10px;
}
.banner_list ul li a {
	display: block;
	border: 1px solid #f0f0f0;
	overflow: hidden;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.banner_list ul li a img {
	max-width: 100%;
	height: auto;
}
.banner_list ul li a:hover,
.banner_list ul li a:focus,
.banner_list ul li a:active {
	border: 1px solid #2da8e1;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.banner_func_link {
    position: absolute;
    top: 18px;
    right: 0px;
}
.banner_func_link ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner_func_link ul li{
	margin-left: 11px;
	display: inline-block;
}
.banner_func_link a {
	position: relative;
	padding-left: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 87.5%;
    background: #ffffff url(/shared/site_kenkei/images/icon/icon_arrow_circle.png) no-repeat left center;
}
.banner_func_link a:after {
	position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    margin: 0 auto;
    height: 1px;
    display: block;
    z-index: 1;
    content: '';
    background-color: #222222;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
}
.banner_func_link .active a:after,
.banner_func_link a:hover:after,
.banner_func_link a:focus:after {
	transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
/* ==================================================
pankuzu
================================================== */
#tmp_pankuzu{
	font-size: 87.5%;
	background-color: #ebeef5;
	color: #222222;
	padding: 3px 0 5px 0;
	margin:0 0 20px;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus{
	text-decoration: none;
}
.type_idx #tmp_pankuzu{
    margin-bottom: 40px;
}
/* ==================================================
custom update
================================================== */
#tmp_wrap_custom_update {
	margin:0 0 47px;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_wrap_custom_update #tmp_update {
	float: right;
	margin-left:10px;
	font-size:87.5%;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	float: left;
	margin-left:10px;
}
#tmp_social_plugins .social_media_btn.facebook_btn > div > span {
	vertical-align:middle !important;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 20px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	float: left;
	padding-right: 10px;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
	padding-left: 10px;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}

/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}

/* col3
================================================== */
table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3%;
	margin-right: 0;
	float: left;
	padding-right: 20px;
}

div.col3 div.col3R {
	display: table;
	width: 33.3%;
	float: left;

}
/* plugin
================================================== */
.plugin {
	margin: 0 0 20px;
	padding:15px;
	border: 3px solid #f1f4f7;
	background-color: #ffffff;
	color: #222222;
	clear: both;
}
.plugin .plugin_img {
    margin: 3px 18px 0 0 !important;
    float: left;
}
.plugin p {
	margin: 0 !important;
}
.plugin p a {
	display: inline-block;
	color: #003d93;
	background-color: transparent;
}
.plugin p a:hover,
.plugin p a:focus,
.plugin p a:active {
	text-decoration: none;
}

/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* Do not edit */
}
.used_bg_img span {
	position:relative; /* Do not edit */
	z-index:-1; /* Do not edit */
	overflow:hidden; /* Do not edit */
}

/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
#tmp_sma_navi,
.wrap_mc_pc,
.wrap_mc_sp,
.close_btn {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_switch_sp_style {
    text-align: center;
    min-height: 88px;
    background-color: #153368;
    text-decoration: none;
    color: #ffffff;
    font-size: 225%;
    padding: 10px;
}

.disp_pc #tmp_switch_sp_style span {
    position: relative;
}

.disp_pc #tmp_switch_sp_style span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: transparent url(/shared/site_kenkei/images/header/icon_swich_sp.png) no-repeat;
    width: 38px;
    height: 60px;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}

/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}

/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}

/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow:visible !important;
	text-indent:0 !important;
	white-space: normal !important;
}

/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}

/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}

/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* for IE 11 */
@media all and (-ms-high-contrast:none)
{
	*::-ms-backdrop,
	#tmp_mean_setting .setting_link_site a, 
	#tmp_mean_setting .setting_fontsize a, 
	#tmp_mean_setting .setting_language a {
		line-height: 1.9;
	} 
	*::-ms-backdrop,
	#tmp_mean_setting .setting_link_site a::after, 
	#tmp_mean_setting .setting_fontsize a::after, 
	#tmp_mean_setting .setting_language a::after {
		bottom: 5px;
	}
	*::-ms-backdrop,
	.wrap_sch_box_btn #tmp_func_sch_btn {
		padding: 8px 5px 4px 21px;
	}
	*::-ms-backdrop,
	.fnavi li a {
		background-position: 0 3px;
	}
	*::-ms-backdrop,
	.fnavi li a:after {
		bottom: 5px;
	}
	*::-ms-backdrop,
	.wrap_copyright {
		padding: 4px 0 0;
	}
}

/*  for Firefox */
@-moz-document url-prefix() {
	.wrap_sch_box_btn #tmp_func_sch_btn {
	  	padding-bottom: 4px;
	}
  }

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}

/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}

/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}
/*====================================
 追加　
==================================== */
/* header */
.color_blue #tmp_wrapper #tmp_header {
    border-bottom:2px solid  #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_header {
    border-bottom:2px solid  #000000 !important;
}
.color_black #tmp_wrapper #tmp_header {
    border-bottom:2px solid  #FFFF00 !important;
}
.color_blue.model_pc #tmp_wrapper #tmp_hlogo a,
.color_yellow.model_pc #tmp_wrapper #tmp_hlogo a,
.color_black.model_pc #tmp_wrapper #tmp_hlogo a,
.color_blue.model_pc #tmp_wrapper #tmp_hlogo h1,
.color_yellow.model_pc #tmp_wrapper #tmp_hlogo h1,
.color_black.model_pc #tmp_wrapper #tmp_hlogo h1 {
	font-size: 100%;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1 {
	font-size: 100%;
}
.color_blue #tmp_wrapper #tmp_hlogo h1 span, 
.color_yellow #tmp_wrapper #tmp_hlogo h1 span, 
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span, 
.color_yellow #tmp_wrapper #tmp_hlogo p span, 
.color_black #tmp_wrapper #tmp_hlogo p span{
    opacity: 1 !important;
}
/* spmenu_open */
.color_blue .spmenu_open::before {
    background-color: #00008B !important;
}
.color_yellow .spmenu_open::before {
    background-color: #FFFF00 !important;
}
.color_black .spmenu_open::before {
    background-color: #000000 !important;
}
/* 検索フォーム */
.color_blue #tmp_wrapper #tmp_search .wrap_sch_box label,
.color_yellow #tmp_wrapper #tmp_search .wrap_sch_box label,
.color_black #tmp_wrapper #tmp_search .wrap_sch_box label{
    position: relative !important;
	z-index: -1 !important;
	overflow: hidden !important;
}
.color_blue .wrap_sch_box_btn #tmp_func_sch_btn,
.color_yellow .wrap_sch_box_btn #tmp_func_sch_btn,
.color_black .wrap_sch_box_btn #tmp_func_sch_btn {
	padding: 2px 5px 3px 21px;
}
.color_blue #tmp_search .wrap_sch_box,
.color_yellow #tmp_search .wrap_sch_box,
.color_black #tmp_search .wrap_sch_box {
    padding-right: 82px;
    margin-right: -90px;
}
/* メインビジュアル */
.color_blue #tmp_wrapper .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
	border: none !important;
}
.color_yellow #tmp_wrapper .slick-dots .slick-active a {
    background-color: #000000 !important;
	border: none !important;
}
.color_black #tmp_wrapper .slick-dots .slick-active a {
    background-color: #FFFF00 !important;
	border: none !important;
}
.color_blue.spmenu_open #tmp_sma_menu,
.color_blue #tmp_hnavi_s li,
.color_blue.model_sp .setting_link_site a,
.color_blue .wrap_sch_box_btn #tmp_func_sch_btn,
.color_blue #tmp_sma_menu .close_btn,
.color_blue .wrap_mc_pc #tmp_switch_pc_style,
.color_blue .wrap_mc_sp #tmp_switch_sp_style,
.color_blue #tmp_wrapper #tmp_lnavi #tmp_lnavi_cnt,
.color_blue #tmp_wrapper #tmp_contents .box_inquiry_ttl,
.color_blue #tmp_wrapper .service_info_cnt ul li a,
.color_blue #tmp_wrapper .section_pickup .pickup_cnt a,
.color_blue #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_blue #tmp_wrapper .ibaraki_police_social li a,
.color_blue #tmp_wrapper .police_info_list li.police_info_item a,
.color_blue #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_cnt,
.color_blue #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_ttl,
.color_blue #tmp_wrapper .section_news .container,
.color_blue #tmp_wrapper .section_topic_url a,
.color_blue #tmp_wrapper .service_slide .slick-dots li a {
    border: 1px solid #FFFF00 !important;
}
.color_yellow.spmenu_open #tmp_sma_menu,
.color_yellow #tmp_hnavi_s li,
.color_yellow.model_sp .setting_link_site a,
.color_yellow .wrap_sch_box_btn #tmp_func_sch_btn,
.color_yellow #tmp_sma_menu .close_btn,
.color_yellow .wrap_mc_pc #tmp_switch_pc_style,
.color_yellow .wrap_mc_sp #tmp_switch_sp_style,
.color_yellow #tmp_wrapper #tmp_lnavi #tmp_lnavi_cnt,
.color_yellow #tmp_wrapper #tmp_contents .box_inquiry_ttl,
.color_yellow #tmp_wrapper .service_info_cnt ul li a,
.color_yellow #tmp_wrapper .section_pickup .pickup_cnt a,
.color_yellow #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_yellow #tmp_wrapper .ibaraki_police_social li a,
.color_yellow #tmp_wrapper .police_info_list li.police_info_item a,
.color_yellow #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_cnt,
.color_yellow #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_ttl,
.color_yellow #tmp_wrapper .section_news .container,
.color_yellow #tmp_wrapper .section_topic_url a,
.color_yellow #tmp_wrapper .service_slide .slick-dots li a {
    border: 1px solid #000000 !important;
}
.color_black.spmenu_open #tmp_sma_menu,
.color_black #tmp_hnavi_s li,
.color_black.model_sp .setting_link_site a,
.color_black .wrap_sch_box_btn #tmp_func_sch_btn,
.color_black #tmp_sma_menu .close_btn,
.color_black .wrap_mc_pc #tmp_switch_pc_style,
.color_black .wrap_mc_sp #tmp_switch_sp_style,
.color_black #tmp_wrapper #tmp_lnavi #tmp_lnavi_cnt,
.color_black #tmp_wrapper #tmp_contents .box_inquiry_ttl,
.color_black #tmp_wrapper .service_info_cnt ul li a,
.color_black #tmp_wrapper .section_pickup .pickup_cnt a,
.color_black #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_black #tmp_wrapper .ibaraki_police_social li a,
.color_black #tmp_wrapper .police_info_list li.police_info_item a,
.color_black #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_cnt,
.color_black #tmp_wrapper #tmp_infor_tab .infor_tab.active .tab_infor_ttl,
.color_black #tmp_wrapper .section_news .container,
.color_black #tmp_wrapper .section_topic_url a,
.color_black #tmp_wrapper .service_slide .slick-dots li a {
    border: 1px solid #FFFF00 !important;
}
.color_blue.model_pc #tmp_wrapper .section_news .container .section_news_list {
	border-left: 1px solid #FFFF00 !important;
}
.color_yellow.model_pc #tmp_wrapper .section_news .container .section_news_list {
	border-left: 1px solid #000000 !important;
}
.color_black.model_pc #tmp_wrapper .section_news .container .section_news_list {
	border-left: 1px solid #FFFF00 !important;
}
.color_blue.model_sp #tmp_wrapper .section_news .container .section_news_list {
	border-top: 1px solid #FFFF00 !important;
}
.color_yellow.model_sp #tmp_wrapper .section_news .container .section_news_list {
	border-top: 1px solid #000000 !important;
}
.color_black.model_sp #tmp_wrapper .section_news .container .section_news_list {
	border-top: 1px solid #FFFF00 !important;
}
.color_blue #tmp_lnavi #tmp_lnavi_ttl {
	border-top: 2px solid #FFFF00 !important;
    border-bottom: 2px solid #FFFF00 !important;
}
.color_yellow #tmp_lnavi #tmp_lnavi_ttl {
	border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
}
.color_black #tmp_lnavi #tmp_lnavi_ttl {
	border-top: 2px solid #FFFF00 !important;
    border-bottom: 2px solid #FFFF00 !important;
}
.color_blue #tmp_wrapper .service_info_cnt ul li a,
.color_blue #tmp_wrapper #tmp_cate_ttl h1,
.color_blue #tmp_wrapper #tmp_cate_ttl .sttl,
.color_yellow #tmp_wrapper .service_info_cnt ul li a,
.color_yellow #tmp_wrapper #tmp_cate_ttl h1,
.color_yellow #tmp_wrapper #tmp_cate_ttl .sttl,
.color_black #tmp_wrapper .service_info_cnt ul li a,
.color_black #tmp_wrapper #tmp_cate_ttl h1,
.color_black #tmp_wrapper #tmp_cate_ttl .sttl,
.color_blue #tmp_wrapper .section_pickup .pickup_cnt a,
.color_yellow #tmp_wrapper .section_pickup .pickup_cnt a,
.color_black #tmp_wrapper .section_pickup .pickup_cnt a,
.color_blue #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_yellow #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_black #tmp_wrapper .infor_ibaraki_police .ibaraki_police_list li a,
.color_blue #tmp_wrapper .ibaraki_police_social li a,
.color_yellow #tmp_wrapper .ibaraki_police_social li a,
.color_black #tmp_wrapper .ibaraki_police_social li a,
.color_blue #tmp_wrapper .police_info_list li.police_info_item a,
.color_yellow #tmp_wrapper .police_info_list li.police_info_item a,
.color_black #tmp_wrapper .police_info_list li.police_info_item a,
.color_blue #tmp_wrapper .various_desk_list li .desk_block,
.color_yellow #tmp_wrapper .various_desk_list li .desk_block,
.color_black #tmp_wrapper .various_desk_list li .desk_block,
.color_blue #tmp_wrapper .section_topic_url a,
.color_yellow #tmp_wrapper .section_topic_url a,
.color_black #tmp_wrapper .section_topic_url a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: unset !important;
	-webkit-text-shadow: unset !important;
	-moz-text-shadow: unset !important;
}
.color_blue #tmp_wrapper .gnavi li::before,
.color_blue #tmp_wrapper .gnavi li:last-child::after {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .gnavi li::before,
.color_yellow #tmp_wrapper .gnavi li:last-child::after {
    background-color: #000000 !important;
}
.color_black #tmp_wrapper .gnavi li::before,
.color_black #tmp_wrapper .gnavi li:last-child::after {
    background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .police_info_list li .police_info_url::before,
.color_black #tmp_wrapper .police_info_list li .police_info_url::before,
.color_yellow #tmp_wrapper .police_info_list li .police_info_url::before {
	background-color: transparent !important;
}
/* グローナビのアクティブ */
.color_blue #tmp_wrapper .gnavi li.active a::after,
.color_yellow #tmp_wrapper .gnavi li.active a::after,
.color_black #tmp_wrapper .gnavi li.active a::after{
	background-color:transparent !important;
}

.color_blue #tmp_wrapper .gnavi ul li.active a,
.color_blue #tmp_wrapper .gnavi ul li.active a span,
.color_blue #tmp_wrapper #tmp_lnavi_cnt ul li.active a {
    color:#00008B !important;
    background-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .gnavi ul li.active a,
.color_yellow #tmp_wrapper .gnavi ul li.active a span,
.color_yellow #tmp_wrapper #tmp_lnavi_cnt ul li.active a {
	color:#FFFF00 !important;
	background-color:#000000 !important;
}
.color_black #tmp_wrapper .gnavi ul li.active a,
.color_black #tmp_wrapper .gnavi ul li.active a span,
.color_black #tmp_wrapper #tmp_lnavi_cnt ul li.active a {
	color:#000000 !important;
	background-color:#FFFF00 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big.model_sp #tmp_hnavi_s li a{
	font-size: 40% !important;
}
.fsize_big #tmp_infor_tab .infor_tab .tab_infor_ttl{
	font-size: 111% !important;
}
.fsize_big.model_sp #tmp_hlogo h1 span, 
.fsize_big.model_sp #tmp_hlogo p span,
.fsize_big .gnavi .glist_home a span {
	width:auto !important;
	height:auto !important;
}
.fsize_big #tmp_sma_menu .wrap_sch_box_btn #tmp_func_sch_btn {
	font-size: 75% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2.model_sp #tmp_hnavi_s li a{
	font-size: 28.6% !important;
}
.fsize_big2 #tmp_infor_tab .infor_tab .tab_infor_ttl{
	font-size: 78.6% !important;
}
.fsize_big2.model_sp #tmp_hlogo h1 span, 
.fsize_big2.model_sp #tmp_hlogo p span,
.fsize_big2 .gnavi .glist_home a span {
	width:auto !important;
	height:auto !important;
}
.fsize_big2 #tmp_sma_menu .wrap_sch_box_btn #tmp_func_sch_btn {
	font-size: 53.6% !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
.reception_desks_cnt .contact_police ul:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.rel_link_list ul:after,
.service_info_cnt ul:after,
.banner_list ul:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}


