@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #161873;
}

a:hover {
	text-decoration: none;
}

body {
	color: #222222;
	font-size: 112.5%;
	font-weight: 500;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	margin: 0 auto;
    min-width: 1220px;
	position: relative;
}
#tmp_wrapper::after {
    content: '';
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 16px solid #7f3654;
    border-right: 16px solid #7f3654;
    z-index: 2;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1252px;
	width: 100%;
	margin: 0 auto;
	padding: 0 26px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 288px;
	/* デザインによって変更 */
}


/* header
================================================== */
.open_navi {
	overflow: hidden !important;
}
.open_navi #tmp_header_fixed{
	position: fixed;
}
.spmenu_open.menu_overlay:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
#tmp_header_fixed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #222222;
    background-color: #ffffff;
    z-index: 103;
}
#tmp_header_fixed .header_fixed_wrapper{
	position: relative;
	z-index: 101;
}
#tmp_header_fixed .header_fixed_wrapper:after{
	content: '';
    pointer-events: none;
	position: absolute;
	z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
    border-left: 16px solid #7f3654;
    border-right: 16px solid #7f3654;
}
#tmp_header_wrap .header_fixed_inner{
	position: relative;
	padding-bottom: 32px;
}
#tmp_header_wrap .header_fixed_inner:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 16px;
	bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top, right top;
	background-size: calc(100% - 200px) 1px, 238px auto;
	background-image: -webkit-gradient(linear, right top, left top, from(#975b74), to(#975b74)), url(/shared/images/header/header_pattern.png);
	background-image: -moz-linear-gradient(right, #975b74, #975b74), url(/shared/images/header/header_pattern.png);
	background-image: -o-linear-gradient(right, #975b74, #975b74), url(/shared/images/header/header_pattern.png);
	background-image: linear-gradient(to left, #975b74, #975b74), url(/shared/images/header/header_pattern.png);
}
.format_top #tmp_header_wrap .header_fixed_inner,
.fixed_header #tmp_header_wrap .header_fixed_inner{
	padding-bottom: 7px;
}
.format_top #tmp_header_wrap .header_fixed_inner:after,
.fixed_header #tmp_header_wrap .header_fixed_inner:after{
	content: none;
}
#tmp_header {
	position: relative;
	padding: 14px 0 7px;
	min-height: 77px;
}
#tmp_header .header_wrapper{
	display: flex;
	justify-content: space-between;
}
#tmp_hlogo {
	float: left;
	margin-left: -2px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size: 1.8rem;
	background: url(/shared/images/header/hlogo.png) 0 0 no-repeat;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 174px;
	height: 52px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
/* means list */
#tmp_header_rgt{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-left: 7px;
	padding-top: 2px;
}
#tmp_means .func_list,
#tmp_hnavi_s > ul{
	list-style: none;
	display: flex;
}
#tmp_means .func_list{
	padding-top: 7px;
}
#tmp_means .func_list > li {
	margin-left: 12px;
}
#tmp_means .func_list > li:first-child{
	margin-left: 0;
}
#tmp_means .func_list > li.func_setting{
	margin-left: 4px;
}
#tmp_means .func_list > li > a{
	text-decoration: none;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	color: #222222;
	background-color: #ffffff;
	font-size: 88.9%;
}
#tmp_means .func_list > li > a > span{
	display: inline-block;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
}
#tmp_means .func_list > li.func_lang > a{
	min-width: 111px;
}
#tmp_means .func_list > li.func_setting > a{
	min-width: 103px;
}
#tmp_means .func_list > li.func_lang > a > span{
	background-image: url(/shared/images/header/language_icon.png);
}
#tmp_means .func_list > li.func_setting > a > span{
	background-image: url(/shared/images/header/setting_icon.png);
	padding-left: 23px;
}
#tmp_means .func_list > li.func_organize > a > span{
	background-image: url(/shared/images/header/organize_icon.png);
}
#tmp_means .func_list > li > a.ac_active{
	margin-top: -1px;
	color: #26734d;
	border: 1px solid #26734d;
	font-weight: bold;
}
#tmp_means .func_list > li > a.ac_active > span{
	background-image: url(/shared/images/header/search_close_icon.png);
	background-position: left 2px;
}
/* hnavi */
#tmp_hnavi_s{
	display: block;
	position: static;
	z-index: inherit;
	margin-left: 9px;
	padding-top: 4px;
}
#tmp_hnavi_s > ul > li {
	margin-left: 20px;
}
#tmp_hnavi_s > ul > li:first-child{
	margin-left: 0;
}
#tmp_hnavi_s > ul > li.fixed_text{
	display: none;
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center;
	min-height: 44px;
	color: #ffffff;
	font-size: 88.9%;
	font-weight: bold;
	border-bottom: none;
	box-shadow: 0 5px 10px 1px rgba(28, 28, 28, 0.1);
}
li#tmp_hnavi_mmenu > a{
    z-index: 801;
    min-width: 150px;
    padding: 12px 7px 3px 11px;
    background-color: #26734d;
}
li#tmp_hnavi_rmenu > a{
	min-width: 168px;
	padding: 12px 12px 3px;
	background-color:#ab2232;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before,
#tmp_hnavi_s > ul > li > a:after{
	content: none;
	position: absolute;
	z-index: 801;
	top: 0;
	bottom: -20px;
	left: 0;
	right: 0;
	border: 4px solid #26734d;
	border-bottom: none;
	background-color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before{
    top: auto;
    bottom: -21px;
    left: 4px;
    right: 4px;
    border: none;
    height: 5px;
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before{
	bottom: -16px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after{
	bottom: -25px;
	border: 4px solid #ab2232;
	background-color: #ab2232;
}
#tmp_hnavi_s > ul > li > a > span{
	position: relative;
	z-index: 802;
	display: inline-block;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
li#tmp_hnavi_mmenu > a > span{
	background-image: url(/shared/images/header/search_icon.png);
	background-position: left 2px;
	padding-left: 25px;
}
li#tmp_hnavi_rmenu > a > span{
	background-image: url(/shared/images/header/emergency_icon.png);
	background-position: left 2px;
	padding-left: 24px;
}
#tmp_hnavi_s a > span > br{
	display: none;
}
/* active */
#tmp_hnavi_s > ul > li > a.ac_active{
	padding-right: 9px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.ac_active{
	color: #26734d;
	background-color: #ffffff;
	box-shadow: none;
}
#tmp_hnavi_s > ul > li > a.ac_active:hover > span,
#tmp_means .func_list > li > a.ac_active:hover > span{
	text-decoration: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.ac_active:before,
