@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-family: "UD Shin Go Regular", 'メイリオ', Meiryo, sans-serif;
}
optgroup,
strong,
b {
	font-family: "UD Shin Go Medium", 'メイリオ', Meiryo, sans-serif;
}
body #tmp_contents p em {
	font-family: "UD Shin Go Regular", 'メイリオ', Meiryo, sans-serif;
	font-size: 112.5%;
}

a:link,
a:active,
a:visited {
	color: #0e448a;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #333333;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b20d0d;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #145036;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #fff2ff;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbfbe9;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #eefdfe;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width:1240px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}


/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.custom_event .col_main,
.custom_procedure .col_main {
	padding-top:22px;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
}
.format_free .column_rnavi .col_main {
	margin-right: 288px;
}
#tmp_contents {
	padding:0 0 40px;
}

/* header
================================================== */
.full_header {
    overflow-y: hidden;
}
#tmp_header{
	position: relative;
	background-color: transparent;
	color: #333333;
	z-index: 102;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}
#tmp_hlogo {
	flex-shrink: 0;
	width: 328px;
	margin-top: 12px;
	margin-left: -2px;
	margin-bottom: 12px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: url(/shared/images/icon/hlogo.png) no-repeat;
    background-size: 100% auto;
	color: inherit;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	display: block;
	z-index: -1;
	overflow: hidden;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span{
	display: block;
	width: 328px;
	height: 36px;
}

#tmp_hnavi_s{
	position: static;
	display: block;
	text-align: left;
}
#tmp_hnavi_s > ul{
	display: flex;
	justify-content: flex-end;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	position: relative;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
	position: relative;
}
#tmp_hnavi_s > ul > li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 30px;
	border-left: 1px solid #dddddd;
}
#tmp_hnavi_s > ul > li:first-child::before,
#tmp_hnavi_s > ul > li:last-child::before{
	display: none;
}
#tmp_hnavi_s > ul > li:last-child{
	padding: 0;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	z-index: 801;
	display: block;
	font-size: 88.89%;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 11px;
	text-align: center;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	color: inherit;
	min-height: 26px;
	padding-top: 2px;
}
#tmp_hnavi_s .close_btn a{
	display: block;
	margin: 0 auto;
	border: 1px solid transparent;
	border-bottom-width: 0;
	padding: 27px 0 24px;
	font-size: 88.89%;
	text-decoration: none;
	text-align: center;
}
#tmp_hnavi_s .close_btn a span {
	padding-left: 33px;
	min-height: 16px;
	display: inline-block;
	color: #ffffff;
	background: #125ab8 url(/shared/images/icon/icon_close_header.png) 2px 2px no-repeat;
	background-size: 16px auto;
}
#tmp_hnavi_lmenu {
	width: 137px;
}
#tmp_hnavi_lmenu > a{
	color: #c82736;
	padding-right: 10px;
	padding-left: 8px;
	min-width: 137px;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 33px;
	background: url(/shared/images/icon/icon_warning.png) 0 4px no-repeat;
}
#tmp_hnavi_mmenu > a > span{
	padding-left: 33px;
	background: url(/shared/images/icon/icon_setting.png) 0 0 no-repeat;
	min-width: 97px;
}
#tmp_hnavi_mmenu > a.active > span{
	background-position: 10px 5px;
}
#tmp_hnavi_mmenu > a{
	color: inherit;
	padding-right: 8px;
	padding-left: 10px;
	min-width: 136px;
}
#tmp_hnavi_rmenu > a{
	color: inherit;
	padding-right: 9px;
	padding-left: 10px;
	min-width: 147px;
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 31px;
	background: url(/shared/images/icon/icon_lang.png) 0 2px no-repeat;
	min-width: 108px;
}
#tmp_hnavi_smenu > a{
	color: #ffffff;
	background-color: #125ab8;
	padding-right: 19px;
	padding-left: 20px;
	height: calc(100% + 1px);
	min-width: 137px;
}
#tmp_hnavi_smenu > a > span{
	padding-left: 33px;
	background: url(/shared/images/icon/icon_menu.png) 0 5px no-repeat;
	min-width: 97px;
}
#tmp_sma_smenu{
	display: none;
}

#tmp_hnavi_s > ul > li > a.active{
	color: #ffffff;
	background-color: #125ab8;
	z-index: 803;
}
#tmp_hnavi_s > ul > li > a.active::before,
#tmp_hnavi_s > ul > li > a.active::after{
	content: '';
	position: absolute;
}
#tmp_hnavi_s > ul > li > a::before{
	top: 0;
	left: -1px;
	right: -1px;
	bottom: -12px;
	border: 1px solid #dddddd;
	border-bottom: none;
	z-index: 1;
	color:inherit;
	background-color: #125ab8;
}
#tmp_hnavi_s > ul > #tmp_hnavi_smenu > a::before{
	bottom: -11px;
}
#tmp_hnavi_s > ul > li > a.active::after{
	background-color: #125ab8;
	top: 0;
	bottom: -12px;
	left: -1px;
	right: -1px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active::after{
	bottom: -11px;
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-image: url(/shared/images/icon/icon_close_header.png);
	position: relative;
	z-index: 1!important;
}
#tmp_hnavi_smenu > a.active span{
	padding-right: 5px;
	background-position: 6px 5px;
}
#tmp_hnavi_s .wrap_sma_sch{
	display: none;
	position: absolute;
	z-index: 800;
	top: calc(100% + 11px);
	left: 0;
	right: 0;
	background-color: #125ab8;
	color: #ffffff;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#tmp_hnavi_s .wrap_sma_sch:not(#tmp_sma_lmenu){
	border: 1px solid #dddddd;
}
#tmp_hnavi_mmenu .wrap_sma_sch,
#tmp_hnavi_rmenu .wrap_sma_sch{
	font-size: 88.89%;
}
#tmp_hnavi_s .wrap_sma_sch .menu_wrapper{
	border-top: none;
	transform: scaleY(1.0001);
	transform-origin: top center;
}
#tmp_hnavi_s .menu_inner{
	display: flex;
	text-align: left;
	padding: 19px 0;
}
#tmp_hnavi_s .menu_inner .menu_inner_ttl{
	width: 155px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-top: 4px;
}
#tmp_hnavi_rmenu .menu_inner .menu_inner_ttl p{
	background: url(/shared/images/icon/icon_lang_white.png) 0 2px no-repeat;
	padding: 3px 10px 0 33px;
	min-height: 30px;
}
#tmp_hnavi_mmenu .menu_inner .menu_inner_ttl p{
	background: url(/shared/images/icon/icon_setting_white.png) 0 0 no-repeat;
	padding: 3px 10px 0 33px;
	min-height: 30px;
}

