@charset "utf-8";
/* noto-san */
/* noto-sans-jp-regular - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: url(/shared/site_fuji_tram/fonts/noto-sans-jp-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(/shared/site_fuji_tram/fonts/noto-sans-jp-medium.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-bold - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	src: url(/shared/site_fuji_tram/fonts/noto-sans-jp-bold.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea,
button {
	font-family: 'Noto Sans JP', sans-serif;
}

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

a:link,
a:active,
a:visited {
	color: #095199;
}

a:hover{
	text-decoration:none;
}

body {
	font-size: 112.5%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #222222;
}


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


/* text */

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

.txt_green {
	color: #255a1d;
	/* 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 {
	margin: 0 auto;
	min-width: 1220px;
	width:100%;
	position: relative;
}

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

.container:after {
	clear: both;
}

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


/* 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: 10px 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;
	/* デザインによって変更 */
}


/* ==================================================
common
================================================== */
.show_sp {
	display: none;
}
/* links */
.link_simple_arr a,
.link_simple_circle a{
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 88.89%;
    line-height: 1.5;
    color: #222222;
}
.link_simple_arr a{
    padding: 3px 0 3px 22px;
	background-image: url(/shared/site_fuji_tram/images/icon/arrow_link_rgt.png);
    background-position: 0 15px;
}
.link_simple_circle a{
    padding: 3px 0 8px 35px;
	background-image: url(/shared/site_fuji_tram/images/icon/arrow_circle_rgt.png);
    background-position: 0 6px;
    border-bottom: 1px solid #222222;
}
.link_simple_arr a:hover,
.link_simple_circle a:hover{
	text-decoration: underline;
}

/* header
================================================== */
#tmp_header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
#tmp_header .header_wrapper{
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #ebf9fd;
	border-radius: 0 0 42px 42px;
	box-shadow: 0 4px 20px 0 rgba(12, 108, 204,0.2);
}
.format_free #tmp_header .header_wrapper {
	border-color: #ffffff;
	border-top-width: 0;
}
#tmp_hlogo{
	display: flex;
	align-items: center;
	padding: 8px 19px 14px;
	flex-grow: 0;
	border-radius: 0 0 0 42px;
	overflow: hidden;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 400px;
	height: 62px;
	background: transparent url(/shared/site_fuji_tram/images/header/hlogo.png) no-repeat left center;
	background-size: 100% auto;
	font-size: 1.2rem;
}
#tmp_hlogo a {
	display: block;
	width: 400px;
	height: 62px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 400px;
	height: 62px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	z-index: auto;
	text-align: left;
}
#tmp_hnavi_s > ul.hnavi_list{
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
#tmp_hnavi_s > ul.hnavi_list > li{
	list-style: none;
}
#tmp_hnavi_s > ul.hnavi_list > li > a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background-color: #ffffff;
	border-top: none;
	font-size: 77.8%;
	color: #222222;
	text-align: center;
	overflow-wrap: anywhere;
	position: relative;
	outline-offset: -2px;
}
#tmp_hnavi_s > ul.hnavi_list > li > a:focus-visible {
	outline: 2px solid #222222;
}
#tmp_hnavi_s > ul.hnavi_list > li > a::before {
	position: absolute;
	content: '';
	border-left: 1px solid #0c6ccc;
	left: 0;
	top: 12px;
	bottom: 12px;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a::after,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a::after {
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
	left: 50%;
	margin-top: 2px;
	margin-left: 1px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid #0c6ccc;
    border-top: 0;
	transform: translateX(-50%);
	pointer-events: none;
	outline: none;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a.active::after,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a.active::after {
	content: '';
}
#tmp_hnavi_s > ul.hnavi_list > li > a > span{
	display: inline-block;
	padding-top: 27px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: calc(50% + 1px) 0;
	background-size: 20px auto;
}
#tmp_hnavi_s .close_btn {
	display: none;
}

