@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 {
	color:#222222;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size:112.5%;	/* 18px */
	color:#222222;
	background-color:#ffffff;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #b13426;	/* Setting by CMS sheets */
}
.txt_green {
	color: #106724;	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 130%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;	/* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #feecec;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #e7f5ff;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1280px;
	margin: 0 auto;
	overflow-y:hidden;
}
#tmp_wrapper.spmenu_open {
	overflow-y:auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
#tmp_wrap_main {
	padding:0 0 20px;
}
#tmp_contents {
	padding:0 0 40px;
}
.custom_progress #tmp_wrapper3 {
	position:relative;
	z-index:2;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.col_main {
	padding: 10px 0 50px;
}
.column_cnt .col_main {
	padding:0;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}
.type_idx .wrap_col_rgt_navi {
	padding-top:16px;
}
/* header
================================================== */
#tmp_header {
	position: relative;
	color:inherit;
	background-color:#ffffff;
	border-bottom: 1px solid #ececec;
}
#tmp_header .container {
	position: relative;
}
#tmp_hlogo {
	padding:10px 60px 9px 0;
	float: left;
	width: 404px;
	position: relative;
}
#tmp_hlogo:after {
	content:'';
	z-index:1;
	position:absolute;
	right:0;
	bottom:-1px;
	background:url(/shared/images/header/header_onigirimaru.png) no-repeat;
	width:34px;
	height:53px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 344px;
	height: 41px;
	font-size: 1rem;
	font-weight: bold;
	color: #222222;
	background: #FFFFFF url(/shared/images/header/hlogo.png) no-repeat scroll;
}
#tmp_hlogo a {
	display: block;
	width: 344px;
	height: 41px;
	text-decoration: none;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 344px;
	height: 41px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
/* means
================================================== */
#tmp_means{
	float: right;
	width: 790px;
	text-align: right;
	padding: 6px 0;
}
#tmp_setting{
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#tmp_setting ul:before,
#tmp_setting ul:after,
.emergency_aside ul:before,
.emergency_aside ul:after{
	content: '';
	display: table;
}
#tmp_setting ul:after,
.emergency_aside ul:after{
	clear: both;
}
#tmp_setting ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#tmp_setting > ul > li{
	position: relative;
	float: left;
}
.no_javascript #tmp_setting .func_browser {
	display:none;
}
#tmp_setting > ul > li > a {
	display: block;
	color: #222222;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size:0.875rem;
}
#tmp_setting ul li a:hover,
#tmp_setting ul li a:focus {
	text-decoration: underline;
}
#tmp_setting > ul > .func_language > a {
	padding: 15px 15px 12px 22px;
	min-height: 16px;
}
#tmp_setting > ul > .func_language > a,
#tmp_setting > ul > .func_browser > a {
	display: block;
}
#tmp_setting > ul > .func_language > a{
	color: inherit;
	background: transparent url(/shared/images/icon/icon_language.png) no-repeat left 1.2em;
}
#tmp_setting > ul > .func_browser > a {
	position: relative;
	padding: 14px 16px 14px 44px;
	min-height: 18px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_setting.png) no-repeat 20px center;
}
#tmp_setting > ul > .func_browser > a.active{
	color: #222222;
	background-color: #dbecdf;
	margin-bottom:-1px;
	border: 1px solid #54a366;
}
#tmp_setting > ul > .func_browser > a.active:after{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -4px;
	z-index: 200;
	content: '';
	display: block;
	height: 9px;
	color: #222222;
	background-color: #dbecdf;
	border-left: 1px solid #54a366;
	border-right: 1px solid #54a366;
}
#tmp_setting > ul > .func_browser > a.active:hover,
#tmp_setting > ul > .func_browser > a.active:focus {
	text-decoration: none;
}
.no_javascript #tmp_setting .func_browser {
	display:none;
}
.func_cate{
	position: absolute;
	left: -236px;
	top: 70px;
	z-index: 100;
	padding: 4px 4px 0;
	border: 2px solid #0176b2;
	display: none;
	width: 540px;
	min-height: 54px;
	color: #FFFFFF;
	background-color: #037f9e;
}
.func_cate ul li{
	float: left;
	margin: 0 3px 3px 0;
}
.func_cate ul li a{
	padding: 11px 12px 8px 20px;
	color: #222222;
	display: block;
	text-decoration: none;
}
.func_cate ul li a:hover,
.func_cate ul li a:focus{
	text-decoration: underline;
}
.emergency_aside{
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.emergency_aside > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.emergency_aside > ul > li{
	position: relative;
	float: left;
	margin-left: 4px;
}
.emergency_aside > ul > li:first-child{
	margin-left: 0;
}
.emergency_aside > ul > li > a{
	position: relative;
	padding: 12px 42px 11px 14px;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
}
.emergency_aside > ul > li > a:hover,
.emergency_aside > ul > li > a:focus{
	text-decoration: underline;
}
.emergency_aside > ul > .link_emergency{
	width: 170px;
}
.emergency_aside > ul > .link_emergency > a{
	color: #531b1b;
	background-color: #ffecec;
	border: 1px solid #cd7970;
}
.emergency_aside > ul > .link_emergency > a:hover,
.emergency_aside > ul > .link_emergency > a:focus {
	text-decoration:underline;
}
.emergency_aside > ul > .link_emergency > a:before{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -8px;
	z-index: 200;
	content: '';
	display: block;
	height: 10px;
	color: #222222;
	background-color: #ffecec;
	border-left: 1px solid #cd7970;
	border-right: 1px solid #cd7970;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.emergency_aside > ul > .link_emergency > a.active:before{
	opacity: 1;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.emergency_aside > ul > .link_emergency > a:after,
.emergency_aside > ul > .link_safety > a:after{
	content: '';
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -7px;
	width: 11px;
	height: 13px;
	display: inline-block;
	color: inherit;
}
.emergency_aside > ul > .link_emergency > a:after{
	background: transparent url(/shared/images/icon/arrow_emergency.png) no-repeat;
}
.emergency_aside > ul > .link_emergency > a:after{
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.emergency_aside > ul > .link_emergency > a.active:after{
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.emergency_aside > ul > .link_safety > a:after{
	background: transparent url(/shared/images/icon/arrow_safety_s.png) no-repeat;
}
.emergency_aside > ul > .link_safety > a{
	color: #5e4118;
	background-color: #fff2e5;
	border: 1px solid #e18f1a;
}
/* ==================================================
accessibility no_javascript
================================================== */
.no_javascript #tmp_wrap_header:before{
	display: block;
}
.custom_cnavi_kanri #tmp_wrap_header:before{
	display: none;
}
.custom_cnavi_kanri #tmp_means{
	min-width: inherit;
}
.no_javascript #tmp_hnavi_s{
	display: none;
}
.no_javascript .disaster_dropdown{
	width: 1200px;
	margin-left: -856px;
	display: none;
}
.no_javascript .close_btn_sub{
	display: none;
}
/* dropdown
================================================== */
.disaster_dropdown{
	-webkit-text-size-adjust: 100%;
	position: relative;
	top: 6px;
	left:0;
	z-index: 100;
	clear: both;
	padding: 24px 38px 14px 50px;
	min-height: 80px;
	display: none;
	color: #222222;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #cd7970;
	background-color: #ffecec;
	box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	animation: fadeIn 1s both ease-in;
	-webkit-animation: fadeIn 1s both ease-in;
	-moz-animation: fadeIn 1s both ease-in;
}
.disp_pc .disaster_dropdown{
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}
.disaster_ttl{
	margin-bottom: 15px;
}
.disaster_ttl .disaster_label,
.disaster_ttl .disaster_corporeal{
	display: inline-block;
	vertical-align: middle;
}
.disaster_ttl .disaster_label{
	padding-left: 40px;
	margin-right: 26px;
	font-weight: bold;
	font-size: 122.2%;
	min-height: 23px;
	color: #b43022;
	background: #ffecec url(/shared/images/icon/icon_disaster.png) 3px 3px no-repeat;
}
.disaster_ttl .disaster_corporeal{
	font-size: 77.7%;
	font-weight:bold;
}
/* disaster_row */
.disaster_row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.disaster_row .disaster_entries,
.disaster_row .disaster_parameter {
	display: flex;
	align-items:stretch;
}
.disaster_row .disaster_entries {
	float: left;
	width: calc(100% - 310px);
}
.disaster_row .disaster_parameter {
	float: right;
	width:280px;
}
.disaster_row .disaster_parameter p {
	font-weight:bold;
	font-size: 111.1%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	width:100%;
}
.disaster_row .disaster_parameter a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow:1;
	text-align:center;
	width:100%;
	min-height:120px;
	text-decoration:none;
	padding:10px;
	color:#ffffff;
	background:#b43022 url(/shared/images/icon/disaster_icon.png) no-repeat right 20px center;
	border: 1px solid #b43022;
}
.disaster_row .disaster_parameter a:hover {
	text-decoration: underline;
}
/* .entries_box */
.entries_box {
	padding: 29px 14px 21px 36px;
	color: #a54747;
	background-color: #ffffff;
	border:1px solid #ffffff;
	width:100%;
}
.entries_box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.entries_box ul li{
	margin-bottom: 7px;
}
.entries_box ul li p{
	padding: 0 0 0 15px;
	display: inline-block;
	font-size: 88.8%;
	color: #a54747;
	background: #FFFFFF url(/shared/images/icon/red_dot_icon.png) 0 6px no-repeat;
}
.support_dropdown{
	position: absolute;
	left: -184px;
	top: 52px;
	z-index: 100;
	padding: 22px 10px 22px 20px;
	width: 560px;
	min-height: 80px;
	color: #222222;
	display: none;
	border: 1px solid #54a366;
	background-color: #dbecdf;
	box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,0.07), 0 6px 6px rgba(0,0,0,0.14);
}
.support_dropdown.hide{
	opacity: 0;
	visibility: hidden;
}
.support_dropdown.show{
	opacity: 1;
	visibility: visible;
}
.support_dropdown ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.support_dropdown ul li{
	float: left;
	margin-left: 17px;
}
.support_dropdown .func_read a,
.support_dropdown .func_fsize a{
	padding: 7px 16px 6px 41px;
	font-weight: bold;
	color: inherit;
	font-size:0.875rem;
	display: block;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.support_dropdown .func_read a:hover,
.support_dropdown .func_read a:focus,
.support_dropdown .func_fsize a:hover,
.support_dropdown .func_fsize a:focus{
	text-decoration: underline;
}
.support_dropdown .func_read a{
	background: #FFFFFF url(/shared/images/icon/icon_read.png) no-repeat 17px 10px scroll;
}
.support_dropdown .func_fsize a{
	background:#FFFFFF url(/shared/images/icon/icon_fsize.png) no-repeat 19px 10px scroll;
}
.support_dropdown .close_btn_sub{
	margin-top: 2px;
}
.disaster_dropdown .close_btn_sub{
	text-align: center;
}
.support_dropdown .close_btn_sub a,
.disaster_dropdown .close_btn_sub a{
	display: inline-block;
	padding: 5px 10px 4px 35px;
	min-width: 96px;
	font-size:0.875rem;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	border: 1px solid #222222;
	color: #FFFFFF;
	background:#333333 url(/shared/images/icon/icon_btn_close.png) no-repeat 16px center scroll;
}
.support_dropdown .close_btn_sub a:hover,
.support_dropdown .close_btn_sub a:focus,
.disaster_dropdown .close_btn_sub a:hover,
.disaster_dropdown .close_btn_sub a:focus{
	text-decoration: underline;
}
/* gnavi
================================================== */
.full_width .gnavi{
	float:left;
	width: 827px;
}
.format_free .gnavi {
	float: left;
	width: 827px;
}
.full_width .gnavi li.glist1,
.format_free .gnavi li.glist1{
	display: inline-block;
}
.full_width .gnavi,
.format_free .gnavi{
	border-top: 0;
}
.format_top.full_width .gnavi_wrap {
	background-color: #222222;
}
#tmp_gnavi{
	position: relative;
	color: #FFFFFF;
	background-color: #222222;
}
.format_top.full_width #tmp_gnavi {
	max-width: 1200px;
	margin:0 auto;
}
.gnavi {
	float: none;
	width: 100%;
	border-top: 1px solid #434343;
}
.gnavi ul {
	list-style: none;
}
.gnavi li {
	position: relative;
	width: 175px;
	float: left;
	text-align: center;
	border-right: 1px solid #434343;
	overflow: hidden;
}
.gnavi li a:after {
	content: '';
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-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);
	transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: absolute;
	left: 50%;
	right: 50%;
	height: 6px;
	bottom: 0;
	background-color: #9ee4ae;
}
.gnavi li a:focus:after,
.gnavi li a:hover:after,
.gnavi li.active a:after {
	left: 0;
	right: 0;
	-webkit-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);
	transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gnavi li.glist2,
