@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
body #tmp_contents p em {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 105%;
}
a:link,
a:active,
a:visited {
	color: #003d93;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size: 112.5%;
	color:#222222;
	background-color:#ffffff;
}
.view_pc {
	display:block;
}
.view_sp {
	display:none;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #A41111;	/* Setting by CMS sheets */
}
.txt_green {
	color: #13520C;	/* Setting by CMS sheets */
}
.txt_brown {
	color: #733900;
}
.txt_ash {
	color: #444444;
}
.txt_big {
	font-size: 130%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;	/* Setting by CMS sheets */
}
/* bgcolor */
td.bg_beige,
th.bg_beige {
	color: inherit;
	background-color: #f0f0ce;	/* Setting by CMS sheets */
}
td.bg_cream,
th.bg_cream {
	color: inherit;
	background-color: #fafaef;	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #efefef;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e7f5ee;	/* Setting by CMS sheets */
}
td.bg_brown,
th.bg_brown {
	color: inherit;
	background-color: #f5e9e0;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	padding-top: 80px;
	min-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
.format_sogotop #tmp_wrapper {
	padding: 0;
}
.format_sogotop.no_javascript #tmp_wrapper {
	max-width:1366px;
	margin:0 auto;
}
.container {
	width: 1260px;
	padding: 0 10px;
	margin: 0 auto;
}
#tmp_main {
	padding:0 0 90px;
}
#tmp_contents {
	padding:0 0 40px;
}
.custom_jigyousha #tmp_contents {
	padding-bottom:20px;
}
.format_sogotop #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: 240px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
}
.format_free .column_rnavi .col_main {
	margin-right: 288px;
}
/* kanri
================================================== */
.custom_kanri #tmp_main {
	margin:60px auto;
	width:300px;
}
/* support_btn
================================================== */
#tmp_support_btn {
	position:fixed;
	z-index:100;
	right:0;
	top:56vh;
}
.no_javascript #tmp_support_btn {
	position:relative;
	right:auto;
	top:auto;
}
#tmp_support_btn a,
#tmp_support_btn span {
	display:block;
}
#tmp_support_btn a {
	text-align:center;
	line-height:1.4;
	text-decoration:none;
	font-size:66.67%;
	font-weight:bold;
	padding:10px 2px;
	width:55px;
	min-height:96px;
	border:1px solid #1a1a1a;
	color:#ffffff;
	background-color:#1a1a1a;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_support_btn .icon {
	width:26px;
	margin:0 auto 5px;
}
#tmp_support_btn .icon img {
	max-width:100%;
	height:auto;
}
#tmp_support_btn a:hover {
	background-color:#142247;
}
/* header
================================================== */
#tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	color: #FFFFFF;
	background-color: #1a1a1a;
	min-height: 80px;
	width: 100%;
}
.format_sogotop #tmp_header {
	background-color:rgba(0, 0, 0, 0.55);
}
#tmp_header .container{
	position: relative;
	padding: 12px 10px 13px;
}
#tmp_hlogo {
	float: left;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
	font-size:2rem;
	font-weight:bold;
	background:url(/shared/site_rn2022/images/header/hlogo.png) no-repeat;
	background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
	color: #ffffff;
	background-color: transparent;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display: block;
	width: 342px;
	height: 56px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	text-align:left;
}
/* head_social
================================================== */
.head_social {
	position: absolute;
	z-index: 100;
	top: 23px;
	right: 404px;
}
.format_sogotop .head_social {
	right: 445px;
}
.no_javascript .head_social {
	display:none;
}
.head_social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.head_social ul li{
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
}
.head_social ul li.head_koho {
	margin:0 0 0 17px;
}
.head_social ul li a{
	display: block;
	transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.head_social ul li a:hover,
.head_social ul li a:focus {
	opacity: 0.7;
}
.head_social ul li a img {
	max-width: 100%;
	width: 32px;
	height: auto;
	vertical-align: top;
}
.head_social ul li.head_koho a img {
	width: auto;
}
/* mnavi
================================================== */
#tmp_mnavi {
	margin:0 0 58px;
}
#tmp_mnavi ul,
#tmp_mnavi ul li,
#tmp_mnavi ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_mnavi ul {
	list-style:none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	font-size:111.11%;
	border: 2px solid #1a1a1a;
	border-bottom:none;
}
#tmp_mnavi ul li {
	width:25%;
	text-align:center;
	flex-grow: 1;
}
#tmp_mnavi ul li.mlist1,
#tmp_mnavi ul li.mlist2,
#tmp_mnavi ul li.mlist3 {
	width:33.333333%;
}
#tmp_mnavi ul li a {
	color:#1a1a1a;
	background-color:#ffffff;
	text-decoration:none;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
	padding:10px;
	min-height:92px;
	border-left:2px solid #1a1a1a;
	border-bottom:2px solid #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tmp_mnavi ul li.mlist1 a,
#tmp_mnavi ul li.mlist4 a {
	border-left:none;
}
#tmp_mnavi ul li a:hover,
#tmp_mnavi ul li a:focus {
	background-color: #e1e1e1;
}
#tmp_mnavi ul li span {
	display:inline-block;
	padding:4px 0 4px 46px;
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_mnavi ul li.mlist1 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon1.png);
}
#tmp_mnavi ul li.mlist2 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon2.png);
}
#tmp_mnavi ul li.mlist3 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon3.png);
}
#tmp_mnavi ul li.mlist4 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon4.png);
}
#tmp_mnavi ul li.mlist5 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon5.png);
	padding-left:40px;
}
#tmp_mnavi ul li.mlist6 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon6.png);
	background-position:center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding:16.94% 0 0;
	height:0;
	display:block;
	max-width:189px;
	min-width:189px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_mnavi ul li.mlist7 span {
	background-image:url(/shared/site_rn2022/images/icon/mlist_icon7.png);
}
/* gnavi
================================================== */
#tmp_gnavi{
	margin:0 0 45px;
	clear:both;
}
.gnavi ul,
.gnavi ul li,
.gnavi ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.gnavi ul {
	margin: 0 -25px;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}

.gnavi li {
	padding: 0 25px;
	width: 33.3333333%;
}

.gnavi a {
	position: relative;
	align-items: center;
	flex-grow:1;
	min-height:90px;
	padding: 10px 15px 10px 32px;
	border-bottom: 1px solid #8f8f8f;
	text-decoration: none;
	font-size: 111.1%;
	font-weight: bold;
	color: #222222;
	background-color: #FFFFFF;
}
.gnavi .glist1 a,
.gnavi .glist2 a,
.gnavi .glist3 a {
	border-top: 1px solid #8f8f8f;
}
.gnavi a:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	content: '';
	width: 2px;
	height: 28px;
	color: #FFFFFF;
	background-color: #2d478b;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}