/* sma sch */
#tmp_hnavi_s .wrap_sma_sch{
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: -1;
	text-align: left;
}
#tmp_hnavi_s .wrap_sma_sch,
#tmp_hnavi_s .wrap_sma_sch .menu_wrapper,
.wrap_sma_sch .container{
	pointer-events: none;
}
#tmp_hnavi_s .menu_inner{
	pointer-events: all;
	color: inherit;
	background-color: #ffffff;
	border: 2px solid #0c6ccc;
	border-radius: 4px;
}
#tmp_sma_lmenu .lang_title,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_sl_menu,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_mmenu {
	display: none;
}
#tmp_sma_smenu,
#tmp_sma_lmenu {
    position: absolute;
    z-index: 98;
    display: none;
}
#tmp_sma_smenu .container,
#tmp_sma_lmenu .container {
    display: flex;
    justify-content: flex-end;
}
#tmp_hnavi_s ul.setting_list,
#tmp_sma_lmenu ul.lang_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#tmp_hnavi_s ul {
	list-style: none;
}
/* setting */
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a {
	min-width: 81px;
	padding: 12px 4px 6px 6px;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a > span {
	background-image: url(/shared/site_fuji_tram/images/header/support_icon_pc.png);
}
#tmp_sma_smenu .menu_inner {
    max-width: 100%;
    width: 660px;
    padding: 19px 0 17px;
}
#tmp_sma_smenu .menu_inner::before {
    right: 123px;
}
#tmp_hnavi_s ul.setting_list > li {
	border-left: 1px solid #e3e3e3;
	text-align: center;
}
#tmp_hnavi_s ul.setting_list > li.setting_fsize {
	width: 41.8%;
	padding: 0 16px 0 10px;
}
#tmp_hnavi_s ul.setting_list > li.setting_void {
	flex: 1;
	padding: 0 10px 0 16px;
}
#tmp_hnavi_s ul.setting_list > li.setting_furi {
	width: 28.4%;
	padding: 0 18px 0 10px;
}
#tmp_hnavi_s ul.setting_list > li:first-child {
	border-left: none;
}
#tmp_hnavi_s ul.setting_list > li > a {
	display: inline-block;
	background-color: transparent;
	font-size: 88.89%;
	line-height: 1.4;
	color: #222222;
	text-align: left;
}
#tmp_hnavi_s ul.setting_list > li > a > span{
	display: inline-block;
	padding: 3px 0 3px 26px;
	background-repeat: no-repeat;
}
#tmp_hnavi_s ul.setting_list > li.setting_fsize > a > span{
	padding-left: 28px;
	background-image: url(/shared/site_fuji_tram/images/header/support_lang_icon.png);
	background-position: left 8px;
}
#tmp_hnavi_s ul.setting_list > li.setting_void > a > span{
	background-image: url(/shared/site_fuji_tram/images/header/support_speaker_icon.png);
	background-position: left 7px;
}
#tmp_hnavi_s ul.setting_list > li.setting_furi > a {
	background-image: url(/shared/site_fuji_tram/images/header/support_furigana_icon.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	display: inline-block;
    padding: 3px 0 3px 26px;
    background-repeat: no-repeat;
}
/* language */
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a {
	min-width: 91px;
	padding: 12px 14px 6px 6px;
	border-radius: 0 0 42px 0;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a > span {
	background-image: url(/shared/site_fuji_tram/images/header/lang_icon_pc.png);
}
#tmp_sma_lmenu .menu_inner {
    max-width: 703px;
	padding: 19px 11px 19px 23px;
}
#tmp_sma_lmenu .menu_inner::before {
    right: 37px;
}
#tmp_sma_lmenu ul.lang_list {
	gap: 14px 0;
}
#tmp_sma_lmenu ul.lang_list > li {
	width: 25%;
	padding: 0 5px;
}
#tmp_sma_lmenu ul.lang_list > li > a {
	background-position: 0 13px;
	padding-left: 24px;
}
/* fixed_header */
.full_header{
	overflow-y: hidden !important;
}
.full_header .wrap_sma_sch{
	overflow-y: auto;
}
.no_javascript #tmp_header{
	position: relative;
}
/* custom header_top */
.format_top #tmp_header{
	top: 30px;
}
.format_top #tmp_header .header_wrapper{
	border-radius: 42px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
}
.format_top #tmp_hlogo{
	border-radius: 42px 0 0 42px;
}
.format_top #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a {
	border-radius: 0 42px 42px 0;
}
.no_javascript.format_top #tmp_header{
	top: 0;
}
/* hover */
.menu_setting #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a::before {
	opacity: 0;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a.active,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a.active {
	background-color: #0c6ccc;
	color: #ffffff;
}
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a.active > span,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a.active > span {
	background-image: url(/shared/site_fuji_tram/images/header/close_icon_wh.png);
}