.gnavi li.glist3,
.gnavi li.glist4,
.gnavi li.glist5{
	width: 25%;
}
.full_width .gnavi li.glist2,
.format_free .gnavi li.glist2,
.full_width .gnavi li.glist3,
.format_free .gnavi li.glist3,
.full_width .gnavi li.glist4,
.format_free .gnavi li.glist4,
.full_width .gnavi li.glist5,
.format_free .gnavi li.glist5{
	width: 175px;
}
.gnavi li.glist1{
	width: 125px;
	display: none;
}
.gnavi li.glist1 a{
	font-size: 77.7%;
}
.gnavi li a {
	display: block;
	padding: 12px 5px 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #222222;
	font-size: 100%;
	font-weight: bold;
}
.full_width .gnavi li a,
.format_free .gnavi li a{
	padding: 19px 5px 17px;
}
.gnavi li a:before{
	content: '';
	display: inline-block;
}
.gnavi li.glist1 a{
	padding: 24px 5px 21px 19px;
	text-align: left;
	background: #222222 url(/shared/images/icon/icon_nav1.png) no-repeat left center;
}
.gnavi li.glist2 a:before,
.gnavi li.glist3 a:before,
.gnavi li.glist4 a:before,
.gnavi li.glist5 a:before{
	margin-right: 10px;
	content: '';
	vertical-align: middle;
}
.gnavi li.glist2 a:before{
	width: 26px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav_top1.png) no-repeat left center;
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
}
.gnavi li.glist3 a:before{
	width: 24px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav_top2.png) no-repeat left center;
	-webkit-background-size:24px auto;
	-moz-background-size:24px auto;
	background-size:24px auto;
}
.gnavi li.glist4 a:before{
	width: 28px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav_top3.png) no-repeat left center;
	-webkit-background-size:28px auto;
	-moz-background-size:28px auto;
	background-size:28px auto;
}
.gnavi li.glist5 a:before{
	width: 26px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav_top4.png) no-repeat left center;
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: none;
}
/* format_top */
.format_top .gnavi li a {
	padding:10px 4px 10px 15px;
	text-align:left;
}
.format_top .full_width .gnavi li a {
	text-align:center;
}
.format_top .gnavi li.glist2 a:before,
.format_top .gnavi li.glist3 a:before,
.format_top .gnavi li.glist4 a:before,
.format_top .gnavi li.glist5 a:before{
	margin-right: 10px;
	content: '';
	vertical-align: middle;
}
.format_top .gnavi li.glist2 a:before{
	width: 30px;
	height: 30px;
	background: #222222 url(/shared/images/icon/icon_nav_top1.png) no-repeat left center;
}
.format_top .gnavi li.glist3 a:before{
	width: 30px;
	height: 30px;
	background: #222222 url(/shared/images/icon/icon_nav_top2.png) no-repeat left center;
}
.format_top .gnavi li.glist4 a:before{
	width: 30px;
	height: 30px;
	background: #222222 url(/shared/images/icon/icon_nav_top3.png) no-repeat left center;
}
.format_top .gnavi li.glist5 a:before{
	width: 30px;
	height: 30px;
	background: #222222 url(/shared/images/icon/icon_nav_top4.png) no-repeat left center;
}
.full_width.format_top .gnavi li.glist2 a:before{
	width: 26px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav2.png) no-repeat left center;
}
.full_width.format_top .gnavi li.glist3 a:before{
	width: 24px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav3.png) no-repeat left center;
}
.full_width.format_top .gnavi li.glist4 a:before{
	width: 28px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav4.png) no-repeat left center;
}
.full_width.format_top .gnavi li.glist5 a:before{
	width: 30px;
	height: 28px;
	background: #222222 url(/shared/images/icon/icon_nav_top4.png) no-repeat left center;
}
.full_width .gnavi li.glist2,
.full_width .gnavi li.glist3,
.full_width .gnavi li.glist4,
.full_width .gnavi li.glist5 {
	width: 206px;
}
.full_width .gnavi li.glist1 a {
	padding:24px 20px 21px;
	text-align: left;
}
.full_width .gnavi li a {
	padding:19px 15px 17px;
	text-align: center;
}
/* gsearch
================================================== */
.region_search{
	position: relative;
	z-index: 5;
	padding: 16px  10px 15px 24px;
	overflow: hidden;
}
#tmp_search:before,
#tmp_search:after{
	content: '';
	display: table;
}
#tmp_search:after{
	clear: both;
}
#tmp_search{
	position: relative;
}
.wrap_sch_box .sch_box{
	line-height: 1;
}
#tmp_search .sch_ttl{
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 38px;
	height: 40px;
	color: inherit;
	background: none !important;
	border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
}
#tmp_search .sch_ttl label{
	position: absolute;
	top: 11px;
	left: 18px;
	z-index: 10;
	cursor: pointer;
	width: 19px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	color: inherit;
	background: transparent url(/shared/images/icon/search_pc.png) no-repeat;
}
#tmp_search .sch_box input{
	padding: 1px 105px 1px 46px;
	width: 100%;
	min-height: 42px;
	border: 1px solid #d3d3d3;
	color: #222222;
	background-color: #f2f2f2;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
#tmp_func_sch_btn {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 2px 5px;
	width: 100px;
	text-align: center;
	min-height: 40px;
	font-size: 1rem;
	font-weight: bold;
	border: 0;
	border-radius: 1.3em;
	-moz-border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #333333;
}
.format_top #tmp_func_sch_btn {
	top: 2px;
	right: 2px;
	min-height: 38px;
}
.format_top.full_width #tmp_func_sch_btn {
	top: 1px;
	right: 1px;
}
.full_width #tmp_func_sch_btn,
.format_free #tmp_func_sch_btn{
	font-size: 0.88rem;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus{
	background-color: #106724;
}
.how_to_search{
	margin-top: 10px;
	padding-left: 11px;
	font-size: 77.8%;
}
.full_width .how_to_search,
.format_free .how_to_search{
	margin-top: 12px;
	padding-left: 9px;
	font-size: 72.2%;
}
.how_to_search a{
	padding-left: 18px;
	min-height: 18px;
	display: inline-block;
	color: #FFFFFF;
	background: #222222 url(/shared/images/icon/icon_question.png) no-repeat 0 4px;
	text-decoration: none;
}
.full_width .how_to_search a,
.format_free .how_to_search a{
	background-position: 0 2px;
}
.how_to_search a:hover,
.how_to_search a:focus{
	text-decoration: underline;
}
.search_main{
	margin-right: -113px;
	width: 100%;
	float: left;
}
.full_width .search_main,
.format_free .search_main{
	margin-right: -93px;
}
.search_main .search_col{
	margin-right: 113px;
}
.full_width .search_main .search_col,
.format_free .search_main .search_col{
	margin-right: 93px;
}
.search_right{
	float: right;
	width: 112px;
}
.full_width .search_right,
.format_free .search_right{
	width: 93px;
}
.full_width .region_search{
	float:right;
	width: 373px;
	padding: 17px 0 14px 20px;
}
.full_width #tmp_gnavi:before{
	animation: overflowing 0.3s ease-in forwards;
	-webkit-animation: overflowing 0.3s ease-in forwards;
	-moz-animation: overflowing 0.3s ease-in forwards;
}
.full_width .gnavi,
.full_width .region_search{
	animation: fadeIn 1.2s both ease-in;
	-webkit-animation: fadeIn 1.2s both ease-in;
	-moz-animation: fadeIn 1.2s both ease-in;
}
.format_free .region_search{
	padding: 17px 0 15px 20px;
	float: right;
	width: 373px;
}
.full_width #tmp_search,
.format_free #tmp_search{
	width: 260px;
}
.full_width #tmp_search .sch_box input,
.format_free #tmp_search .sch_box input{
	min-height: 33px;
	background-position: 30px center !important;
}
.full_width #tmp_search .sch_ttl label,
.format_free #tmp_search .sch_ttl label{
	left: 10px;
	width: 14px;
	height: 15px;
	background: transparent url(/shared/images/icon/icon_search.png) no-repeat;
}
.full_width #tmp_search .sch_ttl label,
.format_free #tmp_search .sch_ttl label{
	top: 8px;
}
.full_width #tmp_search .sch_ttl,
.format_free #tmp_search .sch_ttl{
	width: 29px;
	height: 28px;
}
.full_width #tmp_search .sch_box input,
.format_free #tmp_search .sch_box input{
	padding: 1px 67px 1px 29px;
}
.full_width #tmp_func_sch_btn,
.format_free #tmp_func_sch_btn{
	min-height: 31px;
	width: 63px;
	height: 31px;
}
.full_width #tmp_query,
.format_free #tmp_query{
	background-position: 30px center !important;
}
.full_width .how_to_search,
.format_free .how_to_search{
	margin: 6px 0 0 0;
}
.full_width #tmp_sma_cnavi #tmp_search,
.full_width #tmp_sma_cnavi .region_search{
	width: 100%;
	clear:both;
}
/* btn
================================================== */
.list_btn {
	list-style: none !important;
	margin: 0 auto !important;
}
.list_btn li {
	display: inline-block !important;
	margin:0 12px !important;
}
.btn_readmore_black a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #ffffff !important;
	background-color: #000000 !important;
	font-size: 88.9%;
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 30px 8px;
	min-width: 240px;
	text-align: center;
}
.btn_readmore_black a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top:-6px;
	background: transparent url(/shared/images/icon/icon_arrow_white.png) no-repeat;
	color: inherit;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}
.btn_rss a {
	display: inline-block;
	text-decoration: none;
	font-size: 88.9%;
	padding: 12px 0 8px 16px;
	color: #333333;
	background: transparent url(/shared/images/icon/black_arrow_icon.png) no-repeat 0 15px;
	background-size: 11px 13px;
	-webkit-background-size: 11px 13px;
	-moz-background-size: 11px 13px;
}
.btn_black a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	font-size: 88.9%;
	font-weight: bold;
	padding: 9px 30px 8px;
	min-width: 240px;
	text-align: center;
}
.btn_readmore_black a:hover,
.btn_readmore_black a:focus,
.btn_readmore_black a:active,
.btn_rss a:hover,
.btn_rss a:focus,
.btn_rss a:active,
.btn_black a:hover,
.btn_black a:focus,
.btn_black a:active {
	text-decoration: underline !important;
}
/* ==================================================
rnavi
================================================== */
/* rnavi oshirase */
.rnavi_oshirase {
	margin-bottom: 48px;
	display:none;
}
.no_javascript .rnavi_oshirase {
	display:block;
}
.rnavi_oshirase .oshirase_ttl {
	border-top: 2px solid #b03030;
	background-color: #ffeeee;
	color: #7f1515;
	padding: 8px 11px 8px;
	font-size: 111.1%;
	font-weight: bold;
}
.rnavi_oshirase .oshirase_cnt  li {
	border-bottom: 1px dotted #b03030;
	list-style: none;
}
.rnavi_oshirase .oshirase_cnt a {
	display: block;
	padding: 14px 13px 12px 23px;
	background: transparent url(/shared/images/icon/red_arrow_icon.png) no-repeat 7px 17px;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
	font-size: 88.8%;
	text-decoration: none;
	color: #222222;
}
.rnavi_oshirase .oshirase_cnt .active a,
.rnavi_oshirase .oshirase_cnt a:focus,
.rnavi_oshirase .oshirase_cnt a:hover {
	text-decoration: underline;
}
.rnavi_oshirase .oshirase_btn {
	margin: 21px auto 0;
	max-width: 200px;
}
.rnavi_oshirase .oshirase_btn a {
	position: relative;
	display: block;
	padding: 5px 27px 3px 34px;
	font-size: 83.3%;
	font-weight: bold;
	background-color: #ffeeee;
	color: #7f1515;
	-webkit-box-shadow: 0 5px 10px 0 rgba(234,234,234,0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(234,234,234,0.5);
	box-shadow: 0 5px 10px 0 rgba(239,239,239,0.5);
	text-decoration: none;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.rnavi_oshirase .oshirase_btn .active a,
.rnavi_oshirase .oshirase_btn a:focus,
.rnavi_oshirase .oshirase_btn a:hover {
	text-decoration: underline;
}
.rnavi_oshirase .oshirase_btn a:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background: transparent url(/shared/images/icon/red_arrow_icon.png) no-repeat;
	color: inherit;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
}
/* lnavi
================================================== */
.lnavi_func {
	margin:0 0 20px;
}
.lnavi_func .lnavi_ttl {
	border-top:1px solid #222222;
	border-bottom:1px solid #b5b3b3;
	font-size:122.2%;
	font-weight:bold;
	line-height:1.3;
}
.lnavi_func .lnavi_ttl a {
	display:block;
	text-decoration:none;
	padding:16px 20px 16px 13px;
	position:relative;
	color: #222222;
}
.lnavi_func .lnavi_ttl a::after {
	content:'';
	position:absolute;
	margin-top:-6px;
	top:50%;
	right:12px;
	background:url(/shared/site_kengikai/images/icon/arrow_black_m.png) no-repeat;
	width:8px;
	height:12px;
}
.lnavi_func .lnavi_ttl a:hover,
.lnavi_func .lnavi_ttl a:focus {
	text-decoration:underline;
}
.lnavi_cate_sch {
	border-top:2px solid #000000;
	background-color:#f2f2f2;
	color:inherit;
	font-size:90%;
	font-weight:bold;
	padding:12px 13px;
	margin:0 0 5px;
	position:relative;
}
.lnavi_cate_sch::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:1px;
	border-bottom:1px solid #222222;
}
.lnavi_func .lnavi_cnt {
	padding-top:3px;
}
.lnavi_func .lnavi_cnt ul {
	font-size:88.9%;
	list-style:none;
	margin:0 0 23px;
}
.lnavi_func .lnavi_cnt ul li {
	line-height:1.4;
	border-bottom:1px dotted #7f7f7f;
}
.lnavi_func .lnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	color: #222222;
	padding:12px 27px 14px;
	background-image:url(/shared/site_kengikai/images/icon/arrow_black_m.png);
	background-repeat:no-repeat;
	background-position:12px 16px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
