@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: #034a92;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	color: #222222;
}

/* Styles
================================================== */
/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* 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_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width:1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
}

.show_sp{
	display: none;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}
.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}
#tmp_wrap_main {
	padding: 0 0 80px;
}
.col_main {
	padding-top: 10px;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 6px 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 288px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header_wrapper{
	border-bottom: 1px solid #e5e5e5;
}
.format_top #tmp_header_wrapper{
	border-bottom: none;
}
#tmp_header {
	position: relative;
	z-index: 101;
	padding: 11px 0 15px;
	min-height: 89px;
	color: #222222;
	background-color: #ffffff;
}
.custom_miryoku.model_pc .rmenu:not(.dropdown_open) #tmp_header,
.custom_miryoku.disp_pc .rmenu:not(.dropdown_open) #tmp_header {
	z-index: 99;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}
#tmp_hlogo {
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 158px;
	height: 70px;
	font-size: 1.5rem;
	color: inherit;
	background: #ffffff url(/shared/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}

#tmp_hlogo a {
	display: block;
	width: 178px;
	height: 72px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 178px;
	height: 72px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
	display: block;
	position: static;
	padding-top: 9px;
	padding-left: 5px;
}
#tmp_hnavi_s > ul{
	display: flex;
	list-style: none;
}
#tmp_hnavi_s > ul > li{
	margin-left: 20px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	margin-left: 0 !important;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu,
#tmp_hnavi_s > ul > li#tmp_hnavi_pc{
	margin-left: 19px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu{
	margin-left: 28px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu{
	width: 168px;
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 54px;
	font-size: 88.9%;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	min-height: 16px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li > a > span > br{
	display: none;
}
#tmp_hnavi_s > ul > li > a > span > .break{
	display: inline;
}
#tmp_hnavi_lmenu > a,
#tmp_hnavi_mmenu > a,
#tmp_hnavi_pc > a{
	color: #222222;
	background-color: #ffffff;
}
#tmp_hnavi_smenu > a,
#tmp_hnavi_rmenu > a{
	position: relative;
	font-weight: bold;
	color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 5px 10px 1px rgba(0, 51, 103, 0.1);
	transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
