@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"BIZ UDPGothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"BIZ UDPGothic", "游ゴシック", YuGothic, "游ゴシック体",  "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color: #5B3433;
}
a:hover {
	text-decoration:none;
}
body {
	font-size:100%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#990000; /* Setting by CMS sheets */
}
.txt_green {
	color:#007500; /* Setting by CMS sheets */
}
.txt_big {
	font-size:120%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:96%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	position: relative;
	min-width: 1140px;
	width: 100%;
	margin:0 auto;
}
.col_main {
	padding:10px 0;
}
#tmp_wrapper input[type="submit"]:hover,
#tmp_wrapper input[type="button"]:hover,
#tmp_wrapper input[type="reset"]:hover,
#tmp_wrapper button:hover,
#tmp_wrapper .btn:hover,
#tmp_wrapper a:hover {
    opacity: 0.8;
    cursor: pointer;
}
#tmp_wrapper .touch_area a:hover {
    opacity: 1;
}
a.btn_text,
.btn_text a {
	display:inline-block;
	text-decoration:none;
}
a.btn_text:hover,
.btn_text a:hover {
	text-decoration:none !important;
}
a.btn_block,
.btn_block a {
	display:block;
}
input[type="submit"],
input[type="button"],
.btn,
a {
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	padding 0.2s ease,
	letter-spacing 0.3s ease,
	opacity 0.2s ease;
}
.formbtn_area {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
	max-width:100%;
	padding-top: .4em;
}

.column_rnavi .wrap_col_main {
	margin-right: -350px;
    width: 100%;
	float: left;
	clear: both;
}
.column_rnavi .col_main {
    margin-right: 350px;
    padding: 0;
}
.wrap_col_rgt_navi {
    width: 320px;
    float: right;
}
#tmp_wrapper noscript {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #F8F0E5;
}
/* keep_page
================================================== */
#keep_page {
	display: block;
	width: 22em;
	margin: 0 auto;
	min-height: 7em;
	height: 15em;
	position: fixed;
	right: -18.4em;
	z-index: 110;
	top: 180px;
	border-radius: 10px 0 0 10px;
	transition: right ease .4s,
 filter ease .6s;
}
#keep_page.open {
	right: 0;
	filter:drop-shadow(0 0 5px rgba(78, 78, 78, 0.5));
}
#keep_page > * {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
}
#mymenu_viewsw_wrap {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	width: 60px;
}
#mymenu_viewsw {
	display: block;
	text-align: center;
	color: #fff;
	width: 100%;
	height: auto;
	font-weight: bold;
	background-color: #156090;
	border: 2px solid #fff;
	border-right: 0px;
	border-top-left-radius: 15px;
	cursor: pointer;
	padding: 1.6em 0.8em;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
#mymenu_viewsw img {
	vertical-align: middle;
	width: 1em;
	height: auto;
	filter: brightness(0%) contrast(300%) invert(100%) saturate(300%);
}
.open #mymenu_viewsw {
	color: #65b7da;
	background-color: #156090;
}
#mymenu_viewsw:hover {
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
#mymenu_list_wrap {
	display: table-cell;
	vertical-align: middle;
	background: #F0F5F7;
	border: 2px solid #fff;
	width: calc(22em - 60px);
	padding: 16px 10px 10px;
}
#mymenu_list_wrap2 {
	max-height: 320px;
	overflow: auto;
}
#mymenu_list_wrap2 .btn_func {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 3px 16px;
	color: #1077c1;
	background-color: #ffffff;
	border: 1px solid #1077c1;
	border-radius: 1.1em;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	transition: background 0.2s ease,
	background-color 0.2s ease .4s,
	color 0.2s ease .4s,
	border 0.2s ease,
	opacity 0.2s ease;
}
.open #mymenu_list_wrap2 .btn_func {
	color: #FFFFFF;
	background-color: #1077c1;
}
#mymenu_list_wrap2 .btn_func:hover{
	background-color: #1077c1;
}
#mymenu_list_wrap2 .mymenu_del_all_wrap {
	text-align:right;
}
#mymenu_list_wrap2 #mymenu_del_all {
	display: inline-block;
	font-size: 0.7em;
	padding: 2px 10px;
	background-color: inherit;
	border: 1px solid #bedded;
	border-radius: 1.1em;
	cursor: pointer;
	color: #6b8ab3;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	background-image 0.2s ease,
	border 0.2s ease,
	opacity 0.2s ease;
}
#mymenu_list_wrap2 #mymenu_del_all:hover {
	border: 1px solid #d29ebf;
	background-color: #ffffff;
	color: #b8244f;
}
#mymenu_item_list {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	max-height: -webkit-calc(100vh - 200px);
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}
#mymenu_item_list:empty:before{
	content: '登録されていません。'
}
.mymenu_item {
	display: block;
	margin: 0;
	padding: 0 24px 0 0px;
	border-bottom: 1px solid #bedded;
	position: relative;
}
.mymenu_item a {
	display: block;
	font-size: .95em;
	padding: 8px 4px;
	color: #136aaa;
}
.mymenu_item a:hover {
	background-color: #cce9f4;
}
.mymenu_item_del {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #94a1a8;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.2s ease,
	background-color 0.2s ease,
	opacity 0.2s ease;
	border: none;
}
.mymenu_item_del::before,
.mymenu_item_del::after{
  display: block;
  content: "";
  position: absolute;
  padding: 0;
  top: 4px;
  left: 9px;
  width: 3px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}
