@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
}
body #tmp_contents p em {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 105%;
}
a:link,
a:active,
a:visited {
    color: #0049ba;
}
a:hover {
    text-decoration: none;
}
body {
    font-size: 112.5%;    /* 18px */
}
/* Styles
================================================== */
/* text */
.txt_red {
    color: #b81212;    /* Setting by CMS sheets */
}
.txt_green {
    color: #1B594A;    /* Setting by CMS sheets */
}
.txt_blue {
    color: #003587;    /* Setting by CMS sheets */
}
.txt_big2 {
    font-size: 144.4%;    /* Setting by CMS sheets */
}
.txt_big {
    font-size: 122.2%;    /* Setting by CMS sheets */
}
.txt_small {
    font-size: 77.8%;    /* Setting by CMS sheets */
}

/* bgcolor */
td.bg_yellow,
th.bg_yellow {
    color: inherit;
    background-color: #FDFDD7;    /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
    color: inherit;
    background-color: #ECF7FD;    /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color: inherit;
    background-color: #EFEFEF;    /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
    position: relative;
    min-width: 1280px;
    margin: 0 auto;
}
.format_top #tmp_wrapper {
	overflow: hidden;
}
.container {
    width: 1240px;
    margin: 0 auto;
}
.custom_idx2 #tmp_main > .container {
	margin-bottom:90px;
}
#tmp_contents {
	padding-bottom:40px;
}
/* format カラムのレイアウト
================================================== */
.format_free .wrap_col_rgt_navi {
    float: right;
    width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
    width: 100%;
    float: left;
    margin-right: -308px;
}
.format_free .column_rnavi .col_main {
    margin-right: 308px;
}
/* header
================================================== */
.used_javascript.format_top #tmp_header {
	opacity: 0;
	visibility: hidden;
}
.format_top #tmp_header.pos_rel,
.pos_rel + #tmp_emergency {
	background-color:#ffe9a6;
	color:inherit;
}
.format_top #tmp_header.pos_rel,
.format_top #tmp_header.pos_abs,
.format_top #tmp_header.pos_none {
	opacity: 1;
	visibility: visible;
}
.format_top #tmp_header.pos_abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 1240px;
}
.format_top #tmp_header.pos_none {
	position: relative;
}
#tmp_header.have_announced {
    position: relative;
}
.header_wrap {
    position: relative;
    background-color: #ffffff;
    color: #020000;
    padding-bottom: 11px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}
.header_wrap .header_col_lft{
    position: relative;
    z-index: 1;
    margin-right: -230px;
    width: 230px;
    float: left;
}
.header_wrap .header_col_main{
    float: right;
    width: 100%;
}
#tmp_hlogo {
    margin: 32px 0 0 31px;
    float: left;
    width: 144px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    display: block;
    font-size: 1.5rem;
    color: #333333;
    background: #ffffff url(/shared/site_rn/images/header/hlogo.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_hlogo a {
    display: block;
    text-decoration: none;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    width: 144px;
	height:40px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
    position: relative;
    z-index: -1;
    overflow: hidden;
    font-weight: bold;
}
#tmp_top_func {
    margin-left: 230px;
}
#tmp_top_func .top_func_block {
    float: right;
    font-size: 77.8%;
    padding: 14px 29px 14px 0;
}
.top_func_block #tmp_setting{
    float: left;
}
.top_func_block ul {
    list-style: none;
    margin: 0;
}
.top_func_block ul > li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #cccccc;
    padding: 5px 19px 5px 20px;
	float: left;
}
.top_func_block ul > li > a {
    display: inline-block;
    color: #020000;
    text-decoration: none;
    min-height: 14px;
}
.top_func_block ul > li.gear_icon{
    text-align: center;
    border-left: 1px solid #cccccc;
}
.top_func_block ul > li.earth_icon{
    text-align: center;
    margin-left: -1px;
	padding-right: 15px;
}
.top_func_block ul > li.gear_icon > a{
    position: relative;
	top: 2px;
    background: #ffffff url(/shared/site_rn/images/icon/icon_setting.png) no-repeat 0 2px;
    padding-left: 21px;
    text-decoration: none;
    display: inline-block;
    min-height: 16px;
}
.top_func_block ul > li.gear_icon.active,
.top_func_block ul > li.earth_icon.active{
    border-color: #FFFFFF;
}
.top_func_block ul > li.gear_icon.active > a{
    text-decoration: none;
    color: #ffffff;
    background: #0042b5 url(/shared/site_rn/images/icon/icon_setting_hvr.png) no-repeat 0 2px;
}
.top_func_block ul > li.earth_icon > a{
    position: relative;
	top: 2px;
    background: #ffffff url(/shared/site_rn/images/icon/icon_earth.png) no-repeat 0 2px;
    padding-left: 21px;
    text-decoration: none;
    display: inline-block;
    min-height: 16px;
}
.top_func_block ul > li.earth_icon > a .switch_btn {
	display: none;
}
.top_func_block ul > li.earth_icon.active > a{
    text-decoration: none;
    color: #ffffff;
    background: #0042b5 url(/shared/site_rn/images/icon/icon_earth_hvr.png) no-repeat 0 2px;
}
.top_func_block ul > li > a:hover,
.top_func_block ul > li > a:focus,
.top_func_block ul > li > a:active {
    text-decoration: underline;
}
.top_func_block li.fsize_icon {
    padding: 6px 18px 5px 22px;
}
.top_func_block li.fsize_icon a {
    position: relative;
    top: 2px;
    background: #ffffff url(/shared/site_rn/images/icon/fsize_icon.png) no-repeat 0 4px;
    background-size: 15px auto;
    -webkit-background-size: 15px auto;
    padding-left: 21px;
}
/*
.top_func_block > li.gear_icon > a {
    position: relative;
    padding-left: 23px;
    background: #ffffff url(/shared/site_rn/images/icon/gear_icon.png) no-repeat 0 1px;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    top: 2px;
}
.top_func_block > li.earth_icon > a {
    background: #ffffff url(/shared/site_rn/images/icon/earth_icon.png) no-repeat 0 3px;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    padding-left: 21px;
}
*/
.top_func_block ul > li.gear_icon.active,
.top_func_block ul > li.earth_icon.active{
    color: #FFFFFF;
    background-color: #0042b5;
}
.top_func_block ul > li.gear_icon.active:after,
.top_func_block ul > li.earth_icon.active:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 7px;
    color: #FFFFFF;
    background-color: #0042b5;
}
.top_func_block .func_cate,
.top_func_block .func_cate_lang{
	position: absolute;
	/* right: -250px; */
	right: 50%;
	transform: translateX(50%);
	top: 30px;
	z-index: 101;
	padding: 21px 40px 18px 40px;
	border: 2px solid #0042b5;
	display: none;
	/* width:530px; */
	/* min-height: 73px; */
	color: #020000;
	background-color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.top_func_block .func_cate ul {
	display: flex;
}
.top_func_block .func_cate_lang{
	width: 424px !important;
	padding: 0;
}
.top_func_block .func_cate > ul > li{
    padding: 0;
    display: inline-block;
    border: 0;
    vertical-align: middle;
	display: flex;
}
.func_cate > ul > li.func_change {
    margin-right: 20px;
}
.top_func_block .func_cate > ul > li.func_change .func_fsize {
    display: flex;
}
.func_cate > ul > li > a {
	padding: 11px 12px 8px 20px;
	display: block;
	text-decoration: none;
	color: #222222;
}
.func_cate ul li:last-child a{
	border-bottom: 0;
}
.func_cate ul li a:hover,
.func_cate ul li a:focus{
	text-decoration: underline;
}
.func_fsize .func_fsize_ttl{
    padding: 8px 5px 0 0;
    float: left;
    min-width: 103px;
    min-height: 14px;
    font-weight: bold;
}
.func_fsize .func_fsize_ttl p{
	padding: 0 0 0 25px;
    min-height: 17px;
	background: #FFFFFF url(/shared/site_rn/images/icon/icon_fsize.png) 0 2px no-repeat;
	background-size:20px auto;
    text-align: left;
}
.func_fsize .func_fsize_cnt{
    overflow: hidden;
    min-width: 139px;
}
.func_fsize .func_fsize_cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.func_fsize .func_fsize_cnt ul li{
    padding: 0 2px;
    border: 0;
    display: inline-block;
}
.func_fsize .func_fsize_cnt ul li a{
    padding: 7px 2px 5px;
    display: inline-block;
    color: #020000;
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    font-weight: bold;
    min-width: 41px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.func_fsize .func_fsize_cnt ul li a:hover,
.func_fsize .func_fsize_cnt ul li a:focus{
    text-decoration: underline;
}
.func_tint .func_tint_ttl{
    padding: 8px 5px 0 0;
    float: left;
    min-width: 76px;
    min-height: 14px;
    font-weight: bold;
}
.func_tint .func_tint_ttl p{
	padding: 0 0 0 26px;
    min-height: 17px;
	background: #FFFFFF url(/shared/site_rn/images/icon/icon_ftint.png) 0 2px no-repeat;
	background-size:20px auto;
    text-align: left;
}
.func_tint .func_tint_cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.func_tint .func_tint_cnt ul li{
    padding: 0 2px;
    display: inline-block;
    border: 0;
}
.func_tint .func_tint_cnt ul li a{
    padding: 7px 2px 5px;
    display: inline-block;
    color: #020000;
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    font-weight: bold;
    min-width: 33px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.func_tint .func_tint_cnt ul li:first-child a{
    min-width: 41px;
}
.func_tint .func_tint_cnt ul li a:hover,
.func_tint .func_tint_cnt ul li a:focus{
    text-decoration: underline;
}
.func_tint .func_tint_cnt ul li a.change_blue{
    background-color: #0033ff;
    border-color: #0033ff;
}
.func_tint .func_tint_cnt ul li a.change_yellow{
    background-color: #ffff00;
    border-color: #ffff00;
}
.func_tint .func_tint_cnt ul li a.change_black{
    background-color: #000000;
    border-color: #000000;
}
.func_tint .func_tint_cnt ul li a.change_blue,
.func_tint .func_tint_cnt ul li a.change_black{
    color: #ffff00;
}
.func_cate ul li.func_speaker a{
	padding: 0 0 0 23px;
	background: #FFFFFF url(/shared/site_rn/images/icon/icon_read.png) no-repeat 0 3px;
	background-size:18px auto;
    -webkit-background-size:18px auto;
}
.func_cate ul li.func_furigana a{
	padding: 0 0 0 23px;
    min-height: 18px;
	background: #FFFFFF url(/shared/site_rn/images/icon/icon_furigana.png) no-repeat 0 2px;
	background-size:16px;
    -webkit-background-size:16px;
}
.func_cate_lang {
	text-align: left;
}
.func_cate_lang ul {
	font-weight: bold;
	letter-spacing: -0.5em;
	display: flex;
	flex-wrap: wrap;
}
#tmp_setting .func_cate_lang ul,
#tmp_setting .func_cate_lang ul li {
	background-color: transparent !important;
}
.func_cate_lang ul li {
	float: none;
	border: none;
	width: 50%;
	padding: 0 10px;
	letter-spacing: normal;
	vertical-align: top;
	display: flex;
}
.func_cate_lang ul li a {
	display: block;
	flex: 1;
	border-bottom: 1px dotted #cccccc;
	padding: 12px 17px 8px 0;
	color: #020000;
	background: url(/shared/site_rn/images/icon/arrow_icon_b_r2.png) no-repeat right 6px center;
	background-size: 5px 8px;
	text-decoration: none;
}
.func_cate_lang ul li a:hover,
.func_cate_lang ul li a:focus {
	text-decoration: underline;
}
/*
.func_cate_lang ul li:last-child a,
.func_cate_lang ul li:nth-last-child(2) a {
	border-bottom-width: 0;
}
*/
.top_search {
    position: relative;
    float: left;
    margin-left: 15px;
}
.sma_top_search {
    position: relative;
	display:none;
}
.cnavi_sch_label {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
.cnavi_sch_label label {
    display: block;
    width: 30px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    color: #020000;
    background: #ffffff url(/shared/site_rn/images/icon/search_icon.png) no-repeat 9px 4px;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
}
#tmp_sch_query,
#tmp_sma_sch_query {
    padding: 0 50px 0 35px;
    width: 384px;
    min-height: 30px;
    border: 1px solid #ed6f01;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#tmp_sch_query:focus,
#tmp_sma_sch_query:focus {
    outline:none;
}
#tmp_sch_btn,
#tmp_sma_sch_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #ed6f01;
    color: #222222;
    background: #ed6f01 url(/shared/site_rn/images/icon/wh_search_icon.png) no-repeat center center;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}
#tmp_sch_btn:hover,
#tmp_sch_btn:focus,
#tmp_sma_sch_btn:hover,
#tmp_sma_sch_btn:focus {
    color: #FFFFFF;
    border-left: 1px solid #478114;
    background: #478114 url(/shared/site_rn/images/icon/wh_search_icon.png) no-repeat center center;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
}
.top_menu {
    clear: both;
}
.top_menu .nav_top {
    list-style: none;
    margin: 0 -7px;
    padding-right: 27px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
}
#tmp_sma_nav_top {
	display:none;
}
.top_menu .nav_top > li,
#tmp_sma_nav_top li {
    width: 20%;
    padding: 0 7px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:stretch;
}
#tmp_sma_nav_top li {
    width: 33.33333%;
	padding:0 2px;
}
.top_menu .nav_top > li > a,
#tmp_sma_nav_top li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    background-color: #ffffff;
    color: #4a8124;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #4a8124;
    text-align: center;
    padding: 10px 20px 9px;
}
#tmp_sma_nav_top li a {
	min-height:34px;
	font-size: 85.7%;
	line-height: 1.2;
    padding: 3px 14px 1px 6px;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	text-align:left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.top_menu .nav_top > li > a:hover,
