@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
shared
================================================== */
.format_idx #tmp_wrap_custom_update,
.box_pnavi,
#tmp_cover,
#tmp_wrap_pankuzu,
#tmp_wrap_copyright,
#tmp_wrap_fnavi,
#tmp_wrap_footer_cnt,
#tmp_wrap_publicity,
.format_top #tmp_wrap_main,
#tmp_wrap_header,
#tmp_wrap_gnavi,
#tmp_model_change_pub {
	min-width:0;
	min-width:initial;
}
/* body
============================== */
body {
	-webkit-text-size-adjust:none; /* 変更しない */
	background:none; /* 変更しない */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* 変更しない */
	min-width:320px; /* 変更しない */
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px;
}
.format_idx #tmp_wrap_main {
	padding-left:0;
	padding-right:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	/* word-break:break-all; */ /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none; /* 変更しない */
}
.wrap_col_lft_navi {
	float:none;
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
.col_main {
	padding:0; /* 変更しない */
}
/* top
============================== */
.format_top #tmp_main_menu,
.format_top #tmp_main_cnt {
	float:none;
	width:100%;
}
/* free
============================== */
.format_free .wrap_col_nm,
.format_free .wrap_col_nm2 {
	margin-right:0; /* 変更しない */
}
.format_free .wrap_col_lft_navi {
	display:none; /* 変更しない */
}
.format_free .wrap_col_rgt_navi {
	display:none; /* 変更しない */
}
.format_free .column_full .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* 変更しない */
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0; /* 変更しない */
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	padding:7px 0 0 0;
	border-bottom:2px solid #0F388B;
}
#tmp_hlogo {
	float:none;
	padding: 6px 10px 10px 13px;
	text-align: left;
	margin-right:60px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width:222px;
	height:42px;
	background-image:url(/shared/site_en/images/smartphone/header/hlogo.png);
	-webkit-background-size:222px 42px;
	-moz-background-size:222px 42px;
	background-size:222px 42px;
}
#tmp_hlogo a {
	width:222px;
	height:42px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:222px;
	height:42px;
}
/* means
============================== */
#tmp_means {
	display:none; /* 変更しない */
}
/* hnavi_s
============================== */
#tmp_hnavi_s {
	display:block; /* 変更しない */
	list-style:none; /* 変更しない */
}
#tmp_hnavi_s li a {
	display:block;
	width:50px;
	height:50px;
	color:inherit;
	background-color:#BBCCDD;
	text-decoration:none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	border-radius: 1px;
}
#tmp_hnavi_s li a.active {
	background-color:#CCDDEE;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:10px;
	top:7px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:0;
	top:0;
	display:none;
}
#tmp_hnavi_lmenu a {
	background:url(/shared/site_en/images/smartphone/header/lmenu_icon.png) no-repeat center center;
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	background-size:50px 50px;
}
#tmp_hnavi_lmenu a.active {
	background:url(/shared/site_en/images/smartphone/header/lmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	background-size:50px 50px;
}
#tmp_hnavi_rmenu a {
	background:url(/shared/site_smartphone/images/header/rmenu_icon.png) no-repeat center center;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#tmp_hnavi_rmenu a.active {
	background:url(/shared/site_smartphone/images/header/rmenu_icon_on.png) no-repeat center center;
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_rmenu span {
	display:block;
	position:relative;
	z-index:-1;
	width:50px;
	height:50px;
	overflow:hidden;
}
/* sma_sch
============================== */
#tmp_sma_menu {
	display:block; /* 変更しない */
}
#tmp_sma_menu .wrap_sma_sch {
	display:none; /* 変更しない */
	position:absolute; /* 変更しない */
	left:0; /* 変更しない */
	color:inherit;
	background-color:#0F388B;
	width:100%; /* 変更しない */
	z-index:9999; /* 変更しない */
	margin-top:6px;
}
#tmp_sma_menu .sma_sch {
	padding:0;
}
/* sma_search */
#tmp_sma_search {
	margin:0 0 15px;
	clear:both;
	background-color:#1066B2;
	padding:15px 10px 7px 10px;
}
#tmp_sma_search dl {
	display:table;
	width:100%;
}
#tmp_sma_search dt,
#tmp_sma_search dd,
#tmp_sma_search dd p {
	display:table-cell;
	vertical-align:top;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_search dt {
	padding: 2px 2px 0 0;
	width: 7%;
}
#tmp_sma_search .sch_box {
	width:36%;
	padding:0 0 0 0;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_sma_search .sma_sch_select {
	width:46%;
	padding:0 2px;
}
#tmp_sma_search .sma_sch_select select {
	min-height: 25px;
	width:100%;
	border:none;
	font-size: 85.7%;
}
#tmp_sma_query {
	width:100%;
	border:none;
	min-height: 25px;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
	background-size: 88px auto!important;
	-webkit-background-size: 88px auto!important;
	-moz-background-size: 88px auto!important;
}
#tmp_sma_func_sch_btn {
	font-size: 87.5%;
	width:100%;
	min-height: 25px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#0F388B;
}
.sma_sch_q_btn {
	margin: 4px 1px 0 3px;
	text-align:right;
	font-size:85.7%;
}
.sma_sch_q_btn a {
	display:inline-block;
	background-color:#343434;
	padding:4px 9px;
	color:#FFFFFF;
	text-decoration:none;
}
.sma_sch_q_btn a span {
	background:url(/shared/site_en/images/icon/header_icon2.png) no-repeat left center;
	padding:0 0 0 20px;
}
/* close_btn */
#tmp_sma_menu .wrap_sma_sch .close_btn {
	text-align:center;
	color:inherit;
	background-color:#FFFFFF;
	margin:0 70px;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a {
	display:block;
	padding:5px 10px;
	text-decoration:none;
	color:inherit;
}
#tmp_sma_menu .wrap_sma_sch .close_btn a span {
	display:inline-block;
	background:url(/shared/site_smartphone/images/header/close_icon.png) no-repeat left center;
	padding:0 0 0 20px;
	background-size:11px 11px;
}
#tmp_sma_means {
	margin: 14px 10px;
}
#tmp_sma_means ul {
	list-style:none;
	list-style-image:none;
}
#tmp_sma_means li {
	float:left;
}
#tmp_sma_means .hnavi_size {
	width: 63%;
	margin: 0;
	font-size: 85.7%;
	border-left: 2px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#tmp_sma_means .hnavi_furi {
	width:37%;
	font-size: 85.7%;
}
#tmp_sma_means li a {
	display:block;
	color:#0F388B;
	background:#FFFFFF url(/shared/site_smartphone/images/footer/header_icon.png) 5px center no-repeat;
	background-size:12px 12px;
	padding:8px 5px 8px 20px;
	text-decoration:none;
}
#tmp_means_primary{
	margin:15px auto;
	float:none;
}
#tmp_means_primary ul {
	width:310px;
	margin:0 auto;
}
#tmp_sch_q_btn {
	display:block;
	width:135px;
	float:right;
	margin-top:2px;
}
.sch_btn {
	width:18%;
}
#tmp_sma_func_sch_btn{
	min-width:50px;
}
#tmp_sma_gsearch dd {
	width:93%;
}
#tmp_query {
	width:52%;
}
.sch_select select,
#tmp_query_type {
	padding:3px 0 7px 5px!important;
	margin:0 0 0 2px!important;
}
#tmp_query_type {
	width:46%;
} 
/* sma_snavi */
#tmp_sma_snavi {
	margin:0;
	border-right:none;
	border-left:none;
	clear:both;
}
#tmp_sma_snavi ul {
	list-style:none;
}
#tmp_sma_snavi li {
	font-weight:bold;
	border-top:1px solid #BBCCDD;
}
#tmp_sma_snavi li:first-child {
	border-top:none;
}
#tmp_sma_snavi a {
	display:block;
	padding:10px 0;
	color:inherit;
	text-decoration:none;
}
/* sma_gnavi */
#tmp_sma_gnavi {
	margin:0 0 5px;
	clear:both;
}
#tmp_sma_gnavi ul {
	list-style:none;
	margin-bottom:10px;
}
#tmp_sma_gnavi li {
	border:1px solid #BBCCDD;
	border-bottom:1px solid #0F388B;
	margin-bottom:0;
	font-weight:bold;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_sma_gnavi a {
	display:block;
	padding:17px 10px 17px 20px;
	text-decoration:none;
	color:inherit;
	color:#0F388B;
}
#tmp_sma_gnavi .active a,
#tmp_sma_gnavi a:hover,
#tmp_sma_gnavi a:focus {
	background-color:#A3C4E0;
}
/* sma_lnavi */
#tmp_sma_lnavi {
	background-color:#FFFFFF;
	color:#222222;
	margin:0 0 20px;
	clear:both;
}
#tmp_sma_lnavi_ttl {
	padding:0 10px;
	border-bottom:1px solid #0F388B;
}
#tmp_sma_lnavi_ttl a {
	color:#0F388B;
	display:block;
	text-decoration:none;
	padding:10px 0;
	font-size:114.3%;
	font-weight:bold;
}
#tmp_sma_lnavi_cnt ul {
}
#tmp_sma_lnavi_cnt ul li {
	border-bottom:1px solid #0F388B;
}
#tmp_sma_lnavi_cnt ul li a {
	background:url(/shared/site_smartphone/images/footer/header_icon.png) 10px 8px no-repeat;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
	background-size:12px 12px;
	padding:5px 10px 5px 30px;
	display:block;
	text-decoration:none;
	color:#0F388B;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list.active {
	padding-bottom:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list > a {
	margin-left:0;
	padding-left:0;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch {
	float:left;
	margin-right:8px;
}
#tmp_sma_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_sma_lnavi_cnt .switch_cnt {
	margin:10px 0 0;
	padding:0 0 0 10px;
	border-top:1px dotted #BBCCDD;
	clear:both;
}
#tmp_sma_lnavi_cnt .switch_cnt li {
	border-top:1px dotted #BBCCDD;
}
#tmp_sma_lnavi_cnt .switch_cnt li:first-child {
	border-top:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	display:none; /* 変更しない */
}
/* pankuzu
============================== */
#tmp_pankuzu {
	display:none; /* 変更しない */
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:20px;
	border-bottom:1px solid #9B9B9B;
	clear:both;
}
/* lnavi
============================== */
/* event_cal
============================== */
/* cate_ttl
============================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}
/* rnavi
============================== */
/* pnavi
============================== */
/* plugin ▼変更しない
============================== */
.plugin {
	display:none;
}
/* ==================================================
model_change
================================================== */
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change_pub {
	display:block;
	min-width:0;
	min-width:initial;
}
#tmp_model_change_pub ul {
	margin-top:0;
	margin-bottom:0;
}
#tmp_model_change_pub li {
	font-size:100%;
}
#tmp_model_change_pub li a {
	padding-top:4px;
	padding-bottom:4px;
	background-color:#103173;
	color:#FFFFFF;
	font-size:114.3%;
	display:block;
	text-align:center;
}
#tmp_model_change_pub li a:hover,
#tmp_model_change_pub li a:focus,
#tmp_model_change_pub li a:active {
	color:#FFFFFF;
}
#tmp_model_change_pub #tmp_switch_pc_style a span {
	background:url(/shared/site_en/images/icon/switch_pc_icon.png) left center no-repeat;
	-webkitbackground-size:27px 22px;
	-moz-background-size:27px 22px;
	background-size:27px 22px;
	display:inline-block;
	width:auto;
	padding:5px 0 5px 35px;
}
#tmp_model_change_pub #tmp_switch_sp_style {
	display:none;
}
#tmp_model_change_pub #tmp_switch_pc_style {
	display:block;
}

