@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: #2639ac;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	background-color: transparent;
	color: #222222;
}


/* Styles
================================================== */


/* text */

.txt_green {
	color: #106724;
	/* Setting by CMS sheets */
}

.txt_red {
	color: #ac1c45;
	/* 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: #feecec;
	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbffe7;
	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;
	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.search_menu #tmp_header{
	position: relative;
}
.search_menu #tmp_setting,
#tmp_setting.setting_abs{
	position: static;
}
.search_menu#tmp_wrapper,
.lang_menu#tmp_wrapper {
	overflow-x: hidden;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
#tmp_contents {
	padding:0 0 40px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}

/* header
================================================== */
#tmp_wrap_heading {
	border-bottom: 1px solid #3a3a3a;
}
#tmp_header {
	padding: 10px 0 67px;
	color: #3a3a3a;
	background: transparent url(/shared/images/header/bg_header.png) no-repeat top center;
}

#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:232px;
	height:60px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	color: #3a3a3a;
	background: transparent url(/shared/images/header/hlogo.png) no-repeat;
	font-size: 133.3%;
}
#tmp_hlogo span {
	position:relative;
	z-index:-1;
	text-indent: -9999px;
	overflow:hidden;
}
#tmp_hnavi_s {
	display: none;
}

/* setting
================================================== */
#tmp_setting {
	position: relative;
	z-index: 150;
	float: right;
	width: calc(100% - 232px);
	text-align: right;
	padding-left: 10px;
	padding-top: 2px;
}
#tmp_hnavi_means,
#tmp_hnavi_emergency,
#tmp_hnavi_search {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#tmp_hnavi_means > ul > li > a,
#tmp_hnavi_emergency a,
#tmp_hnavi_search > p > a {
	display: block;
	font-size: 88.9%;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#tmp_hnavi_emergency a span,
#tmp_hnavi_search > p > a {
	display: inline-block;
	padding-left: 24px;
	color: inherit;
}
#tmp_hnavi_emergency a span{
	overflow-wrap: anywhere;
}
#tmp_hnavi_means {
	margin-right: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#tmp_hnavi_means > ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.rmenu #tmp_hnavi_means > ul {
	position: relative;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.rmenu #tmp_hnavi_means > ul {
	padding-bottom: 14px;
}
#tmp_hnavi_means > ul > li {
	margin-right: 10px;
	line-height: 1;
}
#tmp_hnavi_means > ul > li#tmp_hnavi_lang{
	position: relative;
}
#tmp_hnavi_means > ul > li:last-child{
	margin-right: 0;
}
#tmp_hnavi_means > ul > li > a {
	position: relative;
	z-index: 12;
	padding: 7px 14px 7px 15px;
	min-width: 118px;
	color: #3a3a3a;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	min-height: 35px;
}
#tmp_hnavi_means > ul > li > a:hover,
#tmp_hnavi_means > ul > li > a:focus{
	border-color: #15705e;
	background-color: #eefff1;
	text-decoration: none;
}
#tmp_hnavi_means > ul > li > a.active {
	border-radius: 6px 6px 0 0;
	border-color: #15705e;
	border-bottom: 1px solid #eefff1;
}
#tmp_hnavi_means > ul > li > a.active:hover,
#tmp_hnavi_means > ul > li > a.active:focus{
	color: #3a3a3a;
	background-color: #FFFFFF;
}
#tmp_hnavi_means > ul > li#tmp_hnavi_lang > a{
	padding: 6px 5px 8px;
	min-width: 128px;
}
#tmp_hnavi_means > ul > li > a.active:before {
	content: '';
	position: absolute;
	height: 9px;
	bottom: -9px;
	left: -1px;
	right: -1px;
	background: #ffffff;
	z-index: 1;
	border-left: 1px solid #15705e;
	border-right: 1px solid #15705e;
}
#tmp_hnavi_means > ul > li > a.active > span{
	padding-left: 18px;
	background: transparent url(/shared/images/icon/icon_hnavi_close.png) no-repeat 0 3px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
#tmp_hnavi_means > ul > li#tmp_hnavi_browsing > a.active > span{
	padding-left: 29px;
	padding-right: 12px;
	background-position: 12px 2px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
.rmenu #tmp_hnavi_means > ul > li > a.active {
	padding-left: 9px;
}
#tmp_hnavi_means > ul > li > a > span {
	position: relative;
	display: inline-block;
	padding-top: 2px;
	padding-left: 23px;
	color: inherit;
}
#tmp_hnavi_browsing > a > span {
	background: transparent url(/shared/images/icon/icon_gear.png) no-repeat 2px 1px;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
}
#tmp_hnavi_lang > a > span {
	background: transparent url(/shared/images/icon/icon_language.png) no-repeat 0 2px;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
}
#tmp_hnavi_lang > a.active > span {
    padding-left: 18px;
    background: transparent url(/shared/images/icon/icon_hnavi_close.png) no-repeat 0 3px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
#tmp_hnavi_means li a span:before {
    content: '';
    position: absolute;
    background: #e4007f;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -7px;
	z-index: 2;
    -webkit-transition: width 0.3s ease-in-out 0.2s;
    -moz-transition: width 0.3s ease-in-out 0.2s;
    transition: width 0.3s ease-in-out 0.2s;
}
#tmp_hnavi_means li a span:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
	z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #e4007f transparent transparent transparent;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#tmp_hnavi_means li a:focus-visible span:before,
#tmp_hnavi_means li a:focus-visible span:after {
	display: none;
}
#tmp_hnavi_means li a.active span:before {
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#tmp_hnavi_means li a.active span:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out 0.4s;
    -moz-transition: opacity .3s ease-in-out 0.4s;
    transition: opacity .3s ease-in-out 0.4s;
}
/*search menu*/
#tmp_sma_search_menu{
	position: absolute;
	top: 57px;
	left: 0;
	z-index: 200;
	width: 100%;
	display: none;
	text-align: left;
}
.search_menu_wrap{
	padding: 47px 41px 0 42px;
	border: 8px solid #15705e;
	color: #3a3a3a;
	background: #fbf0e4 url(/shared/images/main/pattern_bgr.jpg) repeat;
	border-radius: 0 0 6px 6px;
}
.search_menu_wrap .close_btn{
	text-align: center;
	line-height: 1.4;
}
.search_menu_wrap .close_btn a{
	padding: 2px 0 1px;
	margin-bottom: -1px;
	display: inline-block;
	text-align: center;
	font-size: 88.9%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #15705e;
	min-width: 240px;
	border-radius: 6px 6px 0 0;
}
.search_menu_wrap .close_btn a span{
	padding: 8px 0 1px 19px;
	display: inline-block;
	color: #FFFFFF;
	background: #15705e url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat 0 11px;
	background-size: 14px auto;
	border-radius: 6px 6px 0 0;
}
.search_menu_wrap .close_btn a:hover span,
.search_menu_wrap .close_btn a:focus span{
	text-decoration: underline;
}
/*emergency*/
#tmp_hnavi_emergency {
	margin-right: 4px;
}
#tmp_hnavi_emergency a {
	padding: 5px 8px 2px 4px;
	width: 123px;
	color: #c20000;
	background-color: #ffffff;
	border: 1px solid #c20000;
}
#tmp_hnavi_emergency a:hover,
#tmp_hnavi_emergency a:focus{
	background-color: #f8e5e5;
}
#tmp_hnavi_emergency a.active {
	padding: 5px 8px 2px;
	color: #ffffff;
	background-color: #c20000;
}
#tmp_hnavi_emergency a span {
	padding-top: 2px;
	line-height: 1.3;
	background: transparent url(/shared/images/icon/icon_alert.png) no-repeat 0 3px;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
}
#tmp_hnavi_emergency a.active span {
    padding-left: 21px;
	background: transparent url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat 0 4px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
#tmp_hnavi_search > p{
	line-height: 1.2;
}
#tmp_hnavi_search > p > a {
	position: relative;
	padding: 6px 7px 2px 4px;
	width: 92px;
	color: #ffffff;
	background-color: #15705e;
	border: 1px solid #15705e;
	font-weight: bold;
	min-height: 35px;
}
#tmp_hnavi_search > p > a.active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -11px;
    z-index: 1;
    height: 11px;
    color: #FFFFFF;
    background-color: #15705e;
    border-left: 1px solid #15705e;
    border-right: 1px solid #15705e;
}
#tmp_hnavi_search > p > a > span.show_sp {
	display: none;
}
#tmp_hnavi_search > p > a > span {
	padding: 3px 0 1px 24px;
	display: inline-block;
	vertical-align: top;
	background: transparent url(/shared/images/icon/icon_hnavi_search.png) no-repeat left center;
}
#tmp_hnavi_search > p > a:hover,
#tmp_hnavi_search > p > a:focus{
	color: #15705e;
	background-color: #FFFFFF;
}
#tmp_hnavi_search > p > a:hover > span,
#tmp_hnavi_search > p > a:focus > span {
	background: transparent url(/shared/images/icon/icon_hnavi_search_blue.png) no-repeat left center;
}
#tmp_hnavi_search > p > a.active{
	text-align: right;
	color: #ffffff;
	background-color: #15705e;
}
#tmp_hnavi_search > p > a.active > span{
	padding-left: 19px;
	background: transparent url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat left center;
	background-size: 14px auto;
}
#tmp_hnavi_means li a.active:hover span,
#tmp_hnavi_emergency a.active:hover span,
#tmp_hnavi_emergency a.active:focus span,
#tmp_hnavi_search > p > a.active:hover > span,
#tmp_hnavi_search > p > a.active:focus > span {
	text-decoration: none;
}
#tmp_hnavi_search > p > a.active{
	border-radius: 6px 6px 0 0;
}
/*sma setting*/
#tmp_sma_setting {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	left: auto;
	z-index: 1;
	padding: 8px 15px;
	min-width: 544px;
	display: none;
	color: #333333;
	background-color: #eefff1;
	border: 1px solid #15705e;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#tmp_hnavi_list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#tmp_hnavi_list li{
	margin-right: 36px;
}
#tmp_hnavi_list li:last-child{
	margin-right: 0;
}
#tmp_hnavi_list li a {
	display: inline-block;
    padding: 4px 0 0 17px;
    color: #3a3a3a;
    background: #eefff1 url(/shared/images/icon/arr_link.png) left center no-repeat;
	background-size: 12px auto;
    min-height: 18px;
	text-decoration: none;
	font-size: 88.9%;
	font-weight: bold;
}
#tmp_hnavi_list li a:hover,
#tmp_hnavi_list li a:focus {
	text-decoration: underline;
}