.lnavi_func .lnavi_cnt ul li a:hover,
.lnavi_func .lnavi_cnt ul li a:focus,
.lnavi_func .lnavi_cnt ul li.active a {
	background-color:#f2faf4;
}
/* lnavi_more_btn */
.lnavi_more_btn {
	margin: 0 auto;
	text-align:center;
	max-width: 200px;
}
.lnavi_more_btn a {
	display: block;
	padding: 3px 14px 4px;
	font-size: 83.3%;
	font-weight: bold;
	border:1px solid #f2f2f2;
	background-color: #f2f2f2;
	color: #222222;
	-webkit-box-shadow: 0 5px 10px 0 rgba(239,239,239,0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(239,239,239,0.5);
	box-shadow: 0 5px 10px 0 rgba(239,239,239,0.5);
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.lnavi_more_btn span {
	display:inline-block;
	padding:2px 0 2px 20px;
	background: url(/shared/images/icon/bnt_more.png) no-repeat left center;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	background-size: 14px 14px;
}
.lnavi_more_btn a:hover,
.lnavi_more_btn a:focus {
	text-decoration: underline;
}
/* rnavi_reference
================================================== */
.rnavi_reference {
	margin-bottom: 40px;
}
.rnavi_reference li {
	list-style: none;
}
.rnavi_reference .reference_list {
	margin-bottom: 31px;
}
.rnavi_reference .reference_list li {
	background-color: #e8ffee;
	margin-bottom: 5px;
}
.rnavi_reference .reference_list li:last-child {
	margin-bottom: 0;
}
.rnavi_reference .reference_list a {
	position: relative;
	display: block;
	padding: 22px 22px 15px 12px;
	font-size: 111.1%;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
	background-color: transparent;
}
.rnavi_reference .reference_list .active a,
.rnavi_reference .reference_list a:focus,
.rnavi_reference .reference_list a:hover {
	text-decoration: underline;
}
.rnavi_reference .reference_list a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 12px;
	top: 28px;
	right: 12px;
	background: transparent url(/shared/images/icon/black_arrow_icon.png) no-repeat;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
	color: #222222;
}
.fsize_small .rnavi_reference .reference_list a:after {
	top: 21px;
	right: 12px;
}
.rnavi_reference .reference_other_ttl {
	border-top: 2px solid #000000;
	background-color: #e8ffee;
	color: #222222;
	padding: 8px 11px 8px;
	font-size: 111.1%;
	font-weight: bold;
}
.rnavi_reference .reference_other_cnt  li {
	border-bottom: 1px dotted #b5b3b3;
}
.rnavi_reference .reference_other_cnt a {
	display: block;
	padding: 14px 20px 10px 27px;
	background: transparent url(/shared/images/icon/black_arrow_icon.png) no-repeat 10px 17px;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
	font-size: 88.8%;
	text-decoration: none;
	color: #222222;
}
.rnavi_reference .reference_other_cnt .active a,
.rnavi_reference .reference_other_cnt a:focus,
.rnavi_reference .reference_other_cnt a:hover {
	text-decoration: underline;
}
/* recommend
================================================== */
#tmp_recommend {
	margin:0 0 38px;
}
#tmp_recommend_ttl {
	border-top: 2px solid #000000;
	background-color: #f2f2f2;
	color: #222222;
	padding: 8px 11px 8px;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_recommend_cnt  li {
	border-bottom: 1px dotted #b5b3b3;
	list-style: none;
}
#tmp_recommend_cnt a {
	display: block;
	padding: 17px 20px 10px 27px;
	background: transparent url(/shared/images/icon/black_arrow_icon.png) no-repeat 7px 20px;
	-webkit-background-size: 8px 12px;
	-moz-background-size: 8px 12px;
	background-size: 8px 12px;
	font-size: 88.8%;
	text-decoration: none;
	color: #222222;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
#tmp_recommend_cnt .active a,
#tmp_recommend_cnt a:focus,
#tmp_recommend_cnt a:hover {
	background-color: #f2faf4;
}
/* pankuzu
================================================== */
#tmp_wrap_navigation {
	padding:12px 0 27px;
	clear:both;
}
.type_first #tmp_wrap_navigation {
	padding-bottom:21px;
}
.type_idx #tmp_wrap_navigation {
	padding-bottom:50px;
}
#tmp_pankuzu,
#tmp_wrap_custom_update {
	margin:0 0 20px;
	font-size:77.8%;
}
#tmp_custom_update {
	float: right;
	text-align: right;
}
#tmp_social_plugins,
#tmp_update,
#tmp_print {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
	margin: 0 0 0 10px;
}
#tmp_social_plugins .social_media_btn {
	float:left;
	margin:0 0 0 5px;
}
#tmp_print a {
	display:inline-block;
	padding: 0 0 0 22px;
	background: url(/shared/images/icon/print_icon.png) no-repeat left center;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:2px solid #000000;
	clear:both;
}
#tmp_inquiry_ttl {
	font-size:133.3%;
	font-weight:bold;
	line-height:1.3;
	padding:17px 14px 16px;
	border-bottom:2px solid #000000;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:17px 18px 23px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break:break-all;
	word-wrap:break-word;
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	font-size:88.9%;
	font-weight:bold;
	padding:7px 10px 6px;
	display:inline-block;
	min-width:240px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
	background-image:url(/shared/images/icon/icon_arrow_wh.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus,
#tmp_inquiry_cnt .inquiry_btn input:active {
	text-decoration:underline;
}
/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 40px;
	border:2px solid #000000;
	clear:both;
}
#tmp_feedback_ttl {
	font-size:122.2%;
	font-weight:bold;
	line-height:1.3;
	padding:18px 14px 17px;
	border-bottom:2px solid #000000;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:17px 18px 23px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	font-size:88.9%;
	font-weight:bold;
	padding:7px 10px 6px;
	display:inline-block;
	min-width:240px;
	border:1px solid #000000;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
	background-image:url(/shared/images/icon/icon_arrow_wh.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus,
#tmp_feedback_cnt .submit input:active {
	text-decoration:underline;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi {
	padding:0 0 30px;
	clear:both;
}
.format_top .pnavi {
	padding-top:60px;
}
.pnavi .ptop {
	font-size:77.8%;
	font-weight:bold;
	text-align:center;
	margin-bottom:0 !important;
}
.pnavi .ptop a {
	display:inline-block;
	text-decoration:none;
	color:#222222;
	background:url(/shared/images/icon/icon_ptop.png) no-repeat top center;
	padding:20px 10px 3px;
	position:relative;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	text-decoration:underline;
}
/* footer
================================================== */
#tmp_footer {
	clear: both;
	color:#333333;
	background-color: #dbecdf;
	border-top:1px solid #dbecdf;
}
#tmp_footer .custom_container {
	padding: 40px 45px 45px 48px;
}
#tmp_footer .footer_info,
#tmp_footer .footer_nav{
	float: left;
}
#tmp_footer .footer_info{
	padding-right: 48px;
	width: 788px;
}
#tmp_footer .footer_nav{
	padding: 0;
	width: 412px;
}
.footer_front:before,
.footer_front:after{
	content: '';
	display: table;
}
.footer_front:after{
	clear: both;
}
.footer_wrap{
	padding: 34px 0 21px;
}
.footer_aside{
	margin-bottom: 22px;
}
#tmp_footer .footer_logo p {
	font-size: 133.3%;
	line-height: 1.1;
	color: #333333;
	background:url(/shared/images/footer/logo_footer.png) no-repeat left center;
	padding:4px 0 3px 42px;
	min-height:30px;
}
#tmp_footer .company_num{
	font-size: 88.8%;
	padding-left:42px;
}
/* fnavi  */
.fnavi {
	color:inherit;
	list-style:none;
	margin: 0 -12px;
	font-size: 77.7%;
}
.fnavi li {
	padding: 0 12px;
	margin:0 0 18px 0;
	float:left;
	width: 50%;
}
.format_free .fnavi {
	margin: 0 -12px;
}
.format_free .fnavi li{
	padding: 0 12px;
}
.fnavi li:nth-child(2n+1) {
	clear: left;
	width: 58%;
}
.fnavi li:nth-child(2n) {
	clear: right;
	width: 42%;
}
.fnavi li:last-child{
	margin-bottom: 0;
}
.fnavi li a{
	padding-left: 16px;
	text-decoration: none;
	display: inline-block;
	color: #333333;
	background: #dbecdf url(/shared/images/icon/arrow_fnavi.png) 0 3px no-repeat;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.footer_cnt {
	overflow: hidden;
}
.footer_cnt address {
	margin:0 20px 0 0;
	font-style:normal;
	font-size: 88.8%;
	float: left;
	width: 379px;
}
.footer_cnt address p{
	margin-bottom: 0;
}
.footer_cnt address span {
	margin: 0 0.2em 0 0;
}
.footer_cnt address .dis_code{
	margin-bottom: 5px;
}
.format_free .footer_cnt address .dis_code{
	margin-bottom: 0;
}
.directional_button{
	overflow: hidden;
	padding-top: 5px;
}
.prefectural_info{
	padding: 6px 0 9px;
	color: #FFFFFF;
	background-color: #333333;
	border-top:1px solid #333333;
}
.copyright {
	text-align:center;
	font-size: 77.7%;
}
.copyright br{
	display: none;
}
.directional_button ul:before,
.directional_button ul:after{
	content: '';
	display: table;
}
.directional_button ul:after{
	clear: both;
}
.directional_button ul{
	list-style: none;
	padding: 0;
	margin: 0 -2px;
}
.directional_button ul li{
	padding: 0 2px;
	margin-bottom: 0;
	float: left;
	width: 50%;
}
.directional_button ul li:nth-child(2n+1){
	clear: left;
}
.directional_button ul li:nth-child(2n){
	clear: right;
}
.directional_button ul li a{
	position: relative;
	padding: 11px 25px 11px 19px;
	display: block;
	font-size: 88.8%;
	color: #333333;
	background-color: #dbecdf;
	border: 1px solid #b1beb4;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.directional_button ul li a:after{
	content: '';
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 11px;
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/images/icon/arrow_fnavi.png) no-repeat;
}
.directional_button ul li a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.directional_button ul li a:hover,
.directional_button ul li a:focus{
	color: #222222;
	background-color: #FFFFFF;
	border-color: #54a366;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.directional_button ul li a:hover:before,
.directional_button ul li a:focus:before{
	border-color: #54a366;
}
/* ==================================================
purpose
================================================== */
#tmp_sma_purpose {
	padding-top:25px;
	margin:0 0 27px;
	clear:both;
}
#tmp_sma_purpose_ttl {
	position: relative;
	z-index: 10;
}
#tmp_sma_purpose_ttl p {
	font-size: 112.5%;
	font-weight: bold;
	margin-left: -2px;
}
#tmp_sma_purpose_cnt {
	margin-top: -15px;
	padding: 28px 6px 0;
	color: #222222;
	background-color: #dbecdf;
}
#tmp_sma_purpose_cnt ul {
	margin: 0 -3px;
	padding: 0;
	list-style: none;
}
#tmp_sma_purpose_cnt ul li {
	padding: 0 3px;
	margin-bottom: 6px;
	float: left;
	width: 50%;
}
#tmp_sma_purpose_cnt ul li a {
	display: table;
	width: 100%;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-size: 87.5%;
}
#tmp_sma_purpose_cnt ul li span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 52px;
	padding: 5px 9px 5px 50px;
	background-repeat:no-repeat;
	background-position:10px center;
	-webkit-background-size:25px auto !important;
	-moz-background-size:25px auto !important;
	background-size:25px auto !important;
}
#tmp_purpose_cnt ul li.list1 a,
#tmp_sma_purpose_cnt ul li.list1 span {
	background-image:url(/shared/images/icon/search_img03.png);
}
#tmp_purpose_cnt ul li.list2 a,
#tmp_sma_purpose_cnt ul li.list2 span {
	background-image:url(/shared/images/icon/search_img04.png);
}
#tmp_purpose_cnt ul li.list3 a,
#tmp_sma_purpose_cnt ul li.list3 span {
	background-image:url(/shared/images/icon/search_img06.png);
}
#tmp_purpose_cnt ul li.list4 a,
#tmp_sma_purpose_cnt ul li.list4 span {
	background-image:url(/shared/images/icon/search_img02.png);
}
#tmp_purpose_cnt ul li.list5 a,
#tmp_sma_purpose_cnt ul li.list5 span {
	background-image:url(/shared/images/icon/search_img05.png);
}
#tmp_purpose_cnt ul li.list6 a,
#tmp_sma_purpose_cnt ul li.list6 span {
	background-image:url(/shared/images/icon/search_img08.png);
}
#tmp_purpose_cnt ul li.list7 a,
#tmp_sma_purpose_cnt ul li.list7 span {
	background-image:url(/shared/images/icon/search_img12.png);
}
#tmp_purpose_cnt ul li.list8 a,
#tmp_sma_purpose_cnt ul li.list8 span {
	background-image: url(/shared/images/icon/search_img01.png);
}
#tmp_purpose_cnt ul li.list9 a,
#tmp_sma_purpose_cnt ul li.list9 span {
	background-image: url(/shared/images/icon/search_img10.png);
}
#tmp_purpose_cnt ul li.list10 a,
#tmp_sma_purpose_cnt ul li.list10 span {
	background-image: url(/shared/images/icon/search_img07.png);
}
#tmp_purpose_cnt ul li.list11 a,
#tmp_sma_purpose_cnt ul li.list11 span {
	background-image: url(/shared/images/icon/search_img13.png);
}
#tmp_purpose_cnt ul li.list12 a,
#tmp_sma_purpose_cnt ul li.list12 span {
	background-image: url(/shared/images/icon/search_img11.png);
}
#tmp_purpose {
	margin:0 0 40px;
	clear:both;
}
#tmp_purpose_ttl {
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 155.56%;
	font-weight: bold;
	text-align: center;
}
#tmp_purpose_cnt {
	margin-top:-20px;
	position: relative;
	z-index: 0;
	padding: 36px 15px 19px;
	color: #222222;
	background-color: #dbecdf;
	border:1px solid #dbecdf;
}
#tmp_purpose.purpose_idx #tmp_purpose_cnt {
	margin-top:0;
}
#tmp_purpose_cnt ul {
	list-style: none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_purpose_cnt ul li {
	float: left;
	width: 16.6666%;
	padding: 0 6px;
	margin: 0 0 6px;
	text-align:center;
	line-height: 1.2;
	display: flex;
	align-items:stretch;
}
#tmp_purpose_cnt li.list12 br {
	display:none;
}
#tmp_purpose_cnt li a {
	display:flex;
	justify-content: center;
	flex-grow:1;
	min-height:145px;
	text-decoration: none;
	padding:90px 4px 4px;
	color: #222222;
	background-color: #ffffff;
	border:1px solid #ffffff;
	background-repeat:no-repeat;
	background-position:center 20px;
	box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
	-webkit-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
	-webkit-background-size:50px auto !important;
	-moz-background-size:50px auto !important;
	background-size:50px auto !important;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_purpose_cnt li a:hover,
