@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
/* noto-san */
/* noto-sans-jp-regular - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('/shared/site_rn/fonts/noto-sans-jp-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('/shared/site_rn/fonts/noto-sans-jp-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/site_rn/fonts/noto-sans-jp-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/
a:link,
a:active,
a:visited {
	color: #085c9c;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size: 112.5%;
	color: #222222;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}
.txt_green {
	color: #266D46;
	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}

/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	margin: 0 auto;
	position: relative;
}
.container:before,
.container:after {
	content: '';
	display: table;
}
.container:after {
	clear: both;
}
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.format_free #tmp_gnavi .container{
	padding: 0;
}
.format_free .gnavi li{
	padding: 14px 0 15px;
}
.format_free .gnavi a{
	background-position: right 4px;
}
#tmp_contents{
	padding: 0 0 35px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}
.col_nm {
	width: 100%;
	/* 変更しない */
}
.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}
.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}
.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}
.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}
.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}
.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}
.custom_sdgs.type_top .col_main {
	padding: 8px 0;
}

/* free
============================== */
.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}
.format_free .wrap_col_rgt_navi {
	width: 260px;
	/* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding: 10px 0;
	/* デザインによって変更 */
	color: inherit;
}
.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
	/* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}

/* header
================================================== */
#tmp_wrap_header{
	border-bottom: 1px solid #dfe6e8;
}
#tmp_header {
	min-height: 80px;
	position: relative;
	z-index: 102;
	background-color: #ffffff;
}
#tmp_hlogo {
	float: left;
	padding: 12px 0 0 20px;
}
.custom_sdgs #tmp_hlogo{
	padding-bottom: 0;
}
.format_free #tmp_hlogo{
	padding: 12px 0 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    display: block;
    width: 192px;
    height: 55px;
    background: #ffffff url(/shared/site_rn/images/header/logo/logo_pc.png) no-repeat;
    color: #222222;
    background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
    width: 192px;
    height: 55px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
    width: 192px;
    height: 55px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
#tmp_hnavi_s {
    position: static;
    display: block;
	display: flex;
    justify-content: end;
	text-align: left;
	padding-left: 8px;
}
#tmp_hnavi_s > ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
#tmp_hnavi_s > ul > li > a{
	font-size: 83.3%;
	display: flex;
	justify-content: center;
	text-align: center;
	min-width: 95px;
    min-height: 80px;
	text-decoration: none;
	padding: 47px 10px 5px;
	color: #222222;
	transition: 0.2s ease-in-out;
	position: relative;
	outline-offset: -1px;
	word-break: break-all;
	font-weight: 500;
}
.format_free #tmp_hnavi_s > ul > li > a{
	font-weight: 500;
}
#tmp_hnavi_s > ul > li > a:hover{
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li > a:focus-visible {
	outline-offset: -3px;
	outline: 2px solid #222222;
}
#tmp_hnavi_s > ul > li > a:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	background-color: #dfe6e8;
	top: 10px;
	left: 0;
}
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a:before{
	display: none;
}
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a{
	color: #ffffff;
	background: #067bba url(/shared/site_rn/images/header/icon/icon_menu.png) no-repeat center 14px ;
	background-size: 36px auto;
	border: 2px solid #067bba;
	padding-top: 45px;
	min-width: 94px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a:hover{
	color: #067bba;
	background-color: #ffffff;
	background-image: url(/shared/site_rn/images/header/icon/icon_menu_hover.png) ;
	text-decoration: none;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a{
	position: relative;
	color: #cc1231;
	background: #ffffff url(/shared/site_rn/images/header/icon/icon_emergency.png) no-repeat center 14px ;
	background-size: 30px auto;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu .is_notify{
	position: absolute;
	right: 8px;
    top: 7px;
	width: 24px;
	pointer-events: none;
	z-index: 1;
}
.emenu #tmp_hnavi_s > ul > #tmp_hnavi_mmenu .is_notify{
	display: none;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu .is_notify img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a{
	background: #ffffff url(/shared/site_rn/images/header/icon/icon_setting.png) no-repeat center 13px ;
	background-size: 26px auto;
}
#tmp_hnavi_s > ul > #tmp_hnavi_language > a{
	z-index: 2;
	transition: background-color 0.3s ease-in-out;
	background: #ffffff url(/shared/site_rn/images/header/icon/icon_language.png) no-repeat center 13px ;
	background-size: 26px auto;
	padding-top: 44px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_language > a:after{
	content: '';
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	bottom: 0;
	right: -1px;
	background-color: #dfe6e8;
	transition: 0.3s ease-in-out opacity;
}
#tmp_hnavi_s .btn_contact_inquiries a{
	position: relative;
	text-decoration: none;
    color: #067bba;
    display: block;
    border: 1px solid #067bba;
	margin: 10px 12px 10px 0;
    border-radius: 50px;
	padding: 9px 47px 10px 13px;
    line-height: 1.4;
	background: #ffffff url(/shared/site_rn/images/header/icon/arrow_circle_right.png) right 12px center no-repeat;
	background-size: 22px;
	transition: background-color 0.3s ease-in-out;
	font-weight: bold;
	font-size: 77.7%;
}
#tmp_hnavi_s .btn_contact_inquiries a:focus{
	outline: none;
}
#tmp_hnavi_s .btn_contact_inquiries a::after{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #067bba;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	border-radius: 50px;
}
#tmp_hnavi_s .btn_contact_inquiries a:focus:after,
#tmp_hnavi_s .btn_contact_inquiries a:hover:after{
	opacity: 1;
}
#tmp_hnavi_s .btn_contact_inquiries span{
	display: block;
	font-weight: 500;
	color: #222222;
}
#tmp_hnavi_s .btn_contact_inquiries a:hover{
	background-color: #f6f7fb;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
    display: flex;
}

.gnavi li {
	flex: 1 0 auto;
	padding: 15px 0 16px;
}

.gnavi a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 1px 20px;
	outline-offset: -1px;
	color: #222222;
	background:#ffffff url(/shared/site_rn/images/header/icon/line_gnavi.png) no-repeat right 3px;
}
.gnavi a span{
	display: inline-block;
	position: relative;
}
.gnavi li:first-child a{
	padding-left: 0;
}
.gnavi li:last-child a{
	padding-right: 0;
	background-image: none;
}

.gnavi li > a span:after {
	content: '';
    position: absolute;
	left: 0;
    bottom: -17px;
    width: 0;
    height: 3px;
    background-color: #067bba;
    z-index: 1;
    transition: width 0.3s ease-in-out;
}
.gnavi .active span:after,
.gnavi a:hover span:after{
	width: 100%;
}
/*pnavi*/
.pnavi{
	position: absolute;
	right: 10px;
	top: -59px;
	z-index: 100;
	border-radius: 50%;
}
.pnavi .ptop{
	border-radius: 50px;
}
.pnavi,
.pnavi a{
	width: 54px;
	height: 54px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	font-weight: bold;
	color: #ffffff;
	background: #067bba url(/shared/site_rn/images/header/icon/arrow_backtotop.png) no-repeat center center;
	background-size: 20px auto;
	border: 1px solid #067bba;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all ease-in-out;
	overflow: hidden;
}
.pnavi a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #067bba;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s opacity ease-in-out;
}
.pnavi a:focus:after,
.pnavi a:hover:after{
	opacity: 1;
	visibility: visible;
	transition: 0.2s opacity ease-in-out;
}
.pnavi a:hover,
.pnavi a:focus{
	color: #0176a7;
	background-color: #ffffff;
	background-image: url(/shared/site_rn/images/header/icon/arrow_backtotop_hover.png);
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
}
.no_javascript .pnavi{
	display: block;
}
/* sma_lmenu */
#tmp_sma_lmenu{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	display: none;
	background-color: #ffffff;
	color: #222222;
	border-top: 1px solid #dfe6e8;
}
#tmp_sma_lang{
	padding-top: 60px;
}
#tmp_sma_lmenu ul {
	list-style: none;
}
#tmp_sma_lmenu .languge_btn_wrap{
	float: left;
    width: 50%;
    margin-bottom: 16px;
	padding-right: 10px;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_top{
	margin-bottom: 20px;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a{
	width: 100%;
	font-size: 166.6%;
	background-color: #067bba;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 130px;
	text-decoration: none;
	padding: 10px;
	position: relative;
	border: 2px solid #067bba;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color, 0.3s ease-in-out background-image;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:before{
	content: "";
	width: 46px;
	height: 42px;
	display: inline-block;
	background: url(/shared/site_rn/images/header/icon/icon_translate.png) no-repeat;
	vertical-align: middle;
    margin-right: 20px;
	position: relative;
	transition: 0.3s ease-in-out background-image;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul{
	display: flex;
	margin: 0 -10px;
	font-size: 133.3%;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li{
	width: 50%;
	padding: 0 10px;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #222222;
	position: relative;
    padding: 12px 8px 11px 27px;
    text-align: left;
	min-height: 88px;
	height: 100%;
	transition: 0.3s ease-in-out background-color;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li a > span{
	display: block;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 60px;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li.disaster_information a{
	border: 2px solid #ca4848;
	padding-left: 21px;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li.disaster_information a:hover{
	background-color: #fbf6f6;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li.disaster_information a > span{
	background-image: url(/shared/site_rn/images/header/icon/icon_disaster_information.png);
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li.multicultural_symbiosis a{
	border: 2px solid #067bba;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li.multicultural_symbiosis a > span{
	background-image: url(/shared/site_rn/images/header/icon/icon_multicultural_symbiosis.png);
}
.lang_list_inner .lang_list:after,
#tmp_sma_lmenu .lang_list_inner:after{
	content: "";
    display: table;
    clear: both;
}
.lang_list_inner .lang_list{
	display: block;
	margin: 0 -10px;
}
.lang_list_inner .lang_list li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
	padding: 0 10px;
}
.lang_list_inner .lang_list li:nth-child(4n+7) {
	clear:left;
}
.lang_list_inner .lang_list li:nth-child(4n+4) {
	clear:right;
}
.lang_list_inner .lang_list li a{
	position: relative;
	color: #222222;
	text-decoration: none;
	border: 1px solid #067bba;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	line-height: 1.2;
	border-radius: 50px;
	padding: 5px 44px 6px;
	background: #ffffff url(/shared/site_rn/images/header/icon/arrow_circle_right.png) right 19px center no-repeat;
    background-size: 22px;
	word-break: break-all;
	transition: background-color 0.3s ease-in-out;
}
.lang_list_inner .lang_list li a:after{
	content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 2px solid #067bba;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    border-radius: 50px;
}
#tmp_sma_lmenu .close_btn{
	display: none;
}
#tmp_sma_lmenu .load_more{
	margin-bottom: 40px;
}
#tmp_sma_lmenu .load_more a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #222222;
	font-size: 88.7%;
	border: 1px solid #067bba;
	border-radius: 50px;
	min-width: 240px;
	padding: 14px 32px;
	background: #ffffff url(/shared/site_rn/images/header/icon/icon_plus.png) right 15px center no-repeat;
}
#tmp_sma_lmenu .load_more a:after{
	content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 2px solid #067bba;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    border-radius: 50px;
}
#tmp_sma_lang_list .lang_list_inner{
	margin-bottom: 19px;
}
.spmenu_open.menu_language:before {
    content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.65);
}
#tmp_hnavi_s > ul > #tmp_hnavi_language > a.active{
	background: #dfe6e8 url(/shared/site_rn/images/header/icon/icon_close.png) no-repeat center 17px;
	background-size: 20px auto;
}
#tmp_hnavi_s > ul > #tmp_hnavi_language > a.active:after{
	opacity: 1;
}
.lang_list_inner .lang_list li a:hover,
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li.multicultural_symbiosis a:hover{
    background-color: #f6f7fb;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:hover{
	color: #067bba;
	background-color: #ffffff;
}
#tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:hover:before{
	background-image: url(/shared/site_rn/images/header/icon/icon_translate_hv.png);
}
.lang_list_inner .lang_list li a:hover:after,
#tmp_sma_lmenu .load_more a:hover:after {
    opacity: 1;
}

