@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
	background-color:transparent;
}
.show_sp{
	display: none;
}

.view_pc {
	display:block;
}
.view_sp {
	display:none;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #D11818;	/* 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_pink,
th.bg_pink {
	color: inherit;
	background-color: #feecec;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbffe7;	/* Setting by CMS sheets */
}



/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	position: relative;
	min-width: 1220px;
	margin: 0 auto;
}
.wrap_container {
	overflow:hidden;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	padding: 0 10px;
	margin: 0 auto;
	width: 1220px;
}
body:not(.format_top) #tmp_main {
	padding:0 0 10px;
}
#tmp_contents {
	padding:0 0 30px;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
.type_idx2 .col_main,
.custom_event .col_main {
	padding-top:30px;
}
/* header
================================================== */
#tmp_header {
	z-index: 800;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
    right: 0;
    top: 0;
}
#tmp_header.fixed {
	position: fixed;
}

#tmp_header .header_head,
#tmp_header .header_main{
	position: relative;
}
#tmp_header .header_head{
	padding: 9px 0 10px;
	z-index: 20;
	background-color: #000000 !important;
	color: #ffffff;
}
#tmp_hnavi_s{
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#tmp_hnavi_s > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
}
#tmp_hnavi_s > ul > li{
	padding: 0 20px;
	list-style: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu{
	display: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu,
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	position: relative;
	padding-right: 16px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	padding-right: 13px;
}
#tmp_hnavi_s > ul > li > a{
    text-decoration: none;
	position: relative;
	display: inline-block;
    color: inherit;
    background: transparent url(/shared/images/icon/navi_arrow_link_wh.png) no-repeat 0 6px;
	font-size: 77.8%;
	font-weight: bold;
    padding: 6px 0 3px 24px;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
}
#tmp_hnavi_s > ul > li > a:hover,
#tmp_hnavi_s > ul > li > a:hover > span{
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li > a:before,
#tmp_hnavi_s > ul > li > a:after{
	content: '';
	position: absolute;
	display: none;
	z-index: -1;
}
#tmp_hnavi_s > ul > li > a:before{
	left: 2px;
	right: 2px;
	bottom: -25px;
    height: 10px;
    background-color: #ffffff;
}
#tmp_hnavi_s > ul > li > a:after{
	left: 0;
    right: 0;
	top: -2px;
    bottom: -22px;
	border: 2px solid #004898;
	border-bottom: none;
    background-color: #ffffff;
    color: #000000;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	min-width: 144px;
	padding-left: 26px;
	background-image: url(/shared/images/icon/navi_lang.png);
	background-position: 0 3px;
	background-size: 22px auto;
	letter-spacing: -0.04em;
	border: 2px solid #000000;
	border-bottom: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	min-width: 114px;
	padding-left: 26px;
	background-image: url(/shared/images/icon/navi_setting.png);
	background-position: left 5px;
	background-size: 20px auto;
	border: 2px solid #000000;
	border-bottom: none;
}
#tmp_hnavi_s > ul > li > a.active{
	font-size: 88.9%;
	font-weight: 500;
	position: relative;
	z-index: 101 !important;
	color: #000000;
	background: #ffffff  !important;
	border-bottom: none;
	padding: 6px 3px 0 !important;
}
#tmp_hnavi_s > ul > li > a.active span{
	display: inline-block;
	padding-left: 17px;
	color: inherit;
	background: transparent url(/shared/images/icon/close_menu_icon.png) no-repeat left center;
}
#tmp_hnavi_s > ul > li > a.active:before,
#tmp_hnavi_s > ul > li > a.active:after{
	display: block;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 700;
}
.classify_menu:before,
.purpose_menu:before,
.organize_menu:before,
.search_menu:before {
	content: '';
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 699;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
}
.spmenu_open.browsing_menu:before,
.spmenu_open.lang_menu:before{
	display: none;
}
/* overlay */
.lang_menu .header_head:before,
.browsing_menu .header_head:before{
    content: "";
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
	color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.wrap_sma_sch{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 800;
	display: none;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	overflow-x: hidden;
	overflow-y: auto;
}
.wrap_sma_sch .close_btn{
	text-align: center;
	border-top: 1px solid #000000;
}
.wrap_sma_sch .close_btn a{
	display: block;
	font-size: 88.9%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding:15px 0 11px;
}
.wrap_sma_sch .close_btn a span{
	display: inline-block;
	padding: 3px 0 3px 42px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_close_pc.png) no-repeat 2px center;
}
.wrap_sma_sch .close_btn a:hover span,
.wrap_sma_sch .close_btn a:focus span{
	text-decoration: underline;
}
/* main */
#tmp_header .header_main{
	padding: 10px 0 1px;
	z-index: 10;
}
.format_free .header_main{
	border-bottom: 1px solid #000;
}
#tmp_header .header_main > .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_hlogo{
	padding-top: 15px;
	width: 315px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/images/icon/head_logo.png) no-repeat;
	width: 315px;
	height: 44px;
	font-weight: bold;
	font-size:2rem !important;
}
#tmp_hlogo a {
	display: block;
	width: 315px;
	height: 44px;
	text-decoration: none;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 315px;
	height: 44px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-left: 10px;
	width: 100%;
}
#tmp_gnavi .gnavi{
	max-width: 690px;
	width: 100%;
}
#tmp_gnavi .gnavi > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}
#tmp_gnavi .gnavi > ul > li{
	padding: 0 5px;
	width: 20%;
	list-style: none;
}
#tmp_gnavi .gnavi > ul > li > a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 75px;
	padding: 35px 2px 3px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 32px auto;
	border: 1px solid #000000;
	font-size: 88.9%;
	color: #000000;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_gnavi .gnavi > ul > li > a:hover{
	text-decoration: underline;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a {
	position: relative;
	padding-top: 38px;
    padding-bottom: 14px;
	background-color: #c52626;
	background-image: url(/shared/images/icon/navi_warning.png);
	background-position: center 7px;
	background-size: 26px auto;
	border-color: #c52626;
	color: #ffffff;
	z-index: 1;
	transition: 0.3s ease-in-out background-color;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: 0 auto;
	background: transparent url(/shared/images/icon/navi_dropdown.png) no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 6px;
	z-index: -1;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a:before{
	content: '';
	display: none;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: -12px;
	border: 4px solid #c52626;
	border-bottom: none;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a.active,
#tmp_gnavi .gnavi > ul > li.glist1 > a:hover{
	padding: 36px 2px 11px;
	border: 3px solid #c52626;
	background-color:#ffffff;
	color:#c52626;
	background-image: url(/shared/images/icon/navi_warning_red.png);
}
#tmp_gnavi .gnavi > ul > li.glist1 > a:hover:after{
	background-image: url(/shared/images/icon/navi_dropdown_red.png);
	bottom: 2px;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a.active{
	border: none;
	background-image: url(/shared/images/icon/close_emergency.png);
	background-size: 20px auto;
	background-position: center 11px;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a.active:before{
	display: block;
}
#tmp_gnavi .gnavi > ul > li.glist1 > a.active:after{
	background-image: url(/shared/images/icon/navi_dropdown_red_open.png);
	bottom: 2px;
}
#tmp_gnavi .gnavi > ul > li.glist2 > a{
	background-image: url(/shared/images/icon/navi_file.png);
}
#tmp_gnavi .gnavi > ul > li.glist3 > a{
	background-image: url(/shared/images/icon/navi_menu.png);
}
#tmp_gnavi .gnavi > ul > li.glist4 > a{
	background-image: url(/shared/images/icon/navi_social.png);
}
#tmp_gnavi .gnavi > ul > li.glist5 > a{
	background-image: url(/shared/images/icon/navi_search.png);
}
#tmp_gnavi .gnavi > ul > li.glist2 > a.active,
#tmp_gnavi .gnavi > ul > li.glist3 > a.active,
#tmp_gnavi .gnavi > ul > li.glist4 > a.active,
#tmp_gnavi .gnavi > ul > li.glist5 > a.active{
	color: #FFFFFF;
	background: #000000 url(/shared/images/icon/icon_close_wh.png) center top 11px no-repeat;
	background-size: 20px auto;
}
#tmp_gnavi .gnavi > ul > li.glist2 > a.active:after,
#tmp_gnavi .gnavi > ul > li.glist3 > a.active:after,
#tmp_gnavi .gnavi > ul > li.glist4 > a.active:after,
#tmp_gnavi .gnavi > ul > li.glist5 > a.active:after{
	border-color: #000000;
}
/* Emergency menu */
#tmp_emergency{
	position: relative;
    display: none;
    color: #ffffff;
    background-color: #c52626;
    padding: 16px 0 25px;
	overflow-y: auto;
}
#tmp_emergency .close_btn{
	display: none;
}
#tmp_emergency .close_btn a{
	color:#ffffff;
}
#tmp_emergency .emergency_ttl{
	font-weight: bold;
    min-height: 29px;
    font-size: 122.2%;
    color: #ffffff;
    background: transparent url(/shared/images/icon/emergency_ttl_icon.png) no-repeat 3px 0px;
    padding: 4px 0 0 55px;
    margin-bottom: 16px;
}
#tmp_emergency .emergency_inner {
	margin:0 0 20px;
}
#tmp_emergency .emergency_inner_wrap{
	font-size: 88.9%;
	color: #c52626;
	background-color: #ffffff;
	padding: 31px 20px 18px;
}
#tmp_emergency .emergency_cnt{
	padding: 0 5px;
	margin-bottom: 17px;
}
#tmp_emergency .emergency_cnt ul{
	list-style: none;
}
#tmp_emergency .emergency_cnt li{
	border-bottom: 1px dotted #cccccc;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
