@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.7em;
	padding:23px 19px 19px 19px;
	font-size:188.9%; /* デザインによって相対指定で指定しなおす */
	border:2px solid #154392;
	clear:both; /* 変更しない */
	border-radius:5px;
	line-height: 1.41;
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:18px 25px 17px 26px;
	font-size:155.6%; /* デザインによって相対指定で指定しなおす */
	background:#e2ecff;
	clear:both; /* 変更しない */
	border-radius:4px;
	line-height: 1.36;
	position:relative;
}
#tmp_contents h2:before {
	content:"";
	border-left:2px solid #154392;
	position:absolute;
	left:0;
	top:50%;
	height:40px;
	margin:-20px 0 0;
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 0 16px;
	font-size:144.4%; /* デザインによって相対指定で指定しなおす */
	border-bottom:2px solid #154392;
	clear:both; /* 変更しない */
	line-height: 1.38;
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 0 0 17px;
	font-size:122.2%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	line-height:1.45;
	position:relative;
}
#tmp_contents h4:before {
	content:"";
	border-left:2px solid #154392;
	position:absolute;
	left:0;
	top:4px;
	height:20px;
}
#tmp_contents h5 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0;
	font-size:111.1%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	line-height:1.5;
}
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	line-height:1.56;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(/shared/templates/lifeguide_rn2022/images/contents/list_icon_lifeguide.png); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
	border:2px solid #154392;
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:17px 19px 0;
	color:inherit;
}
#tmp_contents div.outline {
	padding:17px 19px 0;
	color:inherit;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #b3b3b3;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:17px 19px 14px;
	background-color:#fcf4df;
	font-size:122.2%;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:22px 10px 3px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #b3b3b3;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:17px 19px 14px;
	background-color:#f4eaf0;
	font-size:122.2%;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:22px 10px 3px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
	border:1px solid #b3b3b3;
	border-top:2px solid #154392;
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_menu_ttl {
	padding:16px 22px 0;
	background:#e2ecff;
	font-size:111.1%;
}
#tmp_contents .box_menu_ttl a {
	color:inherit;
	text-decoration:none;
	background: transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat left 0.45em;
	padding:0 0 0 18px;
	display:inline-block;
}
#tmp_contents .box_menu_ttl a:hover,
#tmp_contents .box_menu_ttl a:focus {
	text-decoration:underline;
}
#tmp_contents .box_menu_cnt {
	padding:19px 19px 0;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:20px 18px 20px 23px;
	color:inherit;
	background-color:#e2ecff;
	border-top:2px solid #154392;
	font-size:111.1%;
}
#tmp_contents ul.box_btn li a {
	color:inherit;
	text-decoration:none;
	background: transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat left 0.3em;
	padding:0 0 0 18px;
	display:inline-block;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
	text-decoration:underline;
}
/* datatable
============================== */
#tmp_contents table.datatable {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #cdcfde;
}
#tmp_contents table.datatable th {
	padding:15px 18px 12px;
	color:inherit;
	background-color:#e4f1f7;
	border:1px solid #cdcfde;
}
#tmp_contents table.datatable td {
	padding:13px 18px 11px;
	border:1px solid #cdcfde;
}
#tmp_contents table.datatable caption {
	padding:0 0 0.5em; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBF3DB; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EFF9E6; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#F3E9EF; /* shared.cssのbg_purpleと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #cdcfde; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#e4f1f7; /* table.datatable thと同じ値を設定 */
	border:1px solid #cdcfde; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #cdcfde; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:80px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
#tmp_contents table.list_table td img {
	vertical-align:middle;
	margin:0 0 0 8px;
}
/* ==================================================
contents
================================================== */
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:480px;
	margin:15px 0 0.8em;
	clear:both;
}
#tmp_gmap_box {
	height:360px;
	border:1px solid #CCCCCC;
	clear:both;
}
/* shisetsu */
#tmp_map_search {
	width:100%;
	margin-bottom:20px;
}
#tmp_map_search .keyword {
	display:inline;
	margin-left:54px;
	margin-right:15px;
}
#tmp_map_search .ttl {
	vertical-align:middle;
	background:url(/shared/templates/free/images/contents/shisetsu/sch_icon.gif) no-repeat left center;
	padding:7px 0 5px 35px;
}
#tmp_map_search input {
	vertical-align:middle;
}
#tmp_map_search #keyword {
	width:260px;
	margin:0 10px;
	border:2px solid #2E4970;
}
#tmp_map_search .riyo {
	display:inline;
}
#tmp_map_search .riyo a {
	color:#202020;
	text-decoration:none;
	background:url(/shared/images/icon/navi_icon_sk.png) no-repeat left center;
	padding:1px 0 0 12px;
}
#tmp_map {
	width:100%;
	margin-bottom:20px;
}
#tmp_map_list {
	width:300px;
	margin-right:-320px;
	float:left;
	position:relative;
	z-index:1;
}
#tmp_wrap_gmap_box {
	width:100%;
	float:right;
}
#tmp_wrap_gmap_box2 {
	margin-left:320px;
	border:1px solid #B6BEBA;
}
#tmp_contents #tmp_map_list h2 {
	margin-top:0;
}