.top_menu .nav_top > li > a:focus {
    text-decoration: underline;
}
.top_menu .nav_top > li > a:after,
#tmp_sma_nav_top li a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 8px;
    top: 50%;
    margin-top: -5px;
    right: 14px;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/arrow_icon_g_r1.png) no-repeat top left;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
#tmp_sma_nav_top li a:after {
    right: 5px;
	margin-top: -3px;
}
.top_menu .nav_top > li {
	font-size:77.78%;
}
.top_menu .nav_top > li.link_emergency {
	font-size:88.89%;
}
.top_menu .nav_top > li.link_emergency > a {
    border: 1px solid #c30023;
    background-color: #c30023;
    color: #ffffff;
	margin-bottom:-11px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    padding: 6px 5px 13px;
}
.top_menu .nav_top > li.link_emergency > a:after{
    width: 14px;
    height: 7px;
    top:auto;
    right: auto;
	bottom:4px;
	left:50%;
    margin-top: 0;
	margin-left:-7px;
    background: transparent url(/shared/site_rn/images/icon/down_icon.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.top_menu .nav_top > li.link_emergency > a.active:after{
    display: none;
}
.top_menu .nav_top > li.link_businesses > a {
    border: 1px solid #15567d;
    background-color: #15567d;
    color: #ffffff;
}
.top_menu .nav_top > li.link_businesses > a:after,
.top_menu .nav_top > li.link_businesses > a:after {
    background: transparent url(/shared/site_rn/images/icon/arrow_icon_w_r2.png) no-repeat top left;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.top_menu .nav_top > li.link_emergency > a:hover,
.top_menu .nav_top > li.link_emergency > a:focus{
    text-decoration: none;
}
#tmp_player{
    margin-bottom: 0;
    height: 157px;
    max-width: 290px;
    margin-left: 25px;
}
#tmp_emergency {
    color: #ffffff;
    background-color: #c30023;
}
.format_top #tmp_emergency {
    position: absolute;
    left: 50%;
    /*top: 99px;*/
	top: auto;
    z-index: 100;
    margin-left: -620px;
    min-width: 1240px;
	margin-top: -11px;
	color:inherit;
	background-color:transparent;
}
.pos_none #tmp_emergency {
    color: #ffffff;
    background-color: #c30023;
	margin-top: 0;
}
.pos_rel #tmp_emergency,
.pos_none #tmp_emergency {
	position:relative;
	left:auto;
	top:auto;
    margin-left:0;
}
.emergency_menu {
    position: relative;
    padding-top: 20px;
    display: none;
    color: #ffffff;
    background-color: #c30023;
	padding-bottom: 20px; /* 防災メール連携無しの場合 */
}
.emergency_menu .emergency_inner{
    padding: 0 20px;
    margin-bottom: 17px;
	 margin-bottom: 0; /* 防災メール連携無しの場合 */
}
.emergency_heading{
    padding: 2px 0 15px;
}
.emergency_ttl {
    padding-left: 47px;
    min-height: 35px;
    font-size: 111.1%;
    font-weight: bold;
    color: #FFFFFF;
    background: #c30023 url(/shared/site_rn/images/icon/emergency_icon.png) no-repeat 2px 0;
    background-size: 34px 35px;
    -webkit-background-size: 34px 35px;
    -moz-background-size: 34px 35px;
    float: left;
}
.emergency_cnt {
    padding: 15px 15px 15px 10px;
    color: #020000;
    background-color: #ffffff;
    max-height: 390px;
    overflow-y: auto;
    font-size: 77.8%;
}
.emergency_cnt ul {
    list-style: none;
    margin: 0;
}
.emergency_list ul {
    list-style: none;
}
.emergency_list li {
    margin-bottom: 11px;
}
.emergency_list li .emergency_date{
    padding-right: 5px;
    float: left;
    width: 5.2em;
}
.emergency_list li .emergency_link{
    overflow: hidden;
}
.emergency_list li .emergency_link img{
	margin: 0 0 0 8px;
}
.emergency_list li span{
    margin-right: 10px;
}
.emergency_list li a {
    color: #014abb;
    background-color: #ffffff;
    background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
}
.emergency_list li a:hover,
.emergency_list li a:focus,
.emergency_list li a:active {
    text-decoration: none;
}
.emergency_cnt .emergency_btn {
    padding-top: 8px;
    text-align: right;
}
.emergency_cnt .emergency_btn li {
    margin-left: 9px;
	margin-bottom:5px;
    display: inline-block;
}
.emergency_cnt .emergency_btn li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 256px;
    border: 1px solid #c30023;
    background-color: #ffffff;
    color: #020000;
    text-decoration: none;
    padding: 9px 25px 6px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    font-weight: bold;
}
.emergency_cnt .emergency_btn li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 9px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    background: #ffffff url(/shared/site_rn/images/icon/red_arrow.png) no-repeat top left;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    color: #020000;
}
.emergency_cnt .emergency_btn li a:hover,
.emergency_cnt .emergency_btn li a:focus,
.emergency_cnt .emergency_btn li a:active {
    text-decoration: underline;
}
.emergency_close_btn {
    float: right;
    font-size: 77.8%;
}
.emergency_close_btn a {
    color: #ffffff;
    background: #c30023 url(/shared/site_rn/images/icon/emergency_close_icon.png) no-repeat top left;
    text-decoration: none;
    padding: 2px 0 4px 28px;
    display: inline-block;
    min-height: 21px;
}
.emergency_close_btn a:focus{
    outline-color: #000000;
    outline-offset: 0;
    outline-style: auto;
    outline-width: 5px;
}
.emergency_close_btn a:hover,
.emergency_close_btn a:focus{
    text-decoration: underline;
}
.disaster_menu .disaster_inner{
    padding: 25px 20px 22px;
    display: none;
}
.disaster_menu .disaster_button {
    text-align: center;
}
.disaster_menu .disaster_button a{
    position: relative;
    padding: 13px 45px 10px;
    display: inline-block;
    color: #222222;
    background-color: #fdfea1;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border: 1px solid #fdfea1;
}
.disaster_menu .disaster_button a:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/icon_disaster_arrow.png) no-repeat right center;
}
.disaster_menu .disaster_button a.active:after{
    background: transparent url(/shared/site_rn/images/icon/icon_disaster_close.png) no-repeat right center;
}
.disaster_menu .disaster_button a:hover {
    text-decoration: underline;
}
.disaster_menu .disaster_inner{
    color: #222222;
    background-color: #fdfea1;
}
.disaster_menu .disaster_heading{
    margin-bottom: 15px;
}
.disaster_menu .disaster_ttl{
    padding-left: 45px;
    float: left;
    font-size: 111.1%;
    font-weight: bold;
    color: #222222;
    background: #fdfea1 url(/shared/site_rn/images/icon/disaster_ttl.png) no-repeat 0 5px;
}
.disaster_menu .disaster_close{
    float: right;
}
.disaster_menu .disaster_close a{
    position: relative;
    padding: 5px 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    min-width: 122px;
    font-size: 77.7%;
    text-align: center;
    text-decoration: none;
    color: #fdfea1;
    background-color: #222222;
}
.disaster_menu .disaster_close a:after{
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/disaster_close_icon.png) no-repeat;
}
.disaster_menu .disaster_close a:hover,
.disaster_menu .disaster_close a:focus{
    text-decoration: underline;
}
.disaster_menu .disaster_cnt{
    padding: 13px 15px;
    margin-bottom: 25px;
    color: #020000;
    background-color: #FFFFFF;
    font-size: 77.8%;
    font-weight: 500;
}
.disaster_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.disaster_list ul li{
    padding: 2px 0;
}
.disaster_list ul li .disaster_date{
    padding-right: 4px;
    float: left;
    width: 5.2em;
}
.disaster_list ul li .disaster_link{
    overflow: hidden;
}
.disaster_list ul li .disaster_link a{
    text-decoration: underline;
}
.disaster_list ul li .disaster_link a:hover,
.disaster_list ul li .disaster_link a:focus{
    text-decoration: none;
}
.register_button{
    text-align: center;
}
.register_button a{
    position: relative;
    padding: 13px 32px 12px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-decoration: none;
    font-size: 88.8%;
    font-weight: bold;
    color: #020000;
    background-color: #FFFFFF;
    min-width: 379px;
    text-align: center;
}
.register_button a:after{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    padding: 3px;
    content: '';
    border: solid #020000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.register_button a:hover,
.register_button a:focus{
    text-decoration: underline;
}
#tmp_sma_menu{
    display: none;
}
.no_javascript #tmp_sma_menu{
    display: none;
}
.no_javascript.format_top #tmp_header{
    position: relative;
}
/* ==================================================
Start emergency announce
================================================== */
.emergency_announce {
    padding: 34px 0 40px;
	background-color:#ffe9a6;
	color:inherit;
}
.emergency_announce .container {
	display:table;
}
.emergency_announce .emergency_announce_main,
.emergency_announce .emergency_announce_bnr {
	display:table-cell;
	vertical-align:top;
}
.emergency_announce .emergency_announce_bnr {
	width:350px;
	padding-left:22px;
}
.emergency_announce .emergency_outer{
    border: 3px solid #c30023;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background-color:#ffffff;
	color:inherit;
}
.emergency_announce .infection_note{
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 88.9%;
}
.emergency_announce .emergency_load_cnt{
    padding: 19px 30px 25px;
    overflow: hidden;
}
.emergency_announce .emergency_row {
    margin: 0 -27px;
	padding: 0 0 6px;
}
.emergency_announce .emergency_left,
.emergency_announce .emergency_right{
    padding: 0 27px;
}
.emergency_announce .emergency_left{
    width: 58.9%;
    float: left;
}
.emergency_announce .emergency_right {
	overflow: hidden;
}
.emergency_announce .emergency_load_heading {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    padding: 10px 15px 9px;
    font-weight: bold;
    text-align: center;
	color: #bc0000;
	background-color: #ffdbd9;
}
.emergency_announce .emergency_load_heading p {
    margin: 0;
	font-size: 177.8%;
    font-weight: bold;
}
.emergency_announce .emergency_notices_box {
	padding: 0;
}
.emergency_announce .emergency_notices_box#covid-19 {
	display: none;
	margin: 12px 0 0 0;
}
.emergency_announce .emergency_notices_box .emergency_notices_ttl {
    padding: 0 0 7px 36px;
    min-height: 25px;
    color: #c30023;
    font-weight: bold;
    background: #FFFFFF url(/shared/site_rn/images/icon/icon_emergen_tll.png) no-repeat 0 2px;
    border-bottom: 2px solid #c30023;
}
.emergency_announce .emergency_list_pink {
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
    font-size: 77.8%;
}
.emergency_announce .emergency_list_pink li{
    padding: 9px 0;
    border-bottom: 1px dotted #cccccc;
}
.emergency_announce .emergency_list_pink li a {
	display: inline-block;
    color: #0049ba;
    background-color: #FFFFFF;
}
.emergency_announce .emergency_video {
    margin-bottom:5px;
}
.emergency_announce .emergency_video img {
	width: 100%;
	height: auto;
    vertical-align: top;
    transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -webkit-transition: 0.3s opacity ease-in-out;
}
.emergency_announce .emergency_video a:hover img,
.emergency_announce .emergency_video a:focus img{
    opacity: 0.7;
    transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -webkit-transition: 0.3s opacity ease-in-out;
}
.emergency_announce .emergency_cap{
    font-size: 77.8%;
	margin:0 0 20px;
}
.emergency_announce .emergency_cap a {
	color: #0049ba;
    background-color: #FFFFFF;
}
.emergency_announce .emergency_list_pink li a:hover,
.emergency_announce .emergency_list_pink li a:focus,
.emergency_announce .emergency_cap a:hover,
.emergency_announce .emergency_cap a:focus{
    text-decoration: none;
}
.emergency_announce .emergency_info{
    margin-bottom: 30px;
}
.emergency_announce .emergency_info .emergency_info_ttl{
    padding: 0 0 7px 36px;
    min-height: 25px;
    color: #c30023;
    font-weight: bold;
    background: #FFFFFF url(/shared/site_rn/images/icon/icon_emergen_tll.png) no-repeat 0 2px;
    border-bottom: 2px solid #c30023;
}
.emergency_announce .emergency_info .emergency_info_note{
    font-size: 88.9%;
    font-weight: bold;
    margin: 10px 0
}
.emergency_announce .emergency_info .emergency_info_cnt{
    padding: 5px 0 0;
}
/* ==================================================
navi
================================================== */
/* gnavi
================================================== */
.gnavi {
    position: relative;
    color: #FFFFFF;
	border-top:2px solid #417f10;
	border-bottom:2px solid #417f10;
    background-color: #417f10;
    clear: both;
}
.format_top .gnavi {
	margin-bottom:64px;
}
.gnavi ul {
    list-style: none;
}
.gnavi > .container > ul {
	padding:20px 0;
}
.gnavi > .container > ul > li {
    width: 16.6666666%;
    float: left;
    border-right: 2px solid #a6c38f;
}
.gnavi > .container > ul > li:first-child{
    border-left: 2px solid #a6c38f;
}
.gnavi > .container > ul > li a {
    position: relative;
	margin:-22px 0;
    padding: 22px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #417f10;
}
.gnavi > .container > ul > li a span {
    position: relative;
	display:block;
	padding:32px 5px 2px;
	background-repeat:no-repeat;
	background-position:center top;
}
.gnavi > .container > ul > li.glist1 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon1.png);
}
.gnavi > .container > ul > li.glist2 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon2.png);
}
.gnavi > .container > ul > li.glist3 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon3.png);
}
.gnavi > .container > ul > li.glist4 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon4.png);
}
.gnavi > .container > ul > li.glist5 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon5.png);
}
.gnavi > .container > ul > li.glist6 a span {
	background-image:url(/shared/site_rn/images/icon/gnavi_icon6.png);
}
.gnavi ul li span::before {
    content: '';
    position: absolute;
    left: 50%;
	margin-left:-40px;
    bottom: -22px;
	width:80px;
    height: 4px;
    color: #FFFFFF;
    background-color: #fbc114;
	transform: scale(0, 1);
	transform-origin: center top;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gnavi ul li a:hover span::before,
.gnavi ul li a:focus span::before,
.gnavi ul li.active span::before {
    transform: scale(1, 1);
}

/* drop_down_hidden */
.gnavi .drop_down_hidden {
	position:absolute;
	width: 100%;
    /*top: auto;
    bottom: 100%;*/
    top: 100%;
    bottom: auto;
	left: 0;
    padding-top: 20px;
    display: none;
	color: #ffffff;
	background-color:#2c6300;
	z-index: 99;
    /*border-bottom: 1px solid #ffc421;*/
	border-top: 1px solid #ffc421;
}
#tmp_mainvisual ~ .gnavi .drop_down_hidden {
    top: auto;
    bottom: 100%;
	border-bottom: 1px solid #ffc421;
}
.format_free .gnavi .drop_down_hidden{
    top: 100%;
    bottom: auto;
    border-top: 1px solid #ffc421;
}
.gnavi .drop_down_hidden .close_btn{
    display: none;
}
.gnavi .drop_down_hidden .inner_drop_down_hidden {
	width:1240px;
	margin:0 auto;
	padding: 24px 0 8px;
}
.gnavi .drop_down_hidden ul {
	position:relative;
	margin: 0;
	padding: 0;
	background-image:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.gnavi .drop_down_hidden ul li {
	width: 25%;
	margin:0 0 20px;
	border-right:1px solid #407c10;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gnavi .drop_down_hidden ul li:first-child,
.gnavi .drop_down_hidden ul li:nth-child(4n+1){
    border-left:1px solid #407c10;
}
.gnavi .drop_down_hidden ul li a {
    position: relative;
	margin:0;
	padding: 5px 23px 5px 18px;
	text-align: left;
	color: #ffffff;
	background-color:#2c6300;
	min-height:57px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-grow:1;
}
.gnavi .drop_down_hidden ul li a:after,
.gnavi .drop_down_hidden ul li a:before{
    position: absolute;
    content: '';
}
.gnavi .drop_down_hidden ul li a:after{
    top: 50%;
    right: 18px;
    margin-top: -2px;
    border: solid #FFFFFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-webkit-transform: rotate(-45deg);
}
.gnavi .drop_down_hidden ul li a:before{
    left: 18px;
    bottom: 0;
    width: 0;
    height: 1px;
    color: #FFFFFF;
    background-color: #ffc421;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.gnavi .drop_down_hidden ul li a:hover:before,
.gnavi .drop_down_hidden ul li a:focus:before{
    right: 18px;
    width: auto;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.gnavi .nav_drop{
    display: none;
}
/* lnavi / lhodo
================================================== */
#tmp_lnavi,
#tmp_lhodo {
    margin: 0 0 30px;
}
#tmp_lnavi_ttl,
#tmp_lhodo_ttl {
    margin-bottom: 3px;
	background-color:#ffc421;
    color: #222222;
	padding:18px 20px;
    font-size: 111.1%;
	font-weight: bold;
}
#tmp_lnavi_ttl a {
	margin-left:-5px;
    display: inline-block;
    padding: 2px 0 2px 25px;
    background: url(/shared/site_rn/images/icon/icon_arrow_round_wh.png) no-repeat left 0.4em;
    color: #222222;
    text-decoration: none;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
    text-decoration: underline;
}
#tmp_lnavi_cnt {
    font-size: 88.9%;
}
#tmp_lnavi_cnt ul,
#tmp_lhodo_cnt ul {
    list-style: none;
}
#tmp_lnavi_cnt li {
    border-bottom: 1px dashed #cdcfde;
}
#tmp_lnavi_cnt li:first-child {
    border-top: 1px dashed #cdcfde;
}
#tmp_lnavi_cnt li a {
    display: block;
    padding: 12px 22px 14px 42px;
	background: #ffffff url(/shared/site_rn/images/icon/icon_arrow_round_orange.png) no-repeat 14px 14px;
    color: #222222;
	text-decoration: none;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
}
/* hodo */
#tmp_lhodo_cnt > p {
	font-size:88.89%;
	padding:8px 0;
	line-height:1.5;
}
#tmp_lhodo_cnt .box_lhodo_ttl {
	font-size:88.89%;
	margin:0 0 5px;
	background: url(/shared/site_rn/images/icon/double_icon_or.png) no-repeat left 0.3em;
	padding:2px 0 2px 22px;
	display:inline-block;
}
#tmp_lhodo_cnt .box_lhodo_cnt {
	padding:0 10px;
}
#tmp_lhodo_cnt .box_lhodo_cnt li {
	font-size:88.89%;
	margin:0 0 14px;
}
#tmp_lhodo_cnt .box_lhodo_cnt li a {
	display:block;
	border:1px solid #cdcfde;
	text-decoration:none;
	background-color:#ffffff;
	color:#222222;
	padding:13px 30px 13px 20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_lhodo_cnt .box_lhodo_cnt li a:hover,