#tmp_purpose_cnt li a:focus {
	background-color:#dbecdf;
	border-color:#54a366;
}
/* ==================================================
retrieval
================================================== */
#tmp_retrieval {
	margin:0 0 40px;
	clear:both;
}
#tmp_retrieval_ttl {
	font-size: 155.56%;
	font-weight: bold;
	text-align: center;
	margin:0 0 26px;
}
#tmp_retrieval_ttl .ttl_en {
	text-transform:uppercase;
	font-size: 85.7%;
}
#tmp_retrieval .search_func {
	background-color: #f2f2f2;
	color: #222222;
	padding: 43px 22px 35px;
}
#tmp_retrieval .search_func ul {
	list-style: none;
	color: #222222;
	background-color: #ffffff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	border-left:2px solid #222222;
}
#tmp_retrieval .search_func ul li {
	float: left;
	width: 25%;
	text-align:center;
	display: flex;
	align-items:stretch;
	font-size:122.2%;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_retrieval .search_func ul li a {
	text-decoration:none;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-grow:1;
	min-height:80px;
	color: #222222;
	background-color: #ffffff;
	border:2px solid #222222;
	border-left: none;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_retrieval .search_func ul li a:hover,
#tmp_retrieval .search_func ul li a:focus {
	background-color:#dbecdf;
}
#tmp_retrieval .search_func ul li span {
	display:block;
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0 5px 40px;
	min-height:26px;
	-webkit-background-size:26px auto;
	-moz-background-size:26px auto;
	background-size:26px auto;
}
#tmp_retrieval .search_func ul li.search_list1 span {
	background-image:url(/shared/images/icon/icon_nav_top1.png);
}
#tmp_retrieval .search_func ul li.search_list2 span {
	background-image:url(/shared/images/icon/icon_nav_top2.png);
}
#tmp_retrieval .search_func ul li.search_list3 span {
	background-image:url(/shared/images/icon/icon_nav_top3.png);
}
#tmp_retrieval .search_func ul li.search_list4 span {
	background-image:url(/shared/images/icon/icon_nav_top4.png);
}
/* fsearch
================================================== */
#tmp_fsearch {
	clear:both;
}
#tmp_fsearch .search_inner{
	display: table;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	background-color: #333333;
	padding: 37px 20px 30px;
}
#tmp_fsearch .fsearch_wrap{
	display: table-cell;
	vertical-align: middle;
}
#tmp_fsearch .sch_box{
	position: relative;
}
#tmp_fsearch .search_form_box{
	display: inline-block;
}
#tmp_fsearch .sch_ttl{
	width: 247px;
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#tmp_fsearch label {
	font-size: 133.3%;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
}
#tmp_fsearch .wrap_sch_row{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 800px;
}
#tmp_fquery{
	width: 100%;
	min-height: 40px;
	font-size: 114.3%;
	padding: 3px 91px 2px 36px;
	border: 1px solid #ffffff;
	color: #000000;
	background-color: #ffffff;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