.mymenu_item_del::before{
  transform: rotate(135deg);
}
.mymenu_item_del:hover,.mymenu_item_del:focus{
	opacity: 0.5;
}

/* icon
================================================== */
.icon-cancel {
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin: 0 1em 0 .6em;
  padding: 0;
  width: 0.3em;
  height: 1.2em;
  background: #323232;
  transform: rotate(45deg);
  top: 0.2em;
}
.icon-cancel::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -0.45em;
  width: 1.2em;
  height: 0.3em;
  margin-top: -0.2em;
  background: #323232;
}

/* header
================================================== */
#tmp_wrap_header {
	position: absolute;
	z-index: 2;
	width: 100%;
	background-color: #fff;
}
#tmp_hlogo {
	margin-left: 20px;
}
#tmp_header {
	/* ★★★
	position: relative;
	*/
	padding: 0;
	z-index: 5;
	background-color: #fff
}
#tmp_hlogo {
	float:left;
	width: 230px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	position: relative;
	width: 230px;
	height: 60px;
	color: #000000;
}
#tmp_hlogo h1::after {
	display: block;
	content: "";
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 230px;
	height: 93px;
	z-index: 1001;
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent;
}
#tmp_hlogo a {
	z-index: 9999;
	position: absolute;
	display:block;
	width: 230px;
	height: 93px;
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent;
}
#tmp_hlogo a:hover {
	opacity: 1;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:220px;
	height: 105px;
	position:relative;
	z-index:-1;
	overflow: hidden;
	font-weight: bold;
	font-size: 40px;
	padding: 20px 0;
	border: 2px solid transparent;
	text-align: center;
	visibility: hidden;
}
#tmp_means:before,
#tmp_means:after,
#tmp_setting:before,
#tmp_setting:after,
#tmp_setting ul:before,
#tmp_setting ul:after {
	content: '';
	display: table;
}
#tmp_means:after,
#tmp_setting:after,
#tmp_setting ul:after {
	clear: both;
}
#tmp_setting {
	font-size: 1em;
	line-height: 1;
}
#tmp_setting * {
	line-height: 1em;
}
#tmp_setting ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#tmp_setting ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 1px;
}
#tmp_setting ul li:first-child {
	padding-left: 0;
}
.setting_open_cnt {
	position: absolute;
	margin: 2px auto;
	right: 0;
	height: 0;
	visibility: hidden;
	z-index: 5;
	background-color: #e8f3f8;
	border: 1px solid #e8f3f8;
	border-radius: 3px;
	padding: 05px;
	width: 310px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.ac_active .setting_open_cnt {
	height: auto;
	overflow: auto;
	padding: 14px 5px;
	visibility: visible;
}
.setting_open_btn button,
#tmp_setting ul li a {
	color: #000;
	background-color: #fff;
	border: none;
	text-decoration: none;
	min-height: 18px;
	display: inline-block;
	padding: 20px 20px 20px 38px;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	margin-top: 3px;
}
#tmp_setting ul li a.setting_language,
#tmp_setting ul li a.setting_sound {
	border-right: #CFCFCF 1px solid;
}
/* ★★★
.setting_open_btn button::before,
#tmp_setting ul li a::before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 95%;
	height: 7px;
	background-color: #CFCFCF;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	z-index: -1;
}
.setting_open_btn button:hover::before,
#tmp_setting ul li a:hover::before,
.ac_active .setting_open_btn button::before,
.ac_active #tmp_setting ul li a::before {
	transform: scale(1, 1);
}
*/
#tmp_setting ul li a img {
	vertical-align: middle;
	height: 1.4em;
	width: auto;
	display: block;
}
#tmp_setting ul li a.setting_language {
	background: url(/shared/site_koho/images/header/header_ico_01.png) center left 5px no-repeat transparent;
}
#tmp_setting ul li a.setting_sound {
	background: url(/shared/site_koho/images/header/header_ico_02.png) center left 5px no-repeat transparent;
}
#tmp_setting ul li .setting_support button {
	background: url(/shared/site_koho/images/header/header_ico_03.png) center left 5px no-repeat transparent;
	border-right: none;	
}
#tmp_setting #tmp_hnavi_mmenu > a {
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background: url(/shared/site_koho/images/header/header_ico_menu.png) center center no-repeat transparent;
	border-right: none;
	transition: all .2s;
	border: 1px solid transparent;
}
#tmp_setting #tmp_hnavi_mmenu > a.active {
	background: url(/shared/site_koho/images/header/header_ico_menu_close.png) center center no-repeat transparent;
	transition: all .2s;
}

