@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: #034a92;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

body.format_top{
	background-color: #f1f1f1;
}
/* Styles
================================================== */


/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* 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_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
}


/* 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;
	/* デザインによって変更 */
}

#tmp_wrap_main{
    padding-bottom: 116px;
	background: url(/shared/site_koan/images/main/bg_main_free.png) no-repeat;
	background-position: calc(50% + 772px) bottom;
    padding-top: 1px;
}
/* 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: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.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: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header {
	position: relative;
	z-index: 101;
    padding: 31px 0 7px;
    min-height: 96px;
	color: #222222;
	background-color: #f1f1f1;
}

#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}

#tmp_hlogo {
	padding-top: 7px;
	flex: 0 1 240px;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 1.5rem;
	color: inherit;
	background: #f1f1f1 url(/shared/site_koan/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
	width: 100%;
	height: 30px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	max-width: 230px;
	width: 100%;
	height: 28px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_hnavi_s{
	display: block;
	position: static;
	padding-left: 4px;
	flex: 0 1 653px;
}
#tmp_hnavi_s > ul{
	list-style: none;
	display: flex;
}
#tmp_hnavi_s > ul > li{
	margin-left: calc(20/650*100%);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	margin-left: 0 !important;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	flex: 0 1 136px;
	text-align: left;
	margin-left: calc(18/650*100%);
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 45px;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	min-height: 16px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li > a > span > br{
	display: none;
}
#tmp_hnavi_lmenu > a,
#tmp_hnavi_mmenu > a{
	color: #222222;
	background-color: #f1f1f1;
	font-size: 88.9%;
}
#tmp_hnavi_smenu > a,
#tmp_hnavi_rmenu > a{
	position: relative;
	font-weight: bold;
	color: #ffffff;
	transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
#tmp_hnavi_mmenu > a {
	padding-top: 4px;
}
#tmp_hnavi_smenu > a:after,
#tmp_hnavi_rmenu > a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: none;
	border: 1px solid #143061;
	transition: 0.3s ease-in-out border-color, 0.3s ease-in-out background-color;
}
#tmp_hnavi_smenu > a:hover:after,
#tmp_hnavi_smenu > a:focus-visible:after,
#tmp_hnavi_rmenu > a:hover:after{
	border-width: 1px;
	opacity: 1;
}
#tmp_hnavi_lmenu {
	flex: 0 1 155px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a {
	display:flex;
	justify-content: center;
	align-items: center;
	min-height: 45px;
	border: 1px solid #f1f1f1;
	transition: all 0.3s ease-in-out;
	text-align: left;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a.active {
	border-color: #143061;
}
#tmp_hnavi_smenu {
	flex: 0 1 120px;
}
#tmp_hnavi_smenu > a {
	background-color: #143061; 
	padding: 11px 10px 9px;
}
#tmp_hnavi_smenu > a.active{
	padding-left: 13px;
}
#tmp_hnavi_smenu > a:not(.active):hover,
#tmp_hnavi_smenu > a:not(.active):focus-visible,
#tmp_hnavi_smenu > a:focus-visible,
#tmp_hnavi_smenu > a.active:focus-visible:after{
	color: #143061;
	background-color: #f1f1f1;
}
#tmp_hnavi_smenu > a.active:after,
#tmp_hnavi_smenu > a:focus-visible:after,
#tmp_hnavi_smenu > a:hover:after{
	border-color: #143061;
	opacity: 1;
	display: block;
}
#tmp_hnavi_smenu > a.active:after {
	background-color: #143061;
    z-index: -1;
	bottom: -21px;
	border: none
}
#tmp_hnavi_rmenu {
	width: 180px;
}
#tmp_hnavi_rmenu > a{
	background-color: #c90029;
	padding: 11px 5px 9px;
	text-align: left;
}
#tmp_hnavi_rmenu > a.active:after,
#tmp_hnavi_rmenu > a:hover:after,
#tmp_hnavi_rmenu > a:focus-visible:after{
	border-color: #c90029;
	opacity: 1;
	display: block;
}
#tmp_hnavi_rmenu > a.active,
#tmp_hnavi_rmenu > a:hover,
#tmp_hnavi_rmenu > a:focus-visible{
	color: #c90029;
	background-color: #f1f1f1;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 19px;
	background-image: url(/shared/site_koan/images/icon/language_icon.png);
	background-size: 14px auto;
	background-position: left 4px;
}
#tmp_hnavi_mmenu > a > span{
	padding-left: 22px;
	background-image: url(/shared/site_koan/images/icon/furi_icon.png);
	background-position: left 1px;
}
#tmp_hnavi_smenu > a > span{
	padding-left: 26px;
	background-image: url(/shared/site_koan/images/icon/search_icon.png);
	background-position: left 4px;
}
#tmp_hnavi_smenu > a:hover > span,
#tmp_hnavi_smenu > a:focus-visible > span{
	background-image: url(/shared/site_koan/images/icon/search_icon_hv.png);
}
#tmp_hnavi_lmenu > a.active > span {
	padding-left: 25px;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(/shared/site_koan/images/icon/icon_close_bl.png);
	background-size: 17px auto;
    background-position: left 5px;
}
#tmp_hnavi_smenu > a.active > span{
	padding-left: 25px;
	background-image: url(/shared/site_koan/images/icon/icon_close.png);
}
#tmp_hnavi_smenu > a.active:focus-visible > span{
	background-image: url(/shared/site_koan/images/icon/icon_close_bl.png);
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 31px;
	min-height: 22px;
	background-image: url(/shared/site_koan/images/icon/emergency_icon.png);
	background-position: left 1px;
}
#tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-image: url(/shared/site_koan/images/icon/emergency_close_icon.png);
	background-position: left 5px;
	padding-left: 24px;
}
#tmp_hnavi_rmenu > a:hover > span,
#tmp_hnavi_rmenu > a:focus-visible > span{
	background-image: url(/shared/site_koan/images/icon/emergency_icon_hv.png);
}
/* Hover header common */
#tmp_hnavi_lmenu > a:hover > span,
#tmp_hnavi_mmenu > a:hover > span,
#tmp_sma_smenu .close_btn > a:hover > span,
#tmp_gnavi .drop_down_inner a:hover,
#tmp_gnavi .drop_down_ttl a:hover,
.search_form .link_simple a:hover{
	text-decoration: underline;
}
.gnavi > ul > li > a:focus-visible{
	outline-offset: -2px;
}
/* sma_menu
================================================== */
.spmenu_open,
.dropdown_open {
	position:relative;
	width: 100%;
	min-height: 100%;
	z-index: 800;
	background: #ffffff;
	color: #222222;
}
.spmenu_open:not(.rmenu):before,
.dropdown_open: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.6);
}
.wrap_sma_sch {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
}
/* sma_smenu */
#tmp_sma_smenu {
	border-top: 1px solid #143061;
	color: #ffffff;
	background-color: #143061;
}
#tmp_sma_smenu .search_cate {
	display: none;
}
#tmp_sma_smenu  .menu_wrapper {
	padding-top: 19px;
}
#tmp_sma_smenu  .search_wrapper {
	padding: 32px 49px 31px 46px;
	text-align: left;
	color: #222222;
	background-color: #f1f1f1;
}
#tmp_sma_smenu .sec_title {
	margin-bottom: 43px;
	text-align: center;
}
#tmp_sma_smenu .sec_title h2{
	min-height: 78px;
    font-size: 222.2%;
    font-weight: bold;
    line-height: 1.5;
	background-image: url(/shared/site_koan/images/icon/search_eng_ttl.png);
	background-repeat: no-repeat;
	background-position: center top;
    padding-top: 19px;
	padding-left: 5px;
}
.furigana_on #tmp_sma_smenu .sec_title h2{
	padding-top: 28px;
}
#tmp_sma_smenu .sch_ttl{
	font-weight: bold;
	font-size: 127.8%;
}
#tmp_sma_smenu .close_btn{
	text-align: center;
	border-top: 1px solid #143061;
}
#tmp_sma_smenu .close_btn > a{
	display: block;
	min-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 111.1%;
	color: #ffffff;
	background-color: #143061;
	padding: 15px 10px 16px;
}
#tmp_sma_smenu .close_btn > a > span{
	display: inline-block;
	min-height: 18px;
	color: inherit;
	background: transparent url(/shared/site_koan/images/icon/icon_close.png) no-repeat left 5px;
	padding-left: 25px;
}
/* search */
.search_wrapper .common_ttl p,
.search_wrapper .common_ttl label{
	font-size: 122.2%;
	line-height: 1.6;
}

