@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
@font-face {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-display: swap;
	src: url("/shared/site_rn2025/font/NotoSansJP-Regular.woff2") format("woff2"), url("/shared/site_rn2025/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-display: swap;
	src: url("/shared/site_rn2025/font/NotoSansJP-Bold.woff2") format("woff2"), url("/shared/site_rn2025/font/NotoSansJP-Bold.woff") format("woff");
}
body,
input,
select,
textarea,
button {
	font-family: 'Noto Sans JP', sans-serif;
}
body.custom_press #tmp_main,
.custom_press #tmp_main input,
.custom_press #tmp_main button,
.custom_press #tmp_main select,
.custom_press #tmp_main textarea,
.custom_press .page_title {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
}

html[lang=ru] body,
html[lang=ru] input,
html[lang=ru] button,
html[lang=ru] select,
html[lang=ru] textarea {
	font-family: "Times New Roman", "cambria", serif;
	font-weight: normal;
}
html[lang=zh-cn] body,
html[lang=zh-cn] input,
html[lang=zh-cn] button,
html[lang=zh-cn] select,
html[lang=zh-cn] textarea {
	font-family: arial, sans-serif;
	font-weight: normal;
}
a:link {
	color:#005cd0;
}
a:hover,
a:focus {
	text-decoration:none;
}
a[href^="tel"] {
	color:#005cd0 !important;
	text-decoration:underline !important;
	padding:0 !important;
	background:none !important;
}
a[href^="tel"]:hover,
a[href^="tel"]:focus {
	text-decoration:none !important;
}
body {
	font-size: 100%;	/* 16px */
}
#tmp_contents {
	font-size: 112.5%;	/* 18px */
}

.display_pc,
.visual_pc {
	display:block;
}
.display_sp,
.visual_sp {
	display:none;
}

/* Styles
================================================== */

/* bgcolor */
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#f7f7f7; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	margin: 0 auto;
}
.container {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
#tmp_contents {
	padding:0 0 40px;
}
.custom_tourism #tmp_contents {
	padding:0 0 60px;
}
#tmp_main {
	padding-bottom:50px;
}
.format_top #tmp_main,
.custom_ward.type_top #tmp_main,
.custom_tourism #tmp_main {
	padding-bottom:0;
}
#tmp_contents img,
.kitaku_iju_container img {
	max-width:100%;
	height:auto;
}
/* 北区移住定住 */
.kitaku_iju_container {
	max-width:1030px;
	margin:0 auto;
}
#tmp_wrap_main{
	padding-top: 79px;
}
/* header
================================================== */
#tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	z-index: 700;
	padding:20px 0;
	border-bottom: 1px solid #ebebeb;
}
#tmp_header .container {
	position: relative;
	padding-right:108px;
}
#tmp_mv_link {
	display: none;
}
#tmp_hlogo {
	float: left;
	padding-top:7px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: #ffffff url(/shared/site_rn2025/images/header/hlogo.svg) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	font-size: 2rem;
	font-weight:bold;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 133px;
	height: 31px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_function {
	float: right;
}
#tmp_hidden_top {
	display:none;
}
.custom_foreign #tmp_header {
	padding:16px 0;
	position:static !important;
}
.custom_foreign #tmp_header .container {
	padding:0 10px !important;
}
.custom_foreign #tmp_hlogo {
	float:none !important;
	padding:0 !important;
}
.custom_foreign #tmp_hlogo h1,
.custom_foreign #tmp_hlogo p {
	background-image:none !important;
	line-height:1;
}
.custom_foreign #tmp_hlogo,
.custom_foreign #tmp_hlogo h1,
.custom_foreign #tmp_hlogo p,
.custom_foreign #tmp_hlogo a,
.custom_foreign #tmp_hlogo h1 span,
.custom_foreign #tmp_hlogo p span{
	width:auto !important;
	height:auto !important;
}
/* 海洋産業の振興 */
.custom_kaiyo #tmp_hlogo {
	padding-top:0;
}
.custom_kaiyo #tmp_hlogo h1,
.custom_kaiyo #tmp_hlogo p {
	background: #ffffff url(/shared/site_rn2025/images/kaiyo/header/hlogo.svg) no-repeat top left;
}
.custom_kaiyo #tmp_hlogo h1,
.custom_kaiyo #tmp_hlogo p,
.custom_kaiyo #tmp_hlogo a,
.custom_kaiyo #tmp_hlogo h1 span,
.custom_kaiyo #tmp_hlogo p span {
	width: 328px;
	height: 42px;
}

/* sp_menu
================================================== */
.spmenu_open {
	position:absolute;
	width: 100%;
	min-height: 100%;
	z-index: 9999;
	background: #ffffff;
	color: #222222;
	position: absolute;
}
.spmenu_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:82px;
	left:0;
	background-color: rgba(0,0,0,0.6);
	z-index:699;
}
#tmp_sma_menu {
	position:fixed;
	top: 79px;
	max-height: calc(100% - 79px);
	width:100%;
	z-index: 699;
	background-color: #ffffff;
	color: #222222;
}
.no_javascript #tmp_sma_menu {
	position:relative;
	z-index: 999;
}
#tmp_hnavi_s,
.spmenu_open #tmp_hnavi_s {
	display: block;
	list-style: none;
}
#tmp_hnavi_lmenu,
#tmp_hnavi_mmenu,
#tmp_hnavi_language,
#tmp_hnavi_rmenu {
	overflow-wrap: anywhere;
	position: absolute;
	z-index: 99;
	top:-20px;
	width:79px;
}
#tmp_hnavi_lmenu {
	right:250px;
}
#tmp_hnavi_mmenu {
	right:170px;
}
#tmp_hnavi_language {
	right:90px;
}
#tmp_hnavi_rmenu {
	right:10px;
}
#tmp_hnavi_lmenu a,
#tmp_hnavi_mmenu a,
#tmp_hnavi_language a,
#tmp_hnavi_rmenu a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	z-index: 90;
	cursor: pointer;
	text-align: center;
	width:100%;
	min-height: 79px;
	text-decoration: none;
}
#tmp_hnavi_lmenu a,
#tmp_hnavi_language a,
#tmp_hnavi_mmenu a {
	color: #ffffff;
	background-color: #2b5676;
	background: -webkit-linear-gradient(linear, left top, right bottom, from(#326489), to(#2b5676));
	background: -moz-linear-gradient(left, #326489, #2b5676);
	background:linear-gradient(to left, #326489, #2b5676);
}
#tmp_hnavi_rmenu a {
	color: #ffffff;
	background-color: #343534;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_mmenu span,
#tmp_hnavi_language span,
#tmp_hnavi_rmenu span {
	width:100%;
	font-size: 0.875rem;
	padding-top: 48px;
	background-repeat:no-repeat;
	background-position:center 12px;
}
#tmp_hnavi_lmenu span {
	background-image:url(/shared/site_rn2025/images/icon/head_sch_icon.png);
}
#tmp_hnavi_mmenu span {
	background-image:url(/shared/site_rn2025/images/icon/head_tell_icon.svg);
	background-size:28px auto;
}
#tmp_hnavi_language span {
	background-image:url(/shared/site_rn2025/images/icon/language_icon.svg);
}
#tmp_hnavi_rmenu span {
	background-image:url(/shared/site_rn2025/images/icon/head_menu_icon.svg);
}
#tmp_hnavi_language a.active span,
#tmp_hnavi_lmenu a.active span,
#tmp_hnavi_rmenu a.active span {
	background-image:url(/shared/site_rn2025/images/icon/head_close_icon.svg);
}

/* close_btn */
#tmp_sma_menu .close_btn {
	border-top:1px solid #dbdbdb;
	margin:20px 0 0;
	padding:23px 0 22px;
	text-align:center;
}
.no_javascript #tmp_sma_menu .close_btn {
	display: none;
}
#tmp_sma_menu .close_btn a {
	display: inline-block;
	text-decoration:none;
	min-width:160px;
	padding:5px;
	color:#ffffff;
	background: -webkit-linear-gradient(linear, left top, right bottom, from(#424242), to(#333333));
	background: -moz-linear-gradient(left, #424242, #333333);
	background:linear-gradient(to left, #424242, #333333);
	background-color: #333333;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#tmp_sma_menu .close_btn span {
	display: inline-block;
	background: url(/shared/site_rn2025/images/icon/close_icon.png) no-repeat left center;
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
	padding:0 0 3px 22px;
}
#tmp_sma_menu .close_btn a:hover,
#tmp_sma_menu .close_btn a:focus {
	background-color: #2b5676;
	background: -webkit-linear-gradient(linear, left top, right bottom, from(#326489), to(#2b5676));
	background: -moz-linear-gradient(left, #326489, #2b5676);
	background:linear-gradient(to left, #326489, #2b5676);
}
#tmp_sma_menu .close_btn span {
	background-image: url(/shared/site_rn2025/images/icon/head_close_icon.svg);
	padding-bottom:0;
}

/* sma_search_box */
#tmp_sma_menu .wrap_sma_search_box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#tmp_sma_menu .wrap_sma_search_box,
#tmp_sma_menu .wrap_sma_search_box2 {
	padding:30px 0 45px;
}
#tmp_sma_menu #tmp_hsearch {
	width:60%;
}
#tmp_hsearch .sma_sch_cnt {
	position: relative;
}
#tmp_sma_menu #tmp_page_id {
	width:35.42%;
}
#tmp_sma_menu .sma_sch_ttl {
	margin:0 0 20px;
	padding-left:10px;
	line-height:1.2;
	border-left:4px solid #2D5676;
}
#tmp_sma_menu .sma_search_box .wrap_sch_box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_sma_menu .sma_search_box .wrap_sch_box .sch_box {
	flex:2;
}
#tmp_query,
#id_search_txt {
	border: 1px solid #c8c8c8;
	width:100%;
	min-height: 53px;
	padding:5px 22px;
}
#tmp_sma_menu .sma_search_box .sch_btn input {
	text-indent:-9999px;
	cursor: pointer;
	min-width: 100px;
	height: 100%;
	color: #ffffff;
	background-color: #2b5676;
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, -webkit-linear-gradient(linear, left top, right bottom, from(#326489), to(#2b5676));
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, -moz-linear-gradient(left, #326489, #2b5676);
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, linear-gradient(to left, #326489, #2b5676);
	background-size:29px auto,auto;
	text-align: center;
	letter-spacing: 4px;
	border: none;
	border-left: 1px solid #2b5675;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#tmp_sma_menu #tmp_sma_lmenu .close_btn,
#tmp_sma_menu #tmp_sma_mmenu .close_btn {
	margin-top:0;
	padding:0 0 40px;
	border:none;
}
#tmp_sma_menu .sma_search_box .sch_btn input:hover {
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, -webkit-linear-gradient(linear, left top, right bottom, from(#424242), to(#333333));
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, -moz-linear-gradient(left, #424242, #333333);
	background: url(/shared/site_rn2025/images/icon/mv_wh_search_icon.png) no-repeat center center, linear-gradient(to left, #424242, #333333);
	background-size:29px auto,auto;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt {
	margin:0 0 30px;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt ul,
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt ul li,
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	gap:0 20px;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt ul li {
	width: calc(25% - 15px);
	margin:0 0 10px;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt a {
	align-items: center;
	flex-grow:1;
	min-height:65px;
	text-decoration:none;
	color:#000000;
	padding: 10px 10px 10px 40px;
	margin:0;
	line-height:1.6;
	border:1px solid #cccccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-position: left 7px;
	background:url(/shared/site_rn2025/images/icon/arrow_b14.png) no-repeat 20px center;
}
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt a:hover,
#tmp_sma_menu .wrap_sma_search_box2 .sma_sch_cnt a:focus {
	color: #ffffff;
	background-color:#326489;
	background-image:url(/shared/site_rn2025/images/icon/arrow_b21_w.png);
	-webkit-background-size:14px auto;
	-moz-background-size:14px auto;
	background-size:14px auto;
}
#tmp_sma_menu #tmp_language_summary_top,
#tmp_sma_menu #tmp_language_summary {
	margin: 20px 0;
}
/* load_more */
#tmp_sma_mmenu .wrap_sma_search_box2 .sma_sch_cnt .load_more {
	text-align:center;
	padding-top:10px;
}
#tmp_sma_mmenu .wrap_sma_search_box2 .sma_sch_cnt .load_more p {
	display:inline-block;
	min-width:260px;
}
#tmp_sma_mmenu .wrap_sma_search_box2 .sma_sch_cnt .load_more p a {
	-webkit-justify-content: center;
    justify-content: center;
	min-height:50px;
	border:3px solid #EFEFEF;
	background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:5px;
}
#tmp_sma_mmenu .wrap_sma_search_box2 .sma_sch_cnt .load_more p a,
#tmp_sma_mmenu .wrap_sma_search_box2 .sma_sch_cnt .load_more p a:hover {
	color:#333333;
	background-color:#F7F7F7;
}
#tmp_sma_mmenu .load_more p a span {
	display:inline-block;
	padding-left:16px;
	background:url(/shared/site_rn2025/images/icon/slide_close.png) no-repeat left center;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	background-size:10px auto;
}
#tmp_sma_mmenu .load_more p a.hide span {
	background-image:url(/shared/site_rn2025/images/icon/slide_open.png);
}

/* main_navi */
#tmp_sma_menu .main_navi,
#tmp_sma_menu .main_navi .sma_gnavi_list li a,
#tmp_sma_menu .main_navi .sma_gnavi_list li span,
#tmp_sma_menu .navi_cate,
#tmp_sma_menu .navi_cate li a,
#tmp_sma_menu .navi_cate li .list_txt {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_sma_menu .main_navi,
#tmp_sma_menu .main_navi_lft,
#tmp_sma_menu .main_navi_rgt,
#tmp_sma_menu .main_navi .sma_gnavi_list li a,
#tmp_sma_menu .navi_cate,
#tmp_sma_menu .navi_cate li a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_sma_menu .main_navi {
	padding:11px 0 6px;
	margin:0 -15px;
}
#tmp_sma_menu .main_navi_lft,
#tmp_sma_menu .main_navi_rgt {
	width:50%;
	float:left;
	padding:0 15px;
}
#tmp_sma_menu .main_navi .sma_gnavi  {
	-webkit-flex-basis:100%;
	-ms-flex-basis:100%;
	flex-basis:100%;
}
#tmp_sma_menu .main_navi .sma_gnavi_ttl  {
	-webkit-flex-basis:100%;
	-ms-flex-basis:100%;
	flex-basis:100%;
	margin:0 0 10px;
	clear:both;
}
#tmp_sma_menu .main_navi .sma_gnavi_ttl p {
	line-height:1.4;
	font-size:112.5%;
	position:relative;
	padding-left:15px;
}
#tmp_sma_menu .main_navi .sma_gnavi_ttl p::before {
	content:"";
	position:absolute;
	top:4px;
	bottom:2px;
	left:0;
	width:4px;
	background-color:#2d5676;
	color:#ffffff;
}
#tmp_sma_menu .main_navi .sma_gnavi_ttl a {
	text-decoration:none;
	pointer-events: none;
	color:#333333;
}
#tmp_sma_menu .main_navi .sma_gnavi_ttl a:hover,
#tmp_sma_menu .main_navi .sma_gnavi_ttl a:focus {
	text-decoration:underline;
}
#tmp_sma_menu .main_navi .sma_gnavi_list {
	font-size:87.5%;
	list-style:none;
	margin:0 -4px;
	padding:0 0 2px;
}
#tmp_sma_menu .main_navi .sma_gnavi_list li {
	width:33.33333%;
	float:left;
	padding:0 4px;
	margin:0 0 10px;
	line-height:1.25;
}
#tmp_sma_menu .main_navi .sma_gnavi_list li:nth-child(3n+1) {
	clear:both;
}
#tmp_sma_menu .main_navi .sma_gnavi_list li a {
	text-decoration:none;
	border:1px solid #cccccc;
	background-color:#ffffff;
	color:#333333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	min-height:44px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_sma_menu .main_navi .sma_gnavi_list .list_icon {
	-webkit-flex-basis: 46px;
	-ms-flex-basis: 46px;
	flex-basis: 46px;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	background-color:#efefef;
	color:inherit;
}
#tmp_sma_menu .main_navi .sma_gnavi_list .list_txt {
	width: calc(100% - 46px);
	padding:3px 4px 3px 9px;
	align-items: center;
}
#tmp_sma_menu .navi_cate {
	font-size:87.5%;
	list-style:none;
	margin:0 -4px;
	padding:0 0 2px;
}
#tmp_sma_menu .navi_cate li {
	width:33.33333%;
	float:left;
	padding:0 4px;
	margin:0 0 10px;
	line-height:1.0;
}
#tmp_sma_menu .navi_cate li a {
	text-decoration:none;
	border:1px solid #cccccc;
	background-color:#ffffff;
	color:#333333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_sma_menu .navi_cate li .list_icon {
	display:block;
	width:100%;
	text-align:center;
	padding:17px 0;
	background-color:#efefef;
	color:inherit;
}
#tmp_sma_menu .navi_cate li .list_txt {
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
	min-height:43px;
}
#tmp_sma_menu .main_navi .sma_gnavi_list li a:hover,
#tmp_sma_menu .main_navi .sma_gnavi_list li a:focus,
#tmp_sma_menu .navi_cate li a:hover,
#tmp_sma_menu .navi_cate li a:focus {
	border-color:#2f5e81;
	text-decoration:underline;
}
#tmp_sma_menu #tmp_wrap_setting {
	border-top:1px solid #dbdbdb;
	padding:28px 0 8px;
}
#tmp_sma_menu #tmp_setting {
	padding-bottom:0;
}
#tmp_sma_menu #tmp_setting li a {
	min-height:50px;
}