/* ★★★
#tmp_setting #tmp_hnavi_mmenu a::before {
	content: none;
}
*/
#tmp_setting #tmp_hnavi_mmenu a span {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	top: -99999px;
}
#tmp_setting ul li a:hover,
#tmp_setting ul li a:focus,
#tmp_setting ul li button:hover,
#tmp_setting ul li button:focus {
	text-decoration: underline !important;
}
/* search */
#tmp_setting .search_panel {
	padding: 2px 4px;
	font-size: 1.2em;
}
#tmp_setting .search_panel #tmp_query {
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 0 6px;
	width: 180px;
	height: calc(1em + 8px);
	border: 1px solid #6FACD9;
}
#tmp_setting .search_panel .sch_btn input {
	background-color: #DBECF4;
	border: 1px solid #6FACD9;
	border-radius: 3px;
	color: #5B5B5B;
	font-weight: bold;
	padding: 4px 16px;
}
#tmp_setting .search_panel img {
	height: 1em;
	padding: 0 2px 0 4px;
}
#tmp_setting .search_panel p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0;
}
#tmp_setting .search_panel .search_hidden {
	display: none;
}
/* change style */
#tmp_setting .changestyle_area p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0 4px;
}
#tmp_setting .changestyle_area p:first-child {
	font-weight: bold;
	padding: 0 9px;
	min-width: 6.3em;
}
#tmp_setting p.setting_cnt {
	background-color: #FFFFFF;
	padding: 2px 7px 0px;
}
/* font */
#tmp_setting .setting_fontsize {
	padding: 2px 3px;
}
#tmp_setting .setting_fontsize p.setting_cnt {
	padding: 2px 6px;
}
#tmp_setting .setting_fontsize a {
	padding: 2px 4px;
	border: none;
	border: 1px solid #ffffff;
}
#tmp_setting .setting_fontsize a:nth-child(2),
.fsize_small #tmp_setting .setting_fontsize a:nth-child(1),
.fsize_big #tmp_setting .setting_fontsize a:nth-child(3) {
	border-color: #71bdde;
}
.fsize_small #tmp_setting .setting_fontsize a:nth-child(2),
.fsize_big #tmp_setting .setting_fontsize a:nth-child(2) {
	border-color: #ffffff;
}
#tmp_setting .setting_colors a {
	padding: 0;
	border: none !important;
	/* background-color: #FFF !important; */
}
/* color */
#tmp_setting .setting_colors {
	padding: 2px 3px;
}
#tmp_means {
	float: right;
}
.menu_sp,
.model_pc .menu_sp,
.mobile_control {
	display: none;
}
/* menu */
#tmp_hnavi_mmenu #tmp_sma_mmenu {
    padding: 0 0 60px;
    background-color: #f8f2e5;
	position: absolute;
	top: 60px;
	left: -15px;
	z-index: 1000;
	width: calc(100% + 30px);
}
#tmp_hnavi_mmenu #tmp_sma_mmenu {
    height: 0;
    overflow: hidden;
    transition: all .2s;
    opacity: 0;
}
.spmenu_open #tmp_hnavi_mmenu #tmp_sma_mmenu {
    height: auto !important;
    transition: all .2s;
    opacity: 1;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu a {
	background-color: initial;
}
#tmp_sma_mmenu .category_ttl {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 40px 0 25px;
}
#tmp_sma_mmenu .category_ttl span {
	width: 100%;
	display: block;
}
#tmp_sma_mmenu .saishin_kensaku {
	width: 100%;
	max-width: 640px;
	padding-bottom: 60px;
	position: relative;
	margin: 0 auto;
}