#tmp_hnavi_smenu > a:after,
#tmp_hnavi_rmenu > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	transition: 0.3s ease-in-out border-color;
}
#tmp_hnavi_smenu > a:hover:after,
#tmp_hnavi_rmenu > a:hover:after,
#tmp_hnavi_smenu > a:focus-visible:after,
#tmp_hnavi_rmenu > a:focus-visible:after{
	border-width: 2px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a {
	display:flex;
	justify-content: center;
	align-items: center;
	min-width: 168px;
	min-height: 54px;
	border-radius: 8px;
	border: 2px solid #ffffff;
	box-shadow: 0 5px 10px 1px rgba(0, 51, 103, 0);
	transition: all 0.3s ease-in-out;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a.active {
	box-shadow: 0 5px 10px 1px rgba(0, 51, 103, 0.1);
	border-color: #047cc1;
}
#tmp_hnavi_lmenu > a.active > span {
	background-image: url("/shared/images/header/close_icon.png");
}
#tmp_hnavi_smenu > a {
	min-width: 120px;
	background-color: #047cc1;
	padding: 17px 10px 15px;
}
#tmp_hnavi_smenu > a.active{
	padding-left: 13px;
	color: #047cc1;
	border-color: #ffffff;
	background-color: #fbfbfb;
}
#tmp_hnavi_smenu > a:hover,
#tmp_hnavi_smenu > a:focus-visible{
	color: #047cc1;
	background-color: #ffffff;
}
#tmp_hnavi_smenu > a.active:after,
#tmp_hnavi_smenu > a:hover:after,
#tmp_hnavi_smenu > a:focus-visible:after{
	border-color: #047cc1;
}
#tmp_hnavi_rmenu > a{
	min-width: 168px;
	background-color: #bf003a;
	border: 1px solid #bf003a;
	padding: 16px 14px 14px;
}
#tmp_hnavi_rmenu > a.active{
	color: #bf003a;
	background-color: #ffffff;
}
#tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-image: url(/shared/images/header/emergency_close_icon.png);
	background-position: left 3px;
}
#tmp_hnavi_rmenu > a.active:after,
#tmp_hnavi_rmenu > a:hover:after,
#tmp_hnavi_rmenu > a:focus-visible:after{
	border-color: #bf003a;
}
#tmp_hnavi_rmenu > a:hover,
#tmp_hnavi_rmenu > a:focus-visible{
	color: #bf003a;
	background-color: #ffffff;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 25px;
	background-image: url(/shared/images/header/language_icon.png);
	background-size: 16px auto;
	background-position: left 3px;
}
#tmp_hnavi_mmenu > a > span,
#tmp_hnavi_pc > a > span{
	padding-left: 25px;
	background-position: left 1px;
}
#tmp_hnavi_mmenu > a > span{
	background-image: url(/shared/images/header/furi_icon.png);
	background-size: 16px auto;
	background-position: left 3px;
}
#tmp_hnavi_pc > a > span{
	background-image: url(/shared/images/header/pc_icon.png);
}
#tmp_hnavi_smenu > a > span{
	padding-left: 28px;
	background-image: url(/shared/images/header/search_icon.png);
	background-position: left 2px;
}
#tmp_hnavi_smenu > a:hover > span,
#tmp_hnavi_smenu > a:focus-visible > span{
	background-image: url(/shared/images/header/search_icon_hv.png);
}
#tmp_hnavi_smenu > a.active > span{
	padding-left: 26px;
	background-image: url(/shared/images/header/search_close_icon.png);
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 24px;
	background-image: url(/shared/images/header/emergency_icon.png);
	background-position: left 2px;
}
#tmp_hnavi_rmenu > a:hover > span,
#tmp_hnavi_rmenu > a:focus-visible > span{
	background-image: url(/shared/images/header/emergency_icon_hv.png);
}
/* Hover header common */
#tmp_hnavi_lmenu > a:hover > span,
#tmp_hnavi_mmenu > a:hover > span,
#tmp_hnavi_pc > a:hover > span,
#tmp_sma_smenu .close_btn > a:hover > span,
#tmp_gnavi .drop_down_inner a:hover,
#tmp_gnavi .drop_down_ttl a:hover{
	text-decoration: underline;
}
.gnavi > ul > li > a:focus-visible{
	outline-offset: -2px;
}
/* sma_menu
================================================== */
.spmenu_open,
.dropdown_open {
	position:relative;
	width: 100%;
	min-height: 100%;
	z-index: 800;
	background: #ffffff;
	color: #222222;
}
.spmenu_open:not(.rmenu):before,
.dropdown_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.6);
}
#tmp_header .wrap_sma_sch {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
}
/* sma_smenu */
#tmp_sma_smenu.wrap_sma_sch{
	color: #222222;
	background-color: #c8f2fa;
	padding-top: 50px;
}
#tmp_sma_smenu .search_cate{
	display: none;
}
#tmp_sma_smenu .search_wrapper{
	margin-bottom: 50px;
}
#tmp_sma_smenu .sec_title {
	margin-bottom: 53px;
}
#tmp_sma_smenu .sec_title h2{
	background-image: url(/shared/images/header/search_eng_ttl.png);
	padding-bottom: 30px;
}
#tmp_sma_smenu .search_form{
	margin-bottom: 27px;
}
#tmp_sma_smenu .search_form .sch_ttl,
#tmp_sma_smenu .common_ttl{
	background-position: left 4px;
}
#tmp_sma_smenu .search_recommend .common_ttl{
	margin-bottom: 23px;
}
#tmp_sma_smenu .search_keywords .common_ttl{
	margin-top: 8px;
}
#tmp_sma_smenu .close_btn{
	text-align: center;
	border-top: 1px solid #007293;
}
#tmp_sma_smenu .close_btn > a{
	display: block;
	min-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 88.9%;
	color: #007293;
	background-color: #c8f2fa;
	padding: 19px 10px 17px;
}
#tmp_sma_smenu .close_btn > a > span{
	display: inline-block;
	min-height: 18px;
	color: inherit;
	background: transparent url(/shared/images/header/close_icon.png) no-repeat left 2px;
	padding-left: 25px;
}
/* language */
#tmp_sma_lmenu .wrap_sma_menu {
	border-top: 1px solid #047cc1;
	background-color: #ffffff;
	color: inherit;
	padding: 38px 30px;
}
#tmp_sma_lmenu .language_ttl {
	font-size: 122.22%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	background: url("/shared/images/header/ttl_icon.png") no-repeat left 0.6em;
}
#tmp_sma_lmenu .language_list {
	list-style: none;
	margin: 0 -10px;
	display: flex;
	flex-wrap:wrap;
}
#tmp_sma_lmenu .language_list a::after {
	display: none !important;
}
#tmp_sma_lmenu .language_list li:not(.load_more) {
	width: 25%;
	padding: 0 10px;
	margin: 0 0 32px;
	font-size: 88.89%;
}
#tmp_sma_lmenu .lang_link_btn a,
#tmp_sma_lmenu .language_list li:not(.load_more) a {
	display: inline-block;
	text-decoration: none;
	color: #222222;
	background: url("/shared/images/icon/arrow_link_bl.png") no-repeat left 0.3em;
	padding: 0 0 0 20px;
}
#tmp_sma_lmenu .lang_link_btn a:hover,
#tmp_sma_lmenu .lang_link_btn a:focus,
#tmp_sma_lmenu .language_list li:not(.load_more) a:hover,
#tmp_sma_lmenu .language_list li:not(.load_more) a:focus {
	text-decoration: underline;
}
#tmp_sma_lmenu .lang_link_btn,
#tmp_sma_lmenu .close_btn,
#tmp_sma_lmenu .load_more {
	text-align: center;
	font-size: 88.89%;
	width: 260px;
	margin: 30px auto 0;
}
#tmp_sma_lmenu .close_btn,
#tmp_sma_lmenu .load_more {
	font-weight: bold;
}
#tmp_sma_lmenu .lang_link_btn {
	margin-top: 10px;
}
#tmp_sma_lmenu .close_btn a,
#tmp_sma_lmenu .load_more a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 52px;
	text-decoration: none;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius:10px;
	box-shadow: 0 10px 20px rgba(0, 51, 103, 0.1);
}
#tmp_sma_lmenu .load_more span {
	background: url("/shared/images/header/plus_icon.png") no-repeat left center;
	background-size: 18px auto;
	display: inline-block;
	padding: 3px 0 2px 26px;
}
#tmp_sma_lmenu .load_more a.hide span {
	background: url("/shared/images/header/minus_icon_blue.png") no-repeat left center;
	background-size: 18px auto;
	display: inline-block;
	padding: 3px 0 2px 26px;
}
#tmp_sma_lmenu .close_btn span {
	background: url("/shared/images/header/minus_icon_blue.png") no-repeat left center;
	background-size: 18px auto;
	display: inline-block;
	padding: 3px 0 2px 26px;
}
body.smenu_open #tmp_sma_lmenu .sma_menu_language {
	height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
}
#tmp_sma_lmenu .sma_menu_inner .close_btn {
	display: none;
}
body.smenu_open #tmp_sma_lmenu .sma_menu_inner .close_btn {
	display: block;
}
#tmp_sma_lmenu .language_list .load_more {
	width: 100%;
}
#tmp_sma_lmenu .language_list .load_more > p {
	width: 260px;
	margin: auto;
}
/* emergency menu */
#tmp_emergency{
	position: relative;
	text-align: left;
	display: none;
}
#tmp_emergency .emergency_wrap{
	margin-top: 12px;
	padding: 17px 0 20px;
	color: #ffffff;
	background-color: #bf003a;
}
#tmp_emergency .emergency_ttl{
    font-size: 122.2%;
    font-weight: bold;
    padding-left: 31px;
    color: inherit;
    background: transparent url(/shared/images/header/emergency_ttl_icon.png) no-repeat left 4px;
    margin-bottom: 13px;
}
#tmp_emergency .emergency_ttl h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
}
#tmp_emergency .no_emergency{
	margin-bottom: 10px;
	font-weight: bold;
}
#tmp_emergency .emergency_inner_wrap{
	display: flex;
	gap: 0 20px;
	width: 100%;
}
#tmp_emergency .emergency_info{
	display: flex;
	flex-direction: column;
	align-self: flex-start;
    flex: 1;
    color: #222222;
    background-color: #ffffff;
    padding: 11px 20px 6px;
}
#tmp_emergency .emergency_cnt{
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
#tmp_emergency .emergency_cnt ul{
	list-style: none;
}
#tmp_emergency .emergency_cnt li{
	margin-bottom: 6px;
}
#tmp_emergency .link_simple a{
    background-image: url(/shared/images/header/emergency_arrow_icon.png);
	padding-left: 18px;
	background-position: 0 9px;
}
#tmp_emergency .emergency_cnt .link_simple a{
    font-size: 100%;
    background-position: 0 11px;
    padding-left: 16px;
}
#tmp_emergency .emergency_more{
	text-align: right;
	margin-right: -2px;
}
#tmp_emergency .emergency_btn{
	width: 270px;
}
#tmp_emergency .emergency_btn > ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px 0;
}
#tmp_emergency .emergency_btn li a{
    text-decoration: none;
    position: relative;
    z-index: 2;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
	min-height: 123px;
    height: 100%;
    color: #bf003a;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding: 16px 20px 15px 106px;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	background-size: 36px auto, 94px 100%;
}
.furigana_on #tmp_emergency .emergency_btn li a {
	overflow-wrap: anywhere;
}
#tmp_emergency .emergency_btn li.disaster a{
	background-image: url(/shared/images/header/disaster_icon.png), url(/shared/images/header/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li.portal a{
	background-image: url(/shared/images/header/portal_icon.png), url(/shared/images/header/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li a:hover{
	text-decoration: underline;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi > ul {
	position: relative;
	display: flex;
	list-style: none;
}

.gnavi > ul > li {
	position: relative;
	text-align: center;
}
.gnavi > ul > li:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 2px;
	bottom: 14px;
	border-left: 1px solid #cccccc;
}
.gnavi > ul > li:after{
	content: '';
	position: absolute;
	opacity: 0;
	z-index: 100;
	bottom: -15px;
	left: 50%;
	width: 60px;
	height: 16px;
	color: inherit;
	background: transparent url(/shared/images/header/gnavi_arrow.png) no-repeat center top;
	transform: translateX(-50%);
}
.gnavi > ul > li.is_hover:after{
	opacity: 1;
}
.gnavi > ul > li:first-child{
	width: 16.5%;
	text-align: left;
}
.gnavi > ul > li:nth-child(2){
	width: 6.3%;
}
.gnavi > ul > li:nth-child(3){
	width: 16.2%;
}
.gnavi > ul > li:nth-child(4){
	width: 10.9%;
}
.gnavi > ul > li:nth-child(5){
	width: 19.5%;
}
.gnavi > ul > li:nth-child(6){
	width: 10.5%;
}
.gnavi > ul > li:nth-child(7){
	width: 8.1%;
}
.gnavi > ul > li:last-child{
	flex: 1;
	text-align: right;
}
.gnavi > ul > li:first-child:before{
	display: none;
}
.gnavi > ul > li > a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: bold;
	font-size: 94.4%;
	color: #222222;
	background-color: #ffffff;
	padding: 3px 3px 11px;
}
.furigana_on .gnavi > ul > li > a,
.furigana_on #tmp_gnavi .drop_down_inner a {
	overflow-wrap: anywhere;
}
.gnavi > ul > li:first-child > a{
	padding-left: 0;
	justify-content: flex-start;
}
.gnavi > ul > li:last-child > a{
	padding-right: 0;
	justify-content: flex-end;
}
.gnavi > ul > li > a > span{
	display: inline-block;
	text-align: center;
}
.gnavi > ul > li.charm > a > span{
	padding: 0 16px 0 16px;
	color: inherit;
	background-color: transparent;
	background-image: url(/shared/images/header/charm_icon.png), url(/shared/images/header/charm_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px, right 5px;
}
.gnavi > ul > li > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 5px;
	right: 5px;
	bottom: 0px;
	height: 2px;
	color: inherit;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, right top, left top, from(#047cc1), to(#047cc1));
	background-image: -o-linear-gradient(right, #047cc1, #047cc1);
	background-image: -moz-linear-gradient(right, #047cc1, #047cc1);
	background-image: linear-gradient(to left, #047cc1, #047cc1);
	background-size: 80px 2px;
	background-position: center bottom;
	transition: 0.3s ease-in-out opacity;
}
.gnavi > ul> li.charm > a:after{
	left: 9px;
}
.gnavi > ul > li.is_hover > a:after,
.gnavi > ul > li.active > a:after,
.gnavi > ul > li > a:hover:after,
.gnavi > ul > li > a:focus:after {
	opacity: 1;
}
/* dropdown menu */
.dropdown_open #tmp_gnavi {
	position: relative;
	z-index: 100;
	background-color: #ffffff;
}
.spmenu_open.lmenu.dropdown_open #tmp_gnavi {
	z-index: 98;
}
#tmp_gnavi .drop_down_hidden {
	position: absolute;
	text-align: left;
	left: 0;
	right: 0;
	top: 100%;
	padding-top: 14px;
	width: 100%;
	z-index: 10;
}
#tmp_gnavi .drop_down_wrap{
	display: none;
	position: relative;
	color: #222222;
	background-color: #ffffff;
	box-shadow: 0 5px 18px 2px rgba(0,51,103,0.25);
	padding: 29px 30px 0;
}
#tmp_gnavi .drop_down_ttl{
	margin-bottom: 20px;
}
#tmp_gnavi .drop_down_ttl a{
	text-decoration: none;
	display: inline-block;
	font-size: 122.22%;
	font-weight: bold;
	color: inherit;
	background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat 0 9px;
	padding-left: 20px;
}
#tmp_gnavi .drop_down_inner ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin-right: -28px;
}
#tmp_gnavi .drop_down_inner li{
	list-style: none;
	width: 25%;
	margin-bottom: 29px;
	padding-right: 10px;
}
#tmp_gnavi .drop_down_inner li:nth-child(4n) {
	padding-right: 28px;
}
#tmp_gnavi .drop_down_inner a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: inherit;
	background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat 0 5px;
	padding-left: 18px;
}
#tmp_gnavi .drop_down_inner p.close_btn {
	border-top: 1px solid #047cc1;
	text-align: center;
	color: #047cc1;
	font-weight: bold;
	padding: 16px 0;
	cursor: pointer;
}
#tmp_gnavi .drop_down_inner p.close_btn a {
	background: transparent url(/shared/images/icon/icon_gnavi_close.png) no-repeat 0 2px;
	padding-left: 25px;
	min-height: 19px;
}
#tmp_gnavi .drop_down_inner p.close_btn:hover a {
	text-decoration: underline;
}
/*pnavi*/
.pnavi{
	position: absolute;
	right: 0;
	margin-right: 10px;
	top: -101px;
	z-index: 100;
	border-radius: 50%;
	transition: 0.3s opacity ease-in-out;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 88px;
	height: 88px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	display: block;
	position: relative;
	text-indent: -9999px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #222222;
	background: #14bfe1 url(/shared/images/footer/ptop_icon.png) no-repeat center center;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #14bfe1;
	transition: 0.3s ease-in-out border-color, 0.3s ease-in-out background-color, 0.3s ease-in-out background-image, 0.3s ease-in-out box-shadow;
	box-shadow: 0 -4px 10px 1px rgba(0, 51, 103, 0.1);
}
.pnavi a:before,
.pnavi a:after{
	position: absolute;
	content: '';
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: 0.3s ease-in-out background-image;
}
.pnavi a:before{
	top: 3px;
	left: -1px;
	width: 16px;
	height: 43px;
	background-image: url(/shared/images/footer/ptop_pattern_lft.png);
}
.pnavi a:after{
	top: 6px;
	right: 5px;
	width: 12px;
	height: 30px;
	background-image: url(/shared/images/footer/ptop_pattern_rgt.png);
}
.pnavi a:hover{
	border-color: #047cc1;
	background-color: #eef9fc;
	background-image: url(/shared/images/footer/ptop_icon_hv.png);
	box-shadow: 0 -4px 10px 1px rgba(0, 51, 103, 0.2);
}
.pnavi a:hover:before{
	background-image: url(/shared/images/footer/ptop_pattern_lft_hv.png);
}
.pnavi a:hover:after{
	background-image: url(/shared/images/footer/ptop_pattern_rgt_hv.png);
}
.pnavi a:focus-visible{
	outline: 2px solid;
	outline-offset: -2px;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
}
.hidden.pnavi_fixed.pnavi{
	display: block !important;
}
.hidden.pnavi_fixed.pnavi a{
	opacity: 0;
	pointer-events: none;
}
.hidden.pnavi_fixed.pnavi a:focus-visible{
	opacity: 1;
	pointer-events: auto;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 37px;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_top{
	position: relative;
	z-index: 2;
	padding-top: 55px;
}
#tmp_publicity .publicity_ttl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}
#tmp_publicity .publicity_link{
	padding-top: 8px;
}
#tmp_publicity .publicity_link > a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: #222222;
	background: #ffffff url(/shared/images/icon/arrow_link_bl.png) no-repeat left 7px;
	padding-left: 18px;
}
#tmp_publicity_cnt ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
#tmp_publicity_cnt ul > li {
	margin: 0 12px 24px;
}
#tmp_publicity_cnt ul > li > a{
	display: block;
	position: relative;
	box-shadow: 0px 4px 9.5px 0.5px rgba(0, 51, 103, 0.1);
}
#tmp_publicity_cnt ul > li > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #047cc1;
	transition: 0.3s ease-in-out opacity;
}
#tmp_publicity_cnt ul > li > a:hover:after{
	opacity: 1;
}
#tmp_publicity_cnt ul > li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_footer .footer_bottom{
	position: relative;
	z-index: 1;
	padding-top: 432px;
}
#tmp_footer .footer_bottom:before{
	content: '';
	position: absolute;
	pointer-events: none;
	top: -284px;
	left: 0;
	right: 0;
	height: 683px;
	color: inherit;
	background: transparent url(/shared/images/footer/footer_bg.png) no-repeat top center;
}
/* fnavi  */