/* header menu
================================================== */
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a,
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a{
	transition: none;
}
.wrap_sma_sch .close_btn{
	text-align: center;
}
.wrap_sma_sch .close_btn a{
	display: block;
	margin: 0 auto;
	padding: 14px 40px 16px;
	background-repeat: no-repeat;
	background-image: url(/shared/site_rn/images/header/icon/icon_close12.png);
	background-position: right 20px center;
	width: 240px;
	max-width: 100%;
	border-radius: 26px;
	color: #222222;
	font-size: 88.9%;
	text-decoration: none;
}

/*** mmenu ***/
.emenu:before{
	content: none !important;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu{
	position: relative;
	width: 95px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a.active{
	background-color: #cc1231;
	background-image: url(/shared/site_rn/images/header/icon/icon_close_wh22.png);
	background-position: center 16px;
	background-size: 22px auto;
	border-color: #cc1231;
	color: #ffffff;
}
#tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a.active:before{
	background-color: #cc1231;
}
#tmp_sma_emergency{
	position: relative;
	display: none;
	background-color: #cc1231;
	text-align: left;
	color: #FFFFFF;
	z-index: 99;
}
#tmp_sma_emergency .emergency_inner{
	padding: 26px 1px 40px;
}
#tmp_sma_emergency ul:not(.emergency_list) > li{
	display: flex;
	list-style: none;
	line-height: 1.4;
}
#tmp_sma_emergency ul:not(.emergency_list) > li a{
	display: inline-block;
	padding: 3px 0 3px 28px;
	background: transparent url(/shared/site_rn/images/header/icon/navi_ic_link20.png) no-repeat 0 7px;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_emergency .alert_date{
	flex-shrink: 0;
	padding: 4px 5px 0 0;
	font-size: 88.9%;
}
#tmp_sma_emergency .alert_detail{
	flex: 1 auto;
	width: 100%;
}
#tmp_sma_emergency ul:not(.emergency_list) > li:not(:last-of-type){
	margin-bottom: 8px;
}
/* emergency main */
#tmp_sma_emergency #tmp_emergency{
	margin-bottom: 32px;
}
#tmp_sma_emergency #tmp_emergency_ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 19px;
}
#tmp_sma_emergency #tmp_emergency_ttl >p{
	padding: 4px 0 4px 59px;
	background: transparent url(/shared/site_rn/images/header/icon/navi_ic_warning.png) no-repeat 1px 10px;
	font-size: 177.8%;
	font-weight: 500;
	line-height: 1.3;
	color: inherit;
}
#tmp_sma_emergency .emergency_link{
	padding: 3px 0 0 10px;
}
#tmp_sma_emergency .emergency_link a{
	display: block;
	padding: 10px 46px 12px 30px;
	background: #fae1e5 url(/shared/site_rn/images/header/icon/navi_ic_link22.png) no-repeat right 20px center;
	width: 280px;
	max-width: 100%;
	border-radius: 22px;
	font-size: 88.9%;
	color: #222222;
	text-align: left;
	text-decoration: none;
}
#tmp_sma_emergency #tmp_emergency_topcnt{
	padding: 22px 30px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_emergency #tmp_emergency_topcnt .alert_date{
	width: 86px;
}
#tmp_sma_emergency #tmp_emergency_topcnt > ul:not(:first-of-type){
	margin-top: 14px;
	padding-top: 13px;
	border-top: 1px solid #dfe6e8;
}
#tmp_sma_emergency .emergency_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 10px 29px;
}
#tmp_sma_emergency .emergency_list li{
	list-style: none;
}
#tmp_sma_emergency .emergency_list a{
	display: inline-block;
	padding: 3px 0 3px 21px;
	background: transparent url(/shared/site_rn/images/header/icon/navi_ic_link16.png) no-repeat 0 9px;
	color: inherit;
	text-decoration: none;
}
/* emergency other */
#tmp_sma_emergency .emergency_other{
	margin-bottom: 41px;
	padding: 0 29px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_emergency .emergency_other > div{
	padding: 21px 0 25px;
}
#tmp_sma_emergency .emergency_other ul li .alert_date{
	margin-right: 10px;
}
#tmp_sma_emergency .emergency_other #quake_box,
#tmp_sma_emergency .emergency_other #t_alert_area,
#tmp_sma_emergency .emergency_other #h_alert_area{
	border-top: 1px solid #cc1231;
}
#tmp_sma_emergency .quake_box_ttl,
#tmp_sma_emergency #tmp_heatstroke_ttl,
#tmp_sma_emergency #tmp_emergency_s_ttl,
#tmp_sma_emergency #tmp_tsunami_ttl{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	width: 235px;
}
#tmp_sma_emergency .quake_box_ttl p,
#tmp_sma_emergency #tmp_heatstroke_ttl p,
#tmp_sma_emergency #tmp_emergency_s_ttl p,
#tmp_sma_emergency #tmp_tsunami_ttl p{
	padding: 4px 0 4px 41px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 122.2%;
	font-weight: 500;
	color: inherit;
}
#tmp_sma_emergency .quake_box{
	display: none;
}
#tmp_sma_emergency .quake_box_ttl p{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_earthquake.png);
}
#tmp_sma_emergency #tmp_heatstroke_ttl p{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_thermostat.png);
}
#tmp_sma_emergency #tmp_emergency_s_ttl p{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_cloudy.png);
}
#tmp_sma_emergency #tmp_tsunami_ttl p{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_tsunami.png);
}
#tmp_sma_emergency .quake_box_cnt,
#tmp_sma_emergency #tmp_heatstroke_cnt,
#tmp_sma_emergency #tmp_emergency_s_cnt,
#tmp_sma_emergency #tmp_tsunami_cnt{
	display: table-cell;
	vertical-align: middle;
}
#tmp_sma_emergency .emergency_other #t_alert_area:empty,
#tmp_sma_emergency .emergency_other #h_alert_area:empty,
#tmp_sma_emergency .emergency_other .emergency_hidden{
	display: none;
}
/* close btn */
#tmp_sma_emergency .close_btn a{
	background-color: #fae1e5;
}