#tmp_emergency .emergency_cnt li:last-child{
	margin-bottom: 0;
}
#tmp_emergency .emergency_cnt a{
	display: inline-block;
	font-weight: bold;
	color: #c52626;
	background-color: #ffffff
}
#tmp_emergency .emergency_cnt a:hover,
#tmp_emergency .emergency_cnt a:focus{
	text-decoration: none;
}
#tmp_emergency .emergency_btn{
	display: flex;
	justify-content: flex-end;
}
#tmp_emergency .emergency_rss_link{
	margin-left: 36px;
}
#tmp_emergency .emergency_btn a{
	display: inline-block;
	min-height: 20px;
	text-decoration: none;
	color: #222222;
	background: #ffffff url(/shared/images/icon/emergency_arr_icon.png) no-repeat left 0;
	padding-left: 30px;
}
#tmp_emergency .emergency_btn a:hover,
#tmp_emergency .emergency_btn a:focus{
	text-decoration: underline;
}
/* emergency_portal_btn */
#tmp_emergency .emergency_portal_btn a {
	display:block;
	padding:10px;
	text-align:center;
	text-decoration:none;
	font-size:122.22%;
	font-weight:bold;
	border:2px solid #ffbdbd;
	background-color:#ffffff;
	color:#222222;
}
#tmp_emergency .emergency_portal_btn span {
	display:inline-block;
	background:url(/shared/images/icon/emergency_portal_icon.png) no-repeat left center;
	min-height:46px;
	padding:9px 0 1px 48px;
}
#tmp_emergency .emergency_portal_btn a:hover span {
	text-decoration:underline;
}
/* Lang menu */
#tmp_hnavi_s .wrap_sma_menu{
	position: absolute;
	display: none;
	z-index: 100;
	top: calc(100% + 20px);
	overflow-y: auto;
}
.wrap_sma_menu .sch_wrap{
	text-align: left;
	border: 2px solid #004898;
	color: #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
#tmp_sma_lang{
	left: -157px;
}
#tmp_sma_lang .sch_wrap{
	width: 464px;
}
#tmp_sma_lang .sch_cnt{
	padding: 8px 5px 20px 14px;
}
#tmp_sma_lang ul {
	list-style: none;
}
#tmp_sma_lang ul:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_sma_lang ul li {
    float: left;
    width: 30%;
	margin-bottom: 7px;
	padding-right: 10px;
}
#tmp_sma_lang ul li:nth-child(3n+1){
	clear: left;
	width: 35%;
}
#tmp_sma_lang ul li:nth-child(3n){
	clear: right;
	width: 34%;
	padding-right: 0;
}
#tmp_sma_lang .lang_list li a {
    display: inline-block;
	min-height: 18px;
    font-size: 88.9%;
    text-decoration: none;
    padding-left: 25px;
    color: inherit;
    background: transparent url(/shared/images/icon/ft_arrow_link_rgt.png) left 1px no-repeat;
    background-size: 18px auto;
}
#tmp_sma_lang .lang_list li a:hover,
#tmp_sma_lang .lang_list li a:focus{
	text-decoration: underline;
}
#tmp_sma_lang ul li.lang_ru {
	letter-spacing:-0.3em;
}
#tmp_sma_lang ul li.lang_mn {
	letter-spacing:-0.2em;
}
#tmp_sma_lang .load_more{
	text-align: center;
	overflow: hidden;
}
#tmp_sma_lang .load_more a {
	display: block;
    text-decoration: none;
    margin: 19px auto 8px;
    padding: 8px 32px 5px;
    font-size: 88.9%;
    max-width: 284px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background: #FFFFFF url(/shared/images/icon/more_lang_icon.png) no-repeat center right 18px;
    border: 2px solid #000000;
}
#tmp_sma_lang .load_more a.hide{
	padding: 0;
	border: 0;
	background: #FFFFFF;
	text-align: center;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	margin: 0;
}
#tmp_sma_lang .load_more a span{
	text-decoration: none;
}
#tmp_sma_lang .load_more a:hover,
#tmp_sma_lang .load_more a:focus{
	text-decoration: underline;
}
#tmp_sma_setting .close_btn{
	display: none;
}
.sch_wrap .close_btn{
	display: none;
}
.sch_wrap .close_btn a,
.sch_wrap .close_btn a span{
	display: block;
}
.sch_wrap .close_btn a{
	width: 1px;
	height: 1px;
	opacity: 0;
}
.sch_wrap .close_btn a:hover,
.sch_wrap .close_btn a:focus{
	text-decoration: underline;
}
/* Setting menu */
#tmp_sma_setting {
    left: -268px;
}
#tmp_sma_setting .sch_wrap{
	width: 400px;
}
#tmp_sma_setting .sch_cnt {
    padding:9px 10px 8px 23px;
}
#tmp_hnavi_list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#tmp_hnavi_list li{
	margin-right: 29px;
}
#tmp_hnavi_list li:last-child{
	margin-right: 0;
}
#tmp_hnavi_list li a {
	text-decoration: none;
	display: inline-block;
    padding: 2px 0 0 29px;
    color: #000000;
    background: #FFFFFF url(/shared/images/icon/ft_arrow_link_rgt.png) left 3px no-repeat;
    min-height: 18px;
	font-size: 88.9%;
	background-size: 18px auto;
}
#tmp_hnavi_list li a:hover,
#tmp_hnavi_list li a:focus {
	text-decoration: underline;
}
/* lnavi
================================================== */
#tmp_lnavi {
	width: 100%;
	margin:0 0 65px;
	border-spacing: 0;
	box-shadow: 0 0 8px 8px rgba(234, 235, 236, 0.5);
	border: none;
	border-collapse: collapse;
	word-break: break-all;
}
#tmp_lnavi a {
	text-decoration: none;
}
#tmp_lnavi_ttl {
	padding: 22px 27px 19px;
	color: #ffffff;
	background-color: #444444;
	border: 1px solid #444444;
}
#tmp_lnavi_ttl h2 {
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_lnavi_ttl a {
    display: inline-block;
	margin: -22px -27px -19px;
    padding: 22px 27px 19px 63px;
    color: inherit;
    background: transparent url(/shared/images/icon/icon_link_arrow_wh.png) no-repeat 26px center;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi_cnt {
	padding: 20px 7px 33px 13px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#tmp_lnavi_cnt ul {
	list-style: none;
	margin: 0;
}
#tmp_lnavi_cnt li {
	float: left;
	width: 50%;
	margin:0;
	padding:2px 15px;
	line-height: 1.5;
	position:relative;
}
#tmp_lnavi_cnt li::before {
	content:'';
	position:absolute;
	left:15px;
	right:15px;
	bottom:0;
	height:1px;
    border-bottom: 1px dotted #cccccc;
}
#tmp_lnavi_cnt li:nth-child(2n+1) {
	clear: left;
}
#tmp_lnavi_cnt li:nth-child(2n) {
	clear: right;
}
#tmp_lnavi_cnt li a {
    display: block;
    padding: 13px 10px 13px 45px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_link_arrow.png) no-repeat 8px 14px;
}
#tmp_lnavi_cnt li a::after {
	content:'';
	position:absolute;
	left:15px;
	right:15px;
	top:2px;
	bottom:2px;
	border:1px solid #004898;
	background-color: #d9e7f7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:-1;
	opacity:0;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt li.active a::after,