/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
}

.gnavi li {
	width: 120px;
	float: left;
}

.gnavi a {
	display: block;
	padding: 13px 10px 11px;
	text-align: center;
	text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/*pnavi*/
.pnavi {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid transparent;
    font-size: 88.9%;
    text-align: center;
    line-height: 1;
    background-color: #ffffff;
    color: inherit;
    clear: both;
}
.pnavi a {
    display: block;
    padding: 15px;
    color: #222222;
    background-color: transparent;
}
.pnavi span {
    position: relative;
    padding-left: 24px;
    display: inline-block;
}
.pnavi span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 14px;
    height: 8px;
    background: url(/shared/site_fuji_tram/images/footer/ptop_icon.png) no-repeat;
    background-size: 100% auto;
}

/* footer
================================================== */
#tmp_footer .footer_wrapper {
	padding: 42px 0 0;
	background-color: #0c6ccc;
	background-image: url(/shared/site_fuji_tram/images/footer/step/repeate_bg.jpg);
	background-repeat: repeat;
	color: #ffffff;
}
#tmp_footer .footer_main{
	position: relative;
	z-index: 1;
}
#tmp_footer .footer_main::before,
#tmp_footer .footer_main::after,
#tmp_footer .footer_main .container::after,
#tmp_footer .footer_main .container::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
    height: 100%;
    min-height: 259px;
	background-repeat: no-repeat;
	z-index: -1;
}
#tmp_footer .footer_main::before {
	background-image: url(/shared/site_fuji_tram/images/footer/pattern_outer_repeat_top.png);
	background-position: right top;
	background-size: 50% 59px;
}
#tmp_footer .footer_main::after {
	top: auto;
	bottom: -9px;
    background-image: url(/shared/site_fuji_tram/images/footer/pattern_train_pc.png),
	url(/shared/site_fuji_tram/images/footer/pattern_outer_repeat_bot.png);
    background-position: center bottom 15px, left bottom 15px;
    background-size: auto, 50% 14px;
    z-index: -1;
}
#tmp_footer .footer_main .container {
	position: relative;
	z-index: 10;
	min-height: 262px;
}
#tmp_footer .footer_main .container::before {
	display: block;
	margin-top: 0;
	top: 9px;
	max-width: 322px;
	height: 100%;
	left: 45.4%;
	right: 272px;
	background-image: url(/shared/site_fuji_tram/images/footer/step/step1.jpg),
		url(/shared/site_fuji_tram/images/footer/step/step4.jpg),
		url(/shared/site_fuji_tram/images/footer/step/step3.jpg),
		url(/shared/site_fuji_tram/images/footer/step/step6.jpg),
		url(/shared/site_fuji_tram/images/footer/step/step2.jpg);
	background-repeat: no-repeat;
	background-position: 0 -3px, 
	right calc(50% - 14px), 
	0 calc(50% - 14px),
	right bottom 65px,
	0 1px;
	background-size: auto, auto, auto, 16px calc(50% - 15px), 323px calc(50% - 15px);
}
#tmp_footer .footer_main .container::after {
	display: block;
	margin-top: 0;
	transform: translateY(0);
	bottom: -9px;
	top: auto;
	max-width: 322px;
	height: 82px;
	min-height: auto;
	left: 45.4%;
	right: 272px;
	background-image: 
		url(/shared/site_fuji_tram/images/footer/step/step5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom 15px;
	background-size: auto;
}
#tmp_footer .footer_cnt {
	display: flex;
	justify-content: space-between;
}
#tmp_footer .footer_main ul {
	list-style: none;
}
#tmp_footer .footer_lft {
    width: 72%;
    max-width: 865px;
    padding-right: 27%;
}
#tmp_footer .footer_rgt {
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 42px;
}
#tmp_footer .footer_heading {
	font-size: 122.2%;
	margin-bottom: 19px;
}
#tmp_footer .footer_info address {
	font-style: normal;
}
#tmp_footer .footer_btn > li:first-child,
#tmp_footer .fnavi > li:first-child {
	margin-top: 0;
}
#tmp_footer .footer_btn {
	max-width: 240px;
	width: 100%;
}
#tmp_footer .footer_btn > li {
	margin-top: 10px;
}
#tmp_footer .footer_btn a,
#tmp_footer .footer_btn .inquiry_btn button {
    display: block;
    padding: 11px 20px 13px 44px;
    color: #ffffff;
    background-color: #0c6ccc;
    background-repeat: no-repeat, repeat;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 100%;
    font-size: 88.9%;
    text-align: left;
}
#tmp_footer .footer_btn a {
	background-image: url(/shared/site_fuji_tram/images/footer/hompage_icon.png),url(/shared/site_fuji_tram/images/footer/step/repeate_bg.jpg);
	background-position: 9px 13px, 0 0;
	background-size: 26px auto, auto;
}
#tmp_footer .footer_btn .inquiry_btn button {
	background-image: url(/shared/site_fuji_tram/images/footer/inquiry_icon.png),url(/shared/site_fuji_tram/images/footer/step/repeate_bg.jpg);
	background-position: 14px 16px, 0 0;
	background-size: 17px auto, auto;
	cursor: pointer;
}
#tmp_footer .fnavi_wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 11px;
}
#tmp_footer .fnavi {
	padding: 0 10px;
	max-width: 264px;
}
#tmp_footer .fnavi > li {
	margin-top: 3px;
}
#tmp_footer .fnavi > li > a {
	display: inline-block;
	color: #ffffff;
	background: transparent url(/shared/site_fuji_tram/images/icon/arrow_link_rgt_stroke.png) no-repeat left 12px;
	background-size: 20px auto;
	font-size: 88.9%;
	line-height: 1.6;
	padding: 3px 0 3px 22px;
	text-shadow: #0c6ccc 2px 0px 0px, #0c6ccc 1.75517px 0.958851px 0px, #0c6ccc 1.0806px 1.68294px 0px, #0c6ccc 0.141474px 1.99499px 0px, #0c6ccc -0.832294px 1.81859px 0px, #0c6ccc -1.60229px 1.19694px 0px, #0c6ccc -1.97998px 0.28224px 0px, #0c6ccc -1.87291px -0.701566px 0px, #0c6ccc -1.30729px -1.5136px 0px, #0c6ccc -0.421592px -1.95506px 0px, #0c6ccc 0.567324px -1.91785px 0px, #0c6ccc 1.41734px -1.41108px 0px, #0c6ccc 1.92034px -0.558831px 0px;
}
#tmp_footer .inquiry_memo {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 20px;
}
.copyright {
	padding: 5px 20px 6px 22px;
	text-align: center;
	font-size: 77.8%;
	background-color: #0c6ccc;
	border-top: 1px solid #0c6ccc;
	color: #ffffff;
	background-image: url(/shared/site_fuji_tram/images/footer/step/repeate_bg.jpg);
	background-repeat: repeat;
}
/* ==================================================
Navbar menu
================================================== */
#tmp_fixed_navbar{
	position: fixed;
	width: 0;
    z-index: 98;
    right: 0;
	overflow: hidden;
    padding-bottom: 62px;
	top: auto;
    transition: width 1s ease-in-out;
    pointer-events: none;
}
#tmp_fixed_navbar.showing {
    pointer-events: all;
	width: 271px;
}
#tmp_navbar_inner {
	position: relative;
    z-index: 102;
	border-right: 0;
    pointer-events: all;
    transform: none;
}
#tmp_navbar_inner .fixed_navbar_cnt{
    position: relative;
    color: #222222;
    background-color: #ffffff;
    border: 2px solid #0c6ccc;
	border-radius: 4px 0 0 4px;
	padding: 0 8px;
    overflow: hidden;
}
#tmp_fixed_navbar ul.navbar_list {
    list-style: none;
    margin: 0;
    overflow: hidden;
}
#tmp_fixed_navbar ul.navbar_list li{
    width: 251px;
}
#tmp_fixed_navbar ul.navbar_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}
#tmp_fixed_navbar ul.navbar_list li a {
    text-decoration: none;
    display: block;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 9px 15px;
    padding: 30px 8px 13px;
}
#tmp_fixed_navbar ul.navbar_list li:first-child a {
	padding-top: 28px;
	background-position: 9px 13px;
}
#tmp_fixed_navbar ul.navbar_list li:last-child a {
	padding-bottom: 9px;
}
#tmp_fixed_navbar ul.navbar_list li.project a{
	background-image: url(/shared/site_fuji_tram/images/icon/navbar_project_eng.png);
}
#tmp_fixed_navbar ul.navbar_list li.vision a{
	background-image: url(/shared/site_fuji_tram/images/icon/navbar_vision_eng.png);
}
#tmp_fixed_navbar ul.navbar_list li.news a{
	background-image: url(/shared/site_fuji_tram/images/icon/navbar_news_eng.png);
}
/* Btn */
#tmp_btn_navbar_close{
    position: absolute;
    top: calc(100% - 1px);
    right: 2px;
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out;
}
#tmp_fixed_navbar.showing #tmp_btn_navbar_close {
    transform: translateX(0);
}
#tmp_fixed_navbar:not(.showing) #tmp_btn_navbar_close {
    pointer-events: none;
}
#tmp_btn_navbar_close > a,
#tmp_btn_navbar > a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tmp_btn_navbar_close > a{
    min-width: 60px;
    font-size: 77.8%;
    color: #ffffff;
    background: #0c6ccc url(/shared/site_fuji_tram/images/icon/navbar_close.png) no-repeat center 11px;
    padding: 33px 5px 6px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