/*** rmenu ***/
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a.active{
	padding-top: 43px;
	background-color: #dfe6e8;
	background-image: url(/shared/site_rn/images/header/icon/icon_close.png);
	background-size: 20px auto;
	border-color: #dfe6e8;
	color: #222222;
}
.menu_search {
	position: relative;
    background-color: #ffffff;
	width: 100%;
	min-height: 100%;
    color: #222222;
    z-index: 102;
}
.menu_search:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	min-height: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 101;
}
#tmp_sma_rmenu{
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_rmenu .menu_wrapper{
	padding: 48px 0 40px;
	border-top: 1px solid #dfe6e8;
}
#tmp_sma_rmenu .menu_ttl{
	margin-bottom: 42px;
}
#tmp_sma_rmenu .menu_ttl > p{
	padding-top: 36px;
	background: transparent url(/shared/site_rn/images/header/icon/findinfo_txt_pc.png) no-repeat center top;
	font-size: 177.8%;
    font-weight: 400;
    color: #222222;
	text-align: center;
}
/* wrap search form */
#tmp_sma_rmenu .search_wrap_radio{
	margin-bottom: 54px;
	padding: 20px 30px;
	background-color: #f6f7fb;
	font-size: 88.9%;
	color: #222222;
}
#tmp_sma_rmenu .search_wrap_radio .search_inner{
	display: flex;
	align-items: center;
}
#tmp_sma_rmenu .wrap_input_radio{
    display: flex;
    align-items: center;
	padding: 0 9px 4px 0;
}
#tmp_sma_rmenu .wrap_input_radio p{
    margin-right: 19px;
}
#tmp_sma_rmenu .wrap_input_radio input{
	transform: scale(1.25);
}
#tmp_sma_rmenu .wrap_input_radio label{
	display: inline-block;
	margin-left: 6px;
	cursor: pointer;
}
#tmp_sma_rmenu .wrap_input_search{
	flex: 1;
	margin-right: 10px;
}
#tmp_sma_search_info,
#tmp_sma_rmenu #tmp_sma_search_info_id{
    display: none;
}
#tmp_sma_rmenu .wrap_sch_box{
    position: relative;
}
#tmp_sma_rmenu .wrap_sch_box .sch_ttl{
	display: none;
}
#tmp_sma_rmenu .sch_box input,
#tmp_sma_rmenu .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d0d4d5;
	appearance: none;
	border-radius: 50px;
}
#tmp_sma_rmenu .sch_box input{
	padding: 3px 130px 5px 20px;
    background-color: rgba(255, 255, 255,0.8);
    height: 54px;
	letter-spacing: 0.12em;
	color: #222222;
}
#tmp_sma_rmenu .sch_box input::placeholder{
	color: #737373;
}
#tmp_sma_rmenu .sch_btn{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 120px;
	z-index: 1;
}
#tmp_sma_rmenu .sch_btn input {
	background-color: #067bba;
	border-color: #067bba;
	border-width: 2px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_sma_rmenu .sch_btn input:hover{
    background-color: #ffffff;
    color: #067bba;
}
#tmp_sma_rmenu .search_method a{
	display: inline-block;
    padding: 3px 0 3px 22px;
    background: transparent url(/shared/site_rn/images/header/icon/arrow_circle_right_back.png) no-repeat 0 6px;
    background-size: 16px auto;
    color: inherit;
    text-decoration: none;
}
/* cogmo */
#tmp_wrapper .cgm-search-form {
	margin: 0;
}
#tmp_wrapper .cogmo-main {
	font-size: 100%;
}
#tmp_wrapper .cgm-search-input-wrap {
	border: none;
	background-color: transparent;
	margin-top: 0;
}
#tmp_wrapper .cgm-search-form-area {
	padding: 0;
	background-color: transparent;
}
#tmp_wrapper .cgm-search-form-area.cgm-form1,
#tmp_wrapper .cgm-search-form-area.cgm-form2,
#tmp_wrapper .cgm-search-form-container {
	display: block;
}
#tmp_wrapper .cgm-search-inner.cgm-form1,
#tmp_wrapper .cgm-search-inner.cgm-form2 {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}
#tmp_wrapper .cgm-clear-input-button {
	display: none;
}
#tmp_wrapper .cgm-search-input-area:before,
#tmp_wrapper .cgm-search-button:before {
  content: none;
}
#tmp_wrapper .cgm-search-input-area textarea::placeholder {
	color: #737373;
	opacity: 1;
}
/* header-cogmo */
#tmp_sma_rmenu .cgm-search-form-container {
	position: relative;
}
#tmp_sma_rmenu .cgm-search-input-area textarea,
#tmp_sma_rmenu .cgm-search-button-area button {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d0d4d5;
	appearance: none;
	border-radius: 50px;
}
#tmp_sma_rmenu .cgm-search-input-area textarea {
	padding: 13px 130px 10px 20px;
    background-color: rgba(255, 255, 255,0.8);
    height: 54px;
	letter-spacing: 0.12em;
	color: #222222;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
#tmp_sma_rmenu .cgm-search-button-area {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 120px;
	z-index: 1;
}
#tmp_sma_rmenu .cgm-search-button-area button {
	background-color: #067bba;
	border-color: #067bba;
	border-width: 2px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_sma_rmenu .cgm-search-button-area button:hover{
    background-color: #ffffff;
    color: #067bba;
}
/* convenient tab */
#tmp_sma_rmenu .tab_convenient_wrap{
	margin-bottom: 60px;
}
#tmp_sma_rmenu .tab_convenient_wrap > .container{
	padding: 0;
	max-width: 100%;
}
#tmp_sma_rmenu .convenient_tab_area{
	display: flex !important;
	flex-flow: row wrap;
	gap: 20px;
	overflow: hidden;
}
#tmp_sma_rmenu .section_ttl{
	margin-bottom: 23px;
    padding-left: 34px;
	background: transparent url(/shared/site_rn/images/header/icon/convenient_line_pc.png) no-repeat 0 8px;
	font-size: 144.4%;
	color: inherit;
	text-align: left;
}
#tmp_sma_rmenu .section_ttl > p{
	display: inline-block;
}
#tmp_sma_rmenu .section_ttl > p:after{
	content: '';
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	background: transparent url(/shared/site_rn/images/header/icon/convenient_txt_pc.png) no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 20px;
}
#tmp_sma_rmenu .convenient_tab_item {
	display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: calc(50% - 10px);
}
#tmp_sma_rmenu .convenient_tab_ttl p{
	position: relative;
	cursor: pointer;
}
#tmp_sma_rmenu .convenient_tab_ttl p:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    bottom: -21px;
    background-color: #def6fa;
    border-left: 1px solid #def6fa;
    border-right: 1px solid #def6fa;
    z-index: 2;
}
#tmp_sma_rmenu .convenient_tab_ttl a{
	display: block;
	padding: 15px 50px;
	background: #f6f7fb url(/shared/site_rn/images/header/icon/navi_ic_plus.png) no-repeat right 20px center;
	width: 100%;
	border: 1px solid #dfe6e8;
	font-size: 111.1%;
	color: #222222;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_sma_rmenu .is_active .convenient_tab_ttl p:after {
    content: '';
}
#tmp_sma_rmenu .is_active .convenient_tab_ttl a{
	background-color: #def6fa;
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_minus.png);
	border-color: #def6fa;
}
#tmp_sma_rmenu .convenient_tab_cnt {
    position: relative;
	display: none;
    top: 0;
    width: calc(200% + 20px);
    z-index: 1;
}
#tmp_sma_rmenu .convenient_tab_item:nth-child(2n) .convenient_tab_cnt {
    margin-left: calc(-100% - 20px);
}
#tmp_sma_rmenu .convenient_tab_inner{
	padding: 20px;
	background-color: #def6fa;
	border: 1px solid #def6fa;
	color: #222222;
}
#tmp_sma_rmenu .convenient_tab_inner > ul{
	display: flex;
    flex-flow: row wrap;
}
#tmp_sma_rmenu .convenient_tab_inner > ul > li{
	list-style: none;
}
#tmp_sma_rmenu .convenient_item a{
    position: relative;
    display: flex;
    background-color: #ffffff;
    height: 100%;
    border: 1px solid #dfe6e8;
    color: #222222;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
#tmp_sma_rmenu .convenient_item .icon{
	flex-shrink: 0;
}
#tmp_sma_rmenu .convenient_item .icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_sma_rmenu .convenient_cate_list{
	gap: 20px 18px;
	margin-bottom: 20px;
}
#tmp_sma_rmenu .convenient_cate_list li{
	flex: 1 1 auto;
	width: calc(50% - 9px);
}
#tmp_sma_rmenu .convenient_cate_list a{
    padding: 22px 36px 22px;
    font-size: 111.1%;
    align-items: center;
}
#tmp_sma_rmenu .convenient_cate_list .icon{
    padding-top: 6px;
    width: 62px;
}
#tmp_sma_rmenu .convenient_cate_list .txt{
    padding-left: 21px;
}
#tmp_sma_rmenu .convenient_link_list{
	gap: 20px;
}
#tmp_sma_rmenu .convenient_link_list li{
	width: calc(20% - 16px);
}
#tmp_sma_rmenu .convenient_link_list a{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px 10px 11px;
    min-height: 141px;
    font-size: 88.9%;
    text-align: center;
}
#tmp_sma_rmenu .convenient_link_list .icon{
    width: 56px;
}
#tmp_sma_rmenu .convenient_link_list .txt{
    display: flex;
    align-items: flex-end;
    flex: 1;
    padding-bottom: 11px;
}
#tmp_sma_rmenu .convenient_link_list .icon + .txt {
    align-items: center;
    padding-bottom: 0;
}
/* list link */
#tmp_sma_rmenu .menu_links{
	margin-bottom: 40px;
	padding: 28px 0;
	border-top: 1px solid #dfe6e8;
	border-bottom: 1px solid #dfe6e8;
}
#tmp_sma_rmenu .menu_links ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 20px;
}
#tmp_sma_rmenu .menu_links li{
	width: 320px;
	max-width: 50%;
	list-style: none;
}
#tmp_sma_rmenu .menu_links a{
	display: block;
	padding: 13px 60px 14px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right 19px center;
	border: 1px solid #067bba;
	border-radius: 26px;
	font-size: 88.9%;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_sma_rmenu .menu_links .setting_tone a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_tune.png);
}
#tmp_sma_rmenu .menu_links .setting_speak a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_speak.png);
}
/* close */
#tmp_sma_rmenu .close_btn a{
	background-color: #dfe6e8;
}