/* search form*/
.search_form{
	display: flex;
	gap: 20px 31px;
}
.search_form .search_blog{
	width: calc(50% - 15px);
}
.search_form .wrap_sch_box{
	display: flex;
}
.search_form .sch_ttl{
	align-self: center;
	flex-shrink: 0;
	margin: 0;
	padding-right: 10px;
	width: 32.7%;
	font-size: 100%;
}
.search_form .sch_ttl label{
	display: inline-block;
	cursor: pointer;
}
.search_form .sch_wrap{
	position: relative;
	flex: 1 auto;
	width: 100%;
	align-self: start;
}
.search_form .sch_box input,
.search_form .sch_btn input{
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 1px solid #0b2f6a;
	font-size: 88.9%;
	font-weight: bold;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
.search_form .sch_box input{
	padding: 8px 80px 6px 14px;
	height: 44px;
	color: #222222;
}
.search_form .sch_box input::placeholder{
	color: #737373;
}
.search_form .sch_btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 78px;
	max-width: 40%;
}
.search_form .sch_btn input{
	padding: 5px 10px 4px;
	background-color: #143061;
	border-width: 1px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.search_form .sch_btn input:hover,
.search_form .sch_btn input:focus-visible{
	background-color: #FFFFFF;
	color: #143061;
}
.search_form .link_simple{
	margin-top: 9px;
	text-align: right;
}
.search_form .link_simple a{
	display: inline-block;
    padding: 0 0 0 9px;
    background: transparent url(/shared/site_koan/images/icon/icon_arr_sm.png) no-repeat 0 7px;
	font-size: 88.9%;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
/* language */
#tmp_sma_lmenu .wrap_sma_menu {
	padding: 36px 0 34px;
	text-align: left;
	border-top: 1px solid #143061;
	color: #222222;
	background-color: #ffffff;
}
#tmp_sma_lmenu .language_ttl {
	font-size: 122.22%;
	font-weight: bold;
	margin: 0 0 21px;
	padding: 0 0 0 30px;
	text-align: left;
}
#tmp_sma_lmenu .language_ttl > p {
	padding: 0 0 0 32px;
	display: inline-block;
	background: url(/shared/site_koan/images/icon/icon_line_ttl.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
}
#tmp_sma_lmenu .language_list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
	padding-left: 32px;
}
#tmp_sma_lmenu .language_list a::after {
	display: none !important;
}
#tmp_sma_lmenu .language_list li:not(.load_more){
	width: 25%;
	padding-right: 10px;
	margin: 0 0 32px;
	font-size: 88.89%;
}
#tmp_sma_lmenu .lang_link_btn a,
#tmp_sma_lmenu .language_list li:not(.load_more) a {
	display: inline-block;
	text-decoration: none;
	color: #222222;
	background: url(/shared/site_koan/images/icon/icon_arr.png) no-repeat left 3px;
	padding: 0 0 0 16px;
}
#tmp_sma_lmenu .lang_link_btn a:hover,
#tmp_sma_lmenu .lang_link_btn a:focus,
#tmp_sma_lmenu .language_list li:not(.load_more) a:hover,
#tmp_sma_lmenu .language_list li:not(.load_more) a:focus {
	text-decoration: underline;
}
#tmp_sma_lmenu .lang_link_btn{
	text-align: center;
	font-size: 88.89%;
	width: 260px;
	margin: 0 auto;
}
#tmp_sma_lmenu .close_btn {
	display: none;
}
#tmp_sma_lmenu .load_more {
	width: 100%;
	margin-bottom: 12px;
	margin-left: -16px;
	margin-top: 4px;
}
#tmp_sma_lmenu .load_more a {
	display: block;
	margin: auto;
	width: 260px;
	color:#000000;
	background-color: #ffffff;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #143061;
	text-decoration:none;
}
#tmp_sma_lmenu .load_more span {
	color:#000000;
	font-size: 88.89%;
	font-weight: bold;
	padding: 0 0 0 26px;
	background: url(/shared/site_koan/images/icon/icon_more_open.png) no-repeat;
	background-position: left center;
}
#tmp_sma_lmenu .load_more a:hover,
#tmp_sma_lmenu .load_more a:focus {
	text-decoration:underline;
}
#tmp_sma_lmenu .load_more .hide span {
	background: url(/shared/site_koan/images/icon/icon_more_close.png) no-repeat;
	background-position: left center;
}
/* emergency menu */
#tmp_emergency{
	position: relative;
	text-align: left;
	display: none;
}
#tmp_emergency .emergency_wrap{
	margin-top: 12px;
	padding: 17px 0 20px;
	color: #ffffff;
	background-color: #c90029;
}
#tmp_emergency .emergency_ttl{
    font-size: 122.2%;
    font-weight: bold;
    padding-left: 31px;
    color: inherit;
    background: transparent url(/shared/site_koan/images/icon/emergency_ttl_icon.png) no-repeat left 4px;
    margin-bottom: 13px;
}
#tmp_emergency .emergency_ttl h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
}
#tmp_emergency .no_emergency{
	margin-bottom: 10px;
	font-weight: bold;
}
#tmp_emergency .emergency_inner_wrap{
	display: flex;
	gap: 0 20px;
	width: 100%;
}
#tmp_emergency .emergency_info{
	display: flex;
	flex-direction: column;
	align-self: flex-start;
    flex: 1;
    color: #222222;
    background-color: #ffffff;
    padding: 11px 20px 6px;
}
#tmp_emergency .emergency_cnt{
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
#tmp_emergency .emergency_cnt ul{
	list-style: none;
}
#tmp_emergency .emergency_cnt li{
	margin-bottom: 6px;
}
#tmp_emergency .link_simple a{
	display: inline-block;
	padding: 3px 0 3px 18px;
	background-position: 0 9px;
	font-size: 88.9%;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    background-image: url(/shared/site_koan/images/icon/emergency_arrow_icon.png);
	background-repeat: no-repeat;
}
.furigana_on #tmp_emergency .emergency_btn li a {
	overflow-wrap: anywhere;
}
#tmp_emergency .link_simple a:hover {
    text-decoration: underline;
}
#tmp_emergency .emergency_cnt .link_simple a{
    font-size: 100%;
    background-position: 0 11px;
    padding-left: 16px;
}
#tmp_emergency .emergency_more{
	text-align: right;
	margin-right: -2px;
}
#tmp_emergency .emergency_btn{
	width: 270px;
}
#tmp_emergency .emergency_btn > ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px 0;
}
#tmp_emergency .emergency_btn li a{
    text-decoration: none;
    position: relative;
    z-index: 2;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
	min-height: 123px;
    height: 100%;
    color: #c90029;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding: 16px 20px 15px 106px;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	background-size: 36px auto, 94px 100%;
}
#tmp_emergency .emergency_btn li.disaster a{
	background-image: url(/shared/site_koan/images/icon/disaster_icon.png), url(/shared/site_koan/images/icon/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li.portal a{
	background-image: url(/shared/site_koan/images/icon/portal_icon.png), url(/shared/site_koan/images/icon/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li a:hover{
	text-decoration: underline;
}
/* gnavi
================================================== */
#tmp_gnavi {
	color: #222222;
	background-color: #f1f1f1;
}
.gnavi {
	color: inherit;
	clear: both;
	padding: 0 0 11px;
}

.gnavi > ul {
	list-style: none;
	display: flex;
}

.gnavi > ul > li {
    position: relative;
    text-align: center;
	flex: 0 1 152px;
}
.gnavi > ul > li.glist1 {
	flex: 0 1 140px;
}
.gnavi > ul > li.glist2 {
	flex: 0 1 187px;
}
.gnavi > ul > li.glist5 {
	flex: 0 1 170px;
}
.gnavi > ul > li.glist6 {
	flex: 0 1 206px;
}
.gnavi > ul > li.glist7 {
	flex: 0 1 193px;
}
.gnavi > ul > li:not(:last-child):before{
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3px;
	bottom: 8px;
    border-left: 1px solid #042966;
}
.gnavi > ul > li:last-child:after {
	right: 0;
	left: auto;
}
.gnavi > ul > li > a {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    color: #222222;
    background-color: #f1f1f1;
    padding: 1px 3px 7px;
}
.gnavi > ul > li:last-child > a{
	padding-right: 9px;
}
.gnavi > ul > li > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left:calc(50% - 26px);
	bottom: 0;
	height: 2px;
	width: 52px;
	background-color: #143061;
	transition: 0.3s ease-in-out opacity;
}
.gnavi > ul > li.active > a,
.gnavi > ul > li > a:hover {
	color: #143061;
}
.gnavi > ul > li.active > a:after,
.gnavi > ul > li > a:hover:after {
	opacity: 1;
}

/*pnavi*/
.pnavi{
	position: absolute;
    right: 10px;
    top: -50px;
	z-index: 100;
	display: none;
}
.format_free .pnavi:not(.pnavi_fixed) {
	top: -51px;
}
.pnavi,
.pnavi a{
	width: 65px;
	height: 50px;
}
.pnavi a{
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	transition: 0.3s all ease-in-out;
	vertical-align: top;
	font-size: 0.87rem;
	line-height: 1.2;
	font-weight: bold;
	background-color: transparent;
	background-image: url(/shared/site_koan/images/icon/icon_back_top_wh.png), url(/shared/site_koan/images/icon/icon_back_top_no_arr.png);
	background-position: center 13px, 0 0;
	background-size:  auto auto, 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
.pnavi a:hover {
	background-position: center 7px, 0 0;
}
.pnavi a span {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: -1;
	color: #ffffff;
	background-color: #04255c;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	z-index: 10;
	border-top: 1px solid transparent;
	color: #222222;
	background-color: #ffffff;
}
.format_free #tmp_footer {
	border-top-color: #143061;
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_bottom {
	padding-top: 24px;
	padding-bottom: 22px;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
#tmp_footer .footer_left {
	flex: 0 1 600px;
}
#tmp_footer .footer_right {
	flex: 0 1 596px;
	padding-top: 3px;
}
#tmp_footer .footer_logo {
	font-size: 111.1%;
	font-weight: bold;
	margin-bottom: 4px;
}
/* fnavi  */
.fnavi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 19px;
}
.fnavi li a {
	display: block;
	color: #222222;
	font-size: 88.9%;
	text-decoration: none;
	background: url(/shared/site_koan/images/icon/icon_arr_sm.png) no-repeat left 5px;
    padding: 0 0 0 15px;
}
.fnavi_btn {
	display: flex;
	gap: 13px;
	list-style: none;
	margin-bottom: 16px;
}
.fnavi_btn li {
	width: calc(100%/2 - 6px);
}
.fnavi_btn li a {
	display: flex;
    font-size: 88.9%;
	font-weight: bold;
    padding: 10px 10px 10px 19px;
    text-decoration: none;
	align-items: center;
	height: 100%;
    color: #04255c;
    border: 1px solid #002f7c;
    
}
.fnavi_btn li a span{
	display: inline-block;
	padding-left: 14px;
	background: url(/shared/site_koan/images/icon/icon_arr_sm.png) no-repeat 0 center;
}
.footer_cnt address {
	font-style: normal;
	font-size: 88.9%;
}
.footer_cnt address p {
	margin-bottom: 1px;
}
.fnavi li a:hover,
.fnavi_btn li a:hover {
	text-decoration: underline;
}
.copyright {
	text-align: center;
	padding: 9px 10px;
	font-weight: bold;
	font-size: 88.9%;
	color: #ffffff;
	background-color: #04255c;
}
/* ==================================================
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 {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_koan/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_koan/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_koan/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_koan/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_koan/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_koan/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;
}

/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 15px 0 2px;
	font-size: 77.8%;
	line-height: 1.4;
	clear:both;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
}

/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 33px;
	text-align: right;
}
#tmp_custom_update,
#tmp_pageid,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 77.8%;
}
#tmp_update{
	margin-left: 10px;
}

/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_media,
a.icon_csv,
a.icon_ichitaro,
a.icon_zip  {
	padding: 5px 0 5px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_media,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_zip {
	background-position:1px center;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}

/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 40px 0;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-block;
    padding: 9px 19px 8px;
	background-color: #143061;
	border: 2px solid #143061;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	min-width: 275px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 5px 0 5px 20px;
	background: transparent url(/shared/site_koan/images/icon/arrow_wh.png) no-repeat 4px calc(50% - 1px);
	color: inherit;
	transition: background-image 0.3s ease-in-out;
}
#tmp_gmap_link a:hover,
#tmp_gmap_link a:focus-visible{	
	background-color: #ffffff;
	color: #143061;
}
#tmp_gmap_link a:hover span,
#tmp_gmap_link a:focus-visible span{
	background-image: url(/shared/site_koan/images/icon/icon_arrow.png);
}
/* inquiry / feedback
================================================== */
#tmp_inquiry{
	border: 1px solid #143061;
	margin: 40px 0 95px;
	color: #222222;
	background-color: #FFFFFF;
	clear: both;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	color: #222222;
	padding: 18px 20px 14px;
	font-size: 122.3%;
	font-weight: bold;
	background: #f2f2f2 url(/shared/site_koan/images/main/inquiry/line.png) no-repeat 9px bottom;
	background-size: calc(100% - 18px ) 1px;
}
#tmp_inquiry_cnt{
	padding: 18px 20px;
}
#tmp_inquiry_cnt a{
	display: inline-block;
	color: #034a92;
}
#tmp_inquiry_cnt a:hover{
	text-decoration: none;
}
#tmp_wrap_recommend,
#tmp_viewed_page{
	border: 1px solid #143061;
	margin: 95px 0 40px;
	clear: both;
	color: #222222;
	background-color: #FFFFFF;
}
#tmp_wrap_recommend .viewed_page_ttl p,
#tmp_wrap_recommend .viewed_page_ttl h2,
#tmp_viewed_page .viewed_page_ttl p,
#tmp_viewed_page .viewed_page_ttl h2{
	font-size: 122.3%;
	font-weight: bold;
	background: #f2f2f2 url(/shared/site_koan/images/main/inquiry/line.png) no-repeat 9px bottom;
	background-size: calc(100% - 18px ) 1px;
	color: #222222;
	padding: 18px 20px 16px;
}
#tmp_wrap_recommend #tmp_recommend_cnt,
#tmp_viewed_page .viewed_page_cnt{
	padding: 19px 19px 0;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul,
