@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #2639AC;
}
a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
}
a.icon_pdf,
a.icon_excel,
a.icon_word{
	color: #2639ac;
	text-decoration: underline;
	cursor: pointer;
}
a.icon_pdf:hover,
a.icon_pdf:focus,
a.icon_excel:hover,
a.icon_excel:focus,
a.icon_word:hover,
a.icon_word:focus{
	text-decoration: none;
}
a.icon_pdf:before,
a.icon_excel:before,
a.icon_word:before{
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 10px;
	top: 3px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 48px;
	height: 20px;
}
a.icon_pdf:before{
	background-image:url(/shared/images/icon/icon_pdf.png);
}
a.icon_excel:before{
	background-image:url(/shared/images/icon/icon_excel.png);
}
a.icon_word:before{
	background-image:url(/shared/images/icon/icon_word.png);
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #ac1c45;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #106724;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #feecec;
	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fbffe7;
	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e8ffee;
	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	min-width: 800px;
	margin: 0 auto;
}
.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
#tmp_wrap_main {
	padding:0 0 60px;
}
#tmp_contents {
	padding:0 0 40px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}

/* header
================================================== */

#tmp_header {
	padding: 20px 0;
	min-height: 46px;
}
#tmp_header .header_inner {
	position: relative;
}
#tmp_hlogo {
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 282px;
	height: 48px;
	font-size: 1.8rem;
	color: #222222;
	background: #ffffff url(/shared/site_kugikai/images/header/hlogo.png) no-repeat left center;
}

#tmp_hlogo a {
	display: block;
	width: 282px;
	height: 48px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 282px;
	height: 47px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_header .header_right {
	float: right;
	display: flex;
	padding: 8px 0 0;
	margin-left: 7px;
}
#tmp_home_url a{
	display: inline-block;
	min-width: 203px;
	min-height: 35px;
	padding: 5px 5px 2px 7px;
	border: 1px solid transparent;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 88.9%;
	color: #ffffff;
	background-color: #15705d;
	transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out, 0.3s border-color ease-in-out;
}
#tmp_home_url a:hover {
	color: #15705d;
	border-color: #15705d;
	background-color: #ffffff;
}
#tmp_home_url a:hover span {
	background: transparent url(/shared/site_kugikai/images/icon/icon_arr_mainsite_green.png) no-repeat left 5px;
}
#tmp_home_url a span {
	display: inline-block;
	padding-left: 16px;
	transition: 0.3s background ease-in-out;
	background: transparent url(/shared/site_kugikai/images/icon/icon_arr_mainsite.png) no-repeat left 5px;
}
#tmp_hnavi_s {
	position: static;
	display: block;
	margin-left: 32px;
}
#tmp_hnavi_s > ul {
	display: flex;
	gap: 10px;
}
#tmp_hnavi_s > ul > li {
	list-style: none;
}
#tmp_hnavi_s > ul > li > a {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	text-decoration: none;
	font-size: 88.9%;
	font-weight:bold;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: 0.3s border-color ease-in-out;
}
#tmp_hnavi_s > ul > li > a:hover {
	border-color: #15705d;
}
#tmp_hnavi_s > ul > li > a.active {
	border-color: #15705d;
	background-color: #ffffff;
	color: #3a3a3a;
	border-radius: 6px 6px 0 0;
	border-bottom-width: 0;
}
#tmp_hnavi_s > ul > li > a.active:before {
    content: '';
    position: absolute;
    height: 9px;
    bottom: -8px;
    left: -1px;
    right: -1px;
    background: #ffffff;
    z-index: 1;
    border-left: 1px solid #15705e;
    border-right: 1px solid #15705e;
}
#tmp_hnavi_s > ul > li > a > span {
	display: inline-block;
	min-height: 22px;
	position: relative;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li > a > span:before {
    content: '';
    position: absolute;
    background: #15705d;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -4px;
	z-index: 2;
    -webkit-transition: width 0.3s ease-in-out 0.2s;
    -moz-transition: width 0.3s ease-in-out 0.2s;
    transition: width 0.3s ease-in-out 0.2s;
}
#tmp_hnavi_s > ul > li > a > span:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
	z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #15705d transparent transparent transparent;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#tmp_hnavi_s > ul > li > a:focus-visible > span:before,