/* ==================================================
lifeguide idx
================================================== */
/* lifeguide_cate_ttl */
#tmp_lifeguide #tmp_lifeguide_cnt_main .cate_ttl {
	position:static;
	margin-bottom:22px;
	border:4px solid;
	border-radius:4px;
	background-repeat:no-repeat;
	background-position:36px center;
	padding:37px 40px 37px 154px;
	background-color:#ffffdb !important;
	color:inherit;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main .cate_ttl h1 {
	color:inherit;
	border-radius:0;
    border: none;
	border-left:3px solid;
	font-size:177.77%;
	line-height:1.25;
	padding:2px 0 0 40px;
	display:table-cell;
	height:88px;
	vertical-align:middle;
}
/* 全言語共通 */
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_emergency {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_kinkyu.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_emergency,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_emergency h1 {
	border-color:#ac7d5f;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_information {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_foreign.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_information,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_information h1 {
	border-color:#d6905d;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_procedures {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_tetsuzuki.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_procedures,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_procedures h1 {
	border-color:#d4b15c;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_living {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_kurashi.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_living,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_living h1 {
	border-color:#76993f;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_childrearing {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_kosodate.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_childrearing,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_childrearing h1 {
	border-color:#a7ae60;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_health {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_kenko.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_health,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_health h1 {
	border-color:#8aafa8;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_culture {
	background-image:url(/shared/templates/lifeguide_rn2022/images/contents/lifeguide_cate_ttl_bunka.png) !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_culture,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_culture h1 {
	border-color:#75c6d0;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main .cate_ttl h1 span {
	position:static;
	display:inline;
	width:auto;
	height:auto;
	z-index:auto;
	overflow:visible;
	color:inherit;
}
/* lifeguide_menu */
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul {
    list-style: none;
	margin:0 -10px;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li {
	float:left;
	width:33.33%;
	margin:0 0 18px;
	font-size:122.22%;
	font-weight:normal;
	color:inherit;
	box-shadow:none;
	padding:0 10px;
	line-height:1.45;
	text-align: center;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li:nth-child(3n+1) {
	clear:both;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a {
	display:table;
	width:100%;
	height:auto;
	color:inherit;
	border:1px solid #154392;
	border-radius:4px;
	padding:26px 14px 18px;
	position:relative;
    text-decoration: none;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a:before {
	content:"";
	border-top:2px solid #154392;
	width:94px;
	position:absolute;
	left:50%;
	margin:0 0 0 -47px;
	top:128px;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a:hover,
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a.focus {
	text-decoration:underline;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a span {
	display:block;
	padding:0;
	width:auto;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a > span:first-child {
	margin:0 0 33px;
	padding:0 0 4px;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a > span:last-child {
	display:table;
	width:100%;
}
#tmp_lifeguide #tmp_lifeguide_cnt_main #tmp_lifeguide_menu ul li a > span:last-child span {
	display:table-cell;
	height:64px;
	text-align:center;
	vertical-align:middle;
}

/* section_purpose
================================================== */
#tmp_lifeguide_top .section_purpose{
	padding: 60px 0;
	color: #222222;
	background-color: #f2f6f8;
	border-top: 2px solid #154392;
}
#tmp_lifeguide_top .purpose_content{
	overflow: hidden;
}
#tmp_lifeguide_top .toshi_title,
#tmp_lifeguide_top_fixed .toshi_title{
	margin-bottom: 46px;
	text-align: center;
}
#tmp_lifeguide_top .toshi_title h2,
#tmp_lifeguide_top_fixed .toshi_title h2{
	padding: 0;
	margin: 0 0 3px;
	font-size: 194.44%;
	color: #3c3c3c;
	background: #f2f6f8;
	line-height: 1.3;
	border: 0;
}
#tmp_lifeguide_top .toshi_title p,
#tmp_lifeguide_top_fixed .toshi_title p{
	margin: 0;
	padding: 2px 7px 0;
	display: inline-block;
	border-top: 2px solid #999999;
	font-size: 138.88%;
	color: #154392;
	background-color: #f2f6f8;
}
#tmp_lifeguide_top .purpose_list,
#tmp_lifeguide_top .purpose_item,
#tmp_lifeguide_top .purpose_box{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_lifeguide_top .purpose_list{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style: none;
	margin:0 -12px;
}
#tmp_lifeguide_top .purpose_item{
	padding:0 12px;
	margin: 0 0 19px;
	width: 25%;
	min-height: 70px;
}
#tmp_lifeguide_top .purpose_box{
	flex-flow: column;
	padding: 17px 15px 19px;
	text-align: center;
	font-size: 122.22%;
	color: #222222;
	background-color: #ffffff;
	border: 2px solid #ac7d5f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tmp_lifeguide_top .purpose_box a{
	color: #222222;
	background-color: #ffffff;
	text-decoration: none;
}
#tmp_lifeguide_top .purpose_box.type_color1{
	border-color: #ac7d5f;
}
#tmp_lifeguide_top .purpose_box.type_color2{
	border-color: #d6905d;
}
#tmp_lifeguide_top .purpose_box.type_color3{
	border-color: #d4b15c;
}
#tmp_lifeguide_top .purpose_box.type_color4{
	border-color: #76993f;
}
#tmp_lifeguide_top .purpose_box.type_color5{
	border-color: #a7ae60;
}
#tmp_lifeguide_top .purpose_box.type_color6{
	border-color: #8aafa8;
}
#tmp_lifeguide_top .purpose_box.type_color7{
	border-color: #75c6d0;
}
#tmp_lifeguide_top .purpose_box.active a,
#tmp_lifeguide_top .purpose_box a:hover,
#tmp_lifeguide_top .purpose_box a:focus{
	text-decoration: underline;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_lifeguide_top .purpose_item:hover img,
