@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
body #tmp_contents p em {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
a:link,
a:active {
	color: #005eaa;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size: 112.5%;
	color: #222222;
	background-color:transparent;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #BA1414;	/* Setting by CMS sheets */
}
.txt_green {
	color: #136740;	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 133.33%;	/* 24px */
}
.txt_small {
	font-size: 77.78%;	/* 14px */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;	/* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.container {
	width: 1220px;
	margin: 0 auto;
	padding:0 10px;
}
#tmp_contents {
	padding:0 0 40px;
}
#tmp_wrapper2 {
	position: relative;
	top:0;
}
#tmp_wrapper2::before,
#tmp_wrap_main::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	background-image: url(/shared/site_rn/images/main/header_pattern.png);
	background-repeat:repeat;
	z-index:-1;
}
#tmp_wrapper2::before {
	height:240px;
}
#tmp_wrap_main::before {
	height:150px;
}
.custom_ku #tmp_wrapper2::before,
.custom_ku #tmp_wrap_main::before,
.custom_kanri #tmp_wrapper2::before,
.custom_kanri #tmp_wrap_main::before {
	display:none;
}
.custom_easyjp.type_top #tmp_contents,
.custom_kids #tmp_contents {
	padding:0;
}
/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .col_rgt_navi {
	padding: 0;
	color: inherit;
	background-color: transparent;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}
/* regulation
================================================== */
#tmp_wrap_regulation {
	padding-top:5px;
	border-bottom:2px solid #024e7f;
}
#tmp_regulation {
	width: 1200px;
	margin: 0 auto;
	background:url(/shared/site_rn/images/regulation/regulation_bg.jpg) no-repeat right 107px top;
}
#tmp_regulation p {
	float:right;
	width:87px;
	height:38px;
}
#tmp_regulation p a {
	display:block;
	width:87px;
	height:38px;
	background:url(/shared/site_rn/images/regulation/chiba_logo.jpg) no-repeat left top;
}
#tmp_regulation p span {
	display:block;
	width:87px;
	height:38px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* main
================================================== */
#tmp_wrap_main {
	position:relative;
	padding:12px 0 107px;
}
.custom_easyjp.type_top #tmp_wrap_main {
	padding-bottom:0;
	overflow:hidden;
}
.custom_kanri #tmp_wrap_main {
	padding:60px auto;
}
.custom_kids #tmp_wrap_main {
	padding-bottom: 0;
	overflow:hidden;
}
/* header
================================================== */
#tmp_header {
	padding: 19px 0 0;
	width: 100%;
	position:relative;
	z-index: 99;
}
#tmp_header .header_wrap,
#tmp_hlogo h1,
#tmp_hlogo p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_hlogo {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.5%;
	flex: 0 0 11.5%;
	color: #222222;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-moz-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	padding:0 13px 0 8px;
}
#tmp_hlogo a {
	display:block;
	width:100%;
	height:100%;
}
#tmp_hlogo img {
	width:100%;
	max-width:117px;
	height:auto;
	vertical-align: middle;
}
/* gnavi
================================================== */
#tmp_gnavi,
#tmp_gnavi .gnavi,
#tmp_gnavi .gnavi li,
#tmp_gnavi .gnavi li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_gnavi{
/*
	-webkit-box-flex: 2;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
*/
	background-color: #136740;
	color: #ffffff;
	width: 100%;
	-webkit-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-moz-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	position: relative;
}
#tmp_gnavi .gnavi{
	width: 100%;
	padding: 5px 0;
}
#tmp_gnavi .gnavi > li:first-child{
	padding: 0 16px;
/*
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
*/
}
#tmp_gnavi .gnavi > li {
	padding: 0 12px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
/*
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
*/
	list-style: none;
}
#tmp_gnavi .gnavi > li:not(:last-child) > a span::after{
	content: '';
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	margin: auto 0;
	background-color: #82a695;
	width: 1px;
	height: 20px;
}
#tmp_gnavi .gnavi > li:first-child > a span::after{
	right: -16px;
}
#tmp_gnavi a {
	justify-content: center;
	flex-grow:1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	background-color: transparent;
	font-size:1rem !important;
	line-height: 1.5;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
#tmp_gnavi .gnavi > li > a{
	position: relative;
}
#tmp_gnavi .gnavi > li > a::before {
	content: '';
	background: #fdebc9;
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom:4px;
	margin: auto;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#tmp_gnavi .gnavi > .dd_active > a::before,
#tmp_gnavi .gnavi > .active > a::before,
#tmp_gnavi .gnavi > li > a:hover::before,
#tmp_gnavi .gnavi > li > a:focus::before {
	transform: scale(1, 1);
}
#tmp_gnavi .gnavi > li > a::after {
	content: '';
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #fdebc9 transparent transparent transparent;
	opacity:0;
}
#tmp_gnavi .gnavi > .dd_active > a::after,
#tmp_gnavi .gnavi > .active > a::after,
#tmp_gnavi .gnavi > li > a:hover::after,
#tmp_gnavi .gnavi > li > a:focus::after {
	opacity:1;
}
html[class*="translated"] #tmp_gnavi .gnavi > li {
	flex-wrap: wrap;
	overflow-wrap: anywhere;
	max-width: 140px;
}
/* drop_down_hidden */
#tmp_gnavi .gnavi .drop_down_hidden {
	position:absolute;
	width: 100%;
	top: 72px;
	bottom: auto;
	left: 0;
	padding-top: 16px;
	padding: 16px 20px 12px;
	display: none;
	color: #ffffff;
	background-color:#ffffff;
	z-index: 99;
	border: 2px solid #136740  ;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}
#tmp_gnavi .gnavi .drop_down_hidden ul li {
	width: 33.3%;
	margin:0 0 5px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
}
#tmp_gnavi .gnavi .drop_down_hidden ul li a {
	position: relative;
	margin:0;
	padding: 7px 23px 6px 18px;
	text-align: left;
	color: #136740;
	background-color:#ffffff;
	justify-content: flex-start;
	background: #ffffff url(/shared/site_rn/images/icon/arrow_link_gr_sp.png) no-repeat left center;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
}
#tmp_gnavi .gnavi .drop_down_hidden ul li a:hover,
#tmp_gnavi .gnavi .drop_down_hidden ul li a:focus {
	text-decoration: underline;
}
/* hnavi
================================================== */
#tmp_hamburger_menu{
	padding-left: 1%;
	-webkit-box-flex: 3;
	-ms-flex: 3 0 19.8%;
	flex: 3 0 19.8%;
	text-align: right;
	font-size: 1em !important;
}
#tmp_hnavi_s{
	display: inline-block;
	min-width: 226px;
}
#tmp_hnavi_s .button_ctg_list{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background-color: #f5ead8;
	-webkit-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-moz-box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	box-shadow: 0 0 5px 1px rgba(80, 102, 92, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #136740;
}
#tmp_hnavi_s .button_ctg_list > li {
	width: 33.24%;
	min-height: 70px;
	list-style: none;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
}
#tmp_hnavi_s .button_ctg_list > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 36px 2px 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 11px;
	text-decoration: none;
	color: inherit;
	line-height: 1;
	font-size: 0.875rem !important;
	word-break:break-all;
	word-wrap:break-word;
}
#tmp_hnavi_s .button_ctg_list >li>a:before{
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	background-color: transparent;
	border: 2px solid #ddb567;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
#tmp_hnavi_s .button_ctg_list >li>a:hover{
	text-decoration: underline;
}
#tmp_hnavi_s .button_ctg_list >li>a.active:before,
#tmp_hnavi_s .button_ctg_list >li>a:hover:before,
#tmp_hnavi_s .button_ctg_list >li>a:focus:before{
	opacity: 1;
	visibility: visible;
}
#tmp_hnavi_s .button_ctg_list a.ctg_emergency{
	background-color: #fdd4d4;
	background-image: url(/shared/site_rn/images/icon/icon_warning.png);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #bf0202;
}
#tmp_hnavi_s .button_ctg_list a.ctg_emergency:hover:before{
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-color: #e09393;
}
#tmp_hnavi_s .button_ctg_list a.ctg_language{
	background-image: url(/shared/site_rn/images/icon/icon_lang.png);
}
#tmp_hnavi_s .button_ctg_list a.ctg_menu{
	padding-bottom: 3px;
	background-image: url(/shared/site_rn/images/icon/icon_menu.png);
}
#tmp_hnavi_s .button_ctg_list >li>a.ctg_menu.active:before,
#tmp_hnavi_s .button_ctg_list a.ctg_menu:hover:before{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#tmp_hnavi_s .button_ctg_list >li:not(:last-child){
	border-right: 1px solid #dccea0;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency{
	border-right: 1px solid #e2a7a7;
}
#tmp_hnavi_s .button_ctg_list > li > a.active {
	background-color: #f5e7cc;
	background-image: url(/shared/site_rn/images/icon/icon_close.png);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
