@charset "utf-8";

@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	font-size: 93.75%;	/* 15px */
}
/* wrapper
================================================== */
#tmp_wrapper {
	width:100%;
	min-width:320px;
	overflow:hidden;
}
.format_top #tmp_wrapper {
	min-width:320px;
}
.container {
	width: 100%;
	padding: 0 20px;
}
.format_top .container {
	width: 100%;
	padding: 0 10px;
}
.custom_bosai.type_top .container,
.custom_yuuen.type_top .container,
.custom_youkoso.type_idx .container {
	padding: 0 10px;
}
.custom_youkoso.type_top #tmp_main .container {
	padding:0;
}
.custom_event .container {
	padding: 0 15px;
}
/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
}
.custom_yuuen.type_top #tmp_contents,
.custom_youkoso.type_top #tmp_contents,
.type_idx #tmp_contents {
	padding-bottom:0;
}
.custom_yuuen.type_top #tmp_main {
	margin-bottom:0;
}
.custom_youkoso.type_top #tmp_main #tmp_top_contents {
	padding:0 10px;
}
/* format-layout
================================================== */
.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;
}
/* free
================================================== */
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0 !important;
}
.format_free .wrap_col_rgt_navi {
	width: 100% !important;
}
.format_free .col_rgt_navi {
	margin: 0 -20px 34px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	padding:0;
	background-color: #ffffff;
	color: #222222;
	z-index: 9999;
}
#tmp_hlogo {
	padding:8px 0 8px 10px;
	text-align:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width: 120px;
	height: 34px;
	background-size:100% auto;
}
#tmp_hlogo a {
	width: 120px;
	height: 34px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: 120px;
	height: 34px;
}
#tmp_header .container {
	padding: 4px 0 0;
}
#tmp_hfunction {
	float: none;
	max-width:none;
	padding: 0;
}
/* sp_menu
================================================== */
.spmenu_open #tmp_wrapper2,
.spmenu_open #tmp_emergency_m,
.spmenu_open #tmp_wrap_main,
.spmenu_open #tmp_publicity,
.spmenu_open #tmp_main_visual,
.spmenu_open .pnavi,
.spmenu_open .topic_wrap,
.spmenu_open #tmp_footer,
.spmenu_open.sub_choose_open #tmp_wrap_main,
.spmenu_open.lmenu #tmp_wrap_main,
.spmenu_open .mainvs_info_note,
.spmenu_open #tmp_target_func {
	display: block;
}
.spmenu_open {
	position:absolute;
	width: 100%;
	min-height: 100%;
	z-index: 9999;
	background: #ffffff;
	color: #222222;
	position: absolute;
}
.spmenu_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(to right,#cef9e1, #eff5c5);
	z-index:699;
	cursor:pointer;
}
.vc_overlay::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:699;
	cursor:pointer;
}
.spmenu_open #tmp_sma_menu {
	position: relative;
	z-index: 9998;
}
#tmp_sma_menu #tmp_sma_rmenu {
	background: #ffffff;
	padding-bottom:100px;
	position: fixed;
	top: 51px;
}
#tmp_switch_sp_style {
	display: none;
}
#tmp_hnavi_s,
.spmenu_open #tmp_hnavi_s {
	display: block;
	list-style: none;
}
.emergency_open.spmenu_open::before {
	display: none;
}
/* sma_menu
================================================== */
#tmp_hnavi_s li {
	font-size:66.8%;
	line-height: 1.25;
}
#tmp_hnavi_rmenu {
	position: absolute;
	right: 10px;
	top: 7px;
	margin:0;
}
#tmp_hnavi_rmenu a {
	display: block;
	width: 80px;
	min-height: 40px;
	text-decoration: none;
	padding: 5px 12px 3px;
	border-width: 1px;
}
#tmp_hnavi_rmenu a span {
	text-align:left;
	padding-top:3px;
	padding-left:23px;
	background: url(/shared/images/icon/icon_menu_sp.png) no-repeat left center;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
}
#tmp_hnavi_rmenu a.active {
	display: block;
	width: 80px;
	min-height: 40px;
	margin:0;
	text-decoration: none;
	padding:3px 10px;
	border-width: 1px;
	background-image: -moz-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -webkit-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -ms-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-color: transparent;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #000;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#tmp_hnavi_rmenu a:hover span,
