@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: #1570bb;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

.show_sp{
	display: none;
}
/* Styles
================================================== */


/* text */

.txt_red {
	color: #D11818;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #0f614f;
	/* 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: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	position: relative;
	min-width: 1220px;
	margin: 0 auto;
	background-color: #f99e32;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
.main_content_wrap{
	background-color: #FFFFFF;
	border-radius: 60px;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
#tmp_main {
	position: relative;
}
#tmp_main::before,
#tmp_main::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 342px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
#tmp_main::before {
	top: -49px;
	background-image: url(/shared/site_iju/images/icon/head_dbl_line_full.png);
	z-index: 2;
}
#tmp_main::after {
	bottom: -141px;
	background-image: url(/shared/site_iju/images/icon/footer_dbl_line_full.png);
}
.format_top #tmp_main::after {
	bottom: -178px;
}
/* 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: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.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: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */

#tmp_header {
	min-height: 46px;
	position: relative;
}
#tmp_wrapper:not(.spmenu_open) #tmp_header{
    z-index: 101;
}
#tmp_wrapper.spmenu_open #tmp_hlogo{
    z-index: 98;
}
#tmp_header .header_inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 10px 6px 16px;
}
#tmp_header .header_lft{
	display: flex;
}
#tmp_hlogo {
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 112px;
	color: #222222;
	background-color: #ffffff;
	box-shadow: 0 4px 9px 1px rgba(23, 7, 4, 0.1);
	padding: 9px 5px 8px 7px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 68px;
	height: 120px;
	font-size: 1.8rem;
	background: url(/shared/site_iju/images/header/hlogo.png) 0 0 no-repeat;
}

#tmp_hlogo a {
	display: block;
	width: 68px;
	height: 120px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 68px;
	height: 120px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .logo_txt{
	width: 210px;
	height: 22px;
	margin-left: 155px;
    margin-top: 32px;
	color: #222222;
	background: #f99e32 url(/shared/site_iju/images/header/logo_text.png) no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
#tmp_header .logo_txt br{
	display: none;
}
#tmp_header .logo_txt > span{
	display: block;
	position: relative;
	z-index: -1;
}
#tmp_header .header_rgt{
	display: flex;
}
#tmp_header .mainsite_link{
	padding-top: 21px;
	margin-right: 20px;
	margin-left: 3px;
}
#tmp_header .mainsite_link > a{
    display: inline-block;
	min-width: 220px;
    text-decoration: none;
    font-weight: bold;
    font-size: 88.9%;
    color: #222222;
    background: #ffffff url(/shared/site_iju/images/header/mainsite_logo.png) no-repeat 18px center;
    padding: 9px 5px 5px 54px;
    border: 2px solid #3e8ef9;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
#tmp_header .mainsite_link > a:hover {
    background-color: #dce9fa;
}
#tmp_header .mainsite_link br{
	display: none;
}
#tmp_hnavi_s{
	position: static;
	display: block;
}
#tmp_hnavi_s > ul{
	list-style: none;
}
#tmp_hnavi_rmenu > a{
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 88.9%;
    width: 80px;
    height: 80px;
    color: #ffffff;
    background: #1b60be url(/shared/site_iju/images/header/menu_icon.png) no-repeat center 16px;
    border: 2px solid #1b60be;
    border-radius: 50%;
    padding: 43px 4px 8px;
    transition: all 0.3s ease-in-out;
}
#tmp_hnavi_rmenu > a:focus-visible{
	outline-style: solid;
	outline-offset: -1px;
}
#tmp_hnavi_rmenu > a:after{
	pointer-events: none;
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 50%;
}
#tmp_hnavi_rmenu > a.active {
	color: #1b60be;
	background-color: #ffffff;
	background-image: url(/shared/site_iju/images/header/close_icon.png);
}
#tmp_hnavi_rmenu > a:hover{
    color: #1b60be;
	background-color: #ffffff;
    background-image: url(/shared/site_iju/images/header/menu_icon_on.png);
}
#tmp_hnavi_rmenu > a:hover:after{
    background-color: #1b60be;
}
#tmp_hnavi_rmenu > a.active:after{
	background-color: #1b60be;
	top: 8px;
    left: 8px;
}
#tmp_hnavi_rmenu > a.active:hover {
    background-image: url(/shared/site_iju/images/header/close_icon.png);
}
/* sma_menu */
#tmp_header .wrap_sma_sch{
	text-align: left;
	top: calc(100% - 6px);
}
#tmp_header .wrap_sma_sch .menu_inner{
	color: #ffffff;
	background-color: #1b60be;
	padding: 40px;
	border-radius: 60px;
	overflow: hidden;
}
#tmp_func{
	margin-bottom: 30px;
}
#tmp_func > ul,
#tmp_means > ul{
	display: flex;
	gap: 0 20px;
	list-style: none;
}
#tmp_means ul > li,
#tmp_func ul > li{
	width: calc((100% - 36px) / 3);
}
#tmp_func ul > li > a,
#tmp_means ul > li > a{
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 10px 10px 28px;
	border-radius: 38px;
}
#tmp_func ul > li > a{
	min-height: 76px;
	padding: 12px 10px 10px 30px;
}
#tmp_func ul > li > a > span,
#tmp_means ul > li > a > span{
	display: inline-block;
	min-height: 26px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 31px;
}
#tmp_means ul > li > a > span{
	padding-left: 32px;
}
#tmp_func ul > li.func_notice > a > span{
	background-image: url(/shared/site_iju/images/header/notice_icon.png);
}
#tmp_func ul > li.func_inquiry > a > span{
	background-image: url(/shared/site_iju/images/header/inquiry_icon.png);
}
#tmp_func ul > li.func_qa > a > span{
	background-image: url(/shared/site_iju/images/header/qa_icon.png);
}
#tmp_means ul > li > a{
	min-height: 60px;
	color: #ffffff;
	background-color: #1b60be;
	border-radius: 30px;
}
#tmp_means ul > li.means_lang > a > span{
	background-image: url(/shared/site_iju/images/header/lang_icon.png);
}
#tmp_means ul > li.means_fsize > a > span{
	background-image: url(/shared/site_iju/images/header/fsize_icon.png);
}
#tmp_means ul > li.means_furi > a > span{
	background-image: url(/shared/site_iju/images/header/furi_icon.png);
}
#tmp_header .wrap_sma_sch .close_btn{
	display: none;
}
.wrap_sma_sch .close_btn a{
	color: #222222;
	background-color: #ffffff;
}
/* navbar fixed */
#tmp_bottom_menu{
	display: none;
}
#tmp_navbar_fixed{
	display: none;
	position: fixed;
	z-index: 98;
	right: 0;
	bottom: 15px;
	width: 302px;
}
#tmp_navbar_fixed.show{
	display: block;
}
#tmp_navbar_fixed .navbar_inner{
	position: relative;
	z-index: 1;
	color: #ffffff;
	background-color: #1b60be;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