#tmp_sma_mmenu .saishin_kensaku {
	width: 100%;
	max-width: 640px;
	padding-bottom: 60px;
	position: relative;
	margin: 0 auto;
}
#tmp_sma_mmenu .saishin_kensaku .search_cnt {
	width: 100%;
	display: flex;
}
#tmp_sma_mmenu .saishin_kensaku .input_query {
	width: calc(100% - 65px);
}
#tmp_sma_mmenu .saishin_kensaku #tmp_query {
	width: 100%;
	min-height: 50px;
	background-color: #FFFFFF;
	border-radius: 25px 0 0 25px;
	padding: 15px 20px;
	border: 1px solid transparent;
}
#tmp_sma_mmenu .saishin_kensaku .sch_btn button {
	width: 65px;
	min-height: 50px;
	color: #ffffff;
	background: #156090 url(/shared/site_koho/images/top/icon_search_white.png) center center no-repeat;
	text-indent: -9999px;
	border: 1px solid #156090;
	border-radius: 0 25px 25px 0;
}
#tmp_sma_mmenu .f_search_cnt {
	width: 100%;
	display: flex;
	padding: 0 80px 0 180px;
}
#tmp_sma_mmenu .f_search_cnt .category_sub_ttl {
	font-size: 125%;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 1em;
	padding-right: 1em;
	background-color: inherit;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_backnumber .category_sub_ttl a,
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya .category_sub_ttl a {
	margin-left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 0;
	text-decoration: underline !important;
}
#tmp_sma_mmenu .f_search_cnt .f_search_cnt_category ul {
	list-style: none;
	padding-right: 2em;
	width: 50%;
}
#tmp_sma_mmenu .f_search_cnt ul li {
	background: url(/shared/site_koho/images/top/list_ico_triangle_black.png) left top .5em no-repeat;
	padding-left: 1.5em;
	padding-bottom: .8em;
	width: 100%;
}
#tmp_sma_mmenu .f_search_cnt ul li a {
	margin-left: 0;
	width: 100%;
	height: auto;
	background-color: initial;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_category ul li a {
	display: block;
	margin-left: 0;
	width: 100%;
	height: auto;
	background-color: initial;
	padding: 0 1em .8em .5em;
}
#tmp_sma_mmenu .f_search_cnt ul.banner_link {
	float: none;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	padding: 0;
	margin: 0;
	width: 320px;
	height: 70px;
	padding-top: 1.2em;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul li a {
	width: 100%;
	height: auto;
	display: block;
	margin-left: 0;
	padding: 0 1em .8em .5em;
	overflow: hidden;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul.banner_link li {
	padding: 0;
	margin: 0;
	background-image: none;
	width: 320px;
	height: 70px;
	margin-bottom: .5em;
	border: 1px solid transparent;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul.banner_link li a {
	display: flex;
	width: 320px;
	height: 70px;
	font-size: 125%;
	padding: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul.banner_link li a:hover {
	text-decoration: none !important;
	opacity: .8;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul.banner_link li.sitemap a {
	background: #fff url(/shared/site_koho/images/header/banner_link_01_parts.png) right 25px center no-repeat;
	border: 1px solid #000;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya ul.banner_link li.kanoya_hp a {
	background: #156090 url(/shared/site_koho/images/header/banner_link_02_parts.png) left 15px center no-repeat;
	color: #fff;
	padding-left: 1.4em;
}
#tmp_sma_mmenu .f_search_cnt ul li a {
	color: #000;
	text-decoration: none;
}
#tmp_sma_mmenu .f_search_cnt ul li a:hover {
	text-decoration: underline;
}
#tmp_sma_mmenu .f_search_cnt .f_search_cnt_category {
	position: relative;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
#tmp_sma_mmenu .f_search_cnt .f_search_cnt_category::after {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #000;
}
#tmp_sma_mmenu .f_search_cnt .f_search_cnt_backnumber {
	width: 20%;
}
#tmp_sma_mmenu .f_search_cnt .f_search_cnt_kohokanoya {
	width: 30%;
}
/* menu close */
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu p.close_btn {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3.5em;
	padding-left: 30px;
}
#tmp_setting #tmp_hnavi_mmenu #tmp_sma_mmenu p.close_btn a {
	margin: 0 auto;
	width: 260px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	background: #f8f2e5 url(/shared/site_koho/images/header/icon_close.png) center left calc(50% - 4em) no-repeat;
	height: auto;
	min-height: 60px;
}

/* gnavi
================================================== */
.gnavi {
	padding: 4px 0 0;
}
.gnavi > ul {
	display: flex;
	list-style:none;
	justify-content: flex-end;
}
.gnavi ul li {
	position: relative;
	float:left;
	padding: 0 5px;
}
.format_top .gnavi ul li {
	border-left: 1px solid #6e6e6e;
	padding: 0 10px;
}
.format_top .gnavi ul li:last-child {
	border-right: 1px solid #6e6e6e;
}
.gnavi ul li a {
	color: inherit;
	background: rgba(255, 255, 255, 0);
	display:block;
	padding: 10px 16px 10px;
	text-align:center;
	text-decoration:none;
	font-feature-settings: "palt";
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 1.063em;
	-moz-text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1),0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1),0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1),0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1),0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1);
	border-radius: 3px;
}
.gnavi ul li.active a {
	border-bottom: 4px solid #F9DF84;
}
#tmp_means .gnavi ul li a:hover {
	background-color: #c9e1d4;
	opacity: 1;
}
.gnavi ul li span {
	display: block;
}
.gnavi ul li .gnavi_ttl {
	font-weight: bold;
	font-size: 1.05em;
	padding-top: 2px;
}
.gnavi ul li img {
	width: 80px;
	height: auto;
}

