@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active {
	color: #0066AA;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #af0000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #32560e;
	/* 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:#FCDCDC; /* デザインによって変更 */
}

td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FCDCDC; /* デザインによって変更 */
}

td.bg_light_blue,
th.bg_light_blue {
	color:inherit;
	background-color:#D3E8EF; /* デザインによって変更 */
}

td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}

td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1260px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}


/* 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: 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: 232px;
	/* デザインによって変更 */
}

.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: -274px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 274px;
	/* デザインによって変更 */
}

.show_sp {
	display: none;
}
/* btn_simple
================================================== */
.btn_simple a {
	display: inline-block;
	padding: 3px 0 3px 29px;
	color: inherit;
	background: transparent url(/shared/site_kirakira/images/icon/icon_link_pc40.png) no-repeat left 6px;
	background-size: 20px auto;
	line-height: 1.6;
	text-underline-offset: 5px;
}
/* header
================================================== */
#tmp_header {
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #004e98;
	color: #222222;
	z-index: 99;
}
#tmp_header .header_wrapper{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0 9px;
}
#tmp_hlogo {
	flex-shrink: 0;
	margin-left: -3px;
	width: 248px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: #ffffff url(/shared/site_kirakira/images/header/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 248px;
	height: 60px;
}
#tmp_hlogo a {
	display: block;
	width: 248px;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 248px;
	max-width: 100%;
	height: 60px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .header_nav,
#tmp_header .header_cnt{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: row wrap;
	gap: 20px;
	/* width: 100%; */
}
#tmp_header .header_nav{
	flex: 1 auto;
	width: 100%;
}
/* search */
#tmp_hsearch{
	max-width: 269px;
}
#tmp_hsearch .wrap_sch_row{
	display: flex;
}
#tmp_hsearch .search_change{
	display: flex;
	gap: 0 9px;
}
#tmp_hsearch .search_change > li{
	display: flex;
	list-style: none;
}
#tmp_hsearch .search_change label{
	display: inline-block;
	padding-left: 4px;
	font-size: 77.78%;
	color: #222222;
	cursor: pointer;
}
#tmp_hsearch .search_change input[type="radio"] {
	position: relative;
	display: block;
	flex-shrink: 0;
	top: 1px;
	background-color: #ffffff;
	width: 14px;
	height: 14px;
	border: 1px solid #78a2bf;
	border-radius: 50%;
	appearance: none;
	color: #78a2bf;
	cursor: pointer;
}
#tmp_hsearch .search_change input[type="radio"]:before {
	content: '';
	position: relative;
	display: block;
	top: 3px;
	left: 3px;
	background-color: #78a2bf;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transform: scale(0);
}
#tmp_hsearch .search_change input[type="radio"]:checked:before {
	transform: scale(1);
}
#tmp_search_input{
	padding-top: 4px;
    padding-bottom: 1px;
}
#tmp_hsearch .wrap_sch_box{
	position: relative;
}
#tmp_hsearch .wrap_sch_box .sch_box input,
#tmp_hsearch .wrap_sch_box .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
#tmp_hsearch .wrap_sch_box .sch_box input{
	padding: 13px 70px 11px 11px;
	background-color: #ffffff;
	border: 1px solid #78a2bf;
	border-radius: 8px;
	height: 40px;
	color: #222222;
}
#tmp_hsearch .wrap_sch_box .sch_box input::placeholder{
	color: #717171;
}
#tmp_hsearch .wrap_sch_box .sch_btn{
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	min-width: 63px;
}
#tmp_hsearch .wrap_sch_box .sch_btn input{
	padding: 5px 10px;
	background-color: #333333;
	border-radius: 0 7px 7px 0;
	border: none;
	text-decoration-color: #416eb4;
    text-underline-offset: 5px;
	color: #ffffff;
	cursor: pointer;
}

/* gnavi
================================================== */
.gnavi {
	display: flex;
	gap: 0 30px;
	padding-right: 10px;
	list-style: none;
	color: inherit;
	clear: both;
}
.gnavi a {
	display: inline-block;
	padding: 3px 0 3px 38px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 31px;
	color: #416eb4;
	font-weight: bold;
	text-decoration: none;
}
.glist1 a{
	background-image: url(/shared/site_kirakira/images/header/nav_icon_1.png);
}
.glist2 a{
	background-image: url(/shared/site_kirakira/images/header/nav_icon_2.png);
}
.glist3 a{
	background-image: url(/shared/site_kirakira/images/header/nav_icon_3.png);
}

