/* CSS Document */
.sp_none, .slick-slide img.sp_none {
  display: none !important;
}

.pc_only{display:none!important;}

.txt50sp {
  font-size: 50% !important;
}
.txt60sp {
  font-size: 60% !important;
}
.txt70sp {
  font-size: 70% !important;
}
.txt80sp {
  font-size: 80% !important;
}
.txt90sp {
  font-size: 90% !important;
}
.txt100sp {
  font-size: 100% !important;
}
.txt110sp {
  font-size: 110% !important;
}
.txt120sp {
  font-size: 120% !important;
}
.txt130sp {
  font-size: 130% !important;
}
.txt140sp {
  font-size: 140% !important;
}
.txt150sp {
  font-size: 150% !important;
}
.txt160sp {
  font-size: 160% !important;
}
.txt170sp {
  font-size: 170% !important;
}
.txt180sp {
  font-size: 180% !important;
}
.txt190sp {
  font-size: 190% !important;
}
.txt200sp {
  font-size: 200% !important;
}
.txt240sp {
  font-size: 240% !important;
}
.txt280sp {
  font-size: 280% !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.sp_mb05 {
  margin-bottom: 5px !important;
}
.sp_mb10 {
  margin-bottom: 10px !important;
}
.sp_mb20 {
  margin-bottom: 20px !important;
}
.sp_mb30 {
  margin-bottom: 30px !important;
}
.sp_mb40 {
  margin-bottom: 40px !important;
}
.sp_mb50 {
  margin-bottom: 50px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mt10 {
  margin-top: 10px !important;
}
.sp_mt20 {
  margin-top: 20px !important;
}
.sp_mt30 {
  margin-top: 30px !important;
}
.sp_mt40 {
  margin-top: 40px !important;
}
.sp_mt50 {
  margin-top: 50px !important;
}
.sp_mt60 {
  margin-top: 60px !important;
}
.sp_mt80 {
  margin-top: 80px !important;
}
.sp_ml0 {
  margin-left: 0 !important;
}
.sp_ml10 {
  margin-left: 10px !important;
}
.sp_mr0 {
  margin-right: 0 !important;
}
.sp_pb0{
	padding-bottom: 0!important;
}
.sp_lh160p {
  line-height: 1.6;
}
.t_align_left_sp {
  text-align: left!important;
}
.t_align_center_sp {
  text-align: center !important;
}
.sp_w80 {
  width: 80%;
}
.sp_w100 {
  width: 100%;
}
.sp200px {
  width: 200px;
}
.sp_mw450px {
  max-width: 450px;
}
.sp_mw_none {
  max-width: none;
}
.sp_block {
  display: block !important;
}
.sp_w100 {
  width: 100%;
}
/*------------------------------*/
.section_padding{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_padding_l{
	padding-top: 50px;
	padding-bottom: 50px;
}

.anchor_point_l{
	margin-top:-96px;
	padding-top: 96px;
}

body{
	padding-top: 55px;
}

.breadcrumb ul{
	padding:10px 0;
}

.page_h1_title{
	padding:20px 0;
}
.page_h1_title .box{
	display: block;
}
.page_h1_title .box h1{
	font-size: 200%;
}
.page_h1_title .box .back{
	text-align: right;
	margin-top: 10px;
}


.tel_link_green a{
	font-size: 160%;
}




header{
	height: 55px;
	border-bottom: 1px solid #ddd;
}

header .logo img{
	max-width: 80%;
}

.head_menu_box{
	flex-direction: row;
	justify-content: space-between;
	width: 95%;
	margin-right: 0;
}
.sp_menu_btn{
	display: flex;
	justify-content: center;align-items: center;
	width: 55px;height: 55px;
	background: #039703;
	cursor: pointer;
	position: relative;
}

.menu_list{
	display: none;
}
.sp_menu_btn .btn{
	width: 20px;
  height: 18px;
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.head_menu_box .sp_menu_btn .btn span{
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}

.sp_menu_btn .btn .txt{
	font-size: 10px;
	font-weight: bold;
	font-family: 'Renner*';
	color:#fff;
	position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  z-index: 10;
}

.sp_menu_btn .btn .txt:before{
	content:"MENU";
}
.uk-offcanvas-page .sp_menu_btn .btn .txt:before{
	content:"CLOSE";
}

.uk-offcanvas-page .head_menu_box .sp_menu_btn .btn span:nth-child(1){
	transform: translateY(8px) rotate(-45deg)
}
.uk-offcanvas-page .head_menu_box .sp_menu_btn .btn span:nth-child(2){
	opacity: 0;
}
.uk-offcanvas-page .head_menu_box .sp_menu_btn .btn span:nth-child(3){
	transform: translateY(-8px) rotate(45deg)
}

.uk-offcanvas{
	top:55px;
}
.uk-offcanvas-flip .uk-offcanvas-bar{
	right: -420px;
	z-index: 10;
	background: #fff;
}
.uk-offcanvas-bar-animation{
	transition: left 0.3s ease-out;
}
.uk-offcanvas-overlay.uk-open::before{
	content:none;
}

.uk-offcanvas-bar{
	padding:0;
	width:100%;
	max-width: 420px;
}

.sp_menu_list a{
	color:#333;
	text-decoration: none;
	display: block;
  padding: 15px 20px 15px 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #F5F5F5;
}
.sp_menu_list a.active{
	border-bottom: none;
}
.sp_menu_list a:after{
	content: "\e409";
  font-family: 'Material Icons Outlined';
  color: #039703;
  position: absolute;
  right: 10px; top: 50%;
  line-height: 0;
  font-size: 24px;
  transition: 0.3s;
  text-decoration: none;
}

.sp_menu_list .menu_box .slide > a:before{
  position: absolute;
  top: 50%;
	content: "";
	width: 1px;
	height: 15px;
	background: #039703;
	right: 25.5px;
	transition: 0.3s;
	transform: translateY(-50%);
}
.sp_menu_list .menu_box .slide > a:after{
	content: "";
  width: 15px;
  height: 1px;
  background: #039703;
  right: 18px;
	transform: translateY(-50%);
}

.sp_menu_list .menu_box .slide > a.active:before{
	opacity: 0;
}

.sp_menu_list a:hover{
	color: #333;
}

.sp_menu_list .slide_menu{
	display: none;
}
.sp_menu_list .slide_menu a{
	background: #fff;
	border-bottom: none;
}
.sp_menu_list .slide_menu >div:last-child a{
	border-bottom: 1px solid #ccc;
}

.sp_menu_bg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    opacity: 0;
    transition: 0.3s;
}

.uk-open .sp_menu_bg{
	opacity: 1;
}



.common_line_tbl{
	width:100%;
	margin: 0;
	border-spacing:inherit;
}

.common_line_tbl th, .common_line_tbl td{
	display: block;
}
.common_line_tbl th{
	padding:15px 0 5px;
}
.common_line_tbl td{
	border-top: none;
	padding:5px 0 15px 1em;
}

.common_line_tbl tr:last-child th{
	border-bottom: none;
}
.common_line_tbl tr:last-child td{
	border-bottom: 1px solid #666;
}




.h2_large_title{
	font-size: 160%;
}

.top_news_box iframe{
	height: 350px;
}

.top_menu_box .upper ,
.top_menu_box .lower {
	font-size: 90%;
}

.top_menu_box .upper a,
.top_menu_box .lower a{
	height: 130px;
	padding:20px 0;
	margin-bottom: 10px;
}

.top_menu_box .upper a img,
.top_menu_box .lower a img{
	max-width: 50px;
}


.top_movie_txt{
	font-size: 90%;
}
.top_movie_txt h2{
	font-size: 240%;
}


.local_nav.top_fixed{
	top:55px;
}
.local_nav ul li:first-child:before,
.local_nav ul li:last-child:after{
	content:none;
}
.local_nav ul li a{
	font-size: 90%;
}



.top_news_tab li a{
	font-size: 90%;
	padding:5px 0;
}


.news_list a{
	padding:15px 0;
	font-size: 90%;
}

.news_list a .date{
	margin-right: 15px;
}

.news_list a .wp_cat{
	padding:1px 0;
	margin-right: 0;
}

.news_list a .txt{
	display: block;
	width: 100%;
	margin-top: 10px;
}




/*-----------------助成金テーブル-----------------*/
.josei_tbl{
	width:100%;
	margin: 0;
	border-spacing:inherit;
}
.josei_tbl thead{
	display: none;
}

.josei_tbl tbody th, .josei_tbl tbody td{
	display: block;
	padding:0 5px 20px;
}

.josei_tbl tbody th:before,
.josei_tbl tbody td:before{
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #039703;
	text-align: left;
	margin-left: -5px;
	margin-bottom: 5px;
}
.josei_tbl.sp_txt_josei tbody th:before{content:"助成事業名";}
.josei_tbl.sp_txt_josei tbody td:nth-child(2):before{content:"申請状況";}

.josei_tbl.sp_txt_download tbody td:before{content:"書式名";}
.josei_tbl.sp_txt_download tbody td:nth-child(2):before{content:"様式等";}
.josei_tbl.sp_txt_download tbody td:nth-child(3):before{content:"ダウンロード";}

.josei_tbl.sp_txt_rental tbody td:nth-child(1):before{content:"番号";}
.josei_tbl.sp_txt_rental tbody td:nth-child(2):before{content:"区分";}
.josei_tbl.sp_txt_rental tbody td:nth-child(3):before{content:"題名";}

.josei_tbl.sp_txt_rental.sp_txt_rental2 tbody td:nth-child(2):before{content:"題名";}
.josei_tbl.sp_txt_rental.sp_txt_rental2 tbody td:nth-child(3):before{content:"内容";}

.josei_tbl.anzen_hyosho_tbl tbody td:before{content:"申請書";}
.josei_tbl.anzen_hyosho_tbl tbody td:nth-child(2):before{content:"局長";}
.josei_tbl.anzen_hyosho_tbl tbody td:nth-child(3):before{content:"支局長";}


/*.josei_tbl tbody td:nth-child(2):before{content:"金額等（円）";}
.josei_tbl tbody td:nth-child(3):before{content:"期間";}
.josei_tbl tbody td:nth-child(4):before{content:"備考";}
.josei_tbl tbody td:nth-child(5):before{content:"申請状況";}*/

.josei_tbl tr{
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.josei_tbl tbody th,
.josei_tbl tbody td,
.josei_tbl tbody tr:last-child td,
.josei_tbl tbody tr:last-child th{
	border: none;
}
.josei_tbl td:empty{
	display: none;
}

.josei_tbl .status .graph{
	max-width: 140px;
	margin-left: auto;margin-right: auto;
}

.josei_tbl .status {text-align: left;}
.josei_tbl .status .value{margin-top: 0;}
.josei_tbl .status .graph{margin-left: 0;}


.josei_tbl tbody th p, .josei_tbl tbody th.link a{
	padding-left: 0;
	font-size: 20px;
}
.josei_tbl tbody th.link a:before{
	content:none;
}

/*-----------------助成金テーブルここまで-----------------*/





.josei_shorui_box{
	flex-direction: column;
	padding-top: 15px;
}

.josei_shorui_box h4{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.josei_shorui_box .right{
	width: 100%;
}
.josei_shorui_box .right .box{
	flex-wrap: wrap;
	flex-direction: column;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 1em;
}

.josei_shorui_box .right .box .uk-flex{
	justify-content: flex-end;
	margin-top: 10px;
}



.download_tbl .cat_title{
	border-bottom: none;
	margin-bottom: 0;
}
.download_tbl .cat_title th{
	padding-top: 0;
}
.download_tbl .file_list p{
	display: inline-block;
}
.download_tbl.josei_tbl tr{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.download_tbl .cat_title th .common_h4_title{
	font-size: 140%;
	color: #333;
	border-left: 5px solid #039703;
	padding-left: 10px;
}




.rental_tbl{
	width:100%;
	margin: 0;
	border-spacing:inherit;
}
.rental_tbl thead{
	display: none;
}

.rental_tbl tbody td{
	display: block;
	padding:0;
	font-size: 90%;
	border: none;
	line-height: 1.4;
}

.rental_tbl tbody td:before{
	font-weight: bold;
	display: inline-block;
	color: #039703;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rental_tbl tbody td:nth-child(1):before{content:"番号";}
.rental_tbl tbody td:nth-child(2):before{content:"区分";}
.rental_tbl tbody td:nth-child(3):before{content:"題名";}
.rental_tbl tbody td:nth-child(4):before{content:"放映時間";}
.rental_tbl tbody td:nth-child(5):before{content:"内容";}
.rental_tbl.rental_tbl2 tbody td:nth-child(1):before{content:"番号";}
.rental_tbl.rental_tbl2 tbody td:nth-child(2):before{content:"題名";}
.rental_tbl.rental_tbl2 tbody td:nth-child(3):before{content:"内容";}

.rental_tbl tbody tr{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
}



.sf_list .searchandfilter ul ul{
	width: calc(100% + 10px);
	margin-left: -10px!important;
}

.sf_list .searchandfilter ul ul li{
	margin-top: 10px;margin-left: 10px;
	width: calc((100% / 3) - 10px);
	font-size: 90%;
}