@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #0c459b;
}

a:hover{
	text-decoration: none;
}

body {
	font-size: 112.5%; /* 18px */
	font-weight: 500;
	color: #333333;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #Ba1414;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #136740;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* 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 {
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 260px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}

/* regulation
================================================== */
#tmp_wrap_regulation {
	position: relative;
	background-color:#fbf4e7;
	border-bottom: 1px solid #136740;
	color:#333333;
	z-index: 100;
}
#tmp_regulation {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 5px;
	background: transparent url(/shared/site_shigikai_rn/images/regulation/regulation_bg.jpg) no-repeat right top;
	color: inherit
}
#tmp_regulation p {
	float:right;
	width:121px;
}
#tmp_regulation p a {
	display:block;
	background:#ffffff url(/shared/site_shigikai_rn/images/regulation/chiba_logo.jpg) no-repeat center top;
	border: 2px solid #e4d4b3;
	border-radius:0 0 6px 6px;
	border-top:none;
	color: #333333;
	text-align:center;
}
#tmp_regulation p span {
	display:block;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_regulation:after{
	content: '';
	clear: both;
	display: table;
}

/* header
================================================== */
#tmp_wrap_header{
	position: relative;
	margin-bottom: 19px;
	z-index: 100;
}
#tmp_header {
	padding: 14px 0 16px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_header .header_wrapper{
	display: flex;
	align-items: center;
}
#tmp_hlogo {
	margin-left: -4px;
	flex-shrink: 0;
	width: 36.66%;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	/* background: transparent url(/shared/site_shigikai_rn/images/icon/hlogo.png) no-repeat; */
	background: transparent url(/shared/site_shigikai_rn/images/icon/hlogo.jpg) no-repeat;
    background-size: 100% auto;
	max-width: 100%;
	/* width: 440px; */
	width: 265px;
	height: 60px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	/* width: 440px; */
	width: 265px;
	height: 60px;
	max-width: 100%;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	display: block;
	/* width: 440px; */
	width: 265px;
	height: 58px;
	max-width: 100%;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: flex;
	justify-content: flex-end;
	flex: 1 auto;
	padding-left: 16px;
	width: 100%;
	text-align: left;
	z-index: 98;
}
#tmp_hnavi_s > ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-right: -7px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	display: block;
	padding: 4px 5px;
	background-color: transparent;
	font-size: 88.9%;
	color: inherit;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	padding: 4px 0 4px 27px;
	background-color: transparent;
	background-position: 0 7px;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li:last-of-type{
	margin-right: 0;
}
/* lmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	position: relative;
	z-index: 1;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu:after{
	content: '';
	position: absolute;
	right: -9px;
	top: 1px;
	bottom: 0;
	border-right: 1px solid #000;
	margin: auto 0;
	height: 15px;
	z-index: -1;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a > span{
	padding-left: 28px;
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_lang_icon.png);
	background-size: 15px auto;
}
/* mmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	margin-left: 8px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	border-radius: 10px;
	min-width: 175px;
	text-align: center;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span{
	padding-left: 33px;
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_menu_icon.png);
	background-position: 0 8px;
	background-size: 20px auto;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active{
	padding-right: 3px;
	background-color: #0158a5;
	color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active > span{
	padding-left: 22px;
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_close_icon.png);
	background-size: 14px auto;
}
/* rmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu{
	margin-left: 13px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span{
	padding-left: 26px;
	background-image: url(/shared/site_shigikai_rn/images/icon/arrow_blue_sm_pc.png);
	background-position: 0 6px;
}

/* rmenu
================================================== */
#tmp_sma_mmenu {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    top: 100%;
	z-index: 100;
	pointer-events: none;
}
#tmp_sma_mmenu > .container{
	pointer-events: auto;
}
#tmp_sma_mmenu .sma_sch_wrapper{
	padding: 33px 40px 44px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_sma_mmenu .sma_sch_title{
	margin-bottom: 12px;
    padding: 4px 0 5px 27px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/navi_ttl_icon.png) no-repeat 0 8px;
	background-size: 20px auto;
	font-size: 133.3%;
	font-weight: bold;
}
#tmp_sma_mmenu .sma_sch_list{
	display: flex;
	flex-flow: row wrap;
}
#tmp_sma_mmenu .sma_sch_list li{
	list-style: none;
}
#tmp_sma_mmenu .sma_sch_list a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 10px 8px 15px;
	background-color: #ffffff;
	height: 100%;
	box-shadow: 0 0 7px 0 rgba(184, 217, 255, 0.7);
	border: 1px solid #e2ecfd;
	border-radius: 10px;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_mmenu .sma_sch_list a > span{
	display: inline-block;
	padding: 6px 0 6px 32px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: inherit;
}
/* search form */
#tmp_sma_mmenu .search_form{
	margin-bottom: 31px;
}
#tmp_sma_mmenu .wrap_sch_box{
	position: relative;
}
#tmp_sma_mmenu .sch_ttl{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 58px;
}
#tmp_sma_mmenu .sch_ttl label{
	display: block;
	background: transparent url(/shared/site_shigikai_rn/images/icon/navi_icon_search.png) no-repeat 17px center;
	background-size: 27px auto;
	width: 100%;
	height: 100%;
	color: inherit;
	cursor: pointer;
	text-indent: -9999px;
}
#tmp_sma_mmenu .sch_box input,
#tmp_sma_mmenu .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e2ecfd;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
#tmp_sma_mmenu .sch_box input{
	padding: 10px 110px 6px 55px;
	background-color: #ffffff;
	box-shadow: 0 0 7px 0 rgba(184, 217, 255, 0.7);
	border-radius: 10px;
	min-height: 60px;
	font-size: 88.9%;
	color: #222222;
}
#tmp_sma_mmenu .sch_box input::placeholder{
	color: #555555;
}
#tmp_sma_mmenu .sch_btn{
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 100px;
	z-index: 2;
}
#tmp_sma_mmenu .sch_btn input{
	padding: 4px 10px;
	background-color: #0158a5;
	border-color: #0158a5;
	border-radius: 0 10px 10px 0;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