/* ==================================================
footer
================================================== */
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 0 5px;
	color:inherit;
	background-color:#FFFFFF;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:10px;
	margin-bottom:15px;
	padding-right:10px;
	white-space:nowrap;
	display:inline-block;
	font-size:92.86%;
	width:52%;
}
#tmp_fnavi li:nth-child(odd) {
	width:33%;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_footer_cnt {
	padding: 23px 10px 0 10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	/* display:block; */
	margin-right:0;
}
#tmp_footer_cnt address .sp_left{
	margin-right: 10px
}
#tmp_footer_cnt address span.br {
	display:block; /* block値をinline値に変換 */
}
#tmp_footer_cnt address span.spbr {
	display:block; /* inline値をblock値に変換 */
}
#tmp_copyright {
	text-align:center;
	clear:both;
}
#tmp_copyright span.spbr {
	display:block; /* inline値をblock値に変換 */
}
/* ==================================================
class
================================================== */
/* float ▼変更しない
============================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ==================================================
parts
================================================== */
/* parts ▼変更しない
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
}
/* event ▼変更しない
============================== */
/* event_page_navi */
#tmp_contents .event_page_navi div.fixed_col2L,
#tmp_contents .event_page_navi div.fixed_col2R {
	clear:none;
    width:48.5%;
}
#tmp_contents .event_page_navi div.fixed_col2L {
	float:left;
}
#tmp_contents .event_page_navi div.fixed_col2R {
	float:right;
}
/* box_photo */
#tmp_contents .wrap_box_photo_txt {
	margin-right:0;
	float:none;
}
#tmp_contents .box_photo_txt {
	margin-right:0;
}
#tmp_contents .box_photo_img {
	width:auto;
	float:none;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:100%; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box {
	height:220px !important; /* 変更しない */
	margin:15px 0 0.8em;
	clear:both; /* 変更しない */
}
#tmp_gmap_box img {
	height:auto; /* 変更しない */
	max-width:none; /* 変更しない */
}
/* shisetsu */
#tmp_map_search p {
	display:block;
	margin-right:0;
}
#tmp_map_search strong {
	display:block;
}
#tmp_map_search #keyword {
	margin-left:0;
}
#tmp_map_list {
	width:auto; /* 変更しない */
	margin-right:0; /* 変更しない */
	float:none; /* 変更しない */
	position:static; /* 変更しない */
	z-index:auto; /* 変更しない */
}
#tmp_wrap_gmap_box {
	float:none; /* 変更しない */
}
#tmp_wrap_gmap_box2 {
	margin-left:0; /* 変更しない */
}
#tmp_contents #tmp_facilities_btn li {
	width:50%;
	-webkit-box-sizing:border-box; /* Webkit */
	-moz-box-sizing:border-box; /* Mozilla */
	box-sizing:border-box; /* CSS3 */
}
#tmp_result_list {
	margin:0 0 20px;
}
/* youtube
============================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
共通
================================================== */
.pnavi,
#tmp_cover2,
#tmp_pankuzu,
#tmp_wrap_copyright2,
#tmp_wrap_fnavi2,
#tmp_footer_cnt,
#tmp_publicity,
#tmp_gnavi,
#tmp_header {
	width:100%;
	margin:0;
}
.box_pnavi,
#tmp_cover,
#tmp_wrap_pankuzu,
#tmp_wrap_copyright,
#tmp_wrap_fnavi,
#tmp_wrap_footer_cnt,
#tmp_wrap_publicity,
.format_top #tmp_wrap_main,
#tmp_wrap_header,
#tmp_wrap_gnavi{
	min-width:inherit;
}
.pnavi {
    position:inherit;
	padding:0 10px 0 10px;
}
.ptop {
    position:inherit;
    right: 0;
	top:0;
	width:136px;
	font-size:78.5%;
}
#tmp_footer_cnt h2 {
	font-size:inherit;
	margin-bottom: 18px;
	background-image:url(/shared/site_smartphone/images/footer/footer_cnt_bg.png);
	background-size:300px 1px;
}
#tmp_footer_cnt #tmp_f_cnt_l,
#tmp_footer_cnt #tmp_f_cnt_r {
	float:none;
	width:100%;
}
#tmp_footer_cnt #tmp_f_cnt_l_r,
#tmp_footer_cnt #tmp_f_cnt_r_r {
	font-size: 85.7%;
}
#tmp_footer_cnt #tmp_f_cnt_l_l,
#tmp_footer_cnt #tmp_f_cnt_r_l {
	width: 100%;
}
#tmp_footer_cnt #tmp_f_cnt_l_r,
#tmp_footer_cnt #tmp_f_cnt_r_r {
	width: 100%;
	padding-left: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#tmp_footer_cnt #tmp_f_cnt_r,