/* mode_movie header
================================================== */
.mode_movie #tmp_header {
	display:block;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	border-bottom: none;
	padding:4px 0 3px;
}
.format_top.mode_movie #tmp_wrap_main,
.format_top.mode_movie #tmp_hlogo {
	padding-top:0;
}
.mode_movie #tmp_hlogo h1 {
	width: 173px;
	height: 52px;
	background:#000000 url(/shared/site_rn2025/images/header/hlogo_white_x2.svg) no-repeat top left;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.mode_movie #tmp_hlogo h1,
.mode_movie #tmp_hlogo p,
.mode_movie #tmp_hlogo a,
.mode_movie #tmp_hlogo h1 span,
.mode_movie #tmp_hlogo p span{
	width:173px;
	height:52px;
}
.mode_movie #tmp_mv_link {
	display: block;
	float: right;
}
.mode_movie #tmp_mv_link ul {
	list-style: none;
	display:table;
}
.mode_movie #tmp_mv_link li {
	display:table-cell;
	vertical-align:middle;
	padding: 0 20px 4px 10px;
	height:50px;
}
.mode_movie #tmp_mv_link li > a {
	font-size: 1.125rem;
	color:#ffffff;
	background-color: transparent;
	text-decoration: none;
}
.mode_movie #tmp_mv_link li > a:hover,
.mode_movie #tmp_mv_link li > a:active {
	text-decoration: underline;
}
.mode_movie #tmp_sma_menu {
	top:59px;
}
.mode_movie #tmp_hnavi_lmenu {
	display: block;
	position: absolute;
	z-index: 99;
	top: 12px;
	right: 78px;
}
.mode_movie #tmp_hnavi_lmenu a,
.mode_movie #tmp_hnavi_language a,
.mode_movie #tmp_hnavi_mmenu a,
.mode_movie #tmp_hnavi_rmenu a {
	color: #ffffff;
	background-color: #000000;
	background-image:none;
	min-height:auto;
}
.mode_movie #tmp_hnavi_rmenu a {
	color: #ffffff;
	background-color: #000000;
}
.mode_movie #tmp_hnavi_lmenu a:hover,
.mode_movie #tmp_hnavi_mmenu a:hover,
.mode_movie #tmp_hnavi_rmenu a:hover,
.mode_movie #tmp_hnavi_language a:hover {
	text-decoration: underline;
}
.mode_movie #tmp_hnavi_lmenu span,
.mode_movie #tmp_hnavi_mmenu span,
.mode_movie #tmp_hnavi_language span,
.mode_movie #tmp_hnavi_rmenu span {
	padding-top: 0;
	padding-left:25px;
	background-position:left 4px !important;
	font-size:1.125rem;
}
.mode_movie #tmp_hnavi_lmenu span {
	background-image:url(/shared/site_rn2025/images/icon/mv_wh_search_icon_x2.png);
	-webkit-background-size:22px auto;
	-moz-background-size:22px auto;
	background-size:22px auto;
}
.mode_movie #tmp_hnavi_mmenu span {
	background-image:url(/shared/site_rn2025/images/icon/head_tell_icon.svg);
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.mode_movie #tmp_hnavi_language span {
	background-image:url(/shared/site_rn2025/images/icon/language_icon.svg);
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
	padding-left:24px;
}
.mode_movie #tmp_hnavi_rmenu span {
	background-image:url(/shared/site_rn2025/images/icon/head_menu_icon.svg);
	background-position:left 6px !important;
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.mode_movie #tmp_hnavi_language a.active span,
.mode_movie #tmp_hnavi_lmenu a.active span,
.mode_movie #tmp_hnavi_rmenu a.active span {
	background-image:url(/shared/site_rn2025/images/icon/head_close_icon.svg);
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
}

.custom_movie #tmp_header,
.custom_movie .info_box,
.custom_movie #tmp_emergency,
.mode_movie .info_box,
.mode_movie #tmp_emergency,
.mode_movie_sp .info_box,
.mode_movie_sp #tmp_emergency {
	display:none;
}
.no_javascript.custom_movie #tmp_header,
.no_javascript.custom_movie .info_box,
.no_javascript.custom_movie #tmp_emergency {
	display: block;
}
.mode_movie #tmp_header .container {
	padding-right: 475px;
}
.mode_movie #tmp_hnavi_lmenu,
.mode_movie #tmp_hnavi_mmenu,
.mode_movie #tmp_hnavi_rmenu,
.mode_movie #tmp_hnavi_language {
	top:10px;
	width:auto;
}
.mode_movie #tmp_hnavi_mmenu {
	right:258px;
}
.mode_movie #tmp_hnavi_lmenu {
	right:395px;
}
.mode_movie #tmp_hnavi_rmenu {
	right: 3px;
}
.mode_movie #tmp_hnavi_language {
	right:129px;
}
.mode_movie #tmp_hnavi_lmenu a,
.mode_movie #tmp_hnavi_lmenu span {
	width: auto;
	height: auto;
	text-indent: 0;
	text-decoration: none;
}
.mode_movie #tmp_hnavi_mmenu a,
.mode_movie #tmp_hnavi_rmenu a {
	background:transparent ;
	color: #ffffff;
	width: auto;
	height: auto;
}
.mode_movie #tmp_hnavi_mmenu span,
.mode_movie #tmp_hnavi_rmenu span {
	padding-top: 0;
	padding-left:24px;
	background-color: transparent;
	background-position: 0 6px;
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.mode_movie #tmp_hnavi_lmenu span {
	letter-spacing: .3em;
}
.mode_movie #tmp_hnavi_lmenu a.active span {
	letter-spacing: -0.1em;
}
.mode_movie #tmp_hnavi_rmenu a.active span {
	background-color: transparent;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
	background-position: 0 5px;
	padding-left:31px;
	margin-right:10px;
}

/* gnavi
================================================== */
.gnavi {
	padding:30px 0 40px;
}
.gnavi ul {
	list-style:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.gnavi ul li {
	width:14.2857%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gnavi ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	text-align:center;
	flex-grow:1;
	border-right:1px solid #dbdbdb;
	color:#333333;
	text-decoration:none;
	padding:90px 10px 5px;
	background-repeat:no-repeat;
	background-position:center 10px;
	min-height:130px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
.gnavi ul li a:hover,
.gnavi ul li a:focus,
.gnavi ul li.actvie a {
	text-decoration:underline;
}
.gnavi ul li:first-child a {
	border-left:1px solid #dbdbdb;
}
.gnavi ul li.glist1 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon1.png);
}
.gnavi ul li.glist2 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon2.png);
}
.gnavi ul li.glist3 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon3.png);
}
.gnavi ul li.glist4 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon4.png);
}
.gnavi ul li.glist5 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon5.png);
}
.gnavi ul li.glist6 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon6.png);
}
.gnavi ul li.glist7 a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon7.png);
}
.gnavi ul li.glist1 a:hover,
.gnavi ul li.glist1 a:focus,
.gnavi ul li.glist1.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon1_on.png);
}
.gnavi ul li.glist2 a:hover,
.gnavi ul li.glist2 a:focus,
.gnavi ul li.glist2.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon2_on.png);
}
.gnavi ul li.glist3 a:hover,
.gnavi ul li.glist3 a:focus,
.gnavi ul li.glist3.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon3_on.png);
}
.gnavi ul li.glist4 a:hover,
.gnavi ul li.glist4 a:focus,
.gnavi ul li.glist4.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon4_on.png);
}
.gnavi ul li.glist5 a:hover,
.gnavi ul li.glist5 a:focus,
.gnavi ul li.glist5.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon5_on.png);
}
.gnavi ul li.glist6 a:hover,
.gnavi ul li.glist6 a:focus,
.gnavi ul li.glist6.actvie a {
	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon6_on.png);
}
.gnavi ul li.glist7 a:hover,
.gnavi ul li.glist7 a:focus,
.gnavi ul li.glist7.actvie a {

	background-image:url(/shared/site_rn2025/images/icon/gnavi_icon7_on.png);
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding:28px 0 32px;
}
#tmp_pankuzu p {
	font-size: 75%;
	color: #717171;
	background-color: transparent;
}
#tmp_pankuzu p a:link,
#tmp_pankuzu p a:visited {
	color: #717171;
	background-color: transparent;
	text-decoration: none;
}
#tmp_pankuzu p a:hover,
#tmp_pankuzu p a:focus {
	text-decoration: underline;
}

/* update
================================================== */
#tmp_custom_update{
	text-align: right;
	margin-bottom: 47px;
}
#tmp_pageid,
#tmp_update {
	color:#717171;
	background-color:transparent;
	font-size: 87.5%;
	display: inline-block;
}
#tmp_pageid {
    margin-left: 9px;
}

/* setting
================================================== */
#tmp_sma_rmenu .block_ttl {
	margin-bottom:20px;
}
#tmp_sma_rmenu .ttl_en {
	color:#333333;
}
#tmp_setting {
	font-size:87.5%;
	margin:0 -12px;
	padding-bottom:35px;
	list-style:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#tmp_setting li {
	width:25%;
	padding:0 12px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_setting li a {
	position:relative;
	min-height:60px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-grow:1;
	text-decoration:none;
	padding:5px 5px 5px 23px;
	color:#ffffff;
	background-color: #2b5676;
	background-image: -webkit-linear-gradient(linear, left top, right bottom, from(#326489), to(#2b5676));
	background-image: -moz-linear-gradient(left, #326489, #2b5676);
	background-image:linear-gradient(to left, #326489, #2b5676);
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#tmp_setting li a:hover,
#tmp_setting li a:focus {
	background-color: #333333;
	background-image: -webkit-linear-gradient(linear, left top, right bottom, from(#424242), to(#333333));
	background-image: -moz-linear-gradient(left, #424242, #333333);
	background-image:linear-gradient(to left, #424242, #333333);
}
#tmp_setting li a::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	width:24px;
	height:22px;
	background-repeat:no-repeat;
}
#tmp_setting li.setting_char a::before {
	background-image:url(/shared/site_rn2025/images/icon/hnavi_icon_char.png);
}
#tmp_setting li.setting_link a::before {
	background-image:url(/shared/site_rn2025/images/icon/hnavi_icon_moji.png);
}
#tmp_setting li.setting_speech a::before {
	background-image:url(/shared/site_rn2025/images/icon/hnavi_icon_speech.png);
}
#tmp_setting li.setting_lang a::before {
	background-image:url(/shared/site_rn2025/images/icon/hnavi_icon_lang.png);
}
#tmp_setting li.setting_link a:hover::before,
#tmp_setting li.setting_link a:focus::before {
	background-image:url(/shared/site_rn2025/images/icon/hnavi_icon_moji_on.png);
}

/* emergency
================================================== */
#tmp_emergency {
	width:100%;
	display:table;
	border: 1px solid #bf0000;
	clear:both;
	color:#bf0000;
	background-color: #fff3f3;
}
#tmp_emergency_ttl,
#tmp_emergency_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_emergency_ttl {
	background-color: #bf0000;
	color: #ffffff;
	padding: 4px 20px;
	text-align:right;
	width:300px;
	vertical-align:middle;
}
#tmp_emergency_ttl h2 {
	font-size:125%;
	font-weight: normal;
}
#tmp_emergency_cnt {
	padding:16px 19px 14px;
}
#tmp_emergency_cnt ul {
	list-style:none;
}
#tmp_emergency_cnt ul li {
	margin:0 0 5px;
}
#tmp_emergency_cnt a {
	background-color: transparent;
	color:#bf0000;
}
#tmp_emergency_cnt ul li a {
    display:inline-block;
    background:url(/shared/site_rn2025/images/icon/arrow_red.png) no-repeat 1px 0.7em;
    padding:4px 0 0 14px;
    min-height:14px;
    text-decoration:none;
}
#tmp_emergency_cnt ul li a:hover,
#tmp_emergency_cnt ul li a:active {
	text-decoration: underline;
}