.fnavi {
	padding: 0 0 5px 29px;
	color: inherit;
	list-style: none;
}
.fnavi > li{
	margin-bottom: 28px;
}
.fnavi > li > a{
	text-decoration: none;
	display: inline-block;
	font-size: 88.9%;
	color: #222222;
	background: #ffffff url(/shared/images/icon/arrow_link_bl.png) no-repeat left 5px;
	padding-left: 17px;
}

#tmp_footer .footer_cnt_wrap {
	display: flex;
	justify-content: space-between;
}
#tmp_footer .footer_left{
	width: 47%;
	padding-right: 10px;
	padding-top: 5px;
}
#tmp_footer .footer_logo_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 15px;
	margin-bottom: 9px;
}
#tmp_footer .footer_corporate_num{
	color: #222222;
	font-size: 88.9%;
}
#tmp_footer .footer_logo > p{
	display: block;
	min-height: 46px;
	font-size: 133.3%;
	font-weight: bold;
	color: inherit;
	background: transparent url(/shared/images/footer/flogo.png) no-repeat left top;
	padding: 5px 0 0 70px;
}
#tmp_footer .footer_cnt{
	margin-bottom: 14px;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
	font-size: 88.9%;
}

.footer_cnt address span:first-child {
	display: inline-block;
	font-weight: bold;
}
#tmp_footer .footer_right{
	flex: 1;
	display: flex;
	align-self: flex-start;
	justify-content: flex-end;
}
#tmp_footer .footer_social{
	position: relative;
	padding-right: 62px;
	padding-top: 6px;
}
#tmp_footer .footer_social:after{
	content: '';
	position: absolute;
	top: -14px;
	bottom: 18px;
	right: 0;
	border-left: 1px solid #cccccc;
}
#tmp_footer ul.footer_sns{
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin-bottom: 40px;
}
#tmp_footer ul.footer_sns a{
	display: block;
}
#tmp_footer ul.footer_sns a::after {
	display: none !important;
}
#tmp_footer ul.footer_sns a > img{
	max-width: 40px;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_footer ul.footer_link{
	list-style: none;
}
#tmp_footer ul.footer_link > li{
	margin-bottom: 9px;
}
#tmp_footer ul.footer_link > li > a{
	position: relative;
	text-decoration: none;
	display: block;
	min-width: 260px;
	font-size: 88.9%;
	font-weight: bold;
	color: #222222;
	background: #ffffff url(/shared/images/footer/link_pattern_bg.png) no-repeat right bottom -2px;
	border-radius: 10px;
	box-shadow: 0px 5px 18px 2px rgba(0, 51, 103, 0.1);
	padding: 17px 17px 10px;
	transition: 0.3s ease-in-out color;
	overflow: hidden;
}
#tmp_footer ul.footer_link > li > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #047cc1;
	border-radius: 10px;
	transition: 0.3s ease-in-out opacity;
}
#tmp_footer ul.footer_link > li > a:hover{
	color: #047cc1;
}
#tmp_footer ul.footer_link > li > a:hover:after{
	opacity: 1;
}
#tmp_footer ul.footer_link > li > a > span{
	display: inline-block;
	min-height: 25px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 28px;
}
#tmp_footer ul.footer_link > li.map > a > span{
	background-image: url(/shared/images/footer/guide_icon.png);
}
#tmp_footer ul.footer_link > li.contact > a > span{
	background-image: url(/shared/images/footer/map_icon.png);
	background-position: left 2px;
}
.copyright {
	font-size: 88.9%;
}
/* Hover */
#tmp_sma_lmenu .load_more a:hover,
#tmp_publicity .publicity_link > a:hover,
.fnavi > li > a:hover{
	text-decoration: underline;
}
#tmp_footer ul.footer_sns a:hover > img{
	opacity: 0.7;
}
/* format_top */
.format_top #tmp_footer ul.footer_link > li.shuwa > a > span{
	background-image: url(/shared/images/footer/shuwa_icon.png);
}
.format_top .footer_shuwa {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.format_top .footer_shuwa p span:first-child {
	display: inline-block;
	font-weight: bold;
}
.format_top #tmp_footer .footer_right {
	align-self: auto;
}
.format_top #tmp_footer .footer_social {
    padding-top: 25px;
}
.format_top .fnavi {
    padding: 25px 0 5px 29px;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
.custom_event #tmp_main {
	padding-top: 48px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 20px 0 2px;
	font-size: 77.8%;
	line-height: 1.4;
	clear:both;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
}