#tmp_hnavi_rmenu a:active span {
	background-image:url(/shared/images/icon/icon_menu_sp.png);
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
}
#tmp_hnavi_rmenu a.active span {
	background-image:url(/shared/images/icon/icon_close.png);
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;

}
#tmp_hnavi_lmenu {
	display: block;
	position: absolute;
	right: 96px;
	top: 8px;
	font-weight: bold;
	font-family:"UD新ゴ DB JIS2004 AP", "UD Shin Go DB JIS2004 AP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_hnavi_lmenu a {
	display: block;
	width: 72px;
	min-height: 40px;
	text-decoration: none;
	padding: 5px 12px 3px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #cccccc;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #000000;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#tmp_hnavi_lmenu a.active {
	padding: 11px 10px 3px;
}
#tmp_hnavi_lmenu a span {
	display: inline-block;
	padding:2px 0 2px 20px;
	background: url(/shared/images/icon/icon_gear.png) no-repeat left center;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
}
#tmp_hnavi_lmenu a.active span {
	padding-left:18px;
	background: url(/shared/images/icon/icon_close_green.png) no-repeat left center;
	-webkit-background-size:14px auto;
	-moz-background-size:14px auto;
	background-size:14px auto;
}
#tmp_sma_menu .container {
	width: 100%;
	padding: 0;
}
#tmp_sma_rnavi_cnt {
	position: relative;
	z-index: 1;
	padding: 0;
}
#tmp_sma_rmenu #tmp_sitemap_menu {
	padding-bottom: 20px;
}
.method_url {
	float: right;
	font-size: 80%;
	position: relative;
	z-index: 1;
	padding: 20px 20px 0 0;
	margin-bottom: 11px;
}
.method_url a {
	color: #000000;
	text-decoration: none;
	background: transparent url(/shared/images/icon/icon_arrow_green.png) no-repeat left 5px;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	padding: 0 0 0 23px;
	font-size: 116.7%;
}
#tmp_sma_menu .menu_top {
	padding:0;
}
#tmp_sma_search {
	padding: 14px 15px 0;
	background: linear-gradient(to right,#cef9e1, #eff5c5);
}
#tmp_sma_search .sch_ttl {
	display: block;
	font-size: 120%;
	font-weight: bold;
	font-family:"UD新ゴ M JIS2004 AP", "UD Shin Go M JIS2004 AP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background: transparent url(/shared/images/icon/icon_mark.png) no-repeat 3px 3px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	padding-left: 23px;
}
#tmp_sma_query {
	min-height: 35px;
	padding: 5px 85px 5px 16px;
}
#tmp_sma_func_sch_btn {
	width: 78px;
	min-height: 35px;
	top: auto;
	bottom: 0;
}
.wrap_sch_btn {
	position: relative;
}
#tmp_sma_search {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.gnavi {
	position: relative;
	z-index:0;
	padding: 17px 15px 12px;
}
.gnavi:before {
	content: '';
	position: absolute;
	display: block;
	width: auto;
	height: 85px;
	background: linear-gradient(to right,#cef9e1, #eff5c5);
	z-index: -1;
	left: -15px;
	right:0;
	top: 0;
}
.gnavi .menu_ttl {
	display: block;
	font-size: 120%;
	font-weight: bold;
	font-family:"UD新ゴ M JIS2004 AP", "UD Shin Go M JIS2004 AP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000000;
	background: transparent url(/shared/images/icon/icon_mark_bold.png) no-repeat left 3px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	padding-left: 22px;
	padding-bottom: 3px;
}
.gnavi ul {
	margin: 0 -1px;
	padding: 0;
}
.gnavi li {
	width: 50%;
	padding: 0 1px;
	margin-bottom: 4px;
}
.gnavi li:nth-child(odd) {
	clear:both;
}
.gnavi li a {
	border: 1px solid #b4d5d5;
	text-align: left;
	background-size: 15px auto !important;
	-webkit-background-size: 15px auto !important;
	-moz-background-size: 15px auto !important;
	padding: 10px 5px 8px 26px;
	background-position: 8px 11px !important;
	-webkit-background-position: 8px 11px !important;
	-moz-background-position: 8px 11px !important;
}
.menu_bottom {
	position: relative;
	padding: 0 15px;
}
.menu_block01,
.menu_block02,
.menu_block05,
.menu_block06 {
	width: 100%;
	float: none;
}
.menu_block01,
.menu_block02,
.menu_block03,
.menu_block04,
.menu_block05,
.menu_block06,
.menu_block07,
.menu_block08 {
	border-top: 1px solid #b4d5d5;
	padding: 0;
}
.menu_bottom .menu_ttl {
	font-size: 93.3%;
	background: transparent url(/shared/images/icon/icon_down_arrow.png) no-repeat 96% center;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	padding: 8px 30px 8px 14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	position:relative;
}
.menu_bottom .active .menu_ttl {
	background: transparent url(/shared/images/icon/icon_up_arrow.png) no-repeat 96% center;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
}
.menu_bottom .menu_ttl:hover,
.menu_bottom .menu_ttl:focus,
.menu_bottom .menu_ttl:active {
	cursor: pointer;
}
.menu_bottom ul {
	margin: 0 0 10px;
	padding: 0 10px 0 13px;
	display: none;
}
#tmp_contents .menu_bottom ul {
	display: block;
}
.menu_bottom ul li {
	width:auto;
	padding: 0;
	float: none;
	margin: 0 0 5px;
	display:block;
}
.menu_bottom ul li a {
	display:block;
	height:auto;
	background-size: 20px auto !important;
	-webkit-background-size: 20px auto !important;
	-moz-background-size: 20px auto !important;
	box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 9px 5px 8px 33px;
}
#tmp_means {
	display: block;
	float: none;
	padding: 0 15px 14px;
}
#tmp_hfunction > #tmp_means {
	display: none;
}
#tmp_setting .mean_setting {
	padding: 9px 0;
}
#tmp_setting .mean_setting li {
	display: block !important;
	margin-left: 0;
	padding: 9px 0 5px;
}
#tmp_setting .mean_setting li.setting_speech{
	margin-left: 0;
}
#tmp_setting .mean_setting li a {
	padding: 0 0 0 22px;
	font-size: 93.3%;
}
.head_rn #tmp_setting .mean_setting {
	padding: 12px 0 !important;
	margin: 0;
}
.head_rn #tmp_setting .mean_setting li {
	float: none !important;
	width: 100% !important;
	margin-bottom: 9px !important;
}
.head_rn #tmp_setting .mean_setting li:nth-child(n) {
	clear: none !important;
}
.head_rn #tmp_setting .mean_setting li a {
	padding: 12px 10px 10px 36px !important;
}
.wrap_mc_pc {
	margin:0 15px 15px;
}
.wrap_mc_pc a {
	display: block;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #06ab53;
	color: #000000;
	text-align: left;
	text-decoration: none;
	background:#ffffff url(/shared/images/icon/icon_sw_pc.png) no-repeat 15px center;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	padding: 8px 5px 8px 43px;
}
.wrap_mc_pc span {
	display:block;
	padding-right:20px;
	background:url(/shared/images/icon/icon_arrow_green.png) no-repeat right center;
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
}
.spmenu_open #tmp_sma_menu .close_btn {
	display: block;
	text-align: center;
	margin-top: 17px;
}
.spmenu_open #tmp_sma_menu .close_btn a {
	position: relative;
	display: block;
	width: 115px;
	text-decoration: none;
	font-size: 80%;
	padding: 10px 5px 11px;
	line-height: 1.25;
	border-width: 1px;
	border: 1px solid #96dcb1;
	background-image: -moz-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -webkit-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -ms-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-color: transparent;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #000;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}