#tmp_fsearch .lbl_icon{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 19px;
	height: 20px;
	color: inherit;
	background: transparent url(/shared/templates/free/images/icons/search_icon.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	z-index: 1;
}
#tmp_fsearch .sch_btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	height:100%;
}
#tmp_func_fsearch_btn{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 78px;
	height:calc(100% - 2px);
	font-size: 1.125rem;
	font-weight: bold;
	border: 1px solid #333333;
	color: #ffffff;
	background-color: #333333;
	border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	-moz-border-radius: 1.3em;
}
#tmp_func_fsearch_btn:hover,
#tmp_func_fsearch_btn:focus{
	cursor: pointer;
	background-color: #106724;
}
#tmp_fsearch .search_link{
	float: right;
	line-height: 1.2;
	padding-top: 7px;
}
#tmp_fsearch .search_link a{
	display: inline-block;
	text-decoration: none;
	font-size: 77.77%;
	padding: 5px 0 5px 19px;
	color: #ffffff;
	background: transparent url(/shared/templates/free/images/icons/how_search_icon.png) no-repeat left center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
}
#tmp_fsearch .search_link a:hover,
#tmp_fsearch .search_link a:focus,
#tmp_fsearch .search_link a:active {
	text-decoration: underline;
}
/* ==================================================
SP Menu
================================================== */
.search_purpose_mb:before,
.search_purpose_mb:after,
.purpose_mb_nav:before,
.purpose_mb_nav:after,
.purpose_mb_nav ul:before,
.purpose_mb_nav ul:after{
	content: '';
	display: table;
}
.search_purpose_mb:after,
.purpose_mb_nav ul:after{
	clear: both;
}
.search_purpose_mb{
	padding: 25px 0 0;
	margin-bottom: 27px;
	color: #222222;
	background-color: #FFFFFF;
}
.purpose_mb_title{
	position: relative;
	z-index: 10;
}
.purpose_mb_title p{
	font-size: 112.5%;
	font-weight: bold;
	margin-left: -2px;
}
.purpose_mb_nav{
	margin-top: -15px;
	padding: 28px 6px 0;
	color: #222222;
	background-color: #dbecdf;
	overflow: hidden;
}
.purpose_mb_nav ul{
	margin: 0 -3px;
	padding: 0;
	list-style: none;
}
.purpose_mb_nav ul li{
	padding: 0 3px;
	margin-bottom: 6px;
	float: left;
	width: 50%;
}
.purpose_mb_nav ul li a{
	display: table;
	width: 100%;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-size: 87.5%;
}
.purpose_mb_nav ul li a:hover,
.purpose_mb_nav ul li a:focus{
	text-decoration: underline;
}
.purpose_mb_nav ul li .purpose_symbol,
.purpose_mb_nav ul li .purpose_txt{
	display: table-cell;
	vertical-align: middle;
	height: 52px;
}
.purpose_mb_nav ul li .purpose_symbol{
	padding: 4px 9px 0;
	width: 46px;
	text-align: center;
}
.purpose_mb_nav ul li .purpose_symbol img{
	max-width: 100%;
	height: auto;
}
.purpose_mb_nav ul li .purpose_txt{
	padding: 5px 9px 5px 0;
}
.big_banner_block {
	position: relative;
	padding: 3px;
	background-image: -moz-linear-gradient( 0deg, rgb(174,56,178) 0%, rgb(242,236,164) 26%, rgb(101,214,125) 54%, rgb(0,173,207) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(174,56,178) 0%, rgb(242,236,164) 26%, rgb(101,214,125) 54%, rgb(0,173,207) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(174,56,178) 0%, rgb(242,236,164) 26%, rgb(101,214,125) 54%, rgb(0,173,207) 100%);
	margin: 48px 0 0;
	border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	-moz-border-radius: 0 20px 0 20px;
}
.big_banner_block:before {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 0 18px 0 18px;
	-webkit-border-radius: 0 18px 0 18px;
	-moz-border-radius: 0 18px 0 18px;
	background-color: #ffffff;
}
.big_banner {
	position: relative;
	z-index: 1;
	color: #222222;
	background-image: -moz-linear-gradient( 0deg, rgba(174,56,178, 0.2) 0%, rgba(242,236,164, 0.2) 26%, rgba(101,214,125, 0.2) 54%, rgba(0,173,207, 0.2) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(174,56,178, 0.2) 0%, rgba(242,236,164, 0.2) 26%, rgba(101,214,125, 0.2) 54%, rgba(0,173,207, 0.2) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(174,56,178, 0.2) 0%, rgba(242,236,164, 0.2) 26%, rgba(101,214,125, 0.2) 54%, rgba(0,173,207, 0.2) 100%);
	border-radius: 0 18px 0 18px;
	-webkit-border-radius: 0 18px 0 18px;
	-moz-border-radius: 0 18px 0 18px;
	padding: 43px 10px 10px 44px;
}
.big_banner:before {
	content: '';
	position: absolute;
	display: block;
	width: 102px;
	height: 79px;
	background: transparent url(/shared/images/icon/banner_before.png) no-repeat top left;
	bottom: 0;
	left: 0;
}
.big_banner:after {
	content: '';
	position: absolute;
	display: block;
	width: 42px;
	height: 50px;
	background: transparent url(/shared/images/icon/banner_after.png) no-repeat top left;
	top: 46px;
	right: 0;
	z-index: -1;
}
.big_banner.active {
	opacity:0.7;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
.big_banner_cnt {
	position: relative;
	text-align: center;
}
.big_banner a .show_row_sp{
	display: block;
}
.big_banner a .show_row_sp br {
	display: none;
}
#tmp_sma_cnavi .big_banner_cnt {
	text-align: left;
}
.big_banner_cnt:before {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url(/shared/images/icon/zoku_arrow_icon.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
.big_banner_img img {
	max-width: 100%;
	height: auto;
}
.big_banner a {
	display: inline-block;
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	font-size: 88.89%;
	text-align: center;
	letter-spacing: 1px;
}
.no_javascript .big_banner a:hover,
.no_javascript .big_banner a:focus {
	text-decoration:underline;
}
.big_banner_link {
	margin: 15px 0 0;
	padding-bottom: 31px;
	line-height: 1.65;
}
/* progress_mb */
.progress_mb{
	margin-bottom: 34px;
}
.progress_mb a,
.progress_mb a span{
	display: block;
}
.progress_mb a {
	position: relative;
	display:block;
	text-decoration: none;
	border: 2px solid #333333;
	color: #333333;
	background: #d9e9f6 url(/shared/images/main/progress_bg.jpg) no-repeat bottom center;
	padding-bottom:50px;
}
.progress_mb a:after{
	position: absolute;
	right: 12px;
	bottom: 12px;
	content: '';
	width: 36px;
	height: 36px;
	color: inherit;
	background: url(/shared/images/icon/zoku_arrow_icon.png) no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
}
.progress_mb a:hover,
.progress_mb a:focus {
	opacity:0.7;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
.progress_mb .progress_txt_lg{
	font-weight: bold;
	font-size: 125%;
	text-transform: uppercase;
	text-align:center;
	padding:8px 10px;
	background-color:#333333;
	color:#ffffff;
}
.progress_mb .progress_txt_sm,
.progress_mb .progress_txt_md {
	font-weight:bold;
	text-align:center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.progress_mb .progress_txt_sm {
	font-size: 87.5%;
	padding:70px 10px 5px;
	background: url(/shared/images/main/progress_bg.jpg) no-repeat top center;
}
.progress_mb .progress_txt_md {
	padding:0 10px;
	font-size: 118.75%;
}
.search_by_mb:before,
.search_by_mb:after,
.search_by_mb ul:before,
.search_by_mb ul:after{
	content: '';
	display: table;
}
.search_by_mb:after,
.search_by_mb ul:after{
	clear: both;
}
.search_by_mb{
	margin-bottom: 17px;
}
.search_by_mb ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.search_by_mb ul li{
	margin-bottom: 15px;
}
.search_by_mb ul li a{
	position: relative;
	padding: 11px 30px 9px;
	display: block;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	color: #222222;
	background-color: #FFFFFF;
	border: 2px solid #222222;
	text-decoration: none;
}
.search_by_mb ul li a:hover,
.search_by_mb ul li a:focus{
	text-decoration: underline;
}
.search_by_mb ul li a:after{
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -7px;
	content: '';
	width: 11px;
	height: 13px;
	color: inherit;
	background: url(/shared/images/icon/black_arrow_icon.png) no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
}
/* ==================================================
pickup_bnr
================================================== */
#tmp_pickup_bnr {
	margin: 0 -20px 80px;
	clear:both;
}
#tmp_pickup_bnr .pickup_bnr {
	float: left;
	width: 50%;
	padding: 0 20px;
}
/* big_banner */
#tmp_pickup_bnr .big_banner_block {
	margin-top:0;
}
#tmp_pickup_bnr .big_banner {
	padding:34px 38px 2px 35px;
	min-height:234px;
}
#tmp_pickup_bnr .big_banner_link {
	margin-top:13px;
	padding-left:11px;
	padding-right:7px;
	padding-bottom:22px;
}
#tmp_pickup_bnr .big_banner_link p {
	width:100%;
	height:0;
}
#tmp_pickup_bnr .big_banner_link p a {
	background:url(/shared/images/main/big_banner_txt.png) no-repeat 0 0;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:100%;
	height:0;
	padding-top:7.454%;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_pickup_bnr .big_banner_link p span {
	width:100%;
	height:0;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
#tmp_pickup_bnr .big_banner_cnt::before {
	width:28px;
	height:28px;
	bottom:-36px;
	right:-29px;
}
.no_javascript #tmp_pickup_bnr .big_banner_link p a:hover {
	opacity:0.7;
}
/* progress_mb */
#tmp_pickup_bnr .progress_mb {
	margin-bottom:0;
}
#tmp_pickup_bnr .progress_mb a {
	background-image: url(/shared/images/main/progress_bg2.jpg);
	min-height:240px;
}
#tmp_pickup_bnr .progress_mb .progress_txt_lg {
	font-size:155.56%;
	padding:2px 10px;
}
#tmp_pickup_bnr .progress_mb .progress_txt_sm,
#tmp_pickup_bnr .progress_mb .progress_txt_md {
	line-height:1.2;
}
#tmp_pickup_bnr .progress_mb .progress_txt_sm {
	background-image: url(/shared/images/main/progress_bg2.jpg);
	font-size: 133.34%;
	padding:57px 10px 6px;
}
#tmp_pickup_bnr .progress_mb .progress_txt_md {
	font-size: 200%;
}
#tmp_pickup_bnr .progress_mb a::after {
	width:28px;
	height:28px;
	bottom:10px;
	right:8px;
}
/* ==================================================
progress
================================================== */
/* progress_heading
================================================== */
#tmp_progress_heading {
	position: relative;
    margin: 0 0 -98px;
	clear:both;
}
#tmp_progress_heading_ttl {
	position: relative;
	z-index: 1;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    padding: 9px 0 8px;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}
#tmp_progress_heading_ttl h1,
#tmp_progress_heading_ttl p {
	text-transform:uppercase;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	font-weight:bold;
}
#tmp_progress_heading_ttl h1 {
    font-size: 277.8%;
}
#tmp_progress_heading_ttl p {
    font-size: 166.67%;
}
#tmp_progress_heading_cnt {
	min-height:250px;
    background:url(/shared/templates/progress_top/images/bg_gradient.png) 0 0 repeat-x;
}
#tmp_progress_heading .progress_ttl {
    position: relative;
    text-align: center;
    padding: 7px 0 20px;
}
#tmp_progress_heading .progress_ttl::before,
#tmp_progress_heading .progress_ttl::after  {
    content: '';
    position: absolute;
    width: 428px;
    height: 126px;
    top: -10px;
	background-image:url(/shared/images/main/line_color.png);
	background-position:0 0;
	background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