/* pankuzu
================================================== */
#tmp_wrap_pankuzu {
	padding-top: 60px;
	margin-bottom: 35px;
	position:static;
	text-align: right;
	width: 100%;
}
.tpl_koho_backnumber #tmp_wrap_pankuzu {
	padding-top: 70px;
	margin-bottom: 10px;
	position: absolute;
	text-align: right;
	z-index: 1;
	width: 100%;
}
.format_top #tmp_wrap_pankuzu {
	display: none;
}
#tmp_wrap_pankuzu a {
	color: #000;
}
#tmp_pankuzu {
	background-color: #F8F0E5;
	padding: .4em 2em;
}
#tmp_pankuzu img {
	position: relative;
	top: .1em;
	height: 1.1em;
	padding-right: .2em;
}
#footstep_wrap {
	width: 100%;
	background-color: #F8F0E5;
	padding: 0 2em .4em ;
	margin-top: -.4em;
}
#footstep .trace_ttl {
	display: inline-block;
	color: #FFFFFF;
	background-color: #474747;
	border: 1px solid #474747;
	font-size: .74em;
	font-weight: bold;
	padding: 0.2em 0.3em;
	border-radius: 3px;
	margin-right: .5em;
	line-height: 1;
}
#footstep #footstep_detail {
	display: inline;
}
#footstep .fs_rireki::before {
    content: '>';
    padding: 0 0.4em;
}
#footstep .fs_rireki:nth-child(1)::before {
	display: none;
	content: '';
}
#footstep #clear_footstep {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-left: 0.7em;
    padding: 0;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
#footstep #clear_footstep::before,
#footstep #clear_footstep::after{
  display: block;
  content: "";
  position: absolute;
  padding: 0;
  top: 2px;
  left: 6px;
  width: 3px;
  height: 10px;
  background: #bababa !important;
  transform: rotate(45deg);
}
#footstep #clear_footstep::before{
  transform: rotate(135deg);
}

/* social_plugins
================================================== */
#tmp_custom_update {
	display: flex;
	justify-content: flex-end;
	margin: 10px auto;
	width: 100%;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	margin-right:10px;
}
#tmp_social_plugins .facebook_btn,
#tmp_social_plugins .twitter_btn,
#tmp_social_plugins .line_btn {
    display:inline-block;
    margin:0 5px;
}
#tmp_social_plugins .social_media_btn.facebook_btn > div >span {
	vertical-align: middle !important;
}
/* update
================================================== */
.tpl_index2 #tmp_update {
	margin:0 0 0.8em;
	text-align:right;
	float: right;
}
#tmp_update {
	font-size: 1em;
	padding-right: 1em;
}

/* thumbnail
================================================== */

.main_img {
	margin-bottom: 20px;
}
.main_img img {
	max-height: 300px;
    width: auto;
}
/* h1
================================================== */
#tmp_wrap_page_h1 {
	position: relative;
	min-height: 376px;
	margin-bottom: 2.6em;
}
#tmp_page_h1 {
	background-color: #F6F1EB;
	border-radius: 10px;
	padding: 80px 430px 80px 40px;
	width: 840px;
	min-height: 330px;
}
.column_rnavi #tmp_page_h1 {
	width: 600px;
	padding: 60px 260px 60px 30px;
	min-height: 270px;
}
#tmp_page_thumbnail {
	position: absolute;
	width: 60%;
	height: 330px;
	top:46px;
	right: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #f6f5f3;
}
#tmp_page_thumbnail::after {
	position:absolute;
	display: block;
	content: "No Image";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 6em;
	height: 1em;
	font-size: 1.8em;
	line-height: 1;
	font-weight: bold;
	color: #aaa;
}
.column_rnavi #tmp_page_thumbnail {
	width: 50%;
	height: 260px;
}
#tmp_page_thumbnail .thumbnail_img {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	pointer-events: none;
}
#tmp_page_thumbnail .thumbnail_img img {
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* back number */
.format_free #main_visual {
	height: 700px;
	margin-bottom: 100px;
}
.format_free #tmp_koho_saishin_word {
	margin: 40px 0 100px 75px;
}
.format_free #tmp_koho_saishin_word .saishin_vol {
	position: relative;
	padding: 25px 0 15px;
}
.format_free #tmp_koho_saishin_word .saishin_vol::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left bottom repeat-x;
}
.format_free #tmp_column {
	width: 100%;
	background-color: #f0f5f7;
	padding: 40px 0 110px;
	margin-top: 0;
}
.format_free #tmp_column .category_cnt {
	background-color: #fff;
	width: 90%;
}
.format_free #tmp_hotnews {
}
/* thumbnail
================================================== */