#tmp_hnavi_mmenu a.active:after {
	content: '';
	position: absolute;
	right: -1px;
	left: -1px;
	bottom: -8px;
	background-color: #f5e7cc;
	height: 8px;
	border-left: 2px solid #ddb567;
	border-right: 2px solid #ddb567;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency a.active{
	background-color: #fdd4d4;
	background-image: url(/shared/site_rn/images/icon/icon_close_red.png);
	color: #bf0202;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency a.active:before{
	border-color: #c41212;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_mmenu a{
	z-index: 100;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_mmenu a.active:before{
	border-bottom: none;
}
#tmp_hnavi_s .button_ctg_list #tmp_hnavi_rmenu a.active{
	padding-bottom: 12px;
}
/* spmenu
================================================== */
.spmenu_open {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	min-height: 100%;
	z-index: 98;
	color: #222222;
}
.spmenu_open:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 96;
}
.custom_callcenter .spmenu_open:before {
	top:45px;
}
#tmp_sma_menu{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	background-color: #ffffff;
	width: 100%;
	color: #222222;
	z-index: 98;
}
.no_overlay:before,
.emergency_open:before{
	display: none;
}
#tmp_sma_lmenu,
#tmp_sma_mmenu,
#tmp_sma_rmenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 98;
}
.no_javascript #tmp_sma_menu,
.no_javascript #tmp_sma_mmenu {
	display:block;
	position:static;
}
.no_javascript #tmp_sma_menu {
	background-color:transparent;
	padding-top:6px;
}
.no_javascript #tmp_sma_mmenu {
	width:1200px;
	margin:0 auto;
}
.no_javascript #tmp_sma_mmenu .languages_inner {
	float:right;
}
/* list_dot
================================================== */
.list_dot{
	margin-left: 21px;
	list-style-image: url(/shared/site_rn/images/icon/icon_dot_red.png);
}
.list_dot li{
	font-size: 88.8%;
	line-height: 2;
}
/* emergency
================================================== */
#tmp_emergency_box{
	position: relative;
	top:0;
	left: 0;
	right:0;
	display: none;
	background-color: #f4b0b0;
	border: 2px solid #c41212;
	z-index: 98;
}
#tmp_emergency_box .emergency_wrap{
	padding: 104px 0 11px;
}
#tmp_emergency_box .emergency_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
#tmp_emergency_box .emergency_head{
	position: relative;
	padding: 21px 12px 50px;
	background-color: #ffeeee;
	color: #bf0202;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 154px;
	flex: 0 0 154px;
}
#tmp_emergency_box .emergency_ttl{
	padding-left: 40px;
	background: transparent url(/shared/site_rn/images/icon/icon_emergency_ttl.png) no-repeat 8px center;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	background-size: 24px auto;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_emergency_box .emergency_btn{
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 13px;
	margin: auto 0;
}
#tmp_emergency_box .emergency_btn a{
	display: block;
	padding: 2px 3px;
	background-color: #ffffff;
	border: 2px solid #fdd4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 77.7%;
	font-weight: bold;
	color: #bf0202;
	line-height: 1.4;
	text-align: center;
}
#tmp_emergency_box .emergency_btn span{
	display: inline-block;
	padding:1px 0 4px 18px;
	background: transparent url(/shared/site_rn/images/icon/icon_close_red_sm.png) no-repeat left center;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	color: inherit;
}
#tmp_emergency_box .emergency_btn a:hover span,
#tmp_emergency_box .emergency_btn a:focus span{
	text-decoration: underline;
}
#tmp_emergency_box .emergency_cnt{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 18px 20px 7px 15px;
}
#tmp_emergency_box .emergency_related_list{
	margin-bottom: 18px;
	padding: 0 0 25px 13px;
	border-bottom: 1px solid #fdd4d4;
}
#tmp_emergency_box .list_dot{
	list-style-image: url(/shared/site_rn/images/icon/icon_dot_emergency.png);
}
#tmp_emergency_box .list_dot a{
	background-color: #ffffff;
	text-align: left;
	color: #bf0202;
}
#tmp_emergency_box .list_dot li:not(:last-child){
	margin-bottom: 4px;
}
#tmp_emergency_box .emergency_list_btn{
	padding-right: 5px;
	text-align: right;
}
#tmp_emergency_box .emergency_list_btn ul{
	display: inline-block;
}
#tmp_emergency_box .emergency_list_btn li{
	float: left;
	list-style: none;
}
#tmp_emergency_box .emergency_list_btn a{
	display: inline-block;
	padding-left: 17px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_red.png) no-repeat left center;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
	background-size: 9px auto;
	font-size: 88.89%;
	color: #222222;
	text-decoration: none;
}
#tmp_emergency_box .emergency_list_btn a:hover,
#tmp_emergency_box .emergency_list_btn a:focus{
	text-decoration: underline;
}
#tmp_emergency_box .emergency_list_btn li:not(:last-child){
	margin-right: 30px;
}
/* sma_mmenu
================================================== */
#tmp_sma_mmenu{
	right: 2px;
	top: 76px;
	min-width: 414px;
}
#tmp_sma_mmenu .languages_inner{
	padding: 8px 6px 8px;
	background-color: #f5e7cc;
	color: #222222;
	border: 2px solid #ddb567;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
#tmp_sma_mmenu ul{
	padding: 13px 16px 6px;
	background-color: #ffffff;
	border: 1px solid #e9d5ae;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #136740;
}
#tmp_sma_mmenu ul li{
	float: left;
	margin-bottom: 5px;
	font-size: 88.89%;
	font-weight: bold;
	list-style: none;
}
#tmp_sma_mmenu ul a{
	padding-left: 26px;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_mmenu ul a:hover,
#tmp_sma_mmenu ul a:focus{
	text-decoration: underline;
}
#tmp_sma_mmenu ul a.lang_mess{
	background-image: url(/shared/site_rn/images/icon/icon_heart_sp.png);
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
}
#tmp_sma_mmenu ul a.lang_social{
	background-image: url(/shared/site_rn/images/icon/icon_social_sp.png);
	background-size: 17px auto;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
}
#tmp_sma_mmenu ul li:not(:last-child){
	margin-right: 24px;
	padding-right: 33px;
	border-right: 1px solid #82a695;
}
#tmp_sma_mmenu .search_close{
	display: none;
}
#tmp_sma_rmenu{
	background-color: #fdf1da;
	color: #222222;
}
#tmp_sma_rmenu .search_menu_wrap{
	padding: 142px 0 53px;
}
.box_keywords{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 46px;
	padding: 0 90px;
	text-align: left;
}
/* keywords
================================================== */
.box_keywords .keyword_ttl{
	margin-bottom: 26px;
	padding-left: 11px;
	border-left: 3px solid #177047;
	font-size: 122.2%;
	line-height: 1;
	font-weight: bold;
}
#tmp_sma_rmenu .box_keywords .keywords_form{
	width: 46%;
	margin-bottom: 30px;
}
.box_keywords .wrap_sch_box{
	position: relative;
	margin-bottom: 13px;
}
.box_keywords .sch_lbl{
	display: none;
}
.box_keywords .sch_box input,
.box_keywords .sch_btn input{
	display: block;
	width: 100%;
	height: 42px;
	outline: none;
}
.box_keywords .sch_box input{
	padding: 13px 85px 10px 11px;
	background-color: #ffffff;
	border: 1px solid #e9d5ae;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 88.8%;
	line-height: 1.7;
	color: #555555;
}
.box_keywords .sch_btn{
	position: absolute;
	right: 1px;
	top: 0;
	min-width: 80px;
	height: 100%;
}
.box_keywords .sch_btn input{
	background-color: #177047;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border: 3px solid transparent;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 3px;
	transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
}
.box_keywords .sch_btn input:hover,
.box_keywords .sch_btn input:focus{
	text-decoration: underline;
	border-color: #4dd27c;
}
.box_keywords .keywords_view_btn{
	padding-right: 5px;
	text-align: right;
}
.box_keywords .keywords_view_btn a{
	display: inline-block;
	padding-left: 15px;
	background:#fdf1da url(/shared/site_rn/images/icon/arrow_link_gr.png) no-repeat left center;
	font-size: 88.8%;
	line-height: 1.4;
	color: #177047;
	text-decoration: none;
}
.box_keywords .keywords_view_btn a:hover,
.box_keywords .keywords_view_btn a:focus{
	text-decoration: underline;
}

/* sma_faq_bnr */
#tmp_sma_rmenu #tmp_sma_faq_bnr {
	width: 46%;
	min-width: 470px;
	margin-bottom: 30px;
}
#tmp_sma_rmenu #tmp_sma_faq_bnr a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#tmp_sma_rmenu #tmp_sma_faq_bnr a:before {
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:3px solid transparent;
	border-radius:6px;
	transition: all 0.3s ease-in-out;
}
#tmp_sma_rmenu #tmp_sma_faq_bnr a:hover::before,
#tmp_sma_rmenu #tmp_sma_faq_bnr a:focus::before {
	border-color: #4dd27c;
}
#tmp_sma_rmenu #tmp_sma_faq_bnr picture,
#tmp_sma_rmenu #tmp_sma_faq_bnr picture img {
	display: block;
	width: 100%;
	height: auto;
}
#tmp_sma_rmenu .box_keywords .keywords_type{
	clear: both;
	float: none;
	width: 100%;
}
.box_keywords .keywords_type_cnt{
	padding: 12px 0 2px 16px;
	background-color: #ffffff;
	border: 1px solid #e9d5ae;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #222222;
}
.box_keywords .keywords_type_cnt li{
	float: left;
	margin: 0 40px 7px 0;
	list-style: none;
}
.box_keywords .keywords_type_cnt a{
	display: inline-block;
	padding-left: 13px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/shared/site_rn/images/icon/arrow_link_gr.png);
	font-size: 88.8%;
	line-height: 1.4;
	color: #177047;
	text-decoration: none;
}
.box_keywords .keywords_type_cnt a:hover,
.box_keywords .keywords_type_cnt a:focus{
	text-decoration: underline;
}

/* sma_rmenu
================================================== */
#tmp_sma_rmenu .box_setting {
	padding: 0 90px;
}
#tmp_sma_rmenu .box_setting ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 0 20px;
	background-color: #ffffff;
	border: 1px solid #e9d5ae;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #222222;
}
#tmp_sma_rmenu .box_setting li {
	width: 33.33%;
	list-style: none;
	text-align: center;
}
#tmp_sma_rmenu .box_setting a {
	display:block;
	background-color: #ffffff;
	font-size: 88.8%;
	color: #177047;
	font-weight: bold;
	text-decoration: none;
	position:relative;
}
#tmp_sma_rmenu .box_setting a:hover,
#tmp_sma_rmenu .box_setting a:focus {
	text-decoration: underline;
}
#tmp_sma_rmenu .box_setting a::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	background-repeat: no-repeat;
	background-position: left center;
}
#tmp_sma_rmenu .box_setting .setting_fsize a::before {
	background-image: url(/shared/site_rn/images/icon/icon_fsize.png);
	width:17px;
	height:17px;
}
#tmp_sma_rmenu .box_setting .setting_read a::before {
	background-image: url(/shared/site_rn/images/icon/icon_ear.png);
	width:15px;
	height:18px;
}
#tmp_sma_rmenu .box_setting .setting_jp a::before {
	background-image: url(/shared/site_rn/images/icon/icon_lang_jp.png);
	width:17px;
	height:17px;
}
#tmp_sma_rmenu .box_setting li:not(:first-child){
	border-left: 1px solid #82a695;
}
#tmp_sma_menu .search_close{
	padding: 14px 0 13px;
	background-color: #cfebd2;
	color: #222222;
	text-align: center;
}
#tmp_sma_menu .search_close a{
	display: inline-block;
	padding: 6px 30px 4px;
	background-color: #ffffff;
	min-width: 300px;
	border: 1px solid #4dd27c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #177047;
	font-weight: bold;
	text-decoration: none;
}
#tmp_sma_menu .search_close span{
	display: inline-block;
	padding-left: 24px;
	background: transparent url(/shared/site_rn/images/icon/icon_close.png) no-repeat left center;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
	color: inherit;
}
#tmp_sma_menu .search_close a:hover span,
#tmp_sma_menu .search_close a:focus span{
	text-decoration: underline;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	display: inline-block;
	vertical-align: top;
	padding: 2px 15px;
	margin-bottom: 12px;
	background-color: #ffffff;
	color: #222222;
	font-size: 77.8%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