#tmp_hnavi_s > ul > li > a:focus-visible > span:after {
	display: none;
}
#tmp_hnavi_s > ul > li > a.active > span:before {
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#tmp_hnavi_s > ul > li > a.active > span:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out 0.3s;
    -moz-transition: opacity .3s ease-in-out 0.3s;
    transition: opacity .3s ease-in-out 0.3s;
}
#tmp_support > a,
#tmp_language > a {
	min-width: 125px;
	padding: 6px 5px 5px 8px;
	color: #222222;
	background-color: #e5e5e5;
}
#tmp_support > a > span {
	padding-left: 20px;
	background-image: url(/shared/site_kugikai/images/icon/icon_setting.png);
	background-position: left 2px;
}
#tmp_language > a > span {
	padding-left: 20px;
	background-image: url(/shared/site_kugikai/images/icon/icon_language.png);
	background-position: left 2px;
}
#tmp_support > a.active > span,
#tmp_language > a.active > span {
	padding-left: 17px;
	background-image: url(/shared/site_kugikai/images/icon/icon_close_pc.png);
	background-position: 0 3px;
}
#tmp_hnavi_rmenu > a {
	min-width: 92px;
	margin-bottom: 6px !important;
	padding: 6px 8px 5px 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #15705d;
	transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out, 0.3s border-color ease-in-out !important;
}
#tmp_hnavi_rmenu > a:hover {
    color: #15705d;
    border-color: #15705d;
    background-color: #ffffff;
}
#tmp_hnavi_s #tmp_hnavi_rmenu > a.active{
	padding: 7px 8px 6px 10px;
	color: #ffffff;
	background-color: #15705d;
}
#tmp_hnavi_s #tmp_hnavi_rmenu > a:before {
	background-color: #15705d;
}
#tmp_hnavi_rmenu > a > span {
	padding-left: 24px;
	transition: 0.3s background-image ease-in-out;
	background-image: url(/shared/site_kugikai/images/icon/icon_search.png);
	background-size: 16px auto;
	background-position: left 3px;
}
#tmp_hnavi_rmenu > a:hover > span {
	padding-left: 24px;
	background-image: url(/shared/site_kugikai/images/icon/icon_search_green.png);
}
#tmp_hnavi_rmenu > a.active > span {
	padding-left: 19px;
	background-image: url(/shared/site_kugikai/images/icon/icon_close_wh.png);
	background-size: 14px auto;
}
#tmp_hnavi_rmenu > a > span:before,
#tmp_hnavi_rmenu > a > span:after {
	content: none !important;
}
#tmp_hnavi_rmenu .show_sp {
	display: none;
}
.wrap_sma_sch {
	display: none;
	position: absolute;
	border: 1px solid #15705d;
	color: #3a3a3a;
	z-index: 1;
	right: 0;
    padding: 9px 15px 10px 21px;
	background-color: #fffae6;
}
.wrap_sma_sch .sma_sch_inner ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: left;
}
.wrap_sma_sch .sma_sch_inner ul li a{
	display: inline-block;
    font-size: 88.9%;
	font-weight:bold;
    text-decoration: none;
    padding-left: 11px;
    color: inherit;
    background: transparent url(/shared/site_kugikai/images/icon/icon_arr_green.png) no-repeat 0 6px;
	background-size: 6px auto;
}
.wrap_sma_sch .sma_sch_inner ul li a:hover,
.wrap_sma_sch .sma_sch_inner ul li a:focus {
	text-decoration: underline;
}
#tmp_setting_menu {
	min-width: 544px;
}
#tmp_setting_menu .sma_sch_inner > ul > li {
    margin-right: 44px;
}
#tmp_setting_menu .sma_sch_inner > ul > li:last-child {
    margin-right: 0;
}
#tmp_language_menu {
	width: 462px;
	padding: 9px 14px 21px;
}
#tmp_language_menu .close_btn {
	display: none;
}
#tmp_language_menu .sma_sch_inner ul > li {
	width: calc(100%/3);
	padding: 0 0 0 6px;
	margin-bottom: 7px;
}
#tmp_language_menu:has(.load_more a.hide) ul{
	overflow-y: scroll;
	max-height: 685px;
}
#tmp_language_menu .lang_list li a{
	overflow-wrap: anywhere;
}
#tmp_language_menu .load_more {
	margin-top: 7px;
}
#tmp_language_menu .load_more a {
    display: block;
    padding: 8px 35px 5px;
    font-size: 88.9%;
	font-weight:bold;
    color: #ffffff;
    background: #15705e url(/shared/site_kugikai/images/icon/icon_arr_wh.png) no-repeat center right 14px;
	background-size: 7px auto;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
}
#tmp_language_menu .load_more a:hover,
#tmp_language_menu .load_more a:focus {
	text-decoration: underline;
}
#tmp_sma_rmenu {
	width: 100%;
	border-width: 4px;
	text-align: left;
	padding: 92px 46px 0 47px;
}
#tmp_search_menu {
	margin-bottom: 50px;
}
.search_menu .search_input_inner {
	display: flex;
	gap: 39px;
}
.search_menu .search_input {
	width: 50%;
	flex: 1;
}
#tmp_sma_rmenu .sma_rmenu_ttl,
.search_menu .search_label {
	font-size: 133.3%;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: -4px;
	color: #15705d;
	background-color: transparent;
}
.search_menu .wrap_sch_row {
	display: flex;
}
.search_menu .wrap_sch_box {
	display: flex;
}
.search_menu .sch_box input[type="text"]{
	border: 1px solid #cccccc;
	height: 50px;
	width: 100%;
	padding: 10px;
}
#tmp_query {
	max-width: 272px;
}
#id_search_txt {
	border-right-width: 0px;
	max-width: 290px;
}
#id_search_btn {
	border-left-width: 0;
	width: 70px;
}
.search_menu .sma_search_select{
	display: block;
	border: 1px solid #cccccc;
	margin-left: -1px;
	height: 50px;
	width: 188px;
	flex: 1;
	font-size: 88.9%;
	font-weight: bold;
	padding: 10px 27px 8px 14px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	color: #222222;
	background: #f2f2f2 url(/shared/site_kugikai/images/icon/icon_arr_dropdown.png) right 10px center no-repeat;
    background-size: 14px auto;
	cursor: pointer;
}
.search_menu .sma_search_select option{
	font-weight: bold;
}
.search_menu .sch_btn {
	margin-left: -1px;
}
.search_menu .sch_btn input[type="submit"]{
	width: 72px;
	border: 1px solid #cccccc;
	height: 50px;
	color: #ffffff;
	background-color: #3a3a3a;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/shared/site_kugikai/images/icon/icon_search_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	cursor: pointer;
}
.search_menu .form_search_input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.search_menu .form_search_input .form_search_input_inner {
	flex: 1;
	width: 375px;
}
.search_menu .search_link {
	text-align: right;
}
.search_menu .search_input_pageid .search_link {
	width: 155px;
}
.search_menu .search_link a {
	display: inline-block;
	text-decoration: none;
	padding-left: 13px;
	font-size: 88.9%;
	font-weight:bold;
	color: #222222;
	background: transparent url(/shared/site_kugikai/images/icon/icon_arr_green.png) no-repeat 0 6px;
    background-size: 6px auto;
}
.search_menu .search_link a:hover,
.search_menu .search_link a:focus {
	text-decoration: underline
}
.search_menu .search_input_keyword .search_link a {
	padding-left: 18px;
}
.search_menu .sch_note {
	font-size: 88.9%;
}
#tmp_sma_gnavi {
	margin-bottom: 39px;
}
#tmp_sma_gnavi .sma_gnavi_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#tmp_sma_gnavi .sma_gnavi_list li {
	padding: 0 10px;
	width: calc(100%/3);
	margin-bottom: 20px;
}
#tmp_sma_gnavi .sma_gnavi_list li a {
    display: block;
    border: 1px solid #cccccc;
    text-decoration: none;
    padding: 17px 20px 16px 39px;
    font-weight: bold;
    font-size: 100%;
    color: #222222;
    background: #ffffff url(/shared/site_kugikai/images/icon/icon_arr_green.png) no-repeat 20px 26px;
    background-size: 6px auto;
}
#tmp_sma_gnavi .sma_gnavi_list li a:hover,
#tmp_sma_gnavi .sma_gnavi_list li a:focus {
	text-decoration: underline;
}
#tmp_sma_rmenu .close_btn {
    text-align: center;
    line-height: 1.4;
}
#tmp_sma_rmenu .close_btn a {
    padding: 3px 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 88.9%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #15705e;
    min-width: 240px;
    border-radius: 6px 6px 0 0;
}
#tmp_sma_rmenu .close_btn a:hover span,
#tmp_sma_rmenu .close_btn a:focus span{
	text-decoration: underline;
}
#tmp_sma_rmenu .close_btn a span {
    padding: 8px 0 1px 19px;
    display: inline-block;
    color: #FFFFFF;
    background: #15705e url(/shared/site_kugikai/images/icon/icon_close_wh.png) no-repeat 0 11px;
    background-size: 14px auto;
    border-radius: 6px 6px 0 0;
}
/* gnavi
================================================== */
#tmp_gnavi {
	position: relative;
	z-index: 2;
	color: #ffffff;
	background-color: #15705d;
	padding: 2px 0 0;
}
.gnavi {
	color: inherit;
	clear: both;
}