.spmenu_open #tmp_sma_menu .close_btn a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 9px;
	left: 0;
	top: 3px;
	background: transparent url(/shared/images/icon/icon_close.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#tmp_sma_menu #tmp_sma_lmenu {
	/* position: fixed;
	top: 51px; */
	z-index: 1;
	padding: 10px 0 70px;
	width: 100%;
}
#tmp_sma_lmenu .type_block {
	position: relative;
	z-index: 2;
}
#tmp_sma_lmenu .type_ttl {
	position: relative;
	font-size: 120%;
	color: #238650;
	background: #fff url(/shared/images/icon/icon_tabs.png) no-repeat 12px 13px;
	padding: 10px 5px 8px 37px;
	background-size: 21px auto;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	font-weight: bold;
	font-family:"UD新ゴ M JIS2004 AP", "UD Shin Go M JIS2004 AP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_sma_lmenu .type_ttl span {
	color: #000000;
}
#tmp_sma_lmenu .type_ttl:after {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: -12px;
	right: 6px;
	background: transparent url(/shared/images/icon/img_animal.png) no-repeat top left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.box_emergency .emergency_list_link a {
	padding-left: 22px;
    background-position: left center;
}
.box_emergency .emergency_list_link {
	padding: 2px 5px;
	font-size: 93.3%;
	line-height: 1.2;
}
.box_emergency .emergency_list_rss {
	padding-top: 3px;
}
.box_emergency .emergency_cnt .emergency_list_link a {
	background-position: left center;
}
.box_emergency .emergency_list_rss a {
	font-size: 86.6%;
	padding-left: 23px;
}
.box_emergency .emergency_list_rss .btn_rss a {
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
	padding-left: 16px;
}
.box_emergency .emergency_cnt ul {
	margin-bottom:7px;
}
.box_emergency .emergency_list_rss li {
	margin: 0 0 3px 4px;
}
.no_javascript .head_rn #tmp_hfunction {
	display: block;
}
.no_javascript .head_rn #tmp_header #tmp_hfunction #tmp_means {
	display:none;
}
/* inquiry / feedback
================================================== */
#tmp_inquiry,
#tmp_feedback {
	padding: 0 10px 9px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom:25px;
}
#tmp_inquiry #tmp_inquiry_ttl,
#tmp_feedback #tmp_feedback_ttl {
	padding: 20px 0 10px 18px;
	font-size: 113.3%;
	background-position: 0 21px;
}
#tmp_inquiry #tmp_inquiry_ttl p,
#tmp_feedback #tmp_feedback_ttl p {
	line-height: 1.4;
}
#tmp_inquiry_cnt,
#tmp_feedback_cnt {
	padding: 14px 0 0 0;
}
#tmp_inquiry_cnt p {
	line-height: 1.5;
}
#tmp_inquiry_cnt span {
	display: block;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax {
	display:block;
}
#tmp_inquiry_cnt .inquiry_tel {
	margin-right:0;
}
#tmp_feedback_cnt p {
	line-height: 1.6;
}
#tmp_feedback_cnt fieldset p {
	display:block;
	float:none;
}
#tmp_inquiry_cnt .inquiry_btn button,
#tmp_inquiry_cnt .inquiry_btn a,
#tmp_feedback_cnt .submit_btn input {
	display:inline-block;
	min-width: 250px;
	margin: 16px auto 10px;
	cursor: pointer;
	padding-top:9px;
	padding-bottom:8px;
}
#tmp_feedback_cnt .submit_btn input {
	text-align:center;
	padding:8px 20px 7px;
	background-position:80px center;
}
.custom_assembly #tmp_inquiry_ttl::after,
.custom_assembly #tmp_feedback_ttl::after {
	width:160px;
}
/* faq
================================================== */
.box_faq {
	margin-bottom:25px;
}
.box_faq_ttl {
	font-size: 93.3%;
}
.box_faq_ttl p {
	margin-bottom: 0;
	padding: 12px 0 12px 20px;
}
.box_faq_cnt {
	padding: 13px 10px 12px;
}
.box_faq ul {
	margin-left:14px;
}
/* article
================================================== */
#box_article .box_article_ttl {
	font-size: 93.3%;
}
#box_article .box_article_cnt {
	padding: 13px 10px 12px;
}
#box_article .box_article_cnt ul {
	margin-left:14px;
}
/* pankuzu
================================================== */
#tmp_wrap_pankuzu {
	margin-bottom:5px;
}
#tmp_pankuzu {
	font-size:80%;
	padding:3px 0 11px;
}
/* update
================================================== */
#tmp_custom_update {
	float: none;
}
#tmp_update {
	margin: 0;
	font-size: 80%;
}
#tmp_social_plugins,
#tmp_update {
	display:block;
}
#tmp_social_plugins {
	text-align:center;
	margin-bottom:5px;
}
#tmp_social_plugins .social_media_btn {
	margin:0 4px;
}
/* lnavi
================================================== */
#tmp_lnavi {
	padding:35px 20px 24px;
}
#tmp_lnavi_ttl {
	padding: 0 7px 4px 21px;
	margin-bottom:8px;
}
#tmp_lnavi_ttl:before {
	top: 4px;
	left: 0;
}
#tmp_lnavi_ttl p {
	font-size:113.3%;
}
#tmp_lnavi_ttl a {
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	background-position:right 8px;
}
#tmp_lnavi_cnt li {
	font-size: 86.7%;
}
#tmp_lnavi_cnt a {
	padding: 11px 40px 12px 16px;
	-moz-background-position: 94% 52%;
	-webkit-background-position: 94% 52%;
	background-position: 94% 52%;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