.type_idx #tmp_pankuzu,
.custom_miryoku #tmp_pankuzu,
.custom_event #tmp_pankuzu,
.custom_tetsuduki #tmp_pankuzu,
.type_sys #tmp_pankuzu,
.custom_kids #tmp_pankuzu {
	margin-bottom: 48px;
}
#tmp_pankuzu a {
	color: #136740;
	background-color: transparent;
}
#tmp_pankuzu p {
	margin-bottom:0 !important;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	text-align: right;
	min-height:36px;
}
#tmp_update {
	display: inline-block;
	vertical-align:bottom;
	margin-bottom: 9px;
	padding: 2px 15px;
	background-color: #ffffff;
	color: #222222;
	font-size: 77.8%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
/* print
================================================== */
#tmp_print {
	display: inline-block;
	vertical-align: top;
	font-size:88.89%;
	font-weight:bold;
	line-height:1.1;
}
.custom_tetsuduki #tmp_print {
	display:block;
	clear:both;
	margin:0 0 10px;
	text-align:right;
}
#tmp_print a {
	text-decoration:none;
	display: inline-block;
	border:2px solid #6bd985;
	color:#136740;
	background:#ffffff url(/shared/site_rn/images/icon/print_icon.png) no-repeat 24px center;
	padding:3px 20px 2px 48px;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_print a:hover,
#tmp_print a:focus {
	background-color:#effff3;
	text-decoration:underline;
}
/* social_media_btn
================================================== */
#tmp_sp_social .social_media_btn {
	display:inline-block;
	vertical-align:top;
	margin:0 20px 10px 0;
}
/* inquiry
================================================== */
#tmp_inquiry {
	margin:0 0 40px;
	border:1px solid #91c59d;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both;
	overflow: hidden;
}
#tmp_inquiry_ttl {
	padding: 0 10px;
	color:inherit;
	background-color:#ecf9d9;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0;
	padding: 20px 7px 14px;
	border-bottom:1px solid #91c59d;
}
#tmp_inquiry_cnt {
	padding: 25px 18px 18px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0;
}
#tmp_inquiry_cnt a:focus,
#tmp_inquiry_cnt a:hover {
	text-decoration: none;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
	font-size: 88.9%;
	line-height: 1.7;
	overflow-wrap: break-word;
}
/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #91c59d;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both;
	overflow: hidden;
}
#tmp_feedback_ttl {
	padding: 0 10px;
	color:inherit;
	background-color:#ecf9d9;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_feedback_ttl p {
	margin-bottom:0;
	padding: 20px 7px 12px;
	border-bottom:1px solid #91c59d;
}
#tmp_feedback_cnt2 {
	padding: 25px 20px 40px;
}
#tmp_feedback_cnt .fb_col2L {
	float:left;
	width:50%;
	padding-right: 20px;
}
#tmp_feedback_cnt .fb_col2R {
	float:right;
	width:50%;
	padding-left: 20px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	font-size: 88.9%;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.2em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:36px auto 0;
	text-align: center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	position: relative;
	cursor: pointer;
	color: #177047;
	background: #ffffff url(/shared/site_rn/images/icon/arrow_link_gr_sp.png) no-repeat 96px 1.16em;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 88.8%;
	min-width: 248px;
	padding: 11px 96px 9px 112px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 0 1px #6bd985;
	-webkit-box-shadow: 0 0 0 1px #6bd985;
	-moz-box-shadow: 0 0 0 1px #6bd985;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	overflow: hidden;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus,
#tmp_feedback_cnt .submit input:active{
	text-decoration: underline;
	border-color: #6bd985;
}
#tmp_feedback .edit {
	color: #177047;
	background-color: #f3f3f3;
	padding: 17px 24px 3px;
	text-align: center;
	border-top: 1px solid transparent;
}
#tmp_feedback .edit a {
	display: inline-block;
	vertical-align: top;
	margin:0 11px 14px;
	text-decoration: none;
	padding: 9px 13px 9px 40px;
	text-align: left;
	color: #177047;
	background: #ffffff url(/shared/site_rn/images/icon/arrow_link_gr_sp.png) no-repeat 20px 1.01em;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	font-size: 88.8%;
	font-weight: bold;
	border: 1px solid transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 0 1px #6bd985;
	-webkit-box-shadow: 0 0 0 1px #6bd985;
	-moz-box-shadow: 0 0 0 1px #6bd985;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	overflow: hidden;
}
#tmp_feedback .edit a:first-child {
	width: 350px;
}
#tmp_feedback .edit a:nth-child(2) {
	width: 200px;
}
#tmp_feedback .edit a:hover,
#tmp_feedback .edit a:focus{
	text-decoration: underline;
	border-color: #6bd985;
}
.custom_callcenter #tmp_feedback_ttl {
	padding: 20px 17px 12px;
	position:relative;
	width:100%;
}
.custom_callcenter #tmp_feedback_ttl::before {
	content:"";
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	height:1px;
	border-bottom:1px solid #91c59d;
}
.custom_callcenter #tmp_feedback_cnt p {
	float:left;
	width:25%;
	padding:0 30px;
	text-align:center;
	font-size:88.89%;
}
.custom_callcenter #tmp_feedback_cnt p label {
	display:block;
	padding:65px 0 20px;
	background-position:center 5px;
	background-repeat:no-repeat;
}
.custom_callcenter #tmp_feedback_cnt p.feedback_01 label {
	background-image:url(/shared/templates/free_rn/images/faq/feedback_icon01.png);
}
.custom_callcenter #tmp_feedback_cnt p.feedback_02 label {
	background-image:url(/shared/templates/free_rn/images/faq/feedback_icon02.png);
}
.custom_callcenter #tmp_feedback_cnt p.feedback_03 label {
	background-image:url(/shared/templates/free_rn/images/faq/feedback_icon03.png);
}
.custom_callcenter #tmp_feedback_cnt p.feedback_04 label {
	background-image:url(/shared/templates/free_rn/images/faq/feedback_icon04.png);
}
.custom_callcenter #tmp_feedback_cnt .submit {
	text-align:center;
	width:100%;
	float:none;
	padding:0;
}
/* publicity
================================================== */
#tmp_wrap_publicity {
	margin:0 0 77px;
	clear:both;
}
#tmp_publicity {
	position: relative;
	z-index: 4;
	padding: 46px 10px 16px 34px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tmp_publicity_ttl {
	float: left;
	width: 152px;
	padding: 18px 10px 0 0;
}
#tmp_publicity_ttl a {
	display: inline-block;
	padding-left: 16px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_wh.png) no-repeat left center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	font-size: 88.8%;
	color: inherit;
	text-decoration: none;
}
#tmp_publicity_ttl a:hover,
#tmp_publicity_ttl a:focus{
	text-decoration: underline;
}
#tmp_publicity_cnt {
	float: right;
	width: calc(100% - 152px);
}
#tmp_publicity_cnt ul {
	margin: 0;
	list-style: none;
}
#tmp_publicity_cnt ul li {
	float: left;
	width:140px;
	margin:0 27px 27px 0;
	line-height: 1;
}
#tmp_publicity_cnt ul li a,
#tmp_publicity_cnt ul li span {
	display: block;
}
#tmp_publicity_cnt ul li img {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	vertical-align:top;
}
#tmp_publicity_cnt ul li a:hover img,
#tmp_publicity_cnt ul li a:focus img {
	opacity: 0.7;
}
/* 各区用 */
.custom_ku #tmp_wrap_publicity {
	margin-bottom:0;
}
.custom_ku #tmp_publicity {
	padding-top:34px;
	padding-right:5px;
	background-color:#ffffff;
	border-color:#f4e9d5;
}
.custom_ku #tmp_wrap_publicity .container {
	width:auto;
	padding:0;
}
.custom_ku #tmp_publicity_ttl {
	width:133px;
	padding: 14px 10px 14px 0;
	margin:0 0 14px;
}
.custom_ku #tmp_publicity_ttl a {
	background-image: url(/shared/templates/top_rn/images/icon/arrow_read_black.png);
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
	background-size: 9px auto;
}
.custom_ku #tmp_publicity_cnt {
	width: calc(100% - 143px);
}
.custom_ku #tmp_publicity_cnt ul li {
	margin:0 18px 18px 0;
}
/* callcenter用 */
.custom_callcenter #tmp_publicity {
	margin:40px 0 0;
	padding:36px 10px 16px 34px;
	border-color:#dccaa2;
	background-color:#fffaf2;
	color:inherit;
}
.custom_callcenter #tmp_publicity_ttl {
	width:140px;
	padding-top:10px;
}
.custom_callcenter #tmp_publicity_ttl a {
	background:url(/shared/site_rn/images/icon/arrow_icon_gray.png) no-repeat left 0.6em;
}
.custom_callcenter #tmp_publicity_cnt {
	width: calc(100% - 140px);
}
.custom_callcenter #tmp_publicity_cnt ul {
	margin: 0 !important;
	list-style:none !important;
}
.custom_callcenter #tmp_publicity_cnt ul li {
	margin:0 18px 18px 0 !important;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
#tmp_footer_wrap {
	position: relative;
	background-color: #136740;
	color: #ffffff;
	padding-top: 48px;
}
#tmp_footer_wrap .pnavi{
	position: absolute;
	top: -48px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #136740;
	color: #ffffff;
	width: 95px;
	height: 95px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 66.6%;
	line-height: 1;
	font-weight: bold;
	overflow: hidden;
	z-index: 3;
}
#tmp_footer_wrap .pnavi .ptop {
	text-align: center !important;
}
#tmp_footer_wrap .pnavi a{
	display: block;
	padding: 26px 5px 10px;
	background: transparent url(/shared/site_rn/images/icon/icon_backtop.png) no-repeat center 8px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	color: inherit;
	text-decoration: none;
}
#tmp_footer_wrap .pnavi a:hover,
#tmp_footer_wrap .pnavi a:focus {
	text-decoration: underline;
}
#tmp_footer_wrap .footer_main{
	margin-bottom: 60px;
}
/* footer
================================================== */
#tmp_footer .footer_fnavi{
	margin-bottom: 7px;
	padding-top: 10px;
	overflow: hidden;
}
#tmp_footer .fnavi{
	margin: 0 -28px 0 -21px;
}
#tmp_footer .fnavi li {
	position: relative;
	float: left;
	margin-bottom: 28px;
	padding: 0 28px 0 21px;
	list-style: none;
	font-size: 77.7%;
	line-height: 1.7;
}
#tmp_footer .fnavi a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
}
#tmp_footer .fnavi li:not(:last-child):after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #ffffff;
	width: 1px;
	height: 16px;
}
#tmp_footer .footer_lft{
	float: left;
	width: 58.4%;
	padding-right: 50px;
}
#tmp_footer .footer_logo_wrap{
	display: table;
	width: 100%;
	margin-bottom: 12px;
	font-size: 88.8%;
}
#tmp_footer .footer_logo {
	display: table-cell;
	vertical-align: top;
	width: 242px;
	padding: 0 15px 0 5px;
}
#tmp_footer .footer_logo p {
	display:inline-block;
	font-size:155.55%;
	font-weight:bold;
	background:url(/shared/site_rn/images/footer/flogo_icon.png) no-repeat left center;
	padding:5px 0 5px 53px;
	min-height:42px;
	letter-spacing:0.15em;
}
#tmp_footer .footer_corporate_num {
	display: table-cell;
	vertical-align: middle;
	padding-top: 4px;
}
#tmp_footer .footer_address address{
	float: left;
	padding-right: 10px;
	width: calc(100% - 218px);
	font-style: normal;
	font-size: 88.8%;
	line-height: 1.7;
}
#tmp_footer .footer_address ul{
	float: right;
	margin-top: 7px;
	width: 218px;
	clear: right;
}
#tmp_footer .footer_address li{
	list-style: none;
}
#tmp_footer .footer_address a{
	display: block;
	padding: 9px 10px 6px 30px;
	background: transparent url(/shared/site_rn/images/icon/arrow_link_wh.png) no-repeat 16px center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	width: 100%;
	border: 2px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 88.8%;
	color: inherit;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