#tmp_progress_heading .progress_ttl::before {
    left: 0;
    margin-left: -118px;
}
#tmp_progress_heading .progress_ttl::after {
    right: 0;
    margin-right: -124px;
}
#tmp_progress_heading .progress_ttl p {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	position: relative;
    z-index: 5;
    font-size: 133.34%;
    margin: 0 !important;
}
#tmp_progress_heading .progress_ttl p span {
	display:inline-block;
	vertical-align:middle;
}
#tmp_progress_heading .progress_ttl span.progress_number {
    font-size: 183.34%;
	padding-left:10px;
}
#tmp_progress_heading .progress_cnt p {
    line-height: 1.75 !important;
    margin: 0 !important;
}
/* type_top */
.type_top #tmp_progress_heading {
    margin-bottom:54px;
}
.type_top #tmp_progress_heading_ttl {
    padding: 23px 0 19px;
}
.type_top #tmp_progress_heading .progress_ttl {
    padding: 20px 0 15px;
}
.type_top #tmp_progress_heading .progress_ttl::before,
.type_top #tmp_progress_heading .progress_ttl::after  {
    top: 7px;
	background-image:url(/shared/images/main/line_color_top.png);
    height: 152px;
}
.type_top #tmp_progress_heading .progress_ttl p {
    font-size: 188.89%;
}
.type_top #tmp_progress_heading .progress_ttl p span {
	display:block;
}
.type_top #tmp_progress_heading .progress_ttl span.progress_number {
    font-size: 176.47%;
	padding-left:0;
}
/* seisaku_vision
================================================== */
.seisaku_vision {
    margin: 0 0 80px;
	clear:both;
}
.seisaku_vision .seisaku_vision_inner{
    position: relative;
    display: table;
    width: 100%;
	padding: 35px 33px 32px 36px;
}
.seisaku_vision .seisaku_vision_inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: inherit;
	background: transparent url(/shared/images/main/seisaku_border_top.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.seisaku_vision .seisaku_vision_inner:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 60px;
    color: inherit;
	background: transparent url(/shared/images/main/seisaku_border_bottom.png) no-repeat bottom left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.seisaku_vision .seisaku_vision_inner .seisaku_img{
    width: 340px;
    display: table-cell;
    vertical-align: middle;
}
.seisaku_vision .seisaku_img p {
	margin:0 !important;
}
.seisaku_vision .seisaku_img p img {
	width: 100%;
	height: auto;
	vertical-align: top;
	opacity: 1;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.seisaku_vision .seisaku_vision_inner .seisaku_link {
    display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 60px;
    font-size: 166.6%;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
}
.seisaku_vision .seisaku_vision_inner .seisaku_link a {
    display: block;
    text-decoration: none;
    padding: 10px 50px 10px 0;
    color: inherit;
	background: transparent url(/shared/images/icon/zoku_arrow_icon.png) no-repeat right center;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.seisaku_vision .seisaku_vision_inner.hover_active:hover .seisaku_link a,
.seisaku_vision .seisaku_vision_inner.hover_active:focus .seisaku_link a,
.seisaku_vision .seisaku_vision_inner.hover_active .seisaku_link a{
	text-decoration: underline;
}
.seisaku_vision .seisaku_vision_inner.hover_active:hover .seisaku_img img,
.seisaku_vision .seisaku_vision_inner.hover_active:focus .seisaku_img img,
.seisaku_vision .seisaku_vision_inner.hover_active .seisaku_img 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;
}

/* ==================================================
system
================================================== */
/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:56px;
	text-indent:0 !important;
	min-height:24px;
	display:inline-block;
	vertical-align: top;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
#tmp_switch_sp_style {
	text-align:center;
	text-decoration:none;
	font-size:233.3%;
	font-weight:bold;
	padding:18px 0;
	background-color:#ffffff;
	color:#000000;
}
#tmp_switch_sp_style span {
	display:inline-block;
	padding:8px 0 8px 50px;
	background: url(/shared/images/icon/sp_icon.png) no-repeat left center;
	min-height:56px;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue .progress_heading_block .progress_caption:before,
.color_blue .progress_heading_block .progress_caption:after,
.color_yellow .progress_heading_block .progress_caption:before,
.color_yellow .progress_heading_block .progress_caption:after,
.color_black .progress_heading_block .progress_caption:before,
.color_black .progress_heading_block .progress_caption:after,
.progress_heading_block .progress_caption:before,
.color_blue #tmp_business_ttl .business_ttl_inner::after,
.color_yellow #tmp_business_ttl .business_ttl_inner::after,
.color_black #tmp_business_ttl .business_ttl_inner::after,
.color_blue #tmp_contents .gvroom_gnavi ul li a::before,
.color_yellow #tmp_contents .gvroom_gnavi ul li a::before,
.color_black #tmp_contents .gvroom_gnavi ul li a::before,
.color_blue #tmp_progress_heading .progress_ttl::before,
.color_blue #tmp_progress_heading .progress_ttl::after,
.color_yellow #tmp_progress_heading .progress_ttl::before,
.color_yellow #tmp_progress_heading .progress_ttl::after,
.color_black #tmp_progress_heading .progress_ttl::before,
.color_black #tmp_progress_heading .progress_ttl::after,
.color_blue .box_progress .progress_heading .heading_number::before,
.color_yellow .box_progress .progress_heading .heading_number::before,
.color_black .box_progress .progress_heading .heading_number::before,
.color_blue .box_progress .progress_heading .heading_number::after,
.color_yellow .box_progress .progress_heading .heading_number::after,
.color_black .box_progress .progress_heading .heading_number::after {
	display: none !important;
}
.color_blue .miyagi_symbol,
.color_black .miyagi_symbol,
.color_yellow .miyagi_symbol{
	bottom: -6px;
}
.color_blue #tmp_gnavi,
.color_yellow #tmp_gnavi,
.color_black #tmp_gnavi {
	border-bottom:1px solid;
}
.color_blue #tmp_gnavi .gnavi li a:before,
.color_yellow #tmp_gnavi .gnavi li a:before,
.color_black #tmp_gnavi .gnavi li a:before {
	display:none !important;
}
.color_blue .gnavi li a::after,
.color_black .gnavi li a::after {
	color: #000000 !important;
	background-color: #FFFF00 !important;
}
.color_yellow .gnavi li a::after {
	color: #FFFF00 !important;
	background-color: #000000 !important;
}
.color_blue #tmp_footer .footer_logo p,
.color_yellow #tmp_footer .footer_logo p,
.color_black #tmp_footer .footer_logo p{
	text-indent: inherit;
	font-weight: bold;
}
.color_yellow #tmp_search .sch_ttl{
	background: transparent !important;
}
.color_blue #tmp_search .sch_ttl label,
.color_yellow #tmp_search .sch_ttl label,
.color_black #tmp_search .sch_ttl label{
	background: #ffffff url(/shared/images/icon/search_pc.png) no-repeat !important;
}
.color_blue.full_width #tmp_search .sch_ttl label,
.color_yellow.full_width #tmp_search .sch_ttl label,
.color_black.full_width #tmp_search .sch_ttl label,
.color_blue.format_free #tmp_search .sch_ttl label,
.color_yellow.format_free #tmp_search .sch_ttl label,
.color_black.format_free #tmp_search .sch_ttl label{
	background: #ffffff url(/shared/images/icon/icon_search.png) no-repeat !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p{
	font-size: 1rem
}
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo span {
	overflow: visible !important;
	text-indent:0 !important;
	white-space: normal !important;
}
.color_blue #tmp_hlogo::after,
.color_yellow #tmp_hlogo::after,
.color_black #tmp_hlogo::after {
	display:none;
}
/* 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 {
	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;
	padding: 0 !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_blue .btn_readmore_black a {
	border: 1px solid #ffffff;
}
/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}

/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_yellow .btn_readmore_black a {
	border: 1px solid #ffffff;
}
/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_black .btn_readmore_black a {
	border: 1px solid #ffffff;
}
.color_blue .emergency_aside > ul > .link_emergency > a:before,
.color_blue #tmp_setting > ul > .func_browser > a:after{
	background-color: #00008B !important;
	border-left: 1px solid #FFFF00 !important;
	border-right: 1px solid #FFFF00 !important;
}
.color_black .emergency_aside > ul > .link_emergency > a:before,
.color_black #tmp_setting > ul > .func_browser > a:after{
	background-color: #000000 !important;
	border-left: 1px solid #FFFF00 !important;
	border-right: 1px solid #FFFF00 !important;
}
.color_yellow .emergency_aside > ul > .link_emergency > a:before,
.color_yellow #tmp_setting > ul > .func_browser > a:after{
	background-color: #FFFF00 !important;
	border-left: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
}
.color_blue #tmp_setting > ul > .func_browser > a,
.color_black #tmp_setting > ul > .func_browser > a{
	border-bottom: 1px solid #FFFF00;
}
.color_yellow #tmp_setting > ul > .func_browser > a{
	border-bottom: 1px solid #000000;
}
.color_blue #tmp_wrap_main .idx_ttl h1,
.color_yellow #tmp_wrap_main .idx_ttl h1,
.color_black #tmp_wrap_main .idx_ttl h1 {
	padding:0 !important;
	border:none !important;
}
.color_blue #tmp_wrapper .idx_ttl img,
.color_yellow #tmp_wrapper .idx_ttl img,
.color_black #tmp_wrapper .idx_ttl img {
	background-color:#ffffff !important;
}
.color_blue .disaster_row .disaster_parameter a,
.color_yellow .disaster_row .disaster_parameter a,
.color_black .disaster_row .disaster_parameter a,
.color_blue #tmp_contents .service_img .service_ttl a,
.color_yellow #tmp_contents .service_img .service_ttl a,
.color_black #tmp_contents .service_img .service_ttl a,
.color_blue #tmp_contents .service_list ul li a,
.color_yellow #tmp_contents .service_list ul li a,
.color_black #tmp_contents .service_list ul li a,
.color_blue .fnavi li a,
.color_yellow .fnavi li a,
.color_black .fnavi li a,
.color_blue #tmp_contents .read_all li.rss a,
.color_yellow #tmp_contents .read_all li.rss a,
.color_black #tmp_contents .read_all li.rss a,
.color_blue #tmp_contents .event_view_navi ul li a,
.color_yellow #tmp_contents .event_view_navi ul li a,
.color_black #tmp_contents .event_view_navi ul li a {
	position:relative;
}
.color_blue .disaster_row .disaster_parameter a::before,
.color_yellow .disaster_row .disaster_parameter a::before,
.color_black .disaster_row .disaster_parameter a::before,
.color_blue #tmp_contents .event_view_navi ul li a::after,
.color_yellow #tmp_contents .event_view_navi ul li a::after,
.color_black #tmp_contents .event_view_navi ul li a::after,
.color_blue #tmp_contents .gvroom_gnavi ul li a::after,
.color_yellow #tmp_contents .gvroom_gnavi ul li a::after,
.color_black #tmp_contents .gvroom_gnavi ul li a::after {
	background-image:none;
	content:'';
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-4px;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue .emergency_aside > ul > .link_emergency > a::after,
.color_yellow .emergency_aside > ul > .link_emergency > a::after,
.color_black .emergency_aside > ul > .link_emergency > a::after,
.color_blue .emergency_aside > ul > .link_safety > a::after,
.color_yellow .emergency_aside > ul > .link_safety > a::after,
.color_black .emergency_aside > ul > .link_safety > a::after,
.color_blue .directional_button ul li a::after,
.color_yellow .directional_button ul li a::after,
.color_black .directional_button ul li a::after,
.color_blue #tmp_business_support_cnt ul li a::after,
.color_yellow #tmp_business_support_cnt ul li a::after,
.color_black #tmp_business_support_cnt ul li a::after,
.color_blue #tmp_business_kensei_cnt ul li a::after,
.color_yellow #tmp_business_kensei_cnt ul li a::after,
.color_black #tmp_business_kensei_cnt ul li a::after,
.color_blue #tmp_progress_category .category_heading a::after,
.color_yellow #tmp_progress_category .category_heading a::after,
.color_black #tmp_progress_category .category_heading a::after,
.color_blue #tmp_contents .pickup_item_cnt .view_detail a::after,
.color_yellow #tmp_contents .pickup_item_cnt .view_detail a::after,
.color_black #tmp_contents .pickup_item_cnt .view_detail a::after,
.color_blue #tmp_contents .other_thing_list li a::after,
.color_yellow #tmp_contents .other_thing_list li a::after,
.color_black #tmp_contents .other_thing_list li a::after,
.color_blue #tmp_contents .future_media .future_caption a::after,
.color_yellow #tmp_contents .future_media .future_caption a::after,
.color_black #tmp_contents .future_media .future_caption a::after,
.color_blue .top_search_btn li a::after,
.color_yellow .top_search_btn li a::after,
.color_black .top_search_btn li a::after,
.color_blue .box_progress .progress_category a::after,
.color_yellow .box_progress .progress_category a::after,
.color_black .box_progress .progress_category a::after {
	background-image:none;
	content:'';
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .pickup_item_ttl .pickup_label::after,
.color_black #tmp_contents .pickup_item_ttl .pickup_label::after {
	border-top-color:#FFFF00 !important;
}
.color_blue .emergency_aside > ul > .link_emergency > a.active::after,
.color_yellow .emergency_aside > ul > .link_emergency > a.active::after,
.color_black .emergency_aside > ul > .link_emergency > a.active::after {
	background-image:none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.color_blue #tmp_contents .service_img .service_ttl a::before,
.color_yellow #tmp_contents .service_img .service_ttl a::before,
.color_black #tmp_contents .service_img .service_ttl a::before {
	content:'';
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-4px;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .service_list ul li a::before,
.color_yellow #tmp_contents .service_list ul li a::before,
.color_black #tmp_contents .service_list ul li a::before,
.color_blue .fnavi li a::before,
.color_yellow .fnavi li a::before,
.color_black .fnavi li a::before {
	content:'';
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .read_all li.rss a::before,
.color_yellow #tmp_contents .read_all li.rss a::before,
.color_black #tmp_contents .read_all li.rss a::before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .event_page_navi .prev a::before,
.color_yellow #tmp_contents .event_page_navi .prev a::before,
.color_black #tmp_contents .event_page_navi .prev a::before {
	background-image:none;
	content:'';
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.color_blue #tmp_contents .event_page_navi .next a::before,
.color_yellow #tmp_contents .event_page_navi .next a::before,
.color_black #tmp_contents .event_page_navi .next a::before,
.color_blue .btn_readmore_black a::after,
.color_yellow .btn_readmore_black a::after,
.color_black .btn_readmore_black a::after {
	background-image:none;
	content:'';
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_contents .menu_list li,
.color_yellow #tmp_contents .menu_list li,
.color_black #tmp_contents .menu_list li {
	position:relative;
}
.color_blue #tmp_contents .menu_list li::after,
.color_yellow #tmp_contents .menu_list li::after,
.color_black #tmp_contents .menu_list li::after {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9.5px 0 9.5px;
	border-color: #ffffff transparent transparent transparent;
}
.color_yellow #tmp_contents .menu_list li::after {
	border-color: #000000 transparent transparent transparent;
}
.color_blue #tmp_contents .menu_list li a::after,
.color_black #tmp_contents .menu_list li a::after {
	color: #000000 !important;
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .pnavi .ptop a::before,
.color_yellow #tmp_wrapper .pnavi .ptop a::before,
.color_black #tmp_wrapper .pnavi .ptop a::before {
	content:'';
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.color_blue #tmp_wrapper .fields_title .fields_title_img,
.color_yellow #tmp_wrapper .fields_title .fields_title_img,
.color_black #tmp_wrapper .fields_title .fields_title_img {
	background-color: transparent !important;
}
.color_blue #tmp_wrapper .fields_title .fields_title_img p,
.color_blue #tmp_wrapper .fields_title .fields_title_img p img,
.color_yellow #tmp_wrapper .fields_title .fields_title_img p,
.color_yellow #tmp_wrapper .fields_title .fields_title_img p img,
.color_black #tmp_wrapper .fields_title .fields_title_img p,
.color_black #tmp_wrapper .fields_title .fields_title_img p img {
	background-color: #ffffff !important;
}
.color_blue #tmp_wrapper .classificate_nav ul li::after,
.color_black #tmp_wrapper .classificate_nav ul li::after {
	background-color: #ffffff !important;
}
.color_blue #tmp_wrapper .classificate_nav ul li a,
.color_yellow #tmp_wrapper .classificate_nav ul li a,
.color_black #tmp_wrapper .classificate_nav ul li a {
	position:relative;
}
.color_blue #tmp_wrapper .classificate_nav ul li a::after,
.color_yellow #tmp_wrapper .classificate_nav ul li a::after,
.color_black #tmp_wrapper .classificate_nav ul li a::after {
	content:'';
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.color_blue #tmp_fsearch .lbl_icon,
.color_yellow #tmp_fsearch .lbl_icon,
.color_black #tmp_fsearch .lbl_icon {
	background: #ffffff url(/shared/templates/free/images/icons/search_icon.png) no-repeat top left !important;
}
.color_blue.format_top.full_width #tmp_wrapper .gnavi_wrap,
.color_yellow.format_top.full_width #tmp_wrapper .gnavi_wrap,
.color_black.format_top.full_width #tmp_wrapper .gnavi_wrap {
	border-bottom:1px solid;
}
.color_blue #tmp_business_purpose .purpose_industry a::after,
.color_yellow #tmp_business_purpose .purpose_industry a::after,
.color_black #tmp_business_purpose .purpose_industry a::after {
	background-image:none;
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-7px;
    width: 14px;
    height: 14px;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_wrap_business_purpose_cnt::after,
.color_blue #tmp_business_purpose_cnt::after,
.color_yellow #tmp_wrap_business_purpose_cnt::after,
.color_yellow #tmp_business_purpose_cnt::after,
.color_black #tmp_wrap_business_purpose_cnt::after,
.color_black #tmp_business_purpose_cnt::after {
	border-right: 4px solid !important;
	z-index:1;
}
.color_blue #tmp_wrap_business_purpose_cnt::before,
.color_blue #tmp_wrap_business_purpose_cnt::after,
.color_yellow #tmp_wrap_business_purpose_cnt::before,
.color_yellow #tmp_wrap_business_purpose_cnt::after,
.color_black #tmp_wrap_business_purpose_cnt::before,
.color_black #tmp_wrap_business_purpose_cnt::after {
	border-top: 4px solid !important;
	z-index:1;
}
.color_blue #tmp_wrap_business_purpose_cnt::before,
.color_blue #tmp_business_purpose_cnt::before,
.color_yellow #tmp_wrap_business_purpose_cnt::before,
.color_yellow #tmp_business_purpose_cnt::before,
.color_black #tmp_wrap_business_purpose_cnt::before,
.color_black #tmp_business_purpose_cnt::before {
	border-left: 4px solid !important;
	z-index:1;
}
.color_blue #tmp_business_purpose_cnt::before,
.color_blue #tmp_business_purpose_cnt::after,
.color_yellow #tmp_business_purpose_cnt::before,
.color_yellow #tmp_business_purpose_cnt::after,
.color_black #tmp_business_purpose_cnt::before,
.color_black #tmp_business_purpose_cnt::after {
	border-bottom: 4px solid !important;
	z-index:1;
}
.color_blue #tmp_lnavi_event_cal_cnt .calendar .cal_th td.cal_sun,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a,
.color_black #tmp_lnavi_event_cal_cnt .calendar .cal_th td.cal_sun,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#ffffff !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar .cal_th td.cal_sun,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#000000 !important;
}
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:#00008B !important;
	background-color:#FFFF00 !important;
}
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#00008B !important;
}
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:#000000 !important;
	background-color:#FFFF00 !important;
}
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#000000 !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:#FFFF00 !important;
	background-color:#000000 !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#FFFF00 !important;
}

.color_blue #tmp_event_cal_list .event_cal_list ul li .category1,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category2,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category3,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category4,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category5,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category6,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category7,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category8,
.color_blue #tmp_event_cal_list .event_cal_list ul li .category9,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category1,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category2,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category3,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category4,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category5,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category6,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category7,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category8,
.color_yellow #tmp_event_cal_list .event_cal_list ul li .category9,
.color_black #tmp_event_cal_list .event_cal_list ul li .category1,
.color_black #tmp_event_cal_list .event_cal_list ul li .category2,
.color_black #tmp_event_cal_list .event_cal_list ul li .category3,
.color_black #tmp_event_cal_list .event_cal_list ul li .category4,
.color_black #tmp_event_cal_list .event_cal_list ul li .category5,
.color_black #tmp_event_cal_list .event_cal_list ul li .category6,
.color_black #tmp_event_cal_list .event_cal_list ul li .category7,
.color_black #tmp_event_cal_list .event_cal_list ul li .category8,
.color_black #tmp_event_cal_list .event_cal_list ul li .category9,
.color_blue #tmp_event_cal_refine_cnt fieldset .category label,
.color_yellow #tmp_event_cal_refine_cnt fieldset .category label,
.color_black #tmp_event_cal_refine_cnt fieldset .category label {
	border:1px solid;
}
.color_blue #tmp_wrapper input[type="checkbox"],
.color_yellow #tmp_wrapper input[type="checkbox"],
.color_black #tmp_wrapper input[type="checkbox"] {
	z-index:5;
}
.color_blue #tmp_wrapper #tmp_gvroom_ttl p,
.color_yellow #tmp_wrapper #tmp_gvroom_ttl p,
.color_black #tmp_wrapper #tmp_gvroom_ttl p {
	font-weight:bold;
	font-size:155.6%;
	padding:10px !important;
	border:1px solid;
}
/* ==================================================
top
================================================== */
.color_blue .section_efforts .efforts_wrap::after,
.color_yellow .section_efforts .efforts_wrap::after,
.color_black .section_efforts .efforts_wrap::after,
.color_blue .advertise_inner::before,
.color_yellow .advertise_inner::before,
.color_black .advertise_inner::before {
	display:none;
}
.color_yellow #tmp_wrapper #tmp_lft_cnt .btn_animate a::before,
.color_yellow #tmp_wrapper #tmp_lft_cnt .btn_animate a::after {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_lft_cnt .btn_animate.start a::after {
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 7px solid #000000 !important;
    background-color: transparent !important;
}
.color_blue #tmp_wrapper .news_list ul li span {
    background-color:#00008B !important;
}
.color_yellow #tmp_wrapper .news_list ul li span {
    background-color:#FFFF00 !important;
}
.color_black #tmp_wrapper .news_list ul li span {
    background-color:#000000 !important;
}
.color_blue #tmp_wrapper .news_list ul li.list_gvroom a,
.color_yellow #tmp_wrapper .news_list ul li.list_gvroom a,
.color_black #tmp_wrapper .news_list ul li.list_gvroom a {
	background-image:url(/shared/templates/top/images/list_img01_b.jpg) !important;
}
.color_blue #tmp_wrapper .news_list ul li.list_kengikai a,
.color_yellow #tmp_wrapper .news_list ul li.list_kengikai a,
.color_black #tmp_wrapper .news_list ul li.list_kengikai a {
	background-image:url(/shared/templates/top/images/list_img02_b.jpg) !important;
}
.color_blue #tmp_wrapper .news_list ul li.list_kyouiku a,
.color_yellow #tmp_wrapper .news_list ul li.list_kyouiku a,
.color_black #tmp_wrapper .news_list ul li.list_kyouiku a {
	background-image:url(/shared/templates/top/images/list_img03.jpg) !important;
}
.color_blue #tmp_wrapper .news_list ul li.list_police a,
.color_yellow #tmp_wrapper .news_list ul li.list_police a,
.color_black #tmp_wrapper .news_list ul li.list_police a {
	background-image:url(/shared/templates/top/images/list_img04.jpg) !important;
}
.color_blue #tmp_wrapper .news_list ul li.list_sns a,
.color_yellow #tmp_wrapper .news_list ul li.list_sns a,
.color_black #tmp_wrapper .news_list ul li.list_sns a {
	background-image:url(/shared/templates/top/images/list_img05.jpg) !important;
}
/* ==================================================
free
================================================== */
.color_blue #tmp_wrapper .slick-dots li,
.color_yellow #tmp_wrapper .slick-dots li,
.color_black #tmp_wrapper .slick-dots li {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.color_yellow #tmp_wrapper .slick-dots li.slick-active,
.color_yellow #tmp_wrapper .slick-dots li:hover,
.color_yellow #tmp_wrapper .slick-dots li:focus {
	background-color: #000000 !important;
}
.color_yellow .btn_slides.start a:after {
	border: 7px solid #FFFF00;
	border-left-color: #000000;
	border-right-width: 0;
}
.color_blue #tmp_wrapper .slick-dots li.slick-active,
.color_blue #tmp_wrapper .slick-dots li:hover,
.color_blue #tmp_wrapper .slick-dots li:focus {
	background-color: #ffffff !important;
}
.color_black #tmp_wrapper .slick-dots li.slick-active,
.color_black #tmp_wrapper .slick-dots li:hover,
.color_black #tmp_wrapper .slick-dots li:focus {
	background-color: #ffffff !important;
}
.color_black #tmp_wrapper .btn_slides.start span:before,
.color_blue #tmp_wrapper .btn_slides.start span:before{
	border-color: transparent transparent transparent #ffffff !important;
}
.color_blue #tmp_wrapper .btn_slides.stop span:after,
.color_blue #tmp_wrapper .btn_slides.stop span:before,
.color_black #tmp_wrapper .btn_slides.stop span:after,
.color_black #tmp_wrapper .btn_slides.stop span:before{
	color: #222222 !important;
	background: #ffffff !important;
}
.color_blue #tmp_main .purpose_list .purpose_item,
.color_yellow #tmp_main .purpose_list .purpose_item,
.color_black #tmp_main .purpose_list .purpose_item,
.color_blue #tmp_main .purpose_list .purpose_item *,
.color_yellow #tmp_main .purpose_list .purpose_item *,
.color_black #tmp_main .purpose_list .purpose_item *{
	color: #222222 !important;
	background-color: #ffffff !important;
}
/* tab */
.color_blue #tmp_wrapper .news_tab .tab_title,
.color_black #tmp_wrapper .news_tab .tab_title,
.color_yellow #tmp_wrapper .news_tab .tab_title,
.color_blue #tmp_wrapper .pickup_tab .pickup_tab_ttl,
.color_black #tmp_wrapper .pickup_tab .pickup_tab_ttl,
.color_yellow #tmp_wrapper .pickup_tab .pickup_tab_ttl {
	border-bottom:2px solid;
}
.color_blue #tmp_wrapper .news_tab .tab_title.tb_active a,
.color_blue #tmp_wrapper .pickup_tab .pickup_tab_ttl.tab_active a,
.color_black #tmp_wrapper .news_tab .tab_title.tb_active a,
.color_black #tmp_wrapper .pickup_tab .pickup_tab_ttl.tab_active a {
	background-color: #FFFF00 !important;
	color: #222222 !important;
}
.color_yellow #tmp_wrapper .news_tab .tab_title.tb_active a,
.color_yellow #tmp_wrapper .pickup_tab .pickup_tab_ttl.tab_active a {
	background-color: #222222 !important;
	color: #ffffff !important;
}
/* more_btn */
.color_blue #tmp_contents .idx_menu_more span,
.color_black #tmp_contents .idx_menu_more span,
.color_yellow #tmp_contents .idx_menu_more span,
.color_blue #tmp_wrapper .lnavi_more_btn span,
.color_black #tmp_wrapper .lnavi_more_btn span,
.color_yellow #tmp_wrapper .lnavi_more_btn span {
	position:relative;
}
.color_blue #tmp_contents .idx_menu_more span::before,
.color_black #tmp_contents .idx_menu_more span::before,
.color_yellow #tmp_contents .idx_menu_more span::before,
.color_blue #tmp_contents .idx_menu_more span::after,
.color_black #tmp_contents .idx_menu_more span::after,
.color_yellow #tmp_contents .idx_menu_more span::after,
.color_blue #tmp_wrapper .lnavi_more_btn span::before,
.color_black #tmp_wrapper .lnavi_more_btn span::before,
.color_yellow #tmp_wrapper .lnavi_more_btn span::before,
.color_blue #tmp_wrapper .lnavi_more_btn span::after,
.color_black #tmp_wrapper .lnavi_more_btn span::after,
.color_yellow #tmp_wrapper .lnavi_more_btn span::after {
	content: '';
	position: absolute;
	top:50%;
	left:0;
	width: 14px;
	height: 14px;
	border-top: 2px solid;
	transform: translateX(-50%);
}
.color_blue #tmp_contents .idx_menu_more span::after,
.color_black #tmp_contents .idx_menu_more span::after,
.color_yellow #tmp_contents .idx_menu_more span::after,
.color_blue #tmp_wrapper .lnavi_more_btn span::after,
.color_black #tmp_wrapper .lnavi_more_btn span::after,
.color_yellow #tmp_wrapper .lnavi_more_btn span::after {
	left: -13px;
	margin-top:-6px;
	transform: rotate(90deg);
}
.color_blue #tmp_contents .idx_menu_more a.active span::after,
.color_black #tmp_contents .idx_menu_more a.active span::after,
.color_yellow #tmp_contents .idx_menu_more a.active span::after {
	display:none;
}
/* ==================================================
movie
================================================== */
.color_blue #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_yellow #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_black #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev {
	width: 0 !important;
	height: 0 !important;
	border-style: solid !important;
	border-width: 19px 34px 19px 0 !important;
}
.color_blue #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_black #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev {
	border-color: transparent #FFFF00 transparent transparent !important;
}
.color_yellow #tmp_wrapper #tmp_movie_visual .slick-prev,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-prev {
	border-color: transparent #000000 transparent transparent !important;
}
.color_blue #tmp_wrapper #tmp_movie_visual .slick-next,
.color_yellow #tmp_wrapper #tmp_movie_visual .slick-next,
.color_black #tmp_wrapper #tmp_movie_visual .slick-next,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next {
	width: 0 !important;
	height: 0 !important;
	border-style: solid !important;
	border-width: 19px 0 19px 34px !important;
}
.color_blue #tmp_wrapper #tmp_movie_visual .slick-next,
.color_black #tmp_wrapper #tmp_movie_visual .slick-next,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.start span::before,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.start span::before,
.color_blue #tmp_wrapper #tmp_business_pickup_slide .btn_slides.start span::before,
.color_black #tmp_wrapper #tmp_business_pickup_slide .btn_slides.start span::before {
	border-color: transparent transparent transparent #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_movie_visual .slick-next,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-next,