/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 23px;
	text-align: right;
}
#tmp_custom_update,
#tmp_pageid,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 77.8%;
}
#tmp_update{
	margin-left: 10px;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_csv,
a.icon_ichitaro,
a.icon_media,
a.icon_zip {
	padding: 5px 0 5px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_media,
li a.icon_zip {
	background-position:0 center;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink
================================================== */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 11px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 40px 0 60px;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-block;
	padding: 13px 27px 8px 30px;
	background-color: #047cc1;
	box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.25);
	border: 2px solid #047cc1;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 5px 0 5px 28px;
	background: transparent url(/shared/images/icon/icon_gmap.png) no-repeat 0 8px;
	color: inherit;
	transition: background-image 0.3s ease-in-out;
}
#tmp_gmap_link a:hover{
	background-color: #ffffff;
	color: #047cc1;
}
#tmp_gmap_link a:hover span{
	background-image: url(/shared/images/icon/icon_gmap_hv.png);
}

/* inquiry / feedback
================================================== */
#tmp_inquiry{
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	margin-bottom: 40px;
	margin-top: 60px;
	clear: both;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	background-color: #f2f2f2;
	color: #222222;
	padding: 18px 20px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 122.3%;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	padding: 18px 20px;
}
#tmp_inquiry_cnt a{
	display: inline-block;
	color: #034a92;
}
#tmp_inquiry_cnt a:hover{
	text-decoration: none;
}
#tmp_wrap_recommend{
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	margin: 40px 0;
	clear: both;
}
#tmp_wrap_recommend .viewed_page_ttl p,
#tmp_wrap_recommend .viewed_page_ttl h2{
	font-size: 122.3%;
	font-weight: bold;
	background-color: #e8f9fc;
	color: #222222;
	padding: 18px 20px 16px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#tmp_wrap_recommend #tmp_recommend_cnt{
	padding: 19px 19px 0;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul{
	list-style: none;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li{
	margin-bottom: 18px;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a{
	color: #222222;
	display: inline-block;
	padding-left: 19px;
	text-decoration: none;
	background: url(/shared/images/icon/icon_arrow_pc.png) no-repeat left 7px;
}
#tmp_feedback{
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	margin: 40px 0;
}
#tmp_feedback_ttl p,
#tmp_feedback_ttl h2 {
	font-size: 122.3%;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #222222;
	padding: 18px 20px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#tmp_feedback_cnt legend{
	display: none;
}
#tmp_feedback_cnt input[type="radio"]{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
#tmp_feedback_cnt input[type="radio"]:focus + label {
  outline: 2px solid #222222;
}
#tmp_feedback_cnt{
	padding: 24px 19px 23px;
	color: #222222;
}
#tmp_feedback_cnt fieldset{
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
#tmp_feedback_cnt fieldset p{
	width: 25%;
}
#tmp_feedback_cnt fieldset label{
	display: flex;
	border-radius: 6px;
	box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	border: 2px solid #ffffff;
	font-size: 88.9%;
	text-align: center;
	min-height: 110px;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 60px 10px 10px;
	background-repeat: no-repeat;
	background-position: calc(50% + 1px) 24px;
	background-size: 30px auto;
	cursor: pointer;
	transition: border-color 0.3s ease-in-out;
}
.furigana_on #tmp_feedback_cnt fieldset label{
	display: block;
	padding: 70px 10px 10px;
}
#tmp_feedback_cnt fieldset .feedback_q1 label{
	background-image: url(/shared/images/icon/feedback_face_01.png);
}
#tmp_feedback_cnt fieldset .feedback_q2 label{
	background-image: url(/shared/images/icon/feedback_face_02.png);
}
#tmp_feedback_cnt fieldset .feedback_q3 label{
	background-image: url(/shared/images/icon/feedback_face_03.png);
}
#tmp_feedback_cnt fieldset .feedback_q4 label{
	background-image: url(/shared/images/icon/feedback_face_04.png);
}
#tmp_feedback_cnt input[type="radio"]:checked + label{
	text-decoration: underline;
}
#tmp_feedback_cnt .submit{
	text-align: center;
}
#tmp_feedback_cnt .submit input{
	font-size: 88.9%;
	border-radius: 10px;
	box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	min-width: 180px;
	text-align: center;
	padding: 10px 61px 8px 80px;
	background: #FFFFFF url(/shared/images/icon/icon_arrow_pc.png) no-repeat 65px center;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: #222222;
	font-weight: 500;
	transition: border-color 0.3s ease-in-out;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a:hover{
	text-decoration: underline;
}
#tmp_feedback input[type="radio"]:checked + label,
#tmp_feedback_cnt fieldset label:hover,
#tmp_feedback_cnt .submit input:hover{
	border-color: #047cc1;
}
/* rnavi
================================================== */
#tmp_wrap_rnavi .rnavi_title{
	margin-bottom: 19px;
	padding-bottom: 21px;
	background: transparent url(/shared/images/icon/lnavi_sample_txt.png) no-repeat center bottom;
	text-align: center;
}
#tmp_wrap_rnavi .rnavi_title h2{
	font-weight: bold;
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_rnavi{
	margin-bottom: 44px;
}
#tmp_rnavi_ttl{
	background-color: #047cc1;
	border-radius: 6px 6px 0 0;
	font-size: 111.1%;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
}
#tmp_rnavi_ttl p{
	padding: 14px 10px 13px;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -14px -10px -13px;
	padding: 14px 10px 13px 29px;
	background: transparent url(/shared/images/icon/arrow_link_wh.png) no-repeat 10px 24px;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_rnavi_cnt .rnavi_links li{
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt .rnavi_links a{
	display: block;
	padding: 11px 10px 9px 31px;
	background: #FFFFFF url(/shared/images/icon/arrow_link_bl.png) no-repeat 12px 17px;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt .rnavi_links a:hover,
#tmp_rnavi_cnt .rnavi_links .active a{
	background-color: #fffcdf;
}

/* rnavi_chiji */
#tmp_rnavi_chiji {
    margin: 0 0 35px;
}
#tmp_rnavi_chiji a,
#tmp_rnavi_chiji span {
    display: block;
    width: 240px;
    height: 88px;
    border-radius: 6px;
}
#tmp_rnavi_chiji a {
    background: url(/shared/images/icon/chiji/rnavi_chiji.jpg) no-repeat 0 0;
    box-shadow: 0 10px 20px rgba(0, 51, 103, 0.1);
}
#tmp_rnavi_chiji span {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 40px;
	/* padding: 36px 0 20px; */
	/* background:#f6f6f6 url(/shared/images/icon/scroll_table_icon.png) right 10px top 10px no-repeat; */
	background-size:75px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	color:#222222;
	display:inline-block;
	padding:7px 6px 6px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:49px auto;
	box-shadow: 0 3px 9px 1px rgba(0, 51, 103, 0.1);
	min-width:9em;
	text-align:center;
	border: 1px solid #8A8A8A;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/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;
}