#tmp_lhodo_cnt .box_lhodo_cnt li a:focus,
#tmp_lhodo_cnt .box_lhodo_cnt li a:active,
#tmp_lhodo_cnt .box_lhodo_cnt li a.active a {
	background-color:#fcf4d1;
}
#tmp_lhodo_cnt .box_lhodo_cnt li a::after {
	content:'';
	position:absolute;
	top:50%;
	right:19px;
	margin-top:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffc421;
}
/* lnavi_kusuchan */
.lnavi_kusuchan #tmp_lnavi_cnt {
}
.lnavi_kusuchan #tmp_lnavi_cnt ul {
	margin-bottom:18px;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul ul {
	margin-bottom:0;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul ul li {
	border-bottom: none;
}
.lnavi_kusuchan #tmp_lnavi_cnt ul ul li a {
	background: url(/shared/site_rn/images/icon/list_icon_yellow.gif) no-repeat 30px 14px;
	padding:8px 0 8px 50px;
}
#tmp_lnavi_cnt .active a,
#tmp_lnavi_cnt li a:focus,
#tmp_lnavi_cnt li a:hover,
.lnavi_kusuchan #tmp_lnavi_cnt li a:focus,
.lnavi_kusuchan #tmp_lnavi_cnt li a:hover {
    background-color: #fcf4d1 !important;
}
/* switch_menu */
#tmp_lnavi_cnt .switch_menu li a {
	background: url(/shared/site_rn/images/icon/list_icon_yellow.gif) no-repeat 17px 18px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	background-image:none;
	padding:12px 22px 14px 42px;
	position:relative;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a {
	margin:-12px -22px -14px -42px;
	padding:12px 22px 14px 42px;
	background-image:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	position:absolute;
	top:10px;
	left:7px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:0;
	padding:0;
	background-image:none;
	background-color:#F90;
	overflow:hidden;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-bottom:0;
	margin-top:6px;
	padding-bottom:0;
	border:none;
}
#tmp_lnavi_cnt .switch_menu li.active a,
#tmp_lnavi_cnt .switch_menu li a:focus,
#tmp_lnavi_cnt .switch_menu li a:hover {
    background-color: #fcf4d1;
}
/* box_related_files
================================================== */
.box_related_files {
	margin:40px 0 40px;
	border:1px solid #cdcfde;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_related_files .box_related_files_ttl {
	padding:14px 19px;
	font-weight:bold;
	background-color:#cbefff;
	color: #222222;
	border-bottom:1px dashed #cdcfde;
	font-size: 122.2%;
}
.box_related_files .box_related_files_ttl p {
	margin-bottom:0 !important;
}
.box_related_files .box_related_files_ttl h2 {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	font-size:100% !important;
	border:none !important;
	line-height:1.7 !important;
}
.box_related_files .box_related_files_cnt {
	padding:16px 19px 0;
}
.box_related_files ul {
	margin: 0 0 1em 0 !important;
	text-indent: 0 !important;
}
.box_related_files .box_related_files_cnt li img {
	max-width: 128px;
	height: auto;
	max-height: 128px;
	width: auto;
	/*vertical-align: text-top;*/
}
/* box_recommend
================================================== */
.box_recommend {
	margin:0 0 40px;
	border:1px solid #cdcfde;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_recommend .box_recommend_ttl {
	padding:14px 19px;
	font-weight:bold;
	background-color:#cbefff;
	color: #222222;
	border-bottom:1px dashed #cdcfde;
	font-size: 122.2%;
}
.box_recommend .box_recommend_ttl p {
	margin-bottom:0 !important;
}
.box_recommend .box_recommend_cnt {
	padding:18px 12px 0;
}
.box_recommend ul {
	margin:0 0 1em 1.3em !important;
	list-style-image:url(/shared/site_rn/images/icon/list_icon_blue.gif) !important;
}
/* hcate_ttl
================================================== */
#tmp_hcate_ttl {
	margin:0 0 40px;
}
#tmp_hcate_ttl h1,
#tmp_hcate_ttl p {
	border:none !important;
	background-color:transparent !important;
	background-position:0 0 !important;
	background-repeat:no-repeat !important;
	-webkit-background-size:100% auto !important;
	-moz-background-size:100% auto !important;
	background-size:100% auto !important;
	margin:0 !important;
	padding:0 !important;
}
#tmp_hcate_ttl p {
	padding-top:12.91% !important;
}
#tmp_hcate_ttl h1,
#tmp_hcate_ttl h1 span,
#tmp_hcate_ttl p,
#tmp_hcate_ttl p span {
	width:100%;
	height:0;
}
/* chiji-top */
#tmp_hcate_ttl.hcate_ttl_chiji_top {
	margin-bottom:20px;
}
#tmp_hcate_ttl.hcate_ttl_chiji_top h1 {
	background-image:url(/shared/templates/chiji_rn/images/main/hcate_ttl_chiji_top.png);
	padding-top:40.65% !important;
}
/* chiji */
#tmp_hcate_ttl.hcate_ttl_chiji p {
	background-image:url(/shared/templates/chiji_rn/images/main/hcate_ttl_chiji.jpg);
}
/* kusuchan */
#tmp_hcate_ttl.hcate_ttl_kusuchan p {
	background-image:url(/shared/templates/movie_rn/images/main/hcate_ttl.jpg);
}
/* list_more_btn
================================================== */
.list_more_btn {
    font-size: 88.9%;
	position: relative;
	z-index: 3;
	text-align:center;
	clear:both;
}
.list_more_btn a {
	position: relative;
	min-width:316px;
    display: inline-block;
    text-decoration: none;
    padding: 22px 30px;
    color: #ffffff;
    background-color: #417f10;
    border: 2px solid #417f10;
	-webkit-border-radius:2.5em;
	-moz-border-radius:2.5em;
	border-radius:2.5em;
	box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	-moz-box-shadow: 0 0 5px rgba(89, 89, 89, 0.4);
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.list_more_btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
	right: 29px;
    display: block;
    width: 6px;
    height: 10px;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/arrow_icon_w_r_s.png) no-repeat top left;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