/* heading_menu
================================================== */
#tmp_sma_means {
	position: relative;
	z-index: 800;
}
#tmp_sma_means .container {
	position: relative;
}
#tmp_sma_lang {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	display: none;
	pointer-events: none;
}
#tmp_sma_lang .lang_wrap{
	padding: 10px 15px 21px;
	margin-right: 90px;
	width: 464px;
    color: #222222;
    background-color: #eefff1;
    border: 1px solid #15705e;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	text-align: left;
	float: right;
    overflow-wrap: anywhere;
	pointer-events: auto;
}
#tmp_sma_lang ul {
	list-style: none;
	margin-bottom: 8px;
}
#tmp_sma_lang:has(.load_more a.hide) ul{
	overflow-y: scroll;
	max-height: 685px;
}
#tmp_sma_lang ul:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_sma_lang ul li {
    float: left;
    width: 33.33333%;
	margin-bottom: 6px;
	padding-right: 10px;
}
#tmp_sma_lang ul li:nth-child(3n+1){
	clear: left;
}
#tmp_sma_lang ul li:nth-child(3n){
	clear: right;
	padding-left: 5px;
}
#tmp_sma_lang li a {
    display: inline-block;
    font-size: 88.9%;
	font-weight: bold;
    text-decoration: none;
    padding-left: 18px;
	color: inherit;
	background: transparent url(/shared/images/icon/arrow_icon.png) no-repeat 0 6px;
}
#tmp_sma_lang .load_more a {
	display: block;
	padding: 10px 35px 9px;
	font-size: 88.9%;
	font-weight: bold;
	color: #ffffff;
	background: #15705e url(/shared/images/icon/arrow_icon_wht.png) no-repeat center right 14px;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
}
#tmp_sma_lang .load_more a.hide{
	background: #15705e;
}
#tmp_sma_lang .load_more a.hide span{
	padding: 2px 2px 2px 18px;
	background: #15705e url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat 0 2px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	display: inline-block;
}
#tmp_sma_lang .load_more a span{
	text-decoration: none;
}
#tmp_sma_setting .close_btn,
#tmp_sma_lang .close_btn {
	display: none;
}
#tmp_sma_emergency {
    position: relative;
    display: none;
    color: #ffffff;
    background-color: #c20000;
    border-top: 1px solid transparent;
}
#tmp_sma_emergency .emergency_wrapper {
	padding: 10px 20px 7px;
}
#tmp_sma_emergency .emergency_ttl {
	margin-bottom: 1px;
	padding-left: 38px;
	font-size: 133.3%;
	background: transparent url(/shared/images/icon/icon_alert_wh.png) no-repeat 1px 5px;
	-webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}
#tmp_sma_emergency .emergency_cnt {
	padding: 0;
	color: #3a3a3a;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid transparent;
}
#tmp_sma_emergency .emergency_cnt .no_emergency,
#tmp_sma_emergency .emergency_cnt li a {
	font-size: 88.9%;
}
#tmp_sma_emergency .emergency_cnt ul {
	list-style: none;
}
#tmp_sma_emergency .emergency_cnt li a {
	display: inline-block;
	text-decoration: none;
	padding-left: 21px;
	color: inherit;
	font-weight: bold;
	background: transparent url(/shared/images/icon/arrow_icon_red.png) no-repeat 0 5px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
/* リスト情報 */
#tmp_sma_emergency .list_news {
	padding: 17px 24px;
	border-bottom: 1px solid transparent;
}
#tmp_sma_emergency .emergency_cnt .list_news li{
	text-decoration: none;
	padding-left: 21px;
	margin-bottom: 20px;
	color: inherit;
	font-weight: bold;
	font-size: 88.88%;
	background: transparent url(/shared/images/icon/list_icon_red.png) no-repeat 0 5px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
#tmp_sma_emergency .emergency_cnt .list_news li p{
	margin-bottom: 5px;
}
#tmp_sma_emergency .emergency_cnt .list_news li p.date{
	font-weight: normal;
}
#tmp_sma_emergency .emergency_cnt .list_news li p.title{

}
#tmp_sma_emergency .emergency_cnt .list_news li p.message{

}
#tmp_sma_emergency .emergency_cnt .list_news li a{
	background: none;
	padding-left: 0;
	font-size: 100%;
	text-decoration: underline;
}
#tmp_sma_emergency .emergency_cnt .list_news li a:hover,
#tmp_sma_emergency .emergency_cnt .list_news li a:focus{
	text-decoration: none;
}
/* 帯付き情報 */
#tmp_sma_emergency .emergency_cnt .list_band{
	background-color: #f9eaea;
	padding: 15px 22px;
	-webkit-border-left-radius: 6px;
	-moz-border-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-right-radius: 6px;
	-moz-border-right-radius: 6px;
	border-top-right-radius: 6px;
}
#tmp_sma_emergency .emergency_cnt .list_band li{
	display: inline-block;
	padding-left:25px;
	background: transparent url(/shared/images/icon/list_icon_red.png) no-repeat 0 7px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
#tmp_sma_emergency .emergency_cnt .list_band li p{
	display: inline-block;
	margin-right: 32px;
	color: #c20000;
	font-weight: bold;
}
/* リンク一覧 */
#tmp_sma_emergency .list_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	padding: 0 20px;
}
#tmp_sma_emergency .list_links li {
	margin-bottom: 10px;
}
#tmp_sma_emergency .list_links li:not(:first-child) {
    margin-left: 23px;
}
#tmp_sma_emergency .list_links li a {
	color: #3a3a3a;
}
#tmp_sma_emergency .close_btn {
	padding-top: 16px;
	padding-left: 11px;
	text-align: center;
}
#tmp_sma_emergency .close_btn a {
	display: inline-block;
	color: #ffffff;
	padding-left: 22px;
	background: transparent url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat 0 4px;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	text-decoration: none;
	font-size: 88.9%;
	font-weight: bold;
}
#tmp_sma_lang li a:hover,
#tmp_sma_lang li a:focus,
#tmp_sma_emergency .emergency_cnt li a:hover,
#tmp_sma_emergency .emergency_cnt li a:focus,
#tmp_sma_emergency .close_btn a:hover,
#tmp_sma_emergency .close_btn a:focus,
#tmp_sma_lang .load_more a:hover,
#tmp_sma_lang .load_more a:focus {
	text-decoration: underline;
}