#tmp_footer .footer_address a:hover,
#tmp_footer .footer_address a:focus{
	border-color: #4dd27c;
	text-decoration: underline;
}
#tmp_footer .footer_address li:not(:last-child){
	margin-bottom: 10px;
}
#tmp_footer .footer_rgt{
	float: right;
	width: 41.6%;
}
#tmp_footer .footer_system{
	margin-top:10px;
	padding: 32px 20px 24px 28px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #222222;
	min-height:150px;
}
#tmp_footer .footer_system_ttl{
	position: relative;
	margin: 0 0 13px 3px;
	padding-left: 18px;
	background-color: #ffffff;
	color: #378360;
	font-weight: bold;
	line-height: 1.2;
}
#tmp_footer .footer_system_ttl:before{
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	bottom: 0;
	background-color: #378360;
	width: 2px;
	height: calc(100% - 2px);
	margin: auto 0;
}
#tmp_footer .footer_system_ttl a {
	color: #378360;
	background-color:transparent;
}
#tmp_footer .footer_system_cnt > p{
	font-size: 72.2%;
}
#tmp_footer .footer_system_cnt > p span {
	margin-right: 3px;
}
#tmp_footer .footer_system_row {
	display: table;
	width: 100%;
	margin:0 0 5px;
}
#tmp_footer .footer_system_row p{
	display: table-cell;
	vertical-align: middle;
	font-size: 88.8%;
	font-weight: bold;
}
#tmp_footer .footer_system_row p:last-child{
	padding-left: 12px;
}
#tmp_footer .footer_system_row span{
	display: inline-block;
	padding-left: 6px;
	font-size: 150%;
	line-height:1;
}
#tmp_footer .footer_copyright{
	background-color: #00572f;
	padding: 15px 0 17px;
	font-size: 77.7%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.02em;
}
/* start corona
================================================== */
#tmp_corona_box .corona_wrap{
	padding: 16px 45px 18px 47px;
	background-color: #feedd1;
	border: 3px solid #bd0000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #222222;
}
#tmp_corona_box .corona_head{
	margin-bottom: 17px;
	padding-bottom: 12px;
	border-bottom: 2px solid #bd0000;
	font-size: 133%;
	font-weight: bold;
	text-align: center;
}
#tmp_corona_box .coronal_cnt >p{
	margin-bottom: 13px;
	font-weight: bold;
	text-align: center;
}
#tmp_corona_box .corona_info{
	float: left;
	margin-right: 30px;
	padding: 15px 14px 8px 15px;
	background-color: #ffffff;
	width: 408px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #222222;
}
#tmp_corona_box .corona_info_ttl{
	margin-bottom: 2px;
	font-weight: bold;
}
#tmp_corona_box .corona_info_cnt .list_dot{
	margin-bottom: 8px;
}
#tmp_corona_box .corona_info_cnt >p{
	text-align: right;
}
#tmp_corona_box .corona_info_cnt >p>a{
	display: inline-block;
	padding-left: 17px;
	background: #ffffff url(/shared/site_rn/images/icon/arrow_link_red.png) no-repeat left center;
	font-size: 88.8%;
	color: #ad0000;
	text-decoration: none;
	text-align: left;
}
#tmp_corona_box .corona_info_cnt >p>a:hover,
#tmp_corona_box .corona_info_cnt >p>a:focus{
	text-decoration: underline;
}
#tmp_corona_box .corona_links{
	float: left;
	margin-right: 27px;
	width: 356px;
}
#tmp_corona_box .corona_links li {
	list-style: none;
}
#tmp_corona_box .corona_links a,
.corona_btn {
	display: block;
	padding: 17px 5px 18px 45px;
	background: #ffffff url(/shared/site_rn/images/icon/arrow_link_red_lg.png) no-repeat 23px center;
	width: 100%;
	border: 2px solid #f4bca6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ad0000;
	font-weight: bold;
	text-decoration: none;
}
.corona_btn {
	margin:0 0 12px;
}
.corona_btn a {
	padding:0 !important;
	background:none !important;
	border:none !important;
	border-radius: 0 !important;
	font-weight:normal !important;
	display:inline-block !important;
	background-position: 23px 23px !important;
}
#tmp_corona_box .corona_links a:hover,
#tmp_corona_box .corona_links a:focus{
	text-decoration: underline;
}
#tmp_corona_box .corona_links li:not(:last-child){
	margin-bottom: 12px;
}
#tmp_corona_box .corona_ytb{
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
#tmp_corona_box  .ybt_iframe_video{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#tmp_corona_box .ybt_iframe_video,
#tmp_corona_box .movie_inner iframe{
	width: 100%;
}
#tmp_corona_box .movie_background {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#tmp_corona_box .movie_inner{
	position: relative;
	padding-top: 56.2%;
	height: 0;
	overflow: hidden;
}
#tmp_corona_box .movie_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tmp_corona_box  .ybt_iframe_img img{
	width: 100%;
	height: auto;
}
#tmp_corona_box .corona_ytb_cnt{
	padding: 14px 10px 11px;
}
/* tel_link
================================================== */
.tel_link a {
	pointer-events: none;
}

/* accessibility
================================================== */
.color_black #tmp_wrapper #tmp_header .header_wrap,
.color_black #tmp_wrapper #tmp_emergency_box .emergency_inner,
.color_black #tmp_wrapper #tmp_corona_box .corona_ytb,
.color_black #tmp_wrapper #tmp_corona_box .corona_info,
.color_black #tmp_wrapper #tmp_footer_wrap .pnavi,
.color_black #tmp_wrapper #tmp_footer_wrap .footer_system,
.color_black #tmp_wrapper .box_keywords .sch_btn,
.color_blue #tmp_wrapper #tmp_header .header_wrap,
.color_blue #tmp_wrapper #tmp_emergency_box .emergency_inner,
.color_blue #tmp_wrapper #tmp_corona_box .corona_ytb,
.color_blue #tmp_wrapper #tmp_corona_box .corona_info,
.color_blue #tmp_wrapper #tmp_footer_wrap .pnavi,
.color_blue #tmp_wrapper #tmp_footer_wrap .footer_system,
.color_blue #tmp_wrapper .box_keywords .sch_btn,
.color_yellow #tmp_wrapper #tmp_header .header_wrap,
.color_yellow #tmp_wrapper #tmp_emergency_box .emergency_inner,
.color_yellow #tmp_wrapper #tmp_corona_box .corona_ytb,
.color_yellow #tmp_wrapper #tmp_corona_box .corona_info,
.color_yellow #tmp_wrapper #tmp_footer_wrap .pnavi,
.color_yellow #tmp_wrapper #tmp_footer_wrap .footer_system,
.color_yellow #tmp_wrapper .box_keywords .sch_btn{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	z-index: 1 !important;
	visibility: visible !important;
}
.color_black #tmp_wrapper #tmp_emergency_box .emergency_head,
.color_blue #tmp_wrapper #tmp_emergency_box .emergency_head,
.color_yellow #tmp_wrapper #tmp_emergency_box .emergency_head{
	border-right: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu a.active:after{
	background-color: #000000;
}
.color_blue #tmp_wrapper #tmp_hnavi_mmenu a.active:after{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu a.active:after{
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_footer_wrap,
.color_black #tmp_wrapper #tmp_footer_wrap .footer_copyright,
.color_blue #tmp_wrapper #tmp_footer_wrap,
.color_blue #tmp_wrapper #tmp_footer_wrap .footer_copyright,
.color_yellow #tmp_wrapper #tmp_footer_wrap,
.color_yellow #tmp_wrapper #tmp_footer_wrap .footer_copyright{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_sma_rmenu,
.color_blue #tmp_wrapper #tmp_sma_rmenu,
.color_yellow #tmp_wrapper #tmp_sma_rmenu{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper .box_keywords .sch_btn,
.color_blue #tmp_wrapper .box_keywords .sch_btn,
.color_yellow #tmp_wrapper .box_keywords .sch_btn{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-right: none;
}
.fsize_small #tmp_wrapper #tmp_sma_mmenu ul a,
.fsize_small #tmp_wrapper #tmp_sma_rmenu .box_setting a{
	padding-top: 5px;
	padding-bottom: 5px;
}
.fsize_small #tmp_wrapper #tmp_hnavi_s .button_ctg_list a.ctg_menu{
	padding-bottom: 12px;
}
.fsize_big #tmp_wrapper #tmp_gnavi .gnavi > li{
	padding: 0 8px;
}
.fsize_big #tmp_wrapper #tmp_sma_mmenu ul li:not(:last-child){
	padding-right: 24px;
}
.fsize_big #tmp_wrapper #tmp_footer_wrap .footer_system,
.fsize_big2 #tmp_wrapper #tmp_footer_wrap .footer_system{
	padding-left: 10px;
	padding-right: 10px;
}
.fsize_big2 #tmp_wrapper #tmp_gnavi .gnavi > li{
	padding: 0 5px;
}
.fsize_big2 #tmp_wrapper #tmp_sma_mmenu ul li:not(:last-child){
	padding-right: 20px;
	margin-right: 20px;
}
.fsize_big2 #tmp_wrapper #tmp_footer_wrap .footer_banner{
	padding-left: 20px;
	padding-right: 20px;
}
.fsize_big2 #tmp_wrapper #tmp_footer_wrap .footer_banner_link{
	padding-top: 10px;
	width: 182px;
}
.fsize_big2 #tmp_wrapper #tmp_footer_wrap .footer_banner_list{
	width: calc(100% - 182px);
}
/* ==================================================
layout
================================================== */
.splide .splide__controls a,
.splide .splide__arrows a,
.splide .splide__track a {
	color: #222222;
}
/* Splide control */
.splide__controls {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 66.7%;
	margin-top: 6px;
	font-weight: bold;
}
.splide__toggle {
	display: block;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline-block;
}
.splide__toggle span{
	padding-left: 13px;
	position: relative;
	line-height: 1;
	text-transform:uppercase;
}
.splide__toggle__play::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #18844f;
}
.splide__toggle__pause:before,
.splide__toggle__pause:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 3px;
	height: 10px;
	margin-top: -4px;
	color: #ffffff;
	background-color: #18844f;
}
.splide__toggle__pause:before{
	left: 0;
}
.splide__toggle__pause:after {
	left: 5px;
}
.splide__arrow{
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: 1;
	border: 2px solid transparent;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out opacity, 0.3s ease-in-out background, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
	-webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out background, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
	-moz-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out background, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
	background-size: 21px 14px;
	-moz-background-size: 21px 14px;
	-webkit-background-size: 21px 14px;
	background-color: #177047;
}
.splide__arrow:hover,
.splide__arrow:focus {
	border-color: #6bd985;
	background-color: #ffffff;
}
.splide__arrows.disabled .splide__arrow {
	background-color: #f3f3f3;
	cursor: default;
	border-color: transparent;
}
.splide__arrow--prev {
	left: 0;
	background-position: center center;
	background-image: url(/shared/site_rn/images/icon/icon_prev.png);
}
.splide__arrows.disabled .splide__arrow--prev {
	background-image: url(/shared/site_rn/images/icon/icon_prev_dis.png);
}
.splide__arrow--prev:hover,
.splide__arrow--prev:focus {
	background-image: url(/shared/site_rn/images/icon/icon_prev_hv.png);
}
.splide__arrow--next {
	right: 0;
	background-position: center center;
	background-image: url(/shared/site_rn/images/icon/icon_next.png);
}
.splide__arrow--next:hover,
.splide__arrow--next:focus {
	background-image: url(/shared/site_rn/images/icon/icon_next_hv.png);
}
.splide__arrows.disabled .splide__arrow--next {
	background-image: url(/shared/site_rn/images/icon/icon_next_dis.png);
}
/* 各区用 */
.custom_ku .splide__toggle__play::before {
	border-color: transparent transparent transparent #7d7d7d;
}
.custom_ku .splide__toggle__pause:before,
.custom_ku .splide__toggle__pause:after{
	color: #000000;
	background-color: #7d7d7d;
}
.custom_ku .splide__arrow {
	background-color: #333333;
}
.custom_ku .splide__arrow:hover,
.custom_ku .splide__arrow:focus {
	border-color: #333333;
	background-color: #ffffff;
}
.custom_ku .splide__arrow--prev:hover,
.custom_ku .splide__arrow--prev:focus {
	background-image: url(/shared/site_rn/images/icon/icon_prev_dis.png);
}
.custom_ku .splide__arrow--next:hover,
.custom_ku .splide__arrow--next:focus {
	background-image: url(/shared/site_rn/images/icon/icon_next_dis.png);
}
/* ==================================================
navi
================================================== */
/* lnavi
================================================== */
#tmp_lnavi {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
}
#tmp_lnavi_ttl a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 111.1%;
	color: #ffffff;
	background: #136740 url(/shared/site_rn/images/icon/rnavi_func_ttl_arr.png) no-repeat 18px 24px;
	padding: 15px 40px 13px;
}
#tmp_lnavi_ttl .active a,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus{
	text-decoration: underline;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt ul li {
	position:relative;
	padding: 0 10px;
}
#tmp_lnavi_cnt ul li::before {
	content:'';
	position:absolute;
	left:10px;
	right:10px;
	top:0;
	border-top: 1px solid #dccaa2;
}
#tmp_lnavi_cnt ul li:first-child::before {
	display:none;
}
#tmp_lnavi_cnt ul li a {
	display: block;
	margin:0 -10px;
	padding: 13px 27px 11px 37px;
	font-size: 88.9%;
	color: #222222;
	background: #ffffff url(/shared/site_rn/images/icon/rnavi_func_arr.png) no-repeat 18px 20px;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}