/* call_center
================================================== */
#tmp_wrap_call_center {
	border:1px solid #1a1a1a;
	background-color:#f1f1f1;
	color:#222222;
	padding:10px 19px 2px;
	margin:0 0 20px;
}
#tmp_call_center_ttl {
	text-align:center;
	font-weight:bold;
	padding:15px 0 20px;
}
#tmp_call_center_ttl p {
	margin-bottom:0 !important;
}
#tmp_call_center_ttl a {
	color:#222222;
	background-color:transparent;
	text-decoration:none;
	display:block;
}
#tmp_call_center_ttl a:hover,
#tmp_call_center_ttl a:focus {
	text-decoration:underline;
}
#tmp_call_center .call_center {
	border-top:1px solid #757575;
	padding:15px 5px 10px;
}
#tmp_call_center .call_center_ttl {
	font-size:88.89%;
	font-weight:bold;
	margin:0 0 5px;
}
#tmp_call_center .call_fax .call_center_ttl {
	margin-bottom:8px;
}
#tmp_call_center .call_center_ttl span {
	display:inline-block;
	background-position:3px center;
	background-repeat:no-repeat;
	padding:10px 0 10px 62px;
	min-height:44px;
}
#tmp_call_center .call_tel .call_center_ttl span {
	background-image:url(/shared/site_rn2022/images/icon/call_tel.png);
}
#tmp_call_center .call_fax .call_center_ttl span {
	background-image:url(/shared/site_rn2022/images/icon/call_fax.png);
}
#tmp_call_center .call_center_phone {
	font-size:155.56%;
	font-weight:bold;
	text-align:center;
	line-height:1.3;
	margin:0 0 11px;
}
#tmp_call_center .call_center_phone a {
	text-decoration:none;
	color:#222222;
}
#tmp_call_center .call_center_care {
	font-size:66.67%;
	margin:0 0 12px;
	font-weight: bold;
}
/* トップ用 */
.custom_faq_top #tmp_wrap_call_center,
.custom_kurashi #tmp_wrap_call_center,
.custom_idx #tmp_wrap_call_center {
	padding:15px 0;
}
.custom_faq_top #tmp_call_center,
.custom_kurashi #tmp_call_center,
.custom_idx #tmp_wrap_call_center {
	display:table;
	width:100%;
}
.custom_faq_top #tmp_call_center_ttl,
.custom_faq_top #tmp_call_center .call_center,
.custom_kurashi #tmp_call_center_ttl,
.custom_kurashi #tmp_call_center .call_center,
.custom_idx #tmp_call_center_ttl,
.custom_idx #tmp_call_center .call_center {
	display:table-cell;
	vertical-align:middle;
}
.custom_faq_top #tmp_call_center .call_center,
.custom_kurashi #tmp_call_center .call_center,
.custom_idx #tmp_call_center .call_center {
	text-align:center;
}
.custom_faq_top #tmp_call_center_ttl,
.custom_kurashi #tmp_call_center_ttl,
.custom_idx #tmp_call_center_ttl {
	width:238px;
}
.custom_faq_top #tmp_call_center_ttl p,
.custom_kurashi #tmp_call_center_ttl p,
.custom_idx #tmp_call_center_ttl p {
	padding-top:5px;
	padding-left:60px;
	text-align:left;
}
.custom_faq_top #tmp_call_center_ttl span,
.custom_kurashi #tmp_call_center_ttl span,
.custom_idx #tmp_call_center_ttl span {
	display:block;
}
.custom_faq_top #tmp_call_center .call_center,
.custom_kurashi #tmp_call_center .call_center,
.custom_idx #tmp_call_center .call_center {
	border-top:none;
	border-left:1px solid #757575;
	padding:15px 10px 10px;
}
.custom_faq_top #tmp_call_center .call_center.call_tel,
.custom_kurashi #tmp_call_center .call_center.call_tel,
.custom_idx #tmp_call_center .call_center.call_tel {
	padding-top:9px;
}
.custom_faq_top #tmp_call_center .call_center.call_fax,
.custom_kurashi #tmp_call_center .call_center.call_fax,
.custom_idx #tmp_call_center .call_center.call_fax {
	width:485px;
}
.custom_faq_top #tmp_call_center .call_center .phone,
.custom_kurashi #tmp_call_center .call_center .phone,
.custom_idx #tmp_call_center .call_center .phone {
	text-align:center;
}
.custom_faq_top #tmp_call_center .call_center.call_tel .phone,
.custom_kurashi #tmp_call_center .call_center.call_tel .phone,
.custom_idx #tmp_call_center .call_center.call_tel .phone {
	padding-right:22px;
	padding-bottom:10px;
}
.custom_faq_top #tmp_call_center .call_center .phone p,
.custom_kurashi #tmp_call_center .call_center .phone p,
.custom_idx #tmp_call_center .call_center .phone p {
	display:inline-block;
	vertical-align:middle;
	margin:0 !important;
}
.custom_faq_top #tmp_call_center .call_center_phone,
.custom_kurashi #tmp_call_center .call_center_phone,
.custom_idx #tmp_call_center .call_center_phone {
	font-size:177.78%;
	padding-left:10px;
}
.custom_faq_top #tmp_call_center .call_tel .call_center_ttl span,
.custom_kurashi #tmp_call_center .call_tel .call_center_ttl span,
.custom_idx #tmp_call_center .call_tel .call_center_ttl span {
	padding-left:60px;
	background-position:left top;
}
.custom_faq_top #tmp_call_center .call_center_care,
.custom_kurashi #tmp_call_center .call_center_care,
.custom_idx #tmp_call_center .call_center_care {
	font-size:77.78%;
	margin:0;
}
.custom_faq_top #tmp_call_center .call_center_care .call_center_holiday,
.custom_kurashi #tmp_call_center .call_center_care .call_center_holiday,
.custom_idx #tmp_call_center .call_center_care  .call_center_holiday{
	margin-left: 10px;
	margin-right: 10px;
}
/* lnavi
================================================== */
#tmp_lnavi {
	margin:0 0 32px;
}
#tmp_lnavi_ttl {
    padding: 20px 9px 20px 20px;
	background-color: #142247;
	color: #ffffff;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_lnavi_ttl a {
	display: block;
	margin:-20px -9px -20px -20px;
    padding: 20px 9px 20px 36px;
    color: #ffffff;
	background: #142247 url(/shared/templates/free_rn2022/images/icon_caret_white.png) 20px 29px no-repeat;
    text-decoration: none;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi_cnt {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt li {
	border-bottom: 2px solid #ffffff;
}
#tmp_lnavi_cnt li:last-child {
	border-bottom: none;
}
#tmp_lnavi_cnt li a {
	position: relative;
    display: block;
	font-size: 88.9%;
	padding: 13px 10px 12px 42px;
    color: #222222;
    background: #f1f1f1 url(/shared/templates/free_rn2022/images/icon_caret_black.png) 20px 16px no-repeat;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus {
	background-color: #d7d7d7;
}
/* movie */
.custom_movie #tmp_lnavi_ttl,
.custom_movie #tmp_lnavi_ttl a {
	background-color: #c30d23;
}
/* idx_navi
================================================== */
#tmp_idx_navi {
	margin:0 0 32px;
}
#tmp_idx_navi_ttl {
    padding: 20px 9px 20px 20px;
	background-color: #142247;
	color: #ffffff;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_idx_navi_ttl a {
	display: block;
	margin:-20px -9px -20px -20px;
    padding: 20px 9px 20px 36px;
    color: #ffffff;
	background: #142247 url(/shared/templates/free_rn2022/images/icon_caret_white.png) 20px 29px no-repeat;
    text-decoration: none;
}
#tmp_idx_navi_ttl a:hover,
#tmp_idx_navi_ttl a:focus {
	text-decoration: underline;
}
#tmp_idx_navi_cnt {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
#tmp_idx_navi_cnt ul {
	list-style: none;
}
#tmp_idx_navi_cnt li {
	border-bottom: 2px solid #ffffff;
}
#tmp_idx_navi_cnt li:last-child {
	border-bottom: none;
}
#tmp_idx_navi_cnt li a {
	position: relative;
    display: block;
	font-size: 88.9%;
	padding: 13px 10px 12px 42px;
    color: #222222;
    background: #f1f1f1 url(/shared/templates/free_rn2022/images/icon_caret_black.png) 20px 16px no-repeat;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_idx_navi_cnt li.active a,
#tmp_idx_navi_cnt li a:hover,
#tmp_idx_navi_cnt li a:focus {
	background-color: #d7d7d7;
}
#tmp_contents #tmp_idx_navi_ttl p {
	margin-bottom:0;
}
#tmp_contents #tmp_idx_navi_cnt ul {
	margin:0;
}
#tmp_contents #tmp_idx_navi_cnt li {
	margin-bottom:0;
}
/* mean
================================================== */
#tmp_mean{
	overflow: hidden;
}
#tmp_mean .mean_row{
	margin: 0 -20px;
}
#tmp_mean .mean_col{
	padding: 0 20px;
	float: left;
	width: 50%;
}
#tmp_mean .mean_col:last-child{
	border-left: 1px solid #8f8f8f;
}
.font_size_change {
    padding: 9px 0;
}
.tint_change {
	padding: 10px 0 18px;
}
.change_list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.change_list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 5px 0;
}
.change_list li a{
	padding: 6px 10px 5px;
	min-width: 86px;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #8f8f8f;
	font-size: 88.8%;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.change_list li a:hover,
.change_list li a:focus{
	text-decoration: underline;
}
li.change_ttl{
	padding: 4px 0 0 37px;
    font-size: 100%;
    width: 162px;
}
#tmp_fsize li.change_ttl{
	padding-top: 4px;
	min-height: 22px;
	color: inherit;
	background: transparent url(/shared/site_rn2022/images/header/icon_fsize.png) no-repeat 1px 5px;
}
#tmp_color li.change_ttl{
	padding-top: 4px;
	min-height: 24px;
	color: inherit;
	background: transparent url(/shared/site_rn2022/images/header/icon_change_color.png) no-repeat 1px 5px;
}
.change_list li a.link_blue{
	color: #ffff00;
	background-color: #00008B;
	border-color: #00008B;
}
.change_list li a.link_yellow{
	color: #222222;
	background-color: #ffff00;
	border-color: #ffff00;
}
.change_list li a.link_black{
	color: #ffff00;
	background-color: #000000;
	border-color: #000000;
}
.setting_list {
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
.setting_list li {
	float: left;
	width: 50%;
	padding-right: 28px;
}
.setting_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 6px;
	min-height: 45px;
	align-items: center;
	justify-content: center;
	color: #222222;
	background-color: transparent;
	border: 2px solid #8f8f8f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 88.89%;
	text-decoration: none;
	text-align: center;
}
.setting_list li a:hover,
.setting_list li a:focus {
	text-decoration:underline;
}
.setting_list li a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.setting_list li.setting_read a:before {
	width: 26px;
	height: 20px;
	background-image: url(/shared/site_rn2022/images/header/icon_read.png);
}
.setting_list li.setting_language a:before {
	width: 24px;
	height: 24px;
	background-image: url(/shared/site_rn2022/images/header/icon_language.png);
}