.gnavi > ul {
	list-style: none;
	display: flex;
}

.gnavi > ul > li {
	flex-grow: 1;
	position: relative;
}
.gnavi > ul > li:first-child{
	flex-basis: 143px;
}
.gnavi > ul > li > a {
	position: relative;
	display: block;
	font-weight: bold;
	padding: 14px 10px 12px;
	border-bottom: 2px solid transparent;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
}
.gnavi > ul > li:last-child > a {
	border-left-width: 0;
}
.gnavi > ul > li.active > a,
.gnavi > ul > li > a:hover,
.gnavi > ul > li > a:focus,
.gnavi > ul > li.g_active > a {
	color: #15705d;
	background-color: #ffffff;
}
.gnavi > ul > li.active:not(.g_active) > a,
.gnavi > ul > li:not(.g_active) > a:hover,
.gnavi > ul > li:not(.g_active) > a:focus {
	border-bottom: 2px solid #15705d;
}
.gnavi > ul > li.active + li > a:before,
.gnavi > ul > li:hover + li > a:before,
.gnavi > ul > li.g_active + li > a:before,
.gnavi > ul > li.active:not(.g_active) > a:before,
.gnavi > ul > li:not(.g_active) > a:hover:before,
.gnavi > ul > li:not(.g_active) > a:focus:before {
	content: none;
}
.gnavi > ul > li.active + li.g_active > a:before {
	content: '';
}
.gnavi > ul > li:last-child.g_active > a {
	border-right-color: #15705d;
}
.gnavi > ul > li > a:before,
.gnavi > ul > li:last-child > a:after {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.gnavi > ul > li.g_active > a:before {
	height: auto;
	width: 2px;
	left: 0;
	top: 0;
	bottom: -2px;
	transform: translateY(0);
	background-color: #15705d;
}
.gnavi > ul > li.g_active > a:after,
.gnavi > ul > li:last-child.g_active > a:after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #15705d;
	position: absolute;
	left: 50%;
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
}
.gnavi > ul > li:last-child.g_active > a:before {
	left: auto;
	right: 0;
}
.gnavi > ul > li:last-child > a:after {
	left: auto;
	right: 0;
}
.gnavi .drop_down_hidden {
	position: absolute;
	display: none;
	min-width: 295px;
	left: 0;
	border: 2px solid #15705d;
	border-top-width: 0;
	color: #222222;
	background-color: #ffffff;
}
.gnavi > ul > li:last-child .drop_down_hidden {
	left: auto !important;
	right: 0 !important;
}
.gnavi .g_active .drop_down_hidden {
	display: block;
}
.gnavi .drop_down_hidden ul {
	list-style: none;
	padding: 14px 10px 1px;
}
.gnavi .drop_down_hidden ul li {
	padding: 0 0 14px 18px;
	margin-bottom: 13px;
	border-bottom: 2px dotted #aaaaaa;
}
.gnavi .drop_down_hidden ul li:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
}
.gnavi .drop_down_hidden ul li a {
	display: inline-block;
    padding-left: 14px;
    text-decoration: none;
    color: #222222;
	font-weight: bold;
    background: transparent url(/shared/site_kugikai/images/icon/icon_arr_green.png) no-repeat 0 7px;
    background-size: 6px auto;
}
.gnavi .drop_down_hidden ul li a:hover,
.gnavi .drop_down_hidden ul li a:focus {
	text-decoration: underline;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi{
	position: absolute;
    right: 35px;
    top: -77px;
	z-index: 100;
	opacity: 0;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.pnavi a {
	width: 87px;
	min-height: 87px;
}
.pnavi a{
	display: block;
	padding: 41px 7px 5px;
	font-size: 0.94rem;
	font-weight: bold;
	line-height: 1.1;
	color: #15705d;
	background: #FFFFFF url(/shared/site_kugikai/images/icon/icon_back_top.png) no-repeat center 11px;
	border: 2px solid #15705d;
	text-align: center;
	text-decoration: none;
	transition: 0.3s background-color ease-in-out;
}
.pnavi a:hover,
.pnavi a:focus{
	background-color: #faffec;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	padding: 25px 0 35px;
	border-top: 1px solid transparent;
	color: #ffffff;
	background-color: #15705d;
}
#tmp_footer .footer_inner {
	overflow: hidden;
}
#tmp_footer .footer_cnt {
	position: relative;
	padding: 0 10px 24px 14px;
	background: transparent url(/shared/site_kugikai/images/footer/bg_footer.png) no-repeat center bottom;
}
#tmp_footer .footer_cnt:before,
#tmp_footer .footer_cnt:after {
	content: '';
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
}
#tmp_footer .footer_cnt:before {
	left: 100%;
}
#tmp_footer .footer_cnt:after {
	right: 100%;
}
#tmp_footer .container{
	position: relative;
	padding: 0;
}
#tmp_footer .footer_cnt_top {
	display: flex;
	margin-bottom: 4px;
}
#tmp_footer .flogo {
	font-size: 177.8%;
	font-weight: bold;
	margin-right: 56px;
}
#tmp_footer .flink {
	margin-top: 9px;
}
#tmp_footer .flink a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 0 20px 0 18px;
	border: 1px solid transparent;
	color: #15705d;
	background-color: #ffffff;
	transition: 0.3s background-color ease-in-out;
}
#tmp_footer .flink a:hover,
#tmp_footer .flink a:focus {
	background-color: #faffec;
}
#tmp_footer .flink a span {
	display: inline-block;
	min-height: 28px;
	padding-left: 18px;
	background: transparent url(/shared/site_kugikai/images/icon/icon_arr_green.png) no-repeat left 6px;
	background-size: 10px auto;
}
.footer_cnt {
	padding: 0;
}
.footer_cnt address {
	margin: 0 0 5px;
	font-size: 88.9%;
	padding-right: 150px;
	font-style: normal;
	color: #ffffff;
	background-color: transparent;
}
.footer_cnt address span .show_sp {
	display: none;
}
.footer_cnt address span {
	display: block;
	margin: 0 0 5px;
}