#tmp_hnavi_s > ul > li > a.ac_active:after{
	content: '';
}
#tmp_hnavi_s > ul > li > a.ac_active > span{
	background-image: url(/shared/images/header/search_close_icon.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.ac_active > span {
    background-image: url(/shared/images/header/emergency_close_icon.png);
}
/* header fixed */
@keyframes fixHeader{
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
.fixed_header #tmp_header{
	padding: 6px 0;
	margin-bottom: 0 !important;
}
.fixed_header #tmp_hlogo{
	padding-top: 8px;
}
.fixed_header #tmp_header_fixed{
	position: fixed;
	animation: 0.5s ease-in-out fixHeader forwards;
}
.fixed_header #tmp_header_fixed:after{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #cccccc;
}
.fixed_header_no_animation #tmp_header_fixed{
	animation: none;
}
.fixed_header #tmp_gnavi,
.fixed_header #tmp_means{
	display: none;
}
.fixed_header #tmp_hnavi_rmenu{
	opacity: 0;
    visibility: hidden;
    position: absolute;
}
.fixed_header #tmp_hnavi_s > ul > li.fixed_text{
    display: block;
    font-weight: bold;
	text-align: left;
    font-size: 88.9%;
    margin-right: 30px;
    padding-top: 19px;
}
#tmp_hnavi_s > ul > li.fixed_text br{
	display: none;
}
.fixed_header #tmp_hnavi_mmenu{
	margin-left: 0;
}
.fixed_header #tmp_hnavi_mmenu > a{
	min-height: 58px;
	background-image: none;
	font-size: 133.3%;
	width: 401px;
	padding: 11px 10px 5px 13px;
	border-width: 2px;
}
.fixed_header #tmp_hnavi_mmenu > a > span{
	background: url(/shared/images/header/search_fixed_icon.png) 0 7px no-repeat;
	padding-left: 38px;
	min-height: 32px;
	padding-top: 2px;
}
.fixed_header #tmp_hnavi_mmenu > a.ac_active > span{
	background-image: url(/shared/images/header/search_close_icon_sp.png);
	background-size: 24px auto;
}
.fixed_header #tmp_header_wrap .wrap_sma_sch{
	top: calc(100% + 4px);
}
.fixed_header #tmp_hnavi_s > ul > li > a:after{
	bottom: -15px;
}
/* sma_menu */
#tmp_header_wrap .wrap_sma_sch{
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	top: calc(100% + 3px);
	left: 0;
    right: 0;
	width: 100%;
	background-color: #ffffff;
    border-top: 4px solid #26734d;
    border-bottom: 4px solid #26734d;
}
.wrap_sma_sch .menu_wrapper {
	position: relative;
    z-index: 1;
    padding-top: 63px;
	padding-bottom: 42px;
}
.wrap_sma_sch .close_btn{
	border-top: 1px solid #26734d;
}
.wrap_sma_sch .close_btn > a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 88.9%;
	color: #26734d;
	background-color: #ffffff;
	padding: 26px 10px 20px;
}
.wrap_sma_sch .close_btn > a > span{
	display: inline-block;
    padding-left: 25px;
    color: inherit;
    background: transparent url(/shared/images/header/search_close_icon.png) no-repeat left 3px;
}
/* sma_mmenu */
.wrap_sma_sch:not(#tmp_sma_rmenu) .menu_wrapper:after{
	content: '';
	position: absolute;
    top: -5px;
	bottom: 0;
    right: -120px;
	z-index: -1;
	width: 359px;
	color: inherit;
	background: transparent url(/shared/images/header/search_pattern_bg.png) no-repeat 0 0;
	background-size: auto 432px;
}
#tmp_sma_mmenu .section_ttl h2,
#tmp_sma_mmenu .section_ttl p{
	background-image: url(/shared/images/header/search_menu_eng.png);
    padding: 0 3px 31px 6px;
    background-position: center bottom;
}
#tmp_sma_mmenu .search_category{
	padding-bottom: 61px;
	border-bottom: 1px solid #cccccc;
}
#tmp_sma_mmenu .search_category .ttl_double_line{
	margin-bottom: 36px;
}
#tmp_sma_mmenu .search_category .category_list,
#tmp_sma_lang .menu_wrapper .lang_list,
.menu_wrapper .setting_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 20px;
}
#tmp_sma_mmenu .search_category .category_list{
	gap: 0 20px;
}
#tmp_sma_mmenu .search_category .cate_item {
	width: calc((100% - 60px)/4);
}
#tmp_sma_mmenu .search_category .cate_item:not(.is_active):nth-child(-n + 4){
	margin-bottom: 20px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a,
#tmp_sma_lang .menu_wrapper .lang_list > li > a,
.menu_wrapper .setting_list > li > a {
	text-decoration: none;
	display: flex;
	min-height: 72px;
	align-items: center;
	padding: 13px 21px 12px;
	font-weight: bold;
	color: #222222;
	background-color: #fcf9f3;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.15);
}
#tmp_sma_lang .menu_wrapper .lang_list > li > a,
.menu_wrapper .setting_list > li > a{
	height: 100%;
	border: 1px solid #7f3654;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a{
	position: relative;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span {
	position: relative;
	z-index: 101;
	display: block;
	width: 100%;
	min-height: 30px;
	padding-top: 3px;
	padding-right: 34px;
	background: #fcf9f3 url(/shared/images/icon/icon_s_plus.png) no-repeat right center;
}
#tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a > span{
	background-image: url(/shared/images/icon/icon_s_minus.png);
}
#tmp_sma_mmenu .cate_item:not(:has(.ctg_accordion_cnt)) .ctg_accordion_switch > a > span{
	background-image: none;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:before{
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: -20px;
	height: 10px;
	z-index: 101;
	background-color: #fcf9f3;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:after{
	content: '';
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcf9f3;
    border: 1px solid #7f3654;
    z-index: 100;
}
#tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a:before{
	content: '';
}
#tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a:after{
	border-bottom: none;
	bottom: -14px;
}
#tmp_sma_mmenu .ctg_accordion_cnt {
    position: relative;
	display: none;
    top: 0;
	width: calc(400% + 100px);
	margin-left: -20px;
    z-index: 3;
	padding: 0 20px 20px;
	pointer-events: none;
}
#tmp_sma_mmenu .cate_item:nth-child(4n+2) .ctg_accordion_cnt {
    margin-left: calc(-100% - 40px);
}
#tmp_sma_mmenu .cate_item:nth-child(4n+3) .ctg_accordion_cnt {
    margin-left: calc(-200% - 60px);
}
#tmp_sma_mmenu .cate_item:nth-child(4n+4) .ctg_accordion_cnt {
    margin-left: calc(-300% - 80px);
}
#tmp_sma_mmenu .cate_item .ctg_accordion_inner{
	display: flex;
	align-items: center;
	margin-top: 14px;
	padding: 5px 18px 5px 23px;
	background-color: #fcf9f3;
	border: 1px solid #7f3654;
	color: #222222;
	pointer-events: all;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.15);
}
#tmp_sma_mmenu .cate_item .ctg_accordion_ttl{
	flex-shrink: 0;
	width: 23.3%;
	font-weight: bold;
	font-size: 122.2%;
	padding-right: 10px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_ttl a{
	text-decoration: none;
	display: inline-block;
	padding: 4px 0 0 44px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_arrow30_20.png) no-repeat left 7px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_des{
	flex: 1 auto;
	width: 100%;
	padding-top: 26px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_list{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	gap: 0 28px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_list li{
	width: calc((100% - 56px) / 3);
	margin-bottom: 25px;
}
#tmp_sma_mmenu .cate_item .ctg_accordion_list a{
	text-decoration: none;
	display: inline-block;
	min-height: 25px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_arrow24_16.png) no-repeat left 4px;
	padding-left: 35px;
}
#tmp_sma_mmenu .search_purpose{
	padding-top: 59px;
	padding-bottom: 61px;
}
#tmp_sma_mmenu .search_menu_purpose{
    padding-top: 55px;
    border-top: 1px solid #cccccc;
}
#tmp_sma_mmenu .search_menu_purpose .ttl_double_line{
	margin-bottom: 35px;
}
/* sma_rmenu */
#tmp_sma_rmenu.wrap_sma_sch{
	position: absolute;
	z-index: 1;
	min-width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
}
#tmp_sma_rmenu.wrap_sma_sch .sma_rmenu_wrap{
	background-color: #ffeef0;
	border-top: 1px solid #ab2232;
	border-bottom: 1px solid #ab2232;
	margin-top: 9px;
	margin-bottom: 12px;
}
#tmp_sma_rmenu .menu_wrapper {
	padding-top: 19px;
	padding-bottom: 0;
}
#tmp_sma_rmenu .box_emergency {
	display: flex;
	color: #ffffff;
	background-color: #ab2232;
	border: 1px solid #ab2232;
	margin-bottom: 10px;
}
#tmp_sma_rmenu .box_emergency .emergency_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 209px;
	padding: 10px;
	font-size: 111.1%;
	font-weight: bold;
}
#tmp_sma_rmenu .box_emergency .emergency_ttl p {
	padding-left: 30px;
	background: url(/shared/images/header/emergency_menu_icon.png) no-repeat left center;
}
#tmp_sma_rmenu .box_emergency .emergency_cnt {
	flex: 1;
	padding: 13px 20px 13px 17px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_sma_rmenu .box_emergency .emergency_cnt:has(.emergency_list){
	padding-top: 3px;
}
#tmp_sma_rmenu .box_emergency ul {
	list-style: none;
}
#tmp_sma_rmenu .box_emergency ul.emergency_list li{
    padding-top: 11px;
    padding-bottom: 12px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cccccc)) repeat-x left bottom;
	background: -moz-linear-gradient(left, #ffffff calc(3/4*100%), #cccccc calc(3/4*100%)) repeat-x left bottom;
	background: -o-linear-gradient(left, #ffffff calc(3/4*100%), #cccccc calc(3/4*100%)) repeat-x left bottom;
	background: linear-gradient(to right, #ffffff calc(3/4*100%), #cccccc calc(3/4*100%)) repeat-x left bottom;
	background-size: 4px 1px;
}
#tmp_sma_rmenu .box_emergency .ttl{
	padding-left: 13px;
	margin-bottom: 8px;
    font-weight: bold;
    font-size: 88.9%;
    color: #222222;
    background: url(/shared/images/header/emergency_ttl_line.png) no-repeat 2px 2px;
}
#tmp_sma_rmenu .box_emergency .date{
	font-size: 77.8%;
	font-weight: bold;
	color: #ab2232
}
#tmp_sma_rmenu .box_emergency .text{
	font-size: 88.9%;
	color: #222222;
	flex: 1;
}
#tmp_sma_rmenu .box_emergency .simple_link a{
	padding-left: 20px;
	background-image: url(/shared/images/header/emergency_arrow.png);
	background-position: left 5px;
}
#tmp_sma_rmenu .box_emergency .emergency_more {
	padding-top: 14px;
	display: flex;
	justify-content: flex-end;
	gap: 10px 29px;
	margin-right: -3px;
}
#tmp_sma_rmenu .box_emergency .emergency_more a{
	font-weight: bold;
}
#tmp_sma_rmenu .box_emergency .emergency_more .icon_site a{
	padding-left: 26px;
	background-image: url(/shared/images/header/site_icon.png);
	background-position: 0 1px;
}
#tmp_emergency .emergency_list li {
	display: flex;
}
#tmp_emergency .emergency_list li .date {
    width: 126px;
	flex-shrink: 0;
	padding: 4px 0 0 1px;
}
#tmp_sma_rmenu #tmp_disaster {
	border-color: #933232;
	background-color: #933232;
}
#tmp_disaster.box_emergency ul.emergency_list li {
	padding-bottom: 11px;
	padding-top: 14px;
}
#tmp_disaster.box_emergency .date{
	padding-top: 1px;
	color: #933232;
	margin-bottom: 5px;	
}
#tmp_disaster.box_emergency .emergency_ttl p {
	background-image: url(/shared/images/header/disaster_icon.png);
}
#tmp_disaster.box_emergency .emergency_more {
	margin-right: -1px;
}
#tmp_disaster.box_emergency .emergency_more a{
	background-image: url(/shared/images/header/disaster_arrow.png);
}
#tmp_sma_rmenu.wrap_sma_sch .close_btn {
    border-top: none;
}
#tmp_sma_rmenu.wrap_sma_sch .close_btn > a{
	color: #ab2232;
    background-color: #ffeef0;
	padding-top: 18px;
	padding-bottom: 27px;
}
#tmp_sma_rmenu.wrap_sma_sch .close_btn > a > span{
	background-image: url(/shared/images/header/emergency_menu_close_icon.png);
	background-position: left 2px;
	padding-left: 24px;
}
#tmp_disaster .hidden_link {
	display: none;
}
#tmp_disaster .list_band ul {
	margin-left: 20px;
    list-style: url(/shared/images/icon/list_icon_idx.gif);
}
#tmp_disaster .list_band ul li {
	margin-bottom: 12px;
}
/* lang_menu, setting_menu */
#tmp_sma_lang,
#tmp_sma_setting {
    position: absolute;
    z-index: 800;
    display: none;
}
#tmp_sma_lang.wrap_sma_sch .menu_wrapper,
#tmp_sma_setting.wrap_sma_sch .menu_wrapper {
    padding-top: 53px;
    padding-bottom: 62px;
}
.wrap_sma_sch .menu_ttl{
	min-height: 26px;
	font-weight: bold;
	font-size: 122.2%;
	padding-left: 36px;
	margin-bottom: 35px;
	color: #222222;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 3px;
}
#tmp_sma_lang.wrap_sma_sch .menu_ttl{
	background-image: url(/shared/images/header/language_menu_icon.png);
}
#tmp_sma_setting.wrap_sma_sch .menu_ttl{
	background-image: url(/shared/images/header/setting_menu_icon.png);
}
#tmp_sma_lang .menu_wrapper .lang_list > li{
	width: calc((100% - 40px) / 3);
}
#tmp_sma_lang .menu_wrapper .lang_list > li > a{
	flex-wrap: wrap;
	background: #fcf9f3 url(/shared/images/icon/icon_arrow24_16.png) no-repeat 20px center;
	padding-left: 57px;
	padding-bottom: 7px;
	padding-right: 10px;
}
.menu_wrapper .setting_list > li{
	width: calc((100% - 40px) / 3);
}
.menu_wrapper .setting_list > li > a{
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 56px;
}
.menu_wrapper .setting_list > li.setting_fsize > a{
	background-image: url(/shared/images/header/fsize_icon.png);
}
.menu_wrapper .setting_list > li.setting_voice > a{
	background-image: url(/shared/images/header/read_voice_icon.png);
}
.menu_wrapper .setting_list > li.setting_furi > a{
	background-image: url(/shared/images/header/furi_icon.png);
}
/* gnavi
================================================== */
#tmp_gnavi {
	position: relative;
	color: #222222;
	background-color: #ffffff;
	clear:both;
	margin-top: 4px;
}