.panel_info {
	padding-left: 20px;
}
.nav_internal {
	padding:18px 0 7px;
}
/* nav_internal */
.nav_internal ul,
.nav_internal ul li,
.nav_internal ul li a {
	list-style:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav_internal ul {
	margin:0 10px 17px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
.nav_internal ul li{
	width:50%;
	font-size:88.89%;
	padding: 2px 10px;
	border-left: 1px solid #8f8f8f;
    justify-content: center;
	align-items: center;
	flex-grow:1;
}
.nav_internal ul li a{
	-webkit-justify-content: center;
	text-decoration: none;
	color: #212121;
	background-color: #FFFFFF;
}
.nav_internal ul li:nth-child(1) {
	border-left:none;
}
.nav_internal ul li a:hover,
.nav_internal ul li a:focus{
	text-decoration: underline;
}
/* social_cate */
.social_cate{
	padding: 28px 10px;
	color: #222222;
	background-color: #f1f1f1;
}
.social_cate ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.social_cate ul li{
	display: inline-block;
	vertical-align: middle;
}
.social_cate ul li{
	padding: 0 31px;
}
.social_cate ul li a{
	display: block;
	transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.social_cate ul li a img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.social_cate ul li a:hover,
.social_cate ul li a:focus {
	opacity: 0.7;
}
/* search
================================================== */
#tmp_sma_search {
	padding: 67px 0 76px;
}
#tmp_sma_search legend {
	display:none;
}
.search_input {
	display:none;
}
.search_input_keyword {
	display:block;
}
#tmp_sma_search .search_change {
	list-style:none;
	padding: 0 60px 5px;
}
#tmp_sma_search .search_change li {
	display:inline-block;
	font-weight:bold;
	margin:0 30px 5px 0;
}
#tmp_sma_search .search_change li label {
	cursor:pointer;
}
#tmp_sma_search_input {
	padding: 0 60px;
}
#tmp_sma_search_input .wrap_search_input {
	float:left;
	width: calc(100% - 6.5em);
}
#tmp_sma_search_input .how_to_use {
	float:right;
	width:6.5em;
	padding:14px 0 0 10px;
}
.search_input_keyword .wrap_sch_row,
#tmp_wrap_query_pageid,
.search_input_keyword .wrap_sch_box,
#tmp_wrap_query_pageid .input_query_pageid {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search_input_keyword .wrap_sch_box:first-child {
	width:100%;
}
.search_input_keyword .wrap_sch_row,
#tmp_wrap_query_pageid {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#tmp_sma_search .sch_box,
#tmp_wrap_query_pageid .input_query_pageid {
	position: relative;
	align-items: center;
	flex-grow:1;
}
#tmp_sma_search .sch_box label,
#tmp_wrap_query_pageid .input_query_pageid label {
    position: absolute;
	left: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: inherit;
    background: transparent url(/shared/site_rn2022/images/header/icon_search.png) no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_sma_search #tmp_sma_query,
#tmp_wrap_query_pageid .input_query_pageid input {
    padding: 8px 20px 8px 50px;
    min-height: 54px;
    border: 2px solid #d7d7d7;
}
#tmp_sma_search #tmp_sma_query {
    width: 100%;
}
#tmp_wrap_query_pageid .input_query_pageid input {
    width: 100%;
	margin-right:8px;
}
#tmp_sma_search .wrap_sch_box select {
	cursor:pointer;
	font-size:88.89%;
	margin-left: 8px;
	padding: 10px 50px 10px 12px;
    min-height: 54px;
	line-height: 1.2;
    min-width: 400px;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	border: 1px solid #f1f1f1;
	color: #1a1a1a;
	background-color:#f1f1f1;
	background-image: url(/shared/site_rn2022/images/icon/icon_select_arrow.png);
	background-repeat: no-repeat;
	background-position: right 21px center;
}
#tmp_sma_search .wrap_sch_box select option {
	color: #1a1a1a;
	background-color:#f1f1f1;
}
#tmp_sma_search .sch_btn input,
#tmp_wrap_query_pageid .submit_search_pageid input {
    padding: 10px;
    min-height: 54px;
    line-height: 1.2;
    min-width: 120px;
    border: 0;
    cursor: pointer;
    letter-spacing: 2px;
    text-indent: 3px;
    color: #FFFFFF;
    background-color: #142247;
    border: 1px solid #142247;
}
#tmp_sma_search .sch_btn input:hover,
#tmp_sma_search .sch_btn input:focus,
#tmp_wrap_query_pageid .submit_search_pageid input:hover,
#tmp_wrap_query_pageid .submit_search_pageid input:focus {
	text-decoration: underline;
}
.how_to_use a {
	color: #1a1a1a;
	background-color: transparent;
	font-size: 88.8%;
	font-weight: bold;
	text-decoration: none;
}
.how_to_use a:hover,
.how_to_use a:focus {
	text-decoration: underline;
}
/* cate_ttl
================================================== */
#tmp_cate_ttl {
	position: relative;
    margin: 0 6px 74px 0;
    height: 234px;
	border:1px solid #142247;
}
#tmp_cate_ttl::before {
	content:"";
	position:absolute;
    left: 5px;
    top: 5px;
    right: -7px;
    bottom: -7px;
	background-repeat:no-repeat;
	background-position: right bottom;
	z-index:-1;
}
#tmp_cate_ttl.cate_ttl_kurashi::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kurashi.jpg);
}
#tmp_cate_ttl.cate_ttl_kenko::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kenko.jpg);
}
#tmp_cate_ttl.cate_ttl_kanko::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kanko_rn.jpg);
}
#tmp_cate_ttl.cate_ttl_sangyo::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_sangyo.jpg);
}
#tmp_cate_ttl.cate_ttl_shisei::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_shisei.jpg);
}
#tmp_cate_ttl.cate_ttl_sports::before {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kanko.jpg);
}
#tmp_cate_ttl h1,
#tmp_cate_ttl p {
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	display:inline-block;
	background-color: #142247;
	color: #ffffff;
	font-weight:bold;
	background-position:14px center;
	background-repeat:no-repeat;
	padding: 8px 28px 3px 24px;
}
#tmp_cate_ttl h1 {
	font-size: 266.6%;
	max-height: 180px;
}
#tmp_cate_ttl p {
	font-size: 233.34%;
	max-height: 100px;
}
#tmp_sports_video{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 70px;
}
#tmp_sports_video iframe{
    width: 100%;
    height: 100%;
}

/* cate_ttl_shigikai
================================================== */
#tmp_cate_ttl.shigikai_top,
#tmp_cate_ttl.shigikai_free {
	position: relative;
	border: 2px solid #142247;
	margin-right: 10px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_shigikai.png) center right 6% no-repeat;
}
#tmp_cate_ttl.shigikai_top {
	height: 230px;
	margin-bottom: 32px;
}
#tmp_cate_ttl.shigikai_free {
	height: 112px;
	margin-bottom:70px;
    background-position: center right 4%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
    background-size: auto 100%;
}
#tmp_cate_ttl.shigikai_top::after,
#tmp_cate_ttl.shigikai_free::after {
	content: "";
	position: absolute;
	width: 100%;
    right: -11px;
    bottom: -11px;
    z-index: -1;
}
#tmp_cate_ttl.shigikai_top::after {
	height: 199px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_shigikai_bg_top.png) bottom right no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size: 100% auto;
}
#tmp_cate_ttl.shigikai_free::after {
	height: 103px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_shigikai_bg.png) bottom right no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size: 100% auto;
}
#tmp_cate_ttl.shigikai_top h1,
#tmp_cate_ttl.shigikai_free p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	display:inline-block;
	background-color: #142247;
	color: #ffffff;
	font-weight:bold;
	background-position:14px center;
	background-repeat:no-repeat;
}
#tmp_cate_ttl.shigikai_top h1 {
	padding:7px 23px 4px 22px;
}
#tmp_cate_ttl.shigikai_free p {
	padding: 0 27px 1px 22px;
}
/* cate_ttl_garbage
================================================== */
#tmp_cate_ttl.garbage_top,
#tmp_cate_ttl.garbage_free {
	padding-top: 0;
	position: relative;
	border: 2px solid #142247;
	margin-right: 10px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_garbage_top.png) no-repeat right bottom -1px;
}
#tmp_cate_ttl.garbage_top {
	height: 240px;
	margin-bottom: 32px;
}
#tmp_cate_ttl.garbage_free {
	height: 120px;
	background-size: auto 110px;
	margin-bottom:70px;
}
#tmp_cate_ttl.garbage_top h1,
#tmp_cate_ttl.garbage_free p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	display:inline-block;
	background-color: #142247;
	color: #ffffff;
	font-weight:bold;
	background-position:14px center;
	background-repeat:no-repeat;
}
#tmp_cate_ttl.garbage_top h1 {
	padding: 7px 25px 4px 24px;
	font-size: 266.7%;
}
#tmp_cate_ttl.garbage_top h1 .h1_main_txt{
	padding-right: 80px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_garbage_top_icon.png) center right no-repeat;
	min-height: 78px;
}
#tmp_cate_ttl.garbage_top h1 .h1_sub_txt{
	font-size: 62.5%;
	margin-top: -20px;
}
#tmp_cate_ttl.garbage_top h1 > span {
	display: block;
}
#tmp_cate_ttl.garbage_free p {
	padding: 1px 34px 0px 27px;
	font-size: 222.2%;
}
#tmp_cate_ttl.garbage_free p .h1_main_txt{
	padding-right: 52px;
	background: transparent url(/shared/site_rn2022/images/main/cate_ttl_garbage_top_icon.png) center right no-repeat;
	background-size: 40px auto;
}
#tmp_cate_ttl.garbage_free p .h1_sub_txt{
	font-size: 57.5%;
	vertical-align: middle;
}
/* cate_houdou
================================================== */
#tmp_contents #tmp_cate_houdou {
	margin:60px 0 52px;
	text-align:right;
}
#tmp_contents #tmp_cate_houdou p {
	display:inline-block;
	position: relative;
	padding: 0 30px;
	color:#142247;
	background-color: transparent;
	font-size: 177.8%;
	font-weight: bold;
	letter-spacing: .08em;
}
#tmp_contents #tmp_cate_houdou p:before,
#tmp_contents #tmp_cate_houdou p:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 32px;
	top: 0;
	bottom:0;
	margin:auto 0;
	color:#ffffff;
	background-color: #142247;
}
#tmp_contents #tmp_cate_houdou p:before {
	left: 0;
}
#tmp_contents #tmp_cate_houdou p:after {
	right: 0;
}