/* gnavi
================================================== */
#tmp_gnavi {
	color: #ffffff;
	background-color: #15705e;
}
.gnavi,
.gnavi > li,
.gnavi > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.gnavi {
    list-style: none;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gnavi > li {
	position: relative;
	-webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
	flex-basis: auto;
	overflow-wrap: anywhere;
}
.gnavi > li.glist1 {
	justify-content: flex-start;
}
.gnavi > li.glist8 {
	justify-content: flex-end;
}
.gnavi > li.glist1 {
	width:9.16%;
}
.gnavi > li.glist2 {
	width:13.17%;
}
.gnavi > li.glist3,
.gnavi > li.glist7 {
	width:11.66%;
}
.gnavi > li.glist4,
.gnavi > li.glist6 {
	width:14.67%;
}
.gnavi > li.glist5 {
	width:17.66%;
}
.gnavi > li.glist8 {
	width:7.35%;
}
.gnavi > li:before {
	content: '';
	position: absolute;
	width: 1px;
	top:23px;
	left: 0;
	bottom:23px;
	color: #3a3a3a;
	background: #FFFFFF;
}
.gnavi > li:first-child:before {
	display: none;
}
.gnavi > li > a {
    position: relative;
	z-index: 20;
	padding: 10px 0;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
	font-weight: bold;
	flex-grow: 1;
	min-height:66px;
	height:100%;
	-webkit-justify-content: space-around;
    justify-content: space-around;
	align-items: center;
}
.gnavi > li:first-child > a{
	padding-right: 5px;
}
.gnavi > li:last-child > a{
	padding-left: 5px;
}
.gnavi > li.active > a,
.gnavi > li > a.active_this,
.gnavi > li > a:hover {
	color: #15705e;
	background-color: #FFFFFF;
}
/*
.gnavi > li:hover + li:before {
	display: none;
}
/* drop_down_hidden
================================================== */
.drop_down_hidden {
	display: none;
	position: absolute;
    width: 100%;
	top: 100%;
	bottom: auto;
	left: 0;
	text-align: left;
    color: #3a3a3a;
    background-color: #ebfff3;
	border: 1px solid #15705e;
    z-index: 10;
}
.gnavi > li.active_drop_down:after {
	opacity: 1;
	visibility: visible;
}
.drop_down_hidden:after{
	content: '';
	position: absolute;
	top: -38px;
	width: 100%;
	height: 48px;
}
.drop_down_hidden .drop_down_inner {
	display: block;
}
.drop_down_hidden .drop_down_inner .close_drop_down{
	display: none;
}
.drop_down_hidden .drop_down_ttl {
	width: 164px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	color: #3a3a3a;
	background-color: #FFFFFF;
	line-height: 1.6;
	display: none;
}
.drop_down_hidden .drop_down_cnt {
	padding: 40px 20px 0;
}
.drop_down_hidden .drop_down_cnt ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.drop_down_hidden .drop_down_cnt li {
	width: 25%;
	padding: 0 25px 29px 0;
}
.drop_down_hidden .drop_down_cnt li a {
	display: inline-block;
	padding: 2px 0 0 23px;
	color: #222222;
	font-weight: bold;
	background: transparent url(/shared/images/icon/arr_link.png) no-repeat left 0.5em;
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	text-decoration: none;
}
.drop_down_hidden .drop_down_cnt li a:hover,
.drop_down_hidden .drop_down_cnt li a:focus {
	text-decoration: underline;
}
.drop_down_hidden .close_drop_down a{
	font-size: 88.9%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #15705e;
	display: block;
	text-align: center;
	text-decoration: none;
}
.drop_down_hidden .close_drop_down a span{
	display: inline-block;
	padding: 12px 10px 8px 23px;
	background: transparent url(/shared/images/icon/icon_hnavi_close_wh.png) no-repeat left center;
	background-size: 13px auto;
}
.drop_down_hidden .close_drop_down a:hover span,
.drop_down_hidden .close_drop_down a:focus span{
	text-decoration: underline;
}
/* corona_info
================================================== */

/* rnavi
================================================== */

/* common style
================================================== */
.show_sp {
	display: none;
}
.main_heading h2 {
    padding-top: 30px;
    font-size: 177.8%;
    font-weight: bold;
    color: #3a3a3a;
}
.sub_heading p {
	display: inline-block;
	padding-right: 101px;
	font-size: 133.3%;
    font-weight: bold;
	color: #3a3a3a;
}

/* Splide control common */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 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%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
/* Search block */
.sec_search .main_heading h2 {
    padding: 30px 0 0;
    margin: 0;
    font-size: 155.6%;
    color: #3a3a3a;
	border: none;
    background: #ffffff url(/shared/images/main/search_ttl.png) no-repeat left top;
}
.sec_search .main_heading {
	margin-bottom: 11px;
	padding-left: 2px;
}
.sec_seach_inner .search_label,
.search_input_inner .search_label {
	padding-top: 40px;
	margin-bottom: 11px;
    font-size: 133.3%;
    font-weight: bold;
    color: #3a3a3a;
	background-repeat: no-repeat;
	background-position: top left;
}
/* search input */
.search_input_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	width: 100%;
	margin-bottom: 37px;
}
.search_input_inner .search_input {
	width: calc((100% - 40px) / 2);
}
.search_input_inner .form_search_input {
	margin-bottom: 13px;
}
.search_input_inner .sch_note {
	font-size: 88.89%;
}
.search_input_inner .sch_note br {
	display: none;
}
.search_input_inner .search_input_keyword .search_label {
	background-image: url(/shared/images/main/sch_keyword_ttl.png);
}
.search_input_inner .search_label label {
	cursor: pointer;
}
.search_input_inner .search_input_keyword .btn_wrap {
	text-align: right;
}
.search_input_inner .search_input_pageid .search_label {
	background-image: url(/shared/images/main/sch_pageid_ttl.png);
}
.form_search_input .wrap_sch_row {
	position: relative;
}
.form_search_input .wrap_sch_box .sch_box input[type="text"] {
	width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    padding: 10px 265px 10px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.form_search_input .form_search_input_pageid .sch_box input[type="text"] {
	padding-right: 75px;
}
.form_search_input .wrap_sch_box .sch_btn {
	position: absolute;
    top: 1px;
    right: 1px;
}
.form_search_input .wrap_sch_box .sch_btn input {
	width: 69px;
	height: 48px;
	border: none;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #3a3a3a;
	background-image: url(/shared/images/icon/icon_search_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.form_search_input .wrap_sch_box .sma_search_select {
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 70px;
	min-height: calc(100% - 5px);
	cursor:pointer;
	font-size:88.89%;
	font-weight: bold;
	padding: 10px 27px 8px 14px;
    min-width: 188px;
	line-height: 1.4;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	border: none;
	border-left: 1px solid #cccccc ;
	color: #3a3a3a;
	background:#f2f2f2 url(/shared/images/icon/icon_select_arrow.png) right 10px center no-repeat;
	background-size: 14px auto;
}
.form_search_input .wrap_sch_box .sma_search_select option{
	font-weight: bold;
	background-color: #f2f2f2;
}
.form_search_input .wrap_sch_box .sch_box input[type="text"]:focus {
	outline-offset: 1px;
}
.search_input_inner .btn_sch_view {
	display: inline-block;
    text-decoration: none;
    padding-left: 18px;
	font-size: 88.89%;
	font-weight: bold;
    color: #3a3a3a;
    background: transparent url(/shared/images/icon/arrow_icon.png) no-repeat 0 8px;
}
.search_input_pageid .form_search_input {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.search_input_pageid .form_search_input_pageid {
	flex: 1;
}
.search_input_pageid .btn_wrap {
	width: 170px;
	padding-left: 19px;
}
.search_input_inner .btn_sch_view:hover,
.search_input_inner .btn_sch_view:focus {
	text-decoration: underline;
}
.form_search_input .wrap_sch_box .sch_btn input:hover,
.form_search_input .wrap_sch_box .sch_btn input:focus {
	background-color: #15705e;
}
/* search_ranking */
.search_ranking {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.search_ranking .main_heading {
	margin-right: 47px;
	padding-top: 11px;
}
.search_ranking .main_heading h2 {
	padding-top: 40px;
	background: transparent url(/shared/images/main/ranking_ttl.png) no-repeat;
}
.search_ranking ul {
	padding: 34px 1px 22px 37px;
	list-style: none;
	margin: 0;
	flex: 1;
	color: #3a3a3a;
	background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.search_ranking ul li {
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 10px;
}
.search_ranking ul li a {
	display: inline-block;
	padding-left: 19px;
	text-decoration: none;
	font-size: 88.9%;
	font-weight: bold;
	color: #3a3a3a;
	background: #ffffff url(/shared/images/icon/arrow_icon.png) no-repeat left 6px;
}
.search_ranking ul li a:hover,
.search_ranking ul li a:focus {
	text-decoration: underline;
}
/* search_convenient */
#tmp_convenient_search {
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
	overflow: hidden;
}
#tmp_convenient_search .container:before {
	content: '';
	width: auto;
	height: auto;
    position: absolute;
    top: 198px;
    left: 0;
	bottom: 0;
	right: calc((100% - 1200px)/2 - 79px);
	z-index: -1;
	color: #FFFFFF;
	background: #15705e url(/shared/templates/top/images/main/bg_green.jpg) repeat left top;
	display: block;
}
#tmp_convenient_search .convenient_list {
	position: relative;
}
.search_convenient .main_heading {
	margin-bottom: 27px;
}
.search_convenient .main_heading h2 {
    background: transparent url(/shared/images/main/ttl_dummy.png) no-repeat;
}
.search_convenient .convenient_list {
	list-style: none;
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #3a3a3a;
	background-color: #ffffff;
}
.search_convenient .convenient_list li {
	position: relative;
	flex: 0 0 16.6%;
	padding: 16px 0;
}
.search_convenient .convenient_list li:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #d9d9d9;
}
.search_convenient .convenient_list li:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
}
.search_convenient .convenient_list li:nth-child(6n+1):after {
    width: auto;
    left: 15px;
    right: 0;
}
.search_convenient .convenient_list li:nth-child(6n):after {
    width: auto;
    right: 15px;
}
.search_convenient .convenient_list li:nth-child(n - 1):before {
	content: none;
}
.search_convenient .convenient_list .convenient_item {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-flow: column;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 88.9%;
	border-right: 1px solid #d9d9d9;
	color: #3a3a3a;
	background-color: #ffffff;
	padding: 17px 0 2px;
}
.search_convenient .convenient_list .convenient_item:after {
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    right: 16px;
    bottom: 0;
    background: url(/shared/images/icon/arrow_icon_sp.png) no-repeat center center;
    background-size: 100% auto;
}
.search_convenient .convenient_list li:nth-child(6n) .convenient_item {
	border-right-width: 0;
}
.search_convenient .convenient_list .convenient_img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 66px;
	margin-bottom: 3px;
}
.search_convenient .convenient_list .convenient_img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s opacity ease-in-out;
}
.search_convenient .convenient_list .convenient_txt {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	min-height: 56px;
	padding: 4px 16px;
}
.search_convenient .convenient_list .convenient_item:hover,
.search_convenient .convenient_list .convenient_item:focus {
	text-decoration: underline;
}
.search_convenient .convenient_list .convenient_item:focus {
	outline-offset: -1px;
}
/* search_convenient for sec_search */
.sec_search .search_convenient {
	margin-bottom: 51px;
}
.sec_search .search_convenient .search_label {
	background-image: url(/shared/images/main/sch_purpose.png);
}
.sec_search .search_convenient .convenient_list {
	padding: 12px 0;
}
.sec_search .search_convenient .convenient_list li {
	position: relative;
	flex: 0 0 25%;
	padding: 2px 0;
}
.sec_search .search_convenient .convenient_list .convenient_item {
	padding: 19px 0 18px;
	align-items: center;
}
.sec_search .search_convenient .convenient_list .convenient_txt {
	min-height: 36px;
}
.sec_search .search_convenient .convenient_list li:nth-child(-n+4) .convenient_item {
	padding-top: 6px;
}
.sec_search .search_convenient .convenient_list li:nth-child(-n+4) .convenient_item:after {
	right: 18px;
    bottom: 14px;
}
.sec_search .search_convenient .convenient_list li:nth-child(n+4) .convenient_item {
	padding-bottom: 3px;
}
.sec_search .search_convenient .convenient_list li:nth-child(6n) .convenient_item {
	border-right-width: 1px;
}
.sec_search .search_convenient .convenient_list li:nth-child(4n) .convenient_item {
	border-right-width: 0;
}
.sec_search .search_convenient .convenient_list li:nth-child(6n+1):after {
    width: auto;
    left: auto;
    right: auto;
}
.sec_search .search_convenient .convenient_list li:nth-child(6n):after {
    width: auto;
    right: auto;
}
.sec_search .search_convenient .convenient_list li:nth-child(4n+1):after {
    width: auto;
    left: 10px;
    right: 0;
}
.sec_search .search_convenient .convenient_list li:nth-child(4n):after {
    width: auto;
    right: 10px;
}
.sec_search .search_convenient .convenient_list li:nth-child(5):after,
.sec_search .search_convenient .convenient_list li:nth-child(8):after {
	content: none;
}
/* search_banner */
.search_banner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 84px;
}
.search_banner .banner_event {
	width: calc((100% - 84px) / 2);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-flow: column;
}
.search_banner .banner_img {
	margin-right: 8px;
	position: relative;
}
.search_banner .banner_img img {
	max-width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.search_banner .banner_img p {
	margin-bottom: 0;
}
.search_banner .banner_txt {
	margin-top: -47px;
	text-align: right;
}
.search_banner .banner_txt a {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
}
.search_banner .banner_txt a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
}
.search_banner .banner_txt a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px;
	border: 1px solid #3a3a3a;
	z-index: 1;
}
.search_banner .banner_txt img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.search_banner .banner_txt a:hover:before{
	border: solid 2px #15705e;
}
.search_banner .banner_tourist .banner_img {
	position: relative;
}
.search_banner .banner_tourist .banner_img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #eea6af;
	border-radius: 8px;
}
/* search_menu_kanri */
#tmp_search_menu_kanri {
	margin-bottom: 42px;
}
#tmp_search_menu_kanri .search_input_inner {
	margin-bottom: 40px;
}
/* Button */
.btn_view,
.btn_readmore {
	position: relative;
	display: inline-block;
	min-width: 180px;
	padding: 12px 40px 10px 20px;
	border: 1px solid #d9d9d9;
	font-size: 88.9%;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #3a3a3a;
	background-color: #ffffff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
a.btn_view{
	color: #3a3a3a;
}
.btn_view:after {
	content: '';
	width: 12px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/shared/images/icon/arrow_icon.png);
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.btn_view:hover,
.btn_view:focus {
	text-decoration: underline;
}
.btn_readmore {
	text-align: center;
	min-width: 400px;
	font-weight: bold;
	padding: 12px 20px 10px 20px;

}
.btn_readmore:before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-top: -1px;
	display: inline-block;
	background: url(/shared/images/icon/icon_plus.png) no-repeat center center;
	background-size: 100% auto;
}
.btn_readmore.hide:before,
.btn_readmore.active:before {
	background: url(/shared/images/icon/icon_minus.png) no-repeat center center;
	background-size: 100% auto;
}
.disp_sp {
	display: none;
}
.disp_pc {
	display: block;
}
.link_hidden {
	display: none;
}
.btn_readmore:hover {
	text-decoration: underline;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	z-index: 150;
    border-top: 1px solid #3a3a3a;
    margin-top: 111px;
	color: #3a3a3a;
    background-color: #ffffff;
}
#tmp_footer.footer_index{
	z-index: 50;
}
.format_free #tmp_footer {
    margin-top: 68px;
}
#tmp_footer .container{
	position: relative;
}
.footer_cnt {
	position: relative;
	font-size: 88.9%;
}
.footer_cnt:before {
	content: '';
	position: absolute;
	width: 59.8%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff url(/shared/images/footer/bg_footer.png) repeat 33px 0;
	z-index: -1;
}
.footer_inner {
	display: table;
	width: 100%;
	direction: rtl;
}
.footer_lft,
.footer_rgt {
    display: table-cell;
	vertical-align: top;
	direction: ltr;
}
.footer_lft {
	padding: 47px 34px 47px 0;
    width: 59.8%;
}
.footer_info {
	padding: 24px 10px 20px 32px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	color: #3a3a3a;
	background-color: #ffffff;
}
.footer_logo_wrapper {
	margin-bottom: 15px;
}
.footer_logo,
.footer_corporate_num {
	display: inline-block;
	vertical-align: middle;
}
.footer_logo {
	font-size: 137.5%;
	font-weight: bold;
}
.footer_corporate_num {
	margin-left: 13px;
}
.footer_address address {
	font-style: normal;
}
.footer_address address p {
	margin-bottom: 3px;
}
.footer_address p.footer_note {
	font-size: 87.5%;
}
.footer_rgt {
	padding: 58px 0 0 60px;
	border-left: 1px solid #3a3a3a;
	color: #3a3a3a;
	background-color: #ffffff;
    width: 40.2%;
}
.fnavi,
.footer_button {
	list-style: none;
	margin: 0 -11px;
}
.fnavi li,
.footer_button li {
	float: left;
	width: 50%;
	padding: 0 11px;
	margin-bottom: 16px;
}
.fnavi li:nth-child(2n+1),
.footer_cnt .footer_button li:nth-child(2n+1) {
	clear: left;
}
.fnavi li:nth-child(2n),
.footer_cnt .footer_button li:nth-child(2n) {
	clear: right;
}