#tmp_hnavi_s .sma_menu_inner{
	background-color: #ffffff;
	color: #333333;
	padding: 45px 30px 26px;
}

#tmp_hnavi_s .setting_list{
	display: flex;
	list-style: none;
	gap: 21px;
	width: 100%;
}
#tmp_hnavi_s .setting_list a,
#tmp_switch_pc_style {
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	padding: 16px 10px 16px 21px;
	width: 100%;
	display: flex;
	align-items: center;
}
#tmp_hnavi_s .setting_list li{
	width: 100%;
	display: flex;
}
#tmp_hnavi_s .setting_list a span,
#tmp_switch_pc_style span {
	display: inline-block;
	padding-left: 20px;
	background: url(/shared/images/icon/icon_arrow_link.png) left center no-repeat;
	padding-top: 2px;
}

#tmp_hnavi_rmenu > a.active > span{
	padding-left: 39px;
	background-position: 15px 5px;
}

.btn_arrow a{
	font-size: 88.89%;
}

#tmp_sma_lang_list{
	color: #333333;
	background-color: #ffffff;
	padding: 12px 20px 10px;
	width: 100%;
}
#tmp_sma_lang_list .lang_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
#tmp_sma_lang_list .lang_list li{
	width: 20%;
	margin-bottom: 13px;
}
.keyword_list a,
.btn_arrow a,
#tmp_sma_lang_list .lang_list a{
	display: inline-block;
	color: #333333;
	background: url(/shared/images/icon/icon_arrow_link.png) left 7px no-repeat;
	padding-left: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
}
.keyword_list a {
	background-position:left 0.6em;
}
#tmp_sma_lang_list .lang_list a{
	word-break:break-all;
}
#tmp_sma_lang_list .btn_show_more{
	border-top: 1px solid #d8d8d8;
	text-align: center;
	padding-left: 4px;
	padding-top: 15px;
	padding-bottom: 7px;
}
#tmp_sma_lang_list .btn_show_more a{
	display: inline-block;
	color: #333333;
	background: url(/shared/images/icon/icon_plus.png) 0 6px no-repeat;
	padding-left: 19px;
	text-decoration: none;
	padding-top: 1px;
}
#tmp_sma_lang_list .btn_show_more.hide{
	display: none;
}

.menu_sma{
	position: relative;
}
.menu_sma.spmenu_opened::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	bottom: 0;
	z-index: 100;
	background-color: #333333;
	opacity: 0.4;
}
#tmp_sma_smenu .menu_wrapper{
	padding-top: 19px;
}
/* Menu Emergency */
/*
#tmp_hnavi_s > ul:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 49px;
	border-bottom: 1px solid #dddddd;
	z-index: 1;
}
*/
#tmp_hnavi_lmenu .wrap_sma_sch {
	position: relative;
	top: 1px;
	color: #333333;
	background-color: #ffffff;
	z-index: 802;
	overflow: visible;
}
#tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper2{
	overflow-x: hidden;
    overflow-y: auto;
}
#tmp_hnavi_lmenu .wrap_sma_sch:before {
	opacity: 0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active,
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active::after,
#tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper2 {
	background-color: #c82736;
	color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a::before {
	border-color: #c82736;
	color:#ffffff;
	background-color: #c82736;
	bottom: -10px;
}
#tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper {
	padding-top: 9px;
	border: none;
}
#tmp_hnavi_lmenu .menu_inner {
	padding: 9px 8px;
}
#tmp_hnavi_lmenu .menu_inner .menu_inner_ttl {
    width: 157px;
    display: block;
    padding-top: 19px;
}
#tmp_emergency .emergency_ttl {
	margin-bottom: 28px;
	padding-left: 47px;
	color: inherit;
	background: url(/shared/images/icon/icon_warning_wh.png) 4px 0 no-repeat;
	font-size: 111.1%;
}
#tmp_emergency .close_btn a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ffffff;
	border-radius: 18px;
	margin: 0 7px;
	padding: 8px 11px 6px 13px;
	font-size: 77.8%;
	min-width: 120px;
	text-align: center;
}
#tmp_emergency .close_btn a span {
	padding-left: 19px;
	background-color: transparent;
	background-position: left 3px;
	background-size: 12px auto;
}
#tmp_emergency .emergency_cnt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 19px 19px 12px;
	width: 100%;
}
#tmp_emergency .emergency_cnt ul{
	list-style: none;
}
#tmp_emergency .emergency_cnt li a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	background-color: transparent;
	background-image: url(/shared/images/icon/icon_arrow_link_red.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	text-decoration: none;
	font-size: 88.9%;
}
#tmp_emergency .emergency_list li {
	display: flex;
	flex-wrap: wrap;
	gap: 0 9px;
	margin-bottom: 16px;
	padding-bottom: 13px;
	border-bottom: 1px solid #dddddd;
}
#tmp_emergency .emergency_list li .item_datetime,
#tmp_emergency .emergency_list li .item_label .label {
	font-size: 77.8%;
}
#tmp_emergency .emergency_list li .item_datetime {
	/* width: 187px; */
	margin-top: 2px;
}
#tmp_emergency .emergency_list li .item_datetime .date {
	margin-right: 4px;
}
#tmp_emergency .emergency_list li .item_label {
	display: block;
}
#tmp_emergency .emergency_list li .item_label .label {
	display: inline-block;
	vertical-align: top;
	padding: 1px 4px;
	color: #ffffff;
	background-color: #c82736;
	border: 1px solid #c82736;
	line-height: 1.3;
}
#tmp_emergency .emergency_list li .item_link {
	flex: 1;
}
#tmp_emergency .emergency_list li .item_link a {
	padding-left: 17px;
	background-position: 0 6px;
}
#tmp_emergency .emergency_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 19px;
}
#tmp_emergency .emergency_btn_list li a {
	padding-left: 15px;
	background-position: 0 5px;
}
#tmp_emergency .no_emergency {
	margin-bottom: 16px;
}