/* heading_ttl
================================================== */
#tmp_wrap_heading_ttl {
	position: relative;
	margin:0 0 70px;
	width:100%;
	height:340px;
	background-repeat:no-repeat;
	background-position: top center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
@media screen and (max-width : 1600px) {
	#tmp_wrap_heading_ttl {
		-webkit-background-size:1600px auto;
		-moz-background-size:1600px auto;
		background-size:1600px auto;
	}
}
#tmp_heading_ttl {
	display: block;
	position:absolute;
	z-index:10;
	top:50%;
	left:0;
	right:auto;
	margin:0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#tmp_heading_ttl h1 {
	min-width:420px;
	display:inline-block;
	font-size:266.67%;
	line-height:1;
	padding:20px 20px 20px 98px;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 0.55);
	background-repeat:no-repeat;
	background-position:21px center;
	-webkit-background-size:60px auto;
	-moz-background-size:60px auto;
	background-size:60px auto !important;
}
.custom_fukushikosodate #tmp_heading_ttl h1 {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.custom_fukushikosodate.video_flag #tmp_heading_ttl h1 {
	-webkit-border-radius:0 0 20px 0;
	-moz-border-radius:0 0 20px 0;
	border-radius:0 0 20px 0;
}
#tmp_heading_ttl.heading_ttl_fukushikosodate h1 {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_fukushi_icon.png);
}
#tmp_heading_ttl.heading_ttl_kurashi h1 {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kurashi_icon.png);
}
#tmp_heading_ttl.heading_ttl_kankoevent h1 {
	background-image:url(/shared/site_rn2022/images/main/cate_ttl_kankoevent_icon.png);
}
.video_flag #tmp_heading_ttl,
.custom_kurashi.slider_flag #tmp_heading_ttl,
.custom_kankoevent.slider_flag #tmp_heading_ttl {
	top:40px;
	transform:none;
}
.video_flag #tmp_heading_ttl h1,
.custom_kurashi.slider_flag #tmp_heading_ttl h1,
.custom_kankoevent.slider_flag #tmp_heading_ttl h1 {
	padding:22px 20px 18px 106px;
	background-position:22px center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-background-size:70px auto !important;
	-moz-background-size:70px auto !important;
	background-size:70px auto !important;
}
.wrap_top_emergency #tmp_heading_ttl {
	position:static;
	padding:0;
	margin:40px 0 20px;
}
.wrap_top_emergency #tmp_heading_ttl h1 {
	min-width:340px;
}
/* heading_jigyousha / heading_kanko
================================================== */
#tmp_heading_jigyousha,
#tmp_heading_kanko {
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin:0 0 67px;
}
#tmp_heading_jigyousha {
	background-image:url(/shared/site_rn2022/images/main/jigyosha_img.jpg);
}
#tmp_heading_kanko {
	background-image:url(/shared/site_rn2022/images/main/kanko_img.jpg);
}
#tmp_heading_jigyousha h1,
#tmp_heading_jigyousha h1 span,
#tmp_heading_kanko h1,
#tmp_heading_kanko h1 span {
	display:block;
	width:340px;
	height:340px;
}
#tmp_heading_jigyousha h1 {
	margin:0 auto;
	background:url(/shared/site_rn2022/images/main/jigyosha_ttl_bg.png) no-repeat center center;
}
#tmp_heading_kanko h1 {
	margin:0 auto;
	background:url(/shared/site_rn2022/images/main/kanko_ttl_bg.png) no-repeat center center;
}
#tmp_heading_jigyousha h1 span,
#tmp_heading_kanko h1 span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
@media only screen and (min-width: 641px) and (max-width : 1440px) {
	#tmp_heading_jigyousha,
	#tmp_heading_kanko {
		-webkit-background-size:1440px auto;
		-moz-background-size:1440px auto;
		background-size:1440px auto;
	}
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 20px 0 15px 3px;
	font-size: 77.8%;
}
.custom_idx #tmp_pankuzu {
	margin-bottom:50px;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin:0 0 30px;
}
#tmp_custom_update {
	float:right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update,
#tmp_pageid {
	display:inline-block;
	vertical-align:top;
}
#tmp_social_plugins .social_media_btn {
	margin-left:10px;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
    display: inline-block;
	color: #222222;
	background-color: transparent;
	margin-left:0.5em;
}
/* inquiry / feedback
================================================== */
#tmp_inquiry,
#tmp_feedback {
    margin: 0 0 40px;
	background-color: #ffffff;
    color: #222222;
	border: 1px solid #222222;
    clear: both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	padding: 16px 20px;
    color: #222222;
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 122.2%;
}
#tmp_inquiry_cnt {
    padding: 20px 20px 25px;
}
#tmp_inquiry_cnt p a {
    color: inherit;
    background-color: transparent;
}
#tmp_inquiry_cnt .inquiry_parts p span {
    margin-right: 10px;
}
#tmp_inquiry_cnt .inquiry_phone p {
	display:inline-block;
	vertical-align:top;
}
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback_cnt .submit_btn {
    margin: 24px auto 0;
    text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_feedback_cnt .submit_btn input {
	min-width: 250px;
    cursor: pointer;
	text-align: center;
    padding: 13px;
    line-height: 1.4;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #757575;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus,
#tmp_feedback_cnt .submit_btn input:hover,
#tmp_feedback_cnt .submit_btn input:focus {
	background-color:#e1e1e1;
}
#tmp_inquiry_cnt form + form {
	padding-top: 20px;
}
#tmp_inquiry_cnt .inquiry_memo {
	padding-top: 20px;
}
/* feedback */
#tmp_feedback_cnt {
	padding:20px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.1em;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset input[type="radio"] {
	margin-right: 4px;
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi .ptop {
	text-align:left;
}
.pnavi {
    position: absolute;
    right: 50%;
    margin-right: -620px;
    top: -84px;
    z-index: 100;
}
.pnavi_fixed.pnavi {
    position: fixed;
    bottom: 10px;
    top: auto;
}
.pnavi .ptop a {
	display: block;
	width: 54px;
	height: 54px;
    text-align: center;
    text-decoration: none;
	text-indent: -99999px;
    font-size: 1rem;
	border:1px solid #142247;
    color: #ffffff;
    background: #142247 url(/shared/site_rn2022/images/footer/ptop_icon.png) no-repeat center center;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    background-size: 22px auto;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	background-color:#ffffff;
	background-image:url(/shared/site_rn2022/images/footer/ptop_icon_on.png);
}
/* footer
================================================== */
#tmp_footer {
	clear:both;
}
.footer_front{
	padding: 58px 0 54px;
	color: #222222;
	background-color: #f1f1f1;
}
#tmp_footer .footer_front .container {
	position: relative;
}
.footer_bellow{
	color: #FFFFFF;
	background-color: #1a1a1a;
}
#tmp_footer .footer_main,
#tmp_footer .footer_info {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_footer .footer_main {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#tmp_footer .footer_info {
	float: left;
	width: 845px;
	padding-right:55px;
}
#tmp_footer .footer_nav {
	float:right;
	width: 395px;
	padding-left: 57px;
	padding-top: 18px;
	border-left: 1px solid #757575;
}
.footer_front .footer_info .footer_logo{
	margin-right: 49px;
	float: left;
	width: 128px;
	padding-top:4px;
}
.footer_logo p,
.footer_logo p span {
	width: 128px;
    height: 150px;
}
.footer_logo p {
	color: #1a1a1a;
	background: #f1f1f1 url(/shared/site_rn2022/images/footer/logo_footer.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.footer_logo p span {
    display: block;
    position: relative;
    z-index: -1;
    overflow: hidden;
	font-size: 1.2rem;
	font-weight:bold;
}
.footer_social ul{
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}
.footer_social ul li{
	margin: 0 10px 18px 0;
	display: inline-block;
	vertical-align: middle;
}
.footer_social ul li a{
	display: block;
	overflow: hidden;
	color: #222222;
	background-color: #f1f1f1;
	transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.footer_social ul li a:hover,
.footer_social ul li a:focus {
	opacity: 0.7;
}
.footer_social ul li a img {
	max-width: 100%;
	width: 32px;
	height: auto;
	vertical-align: top;
}
/* fnavi  */
.fnavi {
	list-style: none;
	margin-bottom: 41px;
}
.fnavi li {
	margin: 0 0 22px;
}
.fnavi li:last-child{
	margin-bottom: 0;
}
.fnavi li a{
	font-size: 88.9%;
	color: #222222;
	background-color: #f1f1f1;
	font-weight: bold;
	text-decoration: none;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.footer_cnt {
	float:left;
	flex-grow:1;
	padding-right:10px;
}
.footer_government {
	position: relative;
	width:140px;
	height: 140px;
	margin-top: 22px;
	border: 1px solid #757575;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
}
.footer_government.active {
	background-color:rgba(255, 255, 255, 0.85);
}
.footer_government p {
	font-size:88.89%;
	font-weight:bold;
}
.footer_government p.government_link {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 5px 18px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1;
}
.footer_government p.government_link a {
	display: block;
	text-decoration:none;
	color: #222222;
	background-color: transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer_government.active p.government_link a {
	color:#222222;
	background-color: transparent;
}
.footer_cnt address {
	margin: 15px 0 5px;
	font-style: normal;
	font-size: 88.8%;
	line-height: 1.7;
}
.footer_cnt address p:first-child {
	margin-bottom:17px;
}
.footer_cnt address span.address_sub {
	display:block;
	margin-left: 66px;
}
.copyright {
	padding: 18px 0 19px;
	text-align: right;
	font-size: 77.8%;
	line-height:1.5;
}
/* sogotop */
.format_sogotop #tmp_footer {
	background-color:#000000;
	color:#ffffff;
	position:relative;
	z-index:1;
}
.format_sogotop .copyright {
	padding: 8px 19px 9px 0;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 22px solid transparent;
}
/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	float: left;
	padding-right: 11px;
}
div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
	padding-left: 11px;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}