#tmp_footer_cnt #tmp_f_cnt_l {
	padding:0 0 0 0;
}
#tmp_footer_cnt #tmp_f_cnt_l_l p,
#tmp_footer_cnt #tmp_f_cnt_r_l p {
	font-size:71.4%;
	background-size:70% auto;
	margin-bottom: 12px;
}
#tmp_wrap_copyright {
	padding:3px 10px 4px 10px;
}
#tmp_copyright {
	text-align:inherit;
	font-size:85.7%;
	line-height:1.4;
}
#tmp_footer_cnt #tmp_f_cnt_l {
	background-image:url(/shared/site_en/images/smartphone/footer/chiz_img.png);
	background-size:42px 42px;
	background-position: 15px 2.0em;
	padding-bottom: 15px;
}
#tmp_footer_cnt #tmp_f_cnt_r{
	background-image:url(/shared/site_en/images/smartphone/footer/chiz_img2.png);
	background-size:56px 43.5px;
	background-position: 7px 2.1em;
	padding-bottom: 11px;
}
#tmp_footer_cnt #tmp_f_cnt_l_r p:first-child,
#tmp_footer_cnt #tmp_f_cnt_r_r p:first-child {
	background-image:url(/shared/templates/en_top/images/contents/sp/list_icon.png);
	background-size:12.5px 12.5px;
	line-height: 1.5em;
	margin-bottom: 2px;
}
#tmp_fnavi li a {
	background-image:url(/shared/templates/en_top/images/contents/sp/list_icon.png);
	background-size:12.5px 12.5px;
}
/* ==================================================
トップ
================================================== */
#tmp_cnt1,
#tmp_cnt2,
#tmp_cnt3 {
	width:100%;
	box-sizing:border-box;
}
#tmp_wrap_cnt2,
#tmp_wrap_cnt1,
#tmp_wrap_cnt2,
#tmp_wrap_cnt3 {
	min-width:inherit;
}
#tmp_cnt1_r,
#tmp_cnt1_l,
.box_cnt3 {
	float:none;
	width:100%;
}
#tmp_cnt3,
#tmp_cnt1 {
	padding-left:10px;
	padding-right:10px;
}
#tmp_cnt1_l {
    padding-top: 6px;
}
#tmp_cnt1_l #tmp_topic {
	width:100%;
	box-sizing:border-box;
}
#tmp_cnt1_r {
	padding:53px 0 0 0;
}
#tmp_cnt1_r, #tmp_cnt1_l, .box_cnt3 {
	box-sizing:border-box;
}
#tmp_top_gallery .detail_img img {
	width:100%;
	height:auto;
}
#tmp_top_gallery .box_wrap_parent_gallrey {
	padding:0 35px 10px;
}
#tmp_top_gallery .box_gallrey {
	width:100%;
}
#tmp_top_gallery .prev {
	left:0;
}
#tmp_top_gallery .next {
	right:0;
	left:auto;
}
#tmp_top_gallery .prev img,
#tmp_top_gallery .next img {
	width:25px;
	height:100px;
}
#tmp_cnt1_l #tmp_topic_ttl h2 {
	font-size:114.2%;
	font-weight:normal;
	padding:7px 0 3px 0;
}
#tmp_cnt1_r .box_txt {
    font-size:inherit;
    margin-bottom: 32px;
	line-height:1.7;
	 padding-left: 6px;
    padding-right: 6px;
	text-align: inherit;
}
#tmp_cnt1_l #tmp_topic_cnt_vp {
	padding-bottom:12px;
}
#tmp_cnt1_l #tmp_topic_cnt_vp_l {
	width:57%;
}
#tmp_cnt1_l #tmp_topic_cnt_vp_r {
	width:40%;
}
#tmp_cnt1_l #tmp_topic_cnt {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	min-height:0;
	min-height:initial;
}
#tmp_cnt1_l #tmp_topic li a {
	display:block;
	background-position:left 0.3em;
	background-image:url(/shared/templates/en_top/images/contents/sp/list_icon.png);
	background-size:12.5px 12.5px;
}
#tmp_cnt1_l #tmp_topic_cnt #tmp_topic_cnt_vp_l li {
	margin-top:12px;
	margin-bottom:0;
}
#tmp_cnt1_l #tmp_topic_cnt ul {
	padding-right:7px;
	padding-left:4px;
    margin-bottom:0;
}
#tmp_cnt1_l #tmp_topic_cnt ul:nth-child(2) {
    margin-bottom: 18px;
}
#tmp_cnt1_l #tmp_topic_cnt .read_all {
	padding-right:0;
	padding-left:0;
	font-size:85.7%;
	margin-bottom:4px;
}
#tmp_cnt1_l .read_all li.rss span {
    padding-left: 15px;
}
#tmp_cnt1_l .read_all li span {
    padding-left: 10px;
}
#tmp_cnt1_l #tmp_topic .read_all li a {
    padding-left:0;
}
#tmp_cnt1_r h2 {
	background-image:url(/shared/templates/en_top/images/contents/sp/cnt1_ttl.png);
	background-position:center top;
	width: auto;
    height: 60px;
}
#tmp_cnt1_ttl {
	background-image:url(/shared/templates/en_top/images/contents/sp/main_ttl_bg.png);
	/*background-size:291px 2px;*/
    padding-bottom: 13px;
	margin-bottom:15px;
	background-position:center bottom;
}
#tmp_top_gallery {
	margin-bottom:10px;
}
#tmp_cnt1_r .box_link {
    margin-left: auto;
    margin-bottom: 20px;
}
#tmp_cnt2 h2 {
	font-size:167.8%;
    padding-left: 0;
    margin-bottom: 22px;
	font-weight:inherit;
}
#tmp_cnt2 .list_wrap_box {
    padding-right: 7px;
    padding-left: 20px;
    padding-bottom:10px;
}
#tmp_cnt2 .list_box_ttl a {
    padding-top: 95px;
}
#tmp_cnt2 .list_box_menu a {
    padding-bottom:5px;
}
#tmp_cnt2 .list_box {
	margin-bottom:22px;
	width:45%;
}
#tmp_cnt2 .list_box:nth-child(2n+1) {
	clear:both;
}
#tmp_list_box_link {
    padding-bottom: 40px;
}
.list_box .list_sub_menu {
	width:210%;
	position:relative;
}
.lang_en #tmp_contents .img_txt_switch{
	text-align: center;
}
.box_2 .list_sub_menu,
.box_4 .list_sub_menu,
.box_6 .list_sub_menu {
	left:-110%;
}
.box_5 .list_sub_menu,
.box_7 .list_sub_menu {
	left:0;
}
.list_box .list_sub_menu ul {
	border:1px solid #1164B0;
	background-color:#FFFFFF;
	color:#000000;
	font-size:75%;
	padding: 2px 5px;
	font-weight:normal;
	text-align:left;
	list-style:none;
	list-style-image:none;
}
.box_cnt3 {
	background:none;
}
.box_cnt3.box_cnt3_1,
.box_cnt3.box_cnt3_2,
.box_cnt3.box_cnt3_3 {
    padding-left: 0;
	padding-right:0;
	width:250px;
	margin:0 auto;
}
.box_cnt3.box_cnt3_2 {
	border-top:1px solid #5B7DC4;
	border-bottom:1px solid #5B7DC4;
}
.box_cnt3.box_cnt3_1 .box_link,
.box_cnt3.box_cnt3_2 .box_link,
.box_cnt3.box_cnt3_3 .box_link {
	margin-left:auto;
	margin-right:auto;
}
.box_cnt3.box_cnt3_3 p.box_link {
	margin-bottom:11px;
}
#tmp_publicity_ttl h2 {
	font-size:157.1%;
    padding-top: 0;
	font-weight:inherit;
}
#tmp_publicity_ttl {
    padding-top: 25px;
    padding-bottom: 13px;
}
#tmp_publicity_cnt {
	padding:0 10px;
    margin-bottom: 14px;
}
#tmp_publicity_cnt ul {
    padding-left: 10px;
	width:300px;
	margin:0 auto;
	padding:0;
}
#tmp_publicity_cnt ul li {
	width:146.5px !important;
	height:46.5px;
	margin-right:0;
}
#tmp_publicity_cnt ul li:nth-child(odd) {
	margin-right:7px;
}
#tmp_publicity_cnt ul li img {
	width:146.5px !important;
	height:46.5px;
}
#tmp_publicity #tmp_rnavi ul {
	padding:0 10px;
}
#tmp_publicity #tmp_rnavi ul li {
	width:48%;
	float:left;
	margin:0 4% 0 0;
	padding:0 0 19px;
}
#tmp_publicity #tmp_rnavi li:nth-child(even) {
	margin:0;
}
#tmp_publicity #tmp_rnavi li img {
	max-width:100%;
	height:auto;
}
.format_free .box_pnavi .ptop {
	top: -25px;
	right:10px;
}
.box_pnavi .ptop {
	top: -25px;
	width: 136px;
	right:10px;
}
.box_pnavi .ptop a {
    padding-bottom: 4px;
    padding-top: 4px;
}
.box_cnt3.box_cnt3_3 p {
    margin-bottom: 20px;
    padding: 0 7px;
}
#tmp_cnt3 {
    padding-bottom: 30px;
}
.box_cnt3.box_cnt3_1 .box_link {
    margin-bottom: 36px;
}
.box_cnt3.box_cnt3_2 .box_link {
    margin-bottom: 43px;
}
#tmp_wrap_cnt1 {
	background-image:url(/shared/templates/en_top/images/contents/sp/box_cnt1_bg.png);
	background-position:center -65px;
	background-color:#0C67B8;
}
#tmp_cnt2 .list_box a {
	width:100%;
	word-wrap: break-word;
}
.box_cnt3.box_cnt3_1,
.box_cnt3.box_cnt3_2,
.box_cnt3.box_cnt3_3 {
	width:100%;
}
.box_cnt3 h2 {
    font-weight: initial;
    margin-bottom:14px;
}
.box_cnt3.box_cnt3_1 h2 {
	text-align:center;
	background-position:center center;
    padding-left: 0;
    padding-top: 93px;
	background-image:url(/shared/templates/en_top/images/contents/sp/box_cnt3_icon1.png);
	background-size:77px 51.5px;
	background-position:103px 0.8em;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
.box_cnt3.box_cnt3_2 h2 {
	text-align:center;
	background-position:center center;
    padding-left: 0;
	padding-top: 107px;
	background-image:url(/shared/templates/en_top/images/contents/sp/box_cnt3_icon2.png);
  	background-size:78px 50.5px;
	background-position:109px 1.8em;
    margin-bottom: 18px;
	margin-left:auto;
	margin-right:auto;
	width:300px;   
}
.box_cnt3.box_cnt3_3 h2 {
	background-position:center center;
	background-image:url(/shared/templates/en_top/images/contents/sp/box_cnt3_icon3.png);
	background-size:103px 52.5px;
    padding-top: 124px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 24px;
    background-position: center 49px;
    width: 290px;
}
.box_cnt3.box_cnt3_2 p,
.box_cnt3.box_cnt3_1 p,
.box_cnt3.box_cnt3_1 ul,
.box_cnt3.box_cnt3_2 ul {
	width: 94%;
	margin:0 auto;
}
.box_cnt3.box_cnt3_1 ul {
	margin:0 auto 18px auto;
}
.box_cnt3.box_cnt3_2 ul {
	margin:0 auto 15px auto;
}
.box_cnt3.box_cnt3_2 p,
.box_cnt3.box_cnt3_1 p {
	line-height:1.6;
	margin-bottom:12px;
}
.box_cnt3.box_cnt3_2 p br,
.box_cnt3.box_cnt3_1 p br {
	display:none;
	content:"";
}
.box_cnt3 p.box_link {
	line-height: 2;
}
.box_cnt3.box_cnt3_2 p.box_link,
.box_cnt3.box_cnt3_1 p.box_link {
	width: 233px;
}
#tmp_wrap_fnavi2 {
    padding-bottom:7px;
    padding-top: 9px;
}
.box_link a span {
    padding-left: 14px;
}
#tmp_cnt1_r .box_link a span {
	margin-left:10px;
}
#tmp_publicity .link_box {
    margin-bottom: 26px;
}