#tmp_btn_navbar{
    display: none;
    position: fixed;
	width: 79px;
    right: 0;
    border: 3px solid #0c6ccc;
    border-radius: 4px 0 0 4px;
    transition: width 0.8s ease-in-out, opacity 0.8s ease-in-out;
    overflow: hidden;
    z-index: 98;
}
#tmp_btn_navbar.hiding {
    width: 0;
    opacity: 0;
    pointer-events: none;
}
#tmp_btn_navbar > a{
    pointer-events: all;
    width: 73px;
    height: 62px;
    font-size: 111.1%;
    color: #0c6ccc;
    background-color: #ffffff;
    padding: 2px 6px 4px 2px;
    writing-mode: vertical-rl;
	letter-spacing: 0.2em;
    text-indent: 0.2em;
}
#tmp_fixed_navbar ul.navbar_list li a:hover,
#tmp_btn_navbar_close > a:hover{
	text-decoration: underline;
}
body.no_fixed #tmp_navbar_wrap {
    display: none !important;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	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%);
    -webkit-transform: translateY(-50%);
    -moz-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;
    -webkit-transform: none;
    -moz-transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_fuji_tram/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_fuji_tram/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.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: #3a3a3a;
}
.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_fuji_tram/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_fuji_tram/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_fuji_tram/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_fuji_tram/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
================================================== */
#tmp_wrap_main{
    padding-bottom: 67px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 27px 0 34px;
	font-size: 77.8%;
	line-height: 1.4;
	clear:both;
}
/* update
================================================== */
#tmp_wrap_custom_update{
	margin-bottom: 1px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_print,