.list_more_btn a:hover,
.list_more_btn a:focus,
.list_more_btn a:active {
    background-color: #ffffff;
    color: #417f10;
}
.list_more_btn a:hover::before,
.list_more_btn a:focus::before {
	background-image:url(/shared/site_rn/images/icon/arrow_icon_g_r1.png);
}
/* トップSNS */
#tmp_top_sns .list_more_btn a {
	min-width:260px;
    padding: 11px 20px;
}
#tmp_top_sns .list_more_btn a::before {
	right: 20px;
}

/* バナー広告 */
#tmp_publicity_btn .list_more_btn {
    font-size: 77.8%;
}
#tmp_publicity_btn .list_more_btn a {
	min-width:204px;
    padding: 11px 20px;
}
#tmp_publicity_btn .list_more_btn a::before {
	right: 15px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 26px 0 26px 0;
    font-size: 88.9%;
    background: #ffffff;
    color: #222222;
}
#tmp_pankuzu a:first-child {
	padding: 0 0 0 24px;
    background: #ffffff url(/shared/site_rn/images/icon/icon_pankuzu.png) no-repeat 0 3px;
    min-height: 21px;
    display: inline-block;
}
/* social_plugins / update
================================================== */
#tmp_custom_update {
	text-align: right;
	margin:0 0 34px;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
    display: inline-block;
	vertical-align:top;
}
#tmp_social_plugins .social_media_btn {
	margin-left:15px;
}
#tmp_update {
	font-size: 77.8%;
}
#tmp_update span {
	margin-left:1em;
}
/* plugin
================================================== */
.plugin {
	margin:0 0 40px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
	font-size:77.8%;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:1px solid #cdcfde;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tmp_inquiry_ttl {
    padding: 16px 20px;
    background-color: #fcf4d1;
	color: #222222;
	border-bottom:1px dashed #cdcfde;
    font-size: 122.2%;
    font-weight: bold;
}
#tmp_inquiry_ttl h2 {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	font-size:100% !important;
	border:none !important;
}
#tmp_inquiry_cnt {
	padding:18px 22px 20px;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break:break-all;
	word-wrap:break-word;
}
#tmp_inquiry_cnt a {
	text-decoration: underline;
	color: #222222;
	background-color: transparent;
}
#tmp_inquiry_cnt a:focus,
#tmp_inquiry_cnt a:hover {
	text-decoration: none;
}
#tmp_inquiry_cnt p {
	line-height: 1.7;
}
/* publicity
================================================== */
#tmp_publicity {
	padding-top:145px;
	clear:both;
}
#tmp_publicity ul {
	list-style: none;
    margin: 0 -10px;
}
#tmp_publicity li {
	float:left;
	width:20% !important;
	padding:0 11px;
    margin: 0 0 20px;
}
#tmp_publicity li a {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	display: block;
	position: relative;
}
/*
#tmp_publicity li a:hover,
#tmp_publicity li a:focus,
#tmp_publicity li a:active {
	opacity: 0.7;
}
*/
#tmp_publicity li a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_publicity li a:hover:after,
#tmp_publicity li a:focus:after{
	border-color: #5cab1e;
}
#tmp_publicity li img {
	max-width:100%;
	height:auto;
	vertical-align: top;
}
#tmp_publicity_btn {
	padding-top:30px;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
    margin-top: 113px;
    color: #020000;
    background: #ffffff url(/shared/site_rn/images/footer/bg_footer.png) center top no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}
#tmp_footer .container {
    position: relative;
    padding-top: 27%;
}
.footer_heading {
    margin-bottom: 70px;
}
.footer_heading p {
    width: 430px;
    height: 86px;
    font-weight: bold;
    color: #020000;
    background: #ffffff url(/shared/site_rn/images/footer/logo_miy_pre.png) no-repeat;
}
.footer_heading p a,
.footer_heading p span {
    display: block;
    width: 430px;
    height: 86px;
}
.footer_heading p span {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/* pnavi  */
.pnavi,
.pnavi .ptop,
.pnavi a{
    width: 61px;
    height: 61px;
}
.pnavi {
    position: absolute;
    right: 50%;
    top: 142px;
    margin-right: -620px;
    z-index: 100;
    color: inherit;
	background-color: transparent;
}
.pnavi .ptop {
	text-align:left;
}
.pnavi a {
    position: relative;
    margin: 0 auto;
    padding: 10px 5px;
	display: block;
    text-indent: -99999px;
    text-decoration: none;
    font-size: 1rem;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/icon_pagetop.png) no-repeat;
    transition: 0.3s background ease-in-out;
    -moz-transition: 0.3s background ease-in-out;
    -webkit-transition: 0.3s background ease-in-out;
}
.pnavi a:before,
.pnavi a:after{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
}
.pnavi a:before{
    width: 80px;
    height: 80px;
    left: -10px;
    top: -9px;
    border: 2px solid #f7b82b;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.pnavi a:after{
    width: 100px;
    height: 100px;
    left: -20px;
    top: -19px;
    border: 2px solid #fff212;
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
.pnavi a:hover,
.pnavi a:focus,
.pnavi a:active {
    transition: 0.3s background ease-in-out;
    -moz-transition: 0.3s background ease-in-out;
    -webkit-transition: 0.3s background ease-in-out;
	text-decoration: underline;
    background: transparent url(/shared/site_rn/images/icon/icon_pagetop_hvr.png) no-repeat;
}
.pnavi a:hover:before,
.pnavi a:focus:before,
.pnavi a:active:before,
.pnavi a:hover:after,
.pnavi a:focus:after,
.pnavi a:active:after{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    -webkit-transition: 0.3s transform ease-in-out;
}
.pnavi_fixed.pnavi {
    position: fixed;
    bottom: 26px;
    top: auto;
}
/* fnavi  */
.fnavi {
    margin-bottom: 26px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.fnavi li {
    margin: 0 40px 0 0;
    float: left;
}
.fnavi li:last-child {
    margin-right: 0;
}
.fnavi li a{
    padding-left: 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 88.8%;
    color: #020000;
    background: #FFFFFF url(/shared/site_rn/images/icon/icon_fnavi_arrow.png) no-repeat 0 4px;
    background-size: 6px auto;
    -webkit-background-size: 6px auto;
}
.fnavi li a:hover,
.fnavi li a:focus{
    text-decoration: underline;
}
.footer_logo{
    margin-right: 10px;
    width: 190px;
    float: left;
}
.footer_logo p{
    color: #020000;
    background: #ffffff url(/shared/site_rn/images/footer/footer_logo.png) no-repeat;
}
.footer_logo p,
.footer_logo p a,
.footer_logo p span{
    width: 190px;
    height: 56px;
    display: block;
}
.footer_logo p span{
    position: relative;
    z-index: -1;
    overflow: hidden;
    font-weight: bold;
}
.footer_trademark{
    padding-top: 5px;
    overflow: hidden;
    font-size: 77.8%;
}
.footer_cnt {
    padding: 0 0 39px;
}
.footer_cnt address {
    margin: 0 0 5px;
    font-style: normal;
}
.footer_cnt address span {
    margin: 0 1em 0 0;
}
.copyright {
    text-align: left;
}
.footer_group{
    margin: 23px 0;
}
.footer_row .footer_col_lft,
.footer_row .footer_col_rgt,
.footer_bellow .footer_col_lft,
.footer_bellow .footer_col_rgt{
    float: left;
    width: 50%;
}
.government_panel ul{
    list-style: none;
    padding: 0;
    margin: 0 -9px;
    text-align: right;
}
.government_panel ul li{
    padding: 0 9px;
    margin: 0 0 15px -4px;
    display: inline-block;
    width: 120px;
}
.government_panel ul li a{
    position: relative;
    padding-bottom: 7px;
    display: table-cell;
    width: 680px;
    height: 102px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 77.8%;
    color: #FFFFFF;
    background-color: #3f8305;
    border: 1px solid #3f8305;
    text-decoration: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.government_panel ul li a:after{
    position: absolute;
    left: 50%;
    bottom: 29px;
    margin-left: -10px;
    content: '';
    width: 20px;
    height: 7px;
    color: inherit;
    background: transparent url(/shared/site_rn/images/icon/icon_foot_arrow.png) no-repeat;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.government_panel ul li a:hover,
.government_panel ul li a:focus{
    color: #3f8305;
    background-color: #FFFFFF;
}
.government_panel ul li a:hover:after,
.government_panel ul li a:focus:after{
    color: #020000;
    background: transparent url(/shared/site_rn/images/icon/icon_foot_arrow_gr.png) no-repeat;
}
.copyright{
    font-size: 88.8%;
}
.notify_para{
    text-align: right;
    font-size: 77.8%;
}
/* ==================================================
system
================================================== */
/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ichitaro {
	/* margin:0 3px; */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:56px;
	text-indent:0 !important;
	min-height:24px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left 0.2em;
	-webkit-background-size:48px auto;
	-moz-background-size:48px auto;
	background-size:48px auto;
	min-height:22px;
}
a.icon_pdf {
	background-image:url(/shared/site_rn/system/images/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/site_rn/system/images/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/site_rn/system/images/icon_excel.png);
}
a.icon_ichitaro {
	background-image:url(/shared/site_rn/system/images/icon_ichitaro.png);
}
/* 外部リンクアイコン
================================================== */
#tmp_contents a[href^="http"]:not([href*="//www.pref.miyazaki.lg.jp"]):not([href*="//www-pref-miyazaki-lg-jp"]):not([href*="//www.youtube.com"]) {
	/* margin:0 3px; */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:56px;
	text-indent:0 !important;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left 0.2em;
	-webkit-background-size:48px auto;
	-moz-background-size:48px auto;
	background-size:48px auto;
	min-height:22px;
	background-image:url(/shared/site_rn/system/images/icon_external.png);
}
#tmp_contents #tmp_osusume_contents a[href^="http"]:not([href*="//www.pref.miyazaki.lg.jp"]):not([href*="//www-pref-miyazaki-lg-jp"]) {
	padding-left:0;
	padding-right:56px;
	background-position:right 0.2em;
}
#tmp_contents a.noicon,
#tmp_contents a[href^="http"].noicon {
	margin:0 !important;
	padding: 0 !important;
	text-indent:0 !important;
	display:inline !important;
	background-position:0 0 !important;
	-webkit-background-size:auto auto !important;
	-moz-background-size:auto auto !important;
	background-size:auto auto !important;
	min-height:auto !important;
	background-image:none !important;
}
/* youtube
================================================== */
.frame_youtube,
.frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:inherit;
}
.frame_youtube object,
.frame_ustream object,
.frame_youtube iframe,
.frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
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: 40px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
    width: 100%;
}
div.col2 div.col2L {
    display: table;
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
    float: left;
}
div.col2 div.col2R {
    display: table;
    width: 50%;
    padding-left: 20px;
    float: left;
}