#tmp_cnt1_l #tmp_topic_cnt .sns {
	padding-bottom: 24px;
	padding-top: 24px;
}

.box_cnt3.box_cnt3_1 {
	border-bottom: solid 2px #5b7dc4;
}

#tmp_cnt1_r .box_txt {
	text-shadow:0px 1px 1px #373839;
}

.link_box p a span {
    padding: 0 0 0 12px;
}

.link_box p a {
    font-size: 92.86%;
}

#tmp_cnt2 .list_link1 {
    padding: 0 10px 0 3px;
}

.list_box .list_sub_menu ul li {
    background: url(/shared/site_en/images/icon/header_icon.png) left no-repeat;
}

.box_cnt3 .box_link a {
    font-size: inherit;
    padding: 4px 0 3px 0;
}

.box_cnt3.box_cnt3_3 p.box_link {
    width: 218px;
}

/* ==================================================
末端
================================================== */
.format_free #tmp_wrap_fnavi2 {
	padding:16px 10px 7px 10px;
}
#tmp_contents .box_h1 h1,
#tmp_contents h1 {
	font-size:185.7%;
}
#tmp_contents .box_h1 span {
	background-size:36px 35px;
    padding-left: 45px;
	background-position:1px 0.1em;
}
#tmp_contents h2 {
	font-size:157.1%;
}
#tmp_contents h3 {
	font-size:142.8%;
}
#tmp_contents h4 {
	font-size:135.7%;
}
#tmp_contents h5,
#tmp_contents h6 {
	font-size:114.2%;
}
#tmp_contents .box_menu .box_menu_ttl p,
#tmp_contents ul.box_btn,
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl,
.box_faq .box_faq_ttl,
#tmp_inquiry_ttl {
    font-size: 87.5%;
}
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl,
.box_faq .box_faq_ttl {
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 7px;
    padding-top: 8px;
}
#tmp_contents .box_info .box_info_cnt,
#tmp_contents .box_link .box_link_cnt,
.box_faq .box_faq_cnt {
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 10px;
}
#tmp_inquiry_ttl {
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 8px;
}
#tmp_inquiry_cnt {
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 7px;
}
/* ==================================================
インデックス
================================================== */
#tmp_contents .box_h1.box_02 {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/h1_ttlbg_sp_02.png);
	padding-top:45px;
	padding-bottom:45px;
	background-size:cover;
    margin-bottom: 22.5px;
}
#tmp_contents .box_h1.box_02 h1 {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/kachi_h1%20_sp_ttl2.png);
	background-size:272.5px 27.5px;
	width:272.5px;
	font-size:87.5%;
}
.box_sb_ttl.box_02 {
    padding-left: 10px;
    padding-right: 10px;
}
.box_h1_txt {
	width:100%;
    padding-top: 20px;
}
.box_h1_wrap_txt {
	min-width:inherit;
}
.format_idx #tmp_wrap_main {
    padding-top: 0;
}
#tmp_contents .box_h1 h1 {
	font-size:157.1%;
	text-align:center;
}
.box_sb_ttl.idx_04,
.box_sb_ttl {
    padding-left:0;
    padding-right:0;
}
.box_sb_ttl {
    margin-bottom: 26px;
}
#tmp_contents .box_h1 {
	text-align:inherit;
}
#tmp_contents .box_idx h2 {
	font-size:114.2%;
}
.box_sb_ttl.idx_02 {
    padding-left: 0;
    padding-right: 0;
}
.format_idx #tmp_contents h2.idx_02 {
	width:100%;
	font-size:114.2%;
}
.format_idx #tmp_cover2 {
    padding-left: 10px;
    padding-right: 10px;
}
/* ==================================================
インデックス 富士山の顕著な普遍的価値
================================================== */
#tmp_wrap_new {
	min-width:inherit;
}
.box_idx_cnt_l .box_txt2 {
	min-height:inherit;
}
#tmp_new {
	width:100%;
	margin:0 auto 20px auto;
	padding:23px 10px 19px 10px;
}
.box_idx_cnt_l,
.box_idx_cnt_r {
	width:100%;
	float:none;
	margin-left:0;
	margin-right:0;
}
#tmp_new ul li {
	float:none;
	width:100%;
}
#tmp_new ul li.box_new {
	width:100%;	
}
.box_img2 {
	padding-top: 17px;
	float:none;
	text-align:center;
    padding-right: 0;
}
.box_idx_cnt_l .box_txt {
    padding-top: 10px;
}
#tmp_contents table.box_access {
	width:100%;
	font-size:85.7%;
}
.format_idx #tmp_contents table.box_access th {
	width:25%;
	font-size:114.2%;
	vertical-align:top;
	text-align:left;
}
.format_idx #tmp_contents table.box_access td {
	width:55%;
}
.format_idx #tmp_contents ul.box_listall{
	margin-bottom: 1.4em;
}
.format_idx #tmp_contents ul.box_listall.box_list_access {
    margin-left: 0;
    margin-right: 10px;
}
.box_txt3 {
    padding-left: 10px;
    padding-right: 10px;
}
#tmp_contents .box_h1.box_01 h1 {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/kachi_h1_ttl2.png);
	background-position: center top;
	width:299px;
	height: 58px;
	background-size:299px 58px;
	margin-bottom:20px;
}
.box_01 .box_sb_ttl {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
    text-align: justify;
}
.box_01 .box_sb_ttl p {
	line-height:1.4;
}
#tmp_contents .box_h1_img {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/h1_ttlbg_sp_02.png);
    padding-top: 115px;
	min-width:0;
	min-width:initial;
}
.format_idx #tmp_contents h2.box_h2ttl_01 {
    font-size: 87.5%;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-left:0;
    margin-right:0;
}
.lang_en #tmp_contents h2.box_h2ttl_01 {
	margin: 0 0 0.8em;
	font-size: 150%;
}
.lang_en #tmp_contents h2.box_h2ttl_01 span {
	display: block;
}
.format_idx #tmp_contents h2.box_h2ttl_02 {
    font-size: 87.5%;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
}
.lang_en #tmp_contents .box_idx_cnt .box_img2 p{
	margin-bottom: 2.5em;
}
.lang_en #tmp_contents .box_idx_cnt .box_img2 p + p{
	margin-bottom: 1.5em;
}
.lang_en #tmp_contents h2.box_h2ttl_02 {
    font-size: 150%;
    padding: 15px 18px;
    line-height: 26px;
}
.format_idx #tmp_contents h2.box_h2ttl_01 span {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/kachi_h2_ttl1.png);
	background-size:199.5px 50px;
	width:199.5px;
	min-height:50px;
}
.format_idx #tmp_contents h2.box_h2ttl_02 span {
	background-image:url(/shared/templates/en_free/images/contents/index/sp/kachi_h2_sp_ttl2.png);
	background-size:296.5px 20px;
	width:296.5px;
}
.lang_en #tmp_contents h2.box_h2ttl_02 span,
.lang_en #tmp_contents h2.box_h2ttl_01 span {
	background-image:none;
	width:auto;
	min-height: inherit;
}
.format_idx #tmp_new h2.box_h2ttl_04 {
	font-size:130%;
}
#tmp_contents .box_h1.box_01 .box_h1_txt {
    padding: 21px 8px 15px;
}
#tmp_contents .box_h1.box_01 {
    margin-bottom:22px;
}
.format_idx #tmp_contents .box_02 h3 {
	font-weight:inherit;
	margin-top: 1.7em;
}
#tmp_contents .img_txt{
	display: inline-block;
	text-align: left;
}
/* ==================================================
末端　富士山保全協力金
================================================== */
#tmp_custom_update #tmp_update{
	margin-bottom: 3px;
}
#tmp_wrap_hozenkin {
	max-width:480px;
	margin: 0 -10px;
	padding: 0 10px;
	padding-bottom: 16px;
	background:	#0081cc url(/shared/templates/en_free/images/cooperation-fund/sp_hozen_bg1.jpg) center top no-repeat;
	background-size: contain;
}
#tmp_hozenkin {
    width: auto;
    padding: 0 10px;
}
#tmp_hozenkin h1 {
	padding-top: 140px;
	padding-top: 37vw;
}
#tmp_hozenkin h1 .sp_hozenkin_logo {
	display: block;
	margin: 0 auto;
}
#tmp_hozenkin h1 img {
	width: 90%;
}
#tmp_hozenkin h2.join_head{
	border-bottom: 1px solid;
	font-size: 85.7%;
	line-height: 1.25em;
	margin: 0 auto;
	margin-bottom: 11px;
	padding: 0 0 14px;
}
#tmp_hozenkin h2.join_head span{
	display: block;
}
#tmp_hozenkin h2 {
	font-size: 85.7%;
}
#tmp_hozenkin h2.jisseki_head{
	font-size: 128.57%;
	margin-bottom: 10px;
}
#tmp_hozenkin p.kingaku {
	font-size: 85.7%;
	margin-bottom: 40px;
}
#tmp_hozenkin p.outline_txt {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	font-size: 85.7%;
	margin-bottom: 30px;
}
#tmp_hozenkin p.outline_txt2 {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	font-size: 128.57%;
	line-height: 1.42em;
}
#tmp_hozenkin p.area_map {
	display: inline-block;
	height: 0;
	position: relative;
	background: url(/shared/templates/en_free/images/cooperation-fund/sp_hozen_map.jpg) center top no-repeat;
	background-size: 320px 305px;
	margin-bottom: 0;
	margin-left: 0;
}
#tmp_hozenkin div.outline_box {
	text-align: center;
}
#tmp_hozenkin div.map_box {
	margin: 0 -20px;
}
#tmp_hozenkin p.area_map,
#tmp_hozenkin p.area_map span {
	width: 100%;
	height: 305px;
	margin-bottom: 20px;
}