/* gnavi
================================================== */
#tmp_gnavi{
	position: relative;
	min-height: 63px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: 0.3s ease-in-out background-color;
}
.gnavi {
	position: relative;
	display: flex;
	min-height: 61px;
	list-style: none;
	color: #ffffff;
	background-color: #125ab8;
	font-size: 94.44%;
	box-shadow: 0px 4px 19px 1px rgba(20, 40, 124, 0.2);
	z-index: 10;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.gnavi li {
	position: relative;
	padding: 11px 1px 0;
	text-align: center;
	display: flex;
	min-height: 61px;
}
.gnavi li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-left: 1px solid #ffffff;
	opacity: 0.4;
	height: 30px;
	margin-top: -15px;
}
.gnavi li:first-child{
	width: 9.5%;
	padding-left: 5px;
}
.gnavi li:first-child::before{
	display: none;
}
.gnavi li:nth-child(2){
	width: 11.7%;
}
.gnavi li:nth-child(3){
	width: 10.5%;
}
.gnavi li:nth-child(4){
	width: 17.4%;
}
.gnavi li:nth-child(5){
	width: 7.6%;
}
.gnavi li:nth-child(6){
	width: 11.8%;
}
.gnavi li:nth-child(7){
	width: 13.1%;
}
.gnavi li:nth-child(8){
	width: 10.5%;
}
.gnavi li:nth-child(9){
	width: 8%;
	padding-right: 4px;
}
.gnavi a {
	display: inline-block;
	position: relative;
	padding: 8px 5px 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}
.gnavi a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 100%;
	width: 50px;
	opacity: 0;
	transform: translateX(-50%) scaleX(0);
	border-bottom: 3px solid #fa974b;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.gnavi .active a:after,
.gnavi a:hover:after{
	transform: translateX(-50%) scaleX(1);
	opacity: 1;
}
/* Header Fixed */
.fixed_header#tmp_header_wrap{
	position: fixed;
    top: 0;
    left: 0;
	right: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 101;
}
.fixed_header #tmp_gnavi{
	background-color: #125ab8;
	box-shadow: 0 4px 19px 1px rgba(20, 40, 124, 0.2);
}
.fixed_header .gnavi{
	background-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: none;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 4px;
	top: -115px;
	z-index: 97;
}
.pnavi .ptop {
	text-align:left;
	clear:none;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 116px;
	height: 80px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi a{
	padding: 30px 5px 4px;
	font-size: 66.67%;
	line-height: 1.2;
	color: #ffffff;
	background: transparent url(/shared/images/icon/icon_back_top.png) no-repeat center 5px;
	text-align: center;
	text-decoration: none;
}
.no_javascript .pnavi{
	display: block;
}

/* footer
================================================== */

#tmp_footer {
	background: #125ab8 url(/shared/images/main/bg_footer.jpg) center top no-repeat;
	background-size: 100% 80px;
	padding: 79px 0 28px;
	color: #ffffff;
	margin-top: 27px;
	position: relative;
}
#tmp_footer::before{
	content: '';
	width: 100%;
	height: 4px;
	top: -2px;
	left: 0;
	background-color: #ffffff;
	position: absolute;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_inner{
	padding: 0 20px;
}
#tmp_footer .footer_cnt{
	padding-bottom: 40px;
	padding-right: calc(565/1160*100%);
	min-height: 200px;
}
/* #tmp_footer .footer_cnt:before{
	content: '';
	position: absolute;
	right: 10px;
	left: calc(627/1160*100%);
	top: -51px;
	height: 244px;
	max-width: 496px;
	background: url(/shared/images/main/map.png) left center no-repeat;
	background-size: contain;
} */
#tmp_footer .footer_img {
	position: absolute;
	right: 10px;
	left: calc(627/1160*100%);
	top: -51px;
	height: 244px;
	max-width: 496px;
	background: url(/shared/images/main/map.png) left center no-repeat;
	background-size: contain;
}
#tmp_footer .footer_img span {
	opacity: 0;
}
#tmp_footer .footer_contact{
	margin-bottom: 17px;
}
#tmp_footer .footer_head{
	margin-bottom: 4px;
}
#tmp_footer .footer_logo{
	font-size: 144.44%;
	display: inline-block;
	margin-right: 13px;
}
#tmp_footer .footer_corp{
	font-size: 88.89%;
	display: inline-block;
}
#tmp_footer .footer_address{
	font-size: 88.89%;
}
#tmp_footer .footer_address address{
	font-style: normal;
}
#tmp_footer .footer_address .opening{
	display: table;
}
#tmp_footer .footer_address .opening span{
	display: table-cell;
}
#tmp_footer .footer_address .opening span:first-child{
	white-space: nowrap;
}
#tmp_footer .flinks{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 88.89%;
}
#tmp_footer .flinks a{
	display: block;
	color: #333333;
	background: #ffffff url(/shared/images/icon/icon_circle_arr.png) right 10px center no-repeat;
	background-size: 30px auto;
	text-decoration: none;
	padding: 13px 50px 13px 19px;
	border-radius: 25px;
	min-width: 175px;
}