.custom_yuuen #tmp_lnavi_ttl {
	margin-bottom:0;
}
/* lnavi_assembly
================================================== */
#tmp_lnavi_assembly {
	padding:20px 25px 13px;
	margin: 0 20px;
}
/* pnavi
================================================== */
.pnavi {
	text-align: center;
	margin-top: 20px;
}
.pnavi .ptop a {
	background: url(/shared/images/pagetop_sp.png) no-repeat top left;
	background-size:126px auto;
}
/* plugin
================================================== */
.plugin {
	padding-bottom: 20px;
	margin-bottom: 25px;
	display:block; /* do not edit */
}
.plugin .plugin_img{
	margin: 14px auto 0 !important;
	float: none;
	text-align: center;
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
footer
================================================== */
#tmp_footer > .container {
	padding: 0 20px;
}
/* fnavi */
.fnavi {
	padding: 15px 10px 20px;
}
.fnavi_block .container {
	padding: 0 8px;
}
.fnavi_block ul li {
	width: 50%;
	margin: 0;
	padding: 10px 5px 0 0;
}
.fnavi_block ul li a {
	background-size: auto 13px;
	-webkit-background-size: auto 13px;
	-moz-background-size: auto 13px;
	padding-bottom: 4px;
	padding-left: 23px;
}
.footer_cnt {
	float: none;
	max-width: 100%;
	padding: 25px 0 17px;
	clear:both;
	text-align: center;
}
.footer_title {
	float: none;
	padding: 0;
}
.footer_cnt .footer_logo {
	padding: 0;
	font-size: 133.3%;
}
.footer_info {
	float: none;
	padding: 11px 0 0;
	text-align: left;
}
.footer_cnt .footer_info span {
	font-size: 93.3%;
}
.footer_cnt .footer_info span.footer_open .footer_open_ttl,
.footer_cnt .footer_info span.footer_open .footer_open_cnt {
	display: block;
}
.wrap_copyright {
	padding: 0;
	float: none;
	font-size: 80%;
	max-width:none;
	text-align:center;
}
.copyright {
	text-align:center;
	clear:both;
}
/* ==================================================
publicity
================================================== */
#tmp_publicity {
	position: relative;
	background-image: url(/shared/templates/top/images/main/bg_adv_sp.jpg);
	padding: 40px 0 30px;
	margin: 0 0 40px;
	-webkit-background-size: 175px auto;
	-moz-background-size: 175px auto;
	background-size: 175px auto;
}
#tmp_publicity .container {
	padding: 0 15px;
}
#tmp_wrap_publicity_ttl {
	font-size: 133.3%;
	padding: 0;
	margin-bottom: 7px;
	background-position: 0 7px;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
}
#tmp_publicity_ttl {
	padding: 0;
}
#tmp_publicity_ttl .publicity_ttl {
	font-size: 93.3%;
	padding-left: 21px;
	background-position: 1px 6px;
}
#tmp_publicity_ttl .publicity_navi {
	float: none;
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 86.6%;
}
#tmp_publicity_ttl .publicity_navi a {
	text-decoration: none;
}
#tmp_publicity_cnt {
	padding: 0;
}
#tmp_publicity_cnt ul {
	margin: 0 -5px;
}
#tmp_publicity_cnt ul li {
	width: 50% !important;
	padding: 0 5px;
	margin: 0 0 5px;
}
#tmp_publicity_cnt ul li:nth-child(2n+1) a{
	text-align:right;
}
#tmp_publicity_cnt ul li:nth-child(2n) a{
	text-align:left;
}
/* ==================================================
emergency
================================================== */
/* info_emergency
================================================== */
#tmp_emergency_m {
	margin-left: 0 !important;
}
#tmp_emergency_m {
	margin-right: 0 !important;
}
.info_emergency .info_emergency_ttl {
	font-size: 106.7%;
}
.info_emergency,
.info_emergency .info_emergency_ttl,
.info_emergency .info_emergency_cnt {
	display: block;
	width: 100% !important;
}
.info_emergency .info_emergency_cnt {
	font-size: 93.3%;
	padding-left: 10px;
	padding-right: 10px;
}
.info_emergency .info_emergency_cnt > ul li {
	display:block;
	margin:0 0 7px;
}
.info_emergency .info_emergency_cnt ul a {
	letter-spacing: 0;
	text-indent: 0;
	background-size:16px auto;
	padding: 0 0 0 22px;
	background-position: 0 3px;
}
.info_emergency .read_all li.rss a {
	padding: 0 0 0 22px;
	background-position: 3px center;
}
.info_emergency .info_emergency_cnt ul li {
	margin-bottom:7px;
}
.info_emergency .read_all {
	float:none;
	border-top:1px solid #ffffff;
	margin-top:5px;
}
.info_emergency .read_all li {
	margin:0 10px 0 0;
}
/* ==================================================
top sitemap
================================================== */
#tmp_pc_none{
	display:block;
	background:url(/shared/templates/free/images/head_bg_sp.jpg) no-repeat top center;
	background-size:100% auto;
	padding:45px 0 0;
	margin:0 0 30px;
	position:relative;
}
#tmp_pc_none::before {
	content:"";
	position:absolute;
	left:50%;
	top:-10px;
	width:1px;
	height:20px;
	background:#037938;
	color:#fff;
}
#tmp_pc_none .heading_ttl,
#tmp_pc_none .gnavi,
#tmp_pc_none .heading_ttl {
	padding:0 15px;
}
#tmp_pc_none .heading_ttl h2 {
	margin:0;
}
#tmp_pc_none .heading_ttl p img,
#tmp_pc_menu .heading_ttl p img {
	width:80px;
}
/* ==================================================
START Renewal Top
================================================== */
/* header Arakawa
================================================== */
.head_rn #tmp_hnavi_rmenu {
	right: 5px;
    top: 5px;
}
.head_rn #tmp_hnavi_rmenu a,
.head_rn #tmp_hnavi_rmenu a.active {
	font-size:100%;
	padding:8px 2px 4px 8px;
	width: 75px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.head_rn #tmp_hnavi_rmenu a span {
	padding-left:28px;
	font-size:0.813rem;
}
.head_rn #tmp_hnavi_rmenu a:hover,
.head_rn #tmp_hnavi_rmenu a:focus {
	border-color:#96DCB1;
	background-color: transparent;
	background-image: -moz-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -webkit-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	background-image: -ms-linear-gradient( -12deg, rgb(143,219,176) 0%, rgb(230,233,193) 100%);
	color: #000000;
}
.head_rn #tmp_hnavi_rmenu a:before,
.head_rn #tmp_hnavi_rmenu a:focus:before {
	left: 1px;
    top: 4px;
	margin-right:5px;
}
.head_rn #tmp_hnavi_rmenu a:active,
.head_rn #tmp_hnavi_rmenu a:hover,
.head_rn #tmp_hnavi_rmenu a:focus {
	width: 75px;
}
.head_rn #tmp_hnavi_rmenu a.active span {
	padding-left:22px;
}
.head_rn #tmp_header #tmp_hnavi_lmenu {
	top:5px;
	right: 85px;
	margin: 0;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a {
	font-size: 100% !important;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a,
.head_rn #tmp_header #tmp_hnavi_lmenu a.active {
	width: 75px;
	padding: 7px 3px 5px 26px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}