.main_img {
	margin-bottom: 20px;
}
.main_img img {
	max-height: 200px;
    width: auto;
}

/* icon_pdf / icon_word / icon_excel
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel {
	text-indent:0 !important;
}
a.icon_pdf::before,
a.icon_word::before,
a.icon_excel::before {
	content:"";
	display:inline-block;
	vertical-align: text-top;
	width: 60px;
	height: 16px;
	box-sizing: content-box;
	margin: 0.15em 6px 0 0;
}
a.icon_pdf::before {
	background:url(/shared/system/images/linkicon/icon_pdf.svg) no-repeat top left;
}
a.icon_word::before {
	background:url(/shared/system/images/linkicon/icon_word.svg) no-repeat top left;
}
a.icon_excel::before {
	background:url(/shared/system/images/linkicon/icon_excel.svg) no-repeat top left;
}

/* plugin
================================================== */
.plugin {
    margin: 20px 0 20px;
    padding: 10px;
    border: 1px solid #D1D1D1;
    clear: both;
}

.plugin .plugin_img {
    margin: 0 10px 0 0 !important;
    float: left;
}

.plugin .plugin_img img {
    vertical-align: top;
}

.plugin p {
    margin: 0 !important;
}

/* inquiry
================================================== */
#tmp_inquiry {
	margin: 30px 0 20px;
	padding: 35px 20px 20px;
	border: 1px solid #e0eff1;
	background-color: #e0eff1;
	clear:both;
}
#tmp_inquiry_ttl {
	position: relative;
	text-align: center;
	padding: 0;
	color: #333333;
	font-size: .9375em;
	margin-bottom: .8em;
}
#tmp_inquiry_ttl::before,
#tmp_inquiry_ttl::after {
	content: '';
	position: absolute;
	width: calc(50% - 35px - 28px - 3em);
	height: 2px;
	background-color: #808384;
	top: 20px;
}
#tmp_inquiry_ttl::before {
	left: 15px;
}
#tmp_inquiry_ttl::after {
	right: 15px;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
	margin-top: -7px;
}
#tmp_inquiry_cnt {
	padding: 8px 10px 8px 30px;
	font-size: 1.125em;
}
#tmp_inquiry_cnt form {
	margin-bottom: 1em;
}
#tmp_inquiry_cnt form + form {
	padding-top: 1em;
	border-top: 1px solid #d7cfcb;
}
#tmp_inquiry_cnt form + .inquiry_memo {
	padding-top: 1em;
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left top repeat-x;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .formbtn_area input {
	color: #000;
	border: 1px solid transparent;
	padding: .6em 1em;
	min-width: 280px;
	background: #fff url(/shared/site_koho/images/top/category_cnt_ribon_pickup.png) right bottom no-repeat;
	background-size: 28px 28px;
}
/* feedback
================================================== */
#tmp_feedback {
	padding: 35px 20px 20px;
	border: 1px solid #e0eff1;
	background-color: #e0eff1;
	clear:both;
}
#tmp_feedback_ttl {
	position: relative;
	text-align: center;
	padding: 0;
	color: #333333;
	font-size: .9375em;
	margin-bottom: .8em;
}
#tmp_feedback_ttl::before,
#tmp_feedback_ttl::after {
	content: '';
	position: absolute;
	width: calc(50% - 35px - 28px - 5em);
	height: 2px;
	background-color: #808384;
	top: 20px;
}
#tmp_feedback_ttl::before {
	left: 15px;
}
#tmp_feedback_ttl::after {
	right: 15px;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
	margin-top: -7px;
}
#tmp_feedback_cnt {
	padding: 8px 10px 8px 30px;
	font-size: 1.125em;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0;
	font-weight:bold;
	clear:both;
	width:100%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .formbtn_area input {
	color: #000;
	border: 1px solid transparent;
	padding: .6em 1em;
	min-width: 280px;
	background: #fff url(/shared/site_koho/images/top/category_cnt_ribon_pickup.png) right bottom no-repeat;
	background-size: 28px 28px;
}
/* rnavi
================================================== */
.rnavi {
	margin-bottom: 20px;
}
.rnavi_ttl a {
	display: block;
	color: inherit;
	background-color: #000;
	border: 6px solid #000;
	border-radius: 20px 20px 0 0;
	padding: 1.1em 1.5em .8em 2em;
	font-size: 1.15em;
	line-height: 1.2;
	color: #fff;
}
.rnavi_ttl a span {
	position: relative;
}
.rnavi_ttl a span::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: -1em;
	background: #000 url(/shared/site_koho/images/free/list_ico_triangle_white.png) left top .3em no-repeat;
}
.rnavi_cnt {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #68645e;
	padding-bottom: .9em;
}
.rnavi_cnt::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 2px;
	left: 0;
	background: #f8f0e5 url(/shared/site_koho/images/free/h1_bg.png) center center no-repeat;
	background-size: cover;
}
.rnavi_cnt ul {
	list-style: none;
}
.rnavi_cnt li {
    
}
.rnavi_cnt a {
	position: relative;
	display: block;
	color: inherit;
	padding: 14px 1em 14px 20px;
	font-size: 1.125em;
	border: 1px solid transparent;
}
.rnavi_cnt li.active a {
	background-color: #f0f5f7;
	pointer-events: none;
}
#tmp_main .rnavi_cnt a:hover {
	background-color: #fcf9ee;
	opacity: 1;
}
/* rlink */
.rlink {
	margin-bottom: 20px;
}
.rlink_cnt {
	background-color: #DBECF4;
	border: 1px solid #DBECF4;
	padding: 20px 12px 16px;
}
.rlink_cnt:first-child {
	border-radius: 6px 6px 0 0;
}
.rlink_cnt:last-child {
	border-radius: 0 0 6px 6px;
	margin-bottom: 10px;
}
.rlink_cnt + .rlink_cnt {
	margin-top: 2px;
}
.rlink_cnt ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.rlink_cnt li {
	width: 50%;
	padding: 3px 3px;
}
.rlink_cnt a {
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color: inherit;
	font-size: 0.938em;
	font-weight: bold;
	padding: 5px 6px 5px 6px;
	line-height: 1.1;
}
.rlink_cnt a .rlink_img {
	display: table-cell;
	width: 46px;
	height: 40px;
}
.rlink_cnt a .rlink_img img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.rlink_cnt a .rlink_txt {
	display: table-cell;
	vertical-align: middle;
	font-feature-settings: "palt";
}
.rlink_cnt a .nowrap {
	white-space: nowrap;
}
.rlink_ttl {
	color: #106DB0;
	text-align: center;
	font-weight: bold;
	margin: -0.6em 0 5px;
}