.copyright {
	padding: 13px 0 0;
	text-align: right;
	font-size: 77.8%;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 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%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_kugikai/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_kugikai/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_kugikai/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_kugikai/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_kugikai/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_kugikai/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: 13px 0 10px;
	font-size: 77.8%;
	line-height: 1.8;
}
#tmp_pankuzu a{
	color: #222222;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	text-align:center;
	margin:0 0 60px;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
#tmp_social_plugins .social_media_btn a{
	display: flex;
	align-items: center;
}
#tmp_social_plugins .social_media_btn a:hover img{
	opacity: 0.9;
}
.no_javascript #tmp_social_plugins{
	display: none;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 0 0  60px;
	padding: 21px 23px 20px;
	border: 2px solid #15705d;
}
#tmp_inquiry_ttl{
	margin-bottom: 14px;
	background-color: #ffffff;
	color: #15705d;
}
#tmp_inquiry_ttl h2 {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_inquiry .inquiry_parts:not(:first-child){
	margin-top: 40px;
}
#tmp_inquiry .inq_phone p:first-child{
	font-weight: normal;
}
#tmp_inquiry_cnt .inq_phone p {
	display:inline;
}
#tmp_inquiry .inquiry_btn{
	margin: 20px 0 10px;
	text-align:center;
	display: none;
}
#tmp_inquiry .inquiry_btn:has(a){
	display: block;
}
#tmp_inquiry .inquiry_btn a {
	display:inline-block;
    padding: 7px 14px 5px;
    min-width: 210px;
    border: 1px solid #bababa;
    color: #222222;
    text-decoration: none;
	position:relative;
}
#tmp_inquiry .inquiry_btn a::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 3px 0;
	width:8px;
	height:10px;
	background:url(/shared/templates/kugikai_free/images/icon/arrow_link_rgt_sm.png) no-repeat left center;
}
#tmp_inquiry .inquiry_btn a:hover,
#tmp_inquiry .inquiry_btn a:focus {
	background-color:#faffec;
}
#tmp_inquiry_cnt .inquiry_memo{
	margin-top: 20px;
}
/* feedback
================================================== */
#tmp_feedback{
	margin: 0 0  60px;
	padding: 24px 21px 30px;
	border: 2px solid #15705d;
	overflow: hidden;
}
#tmp_feedback_ttl {
	margin-bottom: 18px;
	background-color: #ffffff;
	color: #15705d;
}
#tmp_feedback_ttl h2 {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_feedback_cnt{
	margin: 0 -26px;
	line-height: 1.5;
}
#tmp_feedback_cnt fieldset{
	float: left;
	padding: 0 26px;
	width: 50%;
}
#tmp_feedback legend{
	margin-bottom: 16px;
	font-weight: bold;
}
#tmp_feedback fieldset >p:not(:last-of-type){
	margin-bottom: 8px;
}
#tmp_feedback #tmp_feedback_cnt fieldset:nth-of-type(2n),
#tmp_feedback #tmp_feedback_cnt p:nth-of-type(2n){
	clear: right;
}
#tmp_feedback #tmp_feedback_cnt fieldset:nth-of-type(2n+1),
#tmp_feedback #tmp_feedback_cnt p:nth-of-type(2n+1){
	clear: left;
}
#tmp_feedback .submit {
	margin-top: 27px;
	padding-left: 1px;
	clear: left;
}
#tmp_feedback .submit input{
	display: block;
	margin: 0 auto;
    padding: 7px 14px 5px 96px;
    background: #ffffff url(/shared/templates/kugikai_free/images/icon/arrow_link_rgt_sm.png) no-repeat 81px 14px;
	background-size: 8px auto;
    min-width: 210px;
	max-width: 100%;
    border: 1px solid #bababa;
    font-size: 88.9%;
    color: #222222;
    text-align: left;
    text-decoration: none;
	cursor: pointer;
	white-space: pre-line;
}
#tmp_feedback .submit input:hover,
#tmp_feedback .submit input:focus{
	background-color:#faffec;
}
#tmp_feedback #tmp_feedback_cnt:after{
	content: '';
	clear: both;
	display: table;
}
/* rnavi
================================================== */
#tmp_rnavi{
	margin: 0 0 60px;
}
#tmp_rnavi_ttl {
	display:none;
}
#tmp_rnavi_ttl h2 {
	font-size:100%;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi .rnavi_ctg {
	background-color: #ffffff;
	border: 1px solid #15705d;
}
#tmp_rnavi .rnavi_ctg_ttl {
	padding: 19px 10px 22px;
	background-color: #15705e;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3;
}
#tmp_rnavi .rnavi_ctg_ttl a {
	display: block;
	padding-left:28px;
	background: transparent url(/shared/site_kugikai/images/icon/rnavi_arrow_ttl_rgt_pc.png) no-repeat left 2px;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi .rnavi_ctg_ttl a:hover,