div.col2 div.col2 div.col2R {
	width: 47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}
div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}
/* col3
================================================== */
table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 22px solid transparent;
}
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3333333%;
	margin-right: 0;
	float: left;
	padding-right: 10px;
}
div.col3 div.col3R {
	display: table;
	width: 33.3333333%;
	float: left;
	padding-left: 10px;
}

div.col3 div.col3M {
	padding-left: 5px;
	padding-right: 5px;
}

/* ==================================================
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;
}

/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 9999;
    background: #ffffff;
    color: #222222;
}
.spmenu_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:82px;
	left:0;
	background-color: rgba(0,0,0,0.5);
	z-index:699;
}
#tmp_sma_menu {
	position: relative;
	background-color: #ffffff;
	color: #222222;
	z-index: 9998;
}
#tmp_sma_lmenu,
#tmp_sma_mmenu,
#tmp_sma_rmenu {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
    overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	max-height: calc(100vh - 80px);
}
#tmp_sma_cnavi{
	padding: 60px 0 59px;
}
.spmenu_open:before{
	top: 80px;
}
.wrap_sma_sch{
	color: #222222;
	background-color: #FFFFFF;
}
.spmenu_open.lmenu #tmp_sma_menu {
	color: #000000;
	background-color: #FFFF00;
}
#tmp_sma_rmenu {
	color: #ffffff;
	background-color: #b90404;
}
#tmp_sma_rmenu .container {
	position:relative;
}
/* close_btn */
#tmp_sma_menu .close_btn {
	display: block;
	text-align: center;
}
#tmp_sma_menu .close_btn a {
	padding: 10px 10px 10px 26px;
	font-size: 88.8%;
	display:block;
	color: #222222;
	background-color: #f1f1f1;
	text-decoration: none;
	border-top:1px solid #f1f1f1;;
	border-bottom:1px solid #f1f1f1;;
}
#tmp_sma_menu .close_btn span {
	display:inline-block;
	padding:2px 0 1px 24px;
	background: url(/shared/site_rn2022/images/icon/close_icon.png) left center no-repeat;
}
#tmp_sma_menu .close_btn a:hover span,
#tmp_sma_menu .close_btn a:focus span {
	text-decoration: underline;
}
/* box_emergency */
#tmp_sma_rmenu .wrap_box_emergency {
	color: #222222;
	background-color: #FFFFFF;
	border:3px solid #b90404;
}
#tmp_sma_rmenu .box_emergency {
	display:table;
	width:100%;
	border:3px solid #ffffff;
}
#tmp_sma_rmenu .box_emergency_ttl {
	display:table-cell;
	vertical-align:middle;
	width:124px;
	padding:14px 5px;
	text-align:center;
	font-weight:bold;
	font-size: 122.2%;
	color:#ffffff;
	background-color:#b90404;
}
#tmp_sma_rmenu .box_emergency_cnt {
	display:table-cell;
	vertical-align:middle;
	padding:4px 20px 0;
}
#tmp_sma_rmenu .box_emergency_cnt ul {
	list-style:none;
}
#tmp_sma_rmenu .box_emergency_cnt .para_notify,
#tmp_sma_rmenu .box_emergency_cnt li {
	margin:14px 0;
	line-height:1.0;
	font-weight:bold;
	position:relative;
	padding-left:10px;
	font-size: 111.1%;
}
#tmp_sma_rmenu .box_emergency_cnt .para_notify::before,
#tmp_sma_rmenu .box_emergency_cnt li::before {
	content:"";
	position:absolute;
	left:0;
	top:2px;
	width:2px;
	height:16px;
	background-color:#b90404;
}
#tmp_sma_rmenu .box_emergency_cnt li a {
	color:#1a1a1a;
	background-color:transparent;
	text-decoration:none;
}
#tmp_sma_rmenu .box_emergency_cnt li a:hover,
#tmp_sma_rmenu .box_emergency_cnt li a:focus {
	text-decoration: underline;
}
/* read_all */
.wrap_box_emergency .emergency_read_all {
	border-top:1px solid #fde8e8;
	background-color:#fde8e8;
	color:#1a1a1a;
	padding:13px 10px 11px;
}
.wrap_box_emergency .emergency_read_all ul {
	list-style:none;
	text-align:right;
	line-height:1;
}
.wrap_box_emergency .emergency_read_all ul li {
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #142247;
	line-height:1;
}
.wrap_box_emergency .emergency_read_all ul li a {
	display:block;
	text-decoration:none;
	color:#1a1a1a;
	background-color:transparent;
	padding:0 25px;
}
.wrap_box_emergency .emergency_read_all ul li a:hover,
.wrap_box_emergency .emergency_read_all ul li a:focus {
	text-decoration:underline;
}
.no_javascript #tmp_sma_menu {
	z-index:0;
}
.no_javascript #tmp_sma_mmenu {
	display:block;
	position:relative;
	top:auto;
	max-height:none;
	min-width:auto;
}
.no_javascript #tmp_sma_cnavi {
	padding:20px 0;
}
.no_javascript .social_cate,
.no_javascript #tmp_fsize,
.no_javascript #tmp_color,
.no_javascript #tmp_sma_mmenu .close_btn {
	display:none;
}
/* hnavi_s
================================================== */
#tmp_switch_sp_style {
	display: none;
}
#tmp_hnavi_s,
.spmenu_open #tmp_hnavi_s {
	display: block;
	list-style: none;
}
#tmp_hnavi_s {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 10px;
}
#tmp_hnavi_s ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#tmp_hnavi_s li {
	width:80px;
}
#tmp_hnavi_lmenu {
	position:absolute;
	right:162px;
	top:0px;
}
#tmp_hnavi_mmenu {
	position:absolute;
	right:81px;
	top:0;
}
#tmp_hnavi_rmenu {
	position:absolute;
	right:0;
	top:0;
}
#tmp_hnavi_s li a {
	display:table;
	width:80px;
	font-size:0.875rem;
	text-decoration:none;
	color: #FFFFFF;
	border-left: 1px solid #838383;
}
#tmp_hnavi_lmenu a,
#tmp_hnavi_mmenu a {
	background-color:#142247;
	background-repeat:no-repeat;
	background-position:center 15px;
}
#tmp_hnavi_lmenu a {
	background-image:url(/shared/site_rn2022/images/header/hnavi_lmenu_icon.png);
}
#tmp_hnavi_mmenu a {
	background-image:url(/shared/site_rn2022/images/header/hnavi_mmenu_icon.png);
}
#tmp_hnavi_lmenu a.active,
#tmp_hnavi_mmenu a.active{
	color:#222222;
	background-color:#ffffff;
	background-image:url(/shared/site_rn2022/images/header/hnavi_close_icon.png);
}
#tmp_hnavi_s #tmp_hnavi_rmenu a {
	border-top:3px solid #b90404;
	border-left:3px solid #b90404;
	border-right:3px solid #b90404;
	background-color:#b90404;
	color:#ffffff;
}
#tmp_hnavi_s #tmp_hnavi_rmenu a.active {
	color:#b90404;
	background-color:#ffffff;
	background-image:url(/shared/site_rn2022/images/header/hnavi_close_icon_red.png);
	background-repeat:no-repeat;
	background-position:center 10px;
}
#tmp_hnavi_lmenu a:hover,
#tmp_hnavi_mmenu a:hover {
	color:#222222;
	background-color:#ffffff;
}
#tmp_hnavi_lmenu a:not(.active):hover {
	background-image:url(/shared/site_rn2022/images/header/hnavi_lmenu_icon_on.png);
}
#tmp_hnavi_mmenu a:not(.active):hover {
	background-image:url(/shared/site_rn2022/images/header/hnavi_mmenu_icon_on.png);
}
#tmp_hnavi_s #tmp_hnavi_rmenu a:hover {
	color:#b90404;
	background-color:#ffffff;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_mmenu span,