.gnavi {
	color: inherit;
	clear: both;
    position: relative;
}

.gnavi > ul {
	list-style: none;
}

.gnavi > ul > li {
	flex-grow:1;
	text-align:center;
	position: relative;
}
.gnavi > ul > li:after,
.gnavi > ul > li:last-child:before {
	content: '';
	position: absolute;
	width: 1px;
	left: 0;
    top: 11px;
    bottom: 12px;
	margin-top: -2px;
	background-color: #cccccc;
}
.gnavi > ul > li:last-child:before{
	left: auto;
	right: 0;
}
.gnavi > ul > li:first-child {
	min-width: 155px;
}
.gnavi > ul > li:last-child {
	min-width: 139px;
}
.gnavi > ul,
.gnavi > ul > li,
.gnavi > ul > li > a {
	display: flex;
}
.gnavi > ul > li > a {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration:none;
	position: relative;
	z-index: 1;
	color:#222222;
	padding: 10px 3px;
	font-size: 94.4%;
	font-weight: bold;
}
.gnavi > ul > li:first-child > a {
	padding-left: 0;
}
.gnavi > ul > li:last-child > a {
	padding-right: 0;
}
.gnavi > ul > li > a > span {
	display: block;
	position: relative;
}
.gnavi > ul > li > a > span:before,
.gnavi > ul > li > a > span:after{
	content: '';
    position: absolute;
	opacity: 0;
	color: inherit;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	transition: 0.3s ease-in-out opacity;
}
.gnavi > ul > li > a > span:before{
	left: 50%;
    bottom: -8px;
	width: 6px;
	height: 6px;
	background-image: url(/shared/images/header/gnavi_active_arrow.png);
	transform: translateX(-50%);
}
.gnavi > ul > li > a > span:after{
    left: 3px;
    right: 2px;
    bottom: -3px;
    height: 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(/shared/images/header/gnavi_active.png);
}
.gnavi > ul > li > a:hover > span:after,
.gnavi > ul > li.active > a > span:after,
.gnavi > ul > li.is_hover > a > span:before,
.gnavi > ul > li.is_hover > a > span:after{
	opacity: 1;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	text-align: left;
	left: 0;
	right: 0;
    top: 100%;
	padding-top: 10px;
    width: 100%;
	z-index: 9;
}
#tmp_gnavi .drop_down_inner {
	color: #222222;
	background-color: #fcf9f3;
	padding: 26px 41px 8px 22px;
	border: 2px solid #7f3654;
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.1);
	overflow-y: auto;
}
#tmp_gnavi .drop_down_inner ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	gap: 0 20px;
}
#tmp_gnavi .drop_down_inner li{
	width: calc((100% - 60px) / 4);
	margin-bottom: 17px;
}
#tmp_gnavi .drop_down_inner a{
	display: inline-block;
	padding: 4px 0 4px 35px;
	background: transparent url(/shared/images/icon/icon_arrow24_16.png) no-repeat 0px 8px;
	color: inherit;
	text-decoration: none;
}
#tmp_gnavi .drop_down_inner a:hover{
	text-decoration: underline;
}

/*pnavi*/
.pnavi{
	position: absolute;
	right: 26px;
	top: -47px;
	z-index: 100;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 56px;
	height: 46px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	font-size: 0.75rem;
	color: #ffffff;
	background: #222222 url(/shared/images/icon/icon_back_top_sp.png) no-repeat center center;
	background-size: 20px auto;
	border: 1px solid #222222;
	text-align: center;
	text-decoration: none;
	transition: 0.3s opacity ease-in-out;
	text-indent: -9999px;
	overflow: hidden;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	margin-top: 126px;
	border-top: 1px solid #7f3654;
	color: inherit;
}
#tmp_footer .footer_inner{
	display: flex;
	justify-content: space-between;
	padding: 39px 0 50px;
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_logo_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 7px;
}
#tmp_footer .footer_logo p {
    display: block;
    padding: 4px 0 4px 57px;
    background: #ffffff url(/shared/images/icon/flogo.png) no-repeat left 1px;
    background-size: 48px auto;
    color: #222222;
    font-size: 133.3%;
    font-weight: bold;
}
#tmp_footer .footer_corporate_num{
	color: #222222;
	font-size: 88.9%;
}
#tmp_footer .footer_address{
	font-size: 88.9%;
}
#tmp_footer .footer_link_list{
	list-style: none;
	display: flex;
	gap: 0 27px;
	margin-bottom: 14px;
}
#tmp_footer .footer_link_list a.simple_link{
	background-position: left 4px;
}
#tmp_footer .fnavi a.simple_link{
	padding-left: 18px;
}
#tmp_footer .sign_lang{
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin: 10px 0;
}
#tmp_footer .sign_lang .sign_btn > a{
	display: block;
	box-shadow: 3px 6px 12px 0 rgba(28, 28, 28, 0.1);
}
#tmp_footer .sign_lang .sign_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_footer .sign_lang .sign_link > a.simple_link{
	background-position: left 6px;
}
/* fnavi  */
#tmp_footer .fnavi_wrap{
	width: 244px;
	padding-top: 13px;
}
.fnavi {
	color: inherit;
	list-style: none;
	padding: 12px 0 10px 16px;
	border-left: 1px solid #cccccc;
}