/* fnavi  */

.fnavi {
	padding: 13px 0 13px;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 88.89%;
}

.fnavi li {
	margin: 0 20px;
}

.fnavi a{
	display: block;
	padding: 0 0 0 15px;
	background: #125ab8 url(/shared/images/icon/icon_arrow_link_white.png) 1px 6px no-repeat;
	background-size: 10px auto;
	color: #ffffff;
	text-decoration: none;
	min-height: 16px;
}

.copyright {
	font-size: 77.78%;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 10px;
}
/* ==================================================
Search
================================================== */
.search_wrap{
	display: flex;
	width: 100%;
	margin-bottom: 44px;
}
.search_wrap .search_column{
	width: 50%;
}
.search_wrap .search_column:first-child{
	padding-right: 30px;
}
.search_wrap .search_column:nth-child(2n){
	padding-left: 30px;
}
.search_wrap .btn_arrow{
	float: right;
}
.search_wrap .btn_arrow a{
	padding-right: 0;
}
.search_wrap label.star_ttl{
	cursor: pointer;
	margin-bottom: 24px;
	display: table;
}
.wrap_sch_box{
	position: relative;
	margin-bottom: 6px;
}
.wrap_sch_box .sch_box input{
	width: 100%;
	display: block;
	border: 1px solid #dddddd;
	padding: 5px 100px 5px 20px;
	font-size: 88.89%;
	outline-offset: 1px;
	height: 50px;
}
.wrap_sch_box .sch_box input::placeholder{
	color: #737373;
}
.wrap_sch_box .sch_btn{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #dddddd;
	display: flex;
	align-content: stretch;
}
.wrap_sch_box .sch_btn input{
	color: #ffffff;
	background-color: #125ab8;
	border: none;
	width: 88px;
	cursor: pointer;
}
/* star ttl */
.star_ttl{
	background: url(/shared/images/icon/star_icon.png) 0 4px no-repeat;
	background-size: 23px auto;
	font-size: 133.33%;
	padding-left: 33px;
	min-height: 31px;
}
/* Purpose section */
.purpose_sec .star_ttl{
	margin-bottom: 24px;
}
.purpose_tabs_wrap{
	position: relative;
}
.purpose_tabs_wrap .purpose_tab_ttl_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 0px 6px 27px rgba(20, 40, 124, 0.1);
}
.purpose_tabs{
	position: relative;
	justify-content: flex-start !important;
}
.purpose_tab_ttl{
	width: 25%;
	position: relative;
	margin-bottom: 20px;
}
.purpose_tab_ttl a{
	display: block;
	position: relative;
	z-index: 3;
	font-size: 88.89%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	padding: 3px 5px 0;
}
.purpose_tab_ttl a::before{
	content: '';
	position: absolute;
	width: 32px;
	height: 16px;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.purpose_tab_ttl:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	border-left: 1px solid #dddddd;
}
.purpose_tab_ttl:first-child::before{
	display: none;
}
.purpose_tab_ttl.tb_active + .purpose_tab_cnt + .purpose_tab_ttl:before,
.purpose_tab_ttl.tb_active:before{
	opacity: 0;
}
.purpose_tabs_wrap .purpose_tab_ttl_bg .purpose_tab_ttl_bg_active{
	z-index: 2;
	position: absolute;
	right: auto;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: -15px;
	background-color: #4a9d41;
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(50% + 21px) calc(100% - 15px), calc(50% + 8px) 100%, calc(50% - 5px) calc(100% - 15px), 0% calc(100% - 15px));
	transform: scale(1.0001);
}
.purpose_tabs_wrap .purpose_tab_ttl_bg .purpose_tab_ttl_bg_active::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #ddffe7;
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(50% + 20px) calc(100% - 15px), calc(50% + 8px) calc(100% - 1px), calc(50% - 4px) calc(100% - 15px), 0% calc(100% - 15px));
}
.purpose_tab_cnt{
	padding-bottom: 7px;
}
.purpose_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.purpose_list li{
	padding: 0 10px;
	margin-bottom: 20px;
	display: flex;
}
.purpose_list .purpose_item a,
.purpose_list .purpose_item_lg a{
	box-shadow: 0px 6px 27px 3px rgba(20, 40, 124, 0.1);
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	width: 100%;
}
.purpose_list .purpose_item_lg{
	width: 50%;
}
.purpose_list .purpose_item_lg a{
	display: flex;
	align-items: center;
	font-size: 122.22%;
}
.purpose_list .purpose_item_lg .icon{
	width: 63px;
	margin: 29px 10px 28px 28px;
}
.purpose_list .purpose_item .icon img,
.purpose_list .purpose_item_lg .icon img{
	width: 100%;
	height: auto;
	animation: none !important;
}
.purpose_list .purpose_item_lg .txt{
	padding: 10px 10px 10px 18px;
}
.purpose_list .purpose_item{
	width: 25%;
}
.purpose_list .purpose_item a{
	display: block;
	font-size: 88.89%;
	text-align: center;
	padding-bottom: 16px;
}
.purpose_list .purpose_item a .icon{
	display: table;
	margin: 0 auto 19px;
	width: 79px;
	padding: 24px 0 0;
}
.purpose_list .purpose_item a .txt{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
/* keyword */
.keyword_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.keyword_ttl span{
	padding-right: 20px;
}
.keyword_ttl:after{
	content: '';
	width: 100%;
	border-bottom: 1px solid #fa974b;
	flex-shrink: 99999;
}
.keyword_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -19px;
	font-size: 88.89%;
}
.keyword_list li{
	margin-right: 19px;
	margin-bottom: 19px;
}
/* ==================================================
Splide control common
================================================== */
.splide_common{
    display: flex;
    flex-direction: column-reverse;
}
.splide_common .splide__controls {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	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;
	background-color: #3f9f31;
    background-position: center center;
    background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	color: #000000;
	line-height: 1;
	text-indent: 100%;
    overflow: hidden;
    appearance: none;
    white-space: nowrap;
    transform: none;
	opacity: 1;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next.png);
}
.splide_common .splide__progress {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
    margin: 0 28px 0 26px;
	background-color: transparent;
	color: #333333;
	line-height: 1;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	line-height: 1 !important;
	color: #333333;
}
.splide_common .splide__progress .progress_current {
	font-size: 144.4%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 25px;
	letter-spacing: 0.07em;
    z-index: 1;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	position: absolute;
	left: 14px;
    bottom: 3px;
    border-left: 1px solid #333333;
    width: 1px;
    height: 14px;
    transform: rotate(24deg);
    z-index: -1;
}
.splide_common .splide__arrow:hover:not(:disabled) {
    opacity: 1;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:77.8%;
	line-height: 1.7;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	padding:17px 0 30px;
}
#tmp_custom_update {
	float:right;
	margin-top:10px;
}
#tmp_social_plugins {
	list-style:none;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
	margin-left:14px;
}
#tmp_social_plugins .social_media_btn {
	margin-left:10px;
}
#tmp_social_plugins .social_media_btn,
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	background: #125ab8 url(/shared/images/icon/icon_print.png) no-repeat 8px center;
	background-size: 14px auto;
	min-width: 60px;
	min-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 66.7%;
	padding: 2px 9px 0px 25px;
	border: 1px solid #125ab8;
	border-radius: 9px;
}
.no_javascript #tmp_print {
	display: none;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 60px 0;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-block;
	margin: 0 auto;
	min-width: 288px;
	padding: 6px 26px 7px 29px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: inherit;
	text-align: center;
	font-size: 88.9%;
	text-decoration: none;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 7px 0 5px 30px;
	background: transparent url(/shared/images/icon/icon_gmap.png) no-repeat left center;
	background-size: 18px auto;
	color: inherit;
}

