@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #0075a9;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 106.25%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #333333;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1120px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 250px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}

.show_sp {
	display: none;
}


/* header
================================================== */
#tmp_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	min-height: 46px;
	z-index: 99;
}
#tmp_header .header_inner{
	position: relative;
	display: flex;
	justify-content: space-between;
}
#tmp_header img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* social */
#tmp_header .header_social{
	display: flex;
    flex-flow: row wrap;
    gap: 10px;
	flex-shrink: 0;
    padding: 26px 14px 0;
    align-self: flex-start;
}
#tmp_header .header_social li{
	list-style: none;
}
#tmp_header .header_social a{
	display: block;
	width: 32px;
}
/* intro */
#tmp_header .header_menu{
	flex: 1;
	padding-top: 8px;
	padding-right: 23px;
	width: 100%;
}
#tmp_hlogo {
	display: flex;
	justify-content: center;
	margin-bottom: 21px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/site/shared/site_nafic/images/icon/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 456px;
	max-width: 100%;
	height: 60px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 456px;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 456px;
	height: 60px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
/* social */
#tmp_header .header_links{
	position: absolute;
    right: 145px;
    top: 25px;
    display: flex;
    flex-flow: row wrap;
    gap: 19px;
}
#tmp_header .header_links li{
	list-style: none;
	font-size: 70.59%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .01em;
}
#tmp_header .header_links a{
	display: inline-block;
	padding: 3px 0 3px 8px;
    background: transparent url(/site/shared/site_nafic/images/icon/arrow_link.png) no-repeat left center;
    background-size: 4px auto;
	color: #333333;
	text-decoration: none;
}
/* contact */
#tmp_header .header_contact{
	flex-shrink: 0;
	background-color: #228567;
	width: 120px;
	max-width: 100%;
    color: #ffffff;
}
#tmp_header .header_contact > p,
#tmp_header .header_contact a{
	height: 100%;
}
#tmp_header .header_contact a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 8px;
	background-color: transparent;
	font-size: 88.23%;
	line-height: 1.4;
	color: inherit;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.01em;
}
#tmp_header .header_contact span{
	display: inline-block;
	padding-top: 45px;
	background: transparent url(/site/shared/site_nafic/images/icon/navi_ic_contact.png) no-repeat center top;
	color: inherit;
}

/* gnavi
================================================== */
#tmp_gnavi .gnavi {
	position: relative;
	display: flex;
	justify-content: center;
	list-style: none;
	z-index: 98;
}
#tmp_gnavi .gnavi > li {
	position: relative;
	padding-bottom: 17px;
	z-index: 1;
}
#tmp_gnavi .gnavi > li:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
    border-style: solid;
    border-width: 0 6px 9px;
    border-color: transparent transparent #23896a;
	z-index: -1;
}
#tmp_gnavi .gnavi > li > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	padding: 0 12px;
	height: 100%;
	font-size: 88.23%;
	font-weight: bold;
	color: inherit;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.01em;
	text-decoration: none;
	z-index: 1;
}
#tmp_gnavi .gnavi > li:not(.glist7) a:before{
	content: '';
	position: absolute;
	right: 0;
    top: 2px;
    bottom: 3px;
	margin: auto 0;
	border-right: 1px solid #333333;
	width: 1px;
	color: #222222;
	z-index: -1;
}
#tmp_gnavi .gnavi > li > a > span{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	overflow-wrap: break-word;
	z-index: 1;
}
#tmp_gnavi .gnavi > li.glist1 > a{
	justify-content: flex-start;
	padding-left: 0;
}
#tmp_gnavi .gnavi > li.glist7> a{
	justify-content: flex-end;
	padding-right: 0;
}
#tmp_gnavi .gnavi > li.active > a,
#tmp_gnavi .gnavi > li.is_hover > a,
#tmp_gnavi .gnavi > li > a:hover{
	color: #23896a;
}
#tmp_gnavi .gnavi > li.is_hover:after{
	opacity: 1;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 100%;
    width: 100%;
	z-index: 99;
}
#tmp_gnavi .drop_down_inner {
	padding: 18px 10px;
	background-color: #228567;
	color: #ffffff;
	overflow-y: auto;
}
#tmp_gnavi .drop_down_inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 18px 30px;
}
#tmp_gnavi .drop_down_inner li{
	list-style: none;
	font-size: 94.11%;
    line-height: 1.5;
}
#tmp_gnavi .drop_down_inner a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/* footer
================================================== */
#tmp_footer img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_footer li{
	list-style: none;
}
/* fnavi */
#tmp_footer .footer_fnavi{
    padding: 48px 0 53px;
	border-top: 1px solid #cccccc;
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	row-gap: 20px;
}
#tmp_footer .fnavi a{
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	letter-spacing: 0.01em;
	line-height: 1.5;
}
#tmp_footer .fnavi .item_title{
	margin-bottom: 9px;
	padding-right: 14px;
	font-size: 94.12%;
	font-weight: bold;
}
#tmp_footer .fnavi .item_title a{
	cursor: text;
}
#tmp_footer .fnavi .item_title a:hover{
	text-decoration: none;
}
#tmp_footer .fnavi .item_cnt{
	color: #515151;
}
#tmp_footer .fnavi .item_list{
	padding-right: 16px;
}
#tmp_footer .fnavi .item_list li{
	margin-bottom: 6px;
	font-size: 82.35%;
}
#tmp_footer .fnavi .item_list a:before{
	content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 1px;
    top: -1px;
    margin-right: 5px;
    width: 4px;
    height: 1px;
    border-top: 1px solid #515151;
}
#tmp_footer .fnavi > li:nth-of-type(1){
	width: 14.3%;
}
#tmp_footer .fnavi > li:nth-of-type(2){
	width: 15.08%;
}
#tmp_footer .fnavi > li:nth-of-type(3){
	width: 26.8%;
}
#tmp_footer .fnavi > li:nth-of-type(4){
	width: 12%;
}
#tmp_footer .fnavi > li:nth-of-type(6){
	width: 12.1%;
}
#tmp_footer .fnavi > li:nth-of-type(7){
	width: 12.5%;
}
#tmp_footer .fnavi > li:nth-of-type(8){
	flex: 1;
}
#tmp_footer .fnavi > li:nth-of-type(8) .item_list{
	padding-right: 0;
}