.fnavi li {
	margin-bottom: 17px;
}

.fnavi li:last-child {
	margin-bottom: 0;
}
.footer_cnt{
	flex: 1;
	padding-right: 10px;
}
.footer_cnt address {
	margin: 0 0 4px;
	font-style: normal;
}

.copyright {
	position: relative;
	z-index: 100;
	text-align: center;
	font-size: 88.9%;
	color: #ffffff;
	background-color: #222222;
	padding: 1px 10px 3px;
	border-top: 1px solid #222222;
}
/* common section
================================================== */
.show_pc {
	display: block;
}
.show_sp {
	display: none;
}
/* arrow link */
.box_thumb,
a.box_thumb {
	display: block;
	color: #222222;
	background-color: #ffffff;
}
.simple_link a,
a.simple_link,
span.simple_link {
	display: inline-block;
	color: #222222;
	background: transparent url(/shared/images/icon/icon_arrow.png) no-repeat left 3px;
	font-size: 88.9%;
	padding-left: 19px;
}
.box_thumb a,
a.box_thumb,
.simple_link a,
a.simple_link {
	text-decoration: none;
}
/* box_thumb */
.box_thumb .thumb_cnt {
	padding: 10px 18px 23px 16px;
}
.box_thumb .thumb_cnt,
.box_thumb .thumb_date_label,
.box_thumb .thumb_date,
.box_thumb .thumb_txt {
	display: block;
}
.box_thumb .thumb_date,
.box_thumb .thumb_label {
	font-weight: bold;
	font-size: 77.8%;
}
.box_thumb .thumb_date_label .thumb_date,
.box_thumb .thumb_date_label .thumb_label {
	display: inline-block;
	vertical-align: middle;
}
.box_thumb .thumb_label {
	background: #e9f1ed url(/shared/images/icon/icon_thumb_label.png) no-repeat 6px 3px;
	background-size: 14px auto;
	color: #26734d;
	border: 1px solid #e9f1ed;
	padding: 4px 5px 3px 26px;
	line-height: 1;
}
.box_thumb .thumb_date {
    color: #26734d;
    background-color: transparent;
}
.box_thumb .thumb_txt {
    margin-top: 3px;
    line-height: 1.6;
    font-size: 88.9%;
}
/* box border */
.box_border {
    position: relative;
    padding-top: 1px;
    border-right: 1px solid #7f3654;
    border-left: 1px solid #7f3654;
    background-color: #ffffff;
}
.box_border::before,
.box_border::after {
    content: "";
    width: calc(100% - 8px);
    border-bottom: 1px solid #7f3654;
    position: absolute;
}
.box_border::before {
	top: 0;
	left: 0;
}
.box_border::after {
	bottom: 0;
	right: 0;
}
/* Title section */
.section_ttl {
    margin-bottom: 59px
}
.section_ttl h2,
.section_ttl p {
	text-align: center;
    font-size: 211.1%;
    font-weight: bold;
	color: #222222;
    padding-bottom: 27px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section_sub_ttl,
.section_sub_ttl p,
.section_sub_ttl h3{
	position: relative;
}
.section_sub_ttl h2,
.section_sub_ttl h3,
.section_sub_ttl p {
	display: inline-block;
	color: #222222;
    background-color: #ffffff;
    padding: 0 20px 0 21px;
	font-weight: bold;
	font-size: 133.3%;
	z-index: 1;
	line-height: 1.4;
}
/* Title double line */
.ttl_double_line {
    display: inline-block;
	font-size: 122.2%;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 18px;
    background: url(/shared/images/icon/sub_ttl_line.png) left center no-repeat;
}
.ttl_double_line > h3{
	font-size: 100%;
}
/* Search purpose */
.search_purpose_list > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	gap: 0 20px;
}
.search_purpose_list .purpose_item {
    width: calc((100% - 80px) / 5);
    margin-bottom: 20px;
}
.search_purpose_list .purpose_item a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    min-height: 134px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #222222;
    background-color: #fcf9f3;
    border: 1px solid #7f3654;
    padding: 8px 8px 2px 7px;
    box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.15);
}
.search_purpose_list .purpose_item .img{
	display: inline-block;
	padding-top: 16px;
	min-height: 62px;
}
.search_purpose_list .purpose_item .img img{
	max-width: 48px;
	height: auto;
	vertical-align: top;
}
.search_purpose_list .purpose_item .txt {
	flex: 1;
	display: flex;
	align-items: center;
}
/* Search form */
.search_purpose .search_form_wrap{
	display: flex;
	gap: 51px;
	margin-bottom: 24px;
}
.search_purpose .form_group {
    width: calc(50% - 25px);
}
.search_purpose .form_group .wrap_sch_box{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.search_purpose .form_group .wrap_sch_box .sch_ttl{
	font-size: 100%;
	width: 254px;
	padding-top: 2px;
}
.search_purpose .sch_ttl label{
	cursor: pointer;
}
.search_purpose .form_group .wrap_sch_box .sch_form{
	position: relative;
	flex: 1;
}
.search_purpose .form_group .wrap_sch_box .sch_box{
	flex: 1;
}
.search_purpose .form_group .sch_box input, 
.search_purpose .form_group .sch_btn input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #26734d;
    font-size: 88.9%;
    line-height: 1.2;
}
.search_purpose .form_group .sch_box input {
	font-weight: 500;
    padding: 10px 86px 8px 19px;
    background-color: #ffffff;
    height: 44px;
    color: #222222;
	box-shadow: 0 3px 11px 1px rgba(28, 28, 28, 0.1);
}
.search_purpose .form_group .sch_btn{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 78px;
}
.search_purpose .form_group .sch_btn input {
    cursor: pointer;
    height: 44px;
    padding: 4px 2px 4px 5px;
    color: #ffffff;
    background-color: #26734d;
    letter-spacing: 1px;
    text-indent: -1px;
    font-weight: bold;
}
.search_purpose .related_search{
	text-align: right;
}
.related_search a.simple_link{
	background-position: left 5px;
	padding-left: 20px;
}
.search_popular_keywords{
	display: flex;
}
.search_popular_keywords .ttl_double_line{
    width: 300px;
	padding-top: 8px;
    padding-left: 20px;
	background-position: left 11px;
	flex-shrink: 0;
}
.search_popular_keywords ul{
	display: flex;
	list-style: none;
	flex-flow: row wrap;
    gap: 20px;
	flex: 1;
}
.search_popular_keywords ul li a{
	display: inline-block;
	text-decoration: none;
	font-size: 88.9%;
	min-height: 44px;
	border: 1px solid #26734d;
	border-radius: 50px;
	padding: 11px 15px 3px 15px;
	color: #222222;
	box-shadow: 0 3px 11px 1px rgba(28, 28, 28, 0.1);
}
/* btn_show_more */
.btn_show_more {
	text-align: center;
}
.btn_show_more a {
	position: relative;
	display: inline-block;
	background-color: transparent;
	color: inherit;
	line-height: 1;
	font-size: 88.9%;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 4px 19px;
}
.btn_show_more a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 15px;
	height: 15px;
	background: url(/shared/images/icon/icon_plus.png) no-repeat;
	background-size: 100% auto;
}
.btn_show_more a.hide:before {
	background-image: url(/shared/images/icon/icon_minus.png);
}
/* news_col */
.news_col_wrap {
	flex: 1;
}
.news_col {
    position: relative;
    padding: 0 48px 21px 20px;
}
.news_col::before,
.news_col .section_sub_ttl::after {
	content: '';
	position: absolute;
}
.news_col:before {
    top: 15px;
    left: 0;
    width: 1px;
    bottom: 0;
	border-left: 1px solid #7f3654;
}
.news_col .section_sub_ttl {
    position: relative;
    z-index: 1;
}
.news_col .section_sub_ttl::after {
    z-index: -1;
    left: 0;
    right: 0;
    top: 15px;
    height: 1px;
    border-top: 1px solid #7f3654;
}
#tmp_contents .news_col .section_sub_ttl h2,
.news_col .section_sub_ttl h2,
.news_col .section_sub_ttl h3,
.news_col .section_sub_ttl p {
	display: inline-block;
	font-size: 133.33%;
	margin: 0 0 15px;
	padding: 0 15px 0 0;
	background: #ffffff;
	color: inherit;
}
.news_col_list ul {
	padding-left: 4px;
}
#tmp_contents .news_col_list ul,
#tmp_contents .news_rss ul,
.news_col_list ul,
.news_rss ul {
	list-style: none;
	margin: 0;
}
.news_col_list ul > li {
	padding: 0 25px 9px 0;
    color: inherit;
    background: transparent url(/shared/templates/free/images/icon/dotted_icon.png) repeat-x left bottom;
}
#tmp_contents .news_col_list ul > li,
.news_col_list ul > li {
	margin-bottom: 26px;
}
#tmp_contents .news_col_list ul > li:last-child,
.news_col_list ul > li:last-child {
	margin-bottom: 0 !important;
}
.news_col_list ul .date {
    color: #26734d;
    font-weight: bold;
    font-size: 77.8%;
}
#tmp_contents .news_col_list ul .date,
.news_col_list ul .date {
	margin-bottom: 4px;
}
.news_col_list ul .simple_link a {
	padding-left: 20px;
	background-position: left 8px;
}
.news_rss,
.news_rss ul {
	display: flex;
}
#tmp_contents .news_rss,
.news_rss{
	margin-top: 33px;
	text-align: right;
	justify-content: right;
	font-weight: bold;
}
#tmp_contents .news_rss {
	padding-right: 2px;
}
.news_rss ul{
    flex-wrap: wrap;
	gap: 0 29px;
    justify-content: flex-end;
}
.news_rss .simple_link a {
	background-position: left 8px;
}
#tmp_contents .news_rss .simple_link a {
	padding-left: 20px;
}
/* Pickup section */
.box_pickup {
	margin-top: 79px;
}
.format_top .box_pickup{
	display: none;
}
.box_pickup .more_info_ttl {
	margin-bottom: 17px;
}
.pickup_thumb a,
.pickup_cnt,
.pickup_sub {
	display: flex;
}
.pickup_cnt {
	padding: 34px 37px 34px 36px;
	color: #ffffff;
	background-color: #7f3654;
	border: 1px solid #7f3654;
	gap: 0 33px;
	justify-content: center;
}
.pickup_thumb {
	box-shadow: 0 5px 18px 2px rgba(28,28,28,0.1);
}
.pickup_thumb a {
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
}
.pickup_thumb_cnt {
	display: flex;
	align-items: center;
}
.pickup_thumb_cnt > span {
	display: block;
}
.pickup_thumb_cnt .txt {
	line-height: 1.6;
	font-size: 111.1%;
}
.pickup_main {
	flex: 1;
}
.pickup_main .pickup_thumb_cnt {
	padding: 19px 14px 19px 13px;
	flex: 1;
}
.pickup_main,
.pickup_main .pickup_thumb,
.pickup_main .pickup_thumb p {
	display: flex;
}
.pickup_main:last-child {
	max-width: 38%;
}
.pickup_main .pickup_thumb a {
	width: 100%;
	flex-direction: column;
}
.pickup_sub {
	flex-direction: column;
	gap: 41px 0;
	width: calc(62% - 33px);
	padding: 2px 0 0;
}
.pickup_sub:first-child {
	width: 100%;
}
.pickup_sub .pickup_thumb_cnt {
	padding: 17px 14px 17px 18px;
	flex: 1;
}
.pickup_sub .pickup_thumb_img {
	display: flex;
	align-items: center;
	max-width: 297px;
	width: 50%;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:88.9%;
	margin: 36px 0 24px;
}
#tmp_pankuzu a {
	color: #161873;
	background-color: transparent;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 12px;
}
.custom_general #tmp_wrap_custom_update{
	margin-bottom: 2px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
	margin-right: -3px;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn {
	margin-left: 10px;
	margin-top: 1px;
}
#tmp_social_plugins .social_media_btn > *{
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn:first-child {
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
	margin-top: 1px;
}
#tmp_update {
	margin-left: 9px;
}
#tmp_pageid {
	margin-left: 15px;
}
#tmp_print {
	margin-left: 7px;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	background: #7f3654 url(/shared/images/icon/icon_print.png) no-repeat 8px center;
	background-size: 14px auto;
	min-width: 60px;
	min-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 66.7%;
	padding: 3px 10px 2px 24px;
	border: 1px solid #7f3654;
	border-radius: 9px;
	line-height: 1;
}
.no_javascript #tmp_print {
	display: none;
}