/* fnavi  */
.fnavi {
	margin-bottom: 18px;
}
.fnavi li a {
	font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding-left: 18px;
    color: inherit;
    background: transparent url(/shared/images/icon/arrow_icon.png) no-repeat 0 6px;
}
.fnavi li:nth-child(2n) {
	padding-left: 7px;
	padding-right: 0;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
/* footer_button */
.footer_cnt .footer_button li a {
	position: relative;
	z-index: 1;
    display: block;
    border: 1px solid #ffffff;
    color: #3a3a3a;
	border: 1px solid #d9d9d9;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
}
.footer_cnt .footer_button li a:after{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	border: 2px solid #15705e;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	transition: 0.3s opacity ease-in-out;
}
.footer_cnt .footer_button li a:hover:after,
.footer_cnt .footer_button li a:focus:after{
	opacity: 1;
}
.footer_cnt .footer_button li.btn_access a {
	padding: 14px 6px 12px 42px;
	background: transparent url(/shared/images/icon/icon_access.png) no-repeat 19px 14px;
}
.footer_cnt .footer_button li.btn_guide a {
	padding: 14px 6px 12px 47px;
	background: transparent url(/shared/images/icon/icon_guide.png) no-repeat 18px 14px;
}

/*pnavi*/
.pnavi {
	position: absolute;
	right: 10px;
	top: -72px;
	z-index: 150;
	min-width: 74px;
	min-height: 71px;
	color: #ffffff;
	background-color: #15705e;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.pnavi p,
.pnavi a{
	border-radius: 8px 8px 0 0;
}
.pnavi a {
	position: relative;
	display: block;
    padding: 27px 5px 4px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 87.5%;
	line-height: 1.3;
	z-index: 1;
	border: 2px solid #15705e;
	color: #ffffff;
	background-color: #15705e;
	transition: 0.3s background-color ease-in-out;
	overflow: hidden;
}

.pnavi a:hover {
	text-decoration: none;
	color: #15705e;
	background-color: #FFFFFF;
}
.pnavi a:after {
	content: '';
	position: absolute;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
	color: inherit;
}
.pnavi a:after {
    width: 20px;
    height: 10px;
    left: 50%;
    top: 10px;
    background: transparent url(/shared/images/footer/arrow_ptop.png) no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.pnavi a:hover:after {
	background: transparent url(/shared/images/footer/arrow_ptop_hvr.png) no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	z-index: 50;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* copyright */
.copyright_wrapper {
	position: relative;
	z-index: 1;
	color: #ffffff;
	background-color: #3a3a3a;
	text-align: center;
}
.copyright {
	padding: 18px 0 16px;
	font-size: 66.7%;
}


/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu{
	padding: 13px 0 12px;
	font-size: 77.8%;
	line-height: 1.8;
}
#tmp_pankuzu a{
	color: #3a3a3a;
}
.custom_event #tmp_pankuzu{
	margin-bottom: 10px;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin:0 0 5px;
}
#tmp_custom_update {
	float:right;
	text-align:right;
}
#tmp_update {
	margin:0 0 4px;
}
#tmp_update,
#tmp_page_id {
	font-size:77.77%;
	line-height:1.4;
	text-shadow: #ffffff 6px 0px 0px, #ffffff 5.91686px 0.995377px 0px, #ffffff 5.66974px 1.96317px 0px, #ffffff 5.2655px 2.87655px 0px, #ffffff 4.71532px 3.71022px 0px, #ffffff 4.03447px 4.44106px 0px, #ffffff 3.24181px 5.04883px 0px, #ffffff 2.35931px 5.51667px 0px, #ffffff 1.41143px 5.83163px 0px, #ffffff 0.424423px 5.98497px 0px, #ffffff -0.574341px 5.97245px 0px, #ffffff -1.55719px 5.79441px 0px, #ffffff -2.49688px 5.45578px 0px, #ffffff -3.36738px 4.96596px 0px, #ffffff -4.14455px 4.33852px 0px, #ffffff -4.80686px 3.59083px 0px, #ffffff -5.33596px 2.74364px 0px, #ffffff -5.71718px 1.8204px 0px, #ffffff -5.93995px 0.84672px 0px, #ffffff -5.99811px -0.150428px 0px, #ffffff -5.89004px -1.14341px 0px, #ffffff -5.61874px -2.1047px 0px, #ffffff -5.19172px -3.00766px 0px, #ffffff -4.62082px -3.82727px 0px, #ffffff -3.92186px -4.54081px 0px, #ffffff -3.11421px -5.12852px 0px, #ffffff -2.22026px -5.57409px 0px, #ffffff -1.26477px -5.86518px 0px, #ffffff -0.274238px -5.99373px 0px, #ffffff 0.723898px -5.95617px 0px, #ffffff 1.70197px -5.75355px 0px, #ffffff 2.63288px -5.39147px 0px, #ffffff 3.49082px -4.87998px 0px, #ffffff 4.25202px -4.23324px 0px, #ffffff 4.89538px -3.46919px 0px, #ffffff 5.40307px -2.60899px 0px, #ffffff 5.76102px -1.67649px 0px, #ffffff 5.95932px -0.697531px 0px;
	font-size: 77.8%;
	color: #3a3a3a;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	text-align:center;
	margin:0 0 60px;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