#tmp_lnavi_cnt li a:hover::after,
#tmp_lnavi_cnt li a:hover::after {
	opacity:1;
}
.no_javascript #tmp_lnavi_cnt li a::after {
	display:none;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* footer
================================================== */
/* nav */
#tmp_footer .footer_nav {
	padding: 24px 0 9px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	color: #000000;
	overflow: hidden;
}
#tmp_footer .fnavi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content:center;
	margin: 0 -14px;
}
#tmp_footer .fnavi li{
	margin-bottom: 10px;
	padding: 0 18px;
	list-style: none;
	font-size: 88.9%;
	font-weight: 500;
}
#tmp_footer .fnavi a{
	display: inline-block;
	padding: 3px 0 3px 29px;
	background: transparent url(/shared/images/icon/ft_arrow_link_rgt.png) no-repeat left 3px;
	background-size: 20px auto;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .fnavi a:hover,
#tmp_footer .fnavi a:focus{
	text-decoration: underline;
}
/* cnt */
#tmp_footer .footer_cnt{
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
}
#tmp_footer .footer_cnt .container{
	position: relative;
	padding-top: 56px;
	padding-bottom: 26px;
}
#tmp_footer .footer_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}
#tmp_footer .footer_col{
	width: 50%;
}
#tmp_footer .footer_col:first-child{
	padding-right: 20px;
}
#tmp_footer .footer_heading{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 11px;
}
#tmp_footer .footer_logo{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 5px 0 5px 61px;
	background: transparent url(/shared/images/icon/ft_logo.png) no-repeat left center;
	background-size: 50px auto;
	font-size: 188.9%;
	font-weight: bold;
	color: inherit;
}
#tmp_footer .footer_code{
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
	padding: 5px 0 0 30px;
	font-size: 77.8%;
	font-weight: 500;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer .add_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_footer .add_col{
	font-size: 88.9%;
	line-height: 1.6;
	font-weight: 500;
}
#tmp_footer .add_col:first-child{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 84px;
	padding-right: 5px;
}
#tmp_footer .add_col:last-child{
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
}
#tmp_footer .add_row:not(:last-child){
	margin-bottom: 4px;
}
#tmp_footer .footer_links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
	padding-top: 26px;
}
#tmp_footer .footer_links li{
	margin-bottom: 20px;
	padding: 0 10px;
	width: 50%;
	list-style: none;
}
#tmp_footer .footer_links a{
	display: block;
	padding: 15px 34px 14px 22px;
	background: #ffffff url(/shared/images/icon/arrow_link_rgt.png) no-repeat right 21px center;
	background-size: 15px auto;
	font-size: 88.9%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position:relative;
}
#tmp_footer .copyright{
	font-size: 77.8%;
	font-weight: 500;
	text-align: center;
}
#tmp_footer .pnavi.pnavi_fixed{
	position: fixed;
	top: auto;
	bottom: 20px;
}
#tmp_footer .pnavi{
	position: absolute;
	right: -30px;
	top: 44px;
	z-index: 98;
}
#tmp_footer .pnavi .ptop {
	text-align:left;
}
#tmp_footer .pnavi a{
	display: block;
	background: #ffffff url(/shared/images/icon/ft_backtop.png) no-repeat center center;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border: 2px solid #000000;
	border-radius: 50%;
	text-decoration: none;
	text-indent: -9999px;
	color: #000000;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_footer .pnavi a:hover{
	background-color:#004898;
	border-color:#004898;
	background-image:url(/shared/images/icon/ft_backtop_wh.png);
}

/* ==================================================
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: 20px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49.15%;
	margin-right: 1.7%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49.15%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 46.8%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 49.17%;
}


/* 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: 20px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32.2%;
	margin-right: 1.7%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 32.2%;
	float: left;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding:17px 0 7px;
	font-size: 77.8%;
	line-height:1.5;
}
#tmp_pankuzu a {
	color: #0049ba;
	background-color: transparent;
}
#tmp_custom_update {
    text-align: right;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.25;
}
#tmp_print {
	font-size: 66.66%;
	font-weight:bold;
	position:relative;
}
#tmp_print a {
	display:inline-block;
	text-decoration:none;
	padding:2px 7px 2px 28px;
	color:#ffffff;
	background:#000000 url(/shared/images/icon/print_icon.png) no-repeat 8px center;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	min-height:19px;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
	margin-left:13px;
}
.custom_event_free #tmp_print a + .fixed_print_text {
	position: absolute;
	right: -50px;
	top:100%;
	margin-top:10px;
	padding: 6px 12px;
	background-color: #000000;
	color: #fff;
	z-index: 1;
	width:360px;
	text-align:left;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.fixed_print_text::before {
	content:'';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 10px solid #000000;
	position: absolute;
	top: -14px;
	right:72px;
}
.custom_event_free #tmp_print a:hover + .fixed_print_text {
	opacity:1;
}

/* inquiry
================================================== */
#tmp_inquiry {
	word-break: break-all;
	margin: 0 0 55px;
	border: 1px solid #dddddd;
	clear: both;
}
#tmp_inquiry_ttl {
	padding: 20px 25px;
	color: #ffffff;
	background-color: #444444;
	border-bottom: 1px solid #444444;
}
#tmp_inquiry_ttl h2 {
	margin: 0 !important;
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_inquiry_cnt {
	padding: 25px 26px 25px;
}
#tmp_inquiry_cnt p {
	font-size: 88.9%;
	margin-bottom: 0 !important;
	line-height: 1.7;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin: 0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_parts .contact {
	display: inline-block;
	margin-right: 10px;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin: 0.3em 0 0;
}

/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 55px;
	border: 1px solid #dddddd;
	clear: both;
}
#tmp_feedback_ttl {
    padding: 20px 25px;
    color: inherit;
    background-color: #f7f5f5;
    border-bottom: 1px solid #f7f5f5;
}
#tmp_feedback_ttl h2 {
    font-size: 122.2%;
    font-weight: bold;
	margin-bottom: 0 !important;
}
#tmp_feedback_cnt {
    padding: 26px 27px 39px;
}
#tmp_feedback_cnt fieldset {
	margin-bottom: 1.1em;
	clear: both;
}
#tmp_feedback_cnt fieldset legend {
	margin-bottom: 0.5em;
	font-weight: bold;
	clear: both;
}
#tmp_feedback_cnt fieldset input {
    width: 17px;
    height: 17px;
    margin-right: 3px;
	accent-color: #000000;
}
#tmp_feedback_cnt fieldset p {
	display: inline;
	margin-right: 2.5em;
	float: left;
	font-size: 88.9%;
}
#tmp_feedback_cnt fieldset p:first-child {
	margin-right: 0;
}
#tmp_feedback_cnt .submit {
    margin-top: 32px;
    text-align: center;
    padding-right: 81px;
    clear: both;
}
#tmp_feedback_cnt .submit input {
    padding: 11px 44px 10px 34px;
    color: inherit;
    background: #ffffff url(/shared/images/icon/icon_box_arrow.png) no-repeat right 14px center;
    font-weight: bold;
    width: 284px;
    border: 2px solid #000000;
    text-align: left;
	cursor: pointer;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
	text-decoration: underline;
    padding: 9px 42px 8px 32px;
	border: 4px solid #004898;
	background-position:right 12px center;
}