#tmp_lifeguide_top .purpose_item:focus img,
#tmp_lifeguide_top .purpose_box img,
#tmp_lifeguide_top .purpose_box.active img{
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_lifeguide_top .purpose_box.active img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#tmp_lifeguide_top .purpose_image{
	margin-bottom: 18px;
}
#tmp_lifeguide_top .purpose_image img{
	max-width: 100%;
	height: auto;
}
#tmp_lifeguide_top .purpose_descript p{
	margin: 0;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	line-height: 1.6;
	word-break: break-word;
}
#tmp_lifeguide_top .section_useful_info{
	padding: 61px 0 69px;
}
#tmp_lifeguide_top .section_useful_info .toshi_title h2,
#tmp_lifeguide_top .section_useful_info .toshi_title p{
	background: #FFFFFF;
}
#tmp_lifeguide_top_fixed .section_other_info .toshi_title h2,
#tmp_lifeguide_top_fixed .section_other_info .toshi_title p{
	background: #f2f6f8;
}
#tmp_lifeguide_top .useful_content{
	overflow: hidden;
}
#tmp_lifeguide_top .useful_list,
#tmp_lifeguide_top .useful_list li,
#tmp_lifeguide_top .useful_box,
#tmp_lifeguide_top .useful_box p,
#tmp_lifeguide_top .useful_box a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_lifeguide_top .useful_list{
	list-style: none;
	margin: 0 -12px;
 }