/* fmain */
#tmp_footer .footer_main{
	padding-top: 29px;
	padding-bottom: 17px;
	background-color: #f8f8f8;
	color: #333333;
}
#tmp_footer .footer_cnt{
	display: flex;
}
/* logo */
#tmp_footer .footer_logo{
	flex-shrink: 0;
	width: 150px;
	padding-top: 15px;
	margin-left: -2px;
}
#tmp_footer .footer_logo > p{
	background: transparent url(/site/shared/site_nafic/images/icon/flogo.png) no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 190px;
	color: inherit;
}
#tmp_footer .footer_logo span{
	display: inline-block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
/* info */
#tmp_footer .footer_info{
	flex: 1;
	padding: 0 24px 0 28px;
}
#tmp_footer .info_head{
	display: flex;
	flex-flow: row wrap;
	gap: 21px;
	margin-bottom: 27px;
}
#tmp_footer .info_sns{
	display: flex;
	align-items: center;
	gap: 0 11px;
	flex-shrink: 0;
	margin-top: -3px;
}
#tmp_footer .info_sns .sns_item{
	list-style: none;
}
#tmp_footer .info_sns a{
	display: inline-block;
	max-width: 32px;
}
#tmp_footer .info_sns .sns_item > span > img{
	max-width: 64px;
}
#tmp_footer .info_title{
	display: flex;
	flex-direction: column;
	padding-top: 11px;
}
#tmp_footer .info_title .title_lbl{
	margin-bottom: 2px;
	font-size: 94.11%;
	letter-spacing: 0.01em;
}
#tmp_footer .info_title .title_txt{
	width: 380px;
	max-width: 100%;
}
#tmp_footer .info_add{
	display: flex;
	gap: 0 21px;
	margin-bottom: 28px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