/* social_cate
================================================== */
.social_cate{
    overflow: hidden;
}
.social_list{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 -7px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.social_list li{
    padding: 0 7px !important;
    margin-bottom: 14px !important;
    float: left;
    width: 20%;
}
.social_list li a{
    padding: 12px 35px 11px 20px;
    display: block;
    border: 2px solid #000000;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
	background-color:#ffffff;
}
/*news list*/
.news_list{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 88.9%;
}
.news_list li{
    padding: 19px 0 20px !important;
    border-bottom: 1px dotted #cccccc;
	margin:0 !important;
}
.news_list li:first-child{
    padding-top: 0 !important;
}
.news_list .news_date{
    padding-right: 5px;
    float: left;
    width: 5em;
}
.news_list .news_cap {
    overflow: hidden;
}
.news_list .news_cap p{
	line-height: 1.7;
	margin-bottom:0 !important;
}

/* ==================================================
purpose
================================================== */

.wrap_category .cate_accordions,
.wrap_purpose .purpose_main,
.wrap_access{
	overflow: hidden;
}
.purpose_heading,
.category_heading{
	margin-bottom: 13px;
	padding: 2px 0 2px 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 34px;
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_contents .purpose_heading h1,
#tmp_contents .category_heading h1,
.purpose_heading h1,
.category_heading h1{
	line-height: 1.4;
	margin-bottom:0;
	font-size:100%;
	border-bottom: none;
	padding:0;
}
#tmp_contents .purpose_box h2,
#tmp_contents .wrap_access h2,
.purpose_box h2,
.wrap_access h2,
.wrap_access .access_replace_ttl{
	position: relative;
	margin: 0 0 20px;
	padding: 11px 0 11px 22px;
	border-bottom: none;
	font-size: 133.33%;
}
.purpose_box h2:before,
.wrap_access h2:before,
.wrap_access .access_replace_ttl:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:3px;
	width:4px;
	background-color:#004898;
	color:#ffffff;
}
.wrap_access .access_replace_ttl{
	font-weight: bold;
}
/* box */
.purpose_heading{
	margin-bottom: 17px;
	background-image: url(/shared/images/icon/purpose_ttl_icon.png);
	background-size: 36px auto;
}
.purpose_box .purpose_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style-image: none;
}
#tmp_contents .purpose_box .purpose_list,
.purpose_box .purpose_list{
	margin: 0 -9px;
	padding-bottom:11px;
}
.purpose_box .purpose_item{
	padding: 0 9px;
	width: 25%;
	list-style: none;
}
#tmp_contents .purpose_box .purpose_item,
.purpose_box .purpose_item{
	margin-bottom: 20px;
}
.purpose_box .purpose_item_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 13px;
	background-color: #ffffff;
	height: 100%;
	border: 2px solid #000000;
	font-weight: bold;
}
.purpose_box .purpose_item_icon{
	margin: 0 0 15px;
	text-align: center;
}
#tmp_contents .purpose_box .purpose_item_icon img,
.purpose_box .purpose_item_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.purpose_box .purpose_item_des {
	padding-left: 4px;
	font-size: 133.3%;
}
.purpose_box .purpose_item_des,
.purpose_box .purpose_item_des p{
	height: 100%;
}
.purpose_box .purpose_item_des a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 30px 14px 30px;
	background: transparent url(/shared/images/icon/icon_box_arrow.png) no-repeat right bottom 10px;
	color: inherit;
	text-decoration: none;
	line-height: 2;
}
.purpose_box .purpose_item_icon + .purpose_item_des{
	font-size: 111.11%;
}
.purpose_box .purpose_item_icon + .purpose_item_des a{
	padding: 0 30px 0 0;
	line-height: 1.7;
}
/* hover & active */
.purpose_box .purpose_item_inner.active .purpose_item_icon img{
	opacity: 0.7;
}
.purpose_box .purpose_item_inner.active .purpose_item_des a,
.purpose_box .purpose_item_inner.active .purpose_item_des a,
.purpose_box .purpose_item_des a:hover,
.purpose_box .purpose_item_des a:focus{
	text-decoration: underline;
}
.purpose_box:not(:last-child){
	margin-bottom: 38px;
}
/* access */
.wrap_purpose + .wrap_access{
	display: none;
}
.wrap_access ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.wrap_access ul li{
	padding: 0 24px;
	list-style: none;
	font-size: 88.9%;
	font-weight: 500;
}
.wrap_access ul li a{
	display: inline-block;
	padding: 2px 0 2px 30px;
	background: transparent url(/shared/images/icon/icon_link_arrow.png) no-repeat;
	min-height: 26px;
	color: inherit;
	text-decoration: none;
}
.wrap_access ul li a:hover,
.wrap_access ul li a:focus{
	text-decoration: underline;
}
#tmp_contents .wrap_access ul,
.wrap_access ul{
	margin: 0 -24px;
}
#tmp_contents .wrap_access ul li,
.wrap_access ul li{
	margin-bottom: 10px;
	line-height: 1.4;
}
/* ==================================================
category
================================================== */
.category_heading{
	background-image: url(/shared/images/icon/navi_file.png);
	background-size: 32px auto;
}
.cate_accordions{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
	list-style-image: none;
}
.cate_accordions .accordion_area{
	margin-bottom: 20px;
	padding: 0 10px;
	width: 50%;
	list-style: none;
}
.cate_accordions .accordion_switch a:hover{
	text-decoration: underline;
}
.cate_accordions .accordion_switch .switch_btn span {
	display: block;
	text-indent: -9999px;
}
.cate_accordions .accordion_cnt{
	display: none;
}
.cate_accordions .accordion_inner{
	padding: 15px 18px 33px;
	border: 2px solid #000000;
	border-top: none;
}
.cate_accordions .accordion_inner ul {
	margin:0 0 1.8em 1.2em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* Do not edit */
}
.cate_accordions .accordion_inner li {
	margin:0 0 0.3em; /* Do not edit */
	line-height: 1.8;
}
.cate_accordions .accordion_inner ul li a:hover,
.cate_accordions .accordion_inner ul li a:focus{
	text-decoration: none;
}
/* active */
.cate_accordions .accordion_area.ac_active .accordion_switch a:after{
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
/* reset margin */
#tmp_contents .purpose_heading p,
#tmp_contents .purpose_box .purpose_item_inner p,
#tmp_contents .category_heading p,
#tmp_contents .cate_accordions .accordion_area ul,
#tmp_contents .cate_accordions .accordion_area p{
	margin-bottom: 0;
}
/* 第二階層 */
.wrap_idx_second .cate_accordions .accordion_switch a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 26px 36px 21px 17px;
	background-color: #ffffff;
	border: 2px solid #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7;
	z-index: 1;
}
.wrap_idx_second .cate_accordions .ac_on .accordion_switch a:after{
	content: '';
	position: absolute;
	right: 10px;
    top: 1px;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/images/icon/category_arrow_down.png) no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 12px;
	color: inherit;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* 分類から探すメニュー(wrap_category) */
.wrap_category .cate_accordions .accordion_switch {
	position: relative;
	padding-right: 40px;
	border: 2px solid #000000;
}
.wrap_category .cate_accordions .accordion_switch .cate_link a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 26px 36px 21px 17px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7;
	z-index: 1;
}
.wrap_category .cate_accordions .accordion_switch .switch_btn{
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.wrap_category .cate_accordions .accordion_switch .switch_btn a {
	display: block;
	width: 40px;
	height: 100%;
	border-left: 1px solid #000000;
}
.wrap_category .cate_accordions .ac_on .accordion_switch .switch_btn a:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 1px;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/images/icon/category_arrow_down.png) no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 12px;
	color: inherit;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* ==================================================