#tmp_rnavi .rnavi_ctg_ttl a:focus{
	text-decoration: underline;
}
#tmp_rnavi_cnt li{
	display: none;
	list-style: none;
}
#tmp_rnavi_cnt ul a{
	display: block;
	padding: 16px 10px 13px 36px;
	background: #ffffff url(/shared/site_kugikai/images/icon/rnavi_arrow_rgt_pc.png) no-repeat 18px 20px;
	font-size: 88.9%;
	line-height: 1.5;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
	color: inherit;
}
#tmp_rnavi_cnt ul .active a,
#tmp_rnavi_cnt ul a:hover,
#tmp_rnavi_cnt ul a:focus{
	background-color: #faffec;
}
#tmp_rnavi_cnt ul a:focus{
	text-decoration: underline;
	outline-offset: -2px;
}
#tmp_rnavi_cnt li:not(:first-child){
	border-top: 1px solid #15705e;
}
#tmp_rnavi_cnt .rnavi_ctg_more a{
	display: block;
	padding: 14px 20px 15px;
	background-color: #ffffff;
	border-top: 1px solid #15705e;
	font-size: 88.9%;
	color: #15705d;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_rnavi_cnt .rnavi_ctg_more a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: transparent url(/shared/templates/kugikai_free/images/icon/icon_plus.png) no-repeat left center;
    background-size: 100% auto;
	width: 10px;
	height: 12px;
	color: #ffffff;
}
#tmp_rnavi_cnt .rnavi_ctg_more a.hide:before{
	background-image: url(/shared/templates/kugikai_free/images/icon/icon_minus.png);
}
#tmp_rnavi_cnt .rnavi_ctg_more a:hover,
#tmp_rnavi_cnt .rnavi_ctg_more a:focus{
	text-decoration: underline;
}
#tmp_rnavi_cnt .rnavi_ctg_more a:focus{
	outline-offset: -2px;
}
/* rnavi_services
================================================== */
#tmp_rnavi_services{
	margin: 0 0 60px;
}
#tmp_rnavi_services ul{
	margin: 0;
}
#tmp_rnavi_services .service_item{
	list-style: none;
}
#tmp_rnavi_services .service_item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 44px 8px 15px;
	background: #cce198 url(/shared/site_kugikai/images/icon/navi_arrow_triange_pc.png) no-repeat right bottom;
	min-height: 75px;
	color: #222222;
	text-decoration: none;
}
#tmp_rnavi_services .service_item_img{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 48px;
}
#tmp_rnavi_services .service_item_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_rnavi_services .service_item_des{
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	padding-left: 15px;
	width: 100%;
	font-weight: bold;
}
#tmp_rnavi_services li:not(:last-of-type){
	margin-bottom: 10px;
}
#tmp_rnavi_services .service_item a:hover .service_item_img img,
#tmp_rnavi_services .service_item a:focus .service_item_img img{
	opacity: 0.7;
}
#tmp_rnavi_services .service_item a:hover .service_item_des,
#tmp_rnavi_services .service_item a:focus .service_item_des{
	text-decoration: underline;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */


/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R{
	float: left;
	width: 50%;
}
div.col2 div.col2L {
	margin-right: 0;
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R{
	width: 47.5%;
}
div.col2 div.col2 div.col2L {
	margin-right: 4%;
}

/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R{
	float: left;
	width: 48.5%;
}
div.fixed_col2 div.fixed_col2L {
	margin-right: 2%;
}

/* col3
================================================== */
table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.3333333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}

/* div col3 */
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R{
	width: 33.3333333%;
	float: left;
}
div.col3 div.col3L,
div.col3 div.col3M {
	margin-right: 0;
	padding-right: 12px;
}
div.col3 div.col3R {
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 6px;
	padding-right: 6px;
}
/* tel_link
================================================== */
.tel_link a {
	pointer-events: none;
	color: #222222;
	text-decoration: 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;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
    padding: 17px 10px 15px;
    text-align: center;
    font-weight: bold;
	text-decoration: none;
    color: #FFFFFF;
    background-color: #15705e;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}

.color_black #tmp_hnavi_s > ul > li > a.active:before,
.color_blue #tmp_hnavi_s > ul > li > a.active:before,
.color_yellow #tmp_hnavi_s > ul > li > a.active:before,
.color_black #tmp_hnavi_s > ul > li > a > span:before,
.color_blue #tmp_hnavi_s > ul > li > a > span:before,
.color_yellow #tmp_hnavi_s > ul > li > a > span:before,
.color_black #tmp_hnavi_s > ul > li > a > span:after,
.color_blue #tmp_hnavi_s > ul > li > a > span:after,
.color_yellow #tmp_hnavi_s > ul > li > a > span:after,
.color_black #tmp_footer .footer_cnt:before,
.color_blue #tmp_footer .footer_cnt:before,
.color_yellow #tmp_footer .footer_cnt:before,
.color_black #tmp_footer .footer_cnt:after,
.color_blue #tmp_footer .footer_cnt:after,
.color_yellow #tmp_footer .footer_cnt:after{
	content: none
}
.color_black #tmp_hnavi_s > ul > li > a.active,
.color_blue #tmp_hnavi_s > ul > li > a.active,
.color_yellow #tmp_hnavi_s > ul > li > a.active{
	border-bottom: 1px solid;
}
.color_black #id_search_btn,
.color_blue #id_search_btn,
.color_yellow #id_search_btn {
	border-left: 1px solid;
}
.color_blue #tmp_search_menu.search_menu .sch_btn input[type="submit"],
.color_black #tmp_search_menu.search_menu .sch_btn input[type="submit"] {
	background-image: url(/shared/site_kugikai/images/icon/icon_search_sp.png) !important;
}
.color_yellow #tmp_search_menu.search_menu .sch_btn input[type="submit"] {
	background-image: url(/shared/site_kugikai/images/icon/icon_search_blue.png) !important;
}
.color_yellow .gnavi > ul > li > a:before,
.color_yellow .gnavi > ul > li:last-child > a:after {
	background-color: #000000;
}
/* 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;
}

/* for Rnavi */
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_rnavi_cnt .active a,
.color_black #tmp_wrapper #tmp_rnavi_cnt ul a:hover{
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_rnavi_cnt .active a,
.color_blue #tmp_wrapper #tmp_rnavi_cnt ul a:hover{
	background-color: #FFFF00 !important;
	color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_rnavi_cnt .active a,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt ul a:hover{
	background-color: #00008B !important;
	color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_rnavi_services .service_item a,
.color_blue #tmp_wrapper #tmp_rnavi_services .service_item a,
.color_yellow #tmp_wrapper #tmp_rnavi_services .service_item a{
	border: 1px solid;
}
/* for Inquiry & Feedback */
.color_black #tmp_wrapper #tmp_inquiry .inquiry_btn input,
.color_black #tmp_wrapper #tmp_feedback .submit input,
.color_blue #tmp_wrapper #tmp_inquiry .inquiry_btn input,
.color_blue #tmp_wrapper #tmp_feedback .submit input,
.color_yellow #tmp_wrapper #tmp_inquiry .inquiry_btn input,
.color_yellow #tmp_wrapper #tmp_feedback .submit input{
	padding-left: 14px;
	text-align: center;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .form_search_input .wrap_sch_box .sma_search_select,
.fsize_big .form_search_input .wrap_sch_box .sma_search_select {
    font-size: 0.8rem;
}
.fsize_big2 .footer_cnt address{
	padding-right: 130px;
}
/* ==================================================
accessibility no-js
================================================== */
/* for Rnavi */
.no_javascript #tmp_wrapper #tmp_rnavi_cnt li{
	display: block;
}
/* ==================================================
easy_on
================================================== */
.easy_on #tmp_mainvs .mainvs_menu a > span.special_txt {
	display:block !important;
}
.easy_on #tmp_contents .idx_list a{
	display: flex;
	flex-wrap: wrap;
}
.easy_on #tmp_contents table.datatable td,
.easy_on#tmp_contents table.enquete_table td {
	overflow-wrap: anywhere;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_header .header_inner: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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