/* menu
================================================== */
#tmp_hsearch .search_input_pageid,
#tmp_hsearch legend,
#tmp_hsearch .wrap_sch_box label,
#tmp_hnavi_s .wrap_sma_sch,
#tmp_hnavi_rmenu{
	display: none;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	flex-shrink: 0;
	z-index: 99;
	text-align: left;
}
#tmp_hnavi_s > ul{
	display: flex;
	justify-content: flex-end;
	gap: 0 10px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 9px 3px;
	background-color: #eaeff2;
	border: 1px solid #78a2bf;
	border-radius: 8px;
	font-size: 88.89%;
	font-weight: bold;
	color: #222222;
	text-align: center;
	z-index: 100;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li > a > span{
	position: relative;
	display: inline-block;
	padding-top: 35px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
}
#tmp_hnavi_lmenu > a{
	min-width: 84px;
}
#tmp_hnavi_lmenu > a > span{
	background-image: url(/shared/site_kirakira/images/header/navi_ic_setting.png);
}
#tmp_hnavi_s > ul > li > a.active:before{
	content: '';
	position: absolute;
	top: -1px;
	bottom: -11px;
	left: -1px;
	right: -1px;
	background-color: #eaeff2;
	border: 1px solid #78a2bf;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
}
#tmp_hnavi_s > ul > li > a.active > span{
	background-image: url(/shared/site_kirakira/images/header/navi_ic_close.png);
	background-position: center 2px;
}

/* sma sch */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 99;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
}
.spmenu_open.mmenu:before{
	content: none;
}
#tmp_hnavi_s .wrap_sma_sch{
	top: 100%;
	left: 0;
	right: 0;
	padding: 0 10px;
	z-index: 98;
	text-align: left;
}
#tmp_hnavi_s .menu_wrapper{
	margin: 0 auto;
	max-width: 1240px;
	padding: 24px 24px 22px;
	background-color: #eaeff2;
	border: 1px solid #78a2bf;
}
#tmp_hnavi_s .menu_inner{
	padding: 43px calc((40/1190)*100%) 50px;
	background-color: #ffffff;
	border-radius: 10px;
	color: #222222;
}
#tmp_means{
	display: flex;
	flex-flow: row wrap;
	gap: 65px 10px;
}
#tmp_means .means_item{
	display: flex;
	width: calc((100% - 20px) / 3);
}
#tmp_means .means_item .item_inner{
	width: 100%;
	max-width: 296px;
}
#tmp_means .means_item#tmp_hlang{
	flex: 1 1 100%;
}
#tmp_means .means_item#tmp_hlang .item_inner{
	max-width: 100%;
}
#tmp_hnavi_s .menu_title{
	margin-bottom: 27px;
}
#tmp_hnavi_s .menu_title > p{
	display: inline;
	padding: 0 4px 0 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: linear-gradient(#cbd6de, #cbd6de);
	background-size: 100% 15px;
	background-position: left bottom 1px;
	font-size: 144.44%;
	color: inherit;
	font-weight: bold;
}
#tmp_hnavi_s .lang_list{
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
#tmp_hnavi_s li.simple_link{
	list-style: none;
}
#tmp_hnavi_s .simple_link a{
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 1px solid #333333;
	border-radius: 10px;
	font-size: 88.89%;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}
#tmp_hnavi_s .lang_list .simple_link a{
	width: 143px;
	max-width: 100%;
}
#tmp_hnavi_s .simple_link a > span{
	display: inline-block;
	padding: 3px 0 3px 30px;
	background: transparent url(/shared/site_kirakira/images/icon/icon_link_pc40.png) no-repeat 0 4px;
	background-size: 20px auto;
	color: inherit;
}
#tmp_hnavi_s .setting_read a{
	padding-left: 14px;
}
#tmp_hnavi_s .setting_read a > span{
	background-image: url(/shared/site_kirakira/images/header/navi_ic_read.png);
	background-position: 0 7px;
	background-size: 24px auto;
}
#tmp_hnavi_s .changestyle_area ul{
	display: flex;
	background-color: #ffffff;
	border: 1px solid #333333;
	border-radius: 10px;
	font-size: 88.89%;
	color: #222222;
	line-height: 1.5;
	font-weight: bold;
	overflow: hidden;
}
#tmp_hnavi_s .changestyle_area li{
	position: relative;
	list-style: none;
	z-index: 1;
}
#tmp_hnavi_s .list_color a,
#tmp_hnavi_s .list_fontsize a{
	display: block;
	padding: 19px 5px 17px;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