/* rbanner */
.rbanner {
	margin-bottom: 20px;
}
.rbanner ul {
	list-style: none;
}
.rbanner li {
	margin-bottom: 5px;
}
.rbanner img {
	width: 100%;
	height: auto;
}
/* index 
================================================== */
.tpl_koho_index .index_koho_ttl {
	margin-bottom: 3em;	
}
.tpl_koho_index #tmp_contents .index_koho_ttl h2 {
	padding: 0;
}
.tpl_koho_index .index_koho_ttl h2 a {
	display: block;
	width: 100%;
	padding: .785714em 40px;
	position: relative;
	color: #000;
	text-decoration: none;
}
.tpl_koho_index .index_koho_ttl h2 a:hover {
	text-decoration: underline !important;
}
.tpl_koho_index .index_koho_ttl h2 a::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: calc(.785714em + .55em);
	left: .6em;
	background: transparent url(/shared/site_koho/images/top/list_ico_triangle_black.png) left center no-repeat;
}
/* footer
================================================== */
/* pnavi */
#tmp_footer .pnavi {
    position: absolute;
    bottom: 70px;
    right: 20px;
    width: 101px;
    height: 101px;
    z-index: 2;
}
.model_pc #tmp_footer .pnavi a {
	display: block;
}
.model_pc #tmp_footer .pnavi a.fixTop {
    position: fixed;
    bottom: 70px;
    top: unset;
    z-index: 999;
}
.pnavi img {
	display: block;
	width: 101px;
	height: auto;
}
/* footer */
#tmp_footer {
	width: 100%;
	position: relative;
	color:#000;
	background-color: #fff;
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #000;
}
#tmp_footer::before {
	content: '';
	position: absolute;
	width: 100%;
	background-color: #f0f5f7;
	height: 4px;
	top: -8px;
	left: 0;
}
.format_top #tmp_footer {
	margin: 0;
	padding: 0;
	border-top: none;
}
.format_top #tmp_footer::before {
	content: none;
}
#tmp_footer .container {
	position: relative;
}
#tmp_footer a {
	color:#000;
}
#tmp_footer .footer_main {
	display: block;
	width: 100%;
	padding: 0 100px;
}
#tmp_footer .footer_main {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#tmp_footer .footer_main .footer_cnt {
	flex-grow: 1;
}
#tmp_footer .footer_main .footer_cnt p {
	font-size: 87.5%;
	color: #000;
	line-height: 1.4em;
}
#tmp_footer .footer_main .footer_cnt p:nth-child(1) {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: .2em;
}
/* fnavi  */
.fnavi {
	padding:6px 10px 5px;
	color:inherit;
	list-style:none;
}
.fnavi li {
	margin: 0 0 8px 0;
	border-left: 3px solid #FFFFFF;
	padding-left: 12px;
	line-height: 1;
}
.fnavi li:last-child {
	margin-right:0;
}
.footer_cnt {
	padding:0 10px;
}
.footer_logo {
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	line-height: 2.4em;
}
.footer_logo img {
	width: 267px;
	height: 114px;
	margin-right: .2em;
}
.footer_cnt address {
	font-style:normal;
}
.footer_cnt address span+span {
	margin-left: 1em;
}
.footer_right ul {
	display: flex;
}
.footer_right ul li {
	background: url(/shared/site_koho/images/top/list_ico_triangle_black.png) left top .5em no-repeat;
	padding: .2em 1.5em .6em;
}
.footer_right ul li+li {
	position: relative;
	margin-left: 1.5em;
}
.footer_right ul li+li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: -1.4em;
	border-left: 1px solid #000;
}
#tmp_footer .footer_right ul li a:hover {
	text-decoration: underline !important;
}
#tmp_copyright {
	width: 100%;
	padding: 1em 0 .4em;
	text-align: center;
	font-size: 87.5%;
	color: #000;
}
/* ==================================================
Publicity
================================================== */
#tmp_publicity {
	padding:10px 0 0 10px;
	color:inherit;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	clear:both;
}
#tmp_publicity #tmp_publicity {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#tmp_publicity #tmp_publicity_ttl,
#tmp_publicity #tmp_publicity_cnt {
	display: table-cell;
	vertical-align: top;
}
#tmp_publicity #tmp_publicity_ttl {
	width: 200px;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_ttl h2 {
	font-size: 1.188em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}