/*** hover ***/
#tmp_sma_emergency .emergency_link a:hover,
#tmp_sma_emergency ul li a:hover,
#tmp_sma_emergency .emergency_list a:hover,
#tmp_sma_rmenu .search_method a:hover,
.wrap_sma_sch .close_btn a:hover,
#tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a.active:hover{
    text-decoration: underline;
}
#tmp_sma_rmenu .menu_links a,
#tmp_sma_rmenu .convenient_item > a{
	position: relative;
	z-index: 1;
}
#tmp_sma_rmenu .menu_links a:after,
#tmp_sma_rmenu .convenient_item > a:after{
	content: '';
    position: absolute;
    opacity: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #067bba;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
#tmp_sma_rmenu .menu_links a:after{
	border-radius: 26px;
}
#tmp_sma_rmenu .menu_links a:hover,
#tmp_sma_rmenu .convenient_item > a:hover{
	background-color: #f6f7fb;
}
#tmp_sma_rmenu .menu_links a:hover:after,
#tmp_sma_rmenu .convenient_item > a:hover:after{
	opacity: 1;
}
#tmp_sma_rmenu .convenient_tab_ttl a:hover{
	background-color: #def6fa;
}
#tmp_sma_rmenu .convenient_tab_ttl a:focus-visible{
	outline-offset: -3px;
}

/* footer
================================================== */
#tmp_footer {
	padding: 32px 0 0;
	color: #222222;
	background: #ffffff url(/shared/site_rn/images/main/bg_footer.png) top center no-repeat;
	background-size: cover;
}
#tmp_footer .container{
	position: relative;
}
.copyright_wrap{
	position: relative;
	overflow: hidden;
}
.copyright_wrap::after{
	content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 33px;
    background-color: #067bba;
    bottom: 0px;
    transform: translateX(-50%);
    margin-right: -300px;
}
#tmp_footer .footer_wrap_inner .footer_logo p{
	font-size: 133.3%;
	font-weight: 500;
	padding-left: 2px;
}
#tmp_footer .footer_wrap_inner .footer_logo p span{
    font-weight: normal;
    font-size: 66.6%;
    margin-left: 12px;
    display: inline-block;
}
#tmp_footer .footer_wrap_inner{
	display: flex;
	position: relative;
    z-index: 1;
	padding-bottom: 1px;
}
#tmp_footer .footer_wrap_inner .footer_rgt{
	width: 36%;
	padding-left: 6px;
}
#tmp_footer .footer_wrap_inner .footer_lft{
	width: 64%;
}
#tmp_footer .footer_logo{
    margin-bottom: 8px;
}
#tmp_footer .footer_rgt{
	font-size: 88.9%;
}
/* fnavi  */
.fnavi {
	color: #222222;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 7px 0 3px;
}

.fnavi li {
    margin:0 0 22px 0;
	min-width: 198px;
}
.fnavi li a{
	display: inline-block;
	color: #222222;
	padding: 1px 0 1px 21px;
	text-decoration: none;
	background: url(/shared/site_rn/images/header/icon/arrow_circle_right_back.png) no-repeat 0 4px;
	background-size: 16px auto;
}
.fnavi li:nth-child(2n){
	margin-right: 0;
}
.fnavi li a:hover{
	text-decoration: underline;
}
.footer_cnt {
	font-size: 88.9%;
}

.footer_cnt address {
	margin: 0 0 14px;
	font-style: normal;
}

.footer_cnt address span {
	margin: 0 1em 0 0;
}
#tmp_footer .footer_time .opening_hours,
#tmp_footer .footer_time .telephone_number{
	display: flex;
	align-items: flex-start;
	margin-bottom: 9px;
}
#tmp_footer .footer_time .label_ttl{
	font-size: 87.5%;
	background-color: #ffffff;
	color: #222222;
	padding: 1px 5px 2px 5px;
	border-radius: 4px;
	margin-right: 10px;
	min-width: 74px;
	text-align: center;
	font-weight: 500;
}
#tmp_footer .footer_time .opening_hours .body_txt span{
	display: block;
}
#tmp_footer .footer_time .opening_hours{
	margin-bottom: 0;
}
#tmp_footer .btn_cityhall_infor a{
	position: relative;
	display: block;
	border: 1px solid #067bba;
	text-align: center;
	border-radius: 50px;
	color: #222222;
	padding: 13px 49px 13px 30px;
	text-decoration: none;
	background: #ffffff url(/shared/site_rn/images/header/icon/arrow_circle_right.png) right 18px center no-repeat;
    background-size: 22px;
	margin-bottom: 43px;
}
#tmp_footer .btn_cityhall_infor a:focus,
#tmp_footer .btn_cityhall_infor a:focus-visible{
	outline: none;
}
#tmp_footer .btn_cityhall_infor a::after{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #067bba;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	border-radius: 50px;
}
#tmp_footer .btn_cityhall_infor a:hover{
	background-color: #f6f7fb;
}
#tmp_footer .btn_cityhall_infor a:focus::after,
#tmp_footer .btn_cityhall_infor a:hover::after{
	opacity: 1;
}
.copyright {
	text-align: right;
	font-size: 77.7%;
	padding: 5px 0 5px 40px;
	background-color: #067bba;
	color: #ffffff;
    float: right;
	min-height: 32px;
    min-width: 370px;
	position: relative;
	z-index: 1;
}
.copyright::before{
	content: "";
	position: absolute;
	width: 50px;
    transform: skew(-50deg, 0deg);
    background-color: #067bba;
    left: -18px;
	top: -2px;
	bottom: 0;
	z-index: 1;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
	justify-content: center;
}
.splide__toggle{
    margin: 7px 5px 0 28px;
	background-color: transparent;
    width: 18px;
    height: 18px;
	color: inherit;
	text-decoration: none;
}
.splide__toggle span{
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    line-height: 1;
	z-index: 1;
}
.splide__toggle span:before,
.splide__toggle__pause:after{
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
}
.splide__toggle__pause:before,
.splide__toggle__pause:after{
	color: #067bba;
	background: transparent url(/shared/site_rn/images/icon/icon_pause.png) no-repeat;
	width: 7px;
	height: 100%;
}
.splide__toggle__pause:before{
	left: 0;
}
.splide__toggle__pause:after{
	right: 0;
}
.splide__toggle__play:before{
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #067bba;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause{
    display: none !important;
}
.splide__toggle.is-active .splide__toggle__pause{
    display: block !important;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-color: transparent;
	border-radius: 0;
	margin-top: 7px;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_rn/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_rn/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__arrow ruby {
	text-indent: -9999px;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	line-height: 1 !important;
	color: #222222;
	font-weight: 500;
}
.splide_common .splide__progress .progress_current {
	font-size: 155.6%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 17px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
    content: '';
    width: 1px;
    height: 95%;
    position: absolute;
    left: 10px;
    top: 3px;
    transform: rotate(18deg);
    background-color: #222222;
}
.color_black #tmp_wrapper .splide__toggle span,
.color_blue #tmp_wrapper .splide__toggle span,
.color_yellow #tmp_wrapper .splide__toggle span{
	z-index: 1 !important;
}
.color_black #tmp_wrapper .splide__toggle__pause:before,
.color_black #tmp_wrapper .splide__toggle__pause:after,
.color_blue #tmp_wrapper .splide__toggle__pause:before,
.color_blue #tmp_wrapper .splide__toggle__pause:after {
    background-color: #FFFF00 !important;
	background-image: none !important;
	width: 6px;
}
.color_black #tmp_wrapper .splide__toggle__play:before,
.color_blue #tmp_wrapper .splide__toggle__play:before{
    border-left-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress,
.color_black .splide_common .splide__progress,
.color_yellow .splide_common .splide__progress {
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 6px !important;
	margin-right: 6px !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.fsize_small .splide_common .splide__arrow,
.fsize_small .splide__toggle {
	margin-top: 0;
}

.fsize_big2 #tmp_sma_lmenu{
	top: 100px;
}

.fsize_big2 #tmp_hnavi_s > ul > li > a{
    min-height: 100px;
}
.fsize_big2 .copyright_wrap::after{
    height: 45px;
}
.fsize_big2 .copyright::before{
	left: -27px;
	width: 55px;
}
.fsize_big .copyright::before{
	left: -28px;
}
.fsize_big .copyright_wrap::after{
	height: 35px;
}
.fsize_small .fnavi li a{
    padding: 5px 0 5px 21px;
}
.fsize_big .gnavi a,
.fsize_big2 .gnavi a{
	padding: 1px 10px;
}
.color_yellow #tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a:hover,
.color_black #tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a:hover,
.color_blue #tmp_hnavi_s > ul > #tmp_hnavi_rmenu > a:hover{
	text-decoration: underline;
}
.color_yellow .gnavi li > a span:after{
	background-color: #000000;
}
.color_black .gnavi li > a span:after,
.color_blue .gnavi li > a span:after{
	background-color: #FFFF00;
}