/* rnavi
================================================== */
#tmp_wrap_rnavi .rnavi_title{
	margin-bottom: 19px;
	padding-bottom: 20px;
	font-size: 111.1%;
	font-weight: bold;
	background: url(/shared/images/icon/ttl_same_category.png) no-repeat left 1px bottom;
	line-height: 1.8;
}
#tmp_wrap_rnavi .rnavi_title p,
#tmp_wrap_rnavi .rnavi_title h2 {
	font-size: 100%;
}
#tmp_rnavi{
	border-top: 4px solid #7f3654;
	border-right: 1px solid #7f3654;
	font-weight: bold;
	margin-bottom: 9px;
}
#tmp_rnavi_ttl{
	line-height: 1.7;
	border-bottom: 4px solid #7f3654;
}
#tmp_rnavi_ttl p{
	padding: 17px 10px 13px;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -17px -10px -13px;
	padding: 17px 10px 13px 45px;
	background: transparent url(/shared/images/icon/icon_arrow24_16.png) no-repeat 10px 23px;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_cnt ul:last-child {
	padding-bottom: 24px;
}
#tmp_rnavi_cnt ul li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt ul a{
	display: block;
	padding: 15px 18px 11px 36px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/shared/images/icon/icon_arrow.png),-webkit-gradient(linear,left top, left bottom,from(#cccccc),to(#cccccc));
	background-image: url(/shared/images/icon/icon_arrow.png),-moz-linear-gradient(#cccccc,#cccccc);
	background-image: url(/shared/images/icon/icon_arrow.png),-o-linear-gradient(#cccccc,#cccccc);
	background-image: url(/shared/images/icon/icon_arrow.png),linear-gradient(#cccccc,#cccccc);
	background-position: 9px 21px, left bottom;
	background-size: auto, calc(100% - 19px) 1px;
	color: inherit;
	text-decoration: none;
	overflow-wrap: break-word;
}
#tmp_rnavi_cnt ul a:hover,
#tmp_rnavi_cnt ul .active a{
	background-color: #fcf9f3;
}
.custom_kouhou.no_javascript #tmp_rnavi_cnt ul li:last-child a,
.custom_kouhou #tmp_rnavi_cnt ul:last-child li:last-child a,
#tmp_rnavi_cnt ul a:hover,
#tmp_rnavi_cnt ul .active a{
	background-image: url(/shared/images/icon/icon_arrow.png),-webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654));
	background-image: url(/shared/images/icon/icon_arrow.png),-moz-linear-gradient(#7f3654,#7f3654);
	background-image: url(/shared/images/icon/icon_arrow.png),-o-linear-gradient(#7f3654,#7f3654);
	background-image: url(/shared/images/icon/icon_arrow.png),linear-gradient(#7f3654,#7f3654);
}
#tmp_rnavi .btn_show_more {
	padding: 17px 18px 9px 1px;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 80px 0 42px;
	border-top: solid 1px #7f3654;
	border-bottom: solid 1px #7f3654;
	background-color: #ffffff;
	color: #222222;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 17px 21px 14px;
	border-bottom:1px solid #cccccc;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_inquiry:last-child {
	margin-bottom: 0;
}
#tmp_inquiry_cnt{
	padding: 20px 21px 17px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_inquiry_cnt .inquiry_parts {
	overflow-wrap: break-word;
}
#tmp_inquiry_cnt .inquiry_parts p {
	line-height: 1.6;
}
#tmp_inquiry_cnt .inq_tel,
#tmp_inquiry_cnt .inq_fax {
	display: inline-block;
	vertical-align: top;
}
#tmp_inquiry_cnt .inq_tel {
	margin-right: 13px;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin: 22px 0 6px;
	padding-left: 43px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	color: #222222;
	font-weight: bold;
	text-align: center;
	appearance: none;
	cursor: pointer;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/shared/images/icon/icon_arrow.png);
	border: 1px solid #ffffff;
	box-shadow: 0 1px 5px 0px rgba(96, 103, 120, 0.45);
	padding: 13px 29px 10px 53px;
	background-position: 30px 23px;
	white-space: pre-wrap;
}
/* general color2 */
.custom_general .type_general_color2 #tmp_inquiry{
	border-top-color:#0162b3;
    border-bottom-color:#0162b3;
}
.custom_general .type_general_color2 #tmp_inquiry_cnt .inquiry_btn input{
	background-image: url(/shared/images/icon/icon_arrow_color2.png);
}
/* general color3 */
.custom_general .type_general_color3 #tmp_inquiry{
	border-top-color:#c23d6f;
    border-bottom-color:#c23d6f;
}
.custom_general .type_general_color3 #tmp_inquiry_cnt .inquiry_btn input{
	background-image: url(/shared/images/icon/icon_arrow_color3.png);
}
/* general color4 */
.custom_general .type_general_color4 #tmp_inquiry{
	border-top-color:#cd451b;
    border-bottom-color:#cd451b;
}
.custom_general .type_general_color4 #tmp_inquiry_cnt .inquiry_btn input{
	background-image: url(/shared/images/icon/icon_arrow_color4.png);
}
/* shisaku inquiry */
.custom_shisaku #tmp_inquiry {
	margin-bottom: 62px;
}
.custom_shisaku #tmp_inquiry_ttl {
    padding: 20px 21px 16px;
}
.custom_shisaku #tmp_inquiry_ttl h2 {
	font-size: 122.2%;
	color: #222222;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