/* nestcol2 */

/* 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: 40px solid #FFFFFF;
}
div.col3 {
    width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
    display: table;
    width: 33.3333333%;
    margin-right: 0;
    padding-right: 20px;
    float: left;
}
div.col3 div.col3R {
    display: table;
    width: 33.3333333%;
    padding-left: 20px;
    float: left;
}
div.col3 div.col3M {
    padding-left: 20px;
}

.col2 img,
.col3 img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
    display: none !important;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    display: block !important;
    text-align: center;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
    display: none;
}
.wrap_mc_sp a{
    padding: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #417f10;
	font-size:4rem;
}
.wrap_mc_sp a:hover,
.wrap_mc_sp a:focus{
    text-decoration: underline;
}
/*
.disp_pc .pnavi_fixed.pnavi {
    position: absolute !important;
    top: 60px !important;
    bottom: auto !important;
    margin-right: 0 !important;
}
*/

/* ==================================================
modal
================================================== */
.modal-video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000000;
	cursor: pointer;
}
.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}
.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #000000;
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video-close-btn {
	position :absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
	cursor: pointer;
}
.modal-video-close-btn:before {
	transform: rotate(45deg);
}
.modal-video-close-btn:after {
	transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #ffffff;
	border-radius: 5px;
	margin-top: -6px;
}
/* ==================================================
fukidashi
================================================== */
.fukidashi_kp,
.fukidashi_kg {
	border:none;
	clear:both;
	text-align:left;
	width:100%;
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:0;
	border:none;
	margin-bottom:30px;
}
.fukidashi_kp td,
.fukidashi_kg td {
	vertical-align:top;
	font-weight:bold;
	color:#7A3110;
	background-color:transparent;
}
.fukidashi_kp .chara,
.fukidashi_kg .chara {
	width:188px;
}
.fukidashi_kp .chara p,
.fukidashi_kg .chara p {
	position:relative;
}
.fukidashi_kp .chara p {
	text-align:right;
	padding-left:36px;
}
.fukidashi_kg .chara p {
	text-align:left;
	padding-right:36px;
}
.fukidashi_kp .chara img,
.fukidashi_kg .chara img {
	max-width:100%;
	height:auto;
}
.fukidashi_kp .fukidashi,
.fukidashi_kg .fukidashi {
	padding:25px 30px;
	border-radius:8px;
}
.fukidashi_kp .fukidashi {
	border:4px solid #F48ABF !important;
}
.fukidashi_kg .fukidashi {
	border:4px solid #86CF3E !important;
}
.fukidashi_kp .chara p::after {
	content:'';
	position:absolute;
	left:-7px;
	/*bottom:12px;*/
	background:url(/shared/templates/free_rn/images/kids/fukidashi_p_img.gif) no-repeat;
	width:33px;
	height:23px;
	top:50%;
	margin-top:-11px;
}
.fukidashi_kg .chara p::after {
	content:'';
	position:absolute;
	right:-7px;
	/*bottom:12px;*/
	background:url(/shared/templates/free_rn/images/kids/fukidashi_g_img.gif) no-repeat;
	width:33px;
	height:23px;
	top:50%;
	margin-top:-11px;
}
.fukidashi_kp p,
.fukidashi_kg p {
	margin-bottom:0 !important;
}