#tmp_viewed_page .viewed_page_cnt ul{
	list-style: none;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li,
#tmp_viewed_page .viewed_page_cnt ul li{
	margin-bottom: 18px;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a,
#tmp_viewed_page .viewed_page_cnt ul li a{
	color: #222222;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
	background: #FFFFFF url(/shared/site_koan/images/icon/icon_arrow.png) no-repeat left 4px;
}
#tmp_feedback{
	border: 1px solid #143061;
	margin: 40px 0;
}
#tmp_feedback_ttl p,
#tmp_feedback_ttl h2 {
	font-size: 122.3%;
	font-weight: bold;
	background-color: #143061;
	color: #ffffff;
	padding: 18px 20px 15px;
}
#tmp_feedback_cnt legend{
	display: none;
}
#tmp_feedback_cnt input[type="radio"]{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
#tmp_feedback_cnt input[type="radio"]:focus + label {
  outline: 2px solid #222222;
}
#tmp_feedback_cnt{
	padding: 26px 29px 25px;
	color: #222222;
	background-color: #FFFFFF;
}
#tmp_feedback_cnt fieldset{
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
}
#tmp_feedback_cnt fieldset p{
	width: 25%;
}
#tmp_feedback_cnt fieldset label{
	display: flex;
	font-size: 88.9%;
	text-align: center;
	min-height: 110px;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 57px 10px 10px;
	background-repeat: no-repeat;
	background-position: calc(50% + 1px) 21px;
	background-size: 30px auto;
	cursor: pointer;
	border: 1px solid #143061;
}
.furigana_on #tmp_feedback_cnt fieldset label{
	display: block;
	padding: 70px 10px 10px;
}
#tmp_feedback_cnt fieldset .feedback_q1 label{
	background-image: url(/shared/site_koan/images/icon/feedback_face_01.png);
}
#tmp_feedback_cnt fieldset .feedback_q2 label{
	background-image: url(/shared/site_koan/images/icon/feedback_face_02.png);
}
#tmp_feedback_cnt fieldset .feedback_q3 label{
	background-image: url(/shared/site_koan/images/icon/feedback_face_03.png);
}
#tmp_feedback_cnt fieldset .feedback_q4 label{
	background-image: url(/shared/site_koan/images/icon/feedback_face_04.png);
}
#tmp_feedback_cnt input[type="radio"]:checked + label{
	text-decoration: underline;
}
#tmp_feedback_cnt .submit{
	text-align: center;
}
#tmp_feedback_cnt .submit input{
	font-size: 88.9%;
    min-width: 130px;
    text-align: center;
    padding: 8px 28px 6px 44px;
	background: #143061 url(/shared/site_koan/images/icon/arrow_wh.png) no-repeat 39px center;
	border: 2px solid #143061;
	cursor: pointer;
	color: #FFFFFF;
	transition: 0.3s background ease-in-out, 0.3s color ease-in-out;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus-visible{	
	background-color: #ffffff;
	color: #143061;
	background-image: url(/shared/site_koan/images/icon/icon_arrow.png);
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a:hover,
#tmp_viewed_page .viewed_page_cnt ul li a:hover,
#tmp_feedback input[type="radio"]:checked + label,
#tmp_feedback_cnt fieldset label:hover{
	text-decoration: underline;
}
/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
	/* padding:36px 0 5px;
	background:#F5F5F5 url(/shared/site_koan/images/icon/scroll_table_icon.png) right 10px top 10px no-repeat;
	background-size:75px 15px; */
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #b5b5b5;
	color:#222222;
	display:inline-block;
	padding: 6px 5px 5px 59px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_koan/images/icon/scroll_table_ex.png) 6px center no-repeat;
	background-size:46px 20px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_koan/images/icon/scroll_table_df.png) 5px center no-repeat;
	background-size: auto 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
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;
}
div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}