.head_rn #tmp_header #tmp_hnavi_lmenu a.active {
	padding-top: 11px;
	padding-left:27px;
	margin-top: 0;
	font-size: 100%;
    border: 2px solid #cccccc;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a:before {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.head_rn #tmp_header #tmp_hnavi_lmenu a:focus {
	text-decoration: none;
}
.head_rn #tmp_header #tmp_hnavi_lmenu span {
	width: 100%;
	padding:0;
	background:none;
	text-align:left;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a:hover {
	text-decoration: none;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a span.lmenu_en {
	font-size: 100%;
	transform: scale(0.8);
	transform-origin: left;
}
.head_rn #tmp_header #tmp_hnavi_lmenu a.active:before {
	width:15px;
	height:15px;
	top: 50%;
	left: 6px;
	margin-top: 0;
	background-image: url(/shared/images/icon/icon_close_green.png);
	margin-right: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}
.head_rn #tmp_header #tmp_sma_lmenu {
	left: 0;
    margin-left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}
/* Renewal header
================================================== */
.head_rn #tmp_header .container  {
    padding: 4px 8px 4px;
}
.head_rn #tmp_header #tmp_hlogo  {
    padding: 10px 0 10px;
}
.head_rn #tmp_header #tmp_hlogo h1,
.head_rn #tmp_header #tmp_hlogo p {
    width: 83px;
    height: 23px;
}
.head_rn #tmp_header #tmp_hlogo h1 span,
.head_rn #tmp_header #tmp_hlogo p span {
    width: 83px;
    height: 23px;
	font-size: 50%;
}
#tmp_hnavi_emergency {
    position: absolute;
    right: 167px;
    top: 5px;
    margin: 0;
	font-size:66.8%;
	line-height:1.25;
}
#tmp_hnavi_emergency br {
	display: none;
}

#tmp_hnavi_emergency a {
	background-image: url(/shared/images/icon/icon_emergency_red.png);
	padding: 21px 1px 2px;
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	background-position: center 2px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	width: 50px;
	border-width:2px;
}
.head_rn #tmp_hnavi_emergency a:hover,
.head_rn #tmp_hnavi_emergency a:focus {
	text-decoration: none;
}
#tmp_hnavi_emergency a.active {
	padding: 12px 2px 12px 12px;
	background-position: 1px center;
	-moz-background-size: 9px auto;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
}
.box_emergency{
	left: 0;
	z-index: 10;
	width: 100%;
}
#tmp_sma_choose_menu {
	position: static;
}
.fixed_header .box_emergency.fixed.scroll_emergency,
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_choose_menu,
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_lmenu,
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_rmenu  {
	top: 51px;
}
.fixed_header #tmp_wrapper {
	padding-top: 49px;
}
html,
body{
	height: 100%;
}
body.hidden_sp{
	/* overflow: hidden; */
}
#tmp_wrapper.spmenu_open {
	height: auto;
}
#tmp_wrapper.spmenu_open.emergency_open{
	height: auto;
}
.spmenu_open #tmp_sma_menu #tmp_sma_lmenu,
.spmenu_open #tmp_sma_menu #tmp_sma_rmenu {
	width: 100%;
}
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_lmenu,
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_rmenu {
	position: fixed;
	height: calc(100% - 51px);
	overflow-y: auto;
}
.spmenu_open.emergency_open #tmp_wrapper2,
.spmenu_open.emergency_open #tmp_emergency_m,
.spmenu_open.emergency_open #tmp_wrap_main,
.spmenu_open.emergency_open #tmp_publicity,
.spmenu_open.emergency_open #tmp_main_visual,
.spmenu_open.emergency_open .pnavi,
.spmenu_open.emergency_open .topic_wrap,
.spmenu_open.emergency_open #tmp_footer,
.spmenu_open.emergency_open.sub_choose_open #tmp_wrap_main,
.spmenu_open.emergency_open.lmenu #tmp_wrap_main,
.spmenu_open.emergency_open .mainvs_info_note,
.spmenu_open.emergency_open #tmp_target_func {
	display: block;
}
#tmp_wrapper > #tmp_target_func {
	display: block;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#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%;
}