Start Splide Common
================================================== */
.splide_common .splide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
}
.splide_common .splide.no-splide,
.splide_common .splide.no-splide .splide__list{
	display: block;
}
.splide.no-splide .splide__arrows{
	display: none;
}
.splide_common .splide__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 88.9%;
	text-decoration: none;
	width: 30px;
	height: 30px;
	z-index: 1;
	color: #ffffff;
	background-color: #004898;
	border: 1px solid #004898;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 16px;
	position: absolute;
	top: 50%;
    left: 9px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #ffffff;
	color: #000000;
}
.splide_common .splide__toggle:after {
	left: 16px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide_common .splide__toggle:focus{
    outline: none;
}
.splide_common .splide__toggle span,
.splide_common .splide__toggle.is-active .splide__toggle__pause {
	display: inline-block;
	text-indent: -9999px;
	width: auto;
	height: auto;
}
.splide_common .splide__progress {
	position: relative;
	font-size: 88.9%;
	margin-left: 11px;
	font-weight: bold;
	top: 1px;
}
.splide_common .splide__progress p,
#tmp_contents .splide_common .splide__progress p {
	margin: 0;
	line-height: 1.5;
	display: inline-block;
}
.splide_common .splide__progress .progress_current {
	padding-right: 2px;
}
.splide_common .splide__progress .progress_total {
	padding-left: 2px;
}
.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_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;
}
/* ==================================================
矢印アイコン / hover
================================================== */
#tmp_gnavi .gnavi > ul > li > a,
#tmp_idx_notice .notice_links a,
.social_list li a,
#tmp_advertisement .advertisement_cate ul li a {
	position:relative;
}
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a::after,
.social_list li a::after,
#tmp_footer .footer_links a::after,
#tmp_advertisement .advertisement_cate ul li a::after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	border:4px solid #004898;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:2;
}
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a::after {
	border-width:3px;
}
.social_list li a::after,
#tmp_footer .footer_links a::after {
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
}
#tmp_advertisement .advertisement_cate ul li a::after {
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a:hover::after,
.social_list li a:hover::after,
.social_list li a:focus::after,
#tmp_footer .footer_links a:hover::after,
#tmp_footer .footer_links a:focus::after,
#tmp_advertisement .advertisement_cate ul li a:hover::after,
#tmp_advertisement .advertisement_cate ul li a:focus::after {
	opacity:1;
}
#tmp_contents .box_pickup.active,
#tmp_contents .box_card.active,
#tmp_sub_special .sub_special_item.active,
#tmp_special_splide .special_item.active {
	box-shadow:none !important;
}
.social_list li a:hover,
.social_list li a:focus,
#tmp_advertisement .advertisement_link a:hover,
#tmp_advertisement .advertisement_link a:focus,
#tmp_footer .footer_links a:hover,
#tmp_footer .footer_links a:focus {
	text-decoration: underline;
}
.social_list li a::before {
	content:'';
	position:absolute;
	top:50%;
	right:16px;
	background-image:url(/shared/images/icon/icon_box_arrow.png);
	background-repeat:no-repeat;
	width:14px;
	height:10px;
	margin-top:-5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.social_list li a:hover::before,
.social_list li a:focus::before {
	right:11px;
}
/* ==================================================
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_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.wrap_mc_sp{
	text-align: center;
}
.wrap_mc_sp #tmp_switch_sp_style{
	font-size:2rem;
	text-decoration: none;
	color: #ffffff;
	background-color: #004898;
	font-weight: bold;
	padding:10px;
}
#tmp_sma_menu{
	display: none;
}
/* ==================================================
組織で探す
================================================== */
/* soshiki_search
================================================== */
#tmp_contents #tmp_soshiki_search h1,
#tmp_soshiki_search h2,
.sma_organize_wrap #tmp_soshiki_search .organize_replace_ttl {
	font-size:122.22%;
	border-bottom:0;
	margin:25px 0 14px;
	padding:2px 0 2px 36px;
	background:url(/shared/images/icon/navi_social.png) no-repeat left 6px;
	-webkit-background-size:29px auto;
	-moz-background-size:29px auto;
	background-size:29px auto;
	min-height: 31px;
}
.sma_organize_wrap #tmp_soshiki_search .organize_replace_ttl{
	font-weight: bold;
}
#tmp_contents #tmp_soshiki_search h1::before {
	display:none;
}
/* soshiki_menu_tbl */
#tmp_contents .soshiki_menu_tbl,
.soshiki_menu_tbl {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 39px;
	color:inherit;
	background-color:#ffffff;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.soshiki_menu_tbl .soshiki_menu_tbl_ttl {
	vertical-align:top;
	text-align:left;
	color:inherit;
	background-color:#f1f1f1;
	padding:18px 17px;
	width:31.666666%;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_ttl h3,
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_ttl p,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p {
	font-size:133.33%;
	font-weight:bold;
	line-height:1.5;
	margin:0;
	padding:0;
	background-color:transparent;
	border:none;
}
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p a {
	text-decoration:none;
	display:inline-block;
	padding:2px 0 2px 30px;
	background: transparent url(/shared/images/icon/icon_link_arrow.png) no-repeat left 8px;
}
.soshiki_menu_tbl .soshiki_menu_tbl_cnt {
	padding:17px 22px 15px 30px;
	width:68.333334%;
}
.soshiki_menu_tbl .soshiki_menu_tbl_cnt p{
	margin: 0 0 0.8em;
	line-height: 1.8;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2 {
	border-top:1px dotted #cccccc;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt td.col2L,
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt td.col2R {
	border:none !important;
	padding-top:17px;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt div.col2L,
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt div.col2R,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt div.col2L,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt div.col2R {
	border:none !important;
	margin-top:17px;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2L,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2L {
	padding-right:10px;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2R,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt .col2R {
	padding-left:10px;
}
#tmp_contents .soshiki_menu_tbl .soshiki_menu_tbl_cnt .soshiki_government_ttl,
.soshiki_menu_tbl .soshiki_menu_tbl_cnt .soshiki_government_ttl {
	font-weight:bold;
	padding-left:24px;
	margin-bottom:9px;
	position:relative;
}
.soshiki_menu_tbl .soshiki_menu_tbl_cnt .soshiki_government_ttl::before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	width:14px;
	height:2px;
	background-color:#004898;
	color:#ffffff;
}
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a:hover,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a:focus,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p a:hover,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p a:focus {
	text-decoration: underline;
}
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ul {
	margin:0 0 1.8em 1.2em;
	list-style-image:url(/shared/images/icon/list_icon.gif);
}
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ol {
	margin:0 0 1.3em 3.2em;
	list-style-image:none;
}
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ul li,
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ol li {
	margin:0 0 0.3em;
	line-height: 1.8;
}
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ul ul,
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ul ol,
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ol ul,
.sma_organize_wrap .soshiki_menu_tbl .soshiki_menu_tbl_cnt ol ol {
	margin:0.3em 0 0 1.1em;
}
/* idx_blogs
================================================== */
.anchor_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 60px;
	border: 2px solid #000000;
	list-style: none;
}
.anchor_menu li {
	margin-bottom: 0;
	width: 25%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height:1.25;
}
.anchor_menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px 10px 28px;
	background: #ffffff url(/shared/images/icon/arrow_dop.png) no-repeat right 20px center;
	height: 100%;
	font-size: 88.9%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	position:relative;
	min-height:65px;
}
.anchor_menu li a:focus-visible {
	outline-offset: -2px;
}
.anchor_menu li:nth-child(4n) {
	border-right: none;
}
.anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1),
.anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li {
	border-bottom: none;
}
.anchor_menu li a::after {
	content:'';
	position:absolute;
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
	border:4px solid #004898;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:2;
	opacity:0;
	display: block;
}
.anchor_menu li a:hover::after,
.anchor_menu li a:focus::after {
	opacity:1;
}
/*hnavi*/
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a:before {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	bottom:-13px;
	z-index:2;
	height: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: none;
}
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a.active:before{
	display: block;
}
#tmp_gnavi .gnavi > ul > li:not(.glist1) > a.active:after{
	display: none;
}
/*sma_classify*/
.sma_classify_wrap{
	padding: 25px 0 19px;
}
.sma_classify_wrap .cate_accordions .accordion_inner li{
	margin-bottom: 0.34em;
}
/*sma_purpose*/
.sma_purpose_wrap{
	padding: 25px 0 20px;
}
.sma_purpose_wrap .sma_purpose_ttl{
	padding-left: 40px;
	margin-bottom: 16px;
}
.sma_purpose_wrap .purpose_box h2{
	margin-bottom: 17px;
}
.sma_purpose_wrap  .purpose_box h2,
.sma_purpose_wrap .wrap_access h2{
	padding: 16px 0 17px 22px;
}
.sma_purpose_wrap .purpose_replace_ttl {
    position: relative;
    margin: 0 0 17px;
    padding: 16px 0 17px 22px;
    border-bottom: none;
    font-size: 111.1%;
	font-weight: bold;
}
.sma_purpose_wrap .purpose_replace_ttl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3px;
    width: 4px;
    background-color: #004898;
    color: #fff;
}
/*sma_organize*/
.sma_organize_wrap{
	padding: 25px 0 20px;
}
.sma_organize_wrap #tmp_soshiki_search h1,
.sma_organize_wrap #tmp_soshiki_search .organize_replace_ttl {
	padding-left: 40px;
	margin-top:0;
	margin-bottom: 16px;
	background-position: left 4px;
	background-size: 30px auto;
}
/*sma_search*/
.sma_search_wrap{
	padding: 25px 0 25px;
}
.sma_classify_ttl{
	font-size: 122.22%;
    margin: 0 0 14px;
    padding: 7px 0 2px 36px;
    background: url(/shared/images/icon/icon_org_ttl.png) no-repeat left 6px;
    background-size: 29px auto;
}
.sma_purpose_ttl{
	font-size: 122.22%;
    margin: 0 0 14px;
    padding: 7px 0 2px 36px;
    background: url(/shared/images/icon/icon_purpose_ttl.png) no-repeat left 6px;
    background-size: 29px auto;
}
.sma_search_ttl{
	font-size: 122.22%;
    margin: 0 0 14px;
    padding: 5px 0 2px 43px;
	min-height: 32px;
	font-weight: bold;
    background: url(/shared/images/icon/icon_search_ttl.png) no-repeat 3px 1px;
    background-size: 30px auto;
}
.search_group{
	margin-bottom: 24px;
}
.search_group .wrap_sch_box label{
	cursor: pointer;
	font-size: 111.1%;
	font-weight: bold;
}
.search_group .search_keyword,
.search_group .search_pageid{
	padding: 0 28px;
	float: left;
}
.search_group .search_keyword{
	width: 56.7%;
}
.search_group .search_pageid{
	width: 43.3%;
}
.search_group .wrap_sch_box{
	margin-bottom: 10px;
	overflow: hidden;
}
.search_group .search_inner{
	margin: 0 -28px;
}
.search_group .sch_ttl,
.search_group .sch_id_ttl{
	float: left;
	padding: 5px 10px 5px 0;
	font-weight: bold;
	min-height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search_group .sch_ttl{
	padding-left: 20px;
	border-left: 4px solid #004898;
	width: 190px;
}
.search_group .sch_id_ttl{
	width: 171px;
	padding-left: 20px;
	border-left: 4px solid #004898;
}
.search_group .sch_input,
.search_group .sch_id_input{
	position: relative;
	z-index: 1;
}
.search_group .sch_input{
	margin-left: 190px;
}
.search_group .sch_id_input{
	margin-left: 171px;
}
.search_group .sch_input .sch_box,
.search_group .sch_id_input .sch_box{
	margin-top: 5px;
}
.search_group .sch_box input{
	min-height: 50px;
    border: 0;
    width: 100%;
    border-right: 0;
    padding: 2px 110px 2px 20px;
    font-size: 100%;
	border: 1px solid #ababab;
}
.search_group .sch_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.search_group .sch_btn input{
	padding: 2px 10px;
    width: 100px;
    min-height: 50px;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 111.1%;
}
.search_group .sch_btn input:hover{
	text-decoration: underline;
}
.method_url{
	text-align: right;
}
.method_url,
.method_pageid{
	font-size: 88.9%;
}
.method_pageid{
	padding-right: 9px;
	text-align: right;
}
.method_url a{
	padding: 2px 0 2px 29px;
	display: inline-block;
	color: #000000;
	background: #FFFFFF url(/shared/images/icon/icon_link_arrow_sp.png) no-repeat 0 2px;
	background-size:20px auto;
	text-decoration: none;
}
.method_url a:hover,
.method_url a:focus{
	text-decoration: underline;
}
.disp_pc #tmp_footer .pnavi{
	right: 10px;
}
.disp_pc #tmp_footer .pnavi.pnavi_fixed{
	right: calc(50% + 40px) !important;
}
/* ==================================================
advertisement
================================================== */
/* 共通 */
#tmp_advertisement{
    padding: 110px 0 120px;
}
#tmp_advertisement .advertisement_ttl{
    padding-left: 4px;
    margin-bottom: 21px;
}
#tmp_advertisement .advertisement_ttl h2{
    position: relative;
    padding-right: 64px;
    font-size: 200%;
    font-weight: bold;
    float: left;
}
#tmp_advertisement .advertisement_ttl h2:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 1px;
    width: 52px;
    height: 4px;
    color: #FFFFFF;
    background-color: #004898;
}
.advertisement_link{
    margin-top: 14px;
    float: right;
}
#tmp_advertisement .advertisement_cnt{
    padding: 18px 24px 26px 34px;
    color: #000000;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