/* info_box
================================================== */
.info_box {
	width:100%;
	display:table;
	border:3px solid #171B62;
	font-size:128.6%;
	clear:both;
}
.info_box_ttl,
.info_box_cnt {
	display:table-cell;
	vertical-align:top;
}
.info_box_ttl {
	background:#171B62;
	color:#ffffff;
	padding:4px 20px;
	text-align:right;
	width:300px;
}
.info_box_ttl h2 {
	font-size:100%;
}
.info_box_cnt {
	padding:5px 20px;
	line-height:1.4;
}
.info_box_cnt h3 {
	font-size:100%;
	color:#171B62;
	margin:0.5em 0 0;
}
.info_box_cnt h3:first-child {
	margin:0;
}
.info_box_cnt a {
	color:#555555;
	display:inline-block;
	background:url(/shared/images/icon/arrow_blue.png) no-repeat left 0.4em;
	padding:2px 0 0 20px;
	min-height:14px;
	text-decoration:none;
}
.info_box_cnt a:hover,
.info_box_cnt a:focus {
	text-decoration:underline;
}
/* green */
.info_box.green {
	border:3px solid #00803f;
}
.info_box.green .info_box_ttl {
	background:#00803f;
	color:#ffffff;
}
.info_box.green .info_box_cnt h3 {
	color:#00803f;
}
.info_box.green .info_box_cnt a {
	background:url(/shared/images/icon/arrow_green.png) no-repeat left 0.4em;
}
/* black*/
.info_box.black {
	border:3px solid #555555;
}
.info_box.black .info_box_ttl {
	background:#555555;
	color:#ffffff;
}
.info_box.black .info_box_cnt h3 {
	color:#555555;
}
.info_box.black .info_box_cnt a {
	background:url(/shared/images/icon/arrow_black.png) no-repeat left 0.4em;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi,
.pnavi .ptop,
.pnavi a{
	width: 55px;
	height: 46px;
}
.pnavi .ptop {
	clear:none;
}
.pnavi {
	position: absolute;
	display:none;
	right: 50%;
	margin-right: -598px;
	top: -47px;
	z-index: 100;
	color: inherit;
	background-color: transparent;
}
.pnavi a {
	text-align:left;
	margin: 0 auto;
	display: block;
	text-indent: -99999px;
	text-decoration: none;
	font-size: 1rem;
	color: #ffffff;
	background: #373737 url(/shared/site_rn2025/images/icon/back_top_icon.png) no-repeat center 16px;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	transition: 0.1s all ease-in-out;
	-moz-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}
.pnavi a:hover,
.pnavi a:focus,
.pnavi a:active {
	background-color: #326489;
	text-decoration: underline;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
}
.no_javascript .pnavi {
	display: block;
}

/* footer
================================================== */
#tmp_footer {
	clear: both;
	color:#222222;
	background-color: #ffffff;
	border-top:1px solid #dbdbdb;
}
#tmp_footer .container {
	position: relative;
}
#tmp_footer .footer_col_lft {
	float: left;
	width: 340px;
}
#tmp_footer .footer_col_rgt {
	float: right;
	text-align: right;
	width:calc(100% - 360px);
}
.footer_logo {
	padding-top: 13px;
}
.footer_logo p {
	width: 163px;
	height: 88px;
	color: #333333;
	background: #ffffff url(/shared/site_rn2025/images/footer/footer_logo.png) no-repeat;
}
.footer_logo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
	font-size: 2rem;
}
/* fnavi  */
.fnavi {
	margin-bottom: 31px;
	padding: 0;
	list-style: none;
}
.fnavi li {
	margin: 0 0 5px 31px;
	display: inline-block;
	vertical-align:top;
}
.fnavi li a {
	padding-left: 16px;
	display: inline-block;
	text-decoration: none;
	color: #222222;
	background: #FFFFFF url(/shared/site_rn2025/images/icon/blue_arrow_icon.png) no-repeat 0 9px;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
	background-size: 9px auto;
}
.fnavi li a:focus,
.fnavi li a:hover {
	text-decoration: underline;
}

/* footer_cnt */

.footer_cnt {
	padding: 68px 0 32px;
}

.footer_cnt address {
	font-style: normal;
	line-height: 1.8;
}

.footer_cnt address span {
	margin: 0;
}
.footer_cnt address span.dis_code {
	margin: 0 1.2em 0 0;
}
.footer_cnt address p:nth-child(2) {
	display:none;
}
.format_top .footer_cnt address p:nth-child(2) {
	display:block;
}

.footer_info {
	margin-top: 46px;
}

.footer_sns {
	margin-top: 12px;
	margin-bottom: 21px;
}
.footer_sns ul {
	list-style: none;
	padding: 0;
}
.footer_sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 15px 26px;
	line-height: 1;
}
.footer_sns a {
	display: inline-block;
}
.footer_sns img {
	max-width: 48px;
	height: auto;
	vertical-align: middle;
	transition: 0.1s all ease-in-out;
	-moz-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}
.footer_sns img:focus,
.footer_sns img:hover {
	opacity: 0.7;
}
.directional_button{
	overflow: hidden;
	float: right;
}
.directional_button ul{
	list-style: none;
	padding: 0;
	margin: 0 -4px;
}
.directional_button ul li {
	float: left;
	padding: 0 4px;
	margin-bottom: 5px;
}
.directional_button ul li:first-child{
	clear: left;
}
.directional_button ul li:last-child{
	clear: right;
}
.directional_button ul li a{
	position: relative;
	padding: 9px 40px 9px 13px;
	display: block;
	font-size:87.5%;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #a4a4a4;
	text-decoration: none;
	transition: 0.1s all ease-in-out;
	-moz-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}
.directional_button ul li a:after{
	content: '';
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
	width: 16px;
	height: 9px;
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_fnavi.png) no-repeat;
	background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	transition: 0.1s all ease-in-out;
	-moz-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}
.directional_button ul li a:hover,
.directional_button ul li a:focus{
	color: #FFFFFF;
	background-color: #326489;
	border-color:#326489;
}
.directional_button ul li a:hover:after,
.directional_button ul li a:focus:after {
	background: transparent url(/shared/site_rn2025/images/icon/arrow_fnavi_white.png) no-repeat;
	background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
}
.city_info{
	padding: 2px 0 5px;
	color: #FFFFFF;
	background-color: #326489;
}
.copyright {
	text-align: right;
	font-size: 75%;
}
.custom_foreign .copyright {
	text-align:center;
	padding:20px 0 15px;
}

/* imenu
================================================== */
.imenu {
	padding:0 0 35px;
	clear:both;
}
.imenu_ttl {
	font-weight:bold;
	line-height:1.2;
    font-size: 171.4%;
    border-bottom: 1px solid #d2d2d2;
	position:relative;
	padding:0 0 13px 14px;
	margin:0 0 20px;

}
.imenu_ttl::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:29px;
	border-left:5px solid #005cd0;
}
.imenu_ttl a {
	display:inline-block;
	padding-right:45px;
    background: url(/shared/images/icon/arrow_b16.png) no-repeat right 50%;
	color:#000000;
	text-decoration:none;
}
.imenu_ttl a:hover,
.imenu_ttl a:focus {
	color: #005cd0;
	text-decoration: underline;
}
.imenu_cnt ul {
	list-style:none !important;
	letter-spacing:-.4em;
	font-weight:bold;
}
.imenu_cnt ul li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin:0 0 5px !important;
}
.imenu_cnt ul li a {
	display:block;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/* imenu_ward
================================================== */
#tmp_imenu_ward .imenu_ttl::before,
#tmp_sma_imenu_ward .imenu_ttl::before {
	display:none;
}
#tmp_imenu_ward .imenu_ttl,
#tmp_sma_imenu_ward .imenu_ttl {
	margin:0 !important;
	font-weight:bold;
	font-size:128.6% !important;
	border:none !important;
	padding:2px 0 12px 20px !important;
	background: url(/shared/images/icon/icon_location2.png) no-repeat 0 4px !important;
}
#tmp_imenu_ward .imenu_ttl {
	margin-bottom:22px !important;
}
.format_top #tmp_imenu_ward .imenu_ttl {
	font-size:142.8% !important;
	padding:0 0 0 24px !important;
	background: url(/shared/images/icon/icon_location.png) no-repeat 4px 50% !important;
	margin-bottom:10px !important;
}
#tmp_imenu_ward .imenu_cnt {
	background-image:url(/shared/images/main/map_ward.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:10px;
	padding-left:326px;
	min-height:225px;
}
#tmp_imenu_ward .imenu_cnt.ward_area1 {	/* 東灘区 */
	background-image:url(/shared/images/main/map_ward_higashinada.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area2 {	/* 灘区 */
	background-image:url(/shared/images/main/map_ward_nada.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area3 {	/* 中央区 */
	background-image:url(/shared/images/main/map_ward_chuou.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area4 {	/* 兵庫区 */
	background-image:url(/shared/images/main/map_ward_hyogo.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area5,
#tmp_imenu_ward .imenu_cnt.ward_area6 {	/* 北区 */
	background-image:url(/shared/images/main/map_ward_kita.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area7 {	/* 長田区 */
	background-image:url(/shared/images/main/map_ward_nagata.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area8 {	/* 須磨区 */
	background-image:url(/shared/images/main/map_ward_suma.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area9 {	/* 垂水区 */
	background-image:url(/shared/images/main/map_ward_tarumi.gif);
}
#tmp_imenu_ward .imenu_cnt.ward_area10 {	/* 西区 */
	background-image:url(/shared/images/main/map_ward_nishi.gif);
}
#tmp_imenu_ward .imenu_cnt ul {
	margin:0 !important;
	list-style:none;
}
#tmp_imenu_ward .imenu_cnt ul li {
	width:160px;
	padding:0 0 6px 6px;
	margin:0 !important;
}
#tmp_imenu_ward .imenu_cnt ul li a,
#tmp_sma_imenu_ward .imenu_cnt ul li a {
	padding:7px 20px 6px 9px;
	background-image:url(/shared/images/icon/arrow_b14.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
/* type_kanri */
.type_kanri #tmp_imenu_ward,
.col_rgt_navi #tmp_imenu_ward {
	padding-bottom:20px;
}
.type_kanri #tmp_imenu_ward .imenu_ttl,
.col_rgt_navi #tmp_imenu_ward .imenu_ttl {
	border-bottom:1px solid #000000 !important;
}
.type_kanri #tmp_imenu_ward .imenu_cnt,
.col_rgt_navi #tmp_imenu_ward .imenu_cnt {
	background-size:260px auto;
	padding-left:0;
	padding-top:220px;
	min-height:auto;
}
.col_rgt_navi #tmp_imenu_ward .imenu_cnt ul {
	margin-left:-5px !important;
	margin-right:-5px !important;
}
.type_kanri #tmp_imenu_ward .imenu_cnt ul li,
.col_rgt_navi #tmp_imenu_ward .imenu_cnt li {
	width:50%;
	padding:0 5px !important;
	margin:0 0 5px !important;
}
/* external
================================================== */
.col_rgt_navi #tmp_topics_cnt ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .topics_link_inner {
	position:relative;
}
.rnavi_related_cnt ul.list_btn a[rel*="external"] {
	position:relative;
	padding-right:26px;
}
.col_rgt_navi #tmp_topics_cnt ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .topics_link_inner::after,
.col_rgt_navi #tmp_new_cnt .new_ttl a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"])::after,
a[rel*="external"]::after {
	content:"";
	display:inline-block;
	vertical-align:text-top;
	width:15px;
	height:15px;
	box-sizing: content-box;
	margin-left:5px;
	margin-top:5px;
	background:url(/shared/site_rn2025/images/icon/icon_external_link.png) no-repeat 0 0;
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
.rnavi_list a[rel*="external"]:hover::after,
.rnavi_list a[rel*="external"]:focus::after {
	background-image: url(/shared/site_rn2025/images/icon/icon_external_link_w.png);
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
#tmp_tourism_cnt a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"])::after {
	content:"";
	display:inline-block;
	vertical-align:text-top;
	width:15px;
	height:15px;
	box-sizing: content-box;
	margin-left:5px;
	margin-top:5px;
	background: url(/shared/site_rn2025/images/icon/icon_external_link_w.png) no-repeat 0 0;
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
.rnavi_related_cnt ul.list_btn a[rel*="external"]::after {
	position:absolute;
	bottom:10px;
	right:10px;
}
#tmp_rnavi_related_along .rnavi_related_cnt ul.list_btn a[rel*="external"]::after {
	top:50%;
	bottom:auto;
	margin-top:-6px;
}
#tmp_emergency_s_cnt li a[rel*="external"]::after {
	background-image:url(/shared/site_rn2025/images/icon/icon_external_link_red.png);
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
.custom_press a[rel*="external"]::after {
	background-image:url(/shared/images/icon/icon_external_link.png);
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
	margin-top:5px;
	margin-left: 5px;
}
.custom_press .box_card a[rel*="external"]::after {
	bottom: 10px;
    right: 10px;
}
.custom_press .fnavi a[rel*="external"]::after {
	margin-top:5px;
}
/* icon_pdf / icon_word / icon_excel
================================================== */
.custom_press a.icon_pdf,
.custom_press a.icon_word,
.custom_press a.icon_excel {
	margin:0 5px 0 0;
	text-indent:0 !important;
}
.custom_press a.icon_pdf::after,
.custom_press a.icon_word::after,
.custom_press a.icon_excel::after {
	content:"";
	display:inline-block;
	vertical-align:text-top;
	width:16px;
	height:16px;
	box-sizing: content-box;
}
.custom_press a.icon_pdf::after {
	background:url(/shared/system/images/linkicon/icon_pdf.png) no-repeat top right;
}
.custom_press a.icon_word::after {
	background:url(/shared/system/images/linkicon/icon_word.png) no-repeat top right;
}
.custom_press a.icon_excel::after {
	background:url(/shared/system/images/linkicon/icon_excel.png) no-repeat top right;
}
/* ==================================================
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: 15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L {
/*	display: table;*/
	width: 48.5%;
	margin-right: 2%;
	float: left;
}
div.col2 div.col2R {
/*	display: table;*/
	width: 48.5%;
	float: left;
}
/* 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: 31.7%;
	margin-right: 2%;
	float: left;
}
div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* cate_ttl
================================================== */
#tmp_cate_ttl {
    margin: 0 0 80px;
    color: #ffffff;
    background-color: #326489;
    position: relative;
}
#tmp_cate_ttl_inner {
	display:table-cell;
	vertical-align:middle;
	width: 247px;
	height: 220px;
	padding: 20px 15px 24px;
	background-color: rgba(43,87,118,0.9);
	color: #ffffff;
    position: relative;
    z-index: 1;
}
#tmp_cate_ttl_inner h1,
#tmp_cate_ttl_inner p {
    line-height: 1.3;
    display: block;
    font-weight: normal;
    text-align: center;
}
#tmp_cate_ttl_inner .title {
	font-size: 222.22%;
	margin-bottom: 16px;
}
#tmp_cate_ttl_inner .title_en {
	font-size: 66.66%;
    white-space: pre;
	text-transform:uppercase;
}
#tmp_cate_ttl_img{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
}
#tmp_cate_ttl_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 北区移住定住 */
.custom_kitaku #tmp_cate_ttl {
    color: #333333;
    background-color: #ffffff;
	display:block;
	border:none;
}