#tmp_navbar_fixed .close_nav_btn{
	position: absolute;
	right: 0;
	top: -30px;
}
#tmp_navbar_fixed .close_nav_btn a{
	display: inline-block;
	width: 30px;
	height: 32px;
	text-indent: -9999px;
	border: 2px solid #1b60be;
	color: #1b60be;
	background: #ffffff url(/shared/site_iju/images/header/nav_close_icon.png) no-repeat center center;
	border-top-left-radius: 10px;
}
#tmp_navbar_fixed .close_nav_btn a:hover {
    background-color: #1b60be;
    color: #ffffff;
    background-image: url(/shared/site_iju/images/header/nav_close_icon_wht.png);
}
.navbar_list{
	list-style: none;
	display: flex;
}
.navbar_list > li{
	flex: 1;
	color: #ffffff;
	background: #1b60be url(/shared/site_iju/images/header/dotted_vertical.png) repeat-y left top;
}
.navbar_list > li:first-child,
.navbar_list > li.nav_chat{
	background-image: none;
}
.navbar_list > li > a,
#tmp_navbar_fixed .event_acc_switch a{
	text-decoration: none;
	text-align: center;
	display: block;
	height: 100%;
	color: inherit;
	background-color: transparent;
	font-size: 88.9%;
	font-weight: bold;
	padding: 5px;
    transition: all 0.3s ease-in-out;
}
.navbar_list > li > a,
.navbar_list > li > a > span{
	transform: translate3d(0, 0, 0) rotate(0.001deg);
}
#tmp_navbar_fixed .event_acc_switch a,
#tmp_navbar_fixed .event_acc_switch a span{
	transform: translate3d(0, 0, 0);
}
.navbar_list > li > a:focus-visible,
#tmp_navbar_fixed .event_acc_switch a:focus-visible{
	outline-offset: -1px;
}
.navbar_list > li > a > span{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	height: 100%;
	line-height: 1.2;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 40px;
}
.navbar_list li.nav_chat > a > span{
	background-image: url(/shared/site_iju/images/header/chat_icon.png);
	background-position: center 7px;
}
.navbar_list li.nav_chat > a > span .break{
	display: block;
}
.navbar_list li.nav_qa > a > span{
	background-image: url(/shared/site_iju/images/header/qa_menu_icon.png);
}
.navbar_list li.nav_grant > a > span{
	flex-direction: row;
	background-image: url(/shared/site_iju/images/header/grant_icon.png);
}
.navbar_list > li > a:hover,
#tmp_navbar_fixed .event_acc_switch a:hover {
    background-color: #ffffff;
    color: #1b60be;
}
.navbar_list li.nav_chat > a:hover > span{
	background-image: url(/shared/site_iju/images/header/chat_icon_on.png);
}
.navbar_list li.nav_qa > a:hover > span{
	background-image: url(/shared/site_iju/images/header/qa_menu_icon_on.png);
}
.navbar_list li.nav_grant > a:hover > span{
	background-image: url(/shared/site_iju/images/header/grant_icon_on.png);
}
#tmp_navbar_fixed .event_acc{
	color: #ffffff;
	background: #1b60be url(/shared/site_iju/images/header/dotted_horizontal.png) repeat-x left top;
	margin-top: 1px;
}
#tmp_navbar_fixed .event_acc_switch a{
	text-align: left;
	color: inherit;
	background: transparent url(/shared/site_iju/images/header/nav_plus_icon.png) no-repeat right 19px center;
	padding: 10px 40px 10px 20px;
}
#tmp_navbar_fixed .ac_active .event_acc_switch a{
	background-image: url(/shared/site_iju/images/header/nav_minus_icon.png);
}
#tmp_navbar_fixed .ac_active .event_acc_switch a:hover {
	background-image: url(/shared/site_iju/images/header/nav_minus_icon_on.png);
}
#tmp_navbar_fixed .event_acc_switch a > span{
	display: inline-block;

	color: inherit;
	background: transparent url(/shared/site_iju/images/header/calendar_menu_icon.png) no-repeat left center;
	padding-left: 28px;
	min-height: 26px;
}
#tmp_navbar_fixed .event_acc_switch a > span > br{
	display: none;
}
#tmp_navbar_fixed .event_acc_switch a:hover {
	background-image: url(/shared/site_iju/images/header/nav_plus_icon_on.png);
}
#tmp_navbar_fixed .event_acc_switch a:hover > span{
    background-image: url(/shared/site_iju/images/header/calendar_menu_icon_on.png);
}
.event_acc_cnt{
	color: #222222;
	background-color: #ffffff;
}
#tmp_navbar_fixed .event_acc_cnt{
	display: none;
	border: 3px solid #1b60be;
    border-top-width: 1px;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom-left-radius: 10px;
}
.event_acc_cnt .nocont {
    padding: 10px 20px;
    font-size: 87.5%;
}
.nav_event_list{
	list-style: none;
	margin-bottom: 3px;
    padding: 0 10px;
}
.event_acc_cnt li{
    border-bottom: 1px solid #cccccc;
}
.event_acc_cnt .box_thumb {
    padding: 13px 0 12px;
}
.event_acc_cnt .box_thumb.active {
    margin: 0 -10px;
    padding: 13px 10px 12px;
}
.event_acc_cnt li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
/* Hover */
#tmp_header .mainsite_link > a:hover,
#tmp_hnavi_rmenu > a:hover,
#tmp_func ul > li > a:hover > span,
#tmp_means ul > li > a:hover > span,
#tmp_navbar_fixed .navbar_list > li > a:hover,
#tmp_navbar_fixed .event_acc_switch a:hover > span,
.box_thumb.active .thumb_cnt a,
.more_link > a:hover,
.pnavi a:hover,
.simple_link > a:hover{
	text-decoration: underline;
}
/* 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: 0;
	left: 0;
	z-index: 99;
	background-color:rgba(0, 0, 0, 0.5);
}
.spmenu_open.wmenu:before,
.spmenu_open.fmenu:before{
	content: none;
}
/* gnavi
================================================== */
#tmp_gnavi{
	color: #222222;
	background-color: #ffffff;
	padding: 20px 30px 30px;
	border-radius: 40px;
	margin-bottom: 30px;
}

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 17px;
	padding-right: 5px;
	list-style: none;
}