/* ==================================================
accessibility
================================================== */
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_excel,
.fsize_small #tmp_wrapper a.icon_ppt,
.fsize_small #tmp_wrapper a.icon_txt,
.fsize_small #tmp_wrapper a.icon_img,
.fsize_small #tmp_wrapper a.icon_media,
.fsize_small #tmp_wrapper a.icon_csv,
.fsize_small #tmp_wrapper a.icon_ichitaro,
.fsize_small #tmp_wrapper a.icon_zip  {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* 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
================================================== */
.color_blue #tmp_main a[rel*="external"]:after,
.color_yellow #tmp_main a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_yellow #tmp_contents a[rel*="external"]:after,
.color_black #tmp_contents a[rel*="external"]:after {
	background-color: #FFFFFF;
}
.color_blue #tmp_feedback_cnt fieldset label,
.color_yellow #tmp_feedback_cnt fieldset label,
.color_black #tmp_feedback_cnt fieldset label {
	padding-top: 10px;
}
.color_blue #tmp_hnavi_rmenu > a:hover span, 
.color_black #tmp_hnavi_rmenu > a:hover span, 
.color_yellow #tmp_hnavi_rmenu > a:hover span{
	text-decoration: underline;
}
.color_blue #tmp_emergency .emergency_wrap,
.color_black #tmp_emergency .emergency_wrap,
.color_yellow #tmp_emergency .emergency_wrap{
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a{
	padding-left: 20px;
}
/* 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;
}

.color_blue #tmp_hlogo h1, 
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_black #tmp_hlogo h1, 
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span,
.color_yellow #tmp_hlogo h1, 
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span {
	height: auto !important;
}
.color_blue #tmp_emergency .emergency_info,
.color_black #tmp_emergency .emergency_info,
.color_yellow #tmp_emergency .emergency_info,
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a,
.color_blue #tmp_hnavi_smenu > a, 
.color_black #tmp_hnavi_smenu > a, 
.color_yellow #tmp_hnavi_smenu > a, 
.color_blue #tmp_hnavi_rmenu > a, 
.color_black #tmp_hnavi_rmenu > a, 
.color_yellow #tmp_hnavi_rmenu > a {
    border: 1px solid;
}
.color_blue .gnavi a:after, 
.color_black .gnavi a:after{
	background-color: #ffffff;
}
.color_blue #tmp_hnavi_smenu > a:after, 
.color_black #tmp_hnavi_smenu > a:after, 
.color_yellow #tmp_hnavi_smenu > a:after, 
.color_blue #tmp_hnavi_rmenu > a:after, 
.color_black #tmp_hnavi_rmenu > a:after, 
.color_yellow #tmp_hnavi_rmenu > a:after,
.color_blue #tmp_hnavi_lmenu > a.active:after, 
.color_black #tmp_hnavi_lmenu > a.active:after, 
.color_yellow #tmp_hnavi_lmenu > a.active:after {
    content: none;
}
.color_yellow #tmp_hnavi_s > ul > li > a span,
.color_black #tmp_hnavi_s > ul > li > a span,
.color_blue #tmp_hnavi_s > ul > li > a span{
	padding-left: 0 !important;
}
.color_blue #tmp_gnavi, 
.color_black #tmp_gnavi, 
.color_yellow #tmp_gnavi {
	border-bottom: 2px solid;
}
.color_yellow .gnavi li:before{
	border-color: #000000 !important;
}
.color_black .gnavi > ul > li:before, 
.color_black .gnavi > ul > li:last-child:after,
.color_blue .gnavi > ul > li:before, 
.color_blue .gnavi > ul > li:last-child:after {
	border-color: #ffffff;
}
.color_blue .fnavi > li > a,
.color_black .fnavi > li > a,
.color_yellow .fnavi > li > a,
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a {
    padding-left: 0;
}
.color_yellow #tmp_footer .pnavi a,
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	background-size: 19px auto;
	border: 1px solid;
	background-position: center center;
}
.color_yellow #tmp_footer .pnavi a {
	background-image: url(/shared/site_koan/images/icon/icon_back_top_bl.png) !important;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	background-image: url(/shared/site_koan/images/icon/icon_back_top_wh.png) !important;
}
.color_black #tmp_wrapper .search_form .sch_box input::placeholder,
.color_blue #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #FFFF00;
}
.color_yellow #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #000000;
}
.color_blue #tmp_hnavi_smenu > a:hover span, 
.color_black #tmp_hnavi_smenu > a:hover span, 
.color_yellow #tmp_hnavi_smenu > a:hover span, 
.color_blue #tmp_hnavi_rmenu > a:hover span, 
.color_black #tmp_hnavi_rmenu > a:hover span, 
.color_yellow #tmp_hnavi_rmenu > a:hover span,
.color_yellow #tmp_gmap_link a:hover span,
.color_blue #tmp_gmap_link a:hover span,
.color_black #tmp_gmap_link a:hover span,
.color_yellow #tmp_feedback_cnt .submit input:hover,
.color_blue #tmp_feedback_cnt .submit input:hover,
.color_black #tmp_feedback_cnt .submit input:hover{
	text-decoration: underline;
}
/* 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_zip,
.color_yellow #tmp_wrap_main a.icon_zip,
.color_black #tmp_wrap_main a.icon_zip,
.color_blue #tmp_wrap_main a.icon_ichitaro,
.color_yellow #tmp_wrap_main a.icon_ichitaro,
.color_black #tmp_wrap_main a.icon_ichitaro,
.color_blue #tmp_wrap_main a.icon_csv,
.color_yellow #tmp_wrap_main a.icon_csv,
.color_black #tmp_wrap_main a.icon_csv,
.color_blue #tmp_wrap_main a.icon_media,
.color_yellow #tmp_wrap_main a.icon_media,
.color_black #tmp_wrap_main a.icon_media,
.color_blue #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_txt,
.color_blue #tmp_wrap_main a.icon_img,
.color_yellow #tmp_wrap_main a.icon_img,
.color_black #tmp_wrap_main a.icon_img,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_ppt,
.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.model_pc #tmp_hnavi_s > ul > li > a > span{
	background-position: left top;
}

.fsize_small.model_pc #tmp_hnavi_rmenu > a > span {
	background-size: 18px auto;
}
.fsize_small.model_pc #tmp_hnavi_rmenu > a.active > span {
	background-size: 14px auto;
}
.fsize_small #tmp_emergency .emergency_info .link_simple a{
	background-position: 0 6px;
}
.fsize_small #tmp_emergency .emergency_ttl,
.fsize_small #tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-position: left 0;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_wrapper .search_form .wrap_sch_box{
	flex-direction: column;
}
.fsize_big2 #tmp_wrapper .search_form .sch_ttl{
	align-self: flex-start;
	margin-bottom: 8px;
	width: 100%;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi: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_contents:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt: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 */
}