#tmp_lnavi_cnt ul li .active a,
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus {
	background-color: #efffd8;
	text-decoration: none;
}
.custom_miryoku #tmp_lnavi_cnt ul li a,
.type_know #tmp_lnavi_cnt ul li a,
.type_live #tmp_lnavi_cnt ul li a,
.type_play #tmp_lnavi_cnt ul li a {
	color: #136740;
	text-decoration: none;
}
/* ==================================================
コールセンターお問い合わせ
================================================== */
.callcenter_contact {
	border: 1px solid #efffd8;
	background-color:#efffd8;
	color:inherit;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.callcenter_contact_ttl {
	margin:0 0 14px;
	padding:0 0 0 15px;
	color:#136740;
	background:url(/shared/templates/free_rn/images/faq/ttl_line_s.png) no-repeat left 0.2em;
}
.callcenter_contact_ttl h3,
.callcenter_contact_ttl p {
	font-size:122.22% !important;
	font-weight:bold;
	line-height:1.2 !important;
	margin:0 !important;
}
.callcenter_contact_cnt {
	background-color:#ffffff;
	color:inherit;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
}
.callcenter_contact .callcenter_web_btn button {
	font-size:100%;
	display:inline-block;
	border:none;
	background-color:#ffffff;
	color:#222222;
	text-decoration:underline;
	cursor:pointer;
	text-align:left;
	background:url(/shared/site_rn/images/icon/arrow_link_gr.png) no-repeat 3px 0.55em;
	padding-left:18px;
}
.callcenter_contact .callcenter_web_btn button:hover {
	text-decoration:none;
}
.callcenter_contact .call_contact_cnt {
	font-size:88.89%;
	line-height:1.5;
}
.callcenter_contact .call_contact_cnt ul {
	list-style:none !important;
	margin:0 !important;
}
.callcenter_contact .call_contact_cnt ul li {
	margin:0 0 5px !important;
	line-height:1.5 !important;
	background:url(/shared/site_rn/images/icon/arrow_link_gr.png) no-repeat 3px 0.3em;
	padding-left:18px;
}
/* rnavi内 */
.col_rgt_navi .callcenter_contact {
	padding:14px 12px 12px;
}
.col_rgt_navi .callcenter_contact .call_contact {
	padding:23px 12px 9px;
	border-top:1px solid #dccaa2;
	position:relative;
}
.col_rgt_navi .callcenter_contact .call_contact.web {
	padding:22px 12px 6px;
}
.col_rgt_navi .callcenter_contact .call_contact::before {
	content:"";
	position:absolute;
	left:0;
	top:-1px;
	width:75px;
	height:1px;
	background-color:#4dd27c;
	color:inherit;
}
.col_rgt_navi .callcenter_contact .call_contact.web {
	border-top:none;
}
.col_rgt_navi .callcenter_contact .call_contact.web::before {
	display:none;
}
.col_rgt_navi .callcenter_contact .call_contact_ttl {
	display:table;
	width:100%;
}
.col_rgt_navi .callcenter_contact .call_contact_ttl p {
	display:table-cell;
	vertical-align:middle;
	padding-left:60px;
	background-position:2px center;
	background-repeat:no-repeat;
	height:40px;
	font-weight:bold;
}
/* web */
.col_rgt_navi .callcenter_contact .call_contact.web .call_contact_ttl {
	margin-bottom:10px;
}
.col_rgt_navi .callcenter_contact .call_contact.web .call_contact_ttl p {
	background-image:url(/shared/templates/free_rn/images/faq/rnavi_icon_web.png);
	text-transform:uppercase;
}
/* tel */
.col_rgt_navi .callcenter_contact .call_contact.tel .call_contact_ttl p {
	background-image:url(/shared/templates/free_rn/images/faq/rnavi_icon_tel.png);
}
.col_rgt_navi .callcenter_contact .call_contact_tel_number {
	background:url(/shared/templates/free_rn/images/faq/contact_tel_number.gif) no-repeat 0 0;
}
/* fax */
.col_rgt_navi .callcenter_contact .call_contact.fax .call_contact_ttl p {
	background-image:url(/shared/templates/free_rn/images/faq/rnavi_icon_fax.png);
	background-position:6px center;
}
.col_rgt_navi .callcenter_contact .call_contact_fax_number {
	background:url(/shared/templates/free_rn/images/faq/contact_fax_number.gif) no-repeat 0 0;
}
.col_rgt_navi .callcenter_contact .call_contact_tel_number span {
	background-color:transparent;
}
.col_rgt_navi .callcenter_contact .call_contact_tel_number span,
.col_rgt_navi .callcenter_contact .call_contact_fax_number {
	display:block;
	width:210px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	margin-bottom:10px;
}
/* contents内 */
#tmp_contents .callcenter_contact {
	padding:27px 20px 20px;
	margin:30px 0 0;
}
#tmp_contents .callcenter_contact_ttl {
	padding-left:20px;
	margin-bottom:30px;
}
#tmp_contents .callcenter_contact_ttl h3 {
	padding:0 !important;
	border:none !important;
	color:#136740 !important;
}
#tmp_contents .callcenter_contact_ttl h3::before {
	display:none !important;
}
#tmp_contents .callcenter_contact .callcenter_contact_cnt {
	display:table;
	width:100%;
}
#tmp_contents .callcenter_contact .callcenter_contact_cnt .call_contact {
	display:table-cell;
	vertical-align:top;
	width:33.3%;
}
#tmp_contents .callcenter_contact .call_contact {
	padding:25px 22px 12px;
	border-left:2px solid #dccaa2;
	position:relative;
}
#tmp_contents .callcenter_contact .call_contact::before {
	content:"";
	position:absolute;
	left:-2px;
	top:0;
	width:2px;
	height:68px;
	background-color:#4dd27c;
	color:inherit;
}
#tmp_contents .callcenter_contact .call_contact.web {
	border-left:none;
}
#tmp_contents .callcenter_contact .call_contact.web::before {
	display:none;
}
#tmp_contents .callcenter_contact .call_contact .call_contact_ttl {
	background-position:2px 3px;
	background-repeat:no-repeat;
	font-size:88.89%;
	font-weight:bold;
	min-height:80px;
	padding:0 0 16px 68px;
	border-bottom:2px solid #f3f3f3;
}
#tmp_contents .callcenter_contact .call_contact .call_contact_ttl p {
	margin:0 !important;
	line-height:1.3 !important;
}
#tmp_contents .callcenter_contact .call_contact_cnt {
	padding-top:20px;
}
#tmp_contents .callcenter_contact .call_contact_cnt p {
	margin:0 !important;
	line-height:1.3 !important;
}
/* web */
#tmp_contents .callcenter_contact .call_contact.web .call_contact_ttl {
	background-image:url(/shared/templates/free_rn/images/faq/cnt_icon_web.png);
	text-transform:uppercase;
}
/* tel */
#tmp_contents .callcenter_contact .call_contact.tel .call_contact_ttl {
	background-image:url(/shared/templates/free_rn/images/faq/cnt_icon_tel.png);
}
#tmp_contents .callcenter_contact .call_contact_tel_number {
	background:url(/shared/templates/free_rn/images/faq/contact_tel_number2.gif) no-repeat 0 0;
}
/* fax */
#tmp_contents .callcenter_contact .call_contact.fax .call_contact_ttl {
	background-image:url(/shared/templates/free_rn/images/faq/cnt_icon_fax.png);
	background-position:left 3px;
}
#tmp_contents .callcenter_contact .call_contact_fax_number {
	background:url(/shared/templates/free_rn/images/faq/contact_fax_number2.gif) no-repeat 0 0;
}
#tmp_contents .callcenter_contact .call_contact_tel_number,
#tmp_contents .callcenter_contact .call_contact_fax_number {
	display:block;
	width:170px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	margin-bottom:10px;
}
/* ==================================================
共通ナビ管理
================================================== */
.kwd_general ul,
.kwd_children ul,
.kwd_elderly ul,
.kwd_business ul {
	list-style:none !important;
	margin:0 0 30px !important;
}
.kwd_general ul li,
.kwd_children ul li,
.kwd_elderly ul li,
.kwd_business ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 20px 20px 0 !important;
}
/* kanri
================================================== */
.rnavi_convenient{
	padding: 15px 10px;
	color: #222222;
	background-color: #efffd8;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rnavi_section_ttl{
	font-size: 122.2%;
	font-weight: bold;
	color: #136740;
	background: #efffd8 url(/shared/site_rn/images/icon/rnavi_heading_icon.jpg) no-repeat 0 8px;
	padding-left: 16px;
	margin-bottom: 12px;
}
#tmp_rnavi_slide.splide {
	visibility: visible;
}
#tmp_rnavi_slide .splide__slide {
	width: 100%;
	margin:0 !important;
}
.no_javascript #tmp_rnavi_slide .splide__list {
	display:block;
}
.no_javascript #tmp_rnavi_slide .splide__track {
	height:320px;
	overflow-x:hidden;
	overflow-y:auto;
}
.no_javascript #tmp_rnavi_slide .splide__slide {
	margin-bottom:20px !important;
}
/* rnavi_slide
================================================== */
#tmp_rnavi_slide {
	padding: 0;
}
#tmp_rnavi_slide .splide__slide{
	padding: 0 4px;
}
#tmp_rnavi_slide .splide__track:before {
	left: -4px;
	z-index: 1;
}
#tmp_rnavi_slide .splide__track:after {
	right: -4px;
}
#tmp_rnavi_slide .rnavi_slide_img {
	margin-bottom: 12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow: hidden;
	box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.4px 2px 4px 1px rgba(154, 137, 100, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_rnavi_slide .splide__list li.active .rnavi_slide_img {
	opacity:0.7;
}
#tmp_rnavi_slide .rnavi_slide_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_rnavi_slide .rnavi_slide_txt {
	font-size: 88.9%;
}
#tmp_rnavi_slide .splide__list li.active .rnavi_slide_txt a {
	text-decoration: none;
}
/* slide control */
#tmp_rnavi_slide .splide__controls {
	display: block;
	font-size: 66.7%;
	margin-top: 16px;
	font-weight: bold;
}
#tmp_rnavi_slide .splide__controls:after {
	display: table;
	content: '';
	clear: both;
}
#tmp_rnavi_slide .splide__controls .splide__toggle {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	text-decoration: none;
}
#tmp_rnavi_slide .splide__controls .progress {
	float: left;
	margin-top: 4px;
}
#tmp_rnavi_slide .arrows_wrap {
	float: right;
}
#tmp_rnavi_slide .splide__arrows {
	display: inline-block;
}
#tmp_rnavi_slide .splide__arrow {
	width: 24px;
	height: 24px;
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	background-size: 14px 9px;
	-moz-background-size: 14px 9px;
	-webkit-background-size: 14px 9px;
	border-width: 1px;
}
#tmp_rnavi_slide .splide__arrows--ltr {
	margin-right: 10px;
}
/* rnavi_service
================================================== */
.rnavi_service{
	padding: 16px 10px 12px;
	color: #222222;
	background-color: #efffd8;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rnavi_service_list{
	padding: 0 2px;
}
.rnavi_service_list ul{
	overflow: hidden;
	list-style: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #def1c2;
	box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
}
.rnavi_service_list li{
	font-size:88.89%;
	position: relative;
	display: table;
	width: 100%;
	color: #222222;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(90deg, rgba(77,210,124,1) 74px, rgba(220,202,162,1) 74px);
	background-image: -webkit-linear-gradient(90deg, rgba(77,210,124,1) 74px, rgba(220,202,162,1) 74px);
	background-image: linear-gradient(90deg, rgba(77,210,124,1) 74px, rgba(220,202,162,1) 74px);
	background-position: left top;
	background-size: 100% 1px;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
}
.rnavi_service_list li:first-child {
	background-image: none;
}
.rnavi_service_list li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% + 1px);
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	border: 3px solid transparent;
	transition: border-color 0.3s ease-in-out;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	z-index:-1;
}
.rnavi_service_list li:first-child:before {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
.rnavi_service_list li:last-child:before {
	top: 0;
	height: 100%;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
.rnavi_service_list li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border: 1px solid transparent;
}
.rnavi_service_list li:last-child:after{
	display: none;
}
.rnavi_service_list li.active:before {
	border-color: #6bd985;
	z-index:1;
}
.rnavi_service_list .rnavi_service_img{
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	padding: 11px 15px 7px;
}
.rnavi_service_list .rnavi_service_img img {
	max-width:100%;
	height:auto;
}
.rnavi_service_list .rnavi_service_txt{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
.rnavi_service_list .rnavi_service_txt a{
	color: #222222;
	background-color: transparent;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.rnavi_service_list li.active .rnavi_service_txt a,
.rnavi_service_list .rnavi_service_txt a:hover,
.rnavi_service_list .rnavi_service_txt a:focus {
	text-decoration: underline;
}
.rnavi_search_navigation ul,
.rnavi_idx_navigation ul{
	list-style: none;
}
.rnavi_search_navigation li,
.rnavi_idx_navigation li{
	margin-bottom: 15px;
}
.rnavi_search_navigation a,
.rnavi_idx_navigation a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0.5;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.5px 3px 10px 2px rgba(154, 137, 100, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.rnavi_search_navigation a:hover,
.rnavi_search_navigation a:focus,
.rnavi_idx_navigation a:hover,
.rnavi_idx_navigation a:focus {
	opacity:0.7;
}
.rnavi_search_navigation img,
.rnavi_idx_navigation img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.custom_rnavi_common.format_free .column_rnavi .col_main {
	margin-right: 0;
}
.custom_rnavi_common.format_free .wrap_col_rgt_navi{
	float: none;
	margin: 0 auto;
}
/* box_faq
================================================== */
.box_faq {
	position: relative;
	border: 1px solid #dccea0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:60px 0 40px;
	clear:both;
}
.box_faq .box_faq_ttl {
	position: relative;
	top: -25px;
	left: -1px;
	display: inline-block;
	min-width:200px;
	padding:4px 20px;
	color:#ffffff;
	background-color:#136740;
	border:1px solid #136740;
	font-weight:bold;
	font-size: 111.1%;
	border: 1px solid transparent;
	-webkit-border-radius: 6px 6px 6px 0;
	-moz-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;
	margin-right:50px;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important;
}
.box_faq .box_faq_cnt {
	padding:0 22px 10px;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important;
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important;
	margin-left:24px !important;
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important;
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important;
}
/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L,
div.col2 div.col2R {
	display: table;
	float: left;
	width: 50%;
}
div.col2 div.col2L{
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}
div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}
/* fixed_col3 */
div.fixed_col3 {
	width:100%;
}
div.fixed_col3 div.fixed_col3L,
div.fixed_col3 div.fixed_col3M {
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.fixed_col3 div.fixed_col3R {
	width:31.7%;
	float:left;
}

/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
	display: table;
	width: 33.33%;
	float: left;
}
div.col3 div.col3L {
	padding-right: 9px;
}
div.col3 div.col3M {
	padding-left: 9px;
	padding-right: 9px;
}
div.col3 div.col3R {
	padding-left: 9px;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream,
#tmp_top_block .frame_youtube,
#tmp_top_block .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,
#tmp_top_block .frame_youtube object,
#tmp_top_block .frame_ustream object,
#tmp_top_block .frame_youtube iframe,
#tmp_top_block .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ==================================================
system
================================================== */
/* linkicon
================================================== */
.icon_blank,
.icon_ext {
	display:inline-block;
	vertical-align:middle;
	width:42px;
	height:15px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-left:3px;
}
.icon_blank {
	background:url(/shared/system/images/linkicon/icon_blank.gif) no-repeat left top;
}
.icon_ext {
	background:url(/shared/system/images/linkicon/icon_ext.gif) no-repeat left top;
}

/* ==================================================
accessibility
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

/* .disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_rmenu, */
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu{
	display: none;
}
.disp_pc .wrap_mc_sp{
	min-width: 1220px;
	margin: 0 auto;
	text-align: center;
  	font-weight: bold;
	color: #ffffff;
	background-color: #136740;
}
.disp_pc .wrap_mc_sp a{
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	padding:20px 0;
	font-size:3rem;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
	box-shadow:none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}
.color_blue #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_black #tmp_hlogo a {
	display:table !important;
	border-right:1px solid;
}
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo span {
	display:table-cell !important;
	vertical-align:middle;
	height:70px;
}

/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
	padding:0 !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}
.color_blue #tmp_lnavi,
.color_black #tmp_lnavi,
.color_yellow #tmp_lnavi,
.color_blue .rnavi_convenient,
.color_black .rnavi_convenient,
.color_yellow .rnavi_convenient,
.color_blue .rnavi_service,
.color_black .rnavi_service,
.color_yellow .rnavi_service,
.color_blue #tmp_contents table.koho_outline01,
.color_blue #tmp_contents table.koho_outline02,
.color_black #tmp_contents table.koho_outline01,
.color_black #tmp_contents table.koho_outline02,
.color_yellow #tmp_contents table.koho_outline01,
.color_yellow #tmp_contents table.koho_outline02,
.color_blue #tmp_topic .topic_item,
.color_black #tmp_topic .topic_item,
.color_yellow #tmp_topic .topic_item {
	border:1px solid !important;
}
.color_blue #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl {
	border-bottom:1px solid;
}
.color_blue #tmp_contents .box_unker ul li a::after,
.color_black #tmp_contents .box_unker ul li a::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.color_blue #tmp_wrapper .rnavi_service_list .rnavi_service_img img,
.color_black #tmp_wrapper .rnavi_service_list .rnavi_service_img img,
.color_yellow #tmp_wrapper .rnavi_service_list .rnavi_service_img img,
.color_blue #tmp_search_service .service_cnt .detail_img img,
.color_black #tmp_search_service .service_cnt .detail_img img,
.color_yellow #tmp_search_service .service_cnt .detail_img img {
	background-color:#ffffff !important;
}
.color_blue #tmp_lnavi_ttl a,
.color_black #tmp_lnavi_ttl a,
.color_yellow #tmp_lnavi_ttl a,
.color_blue #tmp_lnavi_cnt ul li a,
.color_black #tmp_lnavi_cnt ul li a,
.color_yellow #tmp_lnavi_cnt ul li a,
.color_blue #tmp_rnavi_slide .splide__arrow,
.color_black #tmp_rnavi_slide .splide__arrow,
.color_yellow #tmp_rnavi_slide .splide__arrow {
	position:relative;
}
.color_blue #tmp_lnavi_ttl a::before,
.color_black #tmp_lnavi_ttl a::before,
.color_yellow #tmp_lnavi_ttl a::before,
.color_blue #tmp_lnavi_cnt ul li a::before,
.color_black #tmp_lnavi_cnt ul li a::before,
.color_yellow #tmp_lnavi_cnt ul li a::before {
	content:'';
	position:absolute;
	top:50%;
	left:17px;
	width: 8px;
	height: 8px;
	margin-top:-4px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.color_blue #tmp_rnavi_slide .splide__arrow.splide__arrow--prev::before,