.gnavi li {
	width: calc((100% - 51px) / 4);
	border-bottom: 1px solid #cccccc;
}

.gnavi a {
    display: flex;
	align-items: center;
	min-height: 75px;
	height: 100%;
    font-weight: bold;
    color: #222222;
    background: #ffffff;
    padding: 16px 10px 14px 10px;
    text-decoration: none;
}

.gnavi a > span{
	display: inline-block;
	color: inherit;
    background: transparent url(/shared/site_iju/images/icon/arrow_icon.png) no-repeat 0 6px;
	padding-left: 18px;
}

.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}
.gnavi a:focus-visible{
	outline-offset: -1px;
}
/*pnavi*/
.pnavi{
	padding: 0 200px;
	text-align: center;
	margin-bottom: 9px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi a{
	text-decoration: none;
	display: inline-block;
    font-size: 88.9%;
    font-weight: bold;
    color: #222222;
    background: #FFFFFF url(/shared/site_iju/images/footer/ptop_icon.png) no-repeat center top;
    padding: 17px 5px 0 7px;
}
.furigana_on .pnavi a{
    padding: 22px 5px 0 7px;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	padding-top: 100px;
	overflow: hidden;
}
#tmp_footer .footer_wrap{
	position: relative;
	color: #222222;
	background-color: #ffffff;
	border-radius: 60px 60px 0 0;
	padding: 17px 170px 16px;
}
#tmp_footer .footer_wrap:before,
#tmp_footer .footer_wrap:after{
	content: '';
	pointer-events: none;
	position: absolute;
	background-size: 100% auto;
}
#tmp_footer .footer_wrap:before{
    width: 248px;
    height: 170px;
    top: -58px;
    left: -100px;
	background-image: url(/shared/site_iju/images/footer/footer_pattern_img01.png);
}
#tmp_footer .footer_wrap:after{
    width: 204px;
    height: 80px;
    bottom: 47px;
    right: -84px;
	background-image: url(/shared/site_iju/images/footer/footer_pattern_img02.png);
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_infor{
	width: 242px;
}
#tmp_footer .footer_logo{
	margin-bottom: 14px;
}
#tmp_footer .footer_logo > p{
    text-indent: -9999px;
	font-size: 122.2%;
	font-weight: bold;
    width: 224px;
    height: 78px;
	color: #222222;
    background: #ffffff url(/shared/site_iju/images/footer/footer_logo.png) no-repeat;
    background-size: 100% auto;
}
#tmp_footer .footer_corporate{
	font-size: 88.9%;
	font-weight: bold;
}
#tmp_footer .footer_contact{
	flex: 1;
	padding-left: 40px;
	padding-top: 6px;
}
/* fnavi  */

.fnavi {
	display: flex;
	justify-content: center;
	gap: 0 58px;
	padding: 20px 10px 18px 64px;
	list-style: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.fnavi .simple_link > a{
	font-size: 100%;
	background-position: left 7px;
}

.footer_cnt {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 33px 0 48px;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-weight: bold;
	font-style: normal;
}
.footer_cnt address > p{
	margin-bottom: 5px;
}
.footer_cnt address > p.address_contact{
	margin-bottom: 3px;
}
.footer_cnt address br {
	display: none;
}

.footer_cnt address .name_contact{
	font-size: 122.2%;
}

.copyright {
	font-size: 77.8%;
	font-weight: bold;
	text-align: center;
}
/* ==================================================
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 {
	display: block;
	position: static;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius: 0;
	background-size: 50px auto;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_iju/images/icon/arrow_prev.png);
}
.splide_common .splide__arrow--prev:hover {
	background-image: url(/shared/site_iju/images/icon/arrow_prev_on.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_iju/images/icon/arrow_next.png);
}
.splide_common .splide__arrow--next:hover {
	background-image: url(/shared/site_iju/images/icon/arrow_next_on.png);
}
.splide_common .splide__arrow:hover:not(:disabled) {
    opacity: 1;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 16px 0 13px;
	min-width: 107px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 144.4%;
	text-align: right;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 17px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 9px;
    top: -2px;
    transform: rotate(25deg);
    background-color: #222222;
}
.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(/shared/site_iju/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_iju/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(/shared/site_iju/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(/shared/site_iju/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
================================================== */

/* common style
================================================== */
/* box_thumb */
.box_thumb{
	display: flex;
}
.box_thumb .thumb_img{
	width: 120px;
    overflow: hidden;
}
.box_thumb .thumb_img img{
	width: 100%;
    height: auto;
}
.box_thumb .thumb_cnt{
	flex: 1;
	padding-left: 8px;
}
.box_thumb .thumb_cnt > span{
	display: inline-block;
}
.box_thumb .thumb_cnt .date{
	display: block;
	font-size: 77.8%;
}
/* simple_link */
.simple_link > a{
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-weight: bold;
    font-size: 77.8%;
    color: #222222;
    background: url(/shared/site_iju/images/icon/arrow_icon.png) no-repeat left 5px;
    padding-left: 18px;
}
/* more_link */
.more_link{
	text-align: right;
}
.more_link > a {
	text-decoration: none;
    position: relative;
	display: inline-block;
	min-height: 30px;
	font-weight: bold ;
	color: #222222;
	background: #ffffff url(/shared/site_iju/images/icon/circle_arrow_icon.png) no-repeat 6px 0;
	padding: 2px 0 10px 46px;
    background-size: 30px auto;
	border-bottom: 2px solid #222222;
}
.more_link > a::before {
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    left: 14px;
    top: 11px;
    transform: rotate(45deg);
}
.more_link > a::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #222;
    transition: .3s;
}
.more_link > a:hover::before {
    left: 20px;
    top: 13px;
    width: 4px;
    height: 4px;
    transform: none;
    border: none;
    background: #222222;
}
.more_link > a:hover::after {
    left: 23px;
    width: 0;
}