.color_yellow .copyright::before,
.color_black .copyright::before,
.color_blue .copyright::before,
.color_yellow .copyright_wrap::after,
.color_black .copyright_wrap::after,
.color_blue .copyright_wrap::after{
	display: none;
}
.color_yellow .pnavi a:after,
.color_yellow #tmp_footer .btn_cityhall_infor a:after,
.color_yellow #tmp_hnavi_s .btn_contact_inquiries a:after,
.color_yellow #tmp_sma_lmenu .load_more a:after,
.color_yellow .lang_list_inner .lang_list li a:after{
	border: 2px solid #000000;
}
.color_blue .pnavi a:after,
.color_black .pnavi a:after,
.color_black #tmp_footer .btn_cityhall_infor a:after,
.color_blue #tmp_footer .btn_cityhall_infor a:after,
.color_blue #tmp_hnavi_s .btn_contact_inquiries a:after,
.color_black #tmp_hnavi_s .btn_contact_inquiries a:after,
.color_blue .lang_list_inner .lang_list li a:after,
.color_black .lang_list_inner .lang_list li a:after,
.color_blue #tmp_sma_lmenu .load_more a:after,
.color_black #tmp_sma_lmenu .load_more a:after{
	border: 2px solid #FFFF00;
}
.color_blue #tmp_sma_lmenu .load_more a,
.color_black #tmp_sma_lmenu .load_more a{
	background-image: url(/shared/site_rn/images/header/icon/icon_plus_yellow.png) !important;
}
.color_yellow #tmp_sma_lmenu .load_more a{
	background-image: url(/shared/site_rn/images/header/icon/icon_plus_black.png) !important;
}
.color_yellow #tmp_footer,
.color_black #tmp_footer,
.color_blue #tmp_footer{
	border-top: 1px solid;
}
.color_yellow #tmp_wrapper #tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:before{
	background-image: url(/shared/site_rn/images/header/icon/icon_translate_blue.png) !important;
}
.color_black #tmp_wrapper #tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:hover:before,
.color_blue #tmp_wrapper #tmp_sma_lmenu .languge_btn_wrap .languge_btn_top a:hover:before{
	background-image: url(/shared/site_rn/images/header/icon/icon_translate.png) !important;
}
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_rn/images/header/icon/arrow_backtotop_yellow.png) !important;
}
.color_yellow #tmp_wrapper .pnavi a{
	background-image: url(/shared/site_rn/images/header/icon/arrow_backtotop_black.png) !important;
}
.color_black #tmp_wrapper .pnavi span,
.color_blue #tmp_wrapper .pnavi span,
.color_yellow #tmp_wrapper .pnavi span{
	z-index: -1 !important;
}
.color_blue #tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li a > span,
.color_black #tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li a > span,
.color_yellow #tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li a > span{
	padding-left: 0;
}
.fsize_big2 #tmp_hnavi_s > ul > #tmp_hnavi_mmenu{
	width: 135px;
}
.fsize_big2 #tmp_sma_emergency #tmp_emergency_topcnt .alert_date{
	width: 140px;
}


/* ==================================================
style common
================================================== */
.section_ttl {
	text-align: center;
}
.section_ttl h2,
#tmp_contents .section_ttl h2 {
	font-size: 177.8%;
	font-weight: 400;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	color: #222222;
	margin: 0 auto;
}
.list_special_border,
#tmp_contents .list_special_border {
	margin: 0 !important;
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.list_special_border li,
#tmp_contents .list_special_border li {
	margin-bottom: 0;
}
.list_special_border,
.list_special_border li {
	position: relative;
}
.list_special_border:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	left: 0;
	color: #222222;
	background-color: #ffffff;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}
.list_special_border.border_col3 li {
	width: calc(100% / 3);
}
.list_special_border li:before,
.list_special_border.border_col3 li:nth-child(3n):after {
	position: absolute;
	content: '';
	bottom: -20px;
	height: 40px;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
}
.list_special_border li:before {
	width: 80px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe6e8), to(#dfe6e8)), -webkit-gradient(linear, left top, right top, from(#dfe6e8), to(#dfe6e8));
	background-image: -moz-linear-gradient(top, #dfe6e8, #dfe6e8), -moz-linear-gradient(left, #dfe6e8, #dfe6e8);
	background-image: -o-linear-gradient(top, #dfe6e8, #dfe6e8), -o-linear-gradient(left, #dfe6e8, #dfe6e8);
	background-image: linear-gradient(to bottom, #dfe6e8, #dfe6e8), linear-gradient(to right, #dfe6e8, #dfe6e8);
	background-position: center center;
	background-size: 1px 100%, 100% 1px;
	left: -40px;
}
.list_special_border li:nth-child(-n+3):before {
	bottom: -20px;
}
.list_special_border.border_col3 li:nth-child(3n+1):before {
	width: 40px;
	background-position: center left, center center;
	left: 0;
}
.list_special_border.border_col3 li:nth-child(3n):after {
	width: 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe6e8), to(#dfe6e8)), -webkit-gradient(linear, left top, right top, from(#dfe6e8), to(#dfe6e8));
	background-image: -moz-linear-gradient(top, #dfe6e8, #dfe6e8), -moz-linear-gradient(left, #dfe6e8, #dfe6e8);
	background-image: -o-linear-gradient(top, #dfe6e8, #dfe6e8), -o-linear-gradient(left, #dfe6e8, #dfe6e8);
	background-image: linear-gradient(to bottom, #dfe6e8, #dfe6e8), linear-gradient(to right, #dfe6e8, #dfe6e8);
	background-position: center right, center center;
	background-size: 1px 100%, 100% 1px;
	right: 0;
}
.list_special_border li a {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #222222;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.list_special_border li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	border: 1px solid #067bba;
	opacity: 0;
}
.list_special_border.border_col3 li:nth-child(3n) a:before,
.list_special_border.border_col3 li:nth-child(3n+1) a:before {
	left: 0;
	right: 0;
}
.list_special_border li:nth-child(-n+3) a:before {
	bottom: -1px;
}
.list_special_border li:nth-last-child(-n+3) a:before {
	bottom: 0;
}
.list_special_border li a:hover {
	background-color: #f6f7fb;
}
.list_special_border li a:hover:before {
	opacity: 1;
}
.list_special_border li a:focus-visible {
	outline-offset: -2px;
}
.box_special_border {
    position: relative;
    background-repeat: no-repeat;
	background-color: transparent;
	color: #222222;
}
.box_special_border:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
	left: 0;
	bottom: 27px;
    pointer-events: none;
	clip-path: polygon(43px 0%, 100% 0%, 100% 40px, calc(100% - 1px) 40px, calc(100% - 1px) 1px, 43px 1px, 1px 43px, 1px 100%, 0% 100%, 0% 43px);
	background-color: #067bba;
	z-index: 2;
	transform: scale(1.0001);
}
.box_special_border_inner {
    position: relative;
	color: inherit;
	background-color: #ffffff;
    z-index: 1;
}
.color_blue #tmp_wrapper .list_special_border:after {
	color: #FFFF00 !important;
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .list_special_border:after {
	color: #FFFF00 !important;
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .list_special_border:after {
	color: #000000 !important;
    background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .list_special_border li:before,
.color_black #tmp_wrapper .list_special_border li:before,
.color_blue #tmp_wrapper .list_special_border.border_col3 li:nth-child(3n):after,
.color_black #tmp_wrapper .list_special_border.border_col3 li:nth-child(3n):after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00)), -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ffff00)) !important;
	background-image: -moz-linear-gradient(top, #ffff00, #ffff00), -moz-linear-gradient(left, #ffff00, #ffff00) !important;
	background-image: -o-linear-gradient(top, #ffff00, #ffff00), -o-linear-gradient(left, #ffff00, #ffff00) !important;
	background-image: linear-gradient(to bottom, #ffff00, #ffff00), linear-gradient(to right, #ffff00, #ffff00) !important;
}
.color_yellow #tmp_wrapper .list_special_border li:before,
.color_yellow #tmp_wrapper .list_special_border.border_col3 li:nth-child(3n):after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)) !important;
	background-image: -moz-linear-gradient(top, #000000, #000000), -moz-linear-gradient(left, #000000, #000000) !important;
	background-image: -o-linear-gradient(top, #000000, #000000), -o-linear-gradient(left, #000000, #000000) !important;
	background-image: linear-gradient(to bottom, #000000, #000000), linear-gradient(to right, #000000, #000000) !important;
}
.color_blue #tmp_wrapper .list_special_border li a,
.color_black #tmp_wrapper .list_special_border li a,
.color_yellow #tmp_wrapper .list_special_border li a {
	border-color: transparent !important;
	background-color: transparent !important;
}
.color_blue #tmp_wrapper .list_special_border li a:before,
.color_black #tmp_wrapper .list_special_border li a:before,
.color_yellow #tmp_wrapper .list_special_border li a:before {
	content: none;
}
.color_blue #tmp_wrapper .list_special_border li a:hover,
.color_black #tmp_wrapper .list_special_border li a:hover,
.color_yellow #tmp_wrapper .list_special_border li a:hover {
	text-decoration: underline;
}
.color_blue #tmp_wrapper .box_special_border,
.color_black #tmp_wrapper .box_special_border,
.color_yellow #tmp_wrapper .box_special_border {
	border: 1px solid !important;
}
.color_blue #tmp_wrapper .box_special_border:before,
.color_black #tmp_wrapper .box_special_border:before,
.color_yellow #tmp_wrapper .box_special_border:before {
	content: none;
}
.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_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,
.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{
	width: auto !important;
	height: auto !important;
}
/* ==================================================
layout
================================================== */
.link_hidden{
	display: none;
}
.no_javascript .link_hidden{
	display: block;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin:15px 0 5px;
	font-size:77.8%;
	line-height: 1.6;
}
#tmp_pankuzu a {
	background-color: transparent;
	color: #222222;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	margin: 0 0 39px;
	text-align: right;
}
.custom_sdgs.type_top #tmp_wrap_custom_update{
	margin-bottom: 0;
}
.custom_sdgs #tmp_wrap_custom_update{
	margin-bottom: 28px;
}
#tmp_custom_update{
	display: inline-block;
}
#tmp_social_plugins{
	float: left;
}
#tmp_social_plugins .social_media_btn{
	float: left;
	margin: 0 0 5px 20px;
}
#tmp_social_plugins .social_media_btn *{
	display: block;
}
#tmp_social_plugins .social_media_btn a{
	display: block;
	line-height: 1;
	min-height: 20px;
	transition: 0.3s ease-in-out opacity;
}
#tmp_social_plugins .social_media_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a:hover,
#tmp_social_plugins .social_media_btn a:focus{
	opacity: 0.7;
}
#tmp_pageid,
#tmp_update {
	float: left;
	margin-top: -2px;
	font-size: 77.8%;
}
#tmp_pageid{
	margin-left: 19px;
}
#tmp_update{
	margin-left: 15px;
}
#tmp_custom_update:after,
#tmp_social_plugins:after{
	content: '';
	clear: both;
	display: table;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 21px 0 60px;
	border: 1px solid #dfe6e8;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 17px 19px 19px;
	background-color: #f6f7fb;
	border-bottom: 1px solid #067bba;
	color: #222222;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 133.3%;
	font-weight: 500;
	line-height: 1.5;
}
#tmp_inquiry_cnt{
	padding: 19px 19px 29px;
	line-height: 1.8;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: inline-block;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 14px;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 24px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn a {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 36px 10px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_pc.png) no-repeat right 14px top 11px;
	max-width: 100%;
	min-width: 260px;
	border: 1px solid #067bba;
	border-radius: 22px;
	font-size: 88.9%;
	color: inherit;
	appearance: none;
	box-shadow: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
}