#tmp_lifeguide_top .useful_list li{
	padding: 0 12px;
	width: 33.333333%;
}
#tmp_lifeguide_top .useful_box{
	flex-grow:1;
	font-size: 122.22%;
}
#tmp_lifeguide_top .useful_box p{
	flex-grow:1;
	margin: 0;
}
#tmp_lifeguide_top .useful_box a{
	flex-grow:1;
	align-items: center;
	min-height: 110px;
	padding: 15px 20px 15px 43px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #154392;
	color: inherit;
	background: transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat 19px center;
}
#tmp_lifeguide_top .useful_box a:hover,
#tmp_lifeguide_top .useful_box a:focus{
	text-decoration: underline;
}
#tmp_lifeguide_top .useful_booklet .useful_box{
	background: #FFFFFF url(/shared/templates/foreign_info_top/images/icon/icon_booklet.png) no-repeat right bottom;
}
#tmp_lifeguide_top .useful_video .useful_box{
	background: #FFFFFF url(/shared/templates/foreign_info_top/images/icon/icon_life_video.png) no-repeat right bottom;
}
#tmp_lifeguide_top .useful_link .useful_box{
	background: #FFFFFF url(/shared/templates/foreign_info_top/images/icon/icon_related.png) no-repeat 103% 25px;
}
/* tmp_lifeguide_top_fixed */
#tmp_lifeguide_top_fixed .section_other_info{
	padding: 60px 0 61px;
	color: #222222;
	background-color: #f2f6f8;
	overflow: hidden;
}
#tmp_lifeguide_top_fixed .other_list{
	list-style: none;
	padding: 0 0 0 4px;
	margin: 0 -10px;
	letter-spacing:-0.5em;
}
#tmp_lifeguide_top_fixed .other_list li{
	padding: 0 10px;
	margin: 0 0 20px -4px;
	width: 33.3333333%;
	min-height: 70px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	letter-spacing: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#tmp_lifeguide_top_fixed .other_list li:nth-child(3n){
	clear: right;
}
#tmp_lifeguide_top_fixed .other_list li:nth-child(3n+1){
	clear: left;
}
#tmp_lifeguide_top_fixed .other_box{
	box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.14);
}
#tmp_lifeguide_top_fixed .other_box img{
	vertical-align: top;
	width: 400px;
	height: auto;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
#tmp_lifeguide_top_fixed .other_box a:hover img,
#tmp_lifeguide_top_fixed .other_box a:focus img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ==================================================
font-weight
================================================== */
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl,
#tmp_contents .box_menu_ttl,
#tmp_contents ul.box_btn li,
#tmp_contents table.datatable caption,
#tmp_lifeguide_top .life_front h1,
#tmp_lifeguide_top .life_bellow,
#tmp_lifeguide_top .toshi_title h2,
#tmp_lifeguide_top_fixed .toshi_title h2,
#tmp_lifeguide_top .toshi_title p,
#tmp_lifeguide_top_fixed .toshi_title p,
#tmp_lifeguide #tmp_lifeguide_cnt_main .cate_ttl h1{
	font-family: 'OT-HiraginoUDSansStdN-W5';
	font-weight: bold;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_idx_info:after,