#tmp_hnavi_rmenu span {
	display:table-cell;
	vertical-align:middle;
	width:80px;
	height:81px;
	text-align: center;
}
#tmp_hnavi_rmenu span {
	height:77px;
}
#tmp_hnavi_lmenu span,
#tmp_hnavi_mmenu span,
#tmp_hnavi_rmenu a.active span {
	padding-top:42px;
}
#tmp_hnavi_rmenu a.active span {
	height:80px;
}
#tmp_hnavi_top_menu{
	width: 112px !important;
	position: absolute;
	right: 264px;
	top: 0px;
	font-size: 15px;
	padding: 22px 0 21px;
}
#tmp_hnavi_top_menu a {
	width: auto !important;
	border: solid 1px #838383;
	padding: 8px 20px 7px;
}
#tmp_hnavi_top_menu a:hover,
#tmp_hnavi_top_menu a:focus{
	color: #222222;
	background-color: #ffffff;
}
/* hnavi_koho */
#tmp_hnavi_s #tmp_hnavi_koho {
	width:148px;
	position:absolute;
	right:264px;
	top:15px;
}
#tmp_hnavi_s #tmp_hnavi_koho a {
	border-left:none;
	background:url(/shared/site_rn2022/images/icon/head_koho.png) no-repeat 0 0;
}
#tmp_hnavi_s #tmp_hnavi_koho a,
#tmp_hnavi_s #tmp_hnavi_koho a span {
	display:block;
	width:148px;
	height:44px;
}
#tmp_hnavi_s #tmp_hnavi_koho a span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
/* publicity
================================================== */
#tmp_publicity {
	display:table;
	width:100%;
	margin:50px 0 10px;
	clear:both;
}
.custom_kurashi #tmp_publicity {
	margin:18px 0 15px;
}
#tmp_publicity_ttl,
#tmp_publicity_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_publicity_ttl {
	padding:0 20px 0 0;
	width: 184px;
	border-right: 1px solid #757575;
	font-size: 133.33%;
	font-weight: bold;
	line-height:1.1;
}
#tmp_publicity_cnt {
	padding-left:46px;
}
#tmp_publicity_cnt ul {
	list-style: none !important;
	margin:0 !important;
}
#tmp_publicity_cnt ul li {
	float: left;
	margin:0 0 10px 24px !important;
}
#tmp_publicity_cnt ul li a {
	display:block;
	background-color:#000000;
	color:#ffffff;
}
#tmp_publicity_cnt ul li img {
	transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
#tmp_publicity_cnt ul li a:hover img,
#tmp_publicity_cnt ul li a:focus img {
	opacity:0.85;
}
/* publicity_btn */
#tmp_publicity .publicity_btn {
	float:right;
	clear:both;
}
#tmp_publicity .publicity_btn p {
	float:left;
	margin:0 0 0 7px;
	text-align: center;
	line-height: 1.2;
	font-size: 77.78%;
}
#tmp_publicity .publicity_btn a {
	display: block;
	min-width:180px;
	padding: 6px 10px;
	color: #222222;
	background-color: #FFFFFF;
	border: 2px solid #f1f1f1;
	text-decoration: none;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
#tmp_publicity .publicity_btn a:hover,
#tmp_publicity .publicity_btn a:focus {
	background-color: #e1e1e1;
}
/* ==================================================
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 .wrap_mc_sp a {
	display: block;
	padding: 13px 10px;
	color: #212121;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #8f8f8f;
	font-size:3rem;
}

.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.disp_pc .pnavi_fixed.pnavi{
	bottom: 75px;
}
/* ==================================================
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 * {
	list-style-image: none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
.color_blue #tmp_wrapper,
.color_blue:not(.format_sogotop) #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow:not(.format_sogotop) #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black:not(.format_sogotop) #tmp_wrapper *,
.color_blue.format_sogotop #tmp_header *,
.color_yellow.format_sogotop #tmp_header *,
.color_black.format_sogotop #tmp_header *,
.color_blue.format_sogotop #tmp_gnavi_top *,
.color_yellow.format_sogotop #tmp_gnavi_top *,
.color_black.format_sogotop #tmp_gnavi_top * {
	background-image: none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 10px 15px !important;
}
.color_blue #tmp_header,
.color_yellow #tmp_header,
.color_black #tmp_header {
	border-bottom:3px solid;
}
/* hlogo */
.color_blue #tmp_hlogo,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p a,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p a,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p a {
	padding:10px 0 !important;
	font-size:2.0rem !important;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	text-indent:0 !important;
	white-space: normal !important;
}

/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_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;
}
.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;
}

.color_blue #tmp_gnavi_top,
.color_yellow #tmp_gnavi_top,
.color_black #tmp_gnavi_top {
	border-top:1px solid;
	border-bottom:1px solid;
}
/* 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;
    background-color: transparent !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box .gm-style-cc,
.color_blue #tmp_wrap_main #tmp_gmap_box .gmnoprint,
.color_blue #tmp_wrap_main #tmp_gmap_box .gmnoprint label,
.color_blue #tmp_wrap_main #tmp_gmap_box .gmnoprint.gm-bundled-control .gmnoprint,
.color_blue #tmp_wrap_main #tmp_gmap_box .gm-style-iw.gm-style-iw-c {
	color:#000000 !important;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	-moz-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	box-shadow: 0 2px 16px rgba(71, 112, 174, 0.15) !important;
}
.color_blue.custom_megurou_end #tmp_wrap_main #tmp_gmap_box,
.color_blue.custom_megurou_end #tmp_wrap_main #tmp_gmap_box * {
	color:#FFFF00 !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;
	background-color: transparent !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box .gm-style-cc,
.color_yellow #tmp_wrap_main #tmp_gmap_box .gmnoprint,
.color_yellow #tmp_wrap_main #tmp_gmap_box .gmnoprint label,
.color_yellow #tmp_wrap_main #tmp_gmap_box .gmnoprint.gm-bundled-control .gmnoprint,
.color_yellow #tmp_wrap_main #tmp_gmap_box .gm-style-iw.gm-style-iw-c {
	color:#000000 !important;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	-moz-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	box-shadow: 0 2px 16px rgba(71, 112, 174, 0.15) !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;
	background-color: transparent !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box .gm-style-cc,
.color_black #tmp_wrap_main #tmp_gmap_box .gmnoprint,
.color_black #tmp_wrap_main #tmp_gmap_box .gmnoprint label,
.color_black #tmp_wrap_main #tmp_gmap_box .gmnoprint.gm-bundled-control .gmnoprint,
.color_black #tmp_wrap_main #tmp_gmap_box .gm-style-iw.gm-style-iw-c {
	color:#000000 !important;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	-moz-box-shadow: 0 1px 16px rgba(71, 112, 174, 0.15) !important;
	box-shadow: 0 2px 16px rgba(71, 112, 174, 0.15) !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* 共通
================================================== */
.color_blue #tmp_header,
.color_black #tmp_header,
.color_yellow #tmp_header {
	min-height:83px !important;
}
.color_blue #tmp_header .container,
.color_black #tmp_header .container,
.color_yellow #tmp_header .container {
	padding:0;
}
.color_blue #tmp_wrap_main,
.color_black #tmp_wrap_main,
.color_yellow #tmp_wrap_main {
	padding-top:20px !important;
}
.color_blue #tmp_hnavi_top_menu,
.color_black #tmp_hnavi_top_menu,
.color_yellow #tmp_hnavi_top_menu {
	padding:20px 0 18px !important;
}
.color_blue #tmp_wrapper #tmp_color .change_list li a,
.color_black #tmp_wrapper #tmp_color .change_list li a,
.color_yellow #tmp_wrapper #tmp_color .change_list li a {
	color: #222222 !important;
	background-color: #ffffff !important;
	border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_color .change_list li a.link_blue,
.color_black #tmp_wrapper #tmp_color .change_list li a.link_blue,
.color_yellow #tmp_wrapper #tmp_color .change_list li a.link_blue {
	color: #ffff00 !important;
	background-color: #0033ff !important;
	border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_color .change_list li a.link_yellow,
.color_black #tmp_wrapper #tmp_color .change_list li a.link_yellow,
.color_yellow #tmp_wrapper #tmp_color .change_list li a.link_yellow {
	color: #222222 !important;
	background-color: #ffff00 !important;
	border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_color .change_list li a.link_black,
.color_black #tmp_wrapper #tmp_color .change_list li a.link_black,
.color_yellow #tmp_wrapper #tmp_color .change_list li a.link_black {
	color: #ffff00 !important;
	background-color: #000000 !important;
	border-color: #ffff00 !important;
}
.color_blue #tmp_wrapper #tmp_color .change_list li a.link_blue,
.color_black #tmp_wrapper #tmp_color .change_list li a.link_blue,
.color_black #tmp_wrapper #tmp_color .change_list li a.link_black {
	border-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper #tmp_color .change_list li a.link_black {
	border-color: #000000 !important;
}
.color_blue #tmp_gnavi_top ul li.glist6 > a > span,
.color_black #tmp_gnavi_top ul li.glist6 > a > span,
.color_yellow #tmp_gnavi_top ul li.glist6 > a > span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
.color_blue #tmp_mnavi ul li.mlist6 span,
.color_black #tmp_mnavi ul li.mlist6 span,
.color_yellow #tmp_mnavi ul li.mlist6 span {
	text-indent: 0 !important;
}