/* feedback
================================================== */
#tmp_feedback{
	margin-bottom: 60px;
	border: 1px solid #dfe6e8;
	clear:both;
}
#tmp_feedback_ttl{
	padding: 18px 19px;
	border-bottom: 1px solid #067bba;
	color: #222222;
	background-color: #f6f7fb;
}
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 133.3%;
	font-weight: 500;
	line-height: 1.5;
}
#tmp_feedback_cnt{
	padding: 22px 20px 29px;
	line-height: 1.8;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.8em;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.3em;
	font-weight:500;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1.8em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset input[type="radio"] {
	margin-right: 10px;
	transform: scale(1.45);
	cursor: pointer;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
}
#tmp_feedback_cnt .submit{
	margin-top: 24px;
	text-align: center;
}
#tmp_feedback_cnt .submit input {
	display: block;
	margin: 0 auto;
	padding: 8px 36px 10px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_pc.png) no-repeat right 14px top 11px;
	max-width: 100%;
	min-width: 260px;
	border: 1px solid #067bba;
	border-radius: 22px;
	font-size: 88.9%;
	color: inherit;
	appearance: none;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
}

/* rnavi
================================================== */
#tmp_rnavi{
	margin-bottom: 30px;
	border: 1px solid #dfe6e8;
}
#tmp_rnavi #tmp_rnavi_ttl{
	padding: 15px 14px 17px;
	border-bottom: 2px solid #1372ba;
	font-weight: 500;
}
.custom_sdgs #tmp_rnavi #tmp_rnavi_ttl{
	padding: 15px 40px 18px 14px;
	border-bottom: 2px solid #009edb;
	font-weight: 500;
	background: transparent url(/shared/site_rn/images/icon/pattern_rnavi.png) no-repeat right bottom 6px;
	background-size: 40px auto;
}
#tmp_rnavi #tmp_rnavi_ttl a{
	display: block;
	margin: -15px -14px -17px;
	padding: 15px 14px 17px 36px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_pc.png) no-repeat 12px 21px;
	text-decoration: none;
	color: inherit;
}
.custom_sdgs #tmp_rnavi #tmp_rnavi_ttl a{
	margin: -15px -40px -18px -14px;
	padding: 15px 48px 18px 40px;
	background-position: 15px 21px;
}
#tmp_rnavi .rnavi_func_links li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.6;
}
#tmp_rnavi .rnavi_func_links a{
	display: block;
	padding: 15px 10px 15px 35px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_navi.png) no-repeat 14px 19px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.3s ease-in-out;
}
.custom_sdgs #tmp_rnavi .rnavi_func_links a{
	padding-right: 17px;
	background-position: 15px 20px;
}
#tmp_rnavi .rnavi_func_links li:not(:first-of-type){
	border-top: 1px solid #dfe6e8;
}
#tmp_rnavi .rnavi_func_links a:hover,
#tmp_rnavi .rnavi_func_links a:focus,
#tmp_rnavi .rnavi_func_links .active a{
	background-color: #f6f7fb;
}
/* show more */
#tmp_rnavi .btn_show_more{
	padding: 1px 10px 19px;
}
#tmp_rnavi .btn_show_more a{
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: transparent;
	border: 1px solid #067bba;
	border-radius: 22px;
	font-size: 88.9%;
	line-height: 1.5;
	color: inherit;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