/* ==================================================
layout
================================================== */
/* ==================================================
CMS-function
================================================== */

/* ==================================================
CMS-library
================================================== */

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main 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;
}
#tmp_main table.col3 td.col3L,
#tmp_main 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;
}

/* ==================================================
luminous
================================================== */
img.luminous:hover {
	cursor: pointer;
	opacity: .8;
	transition: all ease .3s;
}
.luminous_img {
	display: inline-block;
	position: relative;
}
.lum-lightbox-inner img {
	pointer-events: none;
}

/* ==================================================
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;
	margin: 2em 0;
}
.wrap_mc_sp a {
	display: block;
	text-align: center;
	padding: .3em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	margin-bottom: 2em;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	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 #tmp_wrap_main h1::before,
.color_blue #tmp_wrap_main h2::before,
.color_blue #tmp_wrap_main h2::after,
.color_blue #tmp_wrap_main h3::before,
.color_blue #tmp_wrap_main h4::before,
.color_yellow #tmp_wrap_main h1::before,
.color_yellow #tmp_wrap_main h2::before,
.color_yellow #tmp_wrap_main h2::after,
.color_yellow #tmp_wrap_main h3::before,
.color_yellow #tmp_wrap_main h4::before,
.color_black #tmp_wrap_main h1::before,
.color_black #tmp_wrap_main h2::before,
.color_black #tmp_wrap_main h2::after,
.color_black #tmp_wrap_main h3::before,
.color_black #tmp_wrap_main h4::before {
	display: none;
}
.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_blue #tmp_wrapper *::before,
.color_blue #tmp_wrapper *::after {
	color:#FFFF00 !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1 {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
	height: 93px
}
.color_blue #tmp_wrapper #tmp_hlogo p {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
	height: 93px
}
.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;
}
.color_blue img.color_cvt {
	filter: brightness(5) hue-rotate(310deg) contrast(200%);
}
.color_blue #tmp_news_bg1,
.color_blue #tmp_news_bg2 {
    display:none;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_yellow #tmp_wrapper *::before,
.color_yellow #tmp_wrapper *::after {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_hlogo h1 {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
}
.color_yellow #tmp_wrapper #tmp_hlogo p {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
	height: 93px;
}
.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;
}
.color_yellow img.color_cvt {
	filter: brightness(60%)  contrast(10);
}
.color_yellow #tmp_news_bg1,
.color_yellow #tmp_news_bg2 {
    display:none;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper *,
.color_black #tmp_wrapper *::before,
.color_black #tmp_wrapper *::after {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_hlogo h1 {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
	height: 93px
}
.color_black #tmp_wrapper #tmp_hlogo p {
	background: url(/shared/site_koho/images/header/logo_top.png) top left / 100% auto no-repeat transparent !important;
	height: 93px
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
.color_black img.color_cvt {
	filter: brightness(10) grayscale(100%);
}
.color_black #tmp_news_bg1,
.color_black #tmp_news_bg2 {
    display:none;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:86% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}