.color_black #tmp_rnavi_slide .splide__arrow.splide__arrow--prev::before,
.color_yellow #tmp_rnavi_slide .splide__arrow.splide__arrow--prev::before {
	content:'';
	position:absolute;
	top:7px;
	left:8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.color_blue #tmp_rnavi_slide .splide__arrow.splide__arrow--next::before,
.color_black #tmp_rnavi_slide .splide__arrow.splide__arrow--next::before,
.color_yellow #tmp_rnavi_slide .splide__arrow.splide__arrow--next::before {
	content:'';
	position:absolute;
	top:7px;
	left:6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.color_blue #tmp_lnavi_cnt ul li a.active_this {
	background-color:#FFFF00 !important;
	color:#00008B !important;
}
.color_black #tmp_lnavi_cnt ul li a.active_this {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_yellow #tmp_lnavi_cnt ul li a.active_this {
	background-color:#000000 !important;
	color:#FFFF00 !important;
}
/* for rnavi */
.color_blue #tmp_rnavi .rnavi_func,
.color_black #tmp_rnavi .rnavi_func,
.color_yellow #tmp_rnavi .rnavi_func,
.color_blue #tmp_rnavi .rnavi_service,
.color_black #tmp_rnavi .rnavi_service,
.color_yellow #tmp_rnavi .rnavi_service {
	border: 1px solid;
}
.color_blue .rnavi_service_list li:before,
.color_black .rnavi_service_list li:before,
.color_yellow .rnavi_service_list li:before,
.color_blue #tmp_rnavi .rnavi_search_navigation a:before,
.color_black #tmp_rnavi .rnavi_search_navigation a:before,
.color_yellow #tmp_rnavi .rnavi_search_navigation a:before {
	display: none;
}
.color_blue .rnavi_service_list li:after,
.color_black .rnavi_service_list li:after {
	border-color: #FFFF00;;
}
.color_yellow .rnavi_service_list li:after {
	border-color: #000000;
}
.color_blue #tmp_wrapper .splide__toggle__pause:before,
.color_black #tmp_wrapper .splide__toggle__pause:before,
.color_blue #tmp_wrapper .splide__toggle__pause:after,
.color_black #tmp_wrapper .splide__toggle__pause:after{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide__toggle__pause:before,
.color_yellow #tmp_wrapper .splide__toggle__pause:after{
	background-color: #0000FF !important;
}
.color_blue #tmp_wrapper .splide__toggle__play::before,
.color_black #tmp_wrapper .splide__toggle__play::before{
	border-color: transparent transparent transparent #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide__toggle__play::before {
	border-color: transparent transparent transparent #0000FF !important;
}
.color_blue #tmp_contents .menu_link ul li a::before,
.color_black #tmp_contents .menu_link ul li a::before {
	background-image:none !important;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}