/* ==================================================
pattern common style
================================================== */
/* title */
.common_ttl{
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 17px;
	background: url(/shared/images/icon/title_icon.png) no-repeat left 7px;
	color: #222222;
}
.common_ttl h2{
	font-size: 133.3%;
}
.sec_title{
	margin-bottom: 49px;
	text-align: center;
}
.sec_title p,
.sec_title h2{
	padding-bottom: 34px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 211.1%;
	font-weight: bold;
	line-height: 1.5;
}
.sec_title p > span,
.sec_title h2 > span{
	font-size: 84.2%;
}
/* link */
li.link_simple,
li.btn_simple{
	list-style: none;
}
.link_simple a,
.btn_simple a{
	font-size: 88.9%;
	line-height: 1.5;
	color: #222222;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}
.link_simple a{
	display: inline-block;
	padding: 3px 0 3px 17px;
	background: transparent url(/shared/images/icon/arrow_link_bl.png) no-repeat 0 9px;
}
.link_simple a:hover{
	text-decoration: underline;
}
.btn_simple a{
	display: inline-block;
	padding: 8px 13px 8px 15px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	min-width: 70px;
	box-shadow: 0px 5px 18px 2px rgba(0, 51, 103, 0.1);
	border-radius: 22px;
	text-align: center;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_simple a:hover{
	border-color: #047cc1;
	color: #047cc1;
}

/* search */
.search_wrapper .common_ttl h3,
.search_wrapper .common_ttl p,
.search_wrapper .common_ttl label{
	font-size: 122.2%;
	line-height: 1.6;
}

/* search form*/
.search_form{
	display: flex;
	gap: 20px 40px;
	margin-bottom: 24px;
	padding-bottom: 21px;
	border-bottom: 1px solid #a0daee;
}
.search_form .search_blog{
	width: calc(50% - 20px);
}
.search_form .wrap_sch_box{
	display: flex;
}
.search_form .sch_ttl{
	align-self: center;
	flex-shrink: 0;
	margin: 4px 0 0;
	padding-right: 10px;
	width: 37.93%;
	font-size: 100%;
}
.search_form .sch_ttl label{
	display: inline-block;
	cursor: pointer;
}
.search_form .sch_wrap{
	position: relative;
	flex: 1 auto;
	width: 100%;
	align-self: start;
}
.search_form .sch_box input,
.search_form .sch_btn input{
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 2px solid #047cc1;
	font-size: 88.9%;
	font-weight: 500;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
.search_form .sch_box input{
	padding: 14px 86px 12px 20px;
	border-radius: 6px;
	height: 44px;
	color: #222222;
}
.search_form .sch_box input::placeholder{
	color: #737373;
}
.search_form .sch_btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 78px;
	max-width: 40%;
}
.search_form .sch_btn input{
	padding: 4px 10px;
	background-color: #047cc1;
	border-radius: 0 6px 6px 0;
	border-width: 2px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.search_form .sch_btn input:hover{
	background-color: #FFFFFF;
	color: #047cc1;
}
.search_form .link_simple{
	margin-top: 9px;
	text-align: right;
}

/* search recommend */
.search_recommend{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a0daee;
}
.search_recommend .common_ttl{
	margin-bottom: 21px;
}
.search_recommend .recommend_cnt{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.search_recommend .item{
	list-style: none;
	margin-bottom: 20px;
}
.search_recommend .item a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.25);
	border-radius: 10px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.search_recommend .item a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #047cc1;
	border-radius: 10px;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease-in-out;
}
.search_recommend .item_img{
	flex-shrink: 0;
}
.search_recommend .item_img img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.search_recommend .item a:hover{
	background-color: #ffffff;
	color: #047cc1;
}
.search_recommend .item a:hover:before{
	opacity: 1;
}
.search_recommend .item_des{
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.search_recommend .recommend_icons{
	display: flex;
	flex-flow: row wrap;
	gap: 0 20px;
	flex: 1 auto;
	width: 100%;
}
.search_recommend .recommend_icons .item{
	list-style: none;
	width: calc(25% - 15px);
}
.search_recommend .recommend_icons a{
	padding: 30px 10px 18px;
	background-color: #047cc1;
	color: #ffffff;
}
.search_recommend .recommend_icons .item_img{
	position: relative;
	margin: 0 auto 18px;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.search_recommend .recommend_icons .item_img > span{
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 2;
}
.search_recommend .recommend_icons .item_img > span.img_hv{
	opacity: 0;
	z-index: 1;
}
.search_recommend .recommend_icons a:hover .item_img > span.img_hv{
	opacity: 1;
}
.search_recommend .recommend_icons a:hover .item_img > span.img_df{
	opacity: 0;
}
.search_recommend .recommend_banner{
	flex-shrink: 0;
	width: 25%;
}
.search_recommend .recommend_icons + .recommend_banner{
	margin-left: 3.3%;
}
.search_recommend .recommend_banner a{
	padding: 26px 10px 18px;
	background: #ffffff url(/shared/images/icon/pattern_box_wave.png) no-repeat right bottom;
	box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	color: #222222;
}
.search_recommend .recommend_banner .item_img{
	margin-bottom: 22px;
}

/* search keywords */
.search_keywords{
	display: flex;
}
.search_keywords .common_ttl{
	flex-shrink: 0;
	margin: 5px 0 0;
	padding-right: 10px;
	width: 18.3%;
}
.search_keywords .keywords_list{
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}

/* ==================================================
common toppic
================================================== */
.section_common{
	padding: 26px 26px 11px 29px;
	position: relative;
	overflow: hidden;
	margin:0 0 40px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#14c0e2), to(#047cc1));
	background-image: -moz-linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-image: -o-linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-image: linear-gradient(#14c0e2 0%, #047cc1 100%);
	background-size: 1px 100%;
	background-repeat: no-repeat;
	border:1px solid #e6e6e6;
	border-radius: 6px;
}
.section_common .common_ttl{
	margin-bottom: 16px;
}
.section_common .common_ttl p{
	margin-bottom: 0;
}
.section_common .link_simple{
	margin-bottom: 21px;
}
.section_common .link_simple a{
	padding-left: 13px;
	background-position: 0 11px;
	font-size: 100%;
}
/* ==================================================
recommended_related
================================================== */
#tmp_recommended_related {
	background-color: #fffcdf;
	color: inherit;
	padding: 10px 16px 2px;
	margin: 0 0 40px;
}
#tmp_recommended_related_ttl h2 {
	margin: 0;
	padding: 16px 42px;
	font-size: 122.2%;
	background: url(/shared/images/icon/title_icon.png) no-repeat 20px 21px;
}
#tmp_recommended_related_cnt ul {
	list-style: none;
	display: flex;
	flex-wrap:wrap;
}
#tmp_recommended_related_cnt ul li {
	padding: 0 14px;
	margin: 0 0 28px;
	width: 25%;
	line-height: 1.2;
}
#tmp_recommended_related_cnt ul li a {
	padding:18px;
	min-height: 96px;
	text-decoration:none;
	display:flex;
	align-items: center;
	flex-grow:1;
	border-radius:10px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #222222;
	box-shadow: 0px 5px 18px 2px rgba(0, 51, 103, 0.1);
	transition: all 0.3s ease-in-out;
	
}
#tmp_recommended_related_cnt ul li .reco_img img {
	width: 56px;
	height: auto;
	vertical-align: top;
}
#tmp_recommended_related_cnt ul li .reco_txt {
	padding-left: 18px;
	line-height: 1.4;
}
#tmp_recommended_related_cnt ul li a:hover {
	border-color:#047cc1;
}
/* ==================================================
common miryoku
================================================== */
.custom_miryoku #tmp_wrapper {
	position: relative;
}