/* box_frame */
.box_frame {
	padding: 41px 30px 41px 55px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b60be), to(#1b60be)), -webkit-gradient(linear, left top, left bottom, from(#1b60be), to(#1b60be)), -webkit-gradient(linear, left top, left bottom, from(#fc9a38), to(#fc9a38)), -webkit-gradient(linear, left top, left bottom, from(#fc9a38), to(#fc9a38));
	background-image: -moz-linear-gradient(#1b60be, #1b60be), -moz-linear-gradient(#1b60be, #1b60be), -moz-linear-gradient(#fc9a38, #fc9a38), -moz-linear-gradient(#fc9a38, #fc9a38);
	background-image: -o-linear-gradient(#1b60be, #1b60be), -o-linear-gradient(#1b60be, #1b60be), -o-linear-gradient(#fc9a38, #fc9a38), -o-linear-gradient(#fc9a38, #fc9a38);
	background-image: linear-gradient(#1b60be, #1b60be), linear-gradient(#1b60be, #1b60be), linear-gradient(#fc9a38, #fc9a38), linear-gradient(#fc9a38, #fc9a38);
	background-size: calc(100% - 240px) 2px, 2px calc(100% - 28px), calc(100% - 240px) 2px, 2px calc(100% - 28px);
	background-position: 0 10px, 10px 0, right bottom 10px, right 10px bottom;
}
.box_frame p:last-child {
	margin-bottom: 0;
}
/* btn_link > a */
.btn_link > a,
#tmp_gmap_link a,
#tmp_feedback_cnt .submit input,
#tmp_inquiry_cnt .inquiry_btn input {
	display: inline-block;
	vertical-align: top;
	color: #222222;
	background-color: #fff9b2;
	border-radius: 23px;
	border: 2px solid #222222;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#tmp_map_banner .map_banner .link > a {
    transition: all 0.3s ease-in-out;
}
.btn_link > a:hover,
#tmp_gmap_link a:hover span,
#tmp_feedback_cnt .submit input:hover,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_map_banner .map_banner .link > a:hover {
	text-decoration: underline;
}
#tmp_map_banner .map_banner .link > a:hover {
    background-color: #ffffff;
    border-color: #1b60be;
}
.btn_link > a:focus-visible,
#tmp_gmap_link a:focus-visible,
#tmp_feedback_cnt .submit input:focus-visible,
#tmp_inquiry_cnt .inquiry_btn input:focus-visible {
	outline-offset: 1px;
}
/* map area */
#tmp_shizuoka_map{
	position: relative;
}
#tmp_shizuoka_map .map_image_wrap{
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -21px;
}
#tmp_shizuoka_map .map_image_inner{
	position: relative;
}
#tmp_shizuoka_map .map_image{
	position: relative;
	z-index: 1;
	padding: 0 240px;
}
#tmp_shizuoka_map .map_image.map_hv{
	position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
	width: 100%;
	height: 100%;
}
#tmp_shizuoka_map .map_image img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_shizuoka_map .map_image.hover {
	opacity: 0;
}
#tmp_shizuoka_map .map_image.hover + .map_hv {
	opacity: 1;
}
#tmp_shizuoka_map .area_wrap{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	min-height: 655px;
}
#tmp_shizuoka_map .area_wrap > ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	padding-top: 35px;
}
#tmp_shizuoka_map .area_wrap > ul.right{
	justify-content: flex-end;
}
#tmp_shizuoka_map .area_wrap > ul > li{
	display: none;
	position: relative;
	margin-bottom: 40px;
}
#tmp_shizuoka_map .area_wrap > ul > li.show,
.format_top #tmp_shizuoka_map .area_wrap > ul > li{
	display: block;
}
#tmp_shizuoka_map .area_wrap > ul > li:last-child{
	margin-bottom: 0;
}
#tmp_shizuoka_map .area_wrap > ul.right > li{
	margin-bottom: 0;
	margin-top: 43px;
}
#tmp_shizuoka_map .area_wrap > ul.left > li.area1,
#tmp_shizuoka_map .area_wrap > ul.left > li.area3{
	left: 12.8%;
}
#tmp_shizuoka_map .area_wrap > ul.left > li.area4{
	left: 25%;
}
#tmp_shizuoka_map .area_wrap > ul.right > li.area6{
	right: 7.8%;
	margin-top: 40px;
}
#tmp_shizuoka_map .area_wrap > ul.right > li.area7{
	right: 36.8%;
}
#tmp_shizuoka_map .area_wrap li > a.area_item{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    min-height: 125px;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
	background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 20px;
    padding: 14px 20px 12px 15px;
	transition: 0.3s ease-in-out background-color;
}
#tmp_shizuoka_map .area_wrap li.green > a.area_item{
	border-color: #46cca6;
}
#tmp_shizuoka_map .area_wrap li.green > a.area_item:hover,
#tmp_shizuoka_map .area_wrap li.green > a.area_item:focus{
	background-color: #dcfaf1;
}
#tmp_shizuoka_map .area_wrap li.orange > a.area_item{
	border-color: #fc9a38;
}
#tmp_shizuoka_map .area_wrap li.orange > a.area_item:hover,
#tmp_shizuoka_map .area_wrap li.orange > a.area_item:focus{
	background-color: #feebc8;
}
#tmp_shizuoka_map .area_wrap li.blue > a.area_item{
	border-color: #4fbad3;
}
#tmp_shizuoka_map .area_wrap li.blue > a.area_item:hover,
#tmp_shizuoka_map .area_wrap li.blue > a.area_item:focus{
	background-color: #cff0f8;
}
#tmp_shizuoka_map .area_wrap li > a.area_item > span{
	display: block;
}
#tmp_shizuoka_map .area_wrap a.area_item > span.area_name{
	position: relative;
    font-size: 122.2%;
    color: inherit;
    background: transparent url(/shared/site_iju/images/icon/map_anchor.png) no-repeat 2px 13px;
    padding-left: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#tmp_shizuoka_map a.area_item > span.area_name:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 44px;
    height: 4px;
    background-size: 100% auto;
}
#tmp_shizuoka_map li.green > a.area_item > span.area_name:after{
	background-image: url(/shared/site_iju/images/icon/map_dotted_green.png);
}
#tmp_shizuoka_map li.orange > a.area_item > span.area_name:after{
	background-image: url(/shared/site_iju/images/icon/map_dotted_orange.png);
}
#tmp_shizuoka_map li.blue > a.area_item > span.area_name:after{
	background-image: url(/shared/site_iju/images/icon/map_dotted_blue.png);
}
#tmp_map_banner{
    position: relative;
    color: #222222;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(/shared/site_iju/images/main/map_banner_person.png), url(/shared/site_iju/images/main/map_banner_pattern.png), url(/shared/site_iju/images/main/map_banner_bg.jpg);
    background-position: left 20px bottom, right 17px center, 0 0;
    background-size: 298px auto, 344px auto, cover;
    border-radius: 20px;
	margin-top: 20px;
    overflow: hidden;
}
#tmp_map_banner .map_banner{
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
    font-weight: bold;
    padding: 41px 300px 52px;
}
#tmp_map_banner .map_banner .head{
	font-size: 222.2%;
}
#tmp_map_banner .map_banner .des{
	font-size: 111.1%;
	margin-bottom: 23px;
}
#tmp_map_banner .map_banner .link{
	margin-left: -8px;
}
#tmp_map_banner .map_banner .link > a{
	text-decoration: none;
	display: inline-block;
	min-width: 320px;
	text-align: center;
	color: #222222;
	background-color: #fff9b2;
	border-radius: 30px;
	border: 2px solid #222222;
	padding: 9px 10px 6px;
}
/* custom top */
.format_top #tmp_shizuoka_map{
	margin-bottom: 60px;
}
.format_top #tmp_shizuoka_map .map_image_wrap{
	margin-top: -36px;
}
.format_top #tmp_shizuoka_map .area_wrap li > a.area_item {
	padding-top: 15px;
	padding-right: 50px;
    position: relative;
}
.format_top #tmp_shizuoka_map .area_wrap li > a > .area_nav {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30px auto;
    display: block;
    overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 30px;
}
.format_top #tmp_shizuoka_map .area_wrap li.green > a > .area_nav {
	background-image: url(/shared/site_iju/images/icon/map_arrow_green.png);
}
.format_top #tmp_shizuoka_map .area_wrap li.orange > a > .area_nav {
	background-image: url(/shared/site_iju/images/icon/map_arrow_orange.png);
}
.format_top #tmp_shizuoka_map .area_wrap li.blue > a > .area_nav {
	background-image: url(/shared/site_iju/images/icon/map_arrow_blue.png);
}
.format_top #tmp_shizuoka_map .area_wrap li > a > .area_nav::before {
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    left: 14px;
    top: 11px;
    transform: rotate(45deg);
}
.format_top #tmp_shizuoka_map .area_wrap li > a > .area_nav::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #222;
    transition: .3s;
}
.format_top #tmp_shizuoka_map .area_wrap li > a:hover > .area_nav::before,
.format_top #tmp_shizuoka_map .area_wrap li > a:focus > .area_nav::before {
    left: 20px;
    top: 13px;
    width: 4px;
    height: 4px;
    transform: none;
    border: none;
    background: #222222;
}
.format_top #tmp_shizuoka_map .area_wrap li > a:hover > .area_nav::after,
.format_top #tmp_shizuoka_map .area_wrap li > a:focus > .area_nav::after {
    left: 23px;
    width: 0;
}
.format_top #tmp_shizuoka_map .area_wrap a.area_item > span.area_name{
	padding-left: 0;
	padding-bottom: 14px;
    margin-bottom: 12px;
    margin-right: -30px;
	background-image: none !important;
}
.format_top #tmp_map_banner{
    margin: 0 -40px;
    border-radius: 0;
    background-image: url(/shared/site_iju/images/main/map_banner_person_top.png), url(/shared/site_iju/images/main/map_banner_pattern.png), url(/shared/site_iju/images/main/map_banner_bg.jpg);
    background-size: 328px auto, 344px auto, cover;
    background-position: left 35px bottom 0, right 38px center, 0 0;
	margin-top: 0;
}
.format_top #tmp_map_banner .map_banner{
	padding: 38px 340px 40px;
}
.format_top #tmp_map_banner .map_banner .head{
    margin-bottom: 3px;
}
.format_top #tmp_map_banner .map_banner .link{
	margin-left: 1px;
}
.format_top #tmp_map_banner .map_banner .link > a{
	font-size: 122.2%;
	min-width: 400px;
	padding-top: 11px;
	padding-bottom: 10px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:77.8%;
	padding-top: 26px;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 35px;
	padding-left: 60px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
	margin-right: -3px;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: middle;
	line-height:1.2;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
	margin-top: 1px;
}
#tmp_update {
	margin-left: 13px;
}
#tmp_pageid {
	margin-left: 8px;
}
#tmp_print {
	margin-left: 7px;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	background: #1b60be url(/shared/site_iju/images/icon/icon_print.png) no-repeat 9px center;
	background-size: 16px auto;
	min-width: 65px;
	min-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 66.7%;
	font-weight: bold;
	padding: 4px 6px 1px 30px;
	border: 1px solid #1b60be;
	border-radius: 10px;
	line-height: 1;
}
.no_javascript #tmp_print {
	display: none;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 60px 0 60px;
	text-align: center;
}
#tmp_gmap_link a{
	display: block;
	max-width: 500px;
	margin: 0 auto;
	padding: 4px 27px 4px 28px;
	border-radius: 30px;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 10px 0 10px 42px;
	background: transparent url(/shared/site_iju/images/icon/icon_map.png) no-repeat 0 9px;
	color: inherit;
}