.color_yellow #tmp_wrapper #tmp_movie_visual .btn_slides.start span::before,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::before,
.color_yellow #tmp_wrapper #tmp_business_pickup_slide .btn_slides.start span::before {
	border-color: transparent transparent transparent #000000 !important;
}
/* slick */
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li:hover,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li.slick-active,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li:hover,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li.slick-active,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::before,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::before,
.color_blue #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::after,
.color_black #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::after,
.color_blue #tmp_wrapper #tmp_business_pickup_slide .btn_slides.stop span::before,
.color_black #tmp_wrapper #tmp_business_pickup_slide .btn_slides.stop span::before,
.color_blue #tmp_wrapper #tmp_business_pickup_slide .btn_slides.stop span::after,
.color_black #tmp_wrapper #tmp_business_pickup_slide .btn_slides.stop span::after,
.color_blue #tmp_wrapper #tmp_business_pickup_slide .slick-dots li:hover,
.color_blue #tmp_wrapper #tmp_business_pickup_slide .slick-dots li.slick-active,
.color_black #tmp_wrapper #tmp_business_pickup_slide .slick-dots li:hover,
.color_black #tmp_wrapper #tmp_business_pickup_slide .slick-dots li.slick-active {
	background-color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li:hover,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .slick-dots li.slick-active,