/* inquiry & feedback
================================================== */
#tmp_inquiry,
#tmp_feedback{
	margin: 0 0 60px;
	border: 1px solid #dddddd;
	clear:both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl{
	border-bottom:1px solid #125ab8;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p,
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_inquiry_cnt,
#tmp_feedback_cnt{
	line-height: 1.7;
}
#tmp_feedback_cnt .submit,
#tmp_inquiry_cnt .inquiry_btn {
	text-align: center;
}
#tmp_feedback_cnt .submit input,
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 238px;
	color: inherit;
	font-weight: normal;
	text-align: left;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
}

/* inquiry */
#tmp_inquiry_ttl{
	padding: 24px 16px 26px;
}
#tmp_inquiry_cnt{
	padding: 24px 19px 29px;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break: break-all;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 19px;
}
#tmp_inquiry_cnt .inquiry_btn input {
	white-space: normal;
}

/* feedback */
#tmp_feedback_ttl{
	padding: 24px 18px 22px;
}
#tmp_feedback_cnt {
	padding: 25px 19px 29px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.8em;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.2em;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin: 0 0.5em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
}
#tmp_feedback_cnt fieldset input{
	width: 17px;
	height: 17px;
}
#tmp_feedback_cnt .submit{
	margin-top: 26px;
}

/* rnavi
================================================== */
#tmp_rnavi {
	margin-bottom: 40px;
	background-color: #ffffff;
	color: inherit;
}
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li a {
	text-decoration: none;
}
#tmp_rnavi_ttl{
	padding: 20px 26px 17px 17px;
	border: 1px solid #125ab8;
	border-right: none;
}
#tmp_rnavi_ttl h2,
#tmp_rnavi_ttl p,
#tmp_rnavi_cnt ul li {
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -20px -26px -17px -17px;
	padding: 20px 26px 17px 38px;
	background: #125ab8 url(/shared/images/icon/icon_arrow_wh.png) no-repeat 19px 26px;
	background-size: 10px auto;
	color: #ffffff;
}
#tmp_rnavi_cnt {
	border-left: 1px solid #dddddd;
}
#tmp_rnavi_cnt ul {
	margin: 0;
	list-style: none;
}
#tmp_rnavi_cnt li a{
	position: relative;
	display: block;
	padding: 16px 25px 16px 38px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_arrow_blue.png) no-repeat 19px 22px;
	background-size: 10px auto;
}
#tmp_rnavi_cnt li a:after {
	content: '';
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 0;
	height: 1px;
	background: #dddddd;
	pointer-events: none;
	outline: none;
}
#tmp_rnavi_cnt li:last-child a:after {
	content: none;
}
#tmp_rnavi_cnt li.active a,
#tmp_rnavi_cnt li a:hover {
	background-color: #f1fafe;
}
#tmp_rnavi_cnt li a:focus-visible {
	outline-offset: -2px;
}
#tmp_rnavi_cnt li a:focus-visible:after {
	opacity: 0;
	bottom: 3px;
}
/* cnvai */
#tmp_cnavi {
	margin-bottom: 60px;
}
#tmp_cnavi ul {
	list-style: none;
}
#tmp_cnavi li {
	margin-bottom: 10px;
}
#tmp_cnavi li a {
	display: block;
	box-shadow: 0 6px 27px 3px rgba(20, 40, 124, 0.1);
}
#tmp_cnavi img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	animation: none;
}