#tmp_update{
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_update{
	font-size: 77.8%;
	margin-top: 1px;
	color: #222222;
	margin-left: 14px;
}
#tmp_print {
	margin-left: 7px;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	background: #0c6ccc url(/shared/site_fuji_tram/images/icon/icon_print.png) no-repeat 13px center;
	min-width: 71px;
	min-height: 19px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 66.7%;
	padding: 2px 10px 2px 31px;
	border: 1px solid #0c6ccc;
	border-radius: 4px;
	line-height: 1;
}
#tmp_print a:hover{
	text-decoration: underline;
}
.no_javascript #tmp_print {
	display: none;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt{
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt{
	padding: 0 0 0 44px;
	text-indent:0 !important;
	background-position:0 0.4em;
	background-repeat:no-repeat;
	background-size: 35px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt{
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/site_fuji_tram/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/site_fuji_tram/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/site_fuji_tram/images/linkicon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/site_fuji_tram/images/linkicon/icon_ppt.png);
}
/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:39px;
	padding:36px 15px 5px;
	background:#f6f6f6 url(/shared/site_fuji_tram/images/icon/scroll_table_icon.png) right 6px top 10px no-repeat;
	background-size:auto 16px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 20px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #939393;
	color:#222222;
	display:inline-block;
	padding: 14px 10px 13px 68px;
	text-decoration:none;
	background:#ffffff url(/shared/site_fuji_tram/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:50px 22px;
	min-width:9em;
	text-align:center;
	border-radius: 2px;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_fuji_tram/images/icon/scroll_table_df.png) 7px 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;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 40px 0;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-block;
	padding: 4px 28px 5px 28px;
	background-color: #0c6ccc;
	border: 1px solid #0c6ccc;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 4px 0 6px 25px;
	color: inherit;
	background: url(/shared/site_fuji_tram/images/icon/arrow_link_map.png) 1px 16px no-repeat;
}
#tmp_gmap_link a:hover span{
	text-decoration: 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;
}