.color_yellow #tmp_wrapper #tmp_movie_visual .btn_slides.stop span::before,
.color_yellow #tmp_wrapper #tmp_movie_visual .btn_slides.stop span::after,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::before,
.color_yellow #tmp_wrapper #tmp_contents .movie_slide_cnt .btn_slides.stop span::after,
.color_yellow #tmp_wrapper #tmp_business_pickup_slide .btn_slides.stop span::after,
.color_yellow #tmp_wrapper #tmp_business_pickup_slide .slick-dots li:hover,
.color_yellow #tmp_wrapper #tmp_business_pickup_slide .slick-dots li.slick-active {
	background-color:#000000 !important;
}
/* business
================================================== */
.color_blue #tmp_business_purpose_ttl::before,
.color_blue #tmp_business_support_ttl::before,
.color_blue #tmp_business_pickup_ttl::before,
.color_blue #tmp_business_kensei_ttl::before,
.color_blue #tmp_business_purpose_ttl::after,
.color_blue #tmp_business_support_ttl::after,
.color_blue #tmp_business_pickup_ttl::after,
.color_blue #tmp_business_kensei_ttl::after,
.color_yellow #tmp_business_purpose_ttl::before,
.color_yellow #tmp_business_support_ttl::before,
.color_yellow #tmp_business_pickup_ttl::before,
.color_yellow #tmp_business_kensei_ttl::before,
.color_yellow #tmp_business_purpose_ttl::after,
.color_yellow #tmp_business_support_ttl::after,
.color_yellow #tmp_business_pickup_ttl::after,
.color_yellow #tmp_business_kensei_ttl::after,
.color_black #tmp_business_purpose_ttl::before,
.color_black #tmp_business_support_ttl::before,
.color_black #tmp_business_pickup_ttl::before,
.color_black #tmp_business_kensei_ttl::before,
.color_black #tmp_business_purpose_ttl::after,
.color_black #tmp_business_support_ttl::after,
.color_black #tmp_business_pickup_ttl::after,
.color_black #tmp_business_kensei_ttl::after {
	display:none !important;
}
.color_blue #tmp_wrapper .pickup_ttl h2:first-letter,
.color_blue #tmp_wrapper .find_ttl h2:first-letter,
.color_blue #tmp_wrapper .box_topics .topics_ttl h2:first-letter,
.color_blue #tmp_wrapper .box_topics_movie .topics_movie_heading h2:first-letter,
.color_blue #tmp_wrapper .box_topics_miyagi .topics_miyagi_heading h2::first-letter,
.color_blue #tmp_wrapper .wide_area_ttl h2::first-letter,
.color_blue #tmp_wrapper .office_info .office_info_ttl p::first-letter,
.color_black #tmp_wrapper .pickup_ttl h2:first-letter,
.color_black #tmp_wrapper .find_ttl h2:first-letter,
.color_black #tmp_wrapper .box_topics .topics_ttl h2:first-letter,
.color_black #tmp_wrapper .box_topics_movie .topics_movie_heading h2:first-letter,
.color_black #tmp_wrapper .box_topics_miyagi .topics_miyagi_heading h2::first-letter,
.color_black #tmp_wrapper .wide_area_ttl h2::first-letter,
.color_black #tmp_wrapper .office_info .office_info_ttl p::first-letter,
.color_blue #tmp_wrapper #tmp_contents .gvroom_info_ttl .ttl_en:first-letter,
.color_blue #tmp_wrapper #tmp_business_info .business_info_ttl h2:first-letter,
.color_blue #tmp_wrapper #tmp_business_purpose_ttl h2:first-letter,
.color_blue #tmp_wrapper #tmp_business_support_ttl h2:first-letter,
.color_blue #tmp_wrapper #tmp_business_pickup_ttl h2:first-letter,
.color_blue #tmp_wrapper #tmp_business_kensei_ttl h2:first-letter,
.color_black #tmp_wrapper #tmp_contents .gvroom_info_ttl .ttl_en:first-letter,
.color_black #tmp_wrapper #tmp_business_info .business_info_ttl h2:first-letter,
.color_black #tmp_wrapper #tmp_business_purpose_ttl h2:first-letter,
.color_black #tmp_wrapper #tmp_business_support_ttl h2:first-letter,
.color_black #tmp_wrapper #tmp_business_pickup_ttl h2:first-letter,
.color_black #tmp_wrapper #tmp_business_kensei_ttl h2:first-letter,
.color_blue #tmp_progress_category .box_progress_category .category_english_ttl p:first-letter,
.color_black #tmp_progress_category .box_progress_category .category_english_ttl p:first-letter,
.color_blue #tmp_contents .progress_frontpager .generation_para::first-letter,
.color_black #tmp_contents .progress_frontpager .generation_para::first-letter,
.color_blue #tmp_contents #tmp_event_pickup_ttl .ttl_en:first-letter,
.color_black #tmp_contents #tmp_event_pickup_ttl .ttl_en:first-letter,
.color_blue #tmp_contents #tmp_event_cal_refine_ttl h2:first-letter,
.color_black #tmp_contents #tmp_event_cal_refine_ttl h2:first-letter {
	color: #FFFF00 !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrapper .pickup_ttl h2:first-letter,
.color_yellow #tmp_wrapper .find_ttl h2:first-letter,
.color_yellow #tmp_wrapper .box_topics .topics_ttl h2:first-letter,
.color_yellow #tmp_wrapper .box_topics_movie .topics_movie_heading h2:first-letter,
.color_yellow #tmp_wrapper .box_topics_miyagi .topics_miyagi_heading h2::first-letter,
.color_yellow #tmp_wrapper .wide_area_ttl h2::first-letter,
.color_yellow #tmp_wrapper .office_info .office_info_ttl p::first-letter,
.color_yellow #tmp_wrapper .pickup_ttl h2:first-letter,
.color_yellow #tmp_wrapper #tmp_contents .gvroom_info_ttl .ttl_en:first-letter,
.color_yellow #tmp_wrapper #tmp_business_info .business_info_ttl h2:first-letter,
.color_yellow #tmp_wrapper #tmp_business_purpose_ttl h2:first-letter,
.color_yellow #tmp_wrapper #tmp_business_support_ttl h2:first-letter,
.color_yellow #tmp_wrapper #tmp_business_pickup_ttl h2:first-letter,
.color_yellow #tmp_wrapper #tmp_business_kensei_ttl h2:first-letter,
.color_yellow #tmp_progress_category .box_progress_category .category_english_ttl p:first-letter,
.color_yellow #tmp_contents .progress_frontpager .generation_para::first-letter,
.color_yellow #tmp_contents #tmp_event_pickup_ttl .ttl_en:first-letter,
.color_yellow #tmp_contents #tmp_event_cal_refine_ttl h2:first-letter {
	color: #000000 !important;
	background-color:transparent !important;
}
/* 十色バナー */
.color_blue #tmp_wrapper .big_banner_block,
.color_black #tmp_wrapper .big_banner_block,
.color_yellow #tmp_wrapper .big_banner_block {
	border:2px solid;
}
.color_blue #tmp_wrapper .big_banner::before,
.color_black #tmp_wrapper .big_banner::before,
.color_yellow #tmp_wrapper .big_banner::before,
.color_blue #tmp_wrapper .big_banner::after,
.color_black #tmp_wrapper .big_banner::after,
.color_yellow #tmp_wrapper .big_banner::after {
	display:none !important;
}
.color_blue #tmp_wrapper .big_banner_img,
.color_blue #tmp_wrapper .big_banner_img p,
.color_blue #tmp_wrapper .big_banner_img img,
.color_black #tmp_wrapper .big_banner_img,
.color_black #tmp_wrapper .big_banner_img p,
.color_black #tmp_wrapper .big_banner_img img,
.color_yellow #tmp_wrapper .big_banner_img,
.color_yellow #tmp_wrapper .big_banner_img p,
.color_yellow #tmp_wrapper .big_banner_img img {
	background-color:#ffffff !important;
}
.color_blue #tmp_wrapper .big_banner_cnt::before,
.color_black #tmp_wrapper .big_banner_cnt::before,
.color_yellow #tmp_wrapper .big_banner_cnt::before,
.color_blue #tmp_wrapper .progress_mb a::after,
.color_black #tmp_wrapper .progress_mb a::after,
.color_yellow #tmp_wrapper .progress_mb a::after {
	background-image:none !important;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_blue #tmp_wrapper .big_banner_cnt::before,
.color_black #tmp_wrapper .big_banner_cnt::before,
.color_yellow #tmp_wrapper .big_banner_cnt::before {
	right:20px;
	bottom:15px;
}
.color_blue #tmp_wrapper .progress_mb a::after,
.color_black #tmp_wrapper .progress_mb a::after,
.color_yellow #tmp_wrapper .progress_mb a::after {
	right:20px;
	bottom:25px;
}
.color_blue #tmp_event_cal_refine_cnt fieldset .category li input[type="checkbox"],
.color_blue #tmp_event_cal_refine_cnt fieldset li input[type="checkbox"] {
	border:1px solid !important;
}
.color_blue #tmp_event_cal_7w .event_cal_7w td p a,
.color_black #tmp_event_cal_7w .event_cal_7w td p a,
.color_yellow #tmp_event_cal_7w .event_cal_7w td p a {
	border:1px solid !important;
}
.color_blue #tmp_contents #tmp_event_cal_tab li.selected a,
.color_black #tmp_contents #tmp_event_cal_tab li.selected a,
.color_yellow #tmp_contents #tmp_event_cal_tab li.selected a {
	border:4px solid !important;
}
/* progress
================================================== */
.color_blue #tmp_progress_category .category_heading a:after,
.color_black #tmp_progress_category .category_heading a:after{
    background: transparent url(/shared/images/icon/icon_arrow_link_wh.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small .fnavi li a{
	background-position: 0 0;
}
.fsize_small .classificate_nav ul li a{
	line-height: 1.4;
	padding-bottom: 0;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big .fields_nav ul li a br{
	display: none;
}
.fsize_big .classificate_nav ul li a,
.fsize_big2 .classificate_nav ul li a{
	padding: 7px 0;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .classificate_nav ul li{
	padding-top: 10px;
}
.fsize_big2 .classificate_nav ul li a{
	padding-top: 10px;
}


.fsize_small #tmp_progress_category .box_progress_category .category_english_ttl {
    margin: 0 0 -2px;
}
.fsize_big #tmp_progress_category .box_progress_category .category_english_ttl{
    margin: 0 0 -4px;
}
.fsize_big #tmp_progress_category .category_caption .category_number,
.fsize_big2 #tmp_progress_category .category_caption .category_number{
    font-size: 1.9rem
}
/* ==================================================
Animatrion
================================================== */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes overflowing {
	from {
		opacity: 0;
		left: 0;
		right: 0;
	}

	to {
		left: -50%;
		right: -50%;
		opacity:1;
	}
}
@-webkit-keyframes overflowing {
	from {
		opacity: 0;
		left: 0;
		right: 0;
	}

	to {
		left: -50%;
		right: -50%;
		opacity:1;
	}
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi .gnavi:after,
#tmp_main: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,
#tmp_footer .footer_wrap:after,
#tmp_footer .footer_bellow:after,
#tmp_footer .footer_front: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,
.idx_col2_block:after,
.idx_main:after,
.search_purpose_mb:after,
#tmp_retrieval .search_func ul:after,
#tmp_purpose_cnt:after,
#tmp_purpose_cnt ul:after,
#tmp_sma_purpose_cnt:after,
#tmp_sma_purpose_cnt ul:after,
.disaster_row:after,
#tmp_pickup_bnr:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}