.custom_shisaku #tmp_inquiry_cnt p {
	line-height: 1.55;
}
/* recommendation common
================================================== */
.box_recommendation .recommendation_cnt ul{
	list-style: none;
	display: flex;
	margin: 0 0 25px;
	flex-wrap: wrap;
	gap: 40px;
}
.box_recommendation .recommendation_cnt ul li{
	width: calc((100% - 120px) / 4);
}
.box_recommendation .thumb_img{
	box-shadow: 0 5px 18px 2px rgba(28,28,28,0.15);
}
.box_recommendation a.box_thumb .thumb_txt {
	margin-top: 10px;
	padding: 0 2px 0 21px;
	background-position: left 9px;
	font-size: 100%;
}
.box_recommendation .recommendation_more_link {
	text-align: right;
	font-weight: bold;
}
.box_recommendation .recommendation_more_link a {
	padding-left: 20px;
	background-position: left 7px;
}
/* Hover Common */
.box_thumb.active .thumb_txt > a,
a.box_thumb:hover .thumb_txt,
a:hover span.simple_link,
.simple_link a:hover,
a.simple_link:hover,
#tmp_print a:hover,
#tmp_rnavi_ttl a:hover,
.btn_show_more a:hover,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_means .func_list > li > a:hover > span,
#tmp_hnavi_s > ul > li > a:hover > span,
#tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:hover,
.search_purpose .form_group .sch_btn input:hover,
.search_popular_keywords ul li a:hover,
.search_purpose_list .purpose_item a:hover,
.wrap_sma_sch .close_btn > a:hover,
.wrap_sma_sch .close_btn > a:hover span,
a:hover .pickup_thumb_cnt .txt,
#tmp_sma_lang .menu_wrapper .lang_list > li > a:hover,
.menu_wrapper .setting_list > li > a:hover,
#tmp_sma_mmenu .cate_item .ctg_accordion_ttl a:hover,
#tmp_sma_mmenu .cate_item .ctg_accordion_list a:hover{
	text-decoration: underline;
}
#tmp_social_plugins .social_media_btn a:hover img,
.pnavi a:hover,
.pnavi a:focus-visible,
#tmp_footer .sign_lang .sign_btn > a:hover img {
	opacity: 0.7;
}
/* hover image */
.box_thumb .thumb_img,
.pickup_thumb_img .img_wrap {
	display: block;
	overflow: hidden;
}

.box_thumb .thumb_img img,
.pickup_thumb_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform 0.3s ease-in-out;
}

.box_thumb.active .thumb_img img,
a.box_thumb:hover .thumb_img img,
a:hover .pickup_thumb_img img {
    transform: scale(1.157);
}
/* koho search
================================================== */
/* koho title */
.kouhou_title{
	margin: 0 0 49px;
    padding-bottom: 27px;
	color: #222222;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 138.9%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

/* list */
.kouhou_search .search_list{
    display: flex;
    flex-flow: row wrap;
}
.kouhou_search .search_list .item{
    list-style: none;
}
.kouhou_search .search_list a{
    display: flex;
	align-items: center;
	padding: 20px 10px 18px 13.16%;
	background-color: #fcf9f3;
	box-shadow: 0 3px 12px 0.72px rgba(28,28,28,0.1);
	border: 1px solid #983e5e;
	height: 100%;
	font-size: 88.9%;
	color: #222222;
	font-weight: bold;
	line-height: 1.2;
	line-break: anywhere;
	text-decoration: none;
}
.kouhou_search .search_list .item_icon{
	flex-shrink: 0;
	margin-right: 6px;
	width: 40px;
}
.kouhou_search .search_list img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.kouhou_search .search_list .item_des{
	flex: 1 auto;
	width: 100%;
}

/* links */
.kouhou_search .search_links{
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	margin: 25px 0 0;
}
.kouhou_search .search_links li{
	list-style: none;
	width: calc(50% - 10px);
}
.kouhou_search .search_links a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 10px 11px 13px;
	background-color: #983e5e;
	height: 100%;
	box-shadow: 0 5px 14px 1.5px rgba(28,28,28,0.1);
	font-size: 88.9%;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.2em;
}
.kouhou_search .search_links span{
	display: inline-block;
	padding: 3px 0 3px 26px;
	background: transparent url(/shared/images/koho/arrow_link_rgt.png) no-repeat 0 8px;
	background-size: 15px auto;
	color: inherit;
}
.kouhou_search .search_list a:hover .item_des,
.kouhou_search .search_links a:hover span{
    text-decoration: underline;
}

/* purpose */
#tmp_kouhou_search_purpose .search_list{
    gap: 15px;
}
#tmp_kouhou_search_purpose .search_list .item{
    width: calc(20% - 12px);
}

/* kouhou - custom style
================================================== */
/* navi */
.custom_kouhou #tmp_wrap_rnavi .rnavi_title{
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
	z-index: 1;
}
.custom_kouhou #tmp_wrap_rnavi .rnavi_title:before{
	content: '';
	position: absolute;
	top: 6px;
	left: -20px;
	bottom: 0;
	border-left: 6px solid #cfb887;
}
.custom_kouhou #tmp_rnavi{
	border: 1px solid #7f3654;
	border-bottom: none;
}
.custom_kouhou #tmp_rnavi_ttl{
	background-color: #7f3654;
	border-bottom: none;
	color: #ffffff;
}
.custom_kouhou #tmp_rnavi_ttl p{
	padding: 18px 10px;
}
.custom_kouhou #tmp_rnavi_ttl a{
	margin: -18px -10px;
	padding: 18px 10px 18px 54px;
	background-image: url(/shared/images/icon/icon_arrow_wh22_16.png);
	background-position: 19px 25px;
}
.custom_kouhou #tmp_rnavi_cnt ul:last-child {
	padding-bottom: 0;
}
.custom_kouhou #tmp_rnavi_cnt ul a{
	padding: 16px 18px 10px 44px;
	background-size: auto, 100% 1px;
	background-position: 18px 21px, left bottom;
}
.custom_kouhou #tmp_rnavi .btn_show_more{
	padding: 17px 18px 16px 16px;
	border-bottom: 1px solid #7f3654;
}
/* inquiry */
.custom_kouhou #tmp_inquiry_cnt .inq_tel,
.custom_kouhou #tmp_inquiry_cnt .inq_fax{
	margin-bottom: 3px;
}
.custom_kouhou #tmp_inquiry_cnt .inquiry_btn{
	margin-top: 20px;
}
/* scroll table */
.custom_kouhou .scroll_table{
	margin-bottom: 41px;
	padding: 35px 11px 23px;
}
.custom_kouhou .scroll_table_switch{
	margin-bottom: 16px;
}
.custom_kouhou .scroll_table_switch a{
	padding: 7px 6px 6px 60px;
	box-shadow: 0 4px 1.5px 0 rgba(96, 103, 120, 0.45);
	border-color: #cdcfde;
}
.custom_kouhou .scroll_table_switch a,
.custom_kouhou .scroll_table_switch a.scroll{
	background-position: 6px center;
}
/* footer */
.custom_kouhou.type_top #tmp_footer {
    margin-top: 66px;
}

/* ==================================================
Splide control common
================================================== */
.splide_common_wrap,
.splide_common{
	display: flex;
	flex-direction: column-reverse;
}
.splide__controls{
	display: flex;
}
.splide__controls .splide__progress{
	font-weight: bold;
	display: flex;
	align-items: flex-start;
	margin-left: 8px;
}
.splide__controls .splide__progress .progress_current{
	font-size: 155.56%;
	line-height: 1;
}