#tmp_hnavi_s .list_color li{
	width: 25%;
}
#tmp_hnavi_s .list_color a > span{
	position: relative;
}
#tmp_hnavi_s .list_color a > span:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid transparent;
}
#tmp_hnavi_s .list_fontsize li{
	width: 50%;
}
#tmp_hnavi_s .changestyle_area li:not(:first-of-type):after{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	margin: auto 0;
	width: 1px;
	border-left: 1px dashed #78a2bf;
}
#tmp_means .means_item:nth-child(4n + 3){
    justify-content: center;
}
#tmp_means .means_item:nth-child(4n + 4){
    display: flex;
    justify-content: flex-end;
}
#tmp_hnavi_s .changestyle_area #tmp_color_default,
#tmp_hnavi_s .changestyle_area #tmp_fsize_default{
	background-color: #e5f0fb;
}
#tmp_hnavi_s .changestyle_area #tmp_color_black > span:after{
	border-bottom-color: #000000;
}
#tmp_hnavi_s .changestyle_area #tmp_color_yellow > span:after{
	border-bottom-color: #fffd00;
}
#tmp_hnavi_s .changestyle_area #tmp_color_blue > span:after{
	border-bottom-color: #000f8b;
}
#tmp_hnavi_s .close_btn{
	padding: 22px 0 0 2px;
	text-align: center;
}
#tmp_hnavi_s .close_btn a{
	display: inline-block;
	padding: 3px 0 3px 24px;
	background: transparent url(/shared/site_kirakira/images/header/navi_ic_close2.png) no-repeat left center;
	background-size: 16px auto;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

/* footer
================================================== */
#tmp_footer {
	background-color: #d6e2e9;
	color: #222222;
}
#tmp_footer .footer_cnt{
	position: relative;
	display: flex;
	gap: 0 50px;
	padding: 52px 0 50px;
}
#tmp_footer .fnavi {
	display: flex;
	flex-flow: row wrap;
	gap: 6px 38px;
	padding-top: 15px;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
	padding: 3px 0 3px 30px;
	background: transparent url(/shared/site_kirakira/images/icon/icon_link_pc40.png) no-repeat 0 5px;
	background-size: 20px auto;
	text-decoration: none;
	color: #222222;
}
#tmp_footer .flinks {
	flex-shrink: 0;
	width: 256px;
}
#tmp_footer .flinks li{
	list-style: none;
}
#tmp_footer .flinks a{
	display: inline-block;
	padding: 12px 10px 11px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/shared/site_kirakira/images/footer/curved_border1.png),url(/shared/site_kirakira/images/footer/curved_border2.png),url(/shared/site_kirakira/images/footer/curved_border3.png),url(/shared/site_kirakira/images/footer/curved_border4.png);
	background-position: left top, right top, right bottom, left bottom;
	background-size: 13px auto;
	width: 100%;
	border-radius: 10px;
	color: #222222;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
#tmp_footer .flinks li:not(:last-of-type){
	margin-bottom: 10px;
}
#tmp_footer .pnavi{
	position: absolute;
	top: -32px;
    right: 10px;
	z-index: 96;
}
#tmp_footer .pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
}
#tmp_footer .pnavi a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333333;
	padding: 12px 5px 16px;
	width: 64px;
	height: 64px;
	border: 1px solid #333333;
	border-radius: 50%;
	font-size: 66.67%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
#tmp_footer .pnavi a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 2px;
	background: transparent url(/shared/site_kirakira/images/footer/ft_backtop_pattern.png) no-repeat;
	background-size: 100% auto;
	width: 64px;
	height: 12px;
	pointer-events: none;
}
#tmp_footer .pnavi a > span{
	display: inline-block;
	padding-top: 15px;
	background: transparent url(/shared/site_kirakira/images/footer/ft_backtop_ic.png) no-repeat center top;
	background-size: 12px auto;
	color: inherit;
}
#tmp_footer .copyright{
	padding: 3px 0;
	background-color: #586a7d;
	font-size: 88.89%;
	font-weight: 500;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
}

/* setting hover */
.gnavi a > span,
#tmp_hsearch .search_change label,
#tmp_hnavi_s .simple_link a > span,
#tmp_hnavi_s .close_btn a > span,
#tmp_footer .flinks a > span,
#tmp_footer .fnavi a,
#tmp_hnavi_s .list_fontsize a > span{
	position: relative;
	display: inline-block;
}
.gnavi a > span:after,
#tmp_hnavi_s .list_fontsize a > span:after,
#tmp_hsearch .search_change label:after,
#tmp_hnavi_s > ul > li > a > span:after,
#tmp_hnavi_s .simple_link a > span:after,
#tmp_hnavi_s .close_btn a > span:after,
#tmp_footer .flinks a > span:after,
#tmp_footer .fnavi a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 2px;
	right: 0;
	border-bottom: 2px solid #416eb4;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.gnavi a > span:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 6px;
    border-color: #7cabf4 transparent transparent;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_hsearch .search_change label:after,