/* ==================================================
style hover
================================================== */
.link_simple_arr a,
.link_simple_circle a,
#tmp_hnavi_s > ul.hnavi_list > li > a,
#tmp_hnavi_s ul.setting_list > li > a,
.pnavi a,
#tmp_footer .footer_btn a,
#tmp_footer .footer_btn .inquiry_btn button,
#tmp_footer .fnavi > li > a {
	text-decoration: none;
}
#tmp_hnavi_s > ul.hnavi_list > li > a:hover,
#tmp_hnavi_s ul.setting_list > li > a:hover span,
.pnavi a:hover span,
#tmp_footer .footer_cnt ul > li > a:hover,
#tmp_footer .footer_btn .inquiry_btn button:hover,
#tmp_footer .fnavi > li > 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 #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_ppt,
.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_ppt,
.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_ppt,
.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 common */
.color_black #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_mmenu > a::after,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_mmenu > a::after,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_mmenu > a::after,
.color_black #tmp_footer .footer_main::before,
.color_blue #tmp_footer .footer_main::before,
.color_yellow #tmp_footer .footer_main::before,
.color_black #tmp_footer .footer_main::after,
.color_blue #tmp_footer .footer_main::after,
.color_yellow #tmp_footer .footer_main::after {
	content: none;
}
.color_black #tmp_header,
.color_blue #tmp_header,
.color_yellow #tmp_header,
.color_black #tmp_header > .container,
.color_blue #tmp_header > .container,
.color_yellow #tmp_header > .container,
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_black #tmp_hnavi_s,
.color_blue #tmp_hnavi_s,
.color_yellow #tmp_hnavi_s,
.color_black #tmp_hnavi_s > ul.hnavi_list,
.color_blue #tmp_hnavi_s > ul.hnavi_list,
.color_yellow #tmp_hnavi_s > ul.hnavi_list,
.color_black #tmp_hnavi_s > ul.hnavi_list > li,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li,
.color_black #tmp_hnavi_s > ul.hnavi_list > li > a,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li > a,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li > a,
.color_black #tmp_hnavi_s .wrap_sma_sch,
.color_blue #tmp_hnavi_s .wrap_sma_sch,
.color_yellow #tmp_hnavi_s .wrap_sma_sch,
.color_black #tmp_hnavi_s .menu_wrapper,
.color_blue #tmp_hnavi_s .menu_wrapper,
.color_yellow #tmp_hnavi_s .menu_wrapper,
.color_black #tmp_hnavi_s .wrap_sma_sch .container,
.color_blue #tmp_hnavi_s .wrap_sma_sch .container,
.color_yellow #tmp_hnavi_s .wrap_sma_sch .container {
	background-color: transparent !important;
}
.color_black #tmp_hnavi_s > ul.hnavi_list > li > a:focus-visible,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li > a:focus-visible {
	outline: 2px solid #ffffff;
}
.color_black #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a::after,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a::after,
.color_black #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a::after,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a::after {
	border-bottom: 10px solid #ffff00;
}
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_smenu > a::after,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_lmenu > a::after {
    border-bottom: 10px solid #000000;
}
.color_black #tmp_hnavi_s > ul.hnavi_list > li > a::before,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li > a::before,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li > a::before {
	opacity: 1 !important;
}
.color_black #tmp_hnavi_s > ul.hnavi_list > li > a::before,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li > a::before {
	border-left-color: #ffff00 !important;
}
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li > a::before {
    border-left-color: #000000 !important;
}
.color_black #tmp_hnavi_s > ul.hnavi_list > li > a > span,
.color_blue #tmp_hnavi_s > ul.hnavi_list > li > a > span,
.color_yellow #tmp_hnavi_s > ul.hnavi_list > li > a > span {
    padding-top: 0 !important;
}
.color_black #tmp_footer .footer_lft,
.color_blue #tmp_footer .footer_lft,
.color_yellow #tmp_footer .footer_lft {
    padding-right: 20px;
}
.color_black #tmp_footer .fnavi > li > a,
.color_blue #tmp_footer .fnavi > li > a,
.color_yellow #tmp_footer .fnavi > li > a {
	text-shadow: none;
}
.color_black .pnavi span::before,
.color_blue .pnavi span::before {
	background-image: url(/shared/site_fuji_tram/images/footer/ptop_icon_yellow.png) !important;
}
.fsize_small #tmp_hnavi_s ul.setting_list > li.setting_fsize > a > span,
.fsize_small #tmp_hnavi_s ul.setting_list > li.setting_void > a > span,
.fsize_small #tmp_hnavi_s ul.setting_list > li.setting_furi > a > span {
	background-position: left top;
}
/* accessibility common end */