#tmp_social_plugins .social_media_btn a{
	display: flex;
	align-items: center;
}
#tmp_social_plugins .social_media_btn a:hover img{
	opacity: 0.9;
}
.no_javascript #tmp_social_plugins{
	display: none;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin-bottom: 51px;
	border: 1px solid #363844;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#tmp_inquiry #tmp_inquiry_ttl{
	position: relative;
	padding: 22px 28px 14px 40px;
}
#tmp_inquiry #tmp_inquiry_ttl h2 {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_inquiry #tmp_inquiry_ttl:before{
	content: '';
	position: absolute;
	left: 27px;
	top: 0;
	background-color: #333333;
	width: 1px;
	height: 53px;
	color: #ffffff;
}
#tmp_inquiry #tmp_inquiry_cnt{
	padding: 0 22px 26px;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_inquiry .inquiry_parts:not(:first-child){
	margin-top: 40px;
}
#tmp_inquiry .inquiry_parts > p:first-child{
	margin-bottom: 11px;
	font-weight: bold;
}
#tmp_inquiry .inquiry_parts p:not(:first-child){
	letter-spacing: 0.02em;
}
#tmp_inquiry .inq_phone p:first-child{
	font-weight: normal;
}
#tmp_inquiry_cnt .inq_phone p {
	display:inline;
}
#tmp_inquiry_cnt .inquiry_memo{
	margin-top: 20px;
}
/* feedback
================================================== */
#tmp_feedback{
	margin-bottom: 88px;
	border: 1px solid #363844;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#tmp_feedback #tmp_feedback_ttl{
	position: relative;
	padding: 25px 12px 20px 44px;
}
#tmp_feedback #tmp_feedback_ttl h2,
#tmp_feedback #tmp_feedback_ttl p {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_feedback #tmp_feedback_ttl:before{
	content: '';
	position: absolute;
	left: 27px;
	top: 0;
	background-color: #333333;
	width: 1px;
	height: 53px;
	color: #ffffff;
}
#tmp_feedback #tmp_feedback_cnt{
	margin: 0 -26px;
	padding: 0 22px 23px;
	line-height: 1.3;
}
#tmp_feedback #tmp_feedback_cnt fieldset{
	float: left;
	padding: 0 26px 26px;
	width: 50%;
}
#tmp_feedback legend{
	margin-bottom: 20px;
	font-weight: bold;
}
#tmp_feedback fieldset >p input{
	width: 18px;
}
#tmp_feedback fieldset >p:not(:last-of-type){
	margin-bottom: 11px;
}
#tmp_feedback #tmp_feedback_cnt fieldset:nth-child(2n){
	clear: right;
}
/* inquiry_btn */
#tmp_inquiry .inquiry_btn {
	padding-top: 26px;
	clear: left;
}
#tmp_inquiry .inquiry_btn a {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
    padding: 13px 28px 9px 20px;
    background: #ffffff url(/shared/templates/free/images/icon/arrow_input_lft.png) no-repeat right center;
    min-width: 240px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    color: #3a3a3a;
    text-align: left;
    text-decoration: none;
	cursor: pointer;
}
#tmp_inquiry .inquiry_btn {
	text-align:center;
	display: none;
}
#tmp_inquiry .inquiry_btn:has(a){
	display: block;
}
#tmp_inquiry .inquiry_btn a {
	display:inline-block;
}
#tmp_inquiry .inquiry_btn a:after{
	content: '';
	position: absolute;
	opacity: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #15705e;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	transition: 0.3s opacity ease-in-out;
}
#tmp_inquiry .inquiry_btn a:hover:after,
#tmp_inquiry .inquiry_btn a:focus:after{
	opacity: 1;
	outline: none;
}
/* submit */
#tmp_feedback .submit {
	clear: left;
	display:table;
	margin:0 auto;
	position:relative;
}
#tmp_feedback .submit::before {
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-1px;
	right:-1px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
	z-index:-1;
}
#tmp_feedback .submit input {
	text-align:left;
    padding: 10px 28px 7px 20px;
	cursor:pointer;
    min-width: 240px;
    font-size: 88.9%;
    font-weight: bold;
    color: #3a3a3a;
	display:inline-block;
	background:url(/shared/templates/free/images/icon/arrow_input_lft.png) no-repeat right center;
    border: 2px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_feedback .submit input:hover {
	border-color:#15705e;
}
/* rnavi
================================================== */
#tmp_rnavi{
	padding-top: 11px;
	margin:0 0 20px;
}
#tmp_rnavi #tmp_rnavi_ttl{
	position: relative;
	padding: 24px 10px 23px 23px;
	background-color: #15705e;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: #ffffff;
}
#tmp_rnavi #tmp_rnavi_ttl h2 {
	font-size:100%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi #tmp_rnavi_ttl:before{
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 14px;
	height: 1px;
	background-color: #ffffff;
	color: #15705e;
}
#tmp_rnavi .rnavi_ctg {
	background-color: #f2f2f2;
	border: 1px solid #cbcaca;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	color: #3a3a3a;
	overflow: hidden;
}
#tmp_rnavi .rnavi_ctg_ttl {
	position: relative;
	padding: 17px 10px 13px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #15705e;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.3;
	color: #3a3a3a;
}
#tmp_rnavi .rnavi_ctg_ttl a {
	display: block;
	margin: -17px -10px -13px;
	padding: 17px 10px 13px 36px;
	background: transparent url(/shared/templates/free/images/icon/arrow_link_lft.png) no-repeat 10px 25px;
	-webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi .rnavi_ctg_ttl .active a,
#tmp_rnavi .rnavi_ctg_ttl a:hover,
#tmp_rnavi .rnavi_ctg_ttl a:focus{
	text-decoration: underline;
}
#tmp_rnavi .rnavi_ctg_ttl a:focus{
	outline-offset: -2px;
}
#tmp_rnavi .rnavi_ctg_inner,
#tmp_recommend_cnt {
	padding-top: 7px;
}
#tmp_rnavi .rnavi_ctg_inner ul,
#tmp_recommend_cnt ul {
	list-style: none;
}
#tmp_rnavi .rnavi_ctg_inner li {
	display: none;
}
#tmp_rnavi .rnavi_ctg_inner ul a,
#tmp_recommend_cnt ul li a {
	position: relative;
	display: block;
	padding: 12px 10px 12px 33px;
	background: #f2f2f2 url(/shared/templates/free/images/icon/arrow_link_lft_sm.png) no-repeat 11px 20px;
	-webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
    background-size: 12px auto;
	font-size: 88.9%;
	line-height: 1.5;
	text-decoration: none;
	color: inherit;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi .rnavi_ctg_inner ul a::before,