/* rnavi
================================================== */
#tmp_rnavi{
	margin: 60px 0 51px;
}
#tmp_rnavi_ttl{
	font-weight: bold;
	font-size: 111.1%;
	line-height: 1.6;
	border: 1px solid #fc9a38;
	color: #222222;
	background-color: #fc9a38;
	border-radius: 20px 20px 0 0;
	padding: 19px 29px 17px;
}
#tmp_rnavi_ttl h2 {
	font-size: 100%;
}
#tmp_rnavi_ttl a{
	display: inline-block;
	padding-left: 19px;
	background: transparent url(/shared/templates/iju_free/images/icon/icon_arrow.png) no-repeat left 9px;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_ttl a:hover {
	text-decoration: underline;
}
#tmp_rnavi_cnt {
	padding: 1px 20px 0 20px;
	color: inherit;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
	border: 1px solid #fc9a38;
	border-top: none;
}
#tmp_rnavi_cnt ul,
#tmp_rnavi_cnt ul li {
	display: flex;
	flex-wrap: wrap;
}
#tmp_rnavi_cnt ul {
	gap: 0 20px;
}
#tmp_rnavi_cnt ul li{
	list-style: none;
	border-top: 1px solid #cccccc;
	width: calc(50% - 10px);
	line-height: 1.6;
	padding: 23px 0 17px;
	align-items: center;
	position: relative;
	z-index: 1;
}
#tmp_rnavi_cnt ul li:nth-child(-n+2) {
	border-top: none;
}
#tmp_rnavi_cnt ul a{
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
	overflow-wrap: break-word;
	padding: 0 18px 0 27px;
	background: url(/shared/templates/iju_free/images/icon/icon_arrow.png) no-repeat 9px 7px;
}
#tmp_rnavi_cnt ul a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	color: #222222;
	z-index: -1;
}
#tmp_rnavi_cnt ul a:hover::before,
#tmp_rnavi_cnt ul .active a::before{
	background-color: #fffcd9;
}


