@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1300px) {
	#tmp_hlogo{
		margin-bottom: 8px;
	}
	#tmp_header .header_links{
		position: static;
		justify-content: flex-end;
		margin-bottom: 10px;
	}
}
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 641px) and (max-width: 1200px) {
	#tmp_gnavi .gnavi > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}
	#tmp_footer .fnavi > li{
		width: 25% !important;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper,
	#tmp_header{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {
/* ==================================================
Base-Layout
================================================== */
body{
	font-size: 87.5%;
}
.overflow{
	overflow: hidden;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
.show_pc {
	display: none;
}
.show_sp {
	display: block;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi {
	display:none;
}
.format_free .wrap_col_rgt_navi {
	width: 100%;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}

/* ==================================================
header
================================================== */
#tmp_header{
	position: fixed;
	background-color: #ffffff;
}
#tmp_header .header_menu{
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	padding-top: 0;
	padding-right: 0;
}
#tmp_hlogo {
	margin: 11px 0 0 9px;
	justify-content: flex-start;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	background-image: url(/site/shared/site_nafic/images/icon/hlogo_sp.png);
	width:237px;
	height:38px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width:237px;
	height:38px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:237px;
	height:38px;
}
/* sp_menu
================================================== */
/* .spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 800;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 699;
	background-color: rgba(0,0,0,0.5);
} */
#tmp_hnavi_s{
	display: block;
	position: static;
}
#tmp_hnavi_s > ul {
	list-style: none;
}
#tmp_hnavi_s > ul > li > a {
	display:flex;
	align-items: center;
	justify-content: center;
	width:60px;
	height:60px;
	text-decoration:none;
	font-size: 0.6rem;
	color: #000000;
	background-color: #23896b;
}
#tmp_hnavi_s > ul > li > a:focus-visible{
	outline-offset: -1px;
}
#tmp_hnavi_mmenu > a > span {
	position: relative;
	display: block;
	margin: auto;
	background-color: #ffffff;
	width: 28px;
	height: 2px;
	color: #333333;
	text-indent: -9999px;
	transition: transform 0.3s ease;
}
#tmp_hnavi_mmenu > a > span:after,
#tmp_hnavi_mmenu > a > span:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background-color: #ffffff;
	width: 28px;
	height: 2px;
	color: #333333;
	transition: transform 0.3s ease;
}
#tmp_hnavi_mmenu > a > span:before {
	transform: translateY(-10px);
}
#tmp_hnavi_mmenu > a > span:after {
	transform: translateY(8px);
}
#tmp_hnavi_mmenu > a.active > span{
	background-color: #23896b;
	color: #000000;
}
#tmp_hnavi_mmenu > a.active > span:before {
	transform: rotate(-45deg);
}
#tmp_hnavi_mmenu > a.active > span:after{
	transform: rotate(45deg);
}
#tmp_hnavi_s .wrap_sma_sch{
	display: none;
	position: absolute;
	z-index: 98;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #ffffff;
	color: #333333;
	min-width: 100%;
	height: calc(100vh - 60px);
	border-top: 1px solid #8b8b8b;
	overflow: hidden auto;
	text-align: left;
}
#tmp_hnavi_s .menu_inner{
	overflow: hidden;
}
#tmp_gnavi_sp .gnavi{
	border-bottom: 1px solid #8b8b8b;
}
#tmp_gnavi_sp .gnavi > li{
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}
#tmp_gnavi_sp .gnavi .navi_switch > a{
	position: relative;
	display: flex;
	background-color: transparent;
	padding: 21px 0 19px;
	height: 100%;
	font-size: 96.43%;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	z-index: 1;
}
#tmp_gnavi_sp .gnavi .navi_switch > a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #23896b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#ffffff, #ffffff);
	background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
	background-size: 14px 2px, 2px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	height: 29px;
}
#tmp_gnavi_sp .gnavi .navi_switch > a:focus-visible{
	outline-offset: 0px;
}
#tmp_gnavi_sp .gnavi > li.active .navi_switch > a:before{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff, #ffffff);
	background-image: -o-linear-gradient(#ffffff, #ffffff);
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 14px 2px;
}
#tmp_gnavi_sp .gnavi .glist5 .navi_switch > a:before{
	content: none;
}
#tmp_gnavi_sp .drop_down_inner{
	padding-bottom: 14px;
}
#tmp_gnavi_sp .drop_down_inner li{
	font-size: 92.8%;
    line-height: 1.5;
}
#tmp_gnavi_sp .drop_down_inner a{
	display: inline-block;
	padding: 8px 0 6px;
	background-color: transparent;
	color: #515151;
	text-decoration: none;
}
#tmp_gnavi_sp .drop_down_inner a:before{
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	margin-right: 3px;
	margin-left: 1px;
	width: 4px;
	height: 1px;
	border-top: 1px solid #515151;
}
#tmp_gnavi_sp .drop_down_inner li:first-of-type a{
	padding-top: 0;
}
#tmp_gnavi_sp .gnavi > li:not(:last-of-type):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -100px;
	right: -100px;
	border-bottom: 1px solid #8b8b8b;
}
/* gnavi
================================================== */
#tmp_header .header_social,
#tmp_header .header_links,
#tmp_header .header_contact,
#tmp_footer .fnavi .item_cnt,
#tmp_gnavi {
	display:none;
}
#tmp_gnavi_sp .gnavi li{
	list-style: none;
}
/* footer
================================================== */
#tmp_footer .fnavi,
#tmp_footer .footer_cnt,
#tmp_footer .info_head,
#tmp_footer .info_add{
	flex-direction: column;
}
/* gnavi */
#tmp_footer .footer_fnavi{
	padding: 0;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	overflow: hidden;
}
#tmp_footer .fnavi{
	gap: 0;
}
#tmp_footer .fnavi > li{
	position: relative;
	width: 100% !important;
	margin: 0 auto;
}
#tmp_footer .fnavi .item_title{
	margin-bottom: 0;
	padding-right: 0;
	font-size: 100%;
}
#tmp_footer .fnavi .item_title > a{
	position: relative;
	display: flex;
	padding: 21px 1px 19px;
	height: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	text-align: left;
	z-index: 1;
	cursor: pointer;
}
#tmp_footer .fnavi .item_title > a:focus-visible{
	outline-offset: -1px;
}
#tmp_footer .fnavi .item_title > a:before{
	content: '';
	position: absolute;
	right: 1px;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	background-color: #23896b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#ffffff, #ffffff);
	background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
	background-size: 14px 2px, 2px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	height: 29px;
}
#tmp_footer .fnavi .item:first-of-type > a{
	padding-top: 23px;
	padding-bottom: 19px;
}
#tmp_footer .fnavi .item.active .item_title > a:before{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff, #ffffff);
	background-image: -o-linear-gradient(#ffffff, #ffffff);
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 14px 2px;
}
#tmp_footer .fnavi .item_inner{
	padding-bottom: 8px;
}
#tmp_footer .fnavi .item_list{
	padding-right: 0;
}
#tmp_footer .fnavi .item_list li{
	list-style: none;
	font-size: 92.8%;
    line-height: 1.5;
}
#tmp_footer .fnavi .item_list a{
	display: inline-block;
	padding: 4px 0;
	background-color: transparent;
	color: #515151;
	text-decoration: none;
}
#tmp_footer .fnavi .item_list a:before{
	top: 0;
	margin-right: 4px;
	margin-left: 1px;
}
#tmp_footer .fnavi .item_list li:first-of-type a{
	padding-top: 1px;
}
#tmp_footer .fnavi .item_list br{
	display: none;
}
#tmp_footer .fnavi > li:not(:last-of-type):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -100px;
	right: -100px;
	border-bottom: 1px solid #8b8b8b;
}
#tmp_footer .fnavi .flink5 .item_title > a:before{
	content: none;
}
/* main */
#tmp_footer .footer_main{
	padding-top: 34px;
	padding-bottom: 12px;
}
#tmp_footer .footer_logo{
	margin: 0 auto 13px;
	padding-top: 0;
	width: 187px;
}
#tmp_footer .footer_logo > p{
	background-image: url(/site/shared/site_nafic/images/icon/flogo_sp.png);
	width: 186px;
	height: 237px;
}
#tmp_footer .footer_info{
	margin-bottom: 32px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#tmp_footer .info_title{
	align-items: center;
	padding-top: 0;
}
#tmp_footer .info_title .title_lbl{
    margin-bottom: 5px;
    font-size: 96.43%;
}
#tmp_footer .info_title .title_txt{
	width: 91%;
}
#tmp_footer .info_sns{
	justify-content: center;
	margin-left: 0;
	margin-top: 0;
}
#tmp_footer .info_sns a{
	max-width: 100%;
}
#tmp_footer .info_sns .sns_item > span > img,
#tmp_footer .info_sns img{
	max-width: 46px;
}
#tmp_footer .info_sns a:hover img,
#tmp_header .header_social a:hover img{
	opacity: 1;
}
#tmp_footer .info_head{
	margin-bottom: 34px;
	gap: 24px 0;
}
#tmp_footer .info_add{
	gap: 24px 0;
	margin-bottom: 23px;
}
#tmp_footer .add_ttl{
	margin-bottom: 9px;
	font-size: 96.43%;
}
#tmp_footer .add_text{
	font-size: 84.36%;
}
#tmp_footer .info_other{
	font-size: 102.85%;
	letter-spacing: 0;
}
#tmp_footer .info_other > span{
	display: block;
}
#tmp_footer .info_other > a{
	text-decoration: underline;
}
#tmp_footer .bnr_links a:hover{
	text-decoration: none;
}
/* bnr */
#tmp_footer .footer_bnr{
	padding: 0 1px;
	width: 100%;
}
#tmp_footer .bnr_social{
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 25px;
	gap: 0 12px;
}
#tmp_footer .bnr_links{
	row-gap: 17px;
}
#tmp_footer .bnr_links li{
	font-size: 102.45%;
}
#tmp_footer .bnr_links a{
	padding: 5px 10px 6px;
}
#tmp_footer .bnr_contact a{
	padding-top: 13px;
	padding-bottom: 12px;
}
#tmp_footer .bnr_links .item_icon{
	width: 37px;
}
#tmp_footer .bnr_links .item_txt{
	padding-top: 13px;
	padding-bottom: 10px;
}
#tmp_footer .bnr_links .item_icon + .item_txt{
	padding-left: 7px;
	padding-top: 0;
}
#tmp_footer .bnr_contact .item_icon + .item_txt {
    padding-left: 7px;
	padding-top: 1px;
}
/* copyright */
.copyright {
    margin-top: 43px;
	padding-top: 16px;
	font-size: 71.43%;
	line-height: 2;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 14px 0 15px;
}
#tmp_custom_update {
	float: none;
}
#tmp_social_plugins {
	display: block;
	margin-top: 14px;
}
#tmp_social_plugins .social_media_btn {
	margin-left: 7px;
}
#tmp_update {
	font-size:87.5%;
	margin: 15px 0 0;
}
/* lnavi
================================================== */
#tmp_rnavi {
	padding-top: 26px;
}
#tmp_rnavi .rnavi_blog {
	margin-bottom: 34px;
}
#tmp_rnavi .rnavi_blog:first-child {
	margin-bottom: 34px;
}
#tmp_rnavi .rnavi_ttl{
	margin-bottom: 11px;
	font-size: 135.7%;
}
#tmp_rnavi .rnavi_cnt ul li{
	font-size: 107.2%;
}
#tmp_rnavi .rnavi_cnt ul li a{
	padding: 18px 14px 16px 34px;
	background-position: 15px center;
}
#tmp_rnavi .rnavi_ttl a:hover,
#tmp_rnavi .rnavi_cnt ul li a:hover{
	text-decoration: none;
}
#tmp_rnavi .rnavi_blog.date .rnavi_cnt ul li {
	font-size: 88.2%;
}
#tmp_rnavi .rnavi_blog.date .rnavi_cnt ul li a {
	padding-top: 11px;
}
#tmp_nafic_cnavi ul li {
	margin-top: 17px;
}
#tmp_nafic_cnavi img {
	width: 100%;
}
#tmp_fb_plugin{
	max-width: 340px;
}
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	background-size: 51px auto;
	padding-left:60px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_nafic/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_nafic/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_nafic/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_nafic/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_nafic/images/icon/icon_txt_sp.png);
}
/* ==================================================
header & footer no-js
================================================== */
.no_javascript #tmp_wrapper #tmp_footer .fnavi .item_cnt{
	display: block;
}
.no_javascript #tmp_wrapper #tmp_footer .fnavi .item_title > a:before{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff, #ffffff);
	background-image: -o-linear-gradient(#ffffff, #ffffff);
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 14px 2px;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}