.color_blue #tmp_wrapper #tmp_sma_search .wrap_sch_box,
.color_blue #tmp_wrapper #tmp_sma_search .sch_box,
.color_blue #tmp_wrapper #tmp_sma_search #tmp_sma_query,
.color_black #tmp_wrapper #tmp_sma_search .wrap_sch_box,
.color_black #tmp_wrapper #tmp_sma_search .sch_box,
.color_black #tmp_wrapper #tmp_sma_search #tmp_sma_query,
.color_yellow #tmp_wrapper #tmp_sma_search .wrap_sch_box,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_box,
.color_yellow #tmp_wrapper #tmp_sma_search #tmp_sma_query {
	background-color: transparent !important;
}
.color_blue #tmp_wrapper #tmp_sma_search .sch_box label,
.color_black #tmp_wrapper #tmp_sma_search .sch_box label {
	background-color: transparent !important;
	background-image:url(/shared/site_rn2022/images/header/icon_search_white.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_search .sch_box label {
	background-color: transparent !important;
	background-image:url(/shared/site_rn2022/images/header/icon_search.png) !important;
}
.color_blue #tmp_social_plugins .social_media_btn,
.color_black #tmp_social_plugins .social_media_btn,
.color_yellow #tmp_social_plugins .social_media_btn {
	text-indent: 0;
	text-align: center;
}
.color_blue .footer_front,
.color_black .footer_front,
.color_yellow .footer_front {
	border-top:1px solid;
	border-bottom:1px solid;
}
.color_blue #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_black #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_yellow #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_blue #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow,
.color_black #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow,
.color_yellow #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow {
	border:1px solid;
	padding:3px 10px;
}
.color_blue #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_blue #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow span,
.color_blue #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow,
.color_blue #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow span {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_black #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow span,
.color_black #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow,
.color_black #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow span {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow,
.color_yellow #tmp_wrapper #tmp_jigyo_visual_slide .slick-arrow span,
.color_yellow #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow,
.color_yellow #tmp_wrapper #tmp_jigyo_link_slide .slick-arrow span {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_jigyo_visual_slide .btn_slides.start span::before {
	border-color: transparent transparent transparent #000000 !important;
}
.color_yellow #tmp_jigyo_visual_slide .btn_slides.stop span::before,
.color_yellow #tmp_jigyo_visual_slide .btn_slides.stop span::after {
	background-color:#000000 !important;
}
.color_blue #tmp_jigyo_visual_slide .slick-dots .slick-active a,
.color_black #tmp_jigyo_visual_slide .slick-dots .slick-active a {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_jigyo_visual_slide .slick-dots .slick-active a {
	background-color:#000000 !important;
}
.color_blue #tmp_lnavi,
.color_yellow #tmp_lnavi,
.color_black #tmp_lnavi,
.color_blue #tmp_idx_navi,
.color_yellow #tmp_idx_navi,
.color_black #tmp_idx_navi {
	border:2px solid;
}
.color_blue #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi_ttl,
.color_black #tmp_lnavi_ttl,
.color_blue #tmp_idx_navi_ttl,
.color_yellow #tmp_idx_navi_ttl,
.color_black #tmp_idx_navi_ttl {
	border-bottom:2px solid;
}
.color_blue #tmp_gomi_search_langbox ul.box_btn li.active a,
.color_blue #tmp_lnavi_cnt li.active a,
.color_blue #tmp_idx_navi_cnt li.active a {
	background-color:#FFFF00 !important;
	color:#00008B !important;
}
.color_yellow #tmp_gomi_search_langbox ul.box_btn li.active a,
.color_yellow #tmp_lnavi_cnt li.active a,
.color_yellow #tmp_idx_navi_cnt li.active a {
	background-color:#000000 !important;
	color:#FFFF00 !important;
}
.color_black #tmp_gomi_search_langbox ul.box_btn li.active a,
.color_black #tmp_lnavi_cnt li.active a,
.color_black #tmp_idx_navi_cnt li.active a {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_blue #tmp_lnavi_cnt li a:hover,
.color_blue #tmp_lnavi_cnt li a:focus,
.color_yellow #tmp_lnavi_cnt li a:hover,
.color_yellow #tmp_lnavi_cnt li a:focus,
.color_black #tmp_lnavi_cnt li a:hover,
.color_black #tmp_lnavi_cnt li a:focus,
.color_blue #tmp_idx_navi_cnt li a:hover,
.color_blue #tmp_idx_navi_cnt li a:focus,
.color_yellow #tmp_idx_navi_cnt li a:hover,
.color_yellow #tmp_idx_navi_cnt li a:focus,
.color_black #tmp_idx_navi_cnt li a:hover,
.color_black #tmp_idx_navi_cnt li a:focus {
	text-decoration:underline;
}
/* pnavi */
.color_blue .pnavi .ptop a,
.color_black .pnavi .ptop a,
.color_yellow .pnavi .ptop a {
	border:2px solid;
	padding:5px 10px;
}
.color_blue #tmp_wrapper .section_video .buttons_control a,
.color_black #tmp_wrapper .section_video .buttons_control a,
.color_yellow #tmp_wrapper .section_video .buttons_control a,
.color_blue #tmp_wrapper #play_button,
.color_black #tmp_wrapper #play_button,
.color_yellow #tmp_wrapper #play_button,
.color_blue #tmp_wrapper #pause_button,
.color_black #tmp_wrapper #pause_button,
.color_yellow #tmp_wrapper #pause_button,
.color_blue #tmp_wrapper #mute_button,
.color_black #tmp_wrapper #mute_button,
.color_yellow #tmp_wrapper #mute_button,
.color_blue #tmp_event_cal_7w .event_cal_7w td p a,
.color_black #tmp_event_cal_7w .event_cal_7w td p a,
.color_yellow #tmp_event_cal_7w .event_cal_7w td p a {
	border:1px solid;
}
.color_blue #tmp_wrapper #play_button,
.color_black #tmp_wrapper #play_button {
	background-image:url(/shared/templates/top_rn2022/images/video_play_icon.png) !important;
}
.color_yellow #tmp_wrapper #play_button {
	background-image:url(/shared/templates/top_rn2022/images/video_play_icon_black.png) !important;
}
.color_blue #tmp_wrapper #pause_button,
.color_black #tmp_wrapper #pause_button {
	background-image:url(/shared/templates/top_rn2022/images/video_stop_icon.png) !important;
}
.color_yellow #tmp_wrapper #pause_button {
	background-image:url(/shared/templates/top_rn2022/images/video_stop_icon_black.png) !important;
}
.color_blue #tmp_wrapper #mute_button,
.color_black #tmp_wrapper #mute_button {
	background-image:url(/shared/templates/top_rn2022/images/video_mute_icon.png) !important;
}
.color_yellow #tmp_wrapper #mute_button {
	background-image:url(/shared/templates/top_rn2022/images/video_mute_icon_black.png) !important;
}
.color_blue #tmp_wrapper #mute_button.volume_down,
.color_black #tmp_wrapper #mute_button.volume_down {
	background-image:url(/shared/templates/top_rn2022/images/video_unmute_icon.png) !important;
}
.color_yellow #tmp_wrapper #mute_button.volume_down {
	background-image:url(/shared/templates/top_rn2022/images/video_unmute_icon_black.png) !important;
}
/* text-hover */
.color_blue #tmp_hnavi_s li a:hover span,
.color_black #tmp_hnavi_s li a:hover span,
.color_yellow #tmp_hnavi_s li a:hover span,
.color_blue #tmp_hnavi_s li a:focus span,
.color_black #tmp_hnavi_s li a:focus span,
.color_yellow #tmp_hnavi_s li a:focus span,
.color_blue #tmp_jigyo_cate .jigyo_cate_btn a:hover span.text,
.color_black #tmp_jigyo_cate .jigyo_cate_btn a:hover span.text,
.color_yellow #tmp_jigyo_cate .jigyo_cate_btn a:hover span.text,
.color_blue #tmp_jigyo_cate .jigyo_cate_btn a:focus span.text,
.color_black #tmp_jigyo_cate .jigyo_cate_btn a:focus span.text,
.color_yellow #tmp_jigyo_cate .jigyo_cate_btn a:focus span.text,
.color_blue #tmp_contents .read_all li a:hover,
.color_black #tmp_contents .read_all li a:hover,
.color_yellow #tmp_contents .read_all li a:hover,
.color_blue #tmp_contents .read_all li a:focus,
.color_black #tmp_contents .read_all li a:focus,
.color_yellow #tmp_contents .read_all li a:focus,
.color_blue #tmp_contents #tmp_sec_menu_main ul li a:hover,
.color_black #tmp_contents #tmp_sec_menu_main ul li a:hover,
.color_yellow #tmp_contents #tmp_sec_menu_main ul li a:hover,
.color_blue #tmp_contents #tmp_sec_menu_main ul li a:focus,
.color_black #tmp_contents #tmp_sec_menu_main ul li a:focus,
.color_yellow #tmp_contents #tmp_sec_menu_main ul li a:focus {
	text-decoration:underline;
}
.color_blue #tmp_call_center .call_center_phone a,
.color_black #tmp_call_center .call_center_phone a {
	color:#FFFF00 !important;
}
.color_yellow #tmp_call_center .call_center_phone a {
	color:#000000 !important;
}
.color_blue #tmp_wrapper .footer_social ul li a img,
.color_black #tmp_wrapper .footer_social ul li a img,
.color_yellow #tmp_wrapper .footer_social ul li a img,
.color_blue #tmp_wrapper .social_cate ul li a img,
.color_black #tmp_wrapper .social_cate ul li a img,
.color_yellow #tmp_wrapper .social_cate ul li a img {
	background-color:#ffffff !important;
}
.color_blue #tmp_contents .idx_anchor_list a,
.color_black #tmp_contents .idx_anchor_list a,
.color_yellow #tmp_contents .idx_anchor_list a {
	position:relative;
}
.color_blue #tmp_contents .idx_anchor_list a::before,
.color_black #tmp_contents .idx_anchor_list a::before,
.color_yellow #tmp_contents .idx_anchor_list a::before {
	content:"";
	position:absolute;
	left:0;
	top:12px;
	width:8px;
    height:8px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #tmp_event_cal_tab #tmp_event_tab_cal.active span,