/* ==================================================
layout
================================================== */

/* common parts
================================================== */
.show_sp {
	display: none;
}
#tmp_feedback_cnt .submit input,
#tmp_inquiry_cnt .inquiry_btn input,
.border_link a {
	padding: 12px 50px 10px 17px;
	background: #ffffff url(/shared/images/icon/icon_circle_arr.png) no-repeat right 10px center;
	background-size: 30px auto;
	font-size: 88.9%;
	border: 1px solid #eeeeee;
	border-radius: 25px;
}
.border_link a {
	display: inline-block;
	color: inherit;
	background-color: #ffffff;
	min-width: 221px;
	text-decoration: none;
}
/* link simple */
.link_simple a{
    display: inline-block;
    padding: 3px 0 3px 17px;
    background: transparent url(/shared/images/icon/icon_arrow_link.png) no-repeat 0 10px;
    color: #333333;
    text-decoration: none;
	font-size: 88.9%;
}

/* publicity */
.sec_publicity{
	padding: 60px 0 34px;
}
.sec_publicity .publicity_wrapper{
	display: flex;
	align-items: center;
}
.sec_publicity .publicity_head{
	flex-shrink: 0;
	width: 250px;
	padding-right: 40px;
}
.sec_publicity .star_ttl{
	margin-bottom: 5px;
}
.sec_publicity .banner ul{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
.sec_publicity .banner ul > li > a{
	display: block;
}
.sec_publicity .banner ul > li img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}