/* inquiry & feedback
================================================== */
#tmp_inquiry,
#tmp_feedback{
	border-radius: 20px;
	border: solid 1px #000000;
	background-color: #ffffff;
	color: #222222;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl{
	padding: 16px 29px 14px;
	border-bottom:1px solid #fffcd9;
	background-color: #fffcd9;
	color: inherit;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p,
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 133.3%;
	font-weight: bold;
}
#tmp_inquiry_cnt,
#tmp_feedback_cnt{
	background-color: #ffffff;
	color: #222222;
}
#tmp_feedback_cnt .submit,
#tmp_inquiry_cnt .inquiry_btn {
	text-align: center;
}
#tmp_feedback_cnt .submit input,
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 260px;
	font-weight: bold;
	text-align: center;
	appearance: none;
	cursor: pointer;
}
#tmp_feedback {
	margin: 30px 0;
}
#tmp_feedback:last-child {
	margin-bottom: 20px;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt{
	padding: 26px 30px 29px;
}
#tmp_feedback_cnt fieldset {
	margin: 0 0 1.1em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin: 0 0 0.3em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin: 0 1.5em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset input {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 0 10px 4px 0;
}
#tmp_feedback_cnt .submit {
	margin-top: 23px;
}
#tmp_feedback_cnt .submit input {
	padding: 7px 19px 6px 20px;
}
#tmp_feedback_cnt fieldset label {
	position: relative;
}
#tmp_feedback_cnt fieldset label::before {
	content: '';
	position: absolute;
	left: -14px;
	width: 30px;
	top: 0;
	bottom: 0;
}
#tmp_feedback_cnt fieldset input:hover,
#tmp_feedback_cnt fieldset label:hover {
	cursor: pointer;
}
#tmp_inquiry{
	margin: 30px 0 40px;
}
#tmp_inquiry:last-child {
	margin-bottom: 0;
}
#tmp_inquiry_cnt{
	padding: 23px 29px 19px;
}
#tmp_inquiry_cnt .inquiry_parts {
	overflow-wrap: break-word;
}
#tmp_inquiry_cnt .inquiry_parts p {
	line-height: 1.8;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin: 20px 0 10px;
}
#tmp_inquiry_cnt .inquiry_btn input {
	padding: 7px 19px 6px 20px;
	white-space: pre-wrap;
}


/* ==================================================
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 {
	margin-bottom: 40px;
	padding: 41px 20px 19px;
	background: #f6f6f6 url(/shared/site_iju/images/icon/scroll_table_icon.png) right 15px no-repeat;
	background-size: 85px 16px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 15px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	border-radius: 4px;
	color:#222222;
	display:inline-block;
	padding: 7px 6px 5px 60px;
	text-decoration:none;
	background: #ffffff url(/shared/site_iju/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:49px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_iju/images/icon/scroll_table_df.png) 7px center no-repeat;
	background-size:49px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
hover
================================================== */
.sec_life_city .life_city_list .life_city_cnt,
.sec_life_city .life_city_list .life_city_image img,
.sec_trial_migration .trial_migration_links .item_link img,
#tmp_splide_news .news_image img,
#tmp_splide_news .news_cnt a,
.sec_migration_subsidies  .subsidies_btn a,
.event_acc_cnt .box_thumb,
.box_thumb .thumb_img img {
    transition: all 0.3s ease-in-out;
}
.sec_life_city .life_city_list ul li.active img,
.sec_trial_migration .trial_migration_links .item_link a:hover img,
#tmp_splide_news a:hover .news_image img,
.box_thumb.active .thumb_img img {
    transform: scale(1.1);
}
.sec_life_city .life_city_list ul li.active .life_city_cnt,
#tmp_splide_news .news_cnt a:hover,
.event_acc_cnt .box_thumb.active {
    background-color: #fffde8;
    border-color: #1b60be;
}
.sec_life_city .life_city_list ul li.active .life_city_link a,
.sec_life_city .life_city_list .life_city_link a:hover,
.sec_migration_subsidies  .subsidies_btn a:hover {
    background-color: #ffffff;
    border-color: #1b60be;
}
.sec_life_city .life_city_list ul li.active .life_city_link a,
.sec_life_city .life_city_list .life_city_link a:hover,
#tmp_splide_news .news_cnt a:hover .text_link,
.sec_migration_subsidies  .subsidies_btn a:hover {
    text-decoration: underline;
}