.color_blue #tmp_contents h3::before,
.color_black #tmp_contents h3::before,
.color_yellow #tmp_contents h3::before,
.color_blue #tmp_koho_faq::after,
.color_black #tmp_koho_faq::after,
.color_yellow #tmp_koho_faq::after,
.color_blue #tmp_city_introduce .city_introduce_inner::before,
.color_black #tmp_city_introduce .city_introduce_inner::before,
.color_yellow #tmp_city_introduce .city_introduce_inner::before,
.color_blue #tmp_search_info .procedure_search_navi a::after,
.color_black #tmp_search_info .procedure_search_navi a::after,
.color_yellow #tmp_search_info .procedure_search_navi a::after,
.color_blue #tmp_search_info #tmp_procedure_search_navi_kurashi span.ttl::after,
.color_black #tmp_search_info #tmp_procedure_search_navi_kurashi span.ttl::after,
.color_yellow #tmp_search_info #tmp_procedure_search_navi_kurashi span.ttl::after,
.color_blue.custom_callcenter #tmp_contents #tmp_top_access h2::after,
.color_blue.custom_callcenter #tmp_contents #tmp_top_faq h2::after,
.color_blue.custom_callcenter #tmp_contents #tmp_top_field h2::after,
.color_blue.custom_callcenter #tmp_contents #tmp_top_otoiawase h2::after,
.color_black.custom_callcenter #tmp_contents #tmp_top_access h2::after,
.color_black.custom_callcenter #tmp_contents #tmp_top_faq h2::after,
.color_black.custom_callcenter #tmp_contents #tmp_top_field h2::after,
.color_black.custom_callcenter #tmp_contents #tmp_top_otoiawase h2::after,
.color_yellow.custom_callcenter #tmp_contents #tmp_top_access h2::after,
.color_yellow.custom_callcenter #tmp_contents #tmp_top_faq h2::after,
.color_yellow.custom_callcenter #tmp_contents #tmp_top_field h2::after,
.color_yellow.custom_callcenter #tmp_contents #tmp_top_otoiawase h2::after {
	display:none !important;
}
.color_blue #tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency,
.color_black #tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency,
.color_yellow #tmp_hnavi_s .button_ctg_list #tmp_hnavi_emergency,
.color_blue #tmp_koho_faq_cnt,
.color_black #tmp_koho_faq_cnt,
.color_yellow #tmp_koho_faq_cnt {
	border-left:1px solid !important;
}
.color_blue #tmp_city_koho .city_list_cate li a,
.color_black #tmp_city_koho .city_list_cate li a,
.color_yellow #tmp_city_koho .city_list_cate li a {
	border:1px solid !important;
}
.color_blue #tmp_contents .category_item .item_ttl a,
.color_black #tmp_contents .category_item .item_ttl a,
.color_yellow #tmp_contents .category_item .item_ttl a {
	position:relative;
}
.color_blue #tmp_contents .category_item .item_ttl a::before,
.color_black #tmp_contents .category_item .item_ttl a::before,
.color_yellow #tmp_contents .category_item .item_ttl a::before {
	content:"";
	position:absolute;
	left:18px;
	top:1.15em;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.color_blue #tmp_contents .category_item .item_ttl a::before,
.color_black #tmp_contents .category_item .item_ttl a::before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.color_yellow #tmp_contents .category_item .item_ttl a::before {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}
.color_yellow #tmp_gnavi a::before {
	background-color:#0000FF !important;
}
.color_yellow #tmp_gnavi a::after {
	border-color:#0000FF transparent transparent transparent !important;
}
.color_blue #tmp_footer .footer_system_row span,
.color_black #tmp_footer .footer_system_row span,
.color_yellow #tmp_footer .footer_system_row span {
	text-decoration:none !important;
}
.color_blue #tmp_footer .footer_system_row span,
.color_black #tmp_footer .footer_system_row span {
	color:#ffffff !important;
}
.color_yellow #tmp_footer .footer_system_row span {
	color:#0000FF !important;
}
.color_yellow #tmp_footer .fnavi li:not(:last-child):after{
	background-color: #000000 !important;
}
.color_blue #tmp_title_callcenter h1,
.color_black #tmp_title_callcenter h1,
.color_yellow #tmp_title_callcenter h1,
.color_blue #tmp_title_callcenter p,
.color_black #tmp_title_callcenter p,
.color_yellow #tmp_title_callcenter p {
	height:auto !important;
}
.color_blue #tmp_title_callcenter span,
.color_black #tmp_title_callcenter span,
.color_yellow #tmp_title_callcenter span {
	display:inline-block !important;
}
.color_blue #tmp_contents .callcenter_contact_ttl h3,
.color_black #tmp_contents .callcenter_contact_ttl h3 {
	color:#FFFF00 !important;
}
.color_yellow #tmp_contents .callcenter_contact_ttl h3 {
	color:#000000 !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small tmp_lnavi_ttl a{
	background-position: 18px 20px;
}
.fsize_small #tmp_rnavi .rnavi_func_list a{
	background-position: 18px 14px;
}
.fsize_small #tmp_rnavi .rnavi_section_ttl{
	background-position: 5px 0;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
accessibility style change:no-javascript
================================================== */
.no_javascript #tmp_wrapper #tmp_corona_box .ybt_iframe_video{
	display: none;
}
.no_javascript #tmp_rnavi_common.rnavi_common .splide{
	visibility: visible;
}
.no_javascript #tmp_rnavi_common.rnavi_common .splide__list{
	display: block;
}
.no_javascript #tmp_rnavi_common.rnavi_common .splide__slide{
	width: 100%;
	margin-bottom: 20px;
}
.no_javascript .rnavi_service_list li:before {
	display: none;
}
/* ==================================================
Change FontSize Ranger Slider
================================================== */
#tmp_fsize_new {
	margin-bottom: 40px;
}
#tmp_fsize_new .bar_wrapper {
	position: relative;
}
#tmp_fsize_new .bar {
	position: relative;
	height: 7px;
	width: 400px;
	color: #000000;
	background-color: #026ABD;
	left: 15px;
}
#tmp_fsize_new .bar:hover {
	cursor: pointer;
}
#tmp_fsize_new .dragger {
	position: absolute;
	left: 0;
	top: -9px;
	width: 25px;
	height: 25px;
	z-index: 1;
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #0069bd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: grab;
	-webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 33%);
	-moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 33%);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}
#tmp_fsize_control {
	display: flex;
	align-items: flex-end;
	position: relative;
	margin: 40px 0 0 0;
	width: 525px;
}
#tmp_fsize_new li {
	position: relative;
	width: 25%;
	margin-bottom: 0;
	list-style: none;
}

#tmp_fsize_new li label {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#tmp_fsize_new li .fsize_ctrl {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 1rem !important;
}

#tmp_fsize_new li:last-child {
	left: -25px;
}

#tmp_fsize_new li input[type="radio"] {
	outline: none;
	height: 0;
}
#tmp_fsize_new li input[type="radio"] {
	opacity: 0;
}