/* 各局 */
.custom_kyoku #tmp_cate_ttl {
    color: #333333;
    background-color: #ffffff;
	border-top:2px solid #ececec;
	border-bottom:2px solid #326489;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 0 40px;
	clear:both;
	position:relative;
}
.custom_kyoku #tmp_cate_ttl h1 {
	font-size:225%;
	line-height:1.2;
	display:table-cell;
	vertical-align:middle;
	height:194px;
	font-weight:normal;
	position:relative;
	z-index:10;
}
.custom_kyoku #tmp_cate_ttl_img {
	overflow:hidden;
}
.custom_kyoku #tmp_cate_ttl_img img {
	vertical-align:top;
	position:absolute;
	top: 97px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 各区 */
.custom_ward #tmp_cate_ttl_inner .title .sub,
.custom_ward #tmp_cate_ttl_inner .title .sub2 {
	display:block;
}
.custom_ward #tmp_cate_ttl_inner .title .sub2 {
	font-size:80%;
}

/* idx_ttl / page_title
================================================== */
#tmp_idx_ttl,
.page_title {
	padding:38px 0 40px;
	border-top:4px solid #2b5776;
	border-bottom:4px solid #2b5776;
	background-color:#ffffff;
	color:#333333;
	margin: 0 0 30px;
	clear: both;
}
#tmp_idx_ttl {
	margin-bottom:50px;
}
.custom_education .page_title {
	padding:30px 0 40px;
}
#tmp_idx_ttl .sub_ttl,
.page_title .sub_ttl {
	display:inline-block;
	background-color:#2b5776;
	color:#ffffff;
	padding:4px 8px 6px;
	font-size:137.5%;
	line-height:1.25;
	margin:0 0 10px;
}
#tmp_idx_ttl h1,
.page_title h1 {
	font-size:225%;
	line-height:1.2;
}
/* press */
.custom_press .page_title {
	padding: 0 0 15px;
	border-bottom: #808080 solid 2px;
	border-top:none;
	background-color:#ffffff;
	color:#000000;
}
.custom_press .column_cnt .page_title {
	border-bottom: #009 solid 4px;
}
.custom_press .column_cnt .page_title h1 {
	color:#009;
}

/* anchor
================================================== */
#tmp_contents #tmp_anchor {
	margin:0 0 30px;
	width: 100%;
}
#tmp_anchor #tmp_anchor_ttl {
	text-align: left;
}
#tmp_anchor .anchor_ttl {
	margin:0 0 30px;
}
#tmp_anchor .anchor_ttl p {
	font-weight:bold;
	font-size: 155.5%;
	border-left: 8px solid #326489;
	padding:4px 0 11px 16px;
	border-bottom: 1px solid #2b5776;
}
#tmp_anchor .anchor_cnt ul {
	list-style:none !important;
	margin: 0 !important;
	padding:5px 14px;
	clear:both;
	display: flex;
	flex-wrap: wrap;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-image:-webkit-linear-gradient(180deg, #f4f4f4, #ffffff);
	background-image:-ms-linear-gradient(180deg, #f4f4f4, #ffffff);
	background-image:linear-gradient(180deg, #f4f4f4, #ffffff);
}
#tmp_anchor .anchor_cnt ul li {
 	display: flex;
	justify-content: center;
	text-align:left;
	width:33.333333%;
	padding:0 6px;
	font-size:87.5%;
	line-height:1.4 !important;
	margin:0 !important;
}
#tmp_anchor .anchor_cnt ul li a {
 	display: flex;
	align-items: center;
	flex-grow:1;
	min-height:55px;
	padding:5px 30px 5px 12px;
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #d2d2d2;
	position:relative;
}
#tmp_anchor .anchor_cnt ul li a::before {
	content:"";
	position:absolute;
	top:50%;
	right:10px;
    width: 7px;
    height: 7px;
	margin-top:-4px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#tmp_anchor .anchor_cnt ul li a:hover,
#tmp_anchor .anchor_cnt ul li a:focus {
	text-decoration:underline;
}

/* education */
.custom_education #tmp_anchor {
	border: 1px solid #2b5776;
	padding: 14px 26px 11px;
}
.custom_education #tmp_anchor .anchor_ttl {
	margin:0;
}
.custom_education #tmp_anchor .anchor_ttl p {
	font-size: 122.2%;
	font-weight: normal;
	padding:0 0 0 16px;
	color: #333333;
	background: url(/shared/templates/free_rn2025/images/line_anchor.png) no-repeat left 12px;
	margin-bottom: 13px;
	border:none;
}
.custom_education #tmp_anchor .anchor_cnt ul {
	display:block;
	padding:0;
    margin: 0 !important;
	background-image:none;
}
.custom_education #tmp_anchor .anchor_cnt ul li {
	display:block;
	padding:0 0 0 20px;
	margin-bottom: 14px !important;
	width:100%;
	font-size:100%;
	background:url(/shared/site_rn2025/images/icon/list_icon_gray.png) no-repeat left 0.4em;
}
.custom_education #tmp_anchor .anchor_cnt ul li a {
	display: inline-block;
	vertical-align: top;
	min-height:auto;
	border:none;
	text-decoration:underline;
	color:#005cd0;
	padding:0;
}
.custom_education #tmp_anchor .anchor_cnt ul li a:hover {
	text-decoration:none;
}
.custom_education #tmp_anchor .anchor_cnt ul li a::before {
	display:none;
}
.no_javascript #tmp_anchor {
	display: none;
}
/* recommend
================================================== */
#tmp_recommend {
	padding:12px 19px 0;
    margin: 60px 0 20px;
	border: 1px solid #cccccc;
    clear: both;
}
#tmp_recommend_ttl {
	padding:0 0 9px;
	border-bottom:2px solid #e2e2e2;
}
#tmp_recommend_ttl h2 {
	font-size:122.22% !important;
	font-weight: bold;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	line-height:1.6 !important;
}
#tmp_recommend_cnt {
	padding: 16px 0 15px;
}
#tmp_recommend_cnt ul {
	list-style:none !important;
	margin:0 !important;
}
#tmp_recommend_cnt ul li {
	line-height:1.4 !important;
	margin-bottom:12px !important;
	background:url(/shared/site_rn2025/images/icon/list_icon_gray.png) no-repeat 5px 0.4em;
	padding-left:19px;
}

/* rnavi_pickup
================================================== */
.rnavi_pickup {
	margin:0 0 30px;
}
.rnavi_pickup_ttl {
	line-height:1.2;
	font-size: 112.5%;
	font-weight:bold;
	margin:0 0 20px;
	padding:0 0 12px 24px;
	background: url(/shared/site_rn2025/images/icon/icon_flag.png) no-repeat 0 0.1em;
	border-bottom:2px solid #808080;
}
.rnavi_pickup_cnt {
	position:relative;
}
.rnavi_pickup_cnt ul {
	list-style:none;
}
.rnavi_pickup_cnt .slider {
	display:block;
	position:relative;
    overflow: hidden;
    margin-bottom: 10px;
	padding-bottom:38px;
}
.no_javascript .rnavi_pickup_cnt .slider {
	padding-bottom:0;
}
.no_javascript .rnavi_pickup .slider p {
    margin-bottom: 8px;
}
.rnavi_pickup .splide__slide a:hover img,
.rnavi_pickup .splide__slide a:focus img {
	opacity:0.7;
}
/* splide-dots */
.rnavi_pickup_cnt .splide__pagination {
	float:left;
	padding-top:2px !important;
}
.rnavi_pickup_cnt .splide__pagination .is-active a {
	border-color:#000000;
	background-color:#000000;
	color:#ffffff;
}
.rnavi_pickup_cnt .splide__pagination a:hover,
.rnavi_pickup_cnt .splide__pagination a:focus {
	background-color:#326489;
}
/* btn_control */
.rnavi_pickup_cnt .splide__arrow--next,
.rnavi_pickup_cnt .splide__arrow--prev {
    position: absolute;
	top:auto;
	transform:none;
    bottom: 0;
	cursor:pointer;
}
.rnavi_pickup_cnt .splide__arrow--next,
.rnavi_pickup_cnt .splide__arrow--prev{
    width: 34px;
    height: 35px;
}
.rnavi_pickup_cnt .splide__arrow--prev {
    left: 0;
    background:#ffffff url(/shared/site_rn2025/images/icon/btn_prev.png) no-repeat;
}
.rnavi_pickup_cnt .splide__arrow--prev:hover,
.rnavi_pickup_cnt .splide__arrow--prev:focus {
    background:#ffffff url(/shared/site_rn2025/images/icon/btn_prev_on.png) no-repeat;
}
.rnavi_pickup_cnt .splide__arrow--next {
    right: 0;
    background:#ffffff url(/shared/site_rn2025/images/icon/btn_next.png) no-repeat;
}
.rnavi_pickup_cnt .splide__arrow--next:hover,
.rnavi_pickup_cnt .splide__arrow--next:focus {
    background:#ffffff url(/shared/site_rn2025/images/icon/btn_next_on.png) no-repeat;
}
/* action_ctrl */
.rnavi_pickup_cnt .splide__controls {
	text-align: left;
	position: absolute;
	left: 42px;
	bottom:0;
	width:180px;
}
.rnavi_pickup_cnt .action_ctrl {
	float:left;
	margin: 0 7px 0 0;
	text-transform: uppercase;
}
.rnavi_pickup_cnt .action_ctrl a {
	text-decoration:none;
	font-size:85.7%;
	font-weight:bold;
	display:inline-block;
	min-width:60px;
	padding:6px 5px;
	background:#000;
	color:#fff;
	text-align:center;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.rnavi_pickup_cnt .action_ctrl a:hover,
.rnavi_pickup_cnt .action_ctrl a:focus {
	background:#326489;
}
.rnavi_pickup_cnt .splide__pagination li {
	margin:0 3px !important;
}

/* rnavi
================================================== */
#tmp_rnavi {
	margin:0 0 45px;
}
#tmp_rnavi .block_ttl {
	display:inline-block;
	padding-right:60px;
	position:relative;
	margin:0 0 20px;
}
#tmp_rnavi .block_ttl::after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:48px;
	height:2px;
	background-color:#b7bbba;
}
#tmp_rnavi .block_ttl .ttl {
	font-size:162.5%;
	font-weight:bold;
	position:relative;
	margin:0;
	font-family:"游明朝", "Yu Mincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_rnavi .block_ttl .ttl_en {
	position:relative;
	top:-0.85em;
	display:inline-block;
	padding:0 20px 0 0;
	background-color:#ffffff;
	color:#b7bbba;
	text-transform:uppercase;
	font-family: 'Noto Sans JP', sans-serif;
	display: none;
}
.rnavi {
	border:3px solid #efefef;
	padding:10px 17px 20px;
	margin-bottom:50px;
}
.rnavi .rnavi_ttl {
	font-size:125%;
	color:#333333;
	background-color:#ffffff;
	padding:10px 0;
	border-bottom:2px solid #326489;
}
.rnavi .rnavi_ttl a {
	display:block;
	text-decoration:none;
	margin:-10px 0;
	padding:10px 10px 10px 30px;
	color:#333333;
	background-color:#ffffff;
	background-image: url(/shared/site_rn2025/images/icon/arrow_b21.png);
	background-repeat:no-repeat;
	background-position:left 0.9em;
	background-size:20px auto;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.rnavi .rnavi_ttl a:hover,
.rnavi .rnavi_ttl a:focus {
	text-decoration:underline;
	background-image: url(/shared/site_rn2025/images/icon/arrow_b21.png);
}
.rnavi .rnavi_cnt {
	padding:10px 0 0;
}
.rnavi .rnavi_cnt ul {
	list-style:none;
	font-size:112.5%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	gap:0 50px;
}
.rnavi .rnavi_cnt ul li {
	width: calc(50% - 25px);
	border-bottom:1px solid #efefef;
}
.rnavi .rnavi_cnt ul li a {
	display:block;
	padding:15px 15px 15px 33px;
	text-decoration:none;
	color:#000000;
	background-color:transparent;
	background-image:url(/shared/site_rn2025/images/icon/blue_arrow_icon.png);
	background-repeat:no-repeat;
	background-position:15px 24px;
	-webkit-background-size:9px auto;
	-moz-background-size:9px auto;
	background-size:9px auto;
	position:relative;
}
.rnavi .rnavi_cnt ul li a::after {
	content:"";
	position:absolute;
	left:-1px;
	top:-2px;
	width:calc(100% + 2px);
	height:calc(100% + 4px);
	border:3px solid transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.rnavi .rnavi_cnt ul li a:hover::after{
	border-color:#7099b9;
}
/* btn_more */
.rnavi .rnavi_cnt .btn_more {
	text-align:center;
	margin:30px 0 10px;
}
.rnavi .rnavi_cnt .btn_more a {
	display:inline-block;
	min-width:260px;
	padding:10px 5px;
	text-decoration:none;
	color:#000000;
	background-color:#f7f7f7;
	border:3px solid #efefef;
}
.rnavi .rnavi_cnt .btn_more a:hover {
	text-decoration:underline;
}
.rnavi .rnavi_cnt .btn_more span {
	position:relative;
	padding-left:17px;
}
.rnavi .rnavi_cnt .btn_more span::before,
.rnavi .rnavi_cnt .btn_more span::after {
	content:"";
	position:absolute;
	top:50%;
}
.rnavi .rnavi_cnt .btn_more span::before {
	border-bottom:2px solid #406c8c;
	left:0;
	width:10px;
	height:2px;
	margin-top:-1px;
}
.rnavi .rnavi_cnt .btn_more span::after {
	border-left:2px solid #406c8c;
	left:4px;
	width:2px;
	height:10px;
	margin-top:-5px;
}
.rnavi .rnavi_cnt .btn_more a.active span::after {
	display:none !important;
}

/* rnavi_list
================================================== */
.rnavi_list {
	list-style:none;
	margin:0 0 40px;
}
.rnavi_list li {
	margin:0 0 5px;
}
.rnavi_list li a {
	display:block;
	padding:18px 20px 18px 40px;
	text-decoration:none;
	color:#000000;
	background:#ffffff url(/shared/site_rn2025/images/icon/arrow_b21.png) no-repeat 19px 21px;
	-webkit-background-size:14px auto;
	-moz-background-size:14px auto;
	background-size:14px auto;
	border:1px solid #cccccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/* call_center
================================================== */
.call_center {
	margin: 0 0 20px;
	border: 3px solid #c3c3c3;
	padding: 17px 17px 19px;
	color: #000000;
	background-color:#ffffff;
	font-weight: bold;
	position: relative;
}
.call_center::after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 11px;
	height: 11px;
	border-right: 11px solid #007c36;
	border-top: 11px solid transparent;
}
.call_center:hover,
.call_center:focus {
	background-color: #f7f7f7;
}
.call_center .call_ttl {
	margin: 0 0 7px;
	padding: 48px 0 0 0;
	background-image:url(/shared/site_rn2025/images/icon/icon_call_title.png);
	background-position:50% 4px;
	background-repeat:no-repeat;
	font-size: 112.5%;
	text-align: center;
}
.call_center .call_ttl a {
	text-decoration: none;
	color: #000000;
}
.call_center .call_cnt p.txt {
	font-size: 81.25%;
	border-bottom: #dcdcdc solid 1px;
	padding-bottom:18px;
	margin-bottom:10px;
}
.call_center .time {
	text-align: center;
}
.call_center .tel {
	text-align: center;
	font-size: 112.5%;
	background-color:#ffffff;
	background-image:url(/shared/site_rn2025/images/main/call_center_tel.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.call_center .tel,
.call_center .tel span.number {
	width:220px;
	height:40px;
}
/* faq_btn
================================================== */
.type_kanri .faq_btn,
.col_rgt_navi .faq_btn {
	margin: 0 0 45px !important;
}
.faq_btn a {
	display: block;
	padding: 8px 5px 8px 70px;
	background-color:#00803f;
	background-image:url(/shared/site_rn2025/images/icon/icon_faq.png);
	background-position:13px 50%;
	background-repeat:no-repeat;
	color: #ffffff;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.faq_btn a:hover,
.faq_btn a:focus {
	background-color:#116f3f;
}
.faq_btn a::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 11px;
	height: 11px;
	display: inline-block;
	border-right: 11px solid #ffffff;
	border-top: 11px solid transparent;
}
.faq_btn .faq_ttl,
.faq_btn .faq_cnt {
	display: block;
}
.faq_btn .faq_ttl {
	font-size: 112.5%;
}
.faq_btn .faq_cnt {
	font-size: 81.25%;
}
/* rnavi_related
================================================== */
.rnavi_related {
	margin:0 0 20px;
}
.rnavi_related_ttl {
	font-size: 112.5%;
	font-weight:bold;
	margin:0 0 20px;
	padding:0 0 6px 24px;
	background-image:url(/shared/site_rn2025/images/icon/recom_ico.png);
	background-repeat:no-repeat;
	background-position:0 0.25em;
	border-bottom:2px solid #808080;
}
.rnavi_related_cnt ul {
	list-style: none;
	list-style-image: none;
	margin:0;
	padding:0 10px 10px;
}
.rnavi_related_cnt ul li {
	margin: 0 0 15px;
}
.rnavi_related_cnt ul li a {
	color:#000000;
	text-decoration:none;
	background-image:url(/shared/site_rn2025/images/icon/arrow_b21.png);
	background-size:14px auto;
	background-repeat:no-repeat;
	background-position:left 0.2em;
	min-height:16px;
	padding:0 0 0 24px;
}
.rnavi_related_cnt ul li a:hover,
.rnavi_related_cnt ul li a:focus {
	color: #005cd0;
	text-decoration:underline;
}
/* list_btn */
.rnavi_related_cnt ul.list_btn {
	padding:0;
}
.rnavi_related_cnt ul.list_btn a {
	display:block;
	background-position:10px 17px;
	border:1px solid #c3c3c3;
	padding:12px 15px 12px 30px;
	text-decoration:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.rnavi_related_cnt ul.list_btn a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#005cd0;
	background-image:url(/shared/site_rn2025/images/icon/arrow_b21.png);
	background-size:14px auto;
}
#tmp_rnavi_related_along .rnavi_related_cnt ul.list_btn a {
	background-image:none;
	padding-left:15px;
}
/* img_bnr */
.rnavi_related_cnt ul.img_bnr {
	padding:0;
}
.rnavi_related_cnt ul.img_bnr li {
	padding:0;
}
.rnavi_related_cnt ul.img_bnr li a {
	background:none !important;
	min-height:auto;
	padding:0;
}
.rnavi_related_cnt ul.img_bnr li a:hover,
.rnavi_related_cnt ul.img_bnr li a:focus {
	opacity:0.7;
}
.rnavi_related_cnt ul.img_bnr li img {
	vertical-align:top;
}
/* emergency_s
================================================== */
#tmp_emergency_s {
	border: 3px solid #bb0400;
	margin: 0 0 30px;
}
#tmp_emergency_s_ttl {
	background: #bb0400 url(/shared/site_rn2025/images/icon/emergency_s_ttl.png) 7px .65em no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 7px 11px 37px;
}
#tmp_emergency_s_cnt {
	padding: 16px 10px 1px;
	background-color: #f4eeee;
}
#tmp_emergency_s_cnt ul {
	margin: 0;
	padding: 0;
    list-style: none;
	list-style-image: none;
}
#tmp_emergency_s_cnt li {
	margin: 0 0 18px;
	font-weight: bold;
}
#tmp_emergency_s_cnt li a {
	display:inline-block;
	color: #bb0400;
	text-decoration: none;
	padding: 0 0 0 23px;
	background: url(/shared/site_rn2025/images/icon/arrow_r14.png) 0 0.2em no-repeat;
}
#tmp_emergency_s_cnt li a:hover,
#tmp_emergency_s_cnt li a:focus {
	text-decoration: underline;
}