.custom_miryoku #tmp_miryoku_wrap{
	font-size: 88.9%;
}
.custom_miryoku #tmp_miryoku_wrap .shiga_info_wrap{
	color: #000000;
	background-color: #ffffff;
}

.custom_miryoku .simple_link a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
	text-align: left;
	background-repeat: no-repeat;
	padding: 8px 30px 8px 20px;
    line-height: 1.6;
	background-position: right 19px center;
	background-image: url(/shared/images/icon/miryoku/chiebukuro/icon_arrow_chiebukuro.png);
	background-size: 6px auto;
	max-width: 312px;
    width: 100%;
	font-size: 100%;
}
.custom_miryoku #tmp_contents .simple_link a[rel*="external"],
.custom_miryoku #tmp_main .simple_link a[rel*="external"],
#tmp_gallery_modal .gallery_modal a[rel*="external"] {
	padding-right: 65px;
}
.custom_miryoku #tmp_contents .simple_link a[rel*="external"]::after,
.custom_miryoku #tmp_main .simple_link a[rel*="external"]::after,
#tmp_gallery_modal .gallery_modal a[rel*="external"]:after{
	content: "";
	position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -8px;
	background-image: url(/shared/images/icon/miryoku/chiebukuro/external_link.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	width: 16px;
    height: 15px;
	transition: background-image 0.3s ease-in-out;
}
.custom_miryoku #tmp_contents .simple_link a[rel*="external"]:hover::after,
.custom_miryoku #tmp_main .simple_link a[rel*="external"]:hover::after,
#tmp_gallery_modal .gallery_modal a[rel*="external"]:hover:after{
	background-image: url(/shared/images/icon/miryoku/chiebukuro/external_link_wh.png);
}
.custom_miryoku .simple_link a:hover{
	color: #ffffff;
	background-color: rgba(0, 0, 0,0.8);
	background-image: url(/shared/images/icon/miryoku/chiebukuro/icon_arrow_chiebukuro_wh.png);
}
.custom_miryoku #tmp_miryoku_note{
	text-align: center;
	font-size: 100%;
	background-color: #FFFFFF;
	padding-bottom: 85px;
}
.custom_miryoku #tmp_miryoku_note p{
	padding: 10px;
	background-color: #f5f5f5;
	color: #000000;
	line-height: 1.8;
	margin-bottom: 0;
}
.custom_miryoku.type_top #tmp_miryoku_note p{
	font-size: 87.5%;
}
.custom_miryoku #tmp_miryoku_note a{
	color: #231815;
}
.furigana_on.custom_miryoku .simple_link a {
	padding-top: 20px;
	padding-bottom: 15px;
}
/* charm box */
.custom_miryoku .charm_box{
    position: relative;
    z-index: 1;
	display: inline-block;
	width: 100%;
	max-width: 640px;
    padding: 61px 0 50px 0;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}