#tmp_advertisement .advertisement_cate ul{
    list-style: none;
    padding: 0 80px;
    margin: 0 -10px;
}
#tmp_advertisement .advertisement_cate ul li{
    margin: 0 10px 20px;
    float: left;
    width: 20%;
}
#tmp_advertisement .advertisement_cate ul li a{
    display: block;
    color: #000000;
    background-color: #FFFFFF;
}
#tmp_advertisement .advertisement_cate ul li a img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_advertisement .advertisement_link a{
    padding: 2px 0 2px 37px;
    display: inline-block;
    font-size: 88.9%;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    background: #f1f1f1 url(/shared/templates/top/images/icon/arr_circle.png) no-repeat 0 4px;
    background-size: 20px auto;
    min-height: 24px;
}
/* トップ追従 */
.format_top #tmp_advertisement.fixed #tmp_advertisement_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	color: #000000;
	background-color: rgba(241,241,241,0.8);
}
.format_top #tmp_advertisement.fixed .advertisement_link{
	display: none;
}
.format_top #tmp_advertisement.fixed .advertisement_cnt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:31px 44px 22px 10px;
	color: inherit;
	background-color: transparent;
}
.format_top #tmp_advertisement.fixed .close_btn {
	position: absolute;
	width: 31px;
	height: 31px;
	margin-bottom: -17px;
	bottom: 100%;
	right: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #222222 url(/shared/images/icon/close_icon_white_11.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	overflow: hidden;
	text-indent: -9999px;
}
.format_top #tmp_advertisement.fixed .advertisement_ttl {
	width: 140px;
	margin-bottom: 8px;
	padding-left: 28px;
}
.format_top #tmp_advertisement.fixed .advertisement_ttl h2 {
	width: 91px;
	font-size: 133.3%;
	padding-right: 43px;
}
.format_top #tmp_advertisement.fixed .advertisement_ttl h2::after {
	width: 31px;
	height: 5px;
	margin-top: -3px;
}
.format_top #tmp_advertisement.fixed .advertisement_cate ul {
	padding:0 12px;
}
.format_top #tmp_advertisement.fixed .advertisement_cate ul li {
	margin-bottom:5px;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* 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;
}