/* ==================================================
inquiry
================================================== */
#tmp_wrap_inquiry {
	padding:14px 19px 0;
    margin: 0 0 60px;
	border: 1px solid #cccccc;
    clear: both;
}
.format_top.custom_ward #tmp_wrap_inquiry {
	margin-bottom:5px;
}
#tmp_inquiry_ttl {
	font-size:100%;
	border-bottom:1px solid #cccccc;
	font-weight: bold;
}
#tmp_inquiry_cnt {
	padding: 24px 0 7px;
}
#tmp_inquiry_cnt p {
	margin: 0 0 5px;
}
/* author */
#tmp_author_ttl {
	font-weight: bold;
	border-bottom: 2px solid #e2e2e2;
	padding:0 0 12px;
}
#tmp_author_ttl h2 {
	font-size:137.5%;
	font-weight:bold;
}
#tmp_author_cnt {
	padding:15px 0 25px;
}
.custom_press #tmp_author_cnt {
	padding-right:165px;
	background:url(/shared/images/main/logo_unesco_kobe.png) no-repeat right 15px;
	min-height:120px;
}
#tmp_author_cnt p {
	margin:0 0 0.5em;
}
#tmp_author_cnt .ttl {
	font-size:100%;
	font-weight: normal;
	padding: 10px 0 16px;
}
#tmp_author_cnt .box_num p {
	display: inline-block;
	vertical-align:top;
	margin:0 1em 0 0;
}
#tmp_inquiry_2022rn .inquiry_parts p {
	float: left;
}
.custom_foreign #tmp_inquiry_2022rn .inquiry_parts p {
	float:none;
}
.custom_foreign #tmp_author_cnt .ttl {
	font-size:128.6%;
	font-weight:bold;
	padding: 0;
}
#tmp_wrap_inquiry .inquiry_memo {
	display: none !important;
}
/* inquiry_btn */
#tmp_wrap_inquiry .inquiry_btn,
#tmp_wrap_inquiry .lang_inquiry_btn a {
	display: inline-block;
	vertical-align:top;
	cursor:pointer;
	text-align:left;
	color: #ffffff;
	background: #326489 url(/shared/site_rn2025/images/icon/arrow_b21_w.png) 24px 52% no-repeat;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	border: 1px solid #cccccc;
	padding: 13px 32px 13px 49px;
	margin-left: 22px;
	font-size: 100%;
	font-weight: normal;
	border-radius: 3px;
	text-decoration: none;
}
#tmp_wrap_inquiry .lang_inquiry_btn {
	margin:20px 0 0;
}
#tmp_wrap_inquiry .lang_inquiry_btn a {
	margin:0;
}
#tmp_wrap_inquiry .inquiry_btn:hover,
#tmp_wrap_inquiry .inquiry_btn:focus,
#tmp_wrap_inquiry .lang_inquiry_btn a:hover {
	color: #005cd0;
	text-decoration: underline;
	color: #ffffff;
	background: -webkit-linear-gradient(linear, left top, right bottom, from(#424242), to(#333333)) url(/shared/site_rn2025/images/icon/arrow_b21_w.png) 24px 52% no-repeat;
	background: -moz-linear-gradient(left, #424242, #333333) url(/shared/site_rn2025/images/icon/arrow_b21_w.png) 24px 52% no-repeat;
	background:linear-gradient(to left, #424242, #333333) url(/shared/site_rn2025/images/icon/arrow_b21_w.png) 24px 52% no-repeat;
	background: #333333 url(/shared/site_rn2025/images/icon/arrow_b21_w.png) 24px 52% no-repeat;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
/* kitaku-iju */
.custom_kitaku #tmp_wrap_inquiry .inquiry_btn {
	background-color:#097809;
	background-image:url(/shared/site_rn2021/images/icon/arrow_b21_w2.png);
}
.custom_kitaku #tmp_wrap_inquiry .inquiry_btn:hover,
.custom_kitaku #tmp_wrap_inquiry .inquiry_btn:focus {
	background-image:url(/shared/site_rn2021/images/icon/arrow_b21_w2.png);
	background-color:#116f3f;
}
/* press */
.custom_press #tmp_wrap_inquiry #tmp_author_cnt {
	padding-right:0;
	background:none;
	min-height:auto;
}
/* ==================================================
press - blue
================================================== */
.custom_press #tmp_wrap_inquiry .inquiry_btn {
	background-image:url(/shared/site_rn2025/images/icon/arrow_b21.png);
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
}
.custom_press .rnavi_related_ttl {
	background-image:url(/shared/site_rn2025/images/icon/recom_ico.png);
}
.custom_press .rnavi_related_cnt ul li a {
	background-image:url(/shared/site_rn2025/images/icon/arrow_b21.png);
	background-size:14px auto;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* enquete_button
================================================== */
.enquete_button input {
	border: 1px solid #cccccc;
	padding:16px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#FFFFFF;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
.enquete_button input[type="submit"] {
	color:#FFFFFF;
	background:#326489;
}
.enquete_button input:hover,
.enquete_button input:focus,
.enquete_button input[type="submit"]:hover,
.enquete_button input[type="submit"]:focus {
	cursor: pointer;
	background-color: #333333;
	background: -webkit-linear-gradient(linear, left top, right bottom, from(#424242), to(#333333));
	background: -moz-linear-gradient(left, #424242, #333333);
	background:linear-gradient(to left, #424242, #333333);
	color:#ffffff;
}
/* ==================================================
type_waterfront / type_kawarukobe
================================================== */
.type_waterfront #tmp_header,
.type_kawarukobe #tmp_header {
	position:absolute;
	padding: 24px 0 30px;
	border-bottom: none;
	z-index:1000;
	background-color: #ffffff;
	color:#000000;
	width:100%;
}
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_header {
	background-color: #000000;
	background-color:rgba(0, 0, 0, 0.7);
	color:#ffffff;
}
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_header {
	background-color: #000000;
	background-color:rgba(0, 0, 0, 0.7);
	color:#ffffff;
}
.type_waterfront #tmp_header .container,
.type_kawarukobe #tmp_header .container {
	padding-right:10px;
}
.type_kawarukobe #tmp_sma_menu ,
.type_waterfront #tmp_sma_menu {
	padding-top:98px;
}
.type_waterfront #tmp_function > .wrap_search_panel ,
.type_kawarukobe #tmp_function > .wrap_search_panel {
	display: none;
}
.type_waterfront #tmp_hlogo h1,
.type_waterfront #tmp_hlogo p,
.type_waterfront #tmp_hlogo a,
.type_waterfront #tmp_hlogo h1 span,
.type_waterfront #tmp_hlogo p span,
.type_kawarukobe #tmp_hlogo h1,
.type_kawarukobe #tmp_hlogo p,
.type_kawarukobe #tmp_hlogo a,
.type_kawarukobe #tmp_hlogo h1 span,
.type_kawarukobe #tmp_hlogo p span {
	width: 170px;
	height: 37px;
}
.type_waterfront #tmp_hlogo span,
.type_kawarukobe #tmp_hlogo span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.type_waterfront #tmp_hlogo h1,
.type_waterfront #tmp_hlogo p,
.type_kawarukobe #tmp_hlogo h1,
.type_kawarukobe #tmp_hlogo p {
	background:url(/shared/templates/lp_waterfront/images/hlogo.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hlogo h1,
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hlogo p,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hlogo h1,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hlogo p {
	background-image:url(/shared/templates/lp_waterfront/images/hlogo_w.png);
}
.type_waterfront #tmp_hnavi_lmenu,
.type_kawarukobe #tmp_hnavi_lmenu {
	position:absolute;
	display:block;
	top: 4px;
	right: 129px;
}
.type_waterfront #tmp_hnavi_rmenu,
.type_kawarukobe #tmp_hnavi_rmenu {
	top: 4px;
	right: 40px;
}

.type_waterfront #tmp_hnavi_lmenu a,
.type_kawarukobe #tmp_hnavi_lmenu a,
.type_waterfront #tmp_hnavi_lmenu span,
.type_kawarukobe #tmp_hnavi_lmenu span {
	display: block;
	width:40px;
	height:40px;
}
.type_waterfront #tmp_hnavi_lmenu a,
.type_kawarukobe #tmp_hnavi_lmenu a {
	background: url(/shared/templates/lp_waterfront/images/icon_search.png) no-repeat center center;
	-webkit-background-size:40px auto;
	-moz-background-size:40px auto;
	background-size:40px auto;
}
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_lmenu a {
	background-image:url(/shared/templates/lp_waterfront/images/icon_search_w.png);
}
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_lmenu a {
	background-image:url(/shared/templates/lp_waterfront/images/icon_search_w.png);
}
.type_waterfront #tmp_hnavi_lmenu a span,
.type_kawarukobe #tmp_hnavi_lmenu a span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.type_waterfront #tmp_hnavi_lmenu a span:before,
.type_waterfront #tmp_hnavi_lmenu a span:after,
.type_kawarukobe #tmp_hnavi_lmenu a span:before,
.type_kawarukobe #tmp_hnavi_lmenu a span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	width: 40px;
	left: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.type_waterfront #tmp_hnavi_lmenu a span:before,