#tmp_sma_mmenu .sch_btn input:hover{
	text-decoration: underline;
}
/* keywords */
#tmp_sma_mmenu .search_keywords{
	margin-bottom: 21px;
}
#tmp_sma_mmenu .search_keywords .sma_sch_title{
	margin-bottom: 5px;
	background-position: 0 11px;
}
#tmp_sma_mmenu .keywords_list{
	display: flex;
	flex-flow: row wrap;
}
#tmp_sma_mmenu .keywords_list li{
	margin: 0 76px 10px 0;
	list-style: none;
}
#tmp_sma_mmenu .keywords_list a{
	display: inline-block;
	padding: 4px 0 4px 26px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/arrow_blue_sm_pc.png) 0 8px no-repeat;
	color: inherit;
	text-decoration: none;
}
#tmp_sma_mmenu .keywords_list li:last-of-type{
	margin-right: 0;
}
/* links */
#tmp_sma_mmenu .search_links{
	margin-bottom: 20px;
}
#tmp_sma_mmenu .search_links .sma_sch_list{
	margin: 0 -10px;
}
#tmp_sma_mmenu .search_links li{
	margin-bottom: 20px;
	padding: 0 10px;
	width: 25%;
}
#tmp_sma_mmenu .search_links a > span{
	background-image: url(/shared/site_shigikai_rn/images/icon/arrow_blue_sm_pc.png);
	background-position: 4px 10px;
}
/* setting */
#tmp_sma_mmenu .setting_wrapper .sma_sch_list{
	margin: 0 -8px;
}
#tmp_sma_mmenu .setting_wrapper li{
	margin-bottom: 16px;
	padding: 0 8px;
	width: 33.333333%;
}
#tmp_sma_mmenu .setting_wrapper a > span{
	padding-left: 35px;
	background-size: 26px auto;
	background-position: left center;
}
#tmp_sma_mmenu .setting_fsize a > span{
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_fsize_icon.png);
	background-position: 1px center;
}
#tmp_sma_mmenu .setting_void a > span{
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_void_icon.png);
}
#tmp_sma_mmenu .setting_furi a{
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_furi_icon.png);
	background-position: 17px center;
    background-size: 26px auto;
    padding: 14px 10px 14px 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: inherit;
}
/* close btn */
#tmp_sma_mmenu .close_btn a{
	display: block;
	padding: 7px 10px 7px 12px;
	background-color: #0158a5;
	width: 100%;
	color: #ffffff;
	font-size: 88.9%;
	text-decoration: none;
	text-align: center;
}
#tmp_sma_mmenu .close_btn span{
	display: inline-block;
	padding: 8px 0 5px 30px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/navi_close_icon.png) no-repeat left center;
	background-size: 20px auto;
	color: inherit;
}