#tmp_recommend_cnt ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 6px;
	height: 100%;
	color: inherit;
	pointer-events: none;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	z-index: -1;
}
#tmp_rnavi .rnavi_ctg_inner ul .active a,
#tmp_rnavi .rnavi_ctg_inner ul a:hover,
#tmp_rnavi .rnavi_ctg_inner ul a:focus,
#tmp_recommend_cnt ul li.active a,
#tmp_recommend_cnt ul li a:hover,
#tmp_recommend_cnt ul li a:focus {
	border-left-color: #fbf2e7;
	background-color: #ffffff;
}
#tmp_rnavi .rnavi_ctg_inner ul a:focus,
#tmp_recommend_cnt ul li a:focus {
	text-decoration: underline;
	outline-offset: -2px;
}
#tmp_rnavi .rnavi_ctg_inner ul .active a:before,
#tmp_rnavi .rnavi_ctg_inner ul a:hover:before,
#tmp_rnavi .rnavi_ctg_inner ul a:focus:before,
#tmp_recommend_cnt ul li.active a::before,
#tmp_recommend_cnt ul li a:hover::before,
#tmp_recommend_cnt ul li a:focus::before {
	background-color: #fbf2e7;
}
.no_javascript #tmp_rnavi .rnavi_ctg_more {
	display:none;
}
#tmp_rnavi .rnavi_ctg_more a{
	display: block;
	padding: 19px 20px 10px;
	color: #3a3a3a;
	background-color: #ffffff;
	border-top: 1px solid #cbcaca;
	font-size: 88.9%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_rnavi .rnavi_ctg_more a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right:4px;
	margin-bottom:4px;
	background: transparent url(/shared/templates/free/images/icon/icon_plus.png) no-repeat left center;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	width: 12px;
	height: 12px;
	color: #ffffff;
}
#tmp_rnavi .rnavi_ctg_more a.hide:before{
	background-image: url(/shared/templates/free/images/icon/icon_minus.png);
}
#tmp_rnavi .rnavi_ctg_more a:hover,
#tmp_rnavi .rnavi_ctg_more a:focus{
	text-decoration: underline;
}
#tmp_rnavi .rnavi_ctg_more a:focus{
	outline-offset: -2px;
}
/* rnavi_recommend
================================================== */
#tmp_recommend {
	background-color: #f2f2f2;
	border: 1px solid #cbcaca;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	border-radius:8px;
	color: #3a3a3a;
	overflow: hidden;
	margin:0 0 20px;
}
#tmp_recommend_ttl {
	position: relative;
	padding: 38px 15px 14px 24px;
	border-bottom: 1px solid #15705e;
	color: #3a3a3a;
	background:#ffffff url(/shared/images/main/recommend_ttl_en.png) no-repeat 24px 12px;
}
#tmp_recommend_ttl h2 {
	position: relative;
	font-weight: bold;
	font-size:100%;
	line-height: 1.3;
}
#tmp_recommend_ttl h2::before{
	content: '';
	position: absolute;
	left:-24px;
	top: 10px;
	width: 14px;
	height: 1px;
	background-color: #15705e;
	color: #ffffff;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R{
	float: left;
	width: 50%;
}
div.col2 div.col2L {
	margin-right: 0;
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R{
	width: 47.5%;
}
div.col2 div.col2 div.col2L {
	margin-right: 4%;
}

/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R{
	float: left;
	width: 48.5%;
}
div.fixed_col2 div.fixed_col2L {
	margin-right: 2%;
}

/* 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.3333333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}

/* div col3 */
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R{
	width: 33.3333333%;
	float: left;
}
div.col3 div.col3L,
div.col3 div.col3M {
	margin-right: 0;
	padding-right: 12px;
}
div.col3 div.col3R {
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 6px;
	padding-right: 6px;
}
/* tel_link
================================================== */
.tel_link a {
	pointer-events: none;
	color: #3a3a3a;
	text-decoration: none;
}
/* search_menu
================================================== */
#tmp_sma_search_menu .sitemap_ttl{
	margin-bottom: 10px;
}
#tmp_sma_search_menu .sitemap_ttl p{
	padding-top: 38px;
	font-size: 133.3%;
	font-weight: bold;
	color: #3a3a3a;
    background: #faefe2 url(/shared/images/icon/classification_ttl_pc.png) no-repeat;
}
#tmp_sma_search_menu .box_sitemap{
	position: relative;
	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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin: 0 -10px 19px;
}
#tmp_sma_search_menu .box_sitemap .accordion_area {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
    order: 1;
}
#tmp_sma_search_menu .category_tab_link p{
	height: 100%;
	position: relative;
}
#tmp_sma_search_menu .category_tab_link p:before{
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid transparent;
	transition: 0.3s ease-in-out border-color;
	-webkit-transition: 0.3s ease-in-out border-color;
	-moz-transition: 0.3s ease-in-out border-color;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#tmp_sma_search_menu .category_tab_link a{
    text-decoration: none;
	position: relative;
    display: flex;
    align-items: center;
	height: 100%;
    min-height: 60px;
	font-weight: bold;
    color: #3a3a3a;
    background-color: #FFFFFF;
	border: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 14px 30px 10px 23px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_sma_search_menu .category_tab_link a:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 9px;
	margin-top: -4px;
    width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #15705e;
	transition: 0.3s transform ease-in-out;
}
#tmp_sma_search_menu .accordion_area.ac_active .category_tab_link a:after{
	transform: rotate(180deg);
}
#tmp_sma_search_menu .category_tab_link a{
	position: relative;
	z-index: 1;
}
#tmp_sma_search_menu .category_tab_link a:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 0;
	border: 2px solid #15705e;
	transition: 0.3s opacity ease-in-out;
}
#tmp_sma_search_menu .category_tab_link a:hover:before,
#tmp_sma_search_menu .category_tab_link a:focus:before{
	opacity: 1;
}
#tmp_sma_search_menu .category_tab_link a:hover,
#tmp_sma_search_menu .category_tab_link a:focus{
	text-decoration: none;
}
#tmp_sma_search_menu .box_sitemap .accordion_cnt_wrapper{
    position: relative;
	width: calc(400% + 60px);
    left: 0;
    top: 10px;
    z-index: 0;
	margin-bottom: 11px;
}
#tmp_sma_search_menu .box_sitemap .ac_active .category_tab_link a{
	position: relative;
	border-radius: 6px 6px 0 0;
	border-bottom: 0;
}
#tmp_sma_search_menu .box_sitemap .ac_active .category_tab_link a:before{
	content: '';
	position: absolute;
	opacity: 1;
	left: -1px;
	right: -1px;
	bottom: -11px;
	top: auto;
	z-index: 1;
	height: 11px;
	color: #3a3a3a;
	background-color: #FFFFFF;
	border: none;
	border-radius: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#tmp_sma_search_menu .box_sitemap .ac_active .accordion_cnt_wrapper .accordion_cnt{
	border-radius: 0 0 6px 6px;
}
#tmp_sma_search_menu .box_sitemap .accordion_cnt_wrapper .accordion_cnt{
	position: relative;
	padding: 20px 20px 14px;
	color: #3a3a3a;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 6px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-flow: wrap row;
	overflow: hidden;
}
#tmp_sma_search_menu .box_sitemap .accordion_cnt_wrapper .accordion_ttl{
	padding: 2px 10px 0 4px;
	margin-right: 19px;
	float: left;
	width: 257px;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
	color: #3a3a3a;
    background-color: #FFFFFF;
	font-size: 133.3%;
	font-weight: bold;
}
#tmp_sma_search_menu .box_sitemap .accordion_cnt_wrapper .accordion_ttl p a{
	padding-left: 27px;
	display: inline-block;
	color: #3a3a3a;
    background: #ffffff url(/shared/images/icon/arr_link.png) no-repeat 0 12px;
	background-size: 16px auto;
	text-decoration: none;
}
#tmp_sma_search_menu .box_sitemap .accordion_area:nth-child(4n-1) .accordion_cnt_wrapper{
	left: calc((-100% - 20px) * 2);
}
#tmp_sma_search_menu .box_sitemap .accordion_area:nth-child(2n) .accordion_cnt_wrapper{
	left: calc(-100% - 20px);
}
#tmp_sma_search_menu .box_sitemap .accordion_area:nth-child(4n) .accordion_cnt_wrapper{
    left: calc((-100% - 20px) * 3);
}
#tmp_sma_search_menu .box_sitemap .ac_active .accordion_cnt_wrapper:after{
	display: block;
}
#tmp_sma_search_menu .accordion_list{
	list-style: none;
	margin: 0 -3px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