#tmp_rnavi .btn_show_more a:before{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #067bba;
	border-radius: 22px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: -1;
}
#tmp_rnavi .btn_show_more a > span{
	position: relative;
	display: block;
	background-color: transparent;
	padding: 8px 34px 10px 32px;
	z-index: 1;
	color: inherit;
}
#tmp_rnavi .btn_show_more a > span:before,
#tmp_rnavi .btn_show_more a > span:after{
	content: '';
	position: absolute;
	background-color: #489ecc;
	color: #ffffff;
	z-index: -1;
}
#tmp_rnavi .btn_show_more a > span:before{
	top: 20px;
    right: 14px;
	width: 12px;
	height: 2px;
}
#tmp_rnavi .btn_show_more a > span:after{
	right: 19px;
    top: 15px;
	width: 2px;
	height: 12px;
}
#tmp_rnavi .btn_show_more a.hide > span:after{
	transform: rotate(90deg);
}
#tmp_rnavi .btn_show_more a:hover:before{
	opacity: 1;
}
/* cnavi common */
#tmp_cnavi{
	margin-bottom: 70px;
	overflow: hidden;
}
#tmp_cnavi .cnavi_list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}
#tmp_cnavi .cnavi_list li{
	margin-bottom: 10px;
	padding: 0 10px;
	flex: 0 0 260px;
	list-style: none;
}
#tmp_cnavi .cnavi_list a{
	display: block;
}
#tmp_cnavi .cnavi_list img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_cnavi .cnavi_list a:hover img{
	opacity: 0.7;
}
#tmp_cnavi .cnavi_list li:last-child{
	margin-bottom: 0;
}
#tmp_cnavi .cnavi_list a:focus-visible {
	outline-offset: -1px;
}
/* endpart */
.col_rgt_navi #tmp_cnavi .cnavi_list{
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.col_rgt_navi #tmp_cnavi .cnavi_list li{
	flex: none;
	padding: 0;
}
/* find information */
#tmp_find_information{
	margin-bottom: 97px;
	padding: 48px 30px 20px;
	background-color: #f6f7fb;
	overflow: hidden;
	color: #222222;
}
#tmp_find_information .info_title{
	margin-bottom: 42px;
	padding-top: 36px;
	background: transparent url(/shared/site_rn/images/icon/information_ttl_en.png) no-repeat center top;
	font-size: 177.8%;
	line-height: 1.4;
	color: inherit;
	text-align: center;
}
#tmp_find_information .info_title h2{
	font-size: 100%;
	font-weight: normal;
}
#tmp_find_information .info_form{
	margin-bottom: 20px;
	padding: 16px 0;
	background-color: #ffffff;
	color: #222222;
}
.information_search .wrap_sch_box{
	display: flex;
}
.information_search .sch_ttl{
	flex-shrink: 0;
	padding-right: 10px;
	width: 259px;
}
.information_search .sch_ttl label{
	display: inline-block;
	padding: 4px 0 6px 24px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#067bba), to(#067bba));
	background-image: -moz-linear-gradient(#067bba, #067bba);
	background-image: -o-linear-gradient(#067bba, #067bba);
	background-image: linear-gradient(#067bba, #067bba);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 38px;
	font-size: 122.2%;
	cursor: pointer;
}
.information_search .sch_wrap{
	position: relative;
	align-self: flex-start;
	flex: 1 auto;
	width: 100%;
	padding-right: 30px;
}
/* infosearch-cogmo */
.information_search .cgm-search-form-container {
	position: relative;
}
.information_search .cgm-search-input-area textarea,
.information_search .cgm-search-button-area button{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
.information_search .cgm-search-input-area textarea{
	padding: 11px 130px 7px 21px;
	min-height: 46px;
	background-color: #ffffff;
	border-radius: 22px;
	font-size: 88.9%;
	color: #222222;
}
.information_search .cgm-search-input-area textarea::placeholder{
	color: #757575;
}
.information_search .cgm-search-button-area{
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 1px;
	width: 120px;
	z-index: 2;
}
.information_search .cgm-search-button-area button{
	padding: 4px 10px;
	background-color: #067bba;
	border-width: 2px;
	border-color: #067bba;
	border-radius: 22px 21px 21px 22px;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	white-space: normal;
	min-height: auto;
	text-align: center;
}
.information_search .cgm-search-button-area button:hover{
	background-color: #ffffff;
	color: #067bba;
}
#tmp_find_information .info_list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
}
#tmp_find_information .info_item{
	margin-bottom: 10px;
	padding: 0 5px;
	width: 20%;
	list-style: none;
}
#tmp_find_information .info_item a{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 6px;
	background-color: #ffffff;
	height: 100%;
	border: 1px solid #dfe6e8;
	font-size: 88.9%;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_find_information .info_item_icon{
	margin-bottom: 12px;
	width: 40px;
}
#tmp_find_information .info_item_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* custom when full width */
.column_cnt #tmp_find_information .info_list{
	margin: 0 -10px;
}
.column_cnt #tmp_find_information .info_item{
	padding: 0 10px;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:40px;
	padding:36px 15px 20px;
	background:#f6f7fb url(/shared/site_rn/images/icon/scroll_table_icon.png) right 15px top 10px no-repeat;
	background-size:75px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #dfe6e8;
	color:#222222;
	display:inline-block;
	padding:8px 9px 7px 69px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_rn/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size:50px auto;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_rn/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #e8e8e8;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

/* hover
================================================== */
#tmp_rnavi #tmp_rnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_inquiry_cnt .inquiry_btn a:hover,
#tmp_feedback_cnt .submit input:hover{
	padding: 7px 34px 9px;
	background-color: #f6f7fb;
	background-position: right 13px top 10px;
	border-width: 2px;
}
#tmp_find_information .info_item a {
	position: relative;
	transition: 0.3s ease-in-out background-color;
}
#tmp_find_information .info_item a:hover {
    background-color: #f6f7fb;
}
#tmp_find_information .info_item a:after {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #067bba;
    transition: 0.3s ease-in-out opacity;
}
#tmp_find_information .info_item a:hover:after {
    opacity: 1;
}
/* ==================================================
sdgs_header
================================================== */
.sdgs_header_wrap{
	margin-bottom: 30px;
}
.sdgs_header_wrap .sdgs_header_image{
    margin-bottom: 6px;
}
.sdgs_header_wrap .sdgs_header_image img{
    display: block;
    width: 100%;
    height: auto;
}
.sdgs_header_image p span,
.sdgs_header_image h1 span {
    position: relative;
    z-index: -1;
    overflow: hidden;
	display: block;
}
.sdgs_header_wrap .close_btn,
.sdgs_header_wrap .sdgs_header_image .sp{
    display: none;
}
.sdgs_header_wrap .accordion_ttl{
    display: none;
}
.sdgs_header_wrap ul{
    list-style: none;
    display: flex;
    gap: 6px;
}
.sdgs_header_wrap ul li a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #067bba;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 12px 5px 15px;
	border: 1px solid #067bba;
}
.sdgs_header_wrap ul li a span{
	display: inline-block;
	position: relative;
}
.sdgs_header_wrap ul li a span::before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #FFFFFF;
    z-index: 1;
    transition: width 0.3s ease-in-out;
}
.sdgs_header_wrap ul li.active a span::before,
.sdgs_header_wrap ul li a:hover span::before{
	width: 100%;
}
.sdgs_header_wrap ul li{
    min-width: 209px;
    flex: 1 0 auto;
    background-color: #067bba;
	color: #FFFFFF;
}
.color_yellow .sdgs_header_wrap ul li a span::before{
	background-color: #000000 !important;
}
.color_black .sdgs_header_wrap ul li a span::before,
.color_blue .sdgs_header_wrap ul li a span::before{
	background-color: #FFFF00 !important;
}
.fsize_big .sdgs_header_wrap ul li,
.fsize_big2 .sdgs_header_wrap ul li{
    min-width: auto;
    flex: auto;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
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: 18px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L {
	display: table;
	width: 49%;
	margin-right: 2%;
	float: left;
}
div.col2 div.col2R {
	display: table;
	width: 49%;
	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: 18px solid #FFFFFF;
}
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32%;
	margin-right: 2%;
	float: left;
}
div.col3 div.col3R {
	display: table;
	width: 32%;
	float: left;
}

/* ==================================================
accessibility
================================================== */
.fsize_big .gnavi li,
.fsize_big2 .gnavi li{
    flex: 1;
}
.color_black #tmp_hnavi_s > ul > li > a:before,
.color_blue #tmp_hnavi_s > ul > li > a:before,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a.active:before,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a.active:before,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_language > a:after,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_language > a:after{
	background-color: #FFFF00;
}
.color_yellow #tmp_hnavi_s > ul > li > a:before,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_mmenu > a.active:before,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > #tmp_hnavi_language > a:after{
	background-color: #000000;
}
.color_blue #tmp_wrapper .gnavi a,
.color_black #tmp_wrapper .gnavi a,
.color_yellow #tmp_wrapper .gnavi a{
	background-image: url(/shared/site_rn/images/header/icon/line_gnavi.png) !important;
	background-repeat: no-repeat;
}
.color_blue #tmp_wrapper .gnavi li:last-child a,
.color_black #tmp_wrapper .gnavi li:last-child a,
.color_yellow #tmp_wrapper .gnavi li:last-child a{
	background-image: none !important;
}
.color_blue #tmp_wrapper #tmp_sma_emergency ul:not(.emergency_list) > li a,
.color_black #tmp_wrapper #tmp_sma_emergency ul:not(.emergency_list) > li a,
.color_yellow #tmp_wrapper #tmp_sma_emergency ul:not(.emergency_list) > li a{
	padding-left: 0;
}
.color_blue #tmp_sma_lmenu .languge_btn_wrap a:hover,
.color_black #tmp_sma_lmenu .languge_btn_wrap a:hover,
.color_yellow #tmp_sma_lmenu .languge_btn_wrap a:hover,
.color_blue #tmp_sma_lmenu .languge_btn_wrap a:focus-visible,
.color_black #tmp_sma_lmenu .languge_btn_wrap a:focus-visible,
.color_yellow #tmp_sma_lmenu .languge_btn_wrap a:focus-visible,
.color_blue #tmp_hnavi_s > ul > li > a:focus-visible,
.color_black #tmp_hnavi_s > ul > li > a:focus-visible,
.color_yellow #tmp_hnavi_s > ul > li > a:focus-visible,
.color_blue #tmp_hnavi_s .btn_contact_inquiries a:hover,
.color_black #tmp_hnavi_s .btn_contact_inquiries a:hover,
.color_yellow #tmp_hnavi_s .btn_contact_inquiries a:hover,
.color_blue #tmp_hnavi_s .btn_contact_inquiries a:focus-visible,
.color_black #tmp_hnavi_s .btn_contact_inquiries a:focus-visible,
.color_yellow #tmp_hnavi_s .btn_contact_inquiries a:focus-visible {
	text-decoration: underline;
	outline: none;
}
.color_blue #tmp_wrapper .section_video::before,
.color_black #tmp_wrapper .section_video::before,
.color_yellow #tmp_wrapper .section_video::before,
.color_blue #tmp_wrapper .section_video::after,
.color_black #tmp_wrapper .section_video::after,
.color_yellow #tmp_wrapper .section_video::after,
.color_black #tmp_wrapper #tmp_sma_rmenu .section_ttl > p:after,
.color_blue #tmp_wrapper #tmp_sma_rmenu .section_ttl > p:after,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .section_ttl > p:after {
	content: none;
}
/* header menu */
.color_black #tmp_wrapper #tmp_sma_rmenu .menu_links a:after,
.color_black #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:after,
.color_blue #tmp_wrapper #tmp_sma_rmenu .menu_links a:after,
.color_blue #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:after{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .menu_links a:after,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:after{
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .menu_links a:hover,
.color_black #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:hover,
.color_blue #tmp_wrapper #tmp_sma_rmenu .menu_links a:hover,
.color_blue #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:hover,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .menu_links a:hover,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .convenient_item > a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .sch_btn,
.color_blue #tmp_wrapper #tmp_sma_rmenu .sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .sch_btn{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .wrap_sma_sch .close_btn a,
.color_black #tmp_wrapper #tmp_sma_rmenu .search_wrap_radio,
.color_black #tmp_wrapper #tmp_sma_emergency .emergency_link a,
.color_black #tmp_wrapper #tmp_sma_emergency #tmp_emergency_topcnt,
.color_black #tmp_wrapper #tmp_sma_emergency .emergency_other,
.color_blue #tmp_wrapper .wrap_sma_sch .close_btn a,
.color_blue #tmp_wrapper #tmp_sma_rmenu .search_wrap_radio,
.color_blue #tmp_wrapper #tmp_sma_emergency .emergency_link a,
.color_blue #tmp_wrapper #tmp_sma_emergency #tmp_emergency_topcnt,
.color_blue #tmp_wrapper #tmp_sma_emergency .emergency_other,
.color_yellow #tmp_wrapper .wrap_sma_sch .close_btn a,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .search_wrap_radio,
.color_yellow #tmp_wrapper #tmp_sma_emergency .emergency_link a,
.color_yellow #tmp_wrapper #tmp_sma_emergency #tmp_emergency_topcnt,
.color_yellow #tmp_wrapper #tmp_sma_emergency .emergency_other{
	border: 1px solid;
}