/* spmenu_open
================================================== */
.spmenu_open {
    position: relative;
    background: #ffffff;
    width: 100%;
    min-height: 100%;
    color: #222222;
    z-index: 101;
}
.spmenu_open.menu_search:before{
	content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(34, 34, 34, 0.5);
	color: #222222;
}
.spmenu_open.menu_search #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu:after{
	content: none;
}

/* gnavi
================================================== */
#tmp_gnavi{
	position: relative;
	padding: 12px 0 12px;
	background-color: #ffffff;
	border-top: 1px solid #0158a5;
	border-bottom: 1px solid #0158a5;
	color: #0158a5;
	clear: both;
	z-index: 100;
}
#tmp_gnavi .gnavi {
	display: flex;
	list-style: none;
}
#tmp_gnavi .gnavi > li {
	position: relative;
	flex: 1 1 auto;
	font-weight: bold;
	z-index: 1;
}
#tmp_gnavi .gnavi > li:before,
#tmp_gnavi .gnavi > li:last-of-type:after{
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	margin: auto 0;
	border-right: 1px solid #d5d5d5;
	width: 1px;
	height: 22px;
	color: #222222;
	z-index: -1;
}
#tmp_gnavi .gnavi > li:before{
	left: 0;
}
#tmp_gnavi .gnavi > li:last-of-type:after{
	right: 0;
}
#tmp_gnavi .gnavi > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background-color: transparent;
	height: 100%;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
#tmp_gnavi .gnavi > li.active > a,
#tmp_gnavi .gnavi > li > a:hover{
	text-decoration: underline;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
    top: 100%;
    width: calc(100% + 37px) !important;
	z-index: 9;
}
#tmp_gnavi .drop_down_hidden.gicho {
    width: calc(100% + 107px) !important;
}
#tmp_gnavi .drop_down_hidden.kaiginitte {
    width: calc(100% + 87px) !important;
}
#tmp_gnavi .drop_down_hidden_inner {
	background-color: #ffffff;
	padding: 13px 10px 12px 22px;
	border: 3px solid #0158a5;
	border-radius: 12px;
	color: #222222;
}
#tmp_gnavi .committee .drop_down_hidden_inner {
	display: flex;
	gap: 5px;
}
#tmp_gnavi .drop_down_hidden_inner ul {
	list-style: none;
}
#tmp_gnavi .drop_down_hidden_inner li a {
	display: block;
	padding: 4px 0 4px 24px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/arrow_blue_pc.png) 0 9px no-repeat;
	font-size: 111.1%;
	font-weight: 500;
	color: inherit;
	line-height: 1.5;
	text-decoration: none;
}
#tmp_gnavi .drop_down_hidden_inner li:not(:last-of-type){
	margin-bottom: 6px;
}
#tmp_gnavi .gnavi > li:last-of-type .drop_down_hidden {
	left: auto !important;
	right: 0;
}