.type_kawarukobe #tmp_hnavi_lmenu a span:before {
	background: rgba(255, 255, 255, 0);
	top:19px;
}
.type_waterfront #tmp_hnavi_lmenu a span:after,
.type_kawarukobe #tmp_hnavi_lmenu a span:after {
	background: rgba(255, 255, 255, 0);
	bottom:18px;
}
.type_waterfront #tmp_hnavi_lmenu a.active,
.type_kawarukobe #tmp_hnavi_lmenu a.active {
	background: rgba(255, 255, 255, 0);
}
.type_waterfront #tmp_hnavi_lmenu a.active span:before,
.type_kawarukobe #tmp_hnavi_lmenu a.active span:before {
	background-color: #000000;
	color: #ffffff;
	transform: rotate(45deg);
}
.type_waterfront #tmp_hnavi_lmenu a.active span:after,
.type_kawarukobe #tmp_hnavi_lmenu a.active span:after {
	background-color: #000000;
	color: #ffffff;
	transform: rotate(-45deg);
}
.type_waterfront #tmp_hnavi_rmenu a.active span:before,
.type_waterfront #tmp_hnavi_rmenu a.active span:after,
.type_kawarukobe #tmp_hnavi_rmenu a.active span:before,
.type_kawarukobe #tmp_hnavi_rmenu a.active span:after {
	background-color: #000000;
	color: #ffffff;
}
.type_waterfront .search_form,
.type_kawarukobe .search_form {
	position: relative;
	width: 486px;
	margin: 30px auto;
}
.type_waterfront .search_panel .sch_btn input,
.type_kawarukobe .search_panel .sch_btn input {
	min-width: 120px;
}
.type_waterfront #tmp_hnavi_rmenu a,
.type_kawarukobe #tmp_hnavi_rmenu a {
	background-color: transparent;
	color: inherit;
	border-left:none;
	width: 40px;
	height: 40px;
}
.type_waterfront #tmp_hnavi_rmenu span,
.type_waterfront #tmp_hnavi_rmenu span:before,
.type_waterfront #tmp_hnavi_rmenu span:after,
.type_kawarukobe #tmp_hnavi_rmenu span,
.type_kawarukobe #tmp_hnavi_rmenu span:before,
.type_kawarukobe #tmp_hnavi_rmenu span:after {
	width: 40px;
	left:0;
	background-color: #000000;
	color: #ffffff;
}
.type_waterfront #tmp_hnavi_rmenu span,
.type_kawarukobe #tmp_hnavi_rmenu span {
	left:0;
}
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span,
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span:before,
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span:after,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span:before,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_hnavi_rmenu span:after {
	background-color: #ffffff;
	color: #000000;
}
.type_waterfront #tmp_hnavi_rmenu span:before,
.type_kawarukobe #tmp_hnavi_rmenu span:before {
	bottom:15px;
}
.type_waterfront #tmp_hnavi_rmenu span:after,
.type_kawarukobe #tmp_hnavi_rmenu span:after {
	top:15px;
}
.type_waterfront .spmenu_open:before,
.type_kawarukobe .spmenu_open:before {
	top:98px;
}
.no_javascript.type_waterfront #tmp_hnavi_s {
	display:none;
}
.no_javascript.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_sma_menu,
.no_javascript.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_sma_menu {
	opacity:1;
}
.no_javascript.type_waterfront .search_form,
.no_javascript.type_kawarukobe .search_form {
	margin:0 auto;
}
.type_kawarukobe #tmp_sma_menu {
	padding-top:98px;
}
.type_kawarukobe #tmp_sma_menu {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.type_waterfront #tmp_wrapper:not(.spmenu_open) #tmp_sma_menu,
.type_kawarukobe #tmp_wrapper:not(.spmenu_open) #tmp_sma_menu {
	opacity: 0;
}
.type_waterfront #tmp_wrap_main,
.type_waterfront #tmp_wrap_main input,
.type_waterfront #tmp_wrap_main select,
.type_waterfront #tmp_wrap_main textarea {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
	font-weight: 500;
}
.type_waterfront #tmp_main {
	font-size: 87.5%;
	padding-bottom: 18px;
}
.type_waterfront #tmp_main img,
.type_kawarukobe #tmp_main img {
	vertical-align: top;
	max-width:100%;
	height:auto;
}
/* ==================================================
各区 - rn -
================================================== */
/* cate_ttl
================================================== */
.custom_ward #tmp_cate_ttl.cate_ttl_ward {
	margin-bottom:59px;
}
.custom_ward .cate_ttl_ward #tmp_cate_ttl_inner {
	display:table-cell;
	vertical-align:middle;
	width: 247px;
	height:220px;
	min-height: auto;
	padding:20px 15px;
	background-color: rgba(43,87,118,0.9);
}
.custom_ward .cate_ttl_ward #tmp_cate_ttl_inner h1,
.custom_ward .cate_ttl_ward #tmp_cate_ttl_inner p {
	text-shadow:none;
}
.custom_ward .cate_ttl_ward #tmp_cate_ttl_inner .title {
	font-size: 250%;
	font-weight:bold;
	margin:0 0 18px;
}
.custom_ward .cate_ttl_ward #tmp_cate_ttl_inner .title_en {
	font-size: 75%;
}

/* footer_ward
================================================== */
#tmp_footer.footer_ward .footer_cnt {
	padding:36px 0;
}
#tmp_footer.footer_ward .footer_col_lft {
	float: left;
	width: 400px;
}
#tmp_footer.footer_ward .footer_col_rgt {
	float: right;
	text-align: right;
	width:calc(100% - 420px);
	padding-top:27px;
}
#tmp_footer.footer_ward .footer_info {
	margin-top:12px;
}
#tmp_footer .footer_logo_ward {
	display:inline-block;
	padding-top: 0;
}
#tmp_footer .footer_logo_ward .logo_img {
	text-align:center;
	margin:0 0 5px;
}
#tmp_footer .footer_logo_ward .logo_img img {
	width:76px;
	height:auto;
	vertical-align:top;
}
#tmp_footer .footer_logo_ward .logo_name {
	font-size:200%;
}
#tmp_footer.footer_ward .reception_time {
	margin:0 0 20px;
}
#tmp_footer.footer_ward .reception_time p {
	display:inline-block;
}
#tmp_footer.footer_ward .reception_time .ttl {
	font-size:112.5%;
	font-weight:bold;
	margin-right:1em;
}
#tmp_footer.footer_ward .fnavi {
	font-size:87.5%;
	margin-bottom:46px;
}
#tmp_footer.footer_ward .directional_button ul li a {
	padding: 10px 50px 8px 12px;
}

/* ==================================================
custom_education & custom_municipal
================================================== */

/* custom_education */
.custom_education .list_col3,
.custom_education .list_col3 li,
.custom_education .list_col3 li a {
    display: flex;
}
.custom_education .list_col3 {
	list-style: none;
	margin:0 !important;
    flex-wrap: wrap;
	font-size:112.5%;
}
.custom_education .list_col3 {
    gap: 20px 21px;
}
.custom_education .list_col3 li {
    width: calc((100% - 42px)/3);
}
.custom_education .list_col3 li a {
    width: 100%;
    height: 100%;
}
/* box_item */
.custom_education .box_item a {
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #333333;
    align-items: center;
    text-decoration: none;
    transition: border-color 0.3s ease-in-out;
}
.custom_education .box_item .item_ttl {
    color: inherit;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_b21.png) no-repeat left center;
	background-size:14px auto;
}
.custom_education .box_item a {
    overflow: hidden;
}
.custom_education .box_item .item_img {
    color: inherit;
    background-color: transparent;
    border-radius: 4px 0 0 4px;
    transition: background-image 0.1s ease-in-out, background-color 0.1s ease-in-out;
    overflow: hidden;
}
.custom_education .box_item .item_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_purpose_education {
    margin-bottom: 46px;
}
#tmp_purpose_education .purpose_ttl {
    margin-bottom: 30px;
}
#tmp_purpose_education .purpose_ttl h2 {
    padding: 8px 15px 12px;
    font-weight: bold;
    font-size: 175%;
    color: #333333;
    background-color: transparent;
    border-left: 8px solid #326489;
    border-bottom: 1px solid #2b5776;
}
#tmp_purpose_education .box_item.box_item_sos a:hover {
    border-color: #fea801;
}
#tmp_purpose_education .box_item a {
    min-height: 100px;
    padding: 1px;
	transition: 0.3s border-color;
}
#tmp_purpose_education .box_item .item_img {
    width: 96px;
    flex-shrink: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: -webkit-gradient( linear, left top, right top, from(#2a5372), to(#326489));
    background-image: -moz-linear-gradient( left, #2a5372, #326489);
    background-image: -o-linear-gradient( left, #2a5372, #326489);
    background-image: linear-gradient( to right, #2a5372, #326489);
}
#tmp_purpose_education .box_item_sos .item_img {
    background-image: -webkit-gradient( linear, left top, right top, from(#ffba00), to(#ffe400));
    background-image: -moz-linear-gradient( left, #ffba00, #ffe400);
    background-image: -o-linear-gradient( left, #ffba00, #ffe400);
    background-image: linear-gradient( to right, #ffba00, #ffe400);
}
#tmp_purpose_education .box_item .item_ttl {
    flex: 1;
    padding: 10px 20px 10px 46px;
    background-position: 24px center;
}
#tmp_purpose_education .box_item_sos .item_ttl {
    background-image: url(/shared/site_rn2025/images/icon/arrow_b21_yellow.png);
	background-size:14px auto;
}
#tmp_purpose_education .more_link_btn a {
    position: relative;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #333333;
    transition: background-color 0.3s ease-in-out;
    border-color: #333333;
}
#tmp_purpose_education .more_link_btn a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-gradient( linear, left top, right top, from(#333333), to(#424242));
    background-image: -moz-linear-gradient( left, #333333, #424242);
    background-image: -o-linear-gradient( left, #333333, #424242);
    background-image: linear-gradient( to right, #333333, #424242);
	opacity: 1;
	right: 0;
	bottom: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_purpose_education .more_link_btn a span{
	position: relative;
	z-index: 1;
}
#tmp_purpose_education .more_link_btn a:after {
    content: '';
    display: block;
    width: 36px;
    height: 11px;
    margin-top: 3px;
    background: transparent url(/shared/site_rn2025/images/icon/wh_arrow_icon.png) no-repeat right center;
    color: #333333;
	position: relative;
	z-index: 1;
}
#tmp_purpose_education .box_item a:hover {
    border-color: #326489;
}
#tmp_purpose_education .more_link_btn a:hover,
#tmp_purpose_education .more_link_btn a:focus {
    background-color: #326489;
	color: #ffffff;
}
#tmp_purpose_education .more_link_btn a:hover::before,
#tmp_purpose_education .more_link_btn a:focus::before{
	opacity: 0;
}
/* custom_municipal */
#tmp_purpose_municipal{
    margin-bottom: 30px;
}
body:not(.type_top) #tmp_purpose_municipal{
	font-size:112.5%;
}
#tmp_purpose_municipal .purpose_ttl h2 {
	font-size: 155.5%;
	border-left: 8px solid #326489;
	padding:12px 0 17px 12px;
	border-bottom: 1px solid #2b5776;
    margin-bottom: 30px;
}
#tmp_purpose_municipal .purpose_list{
    display: flex;
    flex-flow: row wrap;
    margin: 0 -11px;
}
#tmp_purpose_municipal .purpose_item{
    margin-bottom: 20px;
    padding: 0 11px;
    width: 50%;
    list-style: none;
}
#tmp_purpose_municipal .purpose_item a{
    display: flex;
    background-color: #ffffff;
    padding: 1px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    line-height: 1.7;
    text-decoration: none;
	transition: border-color 0.3s;
}
#tmp_purpose_municipal .purpose_item a:hover{
    border-color: #326489;
}
#tmp_purpose_municipal .purpose_item_icon{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    padding: 22px 20px 20px;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, from(#2a5372), to(#326489));
    background-image: -moz-linear-gradient(left, #2a5372, #326489);
    background-image: -o-linear-gradient(left, #2a5372, #326489);
    background-image: linear-gradient(90deg, #2a5372, #326489);
    background-size: 100% 100%;
    width: 96px;
    border-radius: 4px 0 0 4px;
}
#tmp_purpose_municipal .purpose_item_icon img{
    max-width: 54px;
    height: auto;
    vertical-align: top;
}
#tmp_purpose_municipal .purpose_item_des{
    flex: 1 auto;
    align-self: center;
    padding: 5px 10px 5px 22px;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_b21.png) no-repeat left center;
    background-size: 14px auto;
    width: calc(100% - 96px);
    color: inherit;
}
/* link_hidden */
.link_hidden{
	display: none;
}

/* ==================================================
custom_emergency
================================================== */
.custom_emergency .footer_info {
	margin-top: 36px;
}
.custom_emergency .footer_cnt address p:nth-child(2) {
	display:block !important;
}
.custom_emergency #tmp_pageid {
	margin-bottom:0;
}

/* ==================================================
google
================================================== */
#cse,
#cse * {
	box-sizing:content-box;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc #tmp_wrapper {
	min-width:1220px;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
	text-align: center;
}
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	font-size:4rem;
	text-decoration: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;
	box-shadow:none !important;
	text-shadow:none !important;
}
.color_blue #tmp_wrapper #tmp_mv .video_scroll_btn span,
.color_yellow #tmp_wrapper #tmp_mv .video_scroll_btn span,
.color_black #tmp_wrapper #tmp_mv .video_scroll_btn span {
	text-indent: 0;
}
.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;
}
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_black #tmp_hlogo {
	padding-top:0 !important;
	line-height:1.2 !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	padding:10px !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;
}
.color_blue #tmp_purpose_education .more_link_btn a::before,
.color_yellow #tmp_purpose_education .more_link_btn a::before,
.color_black #tmp_purpose_education .more_link_btn a::before,
.color_blue #tmp_contents h3::before,
.color_yellow #tmp_contents h3::before,
.color_black #tmp_contents h3::before {
	display:none !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.hidden,
.color_yellow #tmp_wrapper .used_bg_img span.hidden,
.color_black #tmp_wrapper .used_bg_img span.hidden,
.color_blue #tmp_wrapper .used_bg_img span.number,
.color_yellow #tmp_wrapper .used_bg_img span.number,
.color_black #tmp_wrapper .used_bg_img span.number {
	z-index:1 !important;
	width:auto !important;
	height:auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