#tmp_sma_search_menu .accordion_list li{
	width: 31.7%;
	padding: 0 3px;
	margin-top: 13px;
}
#tmp_sma_search_menu .accordion_list li:nth-child(2n){
	width: 30.5%;
}
#tmp_sma_search_menu .accordion_list li:nth-child(3n){
	width: 37.8%;
}
#tmp_sma_search_menu .accordion_list li:nth-child(1),
#tmp_sma_search_menu .accordion_list li:nth-child(2),
#tmp_sma_search_menu .accordion_list li:nth-child(3){
	margin-top: 0;
}
#tmp_sma_search_menu .accordion_list li:nth-child(3n+1){
	clear: left;
}
#tmp_sma_search_menu .accordion_list li:nth-child(3n){
	clear: right;
}
#tmp_sma_search_menu .accordion_list li a{
	position: relative;
    display: inline-block;
    height: 100%;
    font-size: 88.9%;
	font-weight: bold;
    padding-left: 20px;
    color: #3a3a3a;
    background: #ffffff url(/shared/images/icon/arr_link.png) no-repeat 0 6px;
    background-size: 12px auto;
	text-decoration: none;
}
#tmp_sma_search_menu .accordion_list li a:hover,
#tmp_sma_search_menu .accordion_list li a:focus,
#tmp_sma_search_menu .box_sitemap .accordion_ttl p a:hover,
#tmp_sma_search_menu .box_sitemap .accordion_ttl p a:focus{
	text-decoration: underline;
}
/*following button
================================================== */
.following_button {
	position: fixed;
	bottom: 12px;
	right: 0;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
	animation: 1.5s fadeIn linear forwards;
	-moz-animation: 1.5s fadeIn linear forwards;
	-webkit-animation: 1.5s fadeIn linear forwards;
	transition: 0.3s bottom ease-in-out;
	-moz-transition: 0.3s bottom ease-in-out;
	-webkit-transition: 0.3s bottom ease-in-out;
	pointer-events: none;
}
.emenu .following_button {
	transition: 0.3s bottom ease-in-out;
	-moz-transition: 0.3s bottom ease-in-out;
	-webkit-transition: 0.3s bottom ease-in-out;
}
.following_button,
.following_button a,
.following_button a span {
	width: 224px;
	height: 242px;
}
.following_button a {
	position: relative;
	right: -83px;
	width: 100%;
	display: block;
	color: #3a3a3a;
	background: transparent url(/shared/images/icon/following_btn.png) no-repeat center center;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	pointer-events: auto;
	transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    -webkit-transition: background-image 0.3s ease-in-out;
}
.following_button a span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.following_button a:hover,
.following_button a:focus{
	background-image: url(/shared/images/icon/following_btn_hvr.png);
}
.following_button a:focus-visible {
	outline: none;
}
.following_button a:hover span,
.following_button a:focus-visible span {
	text-decoration: underline;
}
/* ==================================================
Chatbot
================================================== */
#tmp_gomi_chatbot{
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 160;
}
#tmp_gomi_chatbot a:hover,
#tmp_gomi_chatbot a:focus{
	opacity: 0.9;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style{
	padding: 17px 10px 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #15705e;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

.sma_menu_bottom {
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	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 */
.color_blue .rmenu #tmp_hnavi_means ul:before,
.color_black .rmenu #tmp_hnavi_means ul:before,
.color_yellow .rmenu #tmp_hnavi_means ul:before,
.color_blue .pnavi a:before,
.color_black .pnavi a:before,
.color_yellow .pnavi a:before,
.color_blue .pnavi a:after,
.color_black .pnavi a:after,
.color_yellow .pnavi a:after {
    display: none !important;
}
.color_blue #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_black #tmp_hlogo a,
.color_yellow #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_black #tmp_hlogo span,
.color_yellow #tmp_hlogo span {
    width: auto !important;
	height: auto !important;
	font-size: 2rem !important;
}
.color_blue #tmp_hlogo span,
.color_black #tmp_hlogo span,
.color_yellow #tmp_hlogo span {
    text-indent: 0 !important;
}
.color_blue #tmp_hnavi_means li a span:after,
.color_black #tmp_hnavi_means li a span:after {
	border-top-color: #FFFF00 !important;
}
.color_yellow #tmp_hnavi_means li a span:after {
	border-top-color: #000000 !important;
}
.color_blue #tmp_hnavi_means li a.active span:before,
.color_black #tmp_hnavi_means li a.active span:before,
.color_blue .gnavi > li > a:before,
.color_black .gnavi > li > a:before {
	background: #FFFF00 !important;
}
.color_yellow #tmp_hnavi_means li a.active span:before,
.color_yellow .gnavi > li > a:before {
	background: #000000 !important;
}
.color_blue #tmp_gnavi,
.color_black #tmp_gnavi,
.color_yellow #tmp_gnavi {
	border-top:1px solid;
}
.color_blue #tmp_wrapper .gnavi > li.active > a,
.color_blue #tmp_wrapper .gnavi > li.active > a span {
	background-color:#FFFF00 !important;
	color:#00008B !important;
}
.color_black #tmp_wrapper .gnavi > li.active > a,
.color_black #tmp_wrapper .gnavi > li.active > a span {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_yellow #tmp_wrapper .gnavi > li.active > a,
.color_yellow #tmp_wrapper .gnavi > li.active > a span {
	background-color:#000000 !important;
	color:#FFFF00 !important;
}
/* search */
.color_black #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn,
.color_blue #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn,
.color_yellow #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn,
.color_black #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn,
.color_blue #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn,
.color_yellow #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn{
	background-color: transparent !important;
	border-left: 1px solid;
}
.color_black #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn input,
.color_blue #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn input,
.color_black #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn input,
.color_blue #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn input{
	background-image: url(/shared/images/icon/icon_search_sp.png) !important;
	background-color: transparent !important;
}
.color_yellow #tmp_wrapper #tmp_search_input .wrap_sch_box .sch_btn input,
.color_yellow #tmp_wrapper #tmp_b_search_func .wrap_sch_box .sch_btn input{
	background-image: url(/shared/images/icon/icon_search_sp_bl.png) !important;
	background-color: transparent !important;
}
/* endpart */
.color_black #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner ul a:before,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner ul a:before,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner ul a:before,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl:before{
	display: none;
}
.color_black #tmp_wrapper #tmp_inquiry #tmp_inquiry_ttl:before,
.color_black #tmp_wrapper #tmp_feedback #tmp_feedback_ttl:before,
.color_blue #tmp_wrapper #tmp_inquiry #tmp_inquiry_ttl:before,
.color_blue #tmp_wrapper #tmp_feedback #tmp_feedback_ttl:before {
	background-color:#FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li a:hover,
.color_black #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li.active a,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li a:hover,
.color_blue #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li.active a,
.color_black #tmp_recommend_cnt ul li a:hover,
.color_black #tmp_recommend_cnt ul li.active a,
.color_blue #tmp_recommend_cnt ul li a:hover,
.color_blue #tmp_recommend_cnt ul li.active a {
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li.active a,
.color_yellow #tmp_recommend_cnt ul li a:hover,
.color_yellow #tmp_recommend_cnt ul li.active a {
	background-color: #0000FF !important;
	color: #ffffff !important;
}
.no_javascript #tmp_wrapper #tmp_rnavi .rnavi_ctg_inner li{
	display: block;
}
.color_black #tmp_wrapper .search_convenient .convenient_list .convenient_img img,
.color_blue #tmp_wrapper .search_convenient .convenient_list .convenient_img img {
	background-color:#ffffff !important;
}
.color_black #tmp_wrapper .following_button,
.color_blue #tmp_wrapper .following_button,
.color_yellow #tmp_wrapper .following_button {
	right:10px !important;
	max-width:300px !important;
}
.color_black #tmp_wrapper .following_button a,
.color_blue #tmp_wrapper .following_button a,
.color_yellow #tmp_wrapper .following_button a {
	right:auto !important;
	text-align: center;
	padding:20px;
	font-size: 122.3%;
	line-height: 1.3;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid;
}