/* footer
================================================== */
@media screen and (min-width : 1600px) {
	#tmp_footer {
		background-size: 100% 200px;
	}
}
#tmp_footer .footer_wrapper{
	background-color: #0158a5;
	color: #ffffff;
}
#tmp_footer .footer_inner{
	position: relative;
	margin-top: -8px;
	padding-bottom: 34px;
	background-color: #0158a5;
	color: #ffffff;
}
#tmp_footer .pnavi{
	position: absolute;
	top: -129px;
	right: 0;
}
#tmp_footer .pnavi a{
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 32px 5px 10px;
	width: 83px;
	height: 83px;
	border: 1px solid #0158a5;
	border-radius: 50%;
	font-size: 66.7%;
	line-height: 1.3;
	text-align: center;
	color: #0158a5;
	text-decoration: none;
	z-index: 1;
}
#tmp_footer .pnavi a:before{
	content: '';
	position: absolute;
	top: 14px;
    left: 1px;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px;
	border-color: transparent transparent #0158A5;
	z-index: -1;
}
#tmp_footer .pnavi.pnavi_fixed,
#tmp_footer .pnavi.pnavi_fixed {
	position: fixed;
	bottom: 10px;
	top: auto;
    z-index: 1;
}
#tmp_footer .footer_fnavi{
	overflow: hidden;
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -61px 18px;
}
#tmp_footer .fnavi li{
	position: relative;
	flex: 0 0 auto;
	margin-bottom: 10px;
	padding: 0 61px;
	list-style: none;
	text-align: center;
	z-index: 1;
}
#tmp_footer .fnavi li:after{
	content: '';
	position: absolute;
	top: -3px;
	bottom: 0;
	margin: auto 0;
	right: 0;
	border-right: 1px solid #ffffff;
	width: 1px;
	height: 15px;
	z-index: -1;
}
#tmp_footer .fnavi a{
	display: inline-block;
	padding: 2px 0 2px 24px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/arrow_wh_pc.png) no-repeat 0 4px;
	font-size: 88.9%;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .fnavi li:first-of-type{
	text-align: left;
}
#tmp_footer .fnavi li:last-of-type{
	text-align: right;
}
#tmp_footer .fnavi li:last-of-type:after{
	content: none;
}
#tmp_footer .footer_cnt{
	position: relative;
	display: flex;
	margin-bottom: 31px;
	padding-bottom: 4px;
	z-index: 1;
}
#tmp_footer .footer_cnt:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -80px;
    bottom: -1px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/footer_pattern_build_pc.png) no-repeat;
	background-size: 100% auto;
	width: 932px;
	height: 120px;
	z-index: -1;
}
#tmp_footer .footer_contact{
	flex-shrink: 0;
	padding-right: 40px;
	width: 27.9%;
}
#tmp_footer .flogo{
	margin-bottom: 5px;
	background-color: #0158a5;
	color: #ffffff;
	font-size: 155.5%;
	font-size: 155.6%;
	font-weight: bold;
}
#tmp_footer address{
	background-color: #0158a5;
	font-style: normal;
	color: #ffffff;
}
#tmp_footer .address_detail{
	display: block;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_footer .address_break{
	display: block;
}
#tmp_footer .footer_link{
	flex: 1 auto;
	width: 100%;
	padding-top: 8px;
}
#tmp_footer .footer_link li{
	margin-bottom: 11px;
	list-style: none;
}
#tmp_footer .footer_link a{
	display: inline-block;
	padding: 13px 20px 13px 42px;
	background: #0158a5 url(/shared/site_shigikai_rn/images/icon/arrow_wh_sm_pc.png) no-repeat 19px 17px;
	min-width: 286px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	font-size: 88.9%;
	color: #ffffff;
	text-decoration: none;
}
#tmp_footer .footer_link li:last-of-type{
	margin-bottom: 0;
}
#tmp_footer .copyright{
	padding-right: 22px;
	text-align: center;
	font-size: 88.9%;
	line-height: 1.5;
}

/* ==================================================
layout
================================================== */
.show_sp{
	display: none;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin:0 0 9px;
	font-size:77.8%;
	font-size: 111.2%;
	line-height: 1.6;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	text-align: right;
	margin: 15px 0 5px;
}
#tmp_update{
	font-size: 77.8%;
	font-size: 111.2%;
}
#tmp_sp_social{
	display: inline-block;
	background: transparent url(/shared/site_shigikai_rn/images/main/sns_x.jpg) no-repeat;
	background-size: 100% auto;
	width: 77px;
	height: 20px;
	line-height: 1;
	text-align: center;
}

/* rnavi
================================================== */
#tmp_rnavi{
	margin-bottom: 40px;
	box-shadow: 0 0 7px 0 rgba(132, 152, 174, 1.0);
	border: 1px solid #0158a5;
	border-radius: 12px;
}
#tmp_rnavi #tmp_rnavi_ttl{
	position: relative;
	padding: 21px 12px 21px;
	font-size: 111.1%;
	font-size: 122.3%;
	font-weight: bold;
	z-index: 1;
}
#tmp_rnavi #tmp_rnavi_ttl:before{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 0;
	border-bottom: 4px solid #0158a5;
	z-index: -1;
}
#tmp_rnavi #tmp_rnavi_ttl a{
	display: block;
	margin: -21px -12px -17px;
	padding: 21px 12px 17px 41px;
	background: transparent url(/shared/site_shigikai_rn/images/icon/arrow_blue_pc.png) no-repeat 12px 28px;
	border-radius: 15px 15px 0 0;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi .rnavi_links li{
	list-style: none;
	font-size: 88.9%;
	font-size: 111.2%;
	line-height: 1.5;
}
#tmp_rnavi .rnavi_links a{
	display: block;
	padding: 15px 10px 18px 38px;
	background: #ffffff url(/shared/site_shigikai_rn/images/icon/arrow_navi_blue_pc.png) no-repeat 12px 18px;
	color: #0c459b;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_rnavi .rnavi_links li:not(:last-of-type){
	position: relative;
	z-index: 1;
}
#tmp_rnavi .rnavi_links li:not(:last-of-type):before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	border-bottom: 1px solid #e0e0e0;
	color: #333333;
	z-index: 1;
	pointer-events: none;
}
#tmp_rnavi .rnavi_links li:last-of-type a{
	border-radius: 0 0 15px 15px;
}
#tmp_rnavi .rnavi_links a:hover,
#tmp_rnavi .rnavi_links .active a{
	background-color: #eeeeee;
	color: #333333;
	text-decoration: none;
}
#tmp_rnavi .rnavi_links a:focus-visible{
	outline-offset: -2px;
}