#tmp_hnavi_s > ul > li > a > span:after,
#tmp_hnavi_s .simple_link a > span:after,
#tmp_hnavi_s .close_btn a > span:after,
#tmp_footer .flinks a > span:after,
#tmp_footer .fnavi a:after,
#tmp_hnavi_s .list_fontsize a > span:after{
	border-bottom-width: 1px;
}
#tmp_hsearch .search_change label:after{
	left: 4px;
	bottom: 1px;
}
#tmp_hnavi_s .simple_link a > span:after,
#tmp_footer .fnavi a:after{
	left: 30px;
}
#tmp_hnavi_s .list_color a,
#tmp_hnavi_s .list_fontsize a,
#tmp_hsearch .wrap_sch_box .sch_btn input,
#tmp_hnavi_s .simple_link a,
#tmp_hnavi_s > ul > li > a,
#tmp_footer .flinks a,
#tmp_footer .pnavi a{
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_footer .pnavi a > span{
	transition: background-image 0.3s ease-in-out;
}
.gnavi .active a > span:before,
.gnavi .active a > span:after,
.gnavi a:hover > span:before,
.gnavi a:hover > span:after,
#tmp_hsearch .search_change label:hover:after,
#tmp_hnavi_s > ul > li > a:hover > span:after,
#tmp_hnavi_s .close_btn a:hover > span:after,
#tmp_footer .flinks a:hover > span:after,
#tmp_hnavi_s .simple_link a:hover > span:after,
#tmp_footer .fnavi a:hover:after,
#tmp_hnavi_s .list_fontsize a:hover > span:after{
	opacity: 1;
}
.gnavi a > span:after{
	bottom: -4px;
	border-width: 3px;
	border-color: #7cabf4;
}
#tmp_hnavi_s .list_color a:hover,
#tmp_hnavi_s .list_fontsize a:hover,
#tmp_hnavi_s .simple_link a:hover{
	background-color: #e5f0fb;
}
#tmp_hsearch .wrap_sch_box .sch_btn input:hover,
#tmp_hsearch .wrap_sch_box .sch_btn input:focus,
#tmp_footer .pnavi a:hover,
#tmp_footer .pnavi a:focus{
	background-color: #f4f9ff;
	color: #222222;
}
#tmp_hnavi_s > ul > li > a:hover,
#tmp_footer .flinks a:hover{
	background-color: #f4f9ff;
}
#tmp_footer .pnavi a:hover > span,
#tmp_footer .pnavi a:focus > span{
	background-image: url(/shared/site_kirakira/images/footer/ft_backtop_ic_hv.png);
}
#tmp_hsearch .wrap_sch_box .sch_btn input:hover{
	text-decoration-line: underline;
	outline: 1px solid #333333;
}
#tmp_hnavi_s > ul > li > a:focus-visible {
	border-radius: 8px 8px 0 0;
	outline-offset: 2px;
}
#tmp_hnavi_s .changestyle_area ul > li > a:focus-visible {
	outline-offset: -1px;
}
#tmp_hnavi_s .changestyle_area ul > li:first-child > a:focus-visible {
	border-radius: 8px 0 0 8px;
}
#tmp_hnavi_s .changestyle_area ul > li:last-child > a:focus-visible {
	border-radius: 0 8px 8px 0;
}
#tmp_footer .pnavi a:focus-visible {
	outline: 3px solid #000000;
	outline-offset: -2px;
}
/* pankuzu
================================================== */

#tmp_pankuzu {
	font-size: 77.8%;
	padding-top: 35px;
	margin-bottom: 13px;
}
/* update
================================================== */
#tmp_wrap_custom_update{
	margin-bottom: 18px;
}
#tmp_custom_update {
	text-align: right;
}
#tmp_pageid,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
	font-size: 77.8%;
	line-height: 1.2;
}
#tmp_pageid{
	padding: 3px 4px;
	border: 1px solid #333333;
	border-radius: 4px;
}
#tmp_update{
	margin: 2px -3px 0 4px;
}