.splide__controls .splide__progress .progress_total{
	font-size: 88.89%;
	padding-top: 5px;
}
.splide__controls .splide__progress .progress_total::before{
	content: '/';
	margin-right: 5px;
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.splide__controls .control_arrow{
	display: flex;
}
.splide__controls .splide__arrow{
	position: static;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 1;
	transform: none;
	width: 44px;
	height: 44px;
	color: #ffffff;
	background-color: #7f3654;
	border: 1px solid transparent;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 10px 0.6px rgba(28,28,28,0.1);
}
.splide__controls .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev.png);
}
.splide__controls .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next.png);
}
.color_yellow #tmp_wrapper .splide__controls .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide__controls .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide__controls .splide__arrow--prev,
.color_black #tmp_wrapper .splide__controls .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide__controls .splide__arrow--next,
.color_black #tmp_wrapper .splide__controls .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__progress .progress_total:before,
.color_black #tmp_wrapper .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper .splide__controls .splide__arrows,
.color_black #tmp_wrapper .splide__controls .splide__arrows,
.color_yellow #tmp_wrapper .splide__controls .splide__arrows {
	background-color: transparent !important;
}
.color_blue #tmp_wrapper .splide__controls .splide__arrows a {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide__controls .splide__arrows a {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide__controls .splide__arrows a {
	background-color: #FFFF00 !important;
}
.fsize_small .splide__controls .splide__progress .progress_total {
	padding-top: 3px;
}
.no_javascript .splide_common {
	visibility: visible;
}
.splide_common.no-splide .splide__list,
.no_javascript .splide_common .splide__list {
	flex-wrap: wrap;
}
.furigana_on .splide__controls .splide__arrow ruby {
	text-indent: -9999px;
}

/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/shared/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #222222;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/shared/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.35em;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/shared/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0.3em;
    background:url(/shared/images/icon/icon_external.png) no-repeat center top;
    background-size: 16px auto;
}

/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
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_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.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_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_black #tmp_wrapper::after,
.color_blue #tmp_wrapper::after,
.color_black #tmp_header_fixed .header_fixed_wrapper:after,
.color_blue #tmp_header_fixed .header_fixed_wrapper:after {
	border-left-color: #FFFF00 !important;
	border-right-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper::after,
.color_yellow #tmp_header_fixed .header_fixed_wrapper:after {
	border-left-color: #000000 !important;
	border-right-color: #000000 !important;
}

.color_black #tmp_footer .footer_logo p,
.color_blue #tmp_footer .footer_logo p,
.color_yellow #tmp_footer .footer_logo p {
	padding-left: 0;
}
.color_black #tmp_footer .pnavi,
.color_blue #tmp_footer .pnavi,
.color_yellow #tmp_footer .pnavi{
	margin-top: 1px;
}
.color_black #tmp_footer .pnavi a,
.color_blue #tmp_footer .pnavi a{
	background-image: url(/shared/images/icon/icon_back_top_sp_yl.png) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(/shared/images/icon/icon_back_top_sp_bl.png) !important;
}

/* color rnavi */
.color_black #tmp_rnavi,
.color_blue #tmp_rnavi,
.color_yellow #tmp_rnavi {
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.color_black #tmp_rnavi_cnt ul li,
.color_blue #tmp_rnavi_cnt ul li,
.color_yellow #tmp_rnavi_cnt ul li {
	border-bottom: 1px solid;
}
.color_black #tmp_rnavi_cnt ul .active a,
.color_blue #tmp_rnavi_cnt ul .active a,
.color_yellow #tmp_rnavi_cnt ul .active a,
.color_black #tmp_rnavi_cnt ul a:hover,
.color_blue #tmp_rnavi_cnt ul a:hover,
.color_yellow #tmp_rnavi_cnt ul a:hover {
	text-decoration: underline;
}
.color_black #tmp_wrapper .btn_show_more a:before {
    background-image: url(/shared/images/icon/icon_plus_bl.png) !important;
}
.color_black #tmp_wrapper .btn_show_more a.hide:before {
    background-image: url(/shared/images/icon/icon_minus_bl.png) !important;
}
.color_blue #tmp_wrapper .btn_show_more a:before {
    background-image: url(/shared/images/icon/icon_plus_blue.png) !important;
}
.color_blue #tmp_wrapper .btn_show_more a.hide:before {
    background-image: url(/shared/images/icon/icon_minus_blue.png) !important;
}
.color_yellow #tmp_wrapper .btn_show_more a:before {
    background-image: url(/shared/images/icon/icon_plus_yl.png) !important;
}
.color_yellow #tmp_wrapper .btn_show_more a.hide:before {
    background-image: url(/shared/images/icon/icon_minus_yl.png) !important;
}