.color_yellow #tmp_purpose_education .more_link_btn a:after{
	background-image: url(/shared/site_rn2025/images/icon/wh_arrow_icon_bl.png);
}
/* 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;
}


/* 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;
}

.color_blue #tmp_wrapper #tmp_hnavi_rmenu span,
.color_black #tmp_wrapper #tmp_hnavi_rmenu span {
	background-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span::before,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span::after {
	background-color: #ffffff !important;
}
.color_blue #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_yellow #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_black #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_blue.mode_movie #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_yellow.mode_movie #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_black.mode_movie #tmp_wrapper.rmenu #tmp_hnavi_rmenu span,
.color_blue.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a,
.color_yellow.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a,
.color_black.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a,
.color_blue #tmp_wrapper.lmenu #tmp_hnavi_lmenu span,
.color_yellow #tmp_wrapper.lmenu #tmp_hnavi_lmenu span,
.color_black #tmp_wrapper.lmenu #tmp_hnavi_lmenu span {
	background: transparent !important;
}
.color_blue.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a,
.color_yellow.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a,
.color_black.mode_movie #tmp_wrapper.lmenu #tmp_hnavi_lmenu a {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper .cnavi_sch_label label,
.color_yellow #tmp_wrapper .cnavi_sch_label label,
.color_black #tmp_wrapper .cnavi_sch_label label {
	background: transparent url(/shared/site_rn2025/images/icon/black_search_icon.png) no-repeat top left !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a {
	background: #000000 url(/shared/site_rn2025/images/icon/mv_wh_search_icon_x2.png) no-repeat center center !important;
	-webkit-background-size:29px auto !important;
	-moz-background-size:29px auto !important;
	background-size:29px auto !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a {
	color:#ffffff !important;
	background-color:#000000 !important;
}
.color_blue #tmp_wrapper #tmp_sma_menu .close_btn a,
.color_yellow #tmp_wrapper #tmp_sma_menu .close_btn a,
.color_black #tmp_wrapper #tmp_sma_menu .close_btn a,
.color_blue #tmp_setting li a,
.color_yellow #tmp_setting li a,
.color_black #tmp_setting li a,
.color_blue #tmp_topics_cnt li a,
.color_yellow #tmp_topics_cnt li a,
.color_black #tmp_topics_cnt li a,
.color_blue #tmp_wrapper .new_btn a,
.color_yellow #tmp_wrapper .new_btn a,
.color_black #tmp_wrapper .new_btn a {
	border:1px solid;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	padding: 0 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_s li > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s li > a,
.color_black #tmp_wrapper #tmp_hnavi_s li > a {
	border-right:1px solid;
	border-bottom:1px solid;
}
.color_blue #tmp_wrapper #tmp_hnavi_s #tmp_hnavi_lmenu > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s #tmp_hnavi_lmenu > a,
.color_black #tmp_wrapper #tmp_hnavi_s #tmp_hnavi_lmenu > a {
	border-left:1px solid;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu a span {
	color: #ffffff !important;
	background-color: transparent !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu a span {
	color: #0000FF !important;
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_hnavi_rmenu a span {
	color: #FFFFFF !important;
	background-color: transparent !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_lmenu span,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu span,
.color_black #tmp_wrapper #tmp_hnavi_lmenu span {
	background-image: url(/shared/site_rn2025/images/icon/head_sch_icon.png) !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_mmenu span,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu span,
.color_black #tmp_wrapper #tmp_hnavi_mmenu span {
	background-image: url(/shared/site_rn2025/images/icon/head_tell_icon.svg) !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu span,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span,
.color_black #tmp_wrapper #tmp_hnavi_rmenu span {
	color:inherit !important;
	background-image: url(/shared/site_rn2025/images/icon/head_menu_icon.svg) !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_language span,
.color_yellow #tmp_wrapper #tmp_hnavi_language span,
.color_black #tmp_wrapper #tmp_hnavi_language span {
	background-image: url(/shared/site_rn2025/images/icon/language_icon.svg) !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_lmenu a.active span,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu a.active span,
.color_black #tmp_wrapper #tmp_hnavi_lmenu a.active span,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu a.active span,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu a.active span,
.color_black #tmp_wrapper #tmp_hnavi_rmenu a.active span {
	background: transparent url(/shared/site_rn2025/images/icon/head_close_icon.svg) no-repeat center 10px !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a {
	background: transparent url(/shared/site_rn2025/images/icon/wh_search_icon.svg) no-repeat 0 4px !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a.active,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a.active,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a.active {
	background: transparent url(/shared/site_rn2025/images/icon/head_close_icon.svg) no-repeat 3px 5px !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_mmenu span,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_mmenu span,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_mmenu span {
	background: transparent url(/shared/site_rn2025/images/icon/head_tell_icon.svg) no-repeat 0 6px !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span {
	background: transparent url(/shared/site_rn2025/images/icon/head_menu_icon.svg) no-repeat 0 6px !important;
	color: inherit !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a.active span,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a.active span,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu a.active span {
	background: transparent url(/shared/site_rn2025/images/icon/head_close_icon.svg) no-repeat 0 6px !important;
	color:inherit !important;
}
/* pnavi */
.color_blue #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi .ptop,
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi .ptop,
.color_yellow #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi,
.color_black #tmp_wrapper .pnavi .ptop,
.color_black #tmp_wrapper .pnavi a {
	width: auto !important;
	height: auto !important;
	text-indent:0 !important;
}
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi a {
	padding:5px 10px;
	border:1px solid;
}
.color_blue #tmp_wrapper .footer_logo p,
.color_yellow #tmp_wrapper .footer_logo p,
.color_black #tmp_wrapper .footer_logo p {
	width: auto !important;
	height: auto !important;
}
.color_yellow #tmp_topics_cnt li.topics_view_btn a::after,
.color_yellow #tmp_wrapper .new_btn a::after {
	background-image:url(/shared/site_rn2025/images/icon/blue_arrow_icon.png);
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.color_blue #tmp_wrapper .directional_button ul li a:hover,
.color_black #tmp_wrapper .directional_button ul li a:hover,
.color_yellow #tmp_wrapper .directional_button ul li a:hover,
.color_blue #tmp_wrapper .directional_button ul li a:focus,
.color_black #tmp_wrapper .directional_button ul li a:focus,
.color_yellow #tmp_wrapper .directional_button ul li a:focus {
	text-decoration:underline;
}
.color_blue #tmp_wrapper .directional_button ul li a::after,
.color_black #tmp_wrapper .directional_button ul li a::after,
.color_blue #tmp_wrapper .link_btn li a::after,
.color_blue #tmp_wrapper .link_img_btn li .link_item::after,
.color_blue #tmp_wrapper .new_cnt::after,
.color_black #tmp_wrapper .link_btn li a::after,
.color_black #tmp_wrapper .link_img_btn li .link_item::after,
.color_black #tmp_wrapper .new_cnt::after {
	background-image:url(/shared/site_rn2025/images/icon/arrow_fnavi_white.png);
	-webkit-background-size:14px 9px;
	-moz-background-size:14px 9px;
	background-size:14px 9px;
	margin-top:-4px;
}
.color_yellow #tmp_wrapper .directional_button ul li a::after {
	background-image:url(/shared/site_rn2025/images/icon/arrow_fnavi.png);
	-webkit-background-size:14px 9px;
	-moz-background-size:14px 9px;
	background-size:14px 9px;
	margin-top:-4px;
}
.color_yellow #tmp_topics_cnt li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"]):after {
	background-image: url(/shared/site_rn2025/images/icon/icon_external_link.png);
}
.color_blue .idx_navi li a::before,
.color_black .idx_navi li a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.color_yellow .idx_navi li a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.color_blue #tmp_wrapper .search_panel .search_ttl label,
.color_blue #tmp_wrapper .search_panel .search_ttl .txt,
.color_black #tmp_wrapper .search_panel .search_ttl label,
.color_black #tmp_wrapper .search_panel .search_ttl .txt,
.color_yellow #tmp_wrapper .search_panel .search_ttl label,
.color_yellow #tmp_wrapper .search_panel .search_ttl .txt {
	background-color:transparent !important;
}
.color_blue #tmp_wrapper .search_panel .search_ttl,
.color_black #tmp_wrapper .search_panel .search_ttl {
	background-color:#ffffff !important;
	background-image:url(/shared/site_rn2025/images/icon/black_search_icon.png) !important;
}
.color_yellow #tmp_wrapper .search_panel .search_ttl {
	background-image:url(/shared/site_rn2025/images/icon/black_search_icon.png) !important;
}
.color_blue .search_panel .sch_btn input,
.color_black .search_panel .sch_btn input,
.color_yellow .search_panel .sch_btn input {
	border:1px solid;
}
.color_blue a[rel*="external"]::after,
.color_blue a[rel*="external"]:hover::after,
.color_blue #tmp_emergency_s_cnt li a[rel*="external"]::after,
.color_blue #tmp_emergency_s_cnt li a[rel*="external"]:hover::after,
.color_black a[rel*="external"]::after,
.color_black a[rel*="external"]:hover::after,
.color_black #tmp_emergency_s_cnt li a[rel*="external"]::after,
.color_black #tmp_emergency_s_cnt li a[rel*="external"]:hover::after {
	background:url(/shared/site_rn2025/images/icon/icon_external_link_w.png) no-repeat 0 0 !important;
	-webkit-background-size:15px auto !important;
	-moz-background-size:15px auto !important;
	background-size:15px auto !important;
}
.color_yellow a[rel*="external"]:hover::after,
.color_yellow a[rel*="external"]::after,
.color_yellow #tmp_emergency_s_cnt li a[rel*="external"]::after,
.color_yellow #tmp_emergency_s_cnt li a[rel*="external"]:hover::after {
	background:url(/shared/site_rn2025/images/icon/icon_external_link.png) no-repeat 0 0 !important;
	-webkit-background-size:15px auto !important;
	-moz-background-size:15px auto !important;
	background-size:15px auto !important;
}
.color_blue #tmp_contents .idx_list .cate_img::after {
	background-image:-webkit-linear-gradient(180deg, rgba(0,0,139,1), rgba(0,0,139,0.2) 50%, rgba(0,0,139,0)) !important;
	background-image:-ms-linear-gradient(180deg, rgba(0,0,139,1), rgba(0,0,139,0.2) 50%, rgba(0,0,139,0)) !important;
	background-image:linear-gradient(180deg, rgba(0,0,139,1), rgba(0,0,139,0.2) 50%, rgba(0,0,139,0)) !important;
}
.color_yellow #tmp_contents .idx_list .cate_img::after {
	background-image:-webkit-linear-gradient(180deg, rgba(255,255,0,1), rgba(255,255,0,0.2) 50%, rgba(255,255,0,0)) !important;
	background-image:-ms-linear-gradient(180deg, rgba(255,255,0,1), rgba(255,255,0,0.2) 50%, rgba(255,255,0,0)) !important;
	background-image:linear-gradient(180deg, rgba(255,255,0,1), rgba(255,255,0,0.2) 50%, rgba(255,255,0,0)) !important;
}
.color_black #tmp_contents .idx_list .cate_img::after {
	background-image:-webkit-linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0)) !important;
	background-image:-ms-linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0)) !important;
	background-image:linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0)) !important;
}
.color_blue .idx_list_cnt ul li a,
.color_yellow .idx_list_cnt ul li a,
.color_black .idx_list_cnt ul li a,
.color_blue #tmp_contents .idx_list_cnt .btn_more,
.color_yellow #tmp_contents .idx_list_cnt .btn_more,
.color_black #tmp_contents .idx_list_cnt .btn_more {
	position:relative;
}
.color_blue #tmp_contents .idx_list_cnt .btn_more,
.color_yellow #tmp_contents .idx_list_cnt .btn_more,
.color_black #tmp_contents .idx_list_cnt .btn_more {
	padding-left:16px;
}
.color_blue .idx_list_cnt ul li a::before,
.color_yellow .idx_list_cnt ul li a::before,
.color_black .idx_list_cnt ul li a::before {
	content:"";
	position:absolute;
	top:9px;
	left:-15px;
    width:8px;
    height:8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue .idx_list_cnt ul li a::after,
.color_yellow .idx_list_cnt ul li a::after,
.color_black .idx_list_cnt ul li a::after {
	content:"";
	position:absolute;
	top:12px;
	left:-23px;
	width:15px;
	height:2px;
	border-bottom:2px solid;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu span,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #00008B !important;
	color: #ffffff !important;
}
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span,
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_blue.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu a.active span::before,
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu a.active span::after {
	background-color: #000000 !important;
	color: #FFFF00 !important;
}
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a.active span::before,
.color_yellow.mode_movie #tmp_wrapper #tmp_hnavi_lmenu a.active span::after {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_hnavi_rmenu span,
.color_black #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_black #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:before,
.color_black.mode_movie #tmp_wrapper #tmp_hnavi_rmenu span:after {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.color_black #tmp_sma_menu .sma_search_box .sch_btn input,
.color_blue #tmp_sma_menu .sma_search_box .sch_btn input,
.color_yellow #tmp_sma_menu .sma_search_box .sch_btn input {
	text-indent:inherit !important;
	border:1px solid;
}
.color_blue #tmp_wrapper .rnavi_cnt .btn_more span::before,
.color_black #tmp_wrapper .rnavi_cnt .btn_more span::before {
	border-bottom-color:#ffffff;
}
.color_blue #tmp_wrapper .rnavi_cnt .btn_more span::after,
.color_black #tmp_wrapper .rnavi_cnt .btn_more span::after {
	border-left-color:#ffffff;
}
.color_yellow #tmp_wrapper .rnavi_cnt .btn_more span::before {
	border-bottom-color:#000000;
}
.color_yellow #tmp_wrapper .rnavi_cnt .btn_more span::after {
	border-left-color:#000000;
}
.color_blue #tmp_wrapper .rnavi_ttl,
.color_black #tmp_wrapper .rnavi_ttl,
.color_yellow #tmp_wrapper .rnavi_ttl {
	border-top:2px solid;
	border-left:2px solid;
	border-right:2px solid;
}
.color_blue .col_rgt_navi #tmp_topics_cnt ul li .topics_img img {
	background-color:#00008B !important;
}
.color_black .col_rgt_navi #tmp_topics_cnt ul li .topics_img img {
	background-color:#000000 !important;
}
.color_yellow .col_rgt_navi #tmp_topics_cnt ul li .topics_img img,
.color_yellow #tmp_setting li a::before {
	background-color:#000000 !important;
}
.color_blue .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::before,
.color_black .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::before,
.color_yellow .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::before,
.color_blue .col_rgt_navi #tmp_new_cnt .new_ttl a::before,
.color_black .col_rgt_navi #tmp_new_cnt .new_ttl a::before,
.color_yellow .col_rgt_navi #tmp_new_cnt .new_ttl a::before {
	background-image:none !important;
	content:"";
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-1px;
	width:12px;
	height:1px;
	border-bottom:1px solid;
}
.color_blue .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::after,
.color_black .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::after,
.color_yellow .col_rgt_navi #tmp_topics_cnt ul li.topics_view_btn a::after,
.color_blue .col_rgt_navi #tmp_new_cnt .new_ttl a::after,
.color_black .col_rgt_navi #tmp_new_cnt .new_ttl a::after,
.color_yellow .col_rgt_navi #tmp_new_cnt .new_ttl a::after {
	background-image:none !important;
	content:"";
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue .col_rgt_navi #tmp_new_cnt .new_ttl a::before,
.color_black .col_rgt_navi #tmp_new_cnt .new_ttl a::before,
.color_yellow .col_rgt_navi #tmp_new_cnt .new_ttl a::before {
	top:auto;
	bottom:10px;
}
.color_blue .col_rgt_navi #tmp_new_cnt .new_ttl a::after,
.color_black .col_rgt_navi #tmp_new_cnt .new_ttl a::after,
.color_yellow .col_rgt_navi #tmp_new_cnt .new_ttl a::after {
	top:auto;
	bottom:7px;
}
.color_blue #tmp_wrapper .faq_btn a,
.color_black #tmp_wrapper .faq_btn a,
.color_yellow #tmp_wrapper .faq_btn a {
	border:2px solid;
}
.color_blue #tmp_wrapper .faq_btn a::after,
.color_blue #tmp_wrapper .call_center::after {
	border-right-color:#FFFF00 !important;
}
.color_black #tmp_wrapper .faq_btn a::after,
.color_black #tmp_wrapper .call_center::after {
	border-right-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .faq_btn a::after,