/* ==================================================
emergency_popup
================================================== */
#tmp_emergency_pu_box *,
#tmp_emergency_pu_box *:before,
#tmp_emergency_pu_box *:after {
	box-sizing: border-box;
}
.disp_pc #tmp_emergency_pu_box {
	display: none;
}
.start_animation #tmp_emergency_pu_box {
	display: none !important;
}
.used_javascript #tmp_emergency_pu_box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2147483647;
	padding: 20px; /* 改 */
	min-height: 320px; /* 改 */
}
.used_javascript #tmp_emergency_pu_box,
.used_javascript #tmp_wrapper #tmp_emergency_pu_box {
	background-color: rgba(0,0,0,0.3) !important;
}
.used_javascript #tmp_emergency_pu_box .wrap_emergency_pu {
	position: relative;
	width: 980px;
	/*max-width: 80vw;*/
	/*height: auto;*/
	/*max-height: 100%;*/
	margin: auto;
	padding: 45px;
	background: #ffffff;
	height: 70%; /* 改 */
	display: flex; /* 改 */
	flex-direction: column; /* 改 */
}
@media screen and (max-width : 1280px) {
.used_javascript #tmp_emergency_pu_box .wrap_emergency_pu {
	padding: 3.5%;
}
}
.used_javascript.disp_pc #tmp_emergency_pu_box .wrap_emergency_pu {
	max-width: none;
}
.used_javascript #tmp_emergency_pu_box .pu_cnt {
	overflow: auto;
	/*max-height: 50vh;*/
	/*margin: auto;*/
}
.used_javascript #tmp_emergency_pu_close {
	text-align: center;
	margin-top: 20px;
}
.used_javascript #tmp_emergency_pu_box .pu_close {
	display: inline-block;
	margin: 0;
	line-height: 1.6;
}
.used_javascript #tmp_emergency_pu_box .pu_close a {
	display: block;
	color: #020000;
	padding: 9px 23px 7px 49px;
	text-decoration: none;
	position: relative;
	border: 1px solid #ffc34c;
	border-radius: 25px;
}
.used_javascript #tmp_emergency_pu_box .pu_close:focus,
.used_javascript #tmp_emergency_pu_box .pu_close:hover {
    text-decoration: underline;
}
.used_javascript #tmp_emergency_pu_box .pu_close a:before,
.used_javascript #tmp_emergency_pu_box .pu_close a:after {
    content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 3px;
	background-color: #020000;
	/*border-radius: 2px;*/
}
.used_javascript #tmp_emergency_pu_box .pu_close a:before {
	transform: translateY(-50%) rotate(45deg);
}
.used_javascript #tmp_emergency_pu_box .pu_close a:after {
	transform: translateY(-50%) rotate(-45deg);
}
.used_javascript #tmp_emergency_pu_box .pu_cnt img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
Required to CMS-8341
================================================== */
.used_javascript #tmp_emergency_pu_box h1,
.used_javascript #tmp_emergency_pu_box .h1 {
	margin: 0 0 0.8em;
	padding: 19px 60px 21px 20px;
	font-size: 177.8%;
	color: #222222;
	background-color: #fcf4d1;
	background-image: url(/shared/templates/free_rn/images/main/line_orange.png),url(/shared/templates/free_rn/images/icon/icon_h1_orange.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, right bottom;
	border-top: 4px solid #ffc421;
	clear:both; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box h2,
.used_javascript #tmp_emergency_pu_box .h2 {
	padding: 14px 115px 17px 21px;
	font-size: 155.6%;
	color: #222222;
	background-color: #d4f2ff;
	background-image: url(/shared/templates/free_rn/images/icon/icon_h2_blue.png),url(/shared/templates/free_rn/images/main/line_blue.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right center,left bottom;
}
.used_javascript #tmp_emergency_pu_box h3,
.used_javascript #tmp_emergency_pu_box .h3 {
	padding: 8px 21px 12px;
	font-size: 144.4%;
	color: #222222;
	background-color: #ffffff;
	background-image: url(/shared/templates/free_rn/images/main/line_orange_vertical.png),url(/shared/templates/free_rn/images/main/line_orange.png);
	background-repeat: repeat-y, repeat-x;
	background-position: left bottom,left bottom;
}
.used_javascript #tmp_emergency_pu_box h4,
.used_javascript #tmp_emergency_pu_box .h4 {
	padding: 0 0 7px 37px;
	font-size: 122.2%;
	color: #222222;
	background: #ffffff url(/shared/templates/free_rn/images/icon/icon_h4_ball.png) 0 3px no-repeat;
	-webkit-background-size: 31px auto;
	-moz-background-size: 31px auto;
	background-size: 31px auto;
	border-bottom: 2px solid #ffc421;
}
.used_javascript #tmp_emergency_pu_box h5,
.used_javascript #tmp_emergency_pu_box .h5 {
	padding-left: 24px;
	font-size: 111.1%;
	color: #222222;
	background: #ffffff url(/shared/templates/free_rn/images/icon/icon_h5_ball.png) no-repeat 0 7px;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	background-size: 18px auto;
}
.used_javascript #tmp_emergency_pu_box h6,
.used_javascript #tmp_emergency_pu_box .h6 {
	font-size: 100%;
}
.used_javascript #tmp_emergency_pu_box .h1,
.used_javascript #tmp_emergency_pu_box .h2,
.used_javascript #tmp_emergency_pu_box .h3,
.used_javascript #tmp_emergency_pu_box .h4,
.used_javascript #tmp_emergency_pu_box .h5,
.used_javascript #tmp_emergency_pu_box .h6 {
	font-weight: bold; /* 追加分 */
	line-height: 1.6; /* 追加分 */
}
.used_javascript #tmp_emergency_pu_box h2,
.used_javascript #tmp_emergency_pu_box h3,
.used_javascript #tmp_emergency_pu_box h4,
.used_javascript #tmp_emergency_pu_box h5,
.used_javascript #tmp_emergency_pu_box h6,
.used_javascript #tmp_emergency_pu_box .h2,
.used_javascript #tmp_emergency_pu_box .h3,
.used_javascript #tmp_emergency_pu_box .h4,
.used_javascript #tmp_emergency_pu_box .h5,
.used_javascript #tmp_emergency_pu_box .h6 {
	margin: 1.5em 0 0.8em;
	clear:both;
}
.used_javascript #tmp_emergency_pu_box table {
	word-break: break-all;
}
.used_javascript #tmp_emergency_pu_box p {
	margin:0 0 0.8em; /* Do not edit */
	line-height: 1.7;
}
.used_javascript #tmp_emergency_pu_box ul {
	margin:0 0 1em 2.3em; /* Do not edit */
	list-style-image:url(/shared/site_rn/images/icon/list_icon_yellow.gif); /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box ol {
	margin:0 0 1em 2.3em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box ul li,
.used_javascript #tmp_emergency_pu_box ol li {
	margin:0 0 0.4em; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box ul ul,
.used_javascript #tmp_emergency_pu_box ul ol,
.used_javascript #tmp_emergency_pu_box ol ul,
.used_javascript #tmp_emergency_pu_box ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
.used_javascript #tmp_emergency_pu_box .outline {
	margin:0 0 40px; /* Do not edit */
	border:2px solid #ffacbb;
	clear:both; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.outline td {
	padding:14px 18px 0;
	color:#222222;
	background-color:#fff0f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.used_javascript #tmp_emergency_pu_box div.outline {
	padding:14px 18px 0;
	color:#222222;
	background-color:#fff0f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.used_javascript #tmp_emergency_pu_box .outline ul {
	margin-left:24px; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .outline ol {
	margin-left:24px; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .outline ul ul,
.used_javascript #tmp_emergency_pu_box .outline ul ol,
.used_javascript #tmp_emergency_pu_box .outline ol ul,
.used_javascript #tmp_emergency_pu_box .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
.used_javascript #tmp_emergency_pu_box ul.box_btn {
	margin:0; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
.used_javascript #tmp_emergency_pu_box ul.box_btn li {
	margin:0 0 20px;
	font-weight: bold;
	line-height: 1.7;
	background-color: #def8c9;
	color: #222222;
	border: 1px solid #cdcfde;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 10px 15px 21px;
}
.used_javascript #tmp_emergency_pu_box ul.box_btn li p {
	margin: 0;
}
.used_javascript #tmp_emergency_pu_box ul.box_btn li a {
	display: block;
	margin: -15px -10px -15px -21px;
	padding: 15px 10px 15px 45px;
	background: transparent url(/shared/templates/free_rn/images/icon/icon_arrow_round_green.png) no-repeat 19px 21px;
	color: inherit;
	-webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    background-size: 16px auto;
	text-decoration: none;
}
.used_javascript #tmp_emergency_pu_box ul.box_btn li a:focus,
.used_javascript #tmp_emergency_pu_box ul.box_btn li a:hover {
	text-decoration: underline;
}
/* box_info h2,box_link h2
================================================== */
.used_javascript #tmp_emergency_pu_box .box_link .box_link_ttl h2,
.used_javascript #tmp_emergency_pu_box .box_info .box_info_ttl h2,
.used_javascript #tmp_emergency_pu_box .box_link .box_link_ttl .h2,
.used_javascript #tmp_emergency_pu_box .box_info .box_info_ttl .h2 {
	background:none;
	padding:0;
	margin:0;
	font-size:100%;
	border:none;
	line-height:1.7;
}
/* box_info
================================================== */
.used_javascript #tmp_emergency_pu_box .box_info {
	margin: 0 0 40px;
	border:1px solid #cdcfde;
	clear:both; /* Do not edit */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.used_javascript #tmp_emergency_pu_box table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_info .box_info_ttl {
	padding:14px 19px;
	font-weight:bold;
	background-color:#cbefff;
	color:#222222;
	border-bottom:1px dashed #cdcfde;
	font-size: 122.2%;
}
.used_javascript #tmp_emergency_pu_box .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_info .box_info_cnt {
	padding:18px 12px 0;
}
.used_javascript #tmp_emergency_pu_box .box_info ul {
	margin:0 0 1em 1.3em; /* Do not edit */
	list-style-image:url(/shared/site_rn/images/icon/list_icon_blue.gif); /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_info ol {
	margin:0 0 1em 1.3em; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_info ul ul,
.used_javascript #tmp_emergency_pu_box .box_info ul ol,
.used_javascript #tmp_emergency_pu_box .box_info ol ul,
.used_javascript #tmp_emergency_pu_box .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
.used_javascript #tmp_emergency_pu_box .box_link {
	margin: 0 0 40px;
	border:1px solid #cdcfde;
	clear:both; /* Do not edit */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.used_javascript #tmp_emergency_pu_box table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_link .box_link_ttl {
	padding:14px 19px;
	font-weight:bold;
	background-color:#cbefff;
	color: #222222;
	border-bottom:1px dashed #cdcfde;
	font-size: 122.2%;
}
.used_javascript #tmp_emergency_pu_box .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_link .box_link_cnt {
	padding:18px 12px 0;
}
.used_javascript #tmp_emergency_pu_box .box_link ul {
	margin-bottom:1em; /* Do not edit */
	margin-left:1.3em; /* Do not edit */
	list-style-image:url(/shared/site_rn/images/icon/list_icon_blue.gif); /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_link ol {
	margin-bottom:1em; /* Do not edit */
	margin-left:1.3em; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_link ul ul,
.used_javascript #tmp_emergency_pu_box .box_link ul ol,
.used_javascript #tmp_emergency_pu_box .box_link ol ul,
.used_javascript #tmp_emergency_pu_box .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
.used_javascript #tmp_emergency_pu_box .box_menu {
	margin: 0 0 40px;
	border: 1px solid #cdcfde;
	clear:both; /* Do not edit */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.used_javascript #tmp_emergency_pu_box table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_menu ul {
	margin:0 0 1em 1.1em; /* Do not edit */
	list-style-image:url(/shared/site_rn/images/icon/list_icon_green.gif); /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_menu ol {
	margin:0 0 1em 1.1em;  /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_menu ul ul,
.used_javascript #tmp_emergency_pu_box .box_menu ul ol,
.used_javascript #tmp_emergency_pu_box .box_menu ol ul,
.used_javascript #tmp_emergency_pu_box .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl {
	padding: 15px 10px 15px 21px;
    font-weight: bold;
	background: #def8c9 url(/shared/templates/free_rn/images/main/line_green.png) repeat-x left bottom;
	color: #222222;
	line-height: 1.7;
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl h2,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl h3,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl h4,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl h5,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl h6,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl .h2,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl .h3,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl .h4,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl .h5,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl .h6 {
	background:none;
	padding:0;
	margin:0;
	font-size:100%;
	border:none;
	line-height:1.7;
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl p {
	margin: 0;
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl a {
	display: block;
	margin: -15px -10px -15px -21px;
	padding: 15px 10px 15px 45px;
	background: transparent url(/shared/templates/free_rn/images/icon/icon_arrow_round_green.png) no-repeat 19px 21px;
	color: inherit;
	-webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;;
    background-size: 16px auto;;
	text-decoration: none;
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl a:focus,
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_ttl a:hover {
	text-decoration: underline;
}
.used_javascript #tmp_emergency_pu_box .box_menu .box_menu_cnt {
	padding: 16px 16px 10px;
}

/* datatable
   enquete_table
================================================== */
.used_javascript #tmp_emergency_pu_box table.datatable,
.used_javascript #tmp_emergency_pu_box table.enquete_table {
	margin: 0 0 40px;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cdcfde;
	word-break: break-all;
}
.used_javascript #tmp_emergency_pu_box table.datatable th,
.used_javascript #tmp_emergency_pu_box table.enquete_table th {
	padding:12px 18px;
	color:inherit;
	background-color:#fcf4d1;
	border:1px solid #cdcfde;
}
.used_javascript #tmp_emergency_pu_box table.datatable td,
.used_javascript #tmp_emergency_pu_box table.enquete_table td {
	padding:12px 18px;
	border:1px solid #cdcfde;
}
.used_javascript #tmp_emergency_pu_box table.datatable caption,
.used_javascript #tmp_emergency_pu_box table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable p {
	margin:0; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable ul,
.used_javascript #tmp_emergency_pu_box table.datatable ol,
.used_javascript #tmp_emergency_pu_box table.enquete_table ul,
.used_javascript #tmp_emergency_pu_box table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable ul ul,
.used_javascript #tmp_emergency_pu_box table.datatable ul ol,
.used_javascript #tmp_emergency_pu_box table.datatable ol ul,
.used_javascript #tmp_emergency_pu_box table.datatable ol ol,
.used_javascript #tmp_emergency_pu_box table.enquete_table ul ul,
.used_javascript #tmp_emergency_pu_box table.enquete_table ul ol,
.used_javascript #tmp_emergency_pu_box table.enquete_table ol ul,
.used_javascript #tmp_emergency_pu_box table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.enquete_table {
	width:100%; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.enquete_table th {
	width:20%; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.enquete_table .nes,
.used_javascript #tmp_emergency_pu_box table.enquete_table .memo {
	color:#b81212; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
.used_javascript #tmp_emergency_pu_box .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* base.css > Styles > th.bg_red */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css > Styles > th.bg_blue */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css > Styles > th.bg_green */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
.used_javascript #tmp_emergency_pu_box table.datatable table,
.used_javascript #tmp_emergency_pu_box table.enquete_table table {
	border:none; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable table th,
.used_javascript #tmp_emergency_pu_box table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable table td,
.used_javascript #tmp_emergency_pu_box table.enquete_table table td {
	border:none; /* Do not edit */
}
.used_javascript #tmp_emergency_pu_box table.datatable table.datatable {
	border:1px solid #cdcfde; /* = table.datatable */
}
.used_javascript #tmp_emergency_pu_box table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#fcf4d1; /* = table.datatable th */
	border:1px solid #cdcfde; /* = table.datatable th */
}
.used_javascript #tmp_emergency_pu_box table.datatable table.datatable td {
	border:1px solid #cdcfde; /* = table.datatable td */
}

/* ==================================================
accessibility style change:color
================================================== */

/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
    background-image: none !important;
    list-style-image: none !important;
	box-shadow:none !important;
}
.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,
.color_blue #tmp_emergency_pu_box .h1,
.color_blue #tmp_emergency_pu_box .h2,
.color_blue #tmp_emergency_pu_box .h3,
.color_blue #tmp_emergency_pu_box .h4,
.color_blue #tmp_emergency_pu_box .h5,
.color_blue #tmp_emergency_pu_box .h6,
.color_yellow #tmp_emergency_pu_box .h1,
.color_yellow #tmp_emergency_pu_box .h2,
.color_yellow #tmp_emergency_pu_box .h3,
.color_yellow #tmp_emergency_pu_box .h4,
.color_yellow #tmp_emergency_pu_box .h5,
.color_yellow #tmp_emergency_pu_box .h6,
.color_black #tmp_emergency_pu_box .h1,
.color_black #tmp_emergency_pu_box .h2,
.color_black #tmp_emergency_pu_box .h3,
.color_black #tmp_emergency_pu_box .h4,
.color_black #tmp_emergency_pu_box .h5,
.color_black #tmp_emergency_pu_box .h6 {
    padding: 5px !important;
    border: none !important;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
    border: none !important;
    padding: 0 !important;
}

/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
    margin: 0 !important;
    padding: 0 !important;
}

/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
    background-color: transparent !important;
}