.color_black #tmp_event_cal_tab #tmp_event_tab_cal.active span,
.color_yellow #tmp_event_cal_tab #tmp_event_tab_cal.active span {
	border-bottom:2px solid;
	padding:0 0 2px !important;
}
/* slick */
.color_blue #tmp_top_news_slide .slick-arrow,
.color_black #tmp_top_news_slide .slick-arrow,
.color_yellow #tmp_top_news_slide .slick-arrow,
.color_blue #tmp_top_event_slide .slick-arrow,
.color_black #tmp_top_event_slide .slick-arrow,
.color_yellow #tmp_top_event_slide .slick-arrow {
	text-indent:0 !important;
	padding:2px 5px !important;
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_wrapper #tmp_visual .slick_control,
.color_blue #tmp_top_news_slide .slick-arrow,
.color_blue #tmp_top_event_slide .slick-arrow {
	background-color:#00008B !important;
}
.color_black #tmp_wrapper #tmp_visual .slick_control,
.color_black #tmp_top_news_slide .slick-arrow,
.color_black #tmp_top_event_slide .slick-arrow {
	background-color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_visual .slick_control,
.color_yellow #tmp_top_news_slide .slick-arrow,
.color_yellow #tmp_top_event_slide .slick-arrow {
	background-color:#FFFF00 !important;
}
.color_blue #tmp_visual .btn_slides.start a::before,
.color_black #tmp_visual .btn_slides.start a::before {
	border-left-color:#ffffff !important;
	background-color: transparent !important;
}
.color_blue #tmp_visual .btn_slides.stop a::before,
.color_blue #tmp_visual .btn_slides.stop a::after,
.color_black #tmp_visual .btn_slides.stop a::before,
.color_black #tmp_visual .btn_slides.stop a::after {
	background-color:#ffffff !important;
}
/* display:none */
.color_blue .recommend_popup_heading p::after,
.color_black .recommend_popup_heading p::after,
.color_yellow .recommend_popup_heading p::after,
.color_blue #tmp_top_news_slide .slick-arrow::before,
.color_black #tmp_top_news_slide .slick-arrow::before,
.color_yellow #tmp_top_news_slide .slick-arrow::before,
.color_blue #tmp_top_event_slide .slick-arrow::before,
.color_black #tmp_top_event_slide .slick-arrow::before,
.color_yellow #tmp_top_event_slide .slick-arrow::before,
.color_blue .cate_img_btn li a::after,
.color_blue .cate_btn li a::after,
.color_black .cate_img_btn li a::after,
.color_black .cate_btn li a::after,
.color_yellow .cate_img_btn li a::after,
.color_yellow .cate_btn li a::after {
	display:none !important;
}

.color_blue #tmp_wrapper .highlight_nav ul li.disabled a,
.color_blue #tmp_wrapper .highlight_nav ul li.disabled span,
.color_black #tmp_wrapper .highlight_nav ul li.disabled a,
.color_black #tmp_wrapper .highlight_nav ul li.disabled span {
	color:#FFFF00 !important;
}
.color_yellow #tmp_wrapper .highlight_nav ul li.disabled a,
.color_yellow #tmp_wrapper .highlight_nav ul li.disabled span {
	color:#000000 !important;
}
.color_yellow #tmp_movie_mainvisual .swiper_btn a.start::before {
	border-left-color:#000000 !important;
	background-color: transparent !important;
}
.color_yellow #tmp_movie_mainvisual .swiper_btn a::before,
.color_yellow #tmp_movie_mainvisual .swiper_btn a::after {
	background-color:#000000 !important;
	color:#ffffff !important;
}
.color_blue #tmp_wrapper #tmp_visual,
.color_blue #tmp_wrapper #tmp_visual *,
.color_blue #tmp_wrapper #tmp_visual_emergency,
.color_blue #tmp_wrapper #tmp_visual_emergency *,
.color_black #tmp_wrapper #tmp_visual,
.color_black #tmp_wrapper #tmp_visual *,
.color_black #tmp_wrapper #tmp_visual_emergency,
.color_black #tmp_wrapper #tmp_visual_emergency *,
.color_yellow #tmp_wrapper #tmp_visual,
.color_yellow #tmp_wrapper #tmp_visual *,
.color_yellow #tmp_wrapper #tmp_visual_emergency,
.color_yellow #tmp_wrapper #tmp_visual_emergency * {
	background-color: transparent !important;
}
.color_blue #tmp_visual .slick_control,
.color_black #tmp_visual .slick_control,
.color_yellow #tmp_visual .slick_control {
	border:1px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_lnavi_ttl a{
	background-position: 20px 24px;
}
.fsize_small #tmp_lnavi_cnt li a{
	background-position: 20px 14px;
}
.fsize_small #tmp_fsize li.change_ttl,
.fsize_small #tmp_color li.change_ttl {
    min-height: 30px;
}
.fsize_small .footer_cnt address span.address_sub {
    margin-left: 50px;
}
.fsize_small #tmp_contents .idx_anchor_list a{
	padding-left: 18px;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	background-position: left 12px;
}
.fsize_small #tmp_contents h3{
	background-position: 2px 15px !important;
}
.fsize_small #tmp_contents h4{
	background-position: 2px 14px !important;
}
.fsize_small #tmp_contents ul.box_btn li a{
	background-position: 20px 17px !important;
}
.fsize_small #tmp_contents .box_menu .box_menu_ttl a{
	background-position: 21px 17px !important;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
.fsize_big #tmp_lnavi_cnt li a{
	background-position: 20px 17px;
}
.fsize_big .nav_internal ul li {
	padding: 2px 22px;
}
.fsize_big .footer_cnt address span.address_sub {
    margin-left: 80px;
}
.fsize_big #tmp_contents .box_menu .box_menu_ttl a{
	background-position: 21px 23px !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_lnavi_ttl a{
	background-position: 20px 33px;
}
.fsize_big2 #tmp_lnavi_cnt li a{
	background-position: 20px 21px;
}
.fsize_big2 li.change_ttl {
    width: 178px;
}
.fsize_big2 .how_to_use a {
	font-size: 64.2%;
}
.fsize_big2 .footer_cnt address span.address_sub {
    margin-left: 115px;
}
.fsize_big2 #tmp_contents .idx_anchor_list{
	padding-left: 20px;
	padding-right: 20px;
}
.fsize_big2 #tmp_contents .idx_anchor_list ul{
	margin: 0 -10px;
}
.fsize_big2 #tmp_contents .idx_anchor_list a{
	margin: 0 10px;
}
.fsize_big2 #tmp_contents .idx_anchor_list a{
	padding-left: 16px;
	background-position: left 20px;
}
.fsize_big2 #tmp_contents h3{
	background-position: 2px 30px !important;
}
.fsize_big2 #tmp_contents h4{
	background-position: 0 26px !important;
}
.fsize_big2 #tmp_contents ul.box_btn li a{
	background-position: 20px 28px !important;
}
.fsize_big2 #tmp_contents .box_menu .box_menu_ttl a{
	background-position: 21px 28px !important;
}
.fsize_big2 #tmp_fukushi_search .sch_btn p.submit_btn input,
.fsize_big2 #tmp_fukushi_search .sch_btn p.clear_btn input {
	letter-spacing:0 !important;
	text-indent:0 !important;
}
.fsize_big2 #tmp_call_center .call_center_phone {
	font-size:1.8rem !important;
}
/* ==================================================
no javascript
================================================== */
.no_javascript #tmp_wrapper {
	padding-top: 0;
}
.no_javascript #tmp_header {
	position: relative;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
.wrap_box_emergency .emergency_read_all 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_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_publicity_cnt ul:after,
#tmp_publicity .publicity_btn:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_mean:after,
.wrap_sch_row:after,
#tmp_sma_search_input:after,
.nav_internal:after,
.social_cate:after,
.panel_info:after,
.setting_list:after,
.mean_row:after,
#tmp_footer .footer_main:after,
.footer_info:after,
.footer_social ul:after,
.section_banner:after,
.banner_list:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}