/* header */

/* footer */

/* lnavi */
.color_blue .box_label,
.color_black .box_label,
.color_yellow .box_label {
	box-shadow: none;
	border: 1px solid;
}
.color_blue #tmp_wrap_main .box_label_cnt li.active a,
.color_black #tmp_wrap_main .box_label_cnt li.active a {
	background-color: #ffff00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_wrap_main .box_label_cnt li.active a {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.color_blue #tmp_wrap_main .box_label_cnt li a:hover,
.color_blue #tmp_wrap_main .box_label_cnt li a:focus,
.color_black #tmp_wrap_main .box_label_cnt li a:hover,
.color_black #tmp_wrap_main .box_label_cnt li a:focus,
.color_yellow #tmp_wrap_main .box_label_cnt li a:hover,
.color_yellow #tmp_wrap_main .box_label_cnt li a:focus {
	text-decoration: underline;
}
/* banner */
.color_blue.format_top #tmp_advertisement.fixed .close_btn,
.color_yellow.format_top #tmp_advertisement.fixed .close_btn,
.color_black.format_top #tmp_advertisement.fixed .close_btn {
	width: 60px;
	text-indent:0;
}

.color_blue.format_top #tmp_advertisement.fixed .close_btn {
	background-color: #00008B !important;
}
.color_yellow.format_top #tmp_advertisement.fixed .close_btn {
	background-color: #FFFF00 !important;
}
.color_black.format_top #tmp_advertisement.fixed .close_btn {
	background-color: #000000 !important;
}
/* others */
.color_blue #tmp_wrap_main #tmp_inquiry_ttl h2,
.color_black #tmp_wrap_main #tmp_inquiry_ttl h2,
.color_yellow #tmp_wrap_main #tmp_inquiry_ttl h2,
.color_blue #tmp_wrap_main #tmp_feedback_ttl h2,
.color_black #tmp_wrap_main #tmp_feedback_ttl h2,
.color_yellow #tmp_wrap_main #tmp_feedback_ttl h2 {
	border:none !important;
}
.color_blue #tmp_contents .box_info::before,
.color_black #tmp_contents .box_info::before,
.color_yellow #tmp_contents .box_info::before,
.color_blue #tmp_contents .box_link::before,
.color_black #tmp_contents .box_link::before,
.color_yellow #tmp_contents .box_link::before {
	display:none;
}
.color_blue #tmp_contents .box_info .box_info_ttl,
.color_black #tmp_contents .box_info .box_info_ttl,
.color_yellow #tmp_contents .box_info .box_info_ttl,
.color_blue #tmp_contents .box_link .box_link_ttl,
.color_black #tmp_contents .box_link .box_link_ttl,
.color_yellow #tmp_contents .box_link .box_link_ttl {
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}

/* for purpose & category */
.color_black #tmp_wrapper .cate_accordions .accordion_switch a:after,
.color_blue #tmp_wrapper .cate_accordions .accordion_switch a:after{
	background-image: url(/shared/images/icon/category_arrow_down_yl.png) !important;
}
.color_black #tmp_wrapper .purpose_box .purpose_item_icon img,
.color_blue #tmp_wrapper .purpose_box .purpose_item_icon img{
	background-color: #ffffff !important;
}
.color_blue #tmp_advertisement .advertisement_ttl h2:after,
.color_black #tmp_advertisement .advertisement_ttl h2:after{
    color: #00008B !important;
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_advertisement .advertisement_ttl h2:after {
    color: #FFFF00 !important;
    background-color: #000000 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small .box_label_cnt li a {
	background-position: 10px 10px;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 200% !important;
}


/* accessibility header & footer
================================================== */
.color_black #tmp_header,
.color_blue #tmp_header,
.color_yellow #tmp_header,
.color_black #tmp_header .header_head,
.color_blue #tmp_header .header_head,
.color_yellow #tmp_header .header_head {
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo a{
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_footer .footer_cnt,
.color_blue #tmp_wrapper #tmp_footer .footer_cnt,
.color_yellow #tmp_wrapper #tmp_footer .footer_cnt{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .footer_links a,
.color_blue #tmp_wrapper #tmp_footer .footer_links a,
.color_yellow #tmp_wrapper #tmp_footer .footer_links a,
.color_black #tmp_emergency .emergency_inner_wrap,
.color_blue #tmp_emergency .emergency_inner_wrap,
.color_yellow #tmp_emergency .emergency_inner_wrap,
.color_black #tmp_special_notice .notice_pickup .notice_pickup_main .item_pickup,
.color_blue #tmp_special_notice .notice_pickup .notice_pickup_main .item_pickup,
.color_yellow #tmp_special_notice .notice_pickup .notice_pickup_main .item_pickup,
.color_black #tmp_special_notice .notice_pickup .item_pickup,
.color_blue #tmp_special_notice .notice_pickup .item_pickup,
.color_yellow #tmp_special_notice .notice_pickup .item_pickup,
.color_black #tmp_attention .attention_cnt,
.color_blue #tmp_attention .attention_cnt,
.color_yellow #tmp_attention .attention_cnt,
.color_black #tmp_event .event_list .event_item .event_box,
.color_blue #tmp_event .event_list .event_item .event_box,
.color_yellow #tmp_event .event_list .event_item .event_box,
.color_black #tmp_print a,
.color_blue #tmp_print a,
.color_yellow #tmp_print a,
.color_black.custom_event_free #tmp_print a + .fixed_print_text,
.color_blue.custom_event_free #tmp_print a + .fixed_print_text,
.color_yellow.custom_event_free #tmp_print a + .fixed_print_text {
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/images/icon/ft_backtop_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/images/icon/ft_backtop.png) !important;
}
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:before{
    color: #FFFF00 !important;
    background-color: #00008B !important;
    border-color: #FFFF00 !important;
}
.color_yellow  #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:before{
	color: #000000 !important;
    background-color: #FFFF00 !important;
    border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:after,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:after,
.color_blue #tmp_wrapper .anchor_menu li a:after,
.color_black #tmp_wrapper .anchor_menu li a:after{
	border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .purpose_box h2:before,