/* Header */
.color_blue #tmp_hnavi_s > ul > li > a,
.color_black #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_hnavi_s > ul > li > a,
.color_black .pickup_thumb,
.color_blue .pickup_thumb,
.color_yellow .pickup_thumb{
	border: 1px solid;
}
.color_blue #tmp_hnavi_s > ul > li > a.ac_active,
.color_black #tmp_hnavi_s > ul > li > a.ac_active,
.color_yellow #tmp_hnavi_s > ul > li > a.ac_active{
	border-width: 0;
}
.color_blue #tmp_hnavi_s > ul > li > a > span,
.color_black #tmp_hnavi_s > ul > li > a > span,
.color_yellow #tmp_hnavi_s > ul > li > a > span{
	padding-left: 0 !important;
}
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:before,
.color_blue .wrap_sma_sch:not(#tmp_sma_rmenu) .menu_wrapper:after,
.color_black .wrap_sma_sch:not(#tmp_sma_rmenu) .menu_wrapper:after,
.color_yellow .wrap_sma_sch:not(#tmp_sma_rmenu) .menu_wrapper:after,
.color_blue .gnavi > ul > li > a > span:before,
.color_black .gnavi > ul > li > a > span:before,
.color_yellow .gnavi > ul > li > a > span:before,
.color_blue .gnavi > ul > li > a > span:after,
.color_black .gnavi > ul > li > a > span:after,
.color_yellow .gnavi > ul > li > a > span:after,
.color_blue #tmp_header_wrap .header_fixed_inner:after,
.color_black #tmp_header_wrap .header_fixed_inner:after,
.color_yellow #tmp_header_wrap .header_fixed_inner:after{
	content: none;
}
.color_blue #tmp_hnavi_s > ul > li > a:after{
	border-color: #FFFF00;
    background-color: #00008B !important;
}
.color_black #tmp_hnavi_s > ul > li > a:after{
	border-color: #FFFF00;
    background-color: #000000 !important;
}
.color_yellow #tmp_hnavi_s > ul > li > a:after{
	border-color: #000000;
    background-color: #FFFF00 !important;
}
.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after,
.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after,
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after{
	border: 4px solid #FFFF00;
	bottom: -26px;
	border-bottom: none;
}
.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after{
	border-color: #000000;
}
.color_blue #tmp_hnavi_s > ul > li > a.ac_active > span,
.color_black #tmp_hnavi_s > ul > li > a.ac_active > span,
.color_yellow #tmp_hnavi_s > ul > li > a.ac_active > span{
	z-index: 802 !important;
}
.fsize_big2.color_blue #tmp_hnavi_s > ul > li > a:after,
.fsize_big2.color_black #tmp_hnavi_s > ul > li > a:after,
.fsize_big2.color_yellow #tmp_hnavi_s > ul > li > a:after {
    bottom: -16px;
}
.fsize_big2.color_blue #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after,
.fsize_big2.color_black #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after,
.fsize_big2.color_yellow #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after {
    bottom: -22px;
}
.color_blue .gnavi > ul > li > a:hover,
.color_black .gnavi > ul > li > a:hover,
.color_yellow .gnavi > ul > li > a:hover,
.color_blue .gnavi > ul > li.active > a,
.color_black .gnavi > ul > li.active > a,
.color_yellow .gnavi > ul > li.active > a,
.color_blue .gnavi > ul > li.is_hover > a,
.color_black .gnavi > ul > li.is_hover > a,
.color_yellow .gnavi > ul > li.is_hover > a{
	text-decoration: underline;
}
.color_blue .gnavi > ul > li:after,
.color_blue .gnavi > ul > li:last-child:before,
.color_black .gnavi > ul > li:after,
.color_black .gnavi > ul > li:last-child:before{
	background-color: #FFFF00;
}
.color_yellow .gnavi > ul > li:after,
.color_yellow .gnavi > ul > li:last-child:before{
	background-color: #000000;
}
.color_blue #tmp_wrapper:not(.menu_overlay) #tmp_header_fixed,
.color_black #tmp_wrapper:not(.menu_overlay) #tmp_header_fixed,
.color_yellow #tmp_wrapper:not(.menu_overlay) #tmp_header_fixed{
	border-bottom: 1px solid;
}
.color_blue #tmp_wrapper .search_purpose .form_group .sch_box input::placeholder,
.color_black #tmp_wrapper .search_purpose .form_group .sch_box input::placeholder{
	color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .search_purpose .form_group .sch_box input::placeholder{
	color: #000000 !important;
}
.color_blue #tmp_sma_rmenu .box_emergency .emergency_ttl,
.color_black #tmp_sma_rmenu .box_emergency .emergency_ttl,
.color_yellow #tmp_sma_rmenu .box_emergency .emergency_ttl{
	border-right: 1px solid;
}
.color_blue #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:after {
    background-color: #00008B !important;
    border-color: #FFFF00  !important;
}
.color_black #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:after {
    background-color: #000000 !important;
    border-color: #FFFF00  !important;
}
.color_yellow #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:after {
    background-color: #FFFF00 !important;
    border-color: #000000  !important;
}
.color_blue #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span{
	background-image: url(/shared/images/icon/icon_plus_blue.png) !important;
}
.color_blue #tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a > span {
    background-image: url(/shared/images/icon/icon_minus_blue.png) !important;
}
.color_black #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span{
	background-image: url(/shared/images/icon/icon_plus_bl.png) !important;
}
.color_black #tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a > span {
    background-image: url(/shared/images/icon/icon_minus_bl.png) !important;
}
.color_yellow #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span{
	background-image: url(/shared/images/icon/icon_plus_yl.png) !important;
}
.color_yellow #tmp_sma_mmenu .cate_item.is_active .ctg_accordion_switch > a > span {
    background-image: url(/shared/images/icon/icon_minus_yl.png) !important;
}
.color_yellow #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:before{
	background-color: #FFFF00 !important;
}
.color_black #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:before{
	background-color: #000000 !important;
}
.color_blue #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a:before{
	background-color: #00008B !important;
}
.color_blue #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span,
.color_black #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span,
.color_yellow #tmp_sma_mmenu .cate_item .ctg_accordion_switch > a > span{
	z-index: 101 !important;
}
.color_blue #tmp_wrapper .section_sub_ttl,
.color_black #tmp_wrapper .section_sub_ttl,
.color_yellow #tmp_wrapper .section_sub_ttl {
	background-color: transparent !important;
}
.color_blue #tmp_wrapper .news_col::before,
.color_black #tmp_wrapper .news_col::before,
.color_blue #tmp_wrapper .news_col .section_sub_ttl::after,
.color_black #tmp_wrapper .news_col .section_sub_ttl::after,
.color_blue #tmp_wrapper .box_border::before,
.color_blue #tmp_wrapper .box_border::after,
.color_black #tmp_wrapper .box_border::before,
.color_black #tmp_wrapper .box_border::after {
    border-color: #FFFF00;
}
.color_yellow #tmp_wrapper .news_col::before,
.color_yellow #tmp_wrapper .news_col .section_sub_ttl::after,
.color_yellow #tmp_wrapper .box_border::before,
.color_yellow #tmp_wrapper .box_border::after {
    border-color: #000000;
}
.color_black #tmp_wrapper .box_thumb .thumb_label,
.color_blue #tmp_wrapper .box_thumb .thumb_label,
.color_yellow #tmp_wrapper .box_thumb .thumb_label {
	padding-left: 5px;
}
.color_black #tmp_contents .news_col_list ul > li,
.color_blue #tmp_contents .news_col_list ul > li,
.color_yellow #tmp_contents .news_col_list ul > li {
	border-bottom: 1px solid;
}
.color_black #tmp_contents .news_col .section_sub_ttl h2,
.color_blue #tmp_contents .news_col .section_sub_ttl h2,
.color_yellow #tmp_contents .news_col .section_sub_ttl h2 {
	border: none !important;
	padding: 0 15px 0 0 !important;
}
.color_black #tmp_contents a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_main a[rel*="external"]:after {
	background-image: url(/shared/images/icon/icon_external_yl.png) !important;
}
.color_yellow #tmp_main a[rel*="external"]:after,
.color_yellow #tmp_contents a[rel*="external"]:after {
	background-image: url(/shared/images/icon/icon_external_bl.png) !important;
}
/* koho */
.color_black #tmp_wrapper .kouhou_search .search_list img,
.color_blue #tmp_wrapper .kouhou_search .search_list img,
.color_yellow #tmp_wrapper .kouhou_search .search_list img{
    background-color: #ffffff !important;
}
.color_black #tmp_wrapper .kouhou_search .search_links a,
.color_blue #tmp_wrapper .kouhou_search .search_links a,
.color_yellow #tmp_wrapper .kouhou_search .search_links a{
	border: 1px solid;
}
.custom_kouhou.color_black #tmp_wrapper #tmp_wrap_rnavi .rnavi_title,
.custom_kouhou.color_blue #tmp_wrapper #tmp_wrap_rnavi .rnavi_title,
.custom_kouhou.color_yellow #tmp_wrapper #tmp_wrap_rnavi .rnavi_title{
	margin-left: 0;
}
.custom_kouhou.color_black #tmp_wrapper #tmp_wrap_rnavi .rnavi_title:before,
.custom_kouhou.color_blue #tmp_wrapper #tmp_wrap_rnavi .rnavi_title:before,
.custom_kouhou.color_yellow #tmp_wrapper #tmp_wrap_rnavi .rnavi_title:before{
	content: none;
}
.custom_kouhou.color_black #tmp_wrapper #tmp_rnavi_ttl,
.custom_kouhou.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.custom_kouhou.color_yellow #tmp_wrapper #tmp_rnavi_ttl{
	border-bottom: 1px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small a.icon_pdf,
.fsize_small a.icon_excel,
.fsize_small a.icon_word,
.fsize_small a.icon_ppt,
.fsize_small a.icon_txt {
	background-position: left top;
}
.fsize_small #tmp_wrapper .box_thumb .thumb_txt {
	background-position: left 2px !important;
}
.fsize_small #tmp_wrapper span.simple_link,
.fsize_small #tmp_wrapper .simple_link a,
.fsize_small #tmp_wrapper a.simple_link {
	background-position: left 1px !important;
}
.fsize_small #tmp_wrapper .box_thumb span.simple_link {
	background-position: left 3px !important;
}
.fsize_small #tmp_footer .footer_logo p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.fsize_small #tmp_rnavi_ttl a {
	background-position: 10px 18px;
}
.fsize_small #tmp_rnavi_cnt ul .active a {
	background-position: 12px 17px, left bottom;
}
.fsize_small #tmp_inquiry_cnt .inquiry_btn input {
    background-position: 30px 18px;
}

.fsize_small #tmp_means .func_list > li > a > span,
.fsize_small #tmp_hnavi_s > ul > li > a > span,
.fsize_small .wrap_sma_sch .close_btn > a > span{
	min-height: 16px;
	background-position: left 0;
}
.fsize_small .box_thumb .thumb_label {
	background-position: 6px 1px;
}
.fsize_small #tmp_sma_rmenu .box_emergency .emergency_ttl p{
	min-height: 20px;
}
.fsize_small #tmp_sma_rmenu .box_emergency .simple_link a{
	background-position: left 2px;
}
.fsize_small #tmp_sma_rmenu .box_emergency .icon_site a,
.fsize_small .wrap_sma_sch#tmp_sma_rmenu .close_btn > a > span{
	min-height: 20px;
}
.fsize_small #tmp_sma_mmenu .cate_item .ctg_accordion_ttl a{
	background-position: left 3px;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}
.fsize_big #tmp_emergency .emergency_list li .date{
	width: 130px;
}
/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_hnavi_s > ul > li > a:after{
	bottom: -14px;
}
.fsize_big2 #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:after{
	bottom: -20px;
}
.fsize_big2 .fixed_header #tmp_hnavi_s > ul > li > a:after {
    bottom: -14px;
}
.fsize_big2 #tmp_emergency .emergency_list li .date{
	width: 175px;
}
.fsize_big2 #tmp_sma_lang .menu_wrapper .lang_list > li > a{
	padding-left: 38px;
	background-position: 8px center;
}
/* furigana_on
================================================== */
.furigana_on #tmp_footer .fnavi_wrap {
    width: 250px;
}
.furigana_on #tmp_hnavi_s > ul > li > a:after{
	bottom: -20px;
}
.furigana_on .fixed_header #tmp_hnavi_s > ul > li > a:after {
    bottom: -15px;
}
/* no_js
================================================== */
.no_javascript #tmp_header_fixed{
	position: static;
}
.no_javascript noscript > p{
	padding: 0 26px;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