.color_yellow #tmp_wrapper .call_center::after {
	border-right-color:#000000 !important;
}
.color_blue #tmp_wrapper .summary_title .summary_title_img,
.color_black #tmp_wrapper .summary_title .summary_title_img,
.color_yellow #tmp_wrapper .summary_title .summary_title_img {
	display:none;
}
.color_blue #tmp_tourism .content_inner .inner_ttl,
.color_black #tmp_tourism .content_inner .inner_ttl,
.color_yellow #tmp_tourism .content_inner .inner_ttl,
.color_blue #tmp_tourism .content_inner .news,
.color_black #tmp_tourism .content_inner .news,
.color_yellow #tmp_tourism .content_inner .news {
	border:2px solid;
}
.color_blue #tmp_tourism .content_inner .inner_info .news .tourism_more_btn,
.color_black #tmp_tourism .content_inner .inner_info .news .tourism_more_btn,
.color_yellow #tmp_tourism .content_inner .inner_info .news .tourism_more_btn {
	border-left:2px solid;
}
.color_blue #tmp_tourism ul.col li .img img,
.color_black #tmp_tourism ul.col li .img img,
.color_yellow #tmp_tourism ul.col li .img img {
	border-left:2px solid;
	border-right:2px solid;
	border-top:2px solid;
}
.color_blue #tmp_tourism ul.col li .link,
.color_black #tmp_tourism ul.col li .link,
.color_yellow #tmp_tourism ul.col li .link {
	border-left:2px solid;
	border-right:2px solid;
	border-bottom:2px solid;
}
.color_blue #tmp_wrapper .splide__pagination__page.is-active,
.color_black #tmp_wrapper .splide__pagination__page.is-active {
	background-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide__pagination__page.is-active {
	background-color:#000000 !important;
}
.color_blue #tmp_wrapper .col_rgt_navi #tmp_new_ttl a,
.color_black #tmp_wrapper .col_rgt_navi #tmp_new_ttl a,
.color_blue #tmp_wrapper .col_rgt_navi #tmp_topics_ttl a,
.color_black #tmp_wrapper .col_rgt_navi #tmp_topics_ttl a {
	color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .col_rgt_navi #tmp_new_ttl a,
.color_yellow #tmp_wrapper .col_rgt_navi #tmp_topics_ttl a {
	color:#000000 !important;
}
.color_blue #tmp_wrapper .box_place,
.color_black #tmp_wrapper .box_place,
.color_yellow #tmp_wrapper .box_place {
	border-collapse:unset !important;
}
.color_blue #tmp_wrapper .box_place_cnt::after,
.color_black #tmp_wrapper .box_place_cnt::after {
	background-image:none !important;
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 11px;
	height: 11px;
	border-right: 11px solid #FFFF00;
	border-top: 11px solid transparent;
}
.color_yellow #tmp_wrapper .box_place_cnt::after {
	background-image:none !important;
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 11px;
	height: 11px;
	border-right: 11px solid #000000;
	border-top: 11px solid transparent;
}
/* rnavi */
.color_blue #tmp_wrapper .rnavi_ttl a:hover,
.color_blue #tmp_wrapper .rnavi_ttl a:focus,
.color_black #tmp_wrapper .rnavi_ttl a:hover,
.color_black #tmp_wrapper .rnavi_ttl a:focus,
.color_yellow #tmp_wrapper .rnavi_ttl a:hover,
.color_yellow #tmp_wrapper .rnavi_ttl a:focus {
	text-decoration:underline;
}
.color_blue #tmp_wrapper .rnavi_cnt ul li.active a::after,
.color_blue #tmp_wrapper .rnavi_cnt ul li a:hover::after,
.color_blue #tmp_wrapper .rnavi_cnt ul li a:focus::after,
.color_black #tmp_wrapper .rnavi_cnt ul li.active a::after,
.color_black #tmp_wrapper .rnavi_cnt ul li a:hover::after,
.color_black #tmp_wrapper .rnavi_cnt ul li a:focus::after {
	border-color:#ffffff !important;
}
.color_yellow #tmp_wrapper .rnavi_cnt ul li.active a::after,
.color_yellow #tmp_wrapper .rnavi_cnt ul li a:hover::after,
.color_yellow #tmp_wrapper .rnavi_cnt ul li a:focus::after {
	border-color:#0000FF !important;
}
/* editable_slider */
.color_blue .editable_slider,
.color_black .editable_slider,
.color_yellow .editable_slider {
	border:2px solid;
}
.color_blue .editable_slider .splide__controls .splide__toggle,
.color_black .editable_slider .splide__controls .splide__toggle,
.color_yellow .editable_slider .splide__controls .splide__toggle,
.color_blue .editable_slider .splide__arrow,
.color_black .editable_slider .splide__arrow,
.color_yellow .editable_slider .splide__arrow {
	border:1px solid;
}
.color_yellow #tmp_wrapper .editable_slider .splide__arrow{
    background: transparent linear-gradient(90deg, #333333, #424242) no-repeat !important;
}
.color_blue #tmp_wrapper .editable_slider .splide__arrow,
.color_black #tmp_wrapper .editable_slider .splide__arrow{
    background: transparent linear-gradient(90deg, #FFFF00, #FFFF00) no-repeat !important;
}
.color_blue #tmp_wrapper .editable_slider .splide__arrow--prev:after,
.color_black #tmp_wrapper .editable_slider .splide__arrow--prev:after {
	background-image: url(/shared/site_rn2025/images/icon/slide_arrow_prev_bl.png);
}
.color_blue #tmp_wrapper .editable_slider .splide__arrow--next:after,
.color_black #tmp_wrapper .editable_slider .splide__arrow--next:after {
	background-image: url(/shared/site_rn2025/images/icon/slide_arrow_next_bl.png);
}
/* external */
.color_blue #tmp_wrapper .col_rgt_navi #tmp_topics_cnt ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .topics_link_inner::after,
.color_blue #tmp_wrapper a[rel*="external"]::after,
.color_black #tmp_wrapper .col_rgt_navi #tmp_topics_cnt ul li a[href*="http"]:not([href*="www.city.kobe.lg.jp"]):not([href*="www-city-kobe-lg-jp.translate.goog"]) .topics_link_inner::after,
.color_black #tmp_wrapper a[rel*="external"]::after {
	background-image:url(/shared/site_rn2025/images/icon/icon_external_link_w.png) !important;
	-webkit-background-size:15px auto !important;
	-moz-background-size:15px auto !important;
	background-size:15px auto !important;
}

/* not */
.color_blue #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) {
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) th {
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) td {
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) {
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) th {
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) td {
	border-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) {
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) th {
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_contents table:not(.edit_tbl):not(.not_line):not(.time):not(.box_info_table_label):not(.box_info_table_label table):not(.municipal_top_menu):not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.col_table):not(.box_card):not(.card_list):not(.card_list2):not(.card_list3):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.enquete_table):not(.editable_table):not(#tmp_anchor) td {
	border-color:#000000 !important;
}
/* custom_education & custom_municipal */
.color_blue.custom_education #tmp_wrapper .box_item a:hover,
.color_blue.custom_education #tmp_wrapper .box_item a:focus-visible,
.color_black.custom_education #tmp_wrapper .box_item a:hover,
.color_black.custom_education #tmp_wrapper .box_item a:focus-visible,
.color_yellow.custom_education #tmp_wrapper .box_item a:hover,
.color_yellow.custom_education #tmp_wrapper .box_item a:focus-visible,
.color_blue #tmp_purpose_municipal .purpose_item a:hover,
.color_blue #tmp_purpose_municipal .purpose_item a:focus-visible,
.color_black #tmp_purpose_municipal .purpose_item a:hover,
.color_black #tmp_purpose_municipal .purpose_item a:focus-visible,
.color_yellow #tmp_purpose_municipal .purpose_item a:hover,
.color_yellow #tmp_purpose_municipal .purpose_item a:focus-visible {
    text-decoration: underline;
}
.color_yellow #tmp_purpose_municipal .purpose_item_icon,
.color_yellow #tmp_purpose_municipal .purpose_item_icon img,
.color_yellow #tmp_purpose_education .box_item .item_img img {
    color: #ffff00 !important;
    background-color: #000000 !important;
}
.color_blue #tmp_purpose_education .box_item_sos .item_img img,
.color_black #tmp_purpose_education .box_item_sos .item_img img,
.color_yellow #tmp_purpose_education .box_item_sos .item_img img {
    background-color: #ffff00 !important;
    color: #000000 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_purpose_education .more_link_btn a:after {
    margin-top: 0;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_purpose_municipal .purpose_item_icon {
	margin-right: 10px;
}
/* ==================================================
accessibility style change:color - type_waterfront / type_kawarukobe
================================================== */
.color_blue.type_kawarukobe #tmp_hlogo p span,
.color_black.type_kawarukobe #tmp_hlogo p span,
.color_yellow.type_kawarukobe #tmp_hlogo p span,
.color_blue.type_waterfront #tmp_hlogo span,
.color_black.type_waterfront #tmp_hlogo span,
.color_yellow.type_waterfront #tmp_hlogo span {
	text-indent:0 !important;
}
.color_blue.type_kawarukobe #tmp_hnavi_lmenu a,
.color_black.type_kawarukobe #tmp_hnavi_lmenu a,
.color_black.type_waterfront #tmp_hnavi_lmenu a,
.color_blue.type_waterfront #tmp_hnavi_lmenu a {
	background-image:url(/shared/templates/lp_waterfront/images/icon_search_w.png) !important;
}
.color_yellow.type_kawarukobe #tmp_hnavi_lmenu a,
.color_yellow.type_waterfront #tmp_hnavi_lmenu a {
	background-image:url(/shared/templates/lp_waterfront/images/icon_search.png) !important;
}
.color_blue.type_kawarukobe #tmp_hnavi_lmenu a.active,
.color_black.type_kawarukobe #tmp_hnavi_lmenu a.active,
.color_yellow.type_kawarukobe #tmp_hnavi_lmenu a.active,
.color_blue.type_waterfront #tmp_hnavi_lmenu a.active,
.color_black.type_waterfront #tmp_hnavi_lmenu a.active,
.color_yellow.type_waterfront #tmp_hnavi_lmenu a.active {
	background-image:none !important;
}
.color_black.type_waterfront #tmp_hnavi_lmenu a.active span:before,
.color_black.type_kawarukobe #tmp_hnavi_lmenu a.active span:before,
.color_black.type_waterfront #tmp_hnavi_lmenu a.active span:after,
.color_black.type_kawarukobe #tmp_hnavi_lmenu a.active span:after {
    background-color: #FFFF00 !important;
    color: #000000 !important;
}
/* ==================================================
kodomotto
================================================== */
.custom_kodomotto #tmp_hnavi_mmenu {
	display: none;
}
.custom_kodomotto #tmp_main {
	padding-bottom: 50px;
}
.custom_kodomotto .page_title {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	background-color: #e6e6e6;
	color: #000000;
}
.custom_kodomotto .column_rnavi .col_main {
	padding-top: 40px;
	padding-bottom: 66px;
	background: url(/shared/site_rn2025/images/kodomotto/main/main_bg.png) no-repeat right top,url(/shared/site_rn2025/images/kodomotto/main/main_bg2.png) no-repeat right bottom;
}
.custom_kodomotto #tmp_update {
	margin: 0 0 2em;
}
.custom_kodomotto #tmp_wrap_inquiry {
	margin: 0 0 50px;
	padding: 0;
}
.custom_kodomotto #tmp_author_ttl {
	font-size:100%;
	padding: 20px 20px 25px;
	background-color: #fffddc;
	border-bottom:1px solid #cccccc;
}
.custom_kodomotto #tmp_author_cnt {
	padding: 24px 20px 7px;
}
.custom_kodomotto #tmp_author_cnt .ttl {
	font-size:100%;
	font-weight: normal;
	padding: 15px 0 20px;
}
.custom_kodomotto .inquiry_parts p {
	float: left;
}
.custom_kodomotto #tmp_wrap_inquiry .inquiry_btn {
	color: #000000;
	background: #f8f8f8 url(/shared/site_rn2025/images/kodomotto/icon/arrow_y25.png) 20px 52% no-repeat;
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
	padding: 18px 50px 18px 60px;
	margin-left: 22px;
	font-size: 100%;
	font-weight: normal;
	border-radius: 10px;
	text-decoration: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.custom_kodomotto #tmp_wrap_inquiry .inquiry_btn:hover,
.custom_kodomotto #tmp_wrap_inquiry .inquiry_btn:focus {
	background-image: url(/shared/site_rn2025/images/kodomotto/icon/arrow_y25_b.png);
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
}
.custom_kodomotto .inquiry_memo {
	display: none !important;
}
.custom_kodomotto #tmp_rnavi .block_ttl::before {
	background-color:#fff100;
}
.custom_kodomotto .rnavi_ttl {
	background-color: #fffddc;
	border-bottom: 2px solid #efefef;
}
.custom_kodomotto .rnavi_ttl a {
	padding: 20px 50px 20px 15px;
	color: #000000;
	background-color: #fffddc;
	background-image: url(/shared/site_rn2025/images/kodomotto/icon/arrow_y25.png);
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
	background-position: right 20px top 26px;
}
.custom_kodomotto .rnavi_ttl a:hover,
.custom_kodomotto .rnavi_ttl a:focus {
	color: #000000;
	background-color: #fff100;
	background-image: url(/shared/site_rn2025/images/kodomotto/icon/arrow_y25_b.png);
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
}
.custom_kodomotto .rnavi_cnt {
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
}
.custom_kodomotto .rnavi_cnt ul li a:hover::after {
	border-color: #fff777;
}
/* Chatbot */
#bedore-webagent-inner {
	left: 10px !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
.plugin:after,
.pnavi: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,
.footer_col_lft:after,
.footer_col_rgt:after,
.footer_sns ul:after,
.directional_button ul:after,
.col_rgt_navi #tmp_topics_cnt ul:after,
#tmp_inquiry_2022rn .inquiry_parts:after,
.custom_kodomotto .inquiry_parts:after,
#tmp_sma_menu .main_navi:after,
#tmp_sma_menu .main_navi .sma_gnavi_list:after,
#tmp_sma_menu .navi_cate:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
	#tmp_hlogo p span {
		height:1px;
	}
	#tmp_header {
		position: relative !important;
	}
	#bedore-webagent-inner {
		display:none !important;
	}
}