/* rnavi
================================================== */
.col_rgt_navi > #tmp_wrap_rnavi {
	margin-bottom: 64px;
}
#tmp_rnavi {
	margin:0 0 40px;
	border: 1px solid #333333;
	border-radius: 10px;
	color: #222222;
	background: #ffffff url(/shared/site_kirakira/images/icon/rnavi_top_bg.png) repeat-x left top;
}
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li > a {
	display:block;
	color: inherit;
	text-underline-offset: 4px;
}
#tmp_rnavi_ttl {
    padding: 23px 20px 17px 20px;
    font-weight: bold;
    font-size: 111.1%;
}
#tmp_rnavi_ttl a {
	margin: -23px -20px -17px -20px;
	padding: 23px 20px 17px 46px;
	background: transparent url(/shared/site_kirakira/images/icon/icon_link_pc44.png) no-repeat 14px 28px;
	background-size: 22px auto;
}
#tmp_rnavi_cnt ul {
	list-style: none;
}
#tmp_rnavi_cnt li {
	margin-top: -1px;
}
#tmp_rnavi_cnt li > a {
	position: relative;
	padding: 14px 13px 14px 39px;
	background: transparent url(/shared/site_kirakira/images/icon/icon_link_pc36.png) no-repeat 14px 18px;
	background-size: 18px auto;
	font-size: 88.9%;
	line-height: 1.6;
}
#tmp_rnavi_cnt li:last-child > a {
	border-radius: 0 0 10px 10px;
}
#tmp_rnavi_cnt li > a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 9px;
    right: 9px;
    height: 1px;
    background: url(/shared/site_kirakira/images/icon/dash_line_repeat.png) repeat-x left top;
}
#tmp_rnavi_cnt li:first-child > a:before {
	background-image: none;
	border-top: 1px solid #222222;
}
#tmp_rnavi_cnt li > a:hover,
#tmp_rnavi_cnt li.active > a {
	background-color: #e5f0fb;
}
#tmp_rnavi a:focus-visible {
	outline-offset: 0;
	position: relative;
	z-index: 1;
}
#tmp_rnavi_ttl a:focus-visible {
	border-radius: 10px 10px 0 0;
}
#tmp_rnavi_banner {
	margin-bottom: 40px;
}
#tmp_rnavi_banner a {
	display: block;
	color: inherit;
	background-color: transparent;
	position: relative;
}
#tmp_rnavi_banner a::before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #416eb4;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s;
}
#tmp_rnavi_banner a:hover::before {
	opacity: 1;
}
#tmp_rnavi_banner img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: border 0.3s;
	border-radius: 10px;
	border: 1px solid #333333;
}
#tmp_rnavi_banner a:hover img {
	border-color: #416eb4;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 58px 0;
	border: solid 1px #a3bccd;
	background-color: #ffffff;
	color: inherit;
	border-radius: 10px;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry:last-child {
	margin-bottom: 0;
}
#tmp_inquiry_ttl{
	padding: 17px 19px 15px;
	color: inherit;
	background: #ffffff url(/shared/site_kirakira/images/icon/inquiry_ttl_bg.png) repeat;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	padding: 20px 19px 21px;
}
#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_memo {
	margin-top: 3px;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	display: block;
	width: 68px;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 64px auto, 46px auto;
	background-color: transparent;
	border-radius: 0;
	transition: background-position 0.3s;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_kirakira/images/icon/icon_arrow_prev.png),url(/shared/site_kirakira/images/icon/icon_arrow_hvr.png);
	background-position: right top, left bottom;
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_kirakira/images/icon/icon_arrow_next.png),url(/shared/site_kirakira/images/icon/icon_arrow_hvr.png);
	background-position: left top, right bottom;
}
.splide_common .splide__progress {
    display: flex;
    align-items: flex-end;
    padding: 0;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	line-height: 1;
	color: #222222;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 166.7%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 22px;
	margin-bottom: 4px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 12px;
	top: 0;
	transform: rotate(24deg);
	background-color: #222222;
}
.splide_common .splide__arrow:hover:not(:disabled) {
    opacity: 1;
}
.splide_common .splide__arrow--prev:hover {
	background-position: right 4px top 4px, left bottom;
}
.splide_common .splide__arrow--next:hover {
	background-position: left 4px top 4px, right bottom;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow,
.color_black #tmp_wrapper .splide_common .splide__arrow,
.color_yellow #tmp_wrapper .splide_common .splide__arrow {
	background-position: center center;
	background-size: 100% auto;
	transition: none;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_kirakira/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_kirakira/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/site_kirakira/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/site_kirakira/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;
}
.fsize_small .splide_common .splide__progress .progress_total {
    margin-bottom: 0px !important;
}
.no_javascript .splide_common.splide {
	visibility: visible;
}