/* linkicon
================================================== */
.icon_blank,
.icon_ext {
	display:inline-block;
	vertical-align:middle;
	width:42px;
	height:15px;
	text-indent:100%;
	white-space:nowrap;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow:hidden;
	margin:-2px 0 0 9px;
}
.icon_blank {
	background-image: url(/shared/system/images/linkicon/icon_blank.gif);
}
.icon_ext {
	background-image: url(/shared/system/images/linkicon/icon_ext.gif);
}

/* recommend
================================================== */
#tmp_recommend .recommend_item{
	list-style: none;
	margin-bottom: 20px;
}
#tmp_recommend .recommend_item a{
	display: flex;
	align-items: center;
	padding: 17px 21px 16px;
	background-color: #ffffff;
	box-shadow: 0 0 7px 0 rgba(132, 152, 174, 1.0);
	border: 1px solid #0158a5;
	border-radius: 12px;
	font-size: 88.9%;
	font-size: 111.2%;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#tmp_recommend .recommend_item_icon{
	flex-shrink: 0;
	width: 40px;
}
#tmp_recommend .recommend_item_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_recommend .recommend_item_des{
	flex: 1 auto;
	width: 100%;
	padding-left: 19px;
}
#tmp_recommend .recommend_item:last-of-type{
	margin-bottom: 0;
}

/* hover
================================================== */
#tmp_hnavi_s > ul > li > a:hover > span,
#tmp_sma_mmenu .keywords_list a:hover,
#tmp_sma_mmenu .sma_sch_list a:hover,
#tmp_sma_mmenu .close_btn a:hover span,
#tmp_footer .pnavi a:hover,
#tmp_footer .fnavi a:hover,
#tmp_footer .footer_link a:hover,
#tmp_rnavi #tmp_rnavi_ttl a:hover,
#tmp_recommend .recommend_item a:hover,
#tmp_gnavi .drop_down_hidden .drop_down_hidden_inner li a:hover{
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li > a:focus-visible,
#tmp_footer .fnavi a:focus-visible,
#tmp_sma_mmenu .close_btn a:focus-visible{
	outline-offset: -2px;
}

/* custom style for format-top
================================================== */
.format_top #tmp_wrap_header{
	margin-bottom: 0;
}
#tmp_gnavi{
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	border-bottom: none;
}
#tmp_gnavi:before{
    content: '';
    position: absolute;
    top: 30px;
	bottom: 0;
    left: 0;
    background-color: #e2ecfd;
    color: #333333;
    width: 100%;
    z-index: -1;
}
.format_free #tmp_gnavi:before{
	height: 6px;
}
#tmp_gnavi .gnavi > li{
	margin-right: 5px;
	width: 16.66%;
}
#tmp_gnavi .gnavi > li > a{
	padding: 16px 5px;
	background: linear-gradient(#1b7edb, #0158a5);
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.35);
	border-radius: 12px;
	font-size: 111.1%;
	font-size: 111.2%;
	color: #ffffff;
}
#tmp_gnavi .gnavi > li:last-of-type{
	margin-right: 0;
}
/* footer */
#tmp_footer{
	padding-top: 0;
	background-image: none;
	overflow: inherit;
}
#tmp_footer .footer_inner{
	margin-top: 0;
	padding-top: 73px;
	padding-bottom: 30px;
}
#tmp_footer .pnavi{
	top: -52px;
    right: 20px;
}
#tmp_footer .fnavi{
	margin: 0 -40px 17px;
}
#tmp_footer .fnavi li{
	padding-left: 40px;
	padding-right: 40px;
}
#tmp_footer .fnavi li:after{
	top: -1px;
}
#tmp_footer .fnavi a{
	background-position: 0 8px;
	font-size: 111.2%;
}
#tmp_footer .footer_cnt{
	margin-bottom: 46px;
}
#tmp_footer .footer_contact{
	width: 50%;
}
#tmp_footer .address_break{
	display: inline-block;
}
#tmp_footer .footer_link{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 25px;
	margin-right: 20px;
}
#tmp_footer .footer_link a{
	padding: 9px 20px 11px 43px;
	min-width: auto;
	border-radius: 12px;
	font-size: 111.2%;
}
/* recommend */
.format_top #tmp_recommend .recommend_item a{
	padding: 28px 10px 27px 22px;
	box-shadow: 0 0 7px 0 rgba(132, 152, 174, 1);
	border: 1px solid #0158a5;
	border-radius: 12px;
	font-size: 111.2%;
	color: #222222;
}
.format_top #tmp_recommend .recommend_item_icon{
	width: 66px;
}
.format_top #tmp_recommend .recommend_item_des{
	padding-left: 14px;
}
/* reset style */
#tmp_gnavi .gnavi > li:before,
#tmp_gnavi .gnavi > li:last-of-type:after,
#tmp_footer .footer_cnt:after{
	content: none;
}