/* ==================================================
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 .wrap_mc_sp #tmp_switch_sp_style {
	position: relative;
	z-index: 1;
}

.wrap_mc_sp #tmp_switch_sp_style{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #1b60be;
	font-weight: bold;
	font-size: 111.1%;
	padding: 3px 0;
}
.wrap_mc_pc #tmp_switch_pc_style{
	text-decoration: none;
    align-items: center;
	min-height: 55px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1b60be;
    border: 2px solid #ffffff;
    padding: 8px 10px 2px 23px;
    border-radius: 28px;
}
.wrap_mc_pc #tmp_switch_pc_style > span {
	display: inline-block;
    min-height: 26px;
    color: inherit;
	background: transparent url(/shared/site_iju/images/header/wrap_pc_icon.png) no-repeat left 5px;
	background-size: 18px auto;
	padding-left: 31px;
}
.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;
}

.color_black #tmp_main::before,
.color_blue #tmp_main::before,
.color_yellow #tmp_main::before,
.color_black #tmp_main::after,
.color_blue #tmp_main::after,
.color_yellow #tmp_main::after {
	content: none !important;
}

/* color lnavi */
.color_black #tmp_rnavi_ttl *,
.color_blue #tmp_rnavi_ttl *,
.color_yellow #tmp_rnavi_ttl * {
	background-color: transparent !important;
}
.color_black #tmp_rnavi_cnt ul a::before,
.color_blue #tmp_rnavi_cnt ul a::before,
.color_yellow #tmp_rnavi_cnt ul a::before {
	content: none !important;
}
.color_black #tmp_rnavi_cnt ul a:hover,
.color_blue #tmp_rnavi_cnt ul a:hover,
.color_yellow #tmp_rnavi_cnt ul a:hover,
.color_black #tmp_rnavi_cnt ul .active a,
.color_blue #tmp_rnavi_cnt ul .active a,
.color_yellow #tmp_rnavi_cnt ul .active a{
	text-decoration: underline;
}
/* color header */
.color_blue #tmp_hnavi_rmenu > a,
.color_black #tmp_hnavi_rmenu > a,
.color_yellow #tmp_hnavi_rmenu > a{
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.color_blue #tmp_hnavi_rmenu > a::after,
.color_black #tmp_hnavi_rmenu > a::after,
.color_yellow #tmp_hnavi_rmenu > a::after,
.color_blue #tmp_footer .footer_wrap:before,
.color_black #tmp_footer .footer_wrap:before,
.color_yellow #tmp_footer .footer_wrap:before,
.color_blue #tmp_footer .footer_wrap:after,
.color_black #tmp_footer .footer_wrap:after,
.color_yellow #tmp_footer .footer_wrap:after,
.color_blue #tmp_shizuoka_map a.area_item > span.area_name:after,
.color_black #tmp_shizuoka_map a.area_item > span.area_name:after,
.color_yellow #tmp_shizuoka_map a.area_item > span.area_name:after{
	content: none;
}
.color_blue #tmp_hnavi_rmenu > a,
.color_black #tmp_hnavi_rmenu > a,
.color_yellow #tmp_hnavi_rmenu > a,
.color_blue #tmp_hlogo,
.color_black #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_blue #tmp_gnavi,
.color_black #tmp_gnavi,
.color_yellow #tmp_gnavi{
	border: 1px solid;
}
.color_blue #tmp_hlogo,
.color_black #tmp_hlogo,
.color_yellow #tmp_hlogo{
	position: static;
	border-top: none;
	padding: 5px 3px;
	margin-top: -10px;
}
.color_blue #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_black #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_header .logo_txt,
.color_black #tmp_header .logo_txt,
.color_yellow #tmp_header .logo_txt{
	max-width: 195px;
	width: auto;
	height: auto;
}
.color_blue #tmp_header .logo_txt,
.color_black #tmp_header .logo_txt,
.color_yellow #tmp_header .logo_txt{
	margin-top: 10px;
	margin-left: 10px;
}
.color_blue #tmp_header .mainsite_link > a,
.color_black #tmp_header .mainsite_link > a,
.color_yellow #tmp_header .mainsite_link > a{
	min-width: auto;
	padding-left: 10px;
}
.color_blue #tmp_header .wrap_sma_sch .menu_inner,
.color_black #tmp_header .wrap_sma_sch .menu_inner,
.color_yellow #tmp_header .wrap_sma_sch .menu_inner,
.color_blue #tmp_navbar_fixed .navbar_inner,
.color_black #tmp_navbar_fixed .navbar_inner,
.color_yellow #tmp_navbar_fixed .navbar_inner,
.color_blue #tmp_footer .footer_wrap,
.color_black #tmp_footer .footer_wrap,
.color_yellow #tmp_footer .footer_wrap,
.color_blue #tmp_map_banner,
.color_black #tmp_map_banner,
.color_yellow #tmp_map_banner{
	border: 2px solid;
}
.color_blue #tmp_navbar_fixed .navbar_list > li > a > span,
.color_black #tmp_navbar_fixed .navbar_list > li > a > span,
.color_yellow #tmp_navbar_fixed .navbar_list > li > a > span{
	padding-top: 0;
}
.color_blue .navbar_list > li:not(:first-child, .nav_chat),
.color_black .navbar_list > li:not(:first-child, .nav_chat),
.color_yellow .navbar_list > li:not(:first-child, .nav_chat){
	border-left: 1px dotted;
}
.color_blue #tmp_navbar_fixed .event_acc,
.color_black #tmp_navbar_fixed .event_acc,
.color_yellow #tmp_navbar_fixed .event_acc{
	border-top: 1px dotted;
}
.color_blue #tmp_navbar_fixed .event_acc_cnt,
.color_black #tmp_navbar_fixed .event_acc_cnt,
.color_yellow #tmp_navbar_fixed .event_acc_cnt{
	border: none;
	border-top: 1px solid;
}
.color_blue #tmp_navbar_fixed .close_nav_btn a,
.color_black #tmp_navbar_fixed .close_nav_btn a{
	background-image: url(/shared/site_iju/images/header/nav_close_icon_wht.png) !important;
}
.color_yellow #tmp_navbar_fixed .close_nav_btn a{
	background-image: url(/shared/site_iju/images/header/nav_close_icon_black.png) !important;
}
.color_blue #tmp_navbar_fixed .event_acc_switch a,
.color_black #tmp_navbar_fixed .event_acc_switch a{
	background-image: url(/shared/site_iju/images/header/nav_plus_icon.png) !important;
}
.color_yellow #tmp_navbar_fixed .event_acc_switch a{
	background-image: url(/shared/site_iju/images/header/nav_plus_icon_black.png) !important;
}
.color_blue #tmp_navbar_fixed .ac_active .event_acc_switch a,
.color_black #tmp_navbar_fixed .ac_active .event_acc_switch a {
    background-image: url(/shared/site_iju/images/header/nav_minus_icon.png) !important;
}
.color_yellow #tmp_navbar_fixed .ac_active .event_acc_switch a {
    background-image: url(/shared/site_iju/images/header/nav_minus_icon_black.png) !important;
}