/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
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;
	display: block;
	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%;
	display: block;
	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 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;
	-webkit-box-sizing:border-box;/* Webkit */
}
#tmp_main img {
	max-width:100%;
	height:auto;
}

/* event_cal
================================================== */
/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:80%;
	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/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px auto;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px auto;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
slick_control
================================================== */
.slick_control .btn_slides {
	font-size:93.3%;
}
/* ==================================================
yuuen
================================================== */
.format_free.custom_yuuen .col_rgt_navi {
	margin: 0;
}
/* category
================================================== */
#tmp_yuuen_cmenu ul {
	font-size: 115.4%;
	margin:0;
}
#tmp_yuuen_cmenu ul li {
	width: 100% !important;
	float:none;
	margin: 0 0 24px;
}
#tmp_yuuen_cmenu ul li .menu_txt {
	width: 220px;
	margin-top:-22px;
}
#tmp_yuuen_cmenu ul li .menu_txt .inner {
	height: 40px;
	border-width: 2px;
	padding: 5px 15px;
}
#tmp_yuuen_cmenu ul li .menu_txt .inner::before {
	margin:0 5px 2px 0;
	width:20px;
	height:20px;
	background-size:100% auto !important;
}
#tmp_yuuen_cmenu ul li .menu_img p,
#tmp_yuuen_cmenu ul li .menu_img img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* ==================================================
youkoso
================================================== */
/* cate_ttl - assembly
================================================== */
.custom_assembly #tmp_cate_ttl {
	display:block;
	width:auto;
	margin:0 -20px 25px;
	background-image:url(/shared/images/assembly/cate_ttl_bg_sp.jpg);
	background-size:100% auto;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.custom_assembly #tmp_cate_ttl h1,
.custom_assembly #tmp_cate_ttl p {
	display:block;
	height:auto;
	padding:3% 30px 3% 18px;
	font-size:93.3%;
}
.custom_assembly #tmp_cate_ttl .ttl {
	font-size:160%;
	letter-spacing:0.05em;
}
.custom_assembly #tmp_cate_ttl .ttl_en img {
	width:170px;
	height:auto;
}
/* cate_ttl - bosai
================================================== */
.custom_bosai #tmp_wrap_cate_ttl {
	border-top:2px solid #fcc679;
	background:linear-gradient(to left, #fdf0b0, #fdce92);
	padding:33px 10px 28px;
	margin-bottom:20px;
}
.custom_bosai #tmp_cate_ttl img {
	max-width:100%;
	height:auto;
}
/* cate_ttl - youkoso
================================================== */
.custom_youkoso #tmp_wrap_cate_ttl {
	width:auto;
	margin:0 -10px 25px;
}
.custom_youkoso.type_idx #tmp_wrap_cate_ttl {
	margin-left:10px;
	margin-right:10px;
}
.custom_youkoso #tmp_cate_ttl {
	background-image:url(/shared/templates/youkoso/images/sp/cate_ttl_bg.jpg);
	background-size:100% auto;
}
.custom_youkoso #tmp_cate_ttl p {
	height:80px;
	padding-left:10px;
}
.custom_youkoso #tmp_cate_ttl .ttl {
	font-size:160%;
}
.custom_youkoso #tmp_cate_ttl .ttl_catch img {
	width:180px;
	height:auto;
}
/* youkoso_back_btn
================================================== */
.custom_youkoso .youkoso_back_btn {
	font-size: 106.7%;
}
.custom_youkoso .youkoso_back_btn a {
	padding: 15px 55px 15px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-size:22px auto;
}
/* ==================================================
hnavi_choose_menu
================================================== */
.format_top #tmp_wrap_hnavi_choose_menu {
	float:none;
	margin:0;
	width:auto;
	clear:both;
}
.format_top #tmp_hnavi_choose_menu {
	display:block;
	padding:10px 5px;
	border-top:8px solid #238650;
}
#tmp_sma_choose_menu .container {
	width:100%;
}
.fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_choose_menu {
	position: absolute;
	top: 0;
}
.format_top #tmp_hnavi_choose_menu .wrap_choose_menu_display {
	font-size:100%;
}
.format_top #tmp_hnavi_choose_menu .choose_menu_display {
	display:block;
	float:left;
	width: calc(100% - 100px);
}
.format_top #tmp_hnavi_choose_menu .choose_menu_switch {
	display:block;
	float:right;
	width:100px;
    padding:7px 6px;
}
#tmp_hnavi_choose_menu .choose_menu_display .label_menu {
	font-size:0.875rem !important;
	display:block;
	min-height:auto;
	padding:6px 10px;
	-webkit-border-radius:6px 0 0 0;
	-moz-border-radius:6px 0 0 0;
	border-radius:6px 0 0 0;
	text-align:center;
}
#tmp_hnavi_choose_menu .choose_menu_display .label_menu:after {
	display:none;
}
.format_top #tmp_hnavi_choose_menu .choose_menu_display .cate_menu {
	font-size:0.75rem !important;
	display:block;
	min-height:auto;
	margin:0;
	padding:8px 0 8px 25px;
	background-position:5px center !important;
    background-size: 15px auto !important;
    -webkit-background-size: 15px auto !important;
    -moz-background-size: 15px auto !important;
	-webkit-border-radius:0 0 0 6px;
	-moz-border-radius:0 0 0 6px;
	border-radius:0 0 0 6px;
}
.format_top #tmp_hnavi_choose_menu .choose_menu_switch a {
	font-size:0.75rem !important;
    padding:5px;
	min-height:55px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