/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
	padding:30px 12px 20px;
	background:#f6f6f6 url(/shared/site_shigikai_rn/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px auto;
	overflow-x:auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	margin:0 2px 16px;
	font-size:75%;
	font-weight: bold;
	line-height:1.2;
	text-align:right;
}
.scroll_table_switch a {
	display:inline-block;
	border:1px solid #cdcfde;
	padding:11px 10px 6px 70px;
	background:#ffffff url(/shared/site_shigikai_rn/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size:49px auto;
	min-width:9em;
	box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	color:#333333;
	text-align:center;
	text-decoration:none;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_shigikai_rn/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
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: 18px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49%;
	float: left;
}


/* 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: 18px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 32%;
	float: left;
}


/* ==================================================
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_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
#tmp_switch_sp_style{
	background-color: #0158a5;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

.disp_pc #tmp_wrapper{
	min-width: 1220px;
}

/* ==================================================
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;
}

.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;
}


/* 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;
	height: auto !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;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
accessibilty header ~ footer & common endpart
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl *,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt *,
.color_black #tmp_wrapper #tmp_sma_mmenu,
.color_black #tmp_wrapper #tmp_sma_mmenu .container,
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_ttl,
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_ttl label,
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_btn,
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_btn input,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl *,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt *,
.color_blue #tmp_wrapper #tmp_sma_mmenu,
.color_blue #tmp_wrapper #tmp_sma_mmenu .container,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_ttl,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_ttl label,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_btn,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_btn input,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl *,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_cnt *,
.color_yellow #tmp_wrapper #tmp_sma_mmenu,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .container,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_ttl,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_ttl label,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_btn input,
.color_black #tmp_wrapper #tmp_footer .pnavi,
.color_blue #tmp_wrapper #tmp_footer .pnavi,
.color_yellow #tmp_wrapper #tmp_footer .pnavi,
.color_black #tmp_wrapper #tmp_footer .ptop,
.color_blue #tmp_wrapper #tmp_footer .ptop,
.color_yellow #tmp_wrapper #tmp_footer .ptop{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_footer:before,
.color_black #tmp_wrapper #tmp_footer .footer_cnt:after,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_black.format_top #tmp_wrapper  #tmp_gnavi:before,
.color_blue #tmp_wrapper #tmp_footer:before,
.color_blue #tmp_wrapper #tmp_footer .footer_cnt:after,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_blue.format_top #tmp_wrapper  #tmp_gnavi:before,
.color_yellow #tmp_wrapper #tmp_footer:before,
.color_yellow #tmp_wrapper #tmp_footer .footer_cnt:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_yellow.format_top #tmp_wrapper  #tmp_gnavi:before{
	content: none;
}
.color_black #tmp_wrapper #tmp_footer .footer_wrapper,
.color_blue #tmp_wrapper #tmp_footer .footer_wrapper,
.color_yellow #tmp_wrapper #tmp_footer .footer_wrapper{
	padding-top: 86px;
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer{
	padding-top: 70px;
}
.color_black.format_top #tmp_wrapper #tmp_footer,
.color_blue.format_top #tmp_wrapper #tmp_footer,
.color_yellow.format_top #tmp_wrapper #tmp_footer,
.color_black.format_top #tmp_wrapper #tmp_footer .footer_wrapper,
.color_blue.format_top #tmp_wrapper #tmp_footer .footer_wrapper,
.color_yellow.format_top #tmp_wrapper #tmp_footer .footer_wrapper{
	padding-top: 0;
}
.color_black #tmp_wrapper #tmp_sma_mmenu .sma_sch_wrapper,
.color_black #tmp_wrapper #tmp_sma_mmenu .close_btn,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active,
.color_black.format_top #tmp_wrapper #tmp_gnavi .gnavi > li > a,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sma_sch_wrapper,
.color_blue #tmp_wrapper #tmp_sma_mmenu .close_btn,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active,
.color_blue.format_top #tmp_wrapper #tmp_gnavi .gnavi > li > a,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sma_sch_wrapper,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .close_btn,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active,
.color_yellow.format_top #tmp_wrapper #tmp_gnavi .gnavi > li > a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a:before,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:before{
	border-bottom-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:before{
	border-bottom-color: #0000FF !important
}
.color_black #tmp_wrapper #tmp_footer .fnavi li:after,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li:last-of-type:after,
.color_blue #tmp_wrapper #tmp_footer .fnavi li:after,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li:before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li:last-of-type:after{
	border-right-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_footer .fnavi li:after,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li:before,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li:last-of-type:after{
	border-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_rnavi .rnavi_links li:not(:last-of-type):before,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_links li:not(:last-of-type):before,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before{
	border-bottom-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_links li:not(:last-of-type):before,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before{
	border-bottom-color: #000000 !important;
}
.color_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #tmp_wrapper table.col3 td.col3M,
.color_blue #tmp_wrapper table.col2 td.col2L,
.color_blue #tmp_wrapper table.col3 td.col3L,
.color_blue #tmp_wrapper table.col3 td.col3M,
.color_yellow #tmp_wrapper table.col2 td.col2L,
.color_yellow #tmp_wrapper table.col3 td.col3L,
.color_yellow #tmp_wrapper table.col3 td.col3M{
	border-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p{
	font-size: 120% !important;
}
.color_black #tmp_wrapper #tmp_gnavi .drop_down_hidden_inner li a,
.color_blue #tmp_wrapper #tmp_gnavi .drop_down_hidden_inner li a,
.color_yellow #tmp_wrapper #tmp_gnavi .drop_down_hidden_inner li a{
	padding-left: 0;
}
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_box input::placeholder,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_box input::placeholder{
	color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_box input::placeholder{
	color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu:after,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu:after{
	border-right-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_sp_social,
.color_blue #tmp_wrapper #tmp_sp_social,
.color_yellow #tmp_wrapper #tmp_sp_social {
    background-image: url(/shared/site_shigikai_rn/images/main/sns_x.jpg) !important;
}
.color_black #tmp_wrapper #tmp_rnavi .rnavi_links a:hover,
.color_black #tmp_wrapper #tmp_rnavi .rnavi_links .active a,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_links a:hover,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_links .active a,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_links a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_links .active a,
.color_black #tmp_wrapper #tmp_regulation p a:hover,
.color_blue #tmp_wrapper #tmp_regulation p a:hover,
.color_yellow #tmp_wrapper #tmp_regulation p a:hover{
	text-decoration: none !important;
}
.color_black #tmp_wrapper #tmp_sma_mmenu .sch_ttl label,
.color_blue #tmp_wrapper #tmp_sma_mmenu .sch_ttl label{
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_icon_search_yellow.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_mmenu .sch_ttl label{
	background-image: url(/shared/site_shigikai_rn/images/icon/navi_icon_search_black.png) !important;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #FFFF00 !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li > a > span{
	background-position: 0 4px;
}
.fsize_small #tmp_wrapper #tmp_gnavi .drop_down_hidden_inner li a,
.fsize_small #tmp_wrapper #tmp_sma_mmenu .keywords_list a,
.fsize_small #tmp_wrapper #tmp_footer .fnavi a{
	background-position: 0 2px;
}
.fsize_small #tmp_wrapper #tmp_sma_mmenu .search_links a > span{
	background-position: 0 5px;
}
.fsize_small #tmp_wrapper #tmp_footer .footer_link a{
	background-position: 19px 11px;
}
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a{
	font-size: 45%;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu: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_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_contents:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}