/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
    background-color: #FFFFFF !important;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
    color: #FFFF00 !important;
    background-color: #00008B !important;
    border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
    color: #FFFFFF !important;
    background-color: transparent !important;
}
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_emergency_pu_box .h1 {
    border: 3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_emergency_pu_box .h2 {
    border-bottom: 1px solid yellow !important;
    border-left: 3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_emergency_pu_box .h3 {
    border-left: 3px solid yellow !important;
}
.color_blue #tmp_wrapper #tmp_lnavi_cnt .active a,
.color_blue #tmp_wrapper #tmp_lnavi_cnt li a:focus,
.color_blue #tmp_wrapper #tmp_lnavi_cnt li a:hover {
    color: #00008B !important;
	background-color:#FFFF00 !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,
.color_yellow #tmp_emergency_pu_box .h1 {
    border: 3px solid black !important;
}
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_emergency_pu_box .h2 {
    border-bottom: 1px solid black !important;
    border-left: 3px solid black !important;
}
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_emergency_pu_box .h3 {
    border-left: 3px solid black !important;
}
.color_yellow #tmp_wrapper #tmp_lnavi_cnt .active a,
.color_yellow #tmp_wrapper #tmp_lnavi_cnt li a:focus,
.color_yellow #tmp_wrapper #tmp_lnavi_cnt li a:hover {
    color: #FFFF00 !important;
	background-color:#000000 !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,
.color_black #tmp_emergency_pu_box .h1 {
    border: 3px solid yellow !important;
}
.color_black #tmp_wrap_main h2,
.color_black #tmp_emergency_pu_box .h2 {
    border-left: 3px solid yellow !important;
    border-bottom: 1px solid yellow !important;
}
.color_black #tmp_wrap_main h3,
.color_black #tmp_emergency_pu_box .h3 {
    border-left: 3px solid yellow !important;
}
.color_black #tmp_wrapper #tmp_lnavi_cnt .active a,
.color_black #tmp_wrapper #tmp_lnavi_cnt li a:focus,
.color_black #tmp_wrapper #tmp_lnavi_cnt li a:hover {
    color: #000000 !important;
	background-color:#FFFF00 !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
    color: #000000 !important;
    border-color: yellow !important;
    list-style-image: none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
    color: #7777CC !important;
}
/* ================================================== */
.color_blue #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_blue,
.color_black #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_blue,
.color_yellow #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_blue {
	background-color:#0033ff !important;
	border-color:#ffff00 !important;
	color:#ffff00 !important;
}
.color_blue #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_black,
.color_black #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_black,
.color_yellow #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_black {
	background-color:#000000 !important;
	border-color:#ffff00 !important;
	color:#ffff00 !important;
}
.color_blue #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_yellow,
.color_black #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_yellow,
.color_yellow #tmp_wrapper .func_tint .func_tint_cnt ul li a.change_yellow {
	background-color:#ffff00 !important;
	border-color:#000000 !important;
	color:#000000 !important;
}
.color_blue .gnavi > .container > ul ul li a:before,
.color_black .gnavi > .container > ul ul li a:before{
    background-color: #FFFF00 !important;
}
.color_yellow .gnavi > .container > ul ul li a:before{
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper .cnavi_sch_label label,
.color_black #tmp_wrapper .cnavi_sch_label label,
.color_yellow #tmp_wrapper .cnavi_sch_label label{
    background-image: url(/shared/site_rn/images/icon/search_icon_wh.png) !important;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
}
.color_blue #tmp_wrapper .footer_heading p,
.color_black #tmp_wrapper .footer_heading p,
.color_yellow #tmp_wrapper .footer_heading p{
    line-height: 1.4;
}
.color_blue #tmp_wrapper .footer_heading p,
.color_black #tmp_wrapper .footer_heading p,
.color_yellow #tmp_wrapper .footer_heading p,
.color_blue #tmp_wrapper .footer_heading p span,
.color_black #tmp_wrapper .footer_heading p span,
.color_yellow #tmp_wrapper .footer_heading p span{
    min-height: 39px;
    width: 100%;
    height: auto;
}
.color_black #tmp_wrapper .footer_logo p,
.color_blue #tmp_wrapper .footer_logo p,
.color_yellow #tmp_wrapper .footer_logo p,
.color_black #tmp_wrapper .footer_logo p span,
.color_blue #tmp_wrapper .footer_logo p span,
.color_yellow #tmp_wrapper .footer_logo p span{
    height: auto;
    width: 100%;
}
.color_blue #tmp_wrapper .government_panel ul li a,
.color_black #tmp_wrapper .government_panel ul li a,
.color_yellow #tmp_wrapper .government_panel ul li a{
    padding: 5px;
}
.color_blue #tmp_wrapper .government_panel ul li a:after,
.color_black #tmp_wrapper .government_panel ul li a:after,
.color_yellow #tmp_wrapper .government_panel ul li a:after{
    display: none;
}
.color_blue .spmenu_open:before{
    color: #FFFF00 !important;
    background-color: #00008B !important;
}
.color_yellow .spmenu_open:before,
.color_black .spmenu_open:before{
    color: #FFFF00 !important;
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_sch_btn,
.color_black #tmp_wrapper #tmp_sch_btn,
.color_blue #tmp_wrapper #tmp_sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_sch_btn,
.color_black #tmp_wrapper #tmp_sma_sch_btn,
.color_blue #tmp_wrapper #tmp_sma_sch_btn {
    background-image:  url(/shared/site_rn/images/icon/wh_search_icon.png) !important;
	background-position:center center !important;
}
.color_yellow #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a {
    text-indent: 0;
    border: 1px solid transparent;
    width: auto;
    height: auto;
    padding: 8px;
}
.color_yellow #tmp_wrapper .pnavi,
.color_black #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi .ptop,
.color_black #tmp_wrapper .pnavi .ptop,
.color_blue #tmp_wrapper .pnavi .ptop{
    width: auto;
    height: auto;
}
.color_yellow .pnavi a::before,
.color_black .pnavi a::before,
.color_blue .pnavi a::before,
.color_yellow .pnavi a::after,
.color_black .pnavi a::after,
.color_blue .pnavi a::after {
	display:none !important;
}
.color_yellow .top_func_block ul > li.gear_icon.active:after,
.color_yellow .top_func_block ul > li.earth_icon.active:after{
    background-color: #FFFF00 !important;
}
.color_black .top_func_block ul > li.gear_icon.active:after,
.color_black .top_func_block ul > li.earth_icon.active:after{
    background-color: #000000 !important;
}
.color_blue .top_func_block ul > li.gear_icon.active:after,
.color_blue .top_func_block ul > li.earth_icon.active:after{
    background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_sch_btn,
.color_black #tmp_wrapper #tmp_sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_sch_btn,
.color_black #tmp_wrapper #tmp_sma_sch_btn {
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_sch_btn,
.color_blue #tmp_wrapper #tmp_sma_sch_btn {
    background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_sch_btn {
	border:1px solid #000000 !important;
	width:35px;
}
.color_black #tmp_wrapper #tmp_sch_btn,
.color_blue #tmp_wrapper #tmp_sch_btn,
.color_black #tmp_wrapper #tmp_sma_sch_btn,
.color_blue #tmp_wrapper #tmp_sma_sch_btn {
	border:1px solid #FFFF00 !important;
}
.color_blue #tmp_sch_query,
.color_blue #tmp_sma_sch_query,
.color_yellow #tmp_sch_query,
.color_yellow #tmp_sma_sch_query,
.color_black #tmp_sch_query,
.color_black #tmp_sma_sch_query {
	padding-left:104px;
}
.color_yellow #tmp_wrapper .cnavi_sch_label,
.color_blue #tmp_wrapper .cnavi_sch_label,
.color_black #tmp_wrapper .cnavi_sch_label {
	font-size:1rem;
	line-height:1.1;
	top:5px;
}
.color_yellow #tmp_wrapper .cnavi_sch_label label,
.color_blue #tmp_wrapper .cnavi_sch_label label,
.color_black #tmp_wrapper .cnavi_sch_label label {
	text-indent:0;
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	padding:0 3px;
	background-image:none !important;
}
.color_blue .emergency_menu,
.color_yellow .emergency_menu,
.color_black .emergency_menu,
.color_blue #tmp_post_wrap .post_link_list li a,
.color_yellow #tmp_post_wrap .post_link_list li a,
.color_black #tmp_post_wrap .post_link_list li a,
.color_blue #tmp_idx_news,
.color_yellow #tmp_idx_news,
.color_black #tmp_idx_news {
	border:2px solid;
}
.color_blue .emergency_cnt,
.color_yellow .emergency_cnt,
.color_black .emergency_cnt,
.color_blue .disaster_menu .disaster_cnt,
.color_yellow .disaster_menu .disaster_cnt,
.color_black .disaster_menu .disaster_cnt {
	border:1px solid;
}
.color_blue .top_menu .nav_top > li > a::after,
.color_yellow .top_menu .nav_top > li > a::after,
.color_black .top_menu .nav_top > li > a::after,
.color_blue .emergency_cnt .emergency_btn li a::after,
.color_yellow .emergency_cnt .emergency_btn li a::after,
.color_black .emergency_cnt .emergency_btn li a::after,
.color_blue #tmp_contents .read_all ul li a::before,
.color_yellow #tmp_contents .read_all ul li a::before,
.color_black #tmp_contents .read_all ul li a::before,
.color_blue .list_more_btn a::before,
.color_yellow .list_more_btn a::before,
.color_black .list_more_btn a::before {
	content:'';
	position:absolute;
	margin-top:-4px;
	top:50%;
	right:10px;
	width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image:none !important;
	background-color:transparent !important;
	color:inherit !important;
}
.color_blue .list_more_btn a::before,
.color_yellow .list_more_btn a::before,
.color_black .list_more_btn a::before {
	right:20px;
}
.color_blue .top_menu .nav_top > li.link_emergency > a::after,
.color_yellow .top_menu .nav_top > li.link_emergency > a::after,
.color_black .top_menu .nav_top > li.link_emergency > a::after {
	margin-top:0;
	margin-left:-4px;
	top:auto;
	right:auto;
	left:50%;
	bottom:5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #tmp_contents .channel_list_box .channel_item_ttl a::after,
.color_yellow #tmp_contents .channel_list_box .channel_item_ttl a::after,
.color_black #tmp_contents .channel_list_box .channel_item_ttl a::after,
.color_blue .kusuchan_list_btn a::before,
.color_yellow .kusuchan_list_btn a::before,
.color_black .kusuchan_list_btn a::before {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:20px;
	width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image:none !important;
	background-color:transparent !important;
	color:inherit !important;
}
.color_blue #tmp_post_wrap .post_img_block .post_img,
.color_yellow #tmp_post_wrap .post_img_block .post_img,
.color_black #tmp_post_wrap .post_img_block .post_img {
	display:none;
}
.color_blue #tmp_menu_link .menu_list li a:hover,
.color_yellow #tmp_menu_link .menu_list li a:hover,
.color_black #tmp_menu_link .menu_list li a:hover,
.color_blue #tmp_post_wrap .post_link_list li a:hover,
.color_yellow #tmp_post_wrap .post_link_list li a:hover,
.color_black #tmp_post_wrap .post_link_list li a:hover,
.color_blue #tmp_contents .read_all ul li a:hover,
.color_yellow #tmp_contents .read_all ul li a:hover,
.color_black #tmp_contents .read_all ul li a:hover,
.color_blue #tmp_recommend_site .recommend_site_cnt li a:hover,
.color_yellow #tmp_recommend_site .recommend_site_cnt li a:hover,
.color_black #tmp_recommend_site .recommend_site_cnt li a:hover,
.color_blue .government_panel ul li a:hover,
.color_yellow .government_panel ul li a:hover,
.color_black .government_panel ul li a:hover {
	text-decoration:underline !important;
}
.color_blue #tmp_menu_link .menu_list li a::after,
.color_yellow #tmp_menu_link .menu_list li a::after,
.color_black #tmp_menu_link .menu_list li a::after {
	content:'';
	position:absolute;
	top:50%;
	right:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	background-image:none;
	background-color:transparent !important;
}
.color_blue #tmp_menu_link .menu_list li a::after,
.color_black #tmp_menu_link .menu_list li a::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.color_yellow #tmp_menu_link .menu_list li a::after {
	border-color: #000000 transparent transparent transparent !important;
}
.color_yellow #tmp_topics .topic_info::after,
.color_black #tmp_topics .topic_info::after,
.color_blue #tmp_topics .topic_info::after,
.color_yellow #tmp_information .information_col_rgt .box_item::after,
.color_black #tmp_information .information_col_rgt .box_item::after,
.color_blue #tmp_information .information_col_rgt .box_item::after,
.color_yellow #tmp_measures .measures_item_cnt::after,
.color_black #tmp_measures .measures_item_cnt::after,
.color_blue #tmp_measures .measures_item_cnt::after,
.color_yellow #tmp_agency .agency_inner .box_ttl::after,
.color_black #tmp_agency .agency_inner .box_ttl::after,
.color_blue #tmp_agency .agency_inner .box_ttl::after,
.color_yellow #tmp_top_sns .top_sns_other ul li a::after,
.color_black #tmp_top_sns .top_sns_other ul li a::after,
.color_blue #tmp_top_sns .top_sns_other ul li a::after,
.color_yellow #tmp_post_wrap .post_link_list li a::after,
.color_black #tmp_post_wrap .post_link_list li a::after,
.color_blue #tmp_post_wrap .post_link_list li a::after,
.color_yellow .box_latest_kusuchan .latest_kusuchan_inner::before,
.color_black .box_latest_kusuchan .latest_kusuchan_inner::before,
.color_blue .box_latest_kusuchan .latest_kusuchan_inner::before {
	content:'';
	position:absolute;
	bottom:5px;
	right:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	background-image:none;
	background-color:transparent !important;
	color:inherit !important;
}
.color_black #tmp_topics .topic_info::after,
.color_blue #tmp_topics .topic_info::after,
.color_black #tmp_information .information_col_rgt .box_item::after,
.color_blue #tmp_information .information_col_rgt .box_item::after,
.color_black #tmp_measures .measures_item_cnt::after,
.color_blue #tmp_measures .measures_item_cnt::after,
.color_black #tmp_agency .agency_inner .box_ttl::after,
.color_blue #tmp_agency .agency_inner .box_ttl::after,
.color_black #tmp_top_sns .top_sns_other ul li a::after,
.color_blue #tmp_top_sns .top_sns_other ul li a::after,
.color_blue #tmp_post_wrap .post_link_list li a::after,
.color_black #tmp_post_wrap .post_link_list li a::after,
.color_black .box_latest_kusuchan .latest_kusuchan_inner::before,
.color_blue .box_latest_kusuchan .latest_kusuchan_inner::before {
	border-color: transparent transparent #ffffff transparent !important;
}
.color_yellow #tmp_topics .topic_info::after,
.color_yellow #tmp_information .information_col_rgt .box_item::after,
.color_yellow #tmp_measures .measures_item_cnt::after,
.color_yellow #tmp_agency .agency_inner .box_ttl::after,
.color_yellow #tmp_top_sns .top_sns_other ul li a::after,
.color_yellow #tmp_post_wrap .post_link_list li a::after,
.color_yellow .box_latest_kusuchan .latest_kusuchan_inner::before {
	border-color: transparent transparent #000000 transparent !important;
}