/* ==================================================
elderly - font size
================================================== */
body.format_top.elderly #tmp_hnavi_emergency,
body.format_top.elderly #tmp_hnavi_lmenu,
body.format_top.elderly #tmp_hnavi_rmenu {
	font-size: 50%;
}
/* ==================================================
no_javascript
================================================== */
.format_top.no_javascript .head_rn #tmp_hnavi_emergency,
.format_top.no_javascript .head_rn #tmp_wrap_hnavi_choose_menu,
.format_top.no_javascript .head_rn #tmp_hnavi_s {
	display:block;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo span {
	padding:3px 15px !important;
}
.color_blue #tmp_hnavi_lmenu a::before,
.color_yellow #tmp_hnavi_lmenu a::before,
.color_black #tmp_hnavi_lmenu a::before,
.color_blue .gnavi::before,
.color_yellow .gnavi::before,
.color_black .gnavi::before {
	content:none !important;
}
.color_blue #tmp_hnavi_lmenu,
.color_blue #tmp_hnavi_rmenu,
.color_yellow #tmp_hnavi_lmenu,
.color_yellow #tmp_hnavi_rmenu,
.color_black #tmp_hnavi_lmenu,
.color_black #tmp_hnavi_rmenu {
	text-align:center !important;
}
.color_blue #tmp_hnavi_lmenu a,
.color_blue #tmp_hnavi_rmenu a,
.color_yellow #tmp_hnavi_lmenu a,
.color_yellow #tmp_hnavi_rmenu a,
.color_black #tmp_hnavi_lmenu a,
.color_black #tmp_hnavi_rmenu a {
	min-height:auto !important;
	padding:7px 5px !important;
}
.color_blue #tmp_hnavi_lmenu span,
.color_blue #tmp_hnavi_rmenu span,
.color_yellow #tmp_hnavi_lmenu span,
.color_yellow #tmp_hnavi_rmenu span,
.color_black #tmp_hnavi_lmenu span,
.color_black #tmp_hnavi_rmenu span {
	width:auto !important;
}
.color_blue .menu_bottom .menu_ttl::after,
.color_yellow .menu_bottom .menu_ttl::after,
.color_black .menu_bottom .menu_ttl::after {
	content:"" !important;
	position:absolute !important;
	right:10px !important;
	top:12px !important;
	width: 0 !important;
	height: 0 !important;
	border-style: solid !important;
	border-width: 10px 5px 0 5px !important;
}
.color_blue .menu_bottom .menu_ttl::after,
.color_black .menu_bottom .menu_ttl::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.color_yellow .menu_bottom .menu_ttl::after {
	border-color: #000000 transparent transparent transparent !important;
}
.color_blue .menu_bottom .active .menu_ttl::after,
.color_yellow .menu_bottom .active .menu_ttl::after,
.color_black .menu_bottom .active .menu_ttl::after {
	border-width: 0 5px 10px 5px !important;
}
.color_blue .menu_bottom .active .menu_ttl::after,
.color_black .menu_bottom .active .menu_ttl::after {
	border-color: transparent transparent #ffffff transparent !important;
}
.color_yellow .menu_bottom .active .menu_ttl::after {
	border-color: transparent transparent #000000 transparent !important;
}
.color_blue #tmp_main_visual .main_visual_lft,
.color_yellow #tmp_main_visual .main_visual_lft,
.color_black #tmp_main_visual .main_visual_lft {
	border-bottom-width:1px !important;
	border-bottom-style:solid !important;
}
.color_blue #tmp_main_visual .main_visual_wrap,
.color_yellow #tmp_main_visual .main_visual_wrap,
.color_black #tmp_main_visual .main_visual_wrap {
	margin-top:0 !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
}
.color_blue #tmp_idx_ttl,
.color_yellow #tmp_idx_ttl,
.color_black #tmp_idx_ttl {
	margin-bottom:0 !important;
}
.color_blue #tmp_idx_contents .idx_list_ttl,
.color_yellow #tmp_idx_contents .idx_list_ttl,
.color_black #tmp_idx_contents .idx_list_ttl {
	border-right-width:none !important;
	border-right-style:none !important;
	border-bottom-width:1px !important;
	border-bottom-style:solid !important;
}
.color_blue #tmp_idx_contents .idx_list_ttl,
.color_yellow #tmp_idx_contents .idx_list_ttl,
.color_black #tmp_idx_contents .idx_list_ttl {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.color_blue #tmp_idx_contents .idx_list_cnt,
.color_yellow #tmp_idx_contents .idx_list_cnt,
.color_black #tmp_idx_contents .idx_list_cnt {
	padding-top:0 !important;
	padding-bottom:15px !important;
}
.color_blue #tmp_idx_contents .idx_list_ttl .menu_ttl a,
.color_yellow #tmp_idx_contents .idx_list_ttl .menu_ttl a,
.color_black #tmp_idx_contents .idx_list_ttl .menu_ttl a,
.color_blue #tmp_idx_contents .idx_list_ttl .menu_desc,
.color_yellow #tmp_idx_contents .idx_list_ttl .menu_desc,
.color_blue #tmp_idx_contents .idx_list_ttl .menu_desc {
	padding-left:20px !important;
}
.color_blue #tmp_idx_contents .idx_list_ttl .menu_ttl a::after,
.color_yellow #tmp_idx_contents .idx_list_ttl .menu_ttl a::after,
.color_black #tmp_idx_contents .idx_list_ttl .menu_ttl a::after {
	top:10px !important;
}
.color_blue #tmp_idx_list_menu ul li a::before,
.color_yellow #tmp_idx_list_menu ul li a::before,
.color_black #tmp_idx_list_menu ul li a::before {
	left:12px !important;
	width: 6px !important;
    height: 6px !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small #tmp_hnavi_emergency,