/* ==================================================
news_table
================================================== */
.news_table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
	margin:0 0 30px !important;
}
.news_table tr {
    border-bottom: 1px solid #dddddd;
}
.news_table .news_date,
.news_table .news_lbl,
.news_table .news_des{
    vertical-align: top;
	padding:15px 0 !important;
}
.news_table p {
	margin-bottom:0 !important;
	line-height:1.4 !important;
}
.news_table .news_date {
    width: 4em;
    font-size: 77.8%;
    letter-spacing: 0.05em;
	white-space: nowrap;
}
.news_table .news_lbl{
    text-align: center;
	padding:15px 12px !important;
    width: 4.5em;
	white-space: nowrap;
}
.news_table tr:first-child td {
	padding-top:5px !important;
}
.news_table .news_lbl p {
    display: block;
    padding: 3px 5px;
    color: #ffffff;
    background-color: #1a8624;
    font-size: 77.8%;
    line-height: 1.2 !important;
}
.news_table .news_des p {
    font-size: 88.9%;
}
.news_table .news_des a {
    display: inline-block;
    padding: 0 0 0 15px;
    background: transparent url(/shared/images/icon/icon_arrow_link.png) no-repeat 0 0.35em;
    color: #333333;
    text-decoration: none;
}
/* read_all */
.read_all {
	list-style:none !important;
	margin:0 0 50px !important;
	text-align:right;
}
.read_all li {
	line-height:1.5 !important;
}
.read_all li a {
	min-width:368px;
	text-align:left;
}
#tmp_wrap_news .read_all li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px !important;
}
#tmp_wrap_news .read_all li a {
	min-width:220px;
}
/* ==================================================
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;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 45px;
	padding: 46px 15px 20px;
	background: #F6F6F6 url(/shared/images/icon/scroll_table_icon.png) right 10px top 15px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 20px;
	font-size: 87.5%;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #eeeeee;
	color:#333333;
	display:inline-block;
	padding: 15px 14px 12px 74px;
	text-decoration:none;
	background: #ffffff url(/shared/images/icon/scroll_table_ex.png) 14px center no-repeat;
	background-size: 49px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/images/icon/scroll_table_df.png) 14px center no-repeat;
	background-size: 49px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
Hover
================================================== */
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a:hover {
	background-color: #ffedef;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:hover {
	background-color: #f1fafe;
}
.wrap_sch_box .sch_btn input:hover,
.purpose_tab_ttl a:hover,
.border_link a:hover,
#tmp_map_search .box_keyword_submit #search_keyword:hover,
#tmp_facilities_btn .box_facilities_btn li a:hover {
	background-color: #f1fafe;
	border: 1px solid #125ab8;
	color: #125ab8;
}
.purpose_tab_ttl.tb_active a:hover {
	background-color: transparent;
	border: none;
	color: #333333;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover,
.purpose_list .purpose_item_lg a:hover,
.purpose_list .purpose_item a:hover,
.sec_about .sns_item a:hover {
	background-color: #f1fafe;
	color: #125ab8;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 1px solid #c82736;
    opacity: 0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a,
.purpose_list .purpose_item_lg a,
.purpose_list .purpose_item a,
.sec_about .sns_item a,
.sec_publicity .banner ul > li > a {
    position: relative;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:after,
.purpose_list .purpose_item_lg a:after,
.purpose_list .purpose_item a:after,
.sec_about .sns_item a:after,
.sec_publicity .banner ul > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 1px solid #125ab8;
    opacity: 0;
}
.sec_about .sns_item a:after {
    right: 1px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a:hover:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:hover:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover:after,
.purpose_list .purpose_item_lg a:hover:after,
.purpose_list .purpose_item a:hover:after,
.sec_about .sns_item a:hover:after,
.sec_publicity .banner ul > li > a:hover:after {
    opacity: 1;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active:hover {
	background-color: #125ab8;
	color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active:hover:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:hover:after,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active:hover:after {
    opacity: 0;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover > span {
	background: url(/shared/images/icon/icon_menu_blue.png) 0 5px no-repeat;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active:hover > span {
	background-image: url(/shared/images/icon/icon_close_header.png);
	background-position: 6px 5px;
}
#tmp_hnavi_s .setting_list a:hover,
#tmp_sma_lang_list .lang_list a:hover,
#tmp_hnavi_s .close_btn a:hover,
#tmp_footer .flinks a:hover,
.pnavi a:hover,
.fnavi a:hover {
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li > a.active:hover:after{
	background-color: transparent;
}
.splide_common .splide__arrow:hover {
	background-color: #ffffff;
	border: 1px solid #3f9f31;
}
.splide_common .splide__arrow--prev:hover {
    background-image: url(/shared/images/icon/icon_arrow_prev_green.png);
}
.splide_common .splide__arrow--next:hover {
    background-image: url(/shared/images/icon/icon_arrow_next_green.png);
}
/* image
================================================== */
.sec_mainvisual .mv_navbar a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.sec_mainvisual .mv_navbar a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
#tmp_switch_sp_style {
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	padding:20px;
	background-color:#125ab8;
	color:#ffffff;
}
/* ==================================================
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;
}
.color_black #tmp_hlogo,
.color_black .pnavi,
.color_black .pnavi a,
.color_black .pnavi span,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue .pnavi,
.color_blue .pnavi a,
.color_blue .pnavi span,
.color_blue #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow .pnavi,
.color_yellow .pnavi a,
.color_yellow .pnavi span,
.color_yellow #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p {
	font-size:2rem !important;
}
.color_yellow #tmp_hnavi_s > ul > li:last-child::before,
.color_black #tmp_hnavi_s > ul > li:last-child::before,
.color_blue #tmp_hnavi_s > ul > li:last-child::before{
	display: block;
}
.color_yellow #tmp_hnavi_s > ul > li > a.active::after,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active::after{
	background-color: #FFFF00;
}
.color_black #tmp_hnavi_s > ul > li > a.active::after,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active::after{
	background-color: #000000;
}
.color_blue #tmp_hnavi_s > ul > li > a.active::after,
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a.active::after{
	background-color: #00008B;
}
.color_black .wrap_sch_box .sch_box input::placeholder,
.color_blue .wrap_sch_box .sch_box input::placeholder{
	color: #FFFF00 !important;
}
.color_yellow .wrap_sch_box .sch_box input::placeholder{
	color: #000000 !important;
}
.color_yellow #tmp_footer .flinks a,
.color_black #tmp_footer .flinks a,
.color_blue #tmp_footer .flinks a,
.color_yellow .pnavi a,
.color_black .pnavi a,
.color_blue .pnavi a,
.color_yellow .purpose_list .purpose_item_lg a,
.color_black .purpose_list .purpose_item_lg a,
.color_blue .purpose_list .purpose_item_lg a,
.color_yellow .purpose_list .purpose_item a,
.color_black .purpose_list .purpose_item a,
.color_blue .purpose_list .purpose_item a,
.color_yellow .purpose_tab_ttl,
.color_black .purpose_tab_ttl,
.color_blue .purpose_tab_ttl,
.color_yellow .wrap_sch_box .sch_btn,
.color_black .wrap_sch_box .sch_btn,
.color_blue .wrap_sch_box .sch_btn,
.color_blue #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper2,
.color_black #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper2,
.color_yellow #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper2{
	border: 1px solid;
}
.color_yellow #tmp_footer::before,
.color_black #tmp_footer::before,
.color_blue #tmp_footer::before,
.color_yellow .purpose_tab_ttl_bg,
.color_black .purpose_tab_ttl_bg,
.color_blue .purpose_tab_ttl_bg,
.color_yellow .purpose_tab_ttl:before,
.color_black .purpose_tab_ttl:before,
.color_blue .purpose_tab_ttl:before,
.color_blue .purpose_tab_ttl a::before,
.color_black .purpose_tab_ttl a::before,
.color_yellow .purpose_tab_ttl a::before{
	display: none;
}
.color_yellow #tmp_wrapper .purpose_tab_ttl.tb_active a{
	background-color: #000000!important;
	color: #ffffff!important
}
.color_black #tmp_wrapper .purpose_tab_ttl.tb_active a,
.color_blue #tmp_wrapper .purpose_tab_ttl.tb_active a{
	background-color: #FFFF00!important;
	color: #000000!important
}
.color_black .menu_emergency #tmp_hnavi_s > ul,
.color_blue .menu_emergency #tmp_hnavi_s > ul,
.color_yellow .menu_emergency #tmp_hnavi_s > ul{
	border-color: transparent !important;
}
.color_yellow .keyword_ttl:after,
.color_yellow .gnavi a:after,
.color_yellow .gnavi li::before,
.color_yellow #tmp_hnavi_s > ul > li::before,
.color_yellow #tmp_hnavi_s > ul > li > a::before,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a::before,
.color_yellow #tmp_hnavi_s .wrap_sma_sch:before{
	border-color: #000000;
}
.color_black .keyword_ttl:after,
.color_blue .keyword_ttl:after,
.color_black .gnavi a:after,
.color_blue .gnavi a:after,
.color_black .gnavi li::before,
.color_blue .gnavi li::before,
.color_black #tmp_hnavi_s > ul > li::before,
.color_blue #tmp_hnavi_s > ul > li::before,
.color_blue #tmp_hnavi_s > ul > li > a::before,
.color_black #tmp_hnavi_s > ul > li > a::before,
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a::before,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a::before,
.color_blue #tmp_hnavi_s .wrap_sma_sch:before,
.color_black #tmp_hnavi_s .wrap_sma_sch:before{
	border-color: #FFFF00;
}
.color_black #tmp_footer,
.color_blue #tmp_footer,
.color_yellow #tmp_footer{
	border-top: 1px solid;
}
.color_yellow #tmp_sma_lang_list .btn_show_more a{
	background-image: url(/shared/images/icon/icon_plus_sp_bl.png)!important;
	background-size: 11px auto;
}
.color_blue #tmp_sma_lang_list .btn_show_more a,
.color_black #tmp_sma_lang_list .btn_show_more a{
	background-image: url(/shared/images/icon/icon_plus_sp_wh.png)!important;
	background-size: 11px auto;
}
/* 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 rnavi */
.color_blue #tmp_rnavi_cnt li a:after,
.color_black #tmp_rnavi_cnt li a:after {
	background: #FFFF00;
}
.color_yellow #tmp_rnavi_cnt li a:after {
	background: #000000;
}
.color_blue #tmp_rnavi_cnt li.active a {
	background-color: #FFFF00 !important;
	color: #00008B !important;
}
.color_black #tmp_rnavi_cnt li.active a {
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_rnavi_cnt li.active a {
	background-color: #000000 !important;
	color: #FFFF00 !important;
}
.color_blue #tmp_rnavi_cnt li a:hover,
.color_black #tmp_rnavi_cnt li a:hover,
.color_yellow #tmp_rnavi_cnt li a:hover {
	text-decoration: underline;
}

/* color splide common */
.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_black #tmp_wrapper .splide_common .splide__arrow,
.color_blue #tmp_wrapper .splide_common .splide__arrow,
.color_yellow #tmp_wrapper .splide_common .splide__arrow{
	border: 1px solid;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_blue.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_blue.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.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.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	border-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	border-color: #000000 !important;
}
.color_blue #tmp_hnavi_s > ul:after,
.color_black #tmp_hnavi_s > ul:after,
.color_yellow #tmp_hnavi_s > ul:after {
	content: none !important;
}
.color_blue #tmp_hnavi_lmenu .wrap_sma_sch,
.color_black #tmp_hnavi_lmenu .wrap_sma_sch,
.color_yellow #tmp_hnavi_lmenu .wrap_sma_sch {
	top: 0 !important;
	padding-top: 0 !important;
}
.color_blue #tmp_hnavi_lmenu .wrap_sma_sch,
.color_black #tmp_hnavi_lmenu .wrap_sma_sch,
.color_yellow #tmp_hnavi_lmenu .wrap_sma_sch,
.color_blue #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper,
.color_black #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper,
.color_yellow #tmp_hnavi_lmenu .wrap_sma_sch .menu_wrapper {
	background-color: transparent !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_emergency .emergency_ttl {
	padding-top: 4px;
	padding-bottom: 4px;
}
.fsize_small #tmp_emergency .emergency_list li .item_datetime {
	width: 120px;
}
.fsize_small #tmp_emergency .emergency_list li .item_link a,
.fsize_small #tmp_emergency .emergency_btn_list li a {
	background-position: left top;
}
.fsize_small #tmp_rnavi_ttl a {
	background-position: 19px 21px;
}
.fsize_small #tmp_rnavi_cnt li a {
	background-position: 19px 17px;
}
.fsize_small #tmp_wrapper .link_simple a{
	background-position: 0 6px;
}
.fsize_small #tmp_wrapper .keyword_list a{
	background-position: 0 4px;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_hnavi_lmenu > a {
	min-height: 95px;
}
.fsize_big2 #tmp_hnavi_s > ul:after {
	top: 95px;
}
.fsize_big2 #tmp_hnavi_lmenu .menu_inner .menu_inner_ttl {
	width: 190px;
}
.fsize_big2 #tmp_emergency .emergency_list li .item_datetime {
    width: 260px;
}
.fsize_big2 .pnavi a{
	padding-left: 25px;
	padding-right: 25px;
}
/* furigana_on
================================================== */
.furigana_on #tmp_hnavi_s > ul:after {
	content: none;
}
.furigana_on #tmp_hnavi_lmenu {
	width: 137px !important;
}
.furigana_on #tmp_hnavi_lmenu > a{
	padding-left: 3px !important;
	padding-right: 2px !important;
}
.furigana_on #tmp_hnavi_lmenu > a > span {
	padding-left: 26px;
}
/* no -js
================================================== */
.no_javascript #tmp_wrapper .splide_common{
	visibility: visible;
}
/* anywhere
================================================== */
.gnavi li {
	overflow-wrap:anywhere;
}


/* hover
================================================== */
#tmp_emergency .emergency_cnt li a:hover,
#tmp_feedback_cnt .submit input:hover,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_gmap_link a:hover span,
#tmp_rnavi_ttl a:hover,
.keyword_list a:hover,
.btn_arrow a:hover,
.link_simple a:hover,
.news_table .news_des a:hover {
	text-decoration: underline;
}

/* ==================================================
font-family
================================================== */
.gnavi,
.keyword_ttl,
#tmp_emergency .emergency_list li .item_datetime,
#tmp_emergency .emergency_list li .item_label .label,
.pnavi a,
.footer_logo,
.copyright,
.wrap_sch_box .sch_btn input,
.star_ttl,
.splide_common .splide__toggle,
.splide_common .splide__progress p,
#tmp_rnavi_ttl,
.splide_common .splide__progress,
.font_text .weightM,
.news_table .news_date,
.news_table .news_lbl {
	font-family: "UD Shin Go Medium", 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}
.font_text .weightDB {
	font-family: "UD Shin Go DemiBold", 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}