.color_blue #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl,
.color_blue .box_latest_kusuchan .latest_kusuchan_inner,
.color_yellow .box_latest_kusuchan .latest_kusuchan_inner,
.color_black .box_latest_kusuchan .latest_kusuchan_inner {
	border:2px solid;
}
.color_blue #tmp_lnavi_ttl a,
.color_yellow #tmp_lnavi_ttl a,
.color_black #tmp_lnavi_ttl a,
.color_blue #tmp_lnavi_cnt li a,
.color_yellow #tmp_lnavi_cnt li a,
.color_black #tmp_lnavi_cnt li a,
.color_blue #tmp_contents .box_menu .box_menu_ttl a,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a,
.color_black #tmp_contents .box_menu .box_menu_ttl a,
.color_blue #tmp_jigyousya_links .jigyousya_link_cnt li,
.color_yellow #tmp_jigyousya_links .jigyousya_link_cnt li,
.color_black #tmp_jigyousya_links .jigyousya_link_cnt li,
.color_blue #tmp_contents .channel_list_box .channel_item_cnt li a,
.color_yellow #tmp_contents .channel_list_box .channel_item_cnt li a,
.color_black #tmp_contents .channel_list_box .channel_item_cnt li a,
.color_blue .fnavi li a,
.color_yellow .fnavi li a,
.color_black .fnavi li a {
	position:relative;
}
.color_blue #tmp_lnavi_cnt li:first-child,
.color_yellow #tmp_lnavi_cnt li:first-child,
.color_black #tmp_lnavi_cnt li:first-child {
	border-top:none !important;
}
.color_blue #tmp_jigyousya_links .jigyousya_link_cnt li::before,
.color_yellow #tmp_jigyousya_links .jigyousya_link_cnt li::before,
.color_black #tmp_jigyousya_links .jigyousya_link_cnt li::before,
.color_blue #tmp_lnavi_cnt li a::before,
.color_yellow #tmp_lnavi_cnt li a::before,
.color_black #tmp_lnavi_cnt li a::before,
.color_blue #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_yellow #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_black #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_blue .fnavi li a::before,
.color_yellow .fnavi li a::before,
.color_black .fnavi li a::before {
	content:'';
	position:absolute;
	margin-top:-4px;
	top:50%;
	left:18px;
	width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_yellow #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_black #tmp_contents .channel_list_box .channel_item_cnt li a::before,
.color_blue .fnavi li a::before,
.color_yellow .fnavi li a::before,
.color_black .fnavi li a::before {
	left:0;
}
.color_blue #tmp_contents .box_menu .box_menu_ttl a::before,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a::before,
.color_black #tmp_contents .box_menu .box_menu_ttl a::before,
.color_blue #tmp_lnavi_ttl a::before,
.color_yellow #tmp_lnavi_ttl a::before,
.color_black #tmp_lnavi_ttl a::before {
	content:'';
	position:absolute;
	margin-top:-5px;
	top:50%;
	left:0;
	width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .box_menu .box_menu_ttl a::before,
.color_yellow #tmp_contents .box_menu .box_menu_ttl a::before,
.color_black #tmp_contents .box_menu .box_menu_ttl a::before {
	left:20px;
}
.color_blue #tmp_contents .fukidashi_kp .fukidashi::after,
.color_yellow #tmp_contents .fukidashi_kp .fukidashi::after,
.color_black #tmp_contents .fukidashi_kp .fukidashi::after,
.color_blue #tmp_contents .fukidashi_kg .fukidashi::after,
.color_yellow #tmp_contents .fukidashi_kg .fukidashi::after,
.color_black #tmp_contents .fukidashi_kg .fukidashi::after {
	display:none;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
    font-size: 75% !important;
}
.fsize_small .top_func_block li.earth_icon a{
	top: 0;
    background-position: 0 0;
}
.fsize_small .top_func_block li.gear_icon a{
    top: 0;
    background-position: 0 0;
}
.fsize_small .emergency_close_btn a{
    padding: 3px 0 4px 28px;
}
.fsize_small .emergency_ttl{
    padding-top: 10px;
}
.fsize_small .top_func_block .func_cate,
.fsize_small .top_func_block .func_cate_lang{
    top: 31px;
}
/* big
================================================== */
.fsize_big {
    font-size: 125% !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
    font-size: 175% !important;
}
/*
.fsize_big2 #tmp_emergency {
	top:153px;
}
*/
.fsize_big2 .pos_rel + #tmp_emergency {
	top:auto;
}
.fsize_big2 .government_panel ul li a{
    padding-top: 5px;
}
.fsize_big2 .government_panel ul li a:after{
    bottom: 13px;
}
.fsize_big .top_func_block ul > li > a,
.fsize_big2 .top_func_block ul > li > a{
	font-size: 1rem;
}
.fsize_big .top_search,
.fsize_big2 .top_search{
    margin-left: 12px;
}
.fsize_big2 .top_menu .nav_top > li > a{
    padding-left: 5px !important;
}
.fsize_big2 .top_func_block ul > li.func_furigana{
    margin-top: 15px;
}
.fsize_big2 .top_func_block .func_cate,
.fsize_big2 .top_func_block .func_cate_lang{
    top: 40px;
	/* width:590px; */
}
.fsize_big2 #tmp_contents #tmp_kid_posts .work_miyazaki_box .kid_post_ttl {
	margin-left:0;
}
/* ==================================================
リンク領域の拡張 - hover -
================================================== */
#tmp_topics .topic_item .topic_item_wrap:after,
#tmp_information .box_item:before,
#tmp_measures .measures_item:after,
#tmp_agency .agency_inner .box_item:after,
#tmp_post_link .post_item_cnt::after,
.box_latest_kusuchan .latest_kusuchan_inner::after,
#tmp_chiji_gallery .box_item::after {
	pointer-events: none;
}
.no_javascript #tmp_topics .topic_ttl a,
.no_javascript #tmp_information .box_ttl a,
.no_javascript #tmp_measures .measures_item a,
.no_javascript #tmp_agency .agency_inner .box_ttl a,
.no_javascript #tmp_post_link .post_item_cnt a,
.no_javascript .box_latest_kusuchan .latest_kusuchan_inner a,
.no_javascript #tmp_chiji_gallery .box_item a {
	text-decoration:underline !important;
}
.no_javascript #tmp_topics .topic_ttl a:hover,
.no_javascript #tmp_post_link .post_item_cnt a:hover,
.no_javascript #tmp_information .box_ttl a:hover,
.no_javascript #tmp_measures .measures_item a:hover,
.no_javascript #tmp_agency .agency_inner .box_ttl a:hover,
.no_javascript .box_latest_kusuchan .latest_kusuchan_inner a:hover,
.no_javascript #tmp_chiji_gallery .box_item a:hover,
.no_javascript #tmp_topics .topic_ttl a:focus,
.no_javascript #tmp_post_link .post_item_cnt a:focus,
.no_javascript #tmp_information .box_ttl a:focus,
.no_javascript #tmp_measures .measures_item a:focus,
.no_javascript #tmp_agency .agency_inner .box_ttl a:focus,
.no_javascript .box_latest_kusuchan .latest_kusuchan_inner a:focus,
.no_javascript #tmp_chiji_gallery .box_item a:focus {
	text-decoration:none !important;
}
.color_blue #tmp_topics .topic_item .topic_item_wrap:after,
.color_blue #tmp_information .box_item:before,
.color_blue #tmp_measures .measures_item:after,
.color_blue #tmp_agency .agency_inner .box_item:after,
.color_blue #tmp_post_link .post_item_cnt::after,
.color_blue .box_latest_kusuchan .latest_kusuchan_inner::after,
.color_blue #tmp_chiji_gallery .box_item::after,
.color_blue #tmp_information .info_box_hinata::before,
.color_blue #tmp_post_wrap .post_link_list li a::before,

.color_yellow #tmp_topics .topic_item .topic_item_wrap:after,
.color_yellow #tmp_information .box_item:before,
.color_yellow #tmp_measures .measures_item:after,
.color_yellow #tmp_agency .agency_inner .box_item:after,
.color_yellow #tmp_post_link .post_item_cnt::after,
.color_yellow .box_latest_kusuchan .latest_kusuchan_inner::after,
.color_yellow #tmp_chiji_gallery .box_item::after,
.color_yellow #tmp_information .info_box_hinata::before,
.color_yellow #tmp_post_wrap .post_link_list li a::before,

.color_black #tmp_topics .topic_item .topic_item_wrap:after,
.color_black #tmp_information .box_item:before,
.color_black #tmp_measures .measures_item:after,
.color_black #tmp_agency .agency_inner .box_item:after,
.color_black #tmp_post_link .post_item_cnt::after,
.color_black .box_latest_kusuchan .latest_kusuchan_inner::after,
.color_black #tmp_chiji_gallery .box_item::after,
.color_black #tmp_information .info_box_hinata::before,
.color_black #tmp_post_wrap .post_link_list li a::before {
	display:none;
}
.color_blue #tmp_measures .measures_item,
.color_yellow #tmp_measures .measures_item,
.color_black #tmp_measures .measures_item,
.color_blue #tmp_topics .topic_item .topic_item_wrap,
.color_yellow #tmp_topics .topic_item .topic_item_wrap,
.color_black #tmp_topics .topic_item .topic_item_wrap,
.color_blue #tmp_information .info_box_hinata,
.color_yellow #tmp_information .info_box_hinata,
.color_black #tmp_information .info_box_hinata {
	border:2px solid;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
.header_wrap:after,
.top_func_inner:after,
.top_func_block:after,
.top_menu ul:after,
.emergency_cnt:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
.gnavi .drop_down_hidden .inner_drop_down_hidden: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,
#tmp_recommend_site .recommend_site_cnt ul:after,
.emergency_cnt .emergency_btn ul:after,
.footer_heading:after,
.footer_group:after,
.footer_row:after,
.footer_bellow:after,
.government_panel:after,
.government_panel ul:after,
.emergency_heading:after,
.emergency_announce:after,
.emergency_announce .emergency_row:after,
.emergency_announce .emergency_load_heading:after,
.emergency_announce .emergency_load_heading:after,
.emergency_list li:after,
.disaster_menu:after,
.disaster_menu .disaster_button:after,
.disaster_menu .disaster_inner:after,
.disaster_menu .disaster_cnt:after,
.disaster_list ul li:after,
.disaster_menu .disaster_heading:after,
#tmp_publicity ul:after {
    content: "";    /* Do not edit */
    display: table;    /* Do not edit */
    clear: both;    /* Do not edit */
}