.custom_miryoku .charm_box_ttl .ttl{
    position: relative;
    font-size: 200%;
    margin: 0 0 32px;
    padding: 0 120px 30px 80px;
}
.custom_miryoku .charm_cnt:nth-child(odd) .charm_box_ttl .ttl{
	padding-left: 120px;
	padding-right: 80px;
}
.custom_miryoku .charm_box_ttl .ttl:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 80px);
    height: 15px;
    background-image: url(/shared/images/icon/miryoku/wave_ttl.png);
    background-repeat: repeat-x;
    background-position: 12px 0;
    background-size: 42px auto;
}
.custom_miryoku .charm_cnt:nth-child(odd) .charm_box_ttl .ttl:after{
	left: auto;
	right: 0;
}
.custom_miryoku .charm_box .charm_box_cnt{
	padding-left: 80px;
	padding-right: 120px;
}
.custom_miryoku .charm_cnt:nth-child(odd) .charm_box .charm_box_cnt{
	padding-left: 120px;
	padding-right: 80px;
}
.custom_miryoku .charm_box_cnt .txt{
	line-height: 1.8;
	font-size: 100%;
	margin-bottom: 25px;
}
.custom_miryoku .charm_box_cnt .simple_link{
	text-align: right;
}
.custom_miryoku .charm_box_cnt .simple_link + .txt{
	margin-top: 16px;
}
/* banner */
.custom_miryoku #tmp_charm_banner{
	color: #000000;
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 53px;
}
.custom_miryoku.type_top #tmp_charm_banner{
	padding-bottom: 70px;
	padding-top: 130px;
}
.custom_miryoku #tmp_miryoku_wrap #tmp_charm_banner .container{
	max-width: 1120px;
}
.custom_miryoku.type_top #tmp_charm_banner .banner_img{
	margin-bottom: 26px;
}
.custom_miryoku #tmp_charm_banner .banner_img {
    margin-bottom: 17px;
}
.custom_miryoku #tmp_charm_banner .banner_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
    box-shadow: 0px 10px 5px -5px #c9c9c9;
    border-radius: 10px;
	transition: 0.3s ease-in-out opacity;
}
.custom_miryoku #tmp_charm_banner .banner_link > a{
	display: inline-block;
	text-decoration: none;
}
.custom_miryoku #tmp_charm_banner .banner_txt{
	text-align: center;
    line-height: 1.8;
}
.custom_miryoku.type_top #tmp_charm_banner .banner_txt{
	font-size: 112.5%;
}
.custom_miryoku #tmp_charm_banner .banner_link > a:hover img{
	opacity: 0.8;
}
/* ==================================================
layout
================================================== */
.custom_miryoku #tmp_footer,
.custom_miryoku #tmp_wrap_custom_update,
.custom_miryoku #tmp_pankuzu,
.custom_miryoku #tmp_header_wrapper{
	background-color: #ffffff;
}
.custom_miryoku #tmp_pankuzu{
	margin: 0;
	padding: 20px 0 2px;
}
.custom_miryoku #tmp_wrap_main{
	padding-bottom: 0;
}
.custom_miryoku #tmp_wrap_custom_update{
	padding-bottom: 15px;
	margin: 0;
}
/* custom pnavi */
.custom_miryoku .pnavi a{
	border: 1px solid #010101;
	background-color: #ffffff;
	box-shadow: none;
}
.custom_miryoku .pnavi a:hover{
	box-shadow: none;
}
.custom_miryoku .pnavi a:before,
.custom_miryoku .pnavi a:after{
	content: none;
}
/* ==================================================
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: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	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: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}

/* ==================================================
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;
}

.wrap_mc_sp #tmp_switch_sp_style {
    font-size: 2rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #047cc1;
    padding: 10px;
    text-align: center;
}

.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
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;
}
.color_blue #tmp_wrap_recommend,
.color_yellow #tmp_wrap_recommend,
.color_black #tmp_wrap_recommend,
.color_blue #tmp_feedback,
.color_yellow #tmp_feedback,
.color_black #tmp_feedback,
.color_blue #tmp_inquiry,
.color_yellow #tmp_inquiry,
.color_black #tmp_inquiry {
	border-radius: 0;
}
.color_blue #tmp_inquiry_ttl h2,
.color_blue #tmp_inquiry_ttl p,
.color_black #tmp_inquiry_ttl h2,
.color_black #tmp_inquiry_ttl p,
.color_yellow #tmp_inquiry_ttl h2,
.color_yellow #tmp_inquiry_ttl p {
	border-radius: 0 !important;
}
.color_blue #tmp_feedback_cnt input[type="submit"],
.color_yellow #tmp_feedback_cnt input[type="submit"],
.color_black #tmp_feedback_cnt input[type="submit"]{
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none;
	border: 1px solid;
}
.color_blue #tmp_feedback_cnt input[type="submit"]:hover,
.color_yellow #tmp_feedback_cnt input[type="submit"]:hover,
.color_black #tmp_feedback_cnt input[type="submit"]:hover {
	text-decoration: underline;
}
.color_blue #tmp_feedback_cnt fieldset label,
.color_yellow #tmp_feedback_cnt fieldset label,
.color_black #tmp_feedback_cnt fieldset label{
	box-shadow: none;
	border: 1px solid;
	padding-top: 10px;
}
.color_blue #tmp_feedback_cnt input[type="radio"]:focus + label,
.color_black #tmp_feedback_cnt input[type="radio"]:focus + label{
	outline-color: #FFFF00;
}
.color_blue #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl,
.color_blue #tmp_wrap_recommend .viewed_page_ttl,
.color_yellow #tmp_wrap_recommend .viewed_page_ttl,
.color_black #tmp_wrap_recommend .viewed_page_ttl,
.color_blue #tmp_feedback_ttl,
.color_yellow #tmp_feedback_ttl,
.color_black #tmp_feedback_ttl{
	border-bottom: 1px solid;
}
/* for header */
.color_blue #tmp_hnavi_s > ul > li > a > span,
.color_black #tmp_hnavi_s > ul > li > a > span,
.color_yellow #tmp_hnavi_s > ul > li > a > span,
.color_blue .fnavi > li > a,
.color_black .fnavi > li > a,
.color_yellow .fnavi > li > a,
.color_blue #tmp_footer ul.footer_link > li > a > span,
.color_black #tmp_footer ul.footer_link > li > a > span,
.color_yellow #tmp_footer ul.footer_link > li > a > span,
.color_blue #tmp_footer .footer_logo > p,
.color_black #tmp_footer .footer_logo > p,
.color_yellow #tmp_footer .footer_logo > p{
	padding-left: 0;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span{
	height: auto;
}
.color_blue #tmp_header .wrap_sma_sch,
.color_black #tmp_header .wrap_sma_sch,
.color_yellow #tmp_header .wrap_sma_sch{
	border-top: 1px solid;
}
.color_yellow .gnavi li:before{
	border-color: #000000;
}
.color_blue #tmp_hnavi_smenu > a:after,
.color_black #tmp_hnavi_smenu > a:after,
.color_yellow #tmp_hnavi_smenu > a:after,
.color_blue #tmp_hnavi_rmenu > a:after,
.color_black #tmp_hnavi_rmenu > a:after,
.color_yellow #tmp_hnavi_rmenu > a:after{
	content: none;
}
.color_blue .gnavi a:after,
.color_black .gnavi a:after{
	background: #ffffff;
}
.color_yellow .gnavi a:after {
	background: #000000;
}
.color_blue #tmp_footer ul.footer_link > li > a:hover > span,
.color_black #tmp_footer ul.footer_link > li > a:hover > span,
.color_yellow #tmp_footer ul.footer_link > li > a:hover > span{
	text-decoration: underline;
}
.color_yellow .gnavi > ul > li:after{
	background-image: url(/shared/images/header/gnavi_arrow_black.png);
}
.color_blue .gnavi > ul > li:after,
.color_black .gnavi > ul > li:after{
	background-image: url(/shared/images/header/gnavi_arrow_yellow.png);
}
.color_blue #tmp_gnavi .drop_down_inner a:focus-visible,
.color_black #tmp_gnavi .drop_down_inner a:focus-visible,
.color_yellow #tmp_gnavi .drop_down_inner a:focus-visible{
	outline-offset: -2px;
}
/* for footer */
.color_blue .pnavi a:before,
.color_black .pnavi a:before,
.color_yellow .pnavi a:before,
.color_blue .pnavi a:after,
.color_black .pnavi a:after,
.color_yellow .pnavi a:after,
.color_blue #tmp_footer .footer_bottom:before,
.color_black #tmp_footer .footer_bottom:before,
.color_yellow #tmp_footer .footer_bottom:before,
.color_blue #tmp_publicity_cnt ul > li > a:after,
.color_black #tmp_publicity_cnt ul > li > a:after,
.color_yellow #tmp_publicity_cnt ul > li > a:after,
.color_blue #tmp_footer ul.footer_link > li > a:after,
.color_black #tmp_footer ul.footer_link > li > a:after,
.color_yellow #tmp_footer ul.footer_link > li > a:after{
	content: none;
}
.color_blue #tmp_footer .footer_bottom,
.color_black #tmp_footer .footer_bottom,
.color_yellow #tmp_footer .footer_bottom{
	padding-top: 80px;
}
.color_blue #tmp_hnavi_smenu > a,
.color_black #tmp_hnavi_smenu > a,
.color_yellow #tmp_hnavi_smenu > a,
.color_blue #tmp_hnavi_rmenu > a,
.color_black #tmp_hnavi_rmenu > a,
.color_yellow #tmp_hnavi_rmenu > a,
.color_blue #tmp_footer ul.footer_link > li > a,
.color_black #tmp_footer ul.footer_link > li > a,
.color_yellow #tmp_footer ul.footer_link > li > a{
	border: 1px solid;
}
.color_blue #tmp_footer .hidden.pnavi_fixed.pnavi,
.color_black #tmp_footer .hidden.pnavi_fixed.pnavi,
.color_yellow #tmp_footer .hidden.pnavi_fixed.pnavi,
.color_blue #tmp_footer .hidden.pnavi_fixed.pnavi *,
.color_black #tmp_footer .hidden.pnavi_fixed.pnavi *,
.color_yellow #tmp_footer .hidden.pnavi_fixed.pnavi *,
.color_blue #tmp_gnavi .drop_down_hidden,
.color_black #tmp_gnavi .drop_down_hidden,
.color_yellow #tmp_gnavi .drop_down_hidden{
	background-color: transparent !important;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a{
	background-image: url(/shared/images/footer/ptop_icon_yellow.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/images/footer/ptop_icon.png) !important;
}
.color_blue #tmp_footer .footer_social:after,
.color_black #tmp_footer .footer_social:after{
	border-color: #FFFF00;
}
.color_yellow #tmp_footer .footer_social:after{
	border-color: #000000;
}
.color_black #tmp_wrapper .scroll_table_switch a,
.color_blue #tmp_wrapper .scroll_table_switch a,
.color_yellow #tmp_wrapper .scroll_table_switch a,
.color_black #tmp_wrapper #tmp_gmap_link a,
.color_blue #tmp_wrapper #tmp_gmap_link a,
.color_yellow #tmp_wrapper #tmp_gmap_link a,
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_gnavi .drop_down_wrap,
.color_black #tmp_gnavi .drop_down_wrap,
.color_yellow #tmp_gnavi .drop_down_wrap{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl{
	overflow: hidden;
}
.color_black #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_black #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a,
.color_blue #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_blue #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .rnavi_links a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .rnavi_links .active a{
	text-decoration: underline;
}
.color_black .common_ttl,
.color_blue .common_ttl,
.color_yellow .common_ttl{
	padding-left: 0;
}
.color_black #tmp_wrapper .search_recommend .item a,
.color_blue #tmp_wrapper .search_recommend .item a,
.color_yellow #tmp_wrapper .search_recommend .item a{
	border: 1px solid;
}
.color_black #tmp_wrapper .search_form .sch_box input::placeholder,
.color_blue #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #FFFF00;
}
.color_yellow #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #000000;
}
.color_black #tmp_wrapper .search_recommend .item a:before,
.color_blue #tmp_wrapper .search_recommend .item a:before,
.color_yellow #tmp_wrapper .search_recommend .item a:before{
	content: none;
}
.color_black #tmp_hnavi_smenu > a:hover > span,
.color_blue #tmp_hnavi_smenu > a:hover > span,
.color_yellow #tmp_hnavi_smenu > a:hover > span,
.color_black #tmp_hnavi_rmenu > a:hover > span,
.color_blue #tmp_hnavi_rmenu > a:hover > span,
.color_yellow #tmp_hnavi_rmenu > a:hover > span,
.color_black #tmp_wrapper .search_form .sch_btn input:hover,
.color_blue #tmp_wrapper .search_form .sch_btn input:hover,
.color_yellow #tmp_wrapper .search_form .sch_btn input:hover,
.color_black #tmp_wrapper .btn_simple a:hover,
.color_blue #tmp_wrapper .btn_simple a:hover,
.color_yellow #tmp_wrapper .btn_simple a:hover,
.color_black #tmp_wrapper .search_recommend .item a:hover,
.color_blue #tmp_wrapper .search_recommend .item a:hover,
.color_yellow #tmp_wrapper .search_recommend .item a:hover{
	text-decoration: underline;
}
.color_yellow #tmp_wrapper .search_recommend .recommend_icons .item_img{
	z-index: 1 !important;
}
.color_yellow #tmp_wrapper .search_recommend .recommend_icons .item_img:before{
	content: '';
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: -3px;
	background-color: #000000;
	z-index: -1;
}
.color_yellow #tmp_wrapper .search_recommend .recommend_icons .item_img img{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_hv,
.color_blue #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_hv,
.color_yellow #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_hv{
	opacity: 0;
}
.color_black #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_df,
.color_blue #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_df,
.color_yellow #tmp_wrapper .search_recommend .recommend_icons a:hover .item_img > span.img_df{
	opacity: 1;
}
.color_blue.custom_miryoku .charm_box,
.color_black.custom_miryoku .charm_box,
.color_yellow.custom_miryoku .charm_box,
.color_blue #tmp_emergency .emergency_info,
.color_black #tmp_emergency .emergency_info,
.color_yellow #tmp_emergency .emergency_info,
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a{
	border: 1px solid;
}
.color_blue.custom_miryoku .charm_box_ttl .ttl:after,
.color_black.custom_miryoku .charm_box_ttl .ttl:after,
.color_yellow.custom_miryoku .charm_box_ttl .ttl:after{
	content: none;
}
.color_blue.custom_miryoku .btn_link a:hover,
.color_yellow.custom_miryoku .btn_link a:hover,
.color_black.custom_miryoku .btn_link a:hover,
.color_blue.custom_miryoku .simple_link a:hover,
.color_yellow.custom_miryoku .simple_link a:hover,
.color_black.custom_miryoku .simple_link a:hover,
.color_blue #tmp_gallery_modal .gallery_modal a:hover,
.color_yellow #tmp_gallery_modal .gallery_modal a:hover,
.color_black #tmp_gallery_modal .gallery_modal a:hover {
	text-decoration: underline;
}
.color_blue.custom_miryoku #tmp_contents .simple_link a[rel*="external"]::after,
.color_blue.custom_miryoku #tmp_main .simple_link a[rel*="external"]::after,
.color_blue #tmp_gallery_modal .gallery_modal a[rel*="external"]:after,
.color_black.custom_miryoku #tmp_contents .simple_link a[rel*="external"]::after,
.color_black.custom_miryoku #tmp_main .simple_link a[rel*="external"]::after,
.color_black #tmp_gallery_modal .gallery_modal a[rel*="external"]:after,
.color_yellow.custom_miryoku #tmp_contents .simple_link a[rel*="external"]::after,
.color_yellow.custom_miryoku #tmp_main .simple_link a[rel*="external"]::after,
.color_yellow #tmp_gallery_modal .gallery_modal a[rel*="external"]:after{
	width: 18px;
	background-color: #ffffff;
	background-position: center;
}
.color_blue.custom_miryoku #tmp_contents .simple_link a[rel*="external"]:hover::after,
.color_blue.custom_miryoku #tmp_main .simple_link a[rel*="external"]:hover::after,
.color_blue #tmp_gallery_modal .gallery_modal a[rel*="external"]:after,
.color_black.custom_miryoku #tmp_contents .simple_link a[rel*="external"]:hover::after,
.color_black.custom_miryoku #tmp_main .simple_link a[rel*="external"]:hover::after,
.color_black #tmp_gallery_modal .gallery_modal a[rel*="external"]:after,
.color_yellow.custom_miryoku #tmp_contents .simple_link a[rel*="external"]:hover::after,
.color_yellow.custom_miryoku #tmp_main .simple_link a[rel*="external"]:hover::after,
.color_yellow #tmp_gallery_modal .gallery_modal a[rel*="external"]:after{
	background-image: url(/shared/images/icon/miryoku/chiebukuro/external_link.png);
}
.color_blue #tmp_emergency .emergency_wrap,
.color_black #tmp_emergency .emergency_wrap,
.color_yellow #tmp_emergency .emergency_wrap{
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a{
	padding-left: 20px;
}
.color_blue #tmp_recommended_related_ttl h2,
.color_black #tmp_recommended_related_ttl h2,
.color_yellow #tmp_recommended_related_ttl h2{
	margin-bottom: 20px;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_big .section_common ul .topics_link a{
	background-position: left 9px;
}
.fsize_big2 .section_common ul .topics_link a{
	background-position: left 15px;
}
.fsize_small .section_common ul .topics_link a{
	background-position: left 3px;
}
/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_excel{
	padding-top: 8px;
	padding-bottom: 8px;
}
.fsize_small #tmp_wrapper .common_ttl{
	background-position: 0 3px;
}
.fsize_small #tmp_wrapper .link_simple a{
	background-position: 0 6px;
}
.fsize_small #tmp_sma_smenu .close_btn > a > span,
.fsize_small #tmp_gnavi .drop_down_inner p.close_btn a,
.fsize_small #tmp_hnavi_s > ul > li > a > span,
.fsize_small #tmp_emergency .emergency_ttl,
.fsize_small #tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-position: left 0;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_wrapper .search_form .wrap_sch_box{
	flex-direction: column;
}
.fsize_big2 #tmp_wrapper .search_form .sch_ttl{
	align-self: flex-start;
	margin-bottom: 8px;
	width: 100%;
}
.fsize_big #tmp_hnavi_rmenu > a,
.fsize_big2 #tmp_hnavi_rmenu > a{
	padding-left: 5px;
	padding-right: 5px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu {
    width: 212px;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
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_contents:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt: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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}