#tmp_hozenkin h3.internet {
    background-size: 25px;
    padding-left: 25px;
    font-size: 121.4%;
}
#tmp_hozenkin p.area_guide {
	margin-bottom: 66px;
}
#tmp_hozenkin h3{
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 41px;	
}
#tmp_hozenkin h3 {
	margin-bottom: 20px;
}
#tmp_hozenkin h3.onspot,
#tmp_hozenkin h3.conveni {
	background-size: 30px 15px;
	padding-left: 40px;
	font-size: 121.4%;
	margin-bottom: 15px;
}
#tmp_hozenkin ul.onspot_list li,
#tmp_hozenkin ul.conveni_list  li {
	line-height: 1.8;
	margin-bottom: 0;
}
#tmp_hozenkin .jirei_outline {
	text-align: left;
}
#tmp_hozenkin p.area_outline,
#tmp_hozenkin p.area_guide,
#tmp_hozenkin ul.onspot_list,
#tmp_hozenkin ul.conveni_list  {
	padding-left: 0;
	font-size: 85.7%;	
}
#tmp_hozenkin .jirei_outline {
	font-size: 85.7%;	
}
#tmp_hozenkin ul.conveni_list {
	margin-bottom: 35px;
}
#tmp_hozenkin ul.root_list{
	margin-bottom: 40px;
}
#tmp_hozenkin ul.root_list li {
	background-image: url(/shared/templates/en_free/images/cooperation-fund/sp_arrow_icon.png);
	background-size: 11px 12px;
}
#tmp_hozenkin ul.root_list li:nth-child(even) {
	margin-left: 5%;
}
#tmp_hozenkin .jirei_ttl{
	padding-right: 0;
}
#tmp_hozenkin .jirei_ttl span{
	display: block;
}
#tmp_hozenkin .jirei_outline {
	margin: 0;
	margin-bottom: 44px;
}
#tmp_hozenkin .jirei_l,
#tmp_hozenkin .jirei_l_left,
#tmp_hozenkin .jirei_l_cenetr,
#tmp_hozenkin .jirei_r {
	float: none;
}
#tmp_hozenkin .jirei_l_cenetr {
	margin-left: 0;
}
#tmp_hozenkin .jirei_box li {
	float: left;
	width: 53%;
	box-sizing: border-box;
}
#tmp_hozenkin .jirei_box {
	margin-bottom: 0;
}
#tmp_hozenkin .jirei_box h3 {
	width: 100%;
	height: 77px;
	font-weight: bold;
}
#tmp_hozenkin .jirei_box .hogo_txt h3{
    height: 77px;
}
#tmp_hozenkin .jirei_box li span {
	height: 40px;
}
#tmp_hozenkin .jirei_box li span.txt_small {
	font-size: 80%;
}
#tmp_hozenkin .jirei_box li:nth-child(even) {
	padding-left: 7px;
	padding-right: 10px;
	width: 47%;
}
#tmp_hozenkin ul.root_list li {
	width: 41%;
	height: auto;
	padding: 7px 3% 5px 2%;
	margin-left: 0;
}
#tmp_hozenkin ul.root_list li a {
	padding: 0;
	font-weight: normal;
	font-size: 85.7%;
}
#tmp_hozenkin .jirei_box ul{
	margin: 0 -10px;
}
#tmp_hozenkin .jirei_box li {
	padding-top: 80px;
}
#tmp_hozenkin .jirei_box li span {line-height: 1;}
#tmp_hozenkin .jirei_box li.hogo,
#tmp_hozenkin .jirei_box li.mt_wc,
#tmp_hozenkin .jirei_box li.ex_wc,
#tmp_hozenkin .jirei_box li.rescue {
	background-position: center 15px;
}
#tmp_hozenkin .jirei_box li.lead,
#tmp_hozenkin .jirei_box li.rescue,
#tmp_hozenkin .jirei_box li.helmet {
	background-position: center 20px;
}
#tmp_hozenkin .jirei_box li.hogo {
	background-size:48px 50px;
	background-position:center 0px;
	margin-bottom: 0;
	padding-top: 58px;
}
#tmp_hozenkin .jirei_box li.mt_wc {
	background-size:49px 57px;
	margin-bottom: 43px!important;
}
#tmp_hozenkin .jirei_box li.ex_wc {
	background-size:52px 52px;
	margin-bottom: 43px!important;
}
#tmp_hozenkin .jirei_box li.helmet {
	background-size:43px 38px;
	letter-spacing: -0.05em;
	padding-top: 58px;
	background-position:center 7px;
}
#tmp_hozenkin .jirei_box li.lead {
	background-size:38px 48px;
	padding-top: 67px;
	background-position:center 4px;
	padding-right: 25px!important;
	padding-bottom: 15px;
}
#tmp_hozenkin .jirei_box li.rescue {
	background-size:41px 41px;
	padding-top: 58px;
	background-position:center 5px;
}
#tmp_hozenkin .jirei_box li.control {
	background-position: center 12px;
	background-size:89px 45px;
	padding-top: 67px;
	padding-bottom: 15px;
}
#tmp_hozenkin .jirei_box li.control .txt_small{
	position: relative;
	left: 0;
}
#tmp_hozenkin .jirei_box li.info {
	background-position: center 11px;
	background-size:45px 45px;
	padding-top: 66px;
}
#tmp_hozenkin .jirei_box li.support {
	background-position: center 6px;
	background-size: 95px 51px;
	letter-spacing: -0.05em;
	padding-top: 66px;
}
#tmp_hozenkin .jirei_box li:nth-child(2n+1)  {
	clear: left;
	display: table;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
}
#tmp_hozenkin .jirei_box li.helmet_txt h3{}
#tmp_hozenkin .jirei_box li span.fit_txt_wrap{
	width: 145px;
	background-size: 100% 100%;
	margin: 0 8px;
	background-image: url(/shared/templates/en_free/images/cooperation-fund/sp_txt_fit.png)
}
#tmp_hozenkin .jirei_box li:nth-child(n+3) {
	margin-top: 10px;
	margin-bottom: 27px;
}
#tmp_hozenkin p.jisseki_other,
#tmp_hozenkin p.jisseki_wcchip {
	text-align: left;
    margin-bottom: 0;
	font-size: 85.7%;
}
#tmp_hozenkin .jisseki_l,
#tmp_hozenkin .jisseki_r {
	margin: 6px 0 0;
	width: 100%;
	text-align: center;
}
#tmp_hozenkin .jisseki_box ul li a {
    width: 43%;
    margin: 0 auto;
}
#tmp_hozenkin .jisseki_box ul {
	font-size: 164.8%;
	margin-bottom: 30px;
}
#tmp_hozenkin .jisseki_box ul li {
	margin-bottom: 10px;
}
#tmp_hozenkin .jirei_box li span.block {
	width: auto;
	display: block;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	color: inherit;
}
#tmp_hozenkin p.thanks {
	font-size: 107.14%;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 0;
}
#tmp_hozenkin .jirei_l .txt_small br,
#tmp_hozenkin .jirei_r .txt_small br,
#tmp_hozenkin .thanks br {
	display: inline;
}
#tmp_hozenkin .jisseki_other br,
#tmp_hozenkin .jisseki_wcchip br {
	display: none;
}
/* ==================================================
Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/site_en/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_en/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_en/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_means:after,
#tmp_contents .box_h1.box_01 .box_h1_txt:after,
.box_cnt3.box_cnt3_2 ul:after,
.box_cnt3.box_cnt3_1 ul:after,
#tmp_footer_cnt #tmp_f_cnt_l:after,
#tmp_footer_cnt #tmp_f_cnt_r:after,
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
}
@media(max-width: 379px){
	#tmp_hozenkin .jirei_box li.control .txt_small{
		left: -4vw
	}
}
@media(max-width: 359px){
	#tmp_hozenkin .jirei_box li.control .txt_small{
		left: -6vw
	}
}
@media(max-width: 329px){
	#tmp_hozenkin .jirei_box li.control .txt_small{
		left: -25px
	}
}