#tmp_contents .switch_menu:after,
#tmp_contents .switch_menu li:after,
#tmp_contents .box_crowd .switch_menu .switch:after,
#tmp_contents .box_crowd_cnt:after,
#tmp_brand_header:after,
#tmp_brand_hmenu ul:after,
#tmp_brand_contents .brand_contents_box:after,
#tmp_brand_contents2:after,
#tmp_brand_lead:after,
#tmp_brand_lead_menu:after,
#tmp_brand_lead_menu #tmp_hmenu_cnt:after,
#tmp_brand_lead_menu #tmp_hmenu_cnt ul:after,
#tmp_brand_cate_btn:after,
#tmp_brand_cate_btn ul:after,
#tmp_brand_lead_snavi:after,
#tmp_brand_lead_snavi ul:after,
#tmp_brand_lead_snavi ol:after,
#tmp_contents .box_facture:after,
#tmp_contents .box_facture_inner:after,
#tmp_contents .box_facture ul:after,
#tmp_brand_lead_main_ttl:after,
#tmp_brand_lead_main_cnt:after,
#tmp_contents .brand_mlist:after,
#tmp_contents .box_brand_montparnasse:after,
#tmp_contents .wrap_box_brand_montparnasse_atelier:after,
#tmp_contents .box_brand_montparnasse_atelier:after,
#tmp_contents .box_brand_montparnasse_atelier_ttl:after,
#tmp_contents .box_brand_montparnasse_atelier_cnt:after,
#tmp_contents .box_brand_montparnasse_atelier_list:after,
#tmp_contents .box_brand_montparnasse_item_list .item_list:after,
#tmp_contents .box_brand_montparnasse_item_list .item_list_ttl:after,
#tmp_contents .box_brand_montparnasse_item_list .item_list_cnt:after,
#tmp_contents .box_bijutsukan_art:after,
#tmp_contents .safe_story_btn:after,
#tmp_shussan_lead:after,
#tmp_shussan_lead_ttl:after,
#tmp_shussan_lead_cnt:after,
#tmp_shussan_search:after,
#tmp_shussan_search_ttl:after,
#tmp_shussan_search_cnt:after,
#tmp_shussan_search_cnt .info_cnt:after,
#tmp_contents .shussan_col2:after,
#tmp_shussan_mamafure:after,
#tmp_shussan_mamafure_ttl:after,
#tmp_shussan_mamafure_cnt:after,
#tmp_wrap_shussan_mamafure:after,
#tmp_shussan_mamafure:after,
#tmp_wrap_shussan_handbook:after,
#tmp_shussan_handbook:after,
#tmp_contents .tokiwa_box_cnt:after,
#tmp_contents #tmp_tokiwaso_map:after,
#tmp_contents .tokiwa_box_cnt_a:after,
#tmp_contents .tokiwa_box_cnt_b:after,
#tmp_contents .tokiwa_box_cnt_c:after,
#tmp_contents .tokiwa_box_cnt_d:after,
#tmp_contents #tmp_chosha_ttl:after,
#tmp_contents #tmp_chosha_ttl ul:after,
#tmp_contents #tmp_chosha_access_cnt .access_item:after,
#tmp_contents .chosha_access_tb:after,
#tmp_contents #tmp_chosha .chosha_access_entrance:after,
#tmp_contents #tmp_chosha .chosha_access_car:after,
#tmp_contents #tmp_chosha_floor_link_cnt:after,
#tmp_contents #tmp_chosha_top_pl_cnt ul:after,
#tmp_contents #tmp_chosha_top_outline:after,
#tmp_contents #tmp_chosha_top_outline .outline_point ul:after,
#tmp_contents #tmp_chosha .chosha_top_info:after,
#tmp_contents #tmp_chosha_floor_navi:after,
#tmp_contents #tmp_chosha_floor_cnt:after,
#tmp_contents .chosha_floor_detail:after,
#tmp_contents .floor_icon:after,
#tmp_contents #tmp_chosha .chosha_floor_line:after,
#lbBottom:after,
#tmp_lifeguide_cnt:after,
#tmp_lifeguide_top:after,
#tmp_lifeguide_top .life_info:after,
#tmp_lifeguide_top .section_language:after,
#tmp_lifeguide_top .language_list:after,
#tmp_lifeguide_top .purpose_content:after,
#tmp_lifeguide_top .section_purpose:after,
#tmp_lifeguide_top .purpose_list:after,
#tmp_lifeguide_top .section_useful_info:after,
#tmp_lifeguide_top .useful_content:after,
#tmp_lifeguide_top .useful_list:after,
#tmp_lifeguide_top_fixed .section_other_info:after,
#tmp_lifeguide_top_fixed .other_content:after,
#tmp_lifeguide_top_fixed .other_list:after{
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_emergency_info,
#tmp_emergency_attention{
	display: none;
}
#tmp_wrapper {
	width:100% !important;
	min-width:100% !important;
	padding-top: 0 !important;
}
#tmp_wrapper img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.fixed_header #tmp_header_fixed,
#tmp_header_fixed{
	position: relative!important;
}
.container {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 10px !important;
}
#tmp_header {
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_header .header_inner {
    padding: 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    font-size: 2rem !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
    font-weight: bold;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span,
#tmp_hlogo p a {
	overflow: visible !important;
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	text-indent: inherit !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_hlogo p a{
	text-decoration: none;
}
#tmp_wrap_custom_update {
    margin: 0 0 10px !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
	overflow: visible;
}
#tmp_footer .footer_wrapper{
	color:#000000 !important;
	border-top:none !important;
	background:#FFFFFF !important;
}
#tmp_footer .footer_inner{
	padding: 0 !important;
}
#tmp_footer .footer_cnt{
	flex-flow: row;
	justify-content: flex-start;
	margin-bottom: 0;
	border-bottom-color: #000000;
}
#tmp_footer .footer_contact{
	width: 100%;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_print,
#tmp_wrap_rnavi,
#tmp_rnavi,
#tmp_anchor,
#tmp_hnavi_s,
#tmp_gmap_link,
#tmp_wrap_custom_update:before,
#tmp_footer .footer_links,
#tmp_footer_tel,
#tmp_lifeguide_hnavi,
#tmp_lifeguide_cnt_navi{
	display:none !important;
}
#tmp_lifeguide_cnt_main{
	float:none !important;
    width: 100%;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
#tmp_lifeguide {
     border: none!important;
     padding: 0 !important;
}
#tmp_lifeguide_header{
     padding: 0 !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer .footer_cnt{
    border: none;
}
.copyright {
	text-align:left !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}

}