.color_black #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl p:after{
	background-color: #000000;
	border-left-color: #FFFF00;
	border-right-color: #FFFF00;
}
.color_blue #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl p:after{
	background-color: #00008B;
	border-left-color: #FFFF00;
	border-right-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl p:after{
	background-color: #FFFF00;
	border-left-color: #000000;
	border-right-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .sch_box input::placeholder,
.color_blue #tmp_wrapper #tmp_sma_rmenu .sch_box input::placeholder{
	color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .sch_box input::placeholder{
	color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_emergency .emergency_wrapper,
.color_black #tmp_wrapper #tmp_sma_rmenu .menu_wrapper,
.color_blue #tmp_wrapper #tmp_sma_emergency .emergency_wrapper,
.color_blue #tmp_wrapper #tmp_sma_rmenu .menu_wrapper,
.color_yellow #tmp_wrapper #tmp_sma_emergency .emergency_wrapper,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .menu_wrapper{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a,
.color_blue #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_plus_yellow.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_plus_black.png) !important;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .is_active .convenient_tab_ttl a,
.color_blue #tmp_wrapper #tmp_sma_rmenu .is_active .convenient_tab_ttl a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_minus_yellow.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .is_active .convenient_tab_ttl a{
	background-image: url(/shared/site_rn/images/header/icon/navi_ic_minus_black.png) !important;
}
.fsize_small #tmp_wrapper #tmp_sma_emergency .quake_box_ttl p,
.fsize_small #tmp_wrapper #tmp_sma_emergency #tmp_heatstroke_ttl p,
.fsize_small #tmp_wrapper #tmp_sma_emergency #tmp_emergency_s_ttl p,
.fsize_small #tmp_wrapper #tmp_sma_emergency #tmp_tsunami_ttl p{
	background-position: 0 0;
}
.fsize_small #tmp_wrapper #tmp_sma_emergency #tmp_emergency .alert_detail a,
.fsize_small #tmp_wrapper #tmp_sma_emergency .emergency_list a,
.fsize_small #tmp_wrapper #tmp_sma_emergency #tmp_emergency_ttl >p,
.fsize_small #tmp_wrapper #tmp_sma_rmenu .search_method a,
.fsize_small #tmp_wrapper #tmp_sma_rmenu .section_ttl{
	background-position: 0 3px;
}
.fsize_small #tmp_wrapper #tmp_sma_emergency .emergency_other .alert_detail a:before{
	top: 8px;
}

.fsize_big2 #tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom ul li a{
	padding-left: 8px;
}
.fsize_big2 #tmp_sma_lmenu .languge_btn_wrap .languge_btn_bottom li a > span{
	padding-left: 50px;
}

.color_blue .sdgs_header_image h1,
.color_black .sdgs_header_image h1,
.color_yellow .sdgs_header_image h1 {
	height: auto;
	min-height: 100px;
}
/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_emergency,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}

/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}

/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}

/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}

/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}

/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}
.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}

/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* 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;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}

/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
endpart common
================================================== */
.color_black #tmp_wrapper #tmp_rnavi .rnavi_func_links a:hover,
.color_black #tmp_wrapper #tmp_rnavi .rnavi_func_links a:focus,
.color_black #tmp_wrapper #tmp_rnavi .rnavi_func_links .active a,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_func_links a:hover,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_func_links a:focus,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_func_links .active a,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_func_links a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_func_links a:focus,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_func_links .active a,
.color_yellow #tmp_wrapper #tmp_rnavi .btn_show_more a:hover,
.color_black #tmp_wrapper #tmp_rnavi .btn_show_more a:hover,
.color_blue #tmp_wrapper #tmp_rnavi .btn_show_more a:hover,
.color_black #tmp_wrapper .information_search .sch_btn input:hover,
.color_blue #tmp_wrapper .information_search .sch_btn input:hover,
.color_yellow #tmp_wrapper .information_search .sch_btn input:hover,
.color_yellow #tmp_wrapper #tmp_find_information .info_item a:hover,
.color_blue #tmp_wrapper #tmp_find_information .info_item a:hover,
.color_black #tmp_wrapper #tmp_find_information .info_item a:hover,
.color_blue #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a:hover,
.color_black #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a:hover,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .convenient_tab_ttl a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #tmp_wrapper table.col3 td.col3M,
.color_blue #tmp_wrapper table.col2 td.col2L,
.color_blue #tmp_wrapper table.col3 td.col3L,
.color_blue #tmp_wrapper table.col3 td.col3M,
.color_yellow #tmp_wrapper table.col2 td.col2L,
.color_yellow #tmp_wrapper table.col3 td.col3L,
.color_yellow #tmp_wrapper table.col3 td.col3M{
	border-color: transparent !important;
}
.color_yellow #tmp_wrapper #tmp_rnavi .btn_show_more a:before,
.color_black #tmp_wrapper #tmp_rnavi .btn_show_more a:before,
.color_blue #tmp_wrapper #tmp_rnavi .btn_show_more a:before,
.color_yellow #tmp_wrapper #tmp_find_information .info_item a:after,
.color_blue #tmp_wrapper #tmp_find_information .info_item a:after,
.color_black #tmp_wrapper #tmp_find_information .info_item a:after{
	content: none;
}
.color_black #tmp_wrapper #tmp_rnavi .btn_show_more span:before,
.color_black #tmp_wrapper #tmp_rnavi .btn_show_more span:after,
.color_blue #tmp_wrapper #tmp_rnavi .btn_show_more span:before,
.color_blue #tmp_wrapper #tmp_rnavi .btn_show_more span:after{
	background-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_rnavi .btn_show_more span:before,
.color_yellow #tmp_wrapper #tmp_rnavi .btn_show_more span:after{
	background-color: #0000FF !important;
}
.color_black #tmp_wrapper .information_search .sch_btn,
.color_blue #tmp_wrapper .information_search .sch_btn,
.color_yellow #tmp_wrapper .information_search .sch_btn{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_find_information,
.color_black #tmp_wrapper #tmp_find_information .info_form,
.color_blue #tmp_wrapper #tmp_find_information,
.color_blue #tmp_wrapper #tmp_find_information .info_form,
.color_yellow #tmp_wrapper #tmp_find_information,
.color_yellow #tmp_wrapper #tmp_find_information .info_form{
	border: 1px solid;
}
.no_javascript .information_search .sch_box input{
	padding-left: 18px;
}
.color_black #tmp_wrapper .information_search .sch_box input::placeholder,
.color_blue #tmp_wrapper .information_search .sch_box input::placeholder{
	color: #FFFF00 !important
}
.color_yellow #tmp_wrapper .information_search .sch_box input::placeholder{
	color: #000000 !important
}
.color_black #tmp_find_information .info_item a:after,
.color_blue #tmp_find_information .info_item a:after {
	border-color: #ffff00 !important;
}
.color_yellow #tmp_find_information .info_item a:after {
	border-color: #000000 !important;
}
.custom_sdgs.fsize_small #tmp_rnavi #tmp_rnavi_ttl {
	padding-top: 21px;
}
.custom_sdgs.fsize_small #tmp_rnavi #tmp_rnavi_ttl a {
	margin-top: -21px;
	padding-top: 21px;
}
.fsize_small #tmp_rnavi .btn_show_more span:before{
	top: 16px;
}
.fsize_small #tmp_rnavi .btn_show_more span:after{
	top: 11px;
}
.fsize_small #tmp_inquiry_cnt .inquiry_btn a,
.fsize_small #tmp_feedback_cnt .submit input{
	background-position: right 14px top 6px;
}
.fsize_small #tmp_inquiry_cnt .inquiry_btn a:hover,
.fsize_small #tmp_feedback_cnt .submit input:hover{
	background-position: right 13px top 5px;
}
.fsize_big2 #tmp_inquiry_cnt .inquiry_btn a {
	white-space: normal;
}
.fsize_big2 #tmp_inquiry_cnt .inquiry_btn a:hover{
	background-position: right 12px top 10px;
}
.fsize_big.furigana_on .information_search .sch_box input{
	height: 58px;
}
.fsize_big2 .information_search .sch_box input{
	font-size: 65%;
}
.fsize_big2.furigana_on #tmp_find_information .info_item a{
	word-break: break-word;
}
.furigana_on .information_search .sch_box input{
	height: 56px;
}
.fsize_big2.furigana_on .information_search .sch_box input{
	height: 110px;
}

/* ==================================================
external service
================================================== */
#tmp_otocreator {
	position: relative;
	z-index: 100;
	max-width: 1220px;
	margin: 0 auto;
}
#tmp_otocreator #otowidget {
	position: fixed;
	bottom: 10px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