.color_blue #tmp_fixed_navbar,
.color_black #tmp_fixed_navbar,
.color_yellow #tmp_fixed_navbar{
	background-color: transparent !important;
}
.color_blue #tmp_btn_navbar_close > a,
.color_black #tmp_btn_navbar_close > a,
.color_yellow #tmp_btn_navbar_close > a{
	border: 1px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */


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

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


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

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

.fsize_big #tmp_btn_navbar > a{
	height: 70px;
}
/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_btn_navbar > a{
	height: 85px;
	padding-bottom: 3px;
	letter-spacing: 0;
	text-indent: 0;
}
/* Furigana */
.furigana_on #tmp_fixed_navbar ul.navbar_list li a {
	padding-top: 35px;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript #tmp_navbar_wrap{
	display: none;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
Font
================================================== */
.link_simple_arr a,
.link_simple_circle a,
#tmp_hnavi_s > ul.hnavi_list > li > a,
#tmp_hnavi_s ul.setting_list > li > a,
#tmp_sma_foreign_list ul.lang_list > li > a,
#tmp_sma_mmenu .hompage_link a,
#tmp_footer .footer_info address,
#tmp_footer .footer_btn a,
#tmp_footer .footer_btn .inquiry_btn button,
#tmp_footer .fnavi > li > a,
.copyright {
	font-weight: normal; /* Regular */
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hnavi_s > ul.hnavi_list > li#tmp_hnavi_mmenu > a,
#tmp_hnavi_s > ul.hnavi_list > li > a.active,
#tmp_sma_lmenu .lang_title,
#tmp_hnavi_s .close_btn a,
#tmp_footer .footer_heading,
#tmp_fixed_navbar ul li a,
#tmp_btn_navbar > a,
#tmp_btn_navbar_close > a,
#tmp_gmap_link a {
	font-weight: 500; /* Medium */
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main_menu:after,
#tmp_main: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,
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 */
}