.color_blue #tmp_wrapper .wrap_access h2:before,
.color_black #tmp_wrapper .purpose_box h2:before,
.color_black #tmp_wrapper .wrap_access h2:before,
.color_blue #tmp_wrapper .wrap_access .access_replace_ttl:before,
.color_black #tmp_wrapper .wrap_access .access_replace_ttl:before{
	color: #000000 !important;
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .purpose_box h2:before,
.color_yellow #tmp_wrapper .wrap_access h2:before,
.color_yellow #tmp_wrapper .wrap_access .access_replace_ttl:before{
	color: #FFFFFF !important;
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a::after{
	border-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:before{
    color: #FFFF00 !important;
    background-color: #000000 !important;
    border-color: #FFFF00 !important;
}
.color_black #tmp_gnavi .gnavi > ul > li.glist1 > a.active:before,
.color_blue #tmp_gnavi .gnavi > ul > li.glist1 > a.active:before{
	border-color: #FFFF00;
}
.color_yellow #tmp_gnavi .gnavi > ul > li.glist1 > a.active:before{
	border-color: #000000;
}
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	border: none;
}
.color_blue #tmp_hnavi_s > ul > li > a.active:after,
.color_black #tmp_hnavi_s > ul > li > a.active:after,
.color_yellow #tmp_hnavi_s > ul > li > a.active:after,
.color_black #tmp_hnavi_s > ul > li > a:before,
.color_blue #tmp_hnavi_s > ul > li > a:before,
.color_black.custom_event_free #tmp_print,
.color_blue.custom_event_free #tmp_print,
.color_yellow.custom_event_free #tmp_print {
	display: none;
}
.color_blue #tmp_hnavi_s > ul > li > a.active,
.color_black #tmp_hnavi_s > ul > li > a.active,
.color_yellow #tmp_hnavi_s > ul > li > a.active{
	background: inherit !important;
}
.color_blue #tmp_gnavi .gnavi > ul > li.glist1 > a.active,
.color_blue #tmp_gnavi .gnavi > ul > li.glist2 > a.active,
.color_blue #tmp_gnavi .gnavi > ul > li.glist3 > a.active,
.color_blue #tmp_gnavi .gnavi > ul > li.glist4 > a.active,
.color_blue #tmp_gnavi .gnavi > ul > li.glist5 > a.active,
.color_black #tmp_gnavi .gnavi > ul > li.glist1 > a.active,
.color_black #tmp_gnavi .gnavi > ul > li.glist2 > a.active,
.color_black #tmp_gnavi .gnavi > ul > li.glist3 > a.active,
.color_black #tmp_gnavi .gnavi > ul > li.glist4 > a.active,
.color_black #tmp_gnavi .gnavi > ul > li.glist5 > a.active{
	color: inherit;
	background: transparent url(/shared/images/icon/icon_close_wh.png) center top 11px no-repeat !important;
	background-size: 20px auto !important;
}
.color_yellow #tmp_gnavi .gnavi > ul > li.glist1 > a.active,
.color_yellow #tmp_gnavi .gnavi > ul > li.glist2 > a.active,
.color_yellow #tmp_gnavi .gnavi > ul > li.glist3 > a.active,
.color_yellow #tmp_gnavi .gnavi > ul > li.glist4 > a.active,
.color_yellow #tmp_gnavi .gnavi > ul > li.glist5 > a.active{
	color: inherit;
	background: transparent url(/shared/images/icon/icon_close_blk.png) center top 11px no-repeat !important;
	background-size: 20px auto !important;
}
.color_yellow #tmp_hnavi_s > ul > li > a:before,
.color_black #tmp_hnavi_s > ul > li > a:before,
.color_blue #tmp_hnavi_s > ul > li > a:before{
	display: none;
}
.color_yellow #tmp_sma_setting,
.color_black #tmp_sma_setting,
.color_blue #tmp_sma_setting{
	color: inherit !important;
	background: transparent !important;
}
.color_blue #tmp_hnavi_s > ul > li > a.active span,
.color_black #tmp_hnavi_s > ul > li > a.active span{
	background: transparent url(/shared/images/icon/icon_close_wh.png) no-repeat left center !important;
	background-size: 13px auto !important;
}
.color_yellow #tmp_hnavi_s > ul > li > a.active span{
	background: transparent url(/shared/images/icon/close_menu_icon.png) no-repeat left center !important;
}
.color_blue #tmp_sma_organize .anchor_menu li a,
.color_black #tmp_sma_organize .anchor_menu li a,
.color_yellow #tmp_sma_organize .anchor_menu li a{
	color: inherit !important;
}
.color_blue #tmp_wrapper .anchor_menu li a,
.color_black #tmp_wrapper .anchor_menu li a{
	background: transparent url(/shared/images/icon/arrow_dop_wh.png) no-repeat right 20px center !important;
}
.color_yellow #tmp_wrapper .anchor_menu li a {
	background: transparent url(/shared/images/icon/arrow_dop.png) no-repeat right 20px center !important;
}
.color_yellow .soshiki_menu_tbl,
.color_yellow #tmp_contents .soshiki_menu_tbl,
.color_blue .soshiki_menu_tbl,
.color_blue #tmp_contents .soshiki_menu_tbl,
.color_black .soshiki_menu_tbl,
.color_black #tmp_contents .soshiki_menu_tbl{
	border: 1px solid;
}
.color_blue #tmp_emergency,
.color_black #tmp_emergency,
.color_yellow #tmp_emergency{
	border: 1px solid !important;
}
.color_blue #tmp_wrap_main #tmp_lnavi_ttl h2,
.color_black #tmp_wrap_main #tmp_lnavi_ttl h2,
.color_yellow #tmp_wrap_main #tmp_lnavi_ttl h2 {
    padding:0 !important;
	border:none !important;
}
.color_blue #tmp_wrap_main #tmp_lnavi_ttl a,
.color_black #tmp_wrap_main #tmp_lnavi_ttl a,
.color_yellow #tmp_wrap_main #tmp_lnavi_ttl a {
	margin:0 !important;
    padding:0 !important;
}
.color_blue #tmp_wrapper .purpose_box .purpose_item_des a,
.color_black #tmp_wrapper .purpose_box .purpose_item_des a {
	background-image: url(/shared/images/icon/icon_box_arrow_wh.png) !important;
}
.color_yellow #tmp_wrapper .purpose_box .purpose_item_des a {
	background-image: url(/shared/images/icon/icon_box_arrow.png) !important;
}
.color_blue #tmp_wrapper .purpose_heading,
.color_blue #tmp_wrapper .category_heading,
.color_black #tmp_wrapper .purpose_heading,
.color_black #tmp_wrapper .category_heading,
.color_yellow #tmp_wrapper .purpose_heading,
.color_yellow #tmp_wrapper .category_heading {
    padding:0 !important;
}
/* fsize */
.fsize_small #tmp_hnavi_s > ul > li > a{
	background-position: left 5px;
}
.fsize_small #tmp_sma_lang .lang_list li a,
.fsize_small #tmp_hnavi_list li a{
	background-position: left top;
}
.fsize_small #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
.fsize_small #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	background-position: 0 0;
}
.fsize_big2 #tmp_wrapper #tmp_footer .add_col:first-child{
	width: 120px;
}
.fsize_big2 #tmp_hnavi_s > ul > li > a{
	background-position: 0 10px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	background-position: 0 8px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	background-position: left 10px;
}
.fsize_small .soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a,
.fsize_small .soshiki_menu_tbl .soshiki_menu_tbl_ttl p a{
	background-position: 0 3px;
}
.fsize_small .method_url a{
	background-position: 0 0;
	min-height: 21px;
}
.fsize_big #tmp_gnavi .gnavi > ul > li > a{
	font-size: 75%;
}
.fsize_big2 #tmp_gnavi .gnavi > ul > li > a{
	font-size: 62%;
}
.fsize_big2 #tmp_sma_lang .lang_list li a{
	word-break: break-all;
}
.fsize_big2 #tmp_gnavi .gnavi > ul > li:not(.glist1) > a:before{
	bottom: -20px;
	height: 20px;
}
.fsize_big2 #tmp_gnavi .gnavi > ul > li > a{
	min-height: 79px;
}
.fsize_small #tmp_advertisement .advertisement_link a{
    background-position: 0 1px;
}
/* ==================================================
furigana
================================================== */
.furigana_on .purpose_box .purpose_item_des a {
	display: block;
}

/* ==================================================
web-transer
================================================== */
.transer_on #tmp_wrapper {
	padding-top: 0 !important;
}
.transer_on #tmp_header.fixed {
	position: sticky;
}
.transer_on #tmp_gnavi .gnavi > ul > li > a {
	overflow-wrap: anywhere;
}
.transer_on #tmp_footer .add_col:first-child {
	width: 120px;
	overflow-wrap: anywhere;
}
/* ==================================================
accessibility no-js
================================================== */
.no_javascript #tmp_header .header_main{
	overflow: visible;
}
.no_javascript #tmp_emergency{
	display: block;
}
/* for purpose & category */
.no_javascript #tmp_wrapper .wrap_category .accordion_switch a:after{
	content: none;
}
.no_javascript #tmp_wrapper .wrap_category .accordion_cnt{
	display: block;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.box_label_cnt ul: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,
.emergency_head:after,
.news_list:after,
.news_list li:after,
.search_group:after,
.search_group .search_inner:after,
.search_group .wrap_sch_box:after,
#tmp_advertisement:after,
#tmp_advertisement .advertisement_cnt ul:after,
#tmp_advertisement .advertisement_ttl:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}