/* ==================================================
layout
================================================== */
/* search page
================================================== */
.search_form_wrap{
    margin-bottom: 43px;
}
.search_form_desc{
    margin-top: 10px;
    margin-bottom: 24px;
}
.search_form_label{
    display: table;
    font-size: 144.44%;
    font-weight: bold;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#cbd6de),to(#cbd6de));
	background-image: -moz-linear-gradient(#cbd6de,#cbd6de);
	background-image: linear-gradient(#cbd6de,#cbd6de);
    background-position: left 0px bottom 5px;
    background-size: 100% 15px;
    background-repeat: no-repeat;
    padding-left: 3px;
    padding-right: 4px;
}
label.search_form_label{
	cursor: pointer;
}
.search_form_input .search_form_input_text{
    margin-top: 25px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 5px 17px;
    font-size: 88.89%;
    border: 1px solid #78a2bf;
    border-radius: 10px;
}
.search_form_input .search_form_input_text::placeholder{
    color: #222222;
}
.search_form_checkboxes{
    margin-top: 20px;
    padding-bottom: 12px;
}
.search_form_checkbox{
    margin-right: 43px;
}
.search_form_checkbox label{
	cursor: pointer;
}
.search_form_checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 4px;
	cursor: pointer;
}
.search_form_steps{
    display: flex;
    gap: 30px;
}
.search_form_step{
    width: 50%;
    display: flex;
    align-items: center;
}
.search_form_step_ttl{
    font-size: 111.11%;
    font-weight: bold;
    width: 98px;
    padding-right: 10px;
}
.search_form_select_wrap{
    display: flex;
    width: 100%;
	position: relative;
}
.search_form_select_wrap::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #78a2bf;
	border-radius: 10px;
	pointer-events: none;
	z-index: 1;
}
.search_form_select_wrap label{
    flex-shrink: 0;
    font-weight: bold;
    background-color: #dbe6f7;
    color: #222222;
    border-radius: 10px 0 0 10px;
    width: 108px;
    text-align: center;
    padding: 16px 5px 13px;
	cursor: pointer;
}
.search_form_select_wrap select{
    width: 100%;
    font-size: 88.89%;
    appearance: none;
	border: none;
    border-radius: 0 10px 10px 0;
    background-color: #ffffff;
    color: #222222;
    background-image: url(/shared/site_kirakira/images/icon/select_icon.png), -webkit-gradient(linear,left top, left bottom,from(#78a2bf),to(#78a2bf));
    background-image: url(/shared/site_kirakira/images/icon/select_icon.png), -moz-linear-gradient(#78a2bf,#78a2bf);
    background-image: url(/shared/site_kirakira/images/icon/select_icon.png), linear-gradient(#78a2bf,#78a2bf);
    background-position: right 19px center, right 51px top 9px;
    background-repeat: no-repeat;
    background-size: auto, 1px calc(100% - 18px);
    padding: 20px 60px 17px 17px;
	cursor: pointer;
}
.search_form_btns{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 17px;
    align-items: center;
}
.search_form_btns .search_form_submit_btn{
    width: 296px;
    font-weight: bold;
    font-size: 111.11%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 9px;
    border: 1px solid #333333;
    text-decoration-color: #416eb4;
    text-underline-offset: 5px;
}
.search_form_btns .search_form_submit_btn:hover,
.search_form_btns .search_form_submit_btn:focus{
    color: #222222;
    background-color: #f4f9ff;
    text-decoration-line: underline;
}
.search_form_btns .search_form_reset_btn{
    border: 1px solid #78a2bf;
    border-radius: 10px;
    background-color: #ffffff;
    color: #222222;
    width: 296px;
    cursor: pointer;
    padding: 10px;
    text-decoration-color: #416eb4;
    text-underline-offset: 5px;
}
.search_form_btns .search_form_reset_btn:hover{
    background-color: #f4f9ff;
    text-decoration-line: underline;
}

/* ==================================================
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 {
	margin-bottom: 40px;
	padding: 30px 5px 26px;
	background: #F6F6F6 url(/shared/site_kirakira/images/icon/scroll_table_icon.png) right 9px no-repeat;
	background-size:81px 16px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 36px 0 17px;
	font-size: 88.9%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color: #222222;
	display:inline-block;
	padding: 6px 6px 5px 58px;
	text-decoration:none;
	background: #FFFFFF url(/shared/site_kirakira/images/icon/scroll_table_ex.png) 5px center no-repeat;
	background-size: 49px 22px;
	box-shadow: 0 4px 2px 0 rgba(145, 145, 142, 0.45);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_kirakira/images/icon/scroll_table_df.png) 5px center no-repeat;
	background-size: 49px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}


/* ==================================================
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_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small .btn_simple a {
	background-position: left top;
	padding-top: 5px;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* accessibility end start */
.color_black #tmp_inquiry_ttl,
.color_blue #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl {
	border-bottom: 1px solid;
}
.color_black #tmp_rnavi_ttl,
.color_blue #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl a,
.color_blue #tmp_rnavi_ttl a,
.color_yellow #tmp_rnavi_ttl a {
	border-radius: 10px 10px 0 0;
}
.color_black #tmp_rnavi_cnt,
.color_blue #tmp_rnavi_cnt,
.color_yellow #tmp_rnavi_cnt,
.color_black #tmp_rnavi_cnt ul,
.color_blue #tmp_rnavi_cnt ul,
.color_yellow #tmp_rnavi_cnt ul,
.color_black #tmp_rnavi_cnt li:last-child,
.color_blue #tmp_rnavi_cnt li:last-child,
.color_yellow #tmp_rnavi_cnt li:last-child {
	border-radius: 0 0 10px 10px;
}
.color_black #tmp_rnavi_cnt li > a:before,
.color_blue #tmp_rnavi_cnt li > a:before {
	border-top: 1px dashed #FFFF00;
	background-image: none;
}
.color_yellow #tmp_rnavi_cnt li > a:before {
	border-top: 1px dashed #000000;
	background-image: none;
}
.color_black #tmp_rnavi_cnt li:first-child > a:before,
.color_blue #tmp_rnavi_cnt li:first-child > a:before,
.color_yellow #tmp_rnavi_cnt li:first-child > a:before {
	border-top-style: solid;
}
.color_black #tmp_wrapper .btn_simple a:hover,
.color_blue #tmp_wrapper .btn_simple a:hover,
.color_yellow #tmp_wrapper .btn_simple a:hover,
.color_black #tmp_rnavi_ttl a:hover,
.color_blue #tmp_rnavi_ttl a:hover,
.color_yellow #tmp_rnavi_ttl a:hover,
.color_black #tmp_rnavi_cnt li.active > a,
.color_blue #tmp_rnavi_cnt li.active > a,
.color_yellow #tmp_rnavi_cnt li.active > a,
.color_black #tmp_rnavi_cnt li > a:hover,
.color_blue #tmp_rnavi_cnt li > a:hover,
.color_yellow #tmp_rnavi_cnt li > a:hover {
	text-decoration: underline;
}
.fsize_small #tmp_rnavi_ttl a {
    background-position: 14px 22px;
}
.fsize_small #tmp_rnavi_cnt li > a {
    background-position: 14px 12px;
}
.color_black .search_form_select_wrap,
.color_blue .search_form_select_wrap,
.color_yellow .search_form_select_wrap{
	display: table;
}
.color_black .search_form_select_wrap label,
.color_blue .search_form_select_wrap label,
.color_yellow .search_form_select_wrap label{
	border-right: 1px solid;
	display: table-cell;
}
.color_black .search_form_select_wrap select,
.color_blue .search_form_select_wrap select,
.color_yellow .search_form_select_wrap select{
	appearance: auto;
	padding-right: 30px;
	display: table-cell;
}
.color_black .search_form_btns .search_form_submit_btn,
.color_black .search_form_btns .search_form_reset_btn,
.color_blue .search_form_btns .search_form_submit_btn,
.color_blue .search_form_btns .search_form_reset_btn,
.color_yellow .search_form_btns .search_form_submit_btn,
.color_yellow .search_form_btns .search_form_reset_btn{
	text-decoration-color: inherit;
}
.color_black .search_form_select_wrap::before,
.color_blue .search_form_select_wrap::before,
.color_yellow .search_form_select_wrap::before{
	border-color: inherit;
}
.color_black #tmp_rnavi_banner a::before,
.color_blue #tmp_rnavi_banner a::before,
.color_black .thumbnail_item .item_img::after,
.color_blue .thumbnail_item .item_img::after {
	border-color: #fffd00;
}
.color_yellow #tmp_rnavi_banner a::before,
.color_yellow .thumbnail_item .item_img::after{
	border-color: #000000;
}
/* accessibility end end */