#tmp_fsize_new li input[type="radio"]:checked+.fsize_ctrl {
	text-decoration: underline;
}
.wrap_fsize {
	position: relative;
}
/* ==================================================
means
================================================== */
#tmp_means{
	position: relative;
	padding: 10px;
	float: right;
	color: #ffffff;
	background-color: #175237;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#tmp_means .means_inner{
	overflow: hidden;
}
#tmp_means .changestyle_area{
	float: left;
}
#tmp_means .setting_fontsize {
	width: 265px;
}
#tmp_means .setting_color{
	width: 248px;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
	float: left;
	margin-right: 8px;
	padding-top: 8px;
	font-size: 88.8%;
	font-weight: bold;
}
#tmp_means .changestyle_area{
	padding-right: 10px;
}
#tmp_means .changestyle_area li{
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-right: -1px;
}
#tmp_means .changestyle_area a{
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 11px 2px;
	min-width: 38px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	line-height: 1;
	text-decoration: none;
	color: #222222;
	font-size: 77.8%;
	text-align: center;
	font-weight: bold;
}
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2{
	font-size: 83.3%;
}
#tmp_means .changestyle_area .list_fontsize a#tmp_fsize_small{
	font-weight: 500;
}
#tmp_means .changestyle_area a:hover,
#tmp_means .changestyle_area a:focus{
	text-decoration: underline;
}
#tmp_means .changestyle_area .list_fontsize a,
#tmp_means .changestyle_area .list_color a#tmp_color_default{
	min-width: 48px;
}
#tmp_means .changestyle_area .list_color a#tmp_color_blue{
	color: #ffff00;
	background-color: #0000ff;
	border-color: #ffffff;
}
#tmp_means .list_fontsize,
#tmp_means .list_color{
	padding: 2px 0 0 2px;
	overflow: hidden;
}
#tmp_means .changestyle_area .list_color a#tmp_color_yellow{
	color: #222222;
	background-color: #ffff00;
	border-color: #ffffff;
}
#tmp_means .changestyle_area .list_color a#tmp_color_black{
	color: #ffff00;
	background-color: #000000;
	border-color: #ffffff;
}
/* ==================================================
IE
================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#tmp_sma_mmenu ul a.lang_mess{
	background-image: url(/shared/site_rn/images/icon/icon_heart.png);
}
#tmp_sma_mmenu ul a.lang_social{
	background-image: url(/shared/site_rn/images/icon/icon_social.png);
}
#tmp_sma_rmenu .box_setting a.setting_fsize{
	background-image: url(/shared/site_rn/images/icon/icon_fsize.png);
}
#tmp_sma_rmenu .box_setting a.setting_read{
	background-image: url(/shared/site_rn/images/icon/icon_ear.png);
}
#tmp_sma_rmenu .box_setting a.setting_jp{
	background-image: url(/shared/site_rn/images/icon/icon_lang_jp.png);
}
}
/* ==================================================
font - bold -
================================================== */
#tmp_contents table th,
#tmp_contents em,
#tmp_contents strong,
#tmp_gnavi a,
#tmp_hnavi_s .button_ctg_list > li,
#tmp_emergency_box .emergency_ttl,
#tmp_emergency_box .emergency_btn a,
#tmp_sma_mmenu ul li,
.box_keywords .keyword_ttl,
.box_keywords .sch_btn input,
#tmp_sma_rmenu .box_setting a,
#tmp_sma_menu .search_close a,
#tmp_inquiry_ttl,
#tmp_feedback_ttl,
#tmp_feedback_cnt fieldset legend,
#tmp_feedback .edit a,
#tmp_footer_wrap .pnavi,
#tmp_footer .footer_logo p,
#tmp_footer .footer_system_ttl,
#tmp_footer .footer_system_row p,
#tmp_corona_box .corona_head,
#tmp_corona_box .coronal_cnt > p,
#tmp_corona_box .corona_info_ttl,
#tmp_corona_box .corona_links a,
.corona_btn,
.splide__controls,
#tmp_lnavi_ttl a,
.rnavi_section_ttl,
#tmp_rnavi_slide .splide__controls,
.rnavi_service_list .rnavi_service_txt a,
.box_faq .box_faq_ttl,
.disp_pc .wrap_mc_sp,
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl,
#tmp_means .changestyle_area a,
.callcenter_contact_ttl h3,
.callcenter_contact_ttl p,
.callcenter_contact .call_contact_ttl,
.col_rgt_navi .callcenter_contact .call_contact_ttl p,
#tmp_print,
#tmp_contents .navi_step p,
#tmp_contents .navi_area,
#tmp_contents .navi_search_btn p,
#tmp_contents .navi_other_area_btn ul {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_feedback_cnt .submit input {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.corona_btn a,
.callcenter_contact .callcenter_web_btn button {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ==================================================
furigana
================================================== */
.furigana_on #tmp_city_koho .city_list_cate .item_txt,
.furigana_on #tmp_search_service .service_cnt .service_link,
.furigana_on #tmp_contents .menu_link ul li a {
	display:block !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_wrap_regulation:after,
#tmp_regulation:after,
#tmp_header:after,
#tmp_hnavi:after,
.no_javascript #tmp_sma_mmenu:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt2:after,
#tmp_feedback_cnt fieldset:after,
#tmp_feedback_cnt .fb_col2:after,
#tmp_publicity:after,
#tmp_publicity_cnt ul:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.fixed_col3:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_header .header_wrap:after,
#tmp_header .header_main:after,
#tmp_header .button_ctg_list:after,
#tmp_sma_mmenu ul:after,
#tmp_footer_wrap .footer_banner:after,
#tmp_footer_wrap .footer_banner_list ul:after,
#tmp_footer .fnavi:after,
#tmp_footer .footer_contact:after,
#tmp_footer .footer_address:after,
.box_keywords:after,
.box_keywords .keywords_type_cnt ul:after,
#tmp_emergency_box .emergency_cnt:after,
#tmp_emergency_box .emergency_list_btn:after,
#tmp_corona_box .corona_main:after,
.custom_tetsuduki #tmp_print:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}

@media screen and (min-width : 641px) and (max-width : 1280px) {
#tmp_contents img {
	max-width: 100%;
	height: auto;
}
#tmp_wrapper,
#tmp_header {
	min-width:800px;
}
#tmp_gnavi .gnavi > li{
	padding: 0 5px;
}
#tmp_gnavi .gnavi > li:first-child{
	padding: 0 10px;
}
#tmp_gnavi .gnavi > li:not(:last-child) > a span::after{
	right: -5px;
}
#tmp_gnavi .gnavi > li:first-child > a span::after{
	right: -10px;
}
.box_keywords,
#tmp_sma_rmenu .box_setting{
	padding: 0 10px;
}
#tmp_corona_box .corona_wrap{
	padding-left: 15px;
	padding-right: 15px;
}
#tmp_corona_box .corona_info,
#tmp_corona_box .corona_links{
	width: 33.33%;
	margin-right: 10px;
}
#tmp_footer .footer_system{
	padding-left: 10px;
	padding-right: 10px;
}
#tmp_footer .footer_system_row,
#tmp_footer .footer_system_row p{
	display: block;
	width: 100%;
}
#tmp_footer .footer_system_row p:last-child{
	padding: 0;
}
#tmp_footer .footer_lft{
	padding-right: 4.5%;
}
.fsize_big #tmp_wrapper #tmp_corona_box,
.fsize_big #tmp_wrapper #tmp_emergency_box .emergency_wrap{
	padding-top: 150px;
}
.fsize_big2 #tmp_wrapper #tmp_corona_box,
.fsize_big2 #tmp_wrapper #tmp_emergency_box .emergency_wrap{
	padding-top: 150px;
}
}
@media only screen and (min-width: 641px) and (max-width: 1240px) {
.container {
	width:100%;
}
.no_javascript #tmp_sma_mmenu {
	width:100%;
	padding:0 10px;
}
}
@media screen and (min-width : 641px) and (max-width : 1220px) {
	.container,
	#tmp_regulation {
		width: 100%;
		padding: 0 10px;
	}
	#tmp_gnavi a{
		font-size: 0.875rem !important;
	}
}
@media screen and (min-width : 895px) and (max-width : 1144px){
	#tmp_hlogo h1,
	#tmp_hlogo p {
		padding:0 5px;
	}
	#tmp_hnavi_s .button_ctg_list >li{
		font-size: 0.7rem !important;
	}
	#tmp_hnavi_s{
		min-width: 100%;
	}
	#tmp_gnavi a{
		font-size: 0.75rem !important;
	}
	#tmp_contents .callcenter_contact .callcenter_contact_cnt {
		display:block;
	}
	#tmp_contents .callcenter_contact .callcenter_contact_cnt .call_contact {
		display:block;
		width:100%;
		position:relative;
		border-top:1px solid #dccaa2;
	}
	#tmp_contents .callcenter_contact .callcenter_contact_cnt .call_contact::before {
		content:"";
		position:absolute;
		top:-1px;
		left:0;
		width:100px;
		height:1px;
		background-color:#4dd27c;
		color:inherit;
		z-index:1;
	}
	#tmp_contents .callcenter_contact .callcenter_contact_cnt .call_contact.web {
		border-top:none;
	}
	#tmp_contents .callcenter_contact .call_contact {
		padding:18px 14px 14px;
		border-left:none;
	}
	#tmp_contents .callcenter_contact .call_contact::before {
		display:none;
	}
	#tmp_contents .callcenter_contact .call_contact_cnt {
		padding-top:15px;
	}
	#tmp_contents .callcenter_contact .call_contact .call_contact_ttl {
		background-position:left top;
		font-size:100%;
		min-height:60px;
		padding:0 0 9px 62px;
	}
}
@media screen and (min-width : 641px) and (max-width : 1000px){
	#tmp_sma_rmenu .box_keywords .keywords_form {
		width: 100%;
	}
	#tmp_sma_rmenu #tmp_sma_faq_bnr .sma_faq_cnt a {
		text-align: center;
		display: block;
	}
}
@media screen and (min-width : 641px) and (max-width : 894px){
	#tmp_wrapper2::before {
		height:300px;
	}
	#tmp_header .header_wrap{
		flex-flow: row wrap;
	}
	#tmp_header #tmp_hlogo{
		flex-basis: 138px;
		order: 1;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#tmp_hlogo h1,
	#tmp_hlogo p {
		padding:0 13px 0 8px;
	}
	#tmp_header #tmp_gnavi{
		order: 3;
		margin-top: 10px;
		min-height: 70px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#tmp_header #tmp_hamburger_menu{
		order: 2;
		flex: 1 1 auto;
	}
	.custom_callcenter #tmp_feedback_cnt p {
		padding:0 15px;
	}

}
@media only screen and (min-width: 641px) and (max-width: 800px) {
.container {
	padding: 0 10px;
	width: 100%;
}
}