.color_blue #tmp_footer .footer_wrap,
.color_black #tmp_footer .footer_wrap,
.color_yellow #tmp_footer .footer_wrap{
	border-bottom: none;
}
.color_blue #tmp_footer .footer_logo > p,
.color_black #tmp_footer .footer_logo > p,
.color_yellow #tmp_footer .footer_logo > p{
	width: auto;
	height: auto;
	text-indent: 0;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a{
	background-image: url(/shared/site_iju/images/footer/ptop_icon_yellow.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/site_iju/images/footer/ptop_icon.png) !important;
}
.color_blue #tmp_map_banner .map_banner,
.color_black #tmp_map_banner .map_banner,
.color_yellow #tmp_map_banner .map_banner{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.color_blue #tmp_shizuoka_map .map_image_wrap,
.color_black #tmp_shizuoka_map .map_image_wrap,
.color_yellow #tmp_shizuoka_map .map_image_wrap,
.color_blue #tmp_shizuoka_map .area_wrap,
.color_black #tmp_shizuoka_map .area_wrap,
.color_yellow #tmp_shizuoka_map .area_wrap,
.color_blue #tmp_shizuoka_map .area_wrap > ul,
.color_black #tmp_shizuoka_map .area_wrap > ul,
.color_yellow #tmp_shizuoka_map .area_wrap > ul,
.color_blue #tmp_shizuoka_map .area_wrap > ul > li,
.color_black #tmp_shizuoka_map .area_wrap > ul > li,
.color_yellow #tmp_shizuoka_map .area_wrap > ul > li,
.color_blue #tmp_hnavi_s,
.color_black #tmp_hnavi_s,
.color_yellow #tmp_hnavi_s,
.color_blue #tmp_hnavi_s > ul,
.color_black #tmp_hnavi_s > ul,
.color_yellow #tmp_hnavi_s > ul,
.color_blue #tmp_hnavi_s > ul > li,
.color_black #tmp_hnavi_s > ul > li,
.color_yellow #tmp_hnavi_s > ul > li,
.color_blue #tmp_header .wrap_sma_sch,
.color_black #tmp_header .wrap_sma_sch,
.color_yellow #tmp_header .wrap_sma_sch,
.color_blue #tmp_header .wrap_sma_sch .container,
.color_black #tmp_header .wrap_sma_sch .container,
.color_yellow #tmp_header .wrap_sma_sch .container{
	background-color: transparent !important;
}
.color_blue #tmp_shizuoka_map .area_wrap li > a.area_item,
.color_blue #tmp_hnavi_s > ul > li > a{
	background-color: #00008B !important;
}
.color_black #tmp_shizuoka_map .area_wrap li > a.area_item,
.color_black #tmp_hnavi_s > ul > li > a{
	background-color: #000000 !important;
}
.color_yellow #tmp_shizuoka_map .area_wrap li > a.area_item,
.color_yellow #tmp_hnavi_s > ul > li > a{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_shizuoka_map .area_wrap li > a.area_item:hover .area_name,
.color_black #tmp_shizuoka_map .area_wrap li > a.area_item:hover .area_name,
.color_yellow #tmp_shizuoka_map .area_wrap li > a.area_item:hover .area_name{
	text-decoration: underline;
}
.color_blue:not(.format_top) #tmp_shizuoka_map .area_wrap a.area_item > span.area_name,
.color_black:not(.format_top) #tmp_shizuoka_map .area_wrap a.area_item > span.area_name{
	background-image: url(/shared/site_iju/images/icon/map_anchor_wht.png) !important;
}
.color_yellow:not(.format_top) #tmp_shizuoka_map .area_wrap a.area_item > span.area_name{
	background-image: url(/shared/site_iju/images/icon/map_anchor.png) !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_gmap_link span {
	background-position-y: 4px;
}
.fsize_small #tmp_rnavi_ttl a {
	background-position-y: 3px;
}
.fsize_small #tmp_rnavi_cnt ul li a {
	background-position-y: 1px;
}
.fsize_small .fnavi .simple_link > a {
    font-size: 100%;
    background-position: left 3px;
}
.fsize_small .gnavi a > span{
	background-position: 0 2px;
}
.fsize_small #tmp_shizuoka_map .area_wrap a.area_item > span.area_name{
	background-position: 2px 8px
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_hnavi_rmenu > a{
	font-size: 1.2rem;
}

/* no_javascript
================================================== */
.no_javascript #tmp_shizuoka_map .area_wrap > ul > li{
	display: block !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
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,
.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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}