/* acessibility header & footer
================================================== */
/* color */
.color_black #tmp_wrapper .gnavi a > span:before,
.color_blue #tmp_wrapper .gnavi a > span:before,
.color_yellow #tmp_wrapper .gnavi a > span:before,
.color_black #tmp_wrapper #tmp_hnavi_s .list_fontsize a > span:after,
.color_blue #tmp_wrapper #tmp_hnavi_s .list_fontsize a > span:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s .list_fontsize a > span:after,
.color_black #tmp_wrapper #tmp_footer .pnavi a:after,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:after,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:after,
.color_black #tmp_wrapper .gnavi a > span:after,
.color_black #tmp_wrapper #tmp_hsearch .search_change label:after,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a > span:after,
.color_black #tmp_wrapper #tmp_hnavi_s .simple_link a > span:after,
.color_black #tmp_wrapper #tmp_hnavi_s .close_btn a > span:after,
.color_black #tmp_wrapper #tmp_footer .flinks a > span:after,
.color_black #tmp_wrapper #tmp_footer .fnavi a:after,
.color_blue #tmp_wrapper .gnavi a > span:after,
.color_blue #tmp_wrapper #tmp_hsearch .search_change label:after,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a > span:after,
.color_blue #tmp_wrapper #tmp_hnavi_s .simple_link a > span:after,
.color_blue #tmp_wrapper #tmp_hnavi_s .close_btn a > span:after,
.color_blue #tmp_wrapper #tmp_footer .flinks a > span:after,
.color_blue #tmp_wrapper #tmp_footer .fnavi a:after,
.color_yellow #tmp_wrapper .gnavi a > span:after,
.color_yellow #tmp_wrapper #tmp_hsearch .search_change label:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a > span:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s .simple_link a > span:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s .close_btn a > span:after,
.color_yellow #tmp_wrapper #tmp_footer .flinks a > span:after,
.color_yellow #tmp_wrapper #tmp_footer .fnavi a:after{
	content: none;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto !important;
}
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 1rem !important;
}
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn,
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn,
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input,
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input,
.color_black #tmp_wrapper #tmp_hnavi_s .wrap_sma_sch,
.color_blue #tmp_wrapper #tmp_hnavi_s .wrap_sma_sch,
.color_yellow #tmp_wrapper #tmp_hnavi_s .wrap_sma_sch{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before,
.color_yellow #tmp_wrapper #tmp_hsearch .search_change input[type="radio"]:before{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before,
.color_black #tmp_wrapper #tmp_hsearch .search_change input[type="radio"]:before,
.color_blue #tmp_wrapper #tmp_hsearch .search_change input[type="radio"]:before{
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_hnavi_s .menu_inner,
.color_blue #tmp_wrapper #tmp_hnavi_s .menu_inner,
.color_yellow #tmp_wrapper #tmp_hnavi_s .menu_inner,
.color_black #tmp_wrapper #tmp_footer .flinks a,
.color_blue #tmp_wrapper #tmp_footer .flinks a,
.color_yellow #tmp_wrapper #tmp_footer .flinks a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer,
.color_black #tmp_wrapper #tmp_footer .copyright,
.color_blue #tmp_wrapper #tmp_footer .copyright,
.color_yellow #tmp_wrapper #tmp_footer .copyright{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn,
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn{
	border-left: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_s .changestyle_area li:not(:first-of-type):after,
.color_blue #tmp_wrapper #tmp_hnavi_s .changestyle_area li:not(:first-of-type):after,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s .changestyle_area li:not(:first-of-type):after,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a.active:before{
	border-color: #000000;
}
.color_black .search_form_input .search_form_input_text::placeholder,
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_box input::placeholder,
.color_blue .search_form_input .search_form_input_text::placeholder,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_box input::placeholder{
	color: #FFFF00;
}
.color_yellow .search_form_input .search_form_input_text::placeholder,
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_box input::placeholder{
	color: #000000;
}
.color_black #tmp_wrapper .gnavi .active a > span,
.color_black #tmp_wrapper .gnavi a:hover > span,
.color_black #tmp_wrapper #tmp_hsearch .search_change label:hover,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_black #tmp_wrapper #tmp_hnavi_s .simple_link a:hover > span,
.color_black #tmp_wrapper #tmp_hnavi_s .close_btn a:hover > span,
.color_black #tmp_wrapper #tmp_footer .flinks a:hover > span,
.color_black #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_black #tmp_wrapper #tmp_footer .pnavi a:hover > span,
.color_blue #tmp_wrapper .gnavi .active a > span,
.color_blue #tmp_wrapper .gnavi a:hover > span,
.color_blue #tmp_wrapper #tmp_hsearch .search_change label:hover,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_blue #tmp_wrapper #tmp_hnavi_s .simple_link a:hover > span,
.color_blue #tmp_wrapper #tmp_hnavi_s .close_btn a:hover > span,
.color_blue #tmp_wrapper #tmp_footer .flinks a:hover > span,
.color_blue #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:hover > span,
.color_yellow #tmp_wrapper .gnavi .active a > span,
.color_yellow #tmp_wrapper .gnavi a:hover > span,
.color_yellow #tmp_wrapper #tmp_hsearch .search_change label:hover,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_yellow #tmp_wrapper #tmp_hnavi_s .simple_link a:hover > span,
.color_yellow #tmp_wrapper #tmp_hnavi_s .close_btn a:hover > span,
.color_yellow #tmp_wrapper #tmp_footer .flinks a:hover > span,
.color_yellow #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:hover > span,
.color_black #tmp_wrapper #tmp_hnavi_s .list_color a:hover,
.color_blue #tmp_wrapper #tmp_hnavi_s .list_color a:hover,
.color_yellow #tmp_wrapper #tmp_hnavi_s .list_color a:hover,
.color_black #tmp_wrapper #tmp_hnavi_s .list_fontsize a:hover > span,
.color_blue #tmp_wrapper #tmp_hnavi_s .list_fontsize a:hover > span,
.color_yellow #tmp_wrapper #tmp_hnavi_s .list_fontsize a:hover > span{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input{
	text-decoration-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input{
	text-decoration-color: #000000;
}
.color_black #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input:hover,
.color_blue #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input:hover,
.color_yellow #tmp_wrapper #tmp_hsearch .wrap_sch_box .sch_btn input:hover{
	outline: none;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_s .simple_link a > span,
.fsize_small #tmp_wrapper #tmp_footer .fnavi a{
	background-position: 0 1px;
}
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi:not(.pnavi_fixed){
	top: -41px;
}
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a{
	width: 80px;
	height: 80px;
}
.fsize_big #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_big{
	background-color: #e5f0fb;
}
.fsize_big #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_default{
	background-color: #ffffff;
}
.color_black #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_color_black,
.color_blue #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_color_blue,
.color_yellow #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_color_yellow,
.fsize_big.color_black #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_big > span,
.fsize_big.color_blue #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_big > span,
.fsize_big.color_yellow #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_big > span,
.color_black:not(.fsize_big) #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_default > span,
.color_blue:not(.fsize_big) #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_default > span,
.color_yellow:not(.fsize_big) #tmp_wrapper #tmp_hnavi_s .changestyle_area #tmp_fsize_default > span{
	text-decoration: underline;
}
/* ==================================================
hover style
================================================== */
.btn_simple a,
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li > a {
	text-decoration: none;
}
.btn_simple a:hover,
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_cnt li > a:hover {
	text-decoration: underline #416eb4;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi: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,
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 */
}