.fsize_small #tmp_hnavi_choose_menu,
.fsize_small #tmp_hnavi_lmenu,
.fsize_small #tmp_hnavi_rmenu {
	font-size: 0.625rem !important;
}
.fsize_small #tmp_hnavi_emergency a {
	background-position: center 2px;
}
.fsize_small #tmp_hnavi_emergency a.active {
	background-position: 1px center;
}
/* big
================================================== */
.fsize_big #tmp_hnavi_s li,
.fsize_big #tmp_hnavi_s li,
.fsize_big #tmp_hnavi_s li {
	font-size:0.6rem !important;
}
.fsize_big .mainvs_info {
	padding: 30px 0;
}
.fsize_big #tmp_news .news_cnt_tab .tab_menu .tab_menu_ttl a {
	font-size: 90% !important;
}
.fsize_big #tmp_news .news_cnt_tab {
	padding-top:1.6em !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 #tmp_hnavi_s li,
.fsize_big #tmp_hnavi_s li,
.fsize_big2 #tmp_hnavi_emergency,
.fsize_big #tmp_hnavi_emergency {
	font-size:0.63rem !important;
}
.fsize_big2 .mainvs_info {
	padding: 30px 0;
}
.fsize_big2 #tmp_news .news_cnt_tab {
	padding-top:2.5em !important;
}
.fsize_big .news_btn li,
.fsize_big2 .news_btn li {
	margin-bottom:5px !important;
}
.fsize_big .news_btn li a.view_btn,
.fsize_big2 .news_btn li a.view_btn,
.fsize_big .news_btn li a.rss_btn,
.fsize_big2 .news_btn li a.rss_btn {
	margin:0 !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.fsize_big #tmp_search_keyword .wrap_sch_box .sch_ttl .sch_sub_ttl,
.fsize_big2 #tmp_search_keyword .wrap_sch_box .sch_ttl .sch_sub_ttl {
	position:relative !important;
	margin-bottom:10px !important;
}
.fsize_big #tmp_news .news_cnt_tab .tab_menu .tab_menu_ttl,
.fsize_big2 #tmp_news .news_cnt_tab .tab_menu .tab_menu_ttl {
	line-height:1.2 !important;
}
.fsize_big .mainvs_info .box_info .info_heading,
.fsize_big2 .mainvs_info .box_info .info_heading {
	font-size: 1rem;
}
.fsize_big2 .mainvs_info .box_info .info_link #tmp_vc_btn,
.fsize_big .mainvs_info .box_info .info_link #tmp_vc_btn {
	font-size: 70%;
}
.fsize_big2.format_top #tmp_hnavi_choose_menu .wrap_choose_menu_display,
.fsize_big.format_top #tmp_hnavi_choose_menu .wrap_choose_menu_display,
.fsize_small.format_top #tmp_hnavi_choose_menu .wrap_choose_menu_display {
    font-size:0.9375rem !important;
}
/* ==================================================
翻訳
================================================== */
.disp_transer #tmp_hnavi_emergency a {
	width: 80px;
	word-break: break-word;
}
.disp_transer #tmp_wrapper #tmp_hnavi_lmenu {
	text-align: left;
}
.disp_transer #tmp_wrapper #tmp_hnavi_lmenu a,
.disp_transer #tmp_wrapper #tmp_hnavi_rmenu a {
	width: 80px;
	display: inline-block;
	padding-left: 22px;
	padding-right: 0;
}
.disp_transer #tmp_wrapper #tmp_hnavi_lmenu span {
	width: 60px;
}
.disp_transer #tmp_wrapper #tmp_hnavi_rmenu span {
	width: 62px;
}
.disp_transer #tmp_wrapper #tmp_hnavi_lmenu a:before {
	width: 14px;
	height: 14px;
}
.disp_transer #tmp_wrapper #tmp_hnavi_rmenu a {
	padding-left: 2px;
	width: 74px;
}
.disp_transer #tmp_wrapper #tmp_hnavi_rmenu a span {
	padding-left: 20px;
}
.disp_transer #tmp_wrapper #tmp_hnavi_rmenu a:before {
	margin-right: 8px;
	width: 14px;
	height: 13px;
}
.disp_transer #tmp_wrapper #tmp_feedback_cnt .submit_btn input {
	background-position: 1em center;
}
.disp_transer.format_top #tmp_wrap_hnavi_choose_menu {
	margin-left: 0;
	margin-right: 0;
}
.disp_transer .type_choose ul li a {
	letter-spacing:normal;
}
.disp_transer .head_rn #tmp_header #tmp_hlogo {
	padding-bottom:20px;
}
.disp_transer #tmp_sma_menu #tmp_sma_rmenu {
	top: 100px;
}
.disp_transer .fixed_header .box_emergency.fixed.scroll_emergency,
.disp_transer .fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_choose_menu,
.disp_transer .fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_lmenu,
.disp_transer .fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_rmenu  {
	top: 100px;
}
.disp_transer .fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_lmenu,
.disp_transer .fixed_header .spmenu_open #tmp_sma_menu #tmp_sma_rmenu {
	height: calc(100% - 100px);
}
.disp_transer #tmp_hnavi_emergency a.active {
	padding-left:8px;
	background-size:7px auto;
}
.disp_transer .head_rn #tmp_header #tmp_hnavi_lmenu a.active::before {
	left:2px;
}
.disp_transer .head_rn #tmp_header #tmp_hnavi_lmenu a.active {
	padding-left:20px;
}
/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal{
	left: 11px;
	right: 11px;
	width: auto;
	border-width: 2px;
	padding: 29px 23px 25px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
#tmp_redirect_modal_ttl{
	font-size: 111.1%;
	line-height: 1.4;
	margin-bottom: 25px;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 8px;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	padding: 0;
	width: 100%;
	margin-bottom: 16px;
}
#tmp_redirect_modal_cnt .modal_btn{
	font-size: 111.1%;
	padding: 9px;
}
#tmp_redirect_modal_note{
	font-size: 66.7%;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after,
.type_block ul:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}