.color_blue #tmp_inquiry #tmp_inquiry_ttl h2,
.color_black #tmp_inquiry #tmp_inquiry_ttl h2,
.color_yellow #tmp_inquiry #tmp_inquiry_ttl h2,
.color_blue #tmp_feedback #tmp_feedback_ttl h2,
.color_black #tmp_feedback #tmp_feedback_ttl h2,
.color_yellow #tmp_feedback #tmp_feedback_ttl h2,
.color_blue #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl h2,
.color_black #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl h2,
.color_yellow #tmp_wrapper #tmp_rnavi #tmp_rnavi_ttl h2,
.color_blue #tmp_recommend_ttl h2,
.color_black #tmp_recommend_ttl h2,
.color_yellow #tmp_recommend_ttl h2,
.color_blue #tmp_wrapper #tmp_contents .box_link .box_link_ttl h2,
.color_black #tmp_wrapper #tmp_contents .box_link .box_link_ttl h2,
.color_yellow #tmp_wrapper #tmp_contents .box_link .box_link_ttl h2,
.color_blue #tmp_wrapper #tmp_contents .box_info .box_info_ttl h2,
.color_black #tmp_wrapper #tmp_contents .box_info .box_info_ttl h2,
.color_yellow #tmp_wrapper #tmp_contents .box_info .box_info_ttl h2,
.color_blue #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl h2,
.color_black #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl h2,
.color_yellow #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl h2 {
	border:none !important;
	padding:0 !important;
}
.color_blue #tmp_wrapper #tmp_contents .box_link .box_link_ttl,
.color_black #tmp_wrapper #tmp_contents .box_link .box_link_ttl,
.color_yellow #tmp_wrapper #tmp_contents .box_link .box_link_ttl,
.color_blue #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_black #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_yellow #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_blue #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl,
.color_black #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl,
.color_yellow #tmp_wrapper #tmp_contents .box_faq .box_faq_ttl {
	padding-top:20px !important;
}
/* 矢印 */
.color_blue .drop_down_hidden .drop_down_cnt li a,
.color_black .drop_down_hidden .drop_down_cnt li a,
.color_yellow .drop_down_hidden .drop_down_cnt li a {
	position:relative;
}
.color_blue .drop_down_hidden .drop_down_cnt li a::before,
.color_black .drop_down_hidden .drop_down_cnt li a::before,
.color_yellow .drop_down_hidden .drop_down_cnt li a::before {
	content:'';
	position:absolute;
	left:0;
	top:0.5em;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
accessibility style change:font-size
================================================== */
.easy_on .gnavi > li,
.fsize_big .gnavi > li,
.fsize_big2 .gnavi > li {
	flex-basis: 12.5% !important;
	-webkit-justify-content: center;
    justify-content: center;
}
.easy_on .gnavi > li > a,
.fsize_big .gnavi > li > a,
.fsize_big2 .gnavi > li > a {
	padding: 5px 10px !important;
}
.easy_on .gnavi > li > a {
	min-height:60px;
}
.fsize_big .gnavi > li > a {
	min-height:80px;
}
.fsize_big2 .gnavi > li > a {
	min-height:130px;
}

.fsize_small #tmp_hnavi_means > ul > li > a,
.fsize_big #tmp_hnavi_means > ul > li > a,
.fsize_big2 #tmp_hnavi_means > ul > li > a,
.fsize_small #tmp_hnavi_emergency a,
.fsize_big #tmp_hnavi_emergency a,
.fsize_big2 #tmp_hnavi_emergency a,
.fsize_small #tmp_hnavi_search > p > a,
.fsize_big #tmp_hnavi_search > p > a,
.fsize_big2 #tmp_hnavi_search > p > a {
	font-size: 1rem !important;
}
.fsize_big2 #tmp_hnavi_search > p > a{
	vertical-align: top;
}
/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_sma_emergency .close_btn a {
	padding-top: 4px;
	padding-bottom: 3px;
}
.fsize_small .fnavi li a {
	background-position: 0 3px;
}
.fsize_small #tmp_sma_emergency .list_links li a {
	background-position: 0 1px;
}
.fsize_small .footer_cnt .footer_button li a {
	background-position: 19px 11px;
}
.fsize_small #tmp_sma_search_menu .box_sitemap .accordion_cnt_wrapper .accordion_ttl p a{
	background-position: 0 6px;
}
.fsize_small #tmp_sma_search_menu .accordion_list li a{
	background-position: 0 2px;
}
.fsize_small #tmp_sma_lang li a{
	background-position: 0 5px;
}
.fsize_small .search_menu_wrap .close_btn a span{
	background-position: 0 7px;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .footer_rgt {
	padding-left: 40px;
}
#tmp_inquiry{
	word-break: break-all;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_wrapper .following_button,
.color_black #tmp_wrapper .following_button,
.color_yellow #tmp_wrapper .following_button {
	height: 224px;
}
.color_blue #tmp_wrapper .following_button,
.color_black #tmp_wrapper .following_button,
.color_yellow #tmp_wrapper .following_button{
	color: inherit !important;
	background-color: transparent !important;
}
.color_blue #tmp_wrapper .following_button a{
	color: #FFFF00 !important;
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .following_button a{
	color: #FFFF00 !important;
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .following_button a{
	color: #000000 !important;
    background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .following_button span,
.color_black #tmp_wrapper .following_button span,
.color_yellow #tmp_wrapper .following_button span{
	z-index: auto !important;
}
.color_blue #tmp_wrapper .following_button .show_pc,
.color_black #tmp_wrapper .following_button .show_pc,
.color_yellow #tmp_wrapper .following_button .show_pc{
	display: block;
}
.color_blue #tmp_wrapper #tmp_hnavi_means > ul > li > a.active:before,
.color_black #tmp_wrapper #tmp_hnavi_means > ul > li > a.active:before,
.color_yellow #tmp_wrapper #tmp_hnavi_means > ul > li > a.active:before,
.color_blue #tmp_wrapper #tmp_hnavi_search > p > a.active:before,
.color_black #tmp_wrapper #tmp_hnavi_search > p > a.active:before,
.color_yellow #tmp_wrapper #tmp_hnavi_search > p > a.active:before{
	display: none;
}

.fsize_big .following_button a,
.fsize_big2 .following_button a{
	padding-top: 40px;
	padding-bottom: 40px;
}
.fsize_big2 .following_button a{
	font-size: 86%;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* ==================================================
accessibility search
================================================== */
.color_black #tmp_wrapper .form_search_input .wrap_sch_box .sch_box input[type="text"],
.color_blue #tmp_wrapper .form_search_input .wrap_sch_box .sch_box input[type="text"],
.color_yellow #tmp_wrapper .form_search_input .wrap_sch_box .sch_box input[type="text"],
.color_black #tmp_wrapper .search_convenient .convenient_list,
.color_blue #tmp_wrapper .search_convenient .convenient_list,
.color_yellow #tmp_wrapper .search_convenient .convenient_list {
	border-radius: 0;
}
.color_blue #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn,
.color_black #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn,
.color_yellow #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn {
	border-left: 1px solid;
}
.color_black #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn input,
.color_blue #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn input,
.color_black #tmp_wrapper #tmp_func_sch_btn_keyword,
.color_blue #tmp_wrapper #tmp_func_sch_btn_keyword {
	background-image: url(/shared/images/icon/icon_search_sp.png) !important;
	background-color: transparent !important;
	background-size:25px auto !important;
}
.color_yellow #tmp_wrapper .form_search_input .wrap_sch_box .sch_btn input,
.color_yellow #tmp_wrapper #tmp_func_sch_btn_keyword {
	background-image: url(/shared/images/icon/icon_search_sp_bl.png) !important;
	background-color: transparent !important;
	background-size:25px auto !important;
}
.color_black #tmp_wrapper #tmp_func_sch_btn_keyword,
.color_blue #tmp_wrapper #tmp_func_sch_btn_keyword,
.color_yellow #tmp_wrapper #tmp_func_sch_btn_keyword {
	border-left:1px solid !important;
}
.color_black #tmp_wrapper .search_convenient .convenient_list .convenient_item:after,
.color_blue #tmp_wrapper .search_convenient .convenient_list .convenient_item:after,
.color_yellow #tmp_wrapper .search_convenient .convenient_list .convenient_item:after {
	display: none;
}
.color_blue #tmp_wrapper .search_convenient .convenient_list li:after,
.color_black #tmp_wrapper .search_convenient .convenient_list li:after {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .search_convenient .convenient_list li:after {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_sma_search_menu .category_tab_link a:after,
.color_black #tmp_wrapper #tmp_sma_search_menu .category_tab_link a:after{
	border-top: 8px solid #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_sma_search_menu .category_tab_link a:after{
	border-top: 8px solid #000000 !important;
}
.color_blue #tmp_wrapper .gnavi > li:before,
.color_black #tmp_wrapper .gnavi > li:before{
    background: #FFFF00;
}
.color_yellow #tmp_wrapper .gnavi > li:before{
	color: #FFFFFF;
    background: #000000;
}
.color_black #tmp_wrapper #tmp_sma_search_menu .box_sitemap .ac_active .category_tab_link a:before{
	color: #FFFF00 !important;
    background-color: #000000 !important;
    border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_sma_search_menu .box_sitemap .ac_active .category_tab_link a:before{
	color: #FFFF00 !important;
    background-color: #00008B !important;
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_sma_search_menu .box_sitemap .ac_active .category_tab_link a:before{
    color: #000000 !important;
    background-color: #FFFF00 !important;
    border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_sma_lang,
.color_black #tmp_wrapper #tmp_sma_lang,
.color_yellow #tmp_wrapper #tmp_sma_lang{
	color: inherit !important;
	background-color: transparent !important;
}
.fsize_big2 .form_search_input .wrap_sch_box .sma_search_select,
.fsize_big .form_search_input .wrap_sch_box .sma_search_select {
	font-size: 0.8rem;
}
.fsize_small .search_ranking .main_heading h2 {
	min-width: 230px;
}
.fsize_small .search_input_inner .btn_sch_view {
	background-position: 0 4px;
}
.fsize_big2 .pnavi {
	top: -93px;
}
.fsize_big2 .pnavi_fixed.pnavi{
	top: auto;
}
.fsize_big2 #tmp_hnavi_means > ul > li{
	line-height: inherit;
}
.fsize_big2 #tmp_hnavi_means > ul > li#tmp_hnavi_browsing > a.active:before{
	height: 12px;
	bottom: -11px;
}
.no_javascript #tmp_convenient_search,
.no_javascript #tmp_common_navi {
	display: none;
}
/* ==================================================
easy_on
================================================== */
.easy_on #tmp_search_by_event .genre_sch_btn a,
.easy_on #tmp_search_by_event .facility_sch_btn a,
.easy_on #tmp_search_by_event .target_sch_btn a{
	display: flex;
	flex-wrap: wrap;
}
.easy_on .gnavi > li {
	flex-basis:12.5% !important;
}
.easy_on .gnavi > li > a {
	padding: 5px 10px !important;
	min-height:80px;
}
.easy_on .search_convenient .convenient_list .convenient_txt,
.easy_on #tmp_sma_search_menu .category_tab_link a,
.easy_on.custom_tourist #tmp_events .tourist_item .tourist_item_txt,
.easy_on.custom_tourist #tmp_select .select_item_txt,
.easy_on #tmp_contents .anchor_list_wrap .anchor_list li a {
	display:block !important;
}
.easy_on #tmp_update,
.easy_on #tmp_page_id {
	text-shadow:none !important;
}
.easy_on #tmp_contents table.datatable td,
.easy_on#tmp_contents table.enquete_table td {
	overflow-wrap: anywhere;
}
/* ==================================================
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,
#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,
#tmp_wrap_social_button: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_button: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 */
}