#tmp_footer address{
	font-style: normal;
	line-height: 1.5;
}
#tmp_footer .add_ttl{
	margin-bottom: 13px;
	font-size: 94.11%;
	font-weight: bold;
}
#tmp_footer .add_text{
	font-size: 82.35%;
	letter-spacing: 0.01em;
}
#tmp_footer .add_text a{
	color: inherit;
	text-decoration: none;
}
#tmp_footer .info_other{
	font-size: 82.35%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.01em;
}
/* bnr */
#tmp_footer .footer_bnr{
	padding-top: 26px;
	width: 231px;
}
#tmp_footer .bnr_social{
	display: flex;
	flex-direction: column;
	margin-bottom: 23px;
}
#tmp_footer .bnr_links{
	display: flex;
	flex-direction: column;
	gap: 14px 0;
}
#tmp_footer .bnr_links li{
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#tmp_footer .bnr_links a{
	display: flex;
	align-items: center;
	padding: 4px 8px 3px;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	text-decoration: none;
}
#tmp_footer .bnr_links .item_icon{
	flex-shrink: 0;
	width: 42px;
}
#tmp_footer .bnr_links .item_txt{
	flex: 1 auto;
	width: 100%;
	text-align: center;
}
#tmp_footer .bnr_links .item_icon + .item_txt{
	padding: 1px 0 0 14px;
	text-align: left;
}
#tmp_footer .bnr_contact a{
	padding: 13px 10px 12px;
    background-color: #228567;
    border-color: #65b09a;
}
#tmp_footer .bnr_contact .item_icon + .item_txt{
	padding-left: 11px;
}
#tmp_footer .bnr_recruiter a{
	background-color: #0068b7;
    border-color: #6bacde;
}
#tmp_footer .bnr_ob a{
	padding-bottom: 4px;
	background-color: #1A7EAD;
    border-color: #6bacde;
}
#tmp_footer .bnr_jugyo a{
	padding-top: 17px;
	padding-bottom: 15px;
    background-color: #617d21;
    border-color: #607D1C;
    text-align: center;
}
/* copyright */
.copyright {
	margin-top: 25px;
    padding-top: 28px;
    border-top: 1px solid #cccccc;
	font-size: 70.59%;
	text-align: center;
	letter-spacing: 0.01em;
}
/* hover */
#tmp_header .header_social img,
#tmp_footer .info_sns img{
	transition: opacity 0.3s ease-in-out;
}
#tmp_footer .info_sns a:hover img,
#tmp_header .header_social a:hover img{
	opacity: 0.7;
}
#tmp_gnavi .drop_down_inner a:hover,
#tmp_header .header_contact a:hover,
#tmp_header .header_links a:hover,
#tmp_footer .fnavi a:hover,
#tmp_footer .bnr_links a:hover{
	text-decoration: underline;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 10px 0;
	background: url(/site/shared/site_nafic/images/icon/pankuzu_bg.png) repeat-x;
	font-size: 88.2%;
}
#tmp_pankuzu p > a:first-child {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 3px 0;
	margin-right: 6px;
	background: url(/site/shared/site_nafic/images/icon/icon_home.png) center left no-repeat;
	background-size: 17px auto;
	text-indent: -9999px;
	width: 17px;
	height: 16px;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 20px 0 30px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
	margin-right: -3px;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn {
	margin-left: 10px;
	margin-top: 1px;
}
#tmp_social_plugins .social_media_btn > *{
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn:first-child {
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_update {
	font-size: 88.2%;
	margin: 3px 0 0 15px;
}
/* rnavi
================================================== */
#tmp_rnavi .rnavi_cnt ul,
#tmp_nafic_cnavi ul {
	list-style: none;
}
#tmp_rnavi_cnt ul li a,
#tmp_nafic_cnavi ul li a {
	display: block;
}
#tmp_rnavi {
	padding-top: 10px;
}
#tmp_rnavi .rnavi_blog {
	margin-bottom: 30px;
	border-bottom: 1px solid #23896b;
}
#tmp_rnavi .rnavi_blog:first-child {
	margin-bottom: 33px;
}
#tmp_rnavi .rnavi_ttl{
	margin-bottom: 9px;
	font-weight: normal;
	font-size: 129.4%;
}
#tmp_rnavi .rnavi_ttl p,
#tmp_rnavi .rnavi_ttl h2 {
	font-size: 100%;
	line-height: 1;
}
#tmp_rnavi .rnavi_ttl a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
#tmp_rnavi .rnavi_cnt ul li{
	font-size: 105.9%;
	border-top: 1px solid #23896b;
	line-height: 1.5;
}
#tmp_rnavi .rnavi_cnt ul li a{
	display: block;
	padding: 16px 12px 14px 30px;
	background: transparent url(/site/shared/site_nafic/images/icon/side_arrow.png) no-repeat 12px center;
	background-size: 6px auto;
	color: inherit;
	text-decoration: none;
	overflow-wrap: break-word;
}
#tmp_rnavi .rnavi_blog.date .rnavi_cnt ul li {
	font-size: 88.2%;
}
#tmp_rnavi .rnavi_blog.date .rnavi_cnt ul li a {
	padding: 10px 12px 9px 30px;
}
#tmp_rnavi .rnavi_blog.date .rnavi_cnt ul li:first-child a {
	padding-top: 11px;
	padding-bottom: 10px;
}
#tmp_rnavi .rnavi_ttl a:hover,
#tmp_rnavi .rnavi_cnt ul li a:hover,
#tmp_rnavi .rnavi_cnt ul .active a{
	text-decoration: underline;
}
#tmp_nafic_cnavi ul li {
	margin-top: 15px;
}
#tmp_fb_plugin {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
#tmp_fb_plugin .fb_iframe_widget,
#tmp_fb_plugin .fb_iframe_widget span,
#tmp_fb_plugin .fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.2%;
	line-height: 1;
	color: #333333;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 135.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #333333;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_nafic/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */

/* hover
================================================== */
/* img */
#tmp_nafic_cnavi img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s;
}
#tmp_nafic_cnavi a:hover img {
	opacity: 0.6;
}

/* underline */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 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;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_nafic/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #222222;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_nafic/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_nafic/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:0.2em 0.1em;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_nafic/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_nafic/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_nafic/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_nafic/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_nafic/images/icon/icon_txt.png);
}

/* ==================================================
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;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
header & footer no-js
================================================== */
.no_javascript #tmp_wrapper #tmp_header{
	position: static;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}