@CHARSET "UTF-8";

/* ===== header.css ===== */
/* ヘッダーコンテンツ */
/*-------------------------------------*/
/* ヘッダー・ホーム・画像表示 */
header .head_disp {
	position: relative;
	height: 40px;
	min-height: 32px; /* 表示高さ */
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 80;
}
/* タイトル表示 */

/*-------------------------------------*/
/* 上下中央揃え */
header .head_disp .front {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 85;
}
.head_disp .v_top {
	display: block;
	position: relative;
	width: 100%;
	flex: 4 1 60%;
	padding: 0;
	margin: 0;
	z-index:80;
}
.head_disp .v_center {
	display: block;
	position: relative;
	width: 100%;
	flex: 1 1 10%;
	padding: 0;
	margin: 0;
	z-index:80;
}
.head_disp .v_bottom {
	display: block;
	position: relative;
	width: 100%;
	flex: 2 2 20%;
	padding: 0;
	margin: 0;
	z-index:80;
}
/*-------------------------------------*/
/* メッセージ */
.fg_message1 {
	display: block;
	position: relative;
	width:100%;
	margin-top: 30px;
	padding-left: 20px;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 38px;
	line-height: 1.0;
	z-index:85;
	color: #CCC;
}
@media screen and (max-width: 800px) {
	.fg_message1 {
		font-size: 32px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.fg_message1 {
		font-size: 22px;
		margin-top: 10px;
	}
}
/*-------------------------------------*/
/* トップロゴ */
.head_guide .logo {
	display: inline-block;
	flex: 2 2 auto;
	float: left;
	padding: 0;
	padding-top: 3px;
	margin: 0;
}
.head_guide .logo img {
	display: inline-block;
	padding: 0;
	margin: 2px 0 0 2px;
	vertical-align: middle;
	opacity: 1.0;
}
.head_guide .logo img:hover {
	opacity: 0.7;
}
.head_guide .logo a {
	text-decoration: none;
}
.head_guide .logo span{
	display: inline-block;
	padding: 0 0 2px 0;
	margin: 0;
	margin-left: 2px;
	line-height: 1.0;
	text-align: left;
	vertical-align: middle;
	font-family: sans-serif, Arial, Helvetica;
	font-weight: 500;
	font-size: 22px;
	transform: scale(0.9, 1.4) skew(0deg, 0deg);
	color: #355;
}
@media screen and (max-width: 480px) {
	.head_guide .logo {
		min-width: 160px;
	}
}
/*-------------------------------------*/
/* トップメニュー */
.head_guide .top_menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex: 2 2 auto;
	min-width: 360px;
	padding: 2px 0 1px 0;
	margin: 0;
}
@media screen and (max-width: 480px) {
	.head_guide .top_menu {
		min-width: 190px;
		padding-right: 5px;
	}
}
/*-------------------------------------*/
/* トップメニューボタン */
.head_guide .bt_top_icon {
	display: inline-block;
	float: right;
	height: 31px;
	margin: 3px 10px 2px 0;
	padding: 2px 3px 0 3px;
	background: transparent;
	color: #2f4f4f;
	border: solid 1px transparent;
	border-radius: 3px;
}
.head_guide .bt_top_icon:hover {
	background: #efefef;
}
.head_guide .bt_top_menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 120px;
    height: 31px;
    margin: 3px 10px 2px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    border: solid 1px #555;
    border-radius: 5px;
}
.head_guide .bt_top_menu:hover {
	background: #efefef;
	color: #000;
	border: solid 1px #000;
}
.head_guide .bt_top_menu:disabled {
	background: #AAA;
	color: #DDD;
	border: solid 1px #DDD;
}
@media screen and (max-width: 480px) {
	.head_guide .bt_top_icon {
		margin: 3px 3px 2px 0;
	}
	.head_guide .bt_top_menu {
		width: 105px;
		font-size: 14px;
		margin: 3px 3px 2px 0;
	}
}
.head_guide .bt_bg {
	background: #2f4f4f;
	color: #fff;
}
.head_guide .bt_bg img {
    filter: brightness(0) invert(1);
}
/*-------------------------------------*/
/* メニューボタン */



/*-------------------------------------*/
/* 検索 */
.head_disp .query_block {
	display: flex;
	align-content: center;
	width: 40%;
	min-width: 360px;
	padding: 0 5px;
	margin: 0 auto;
}
.head_disp .bt_clear {
	display: inline-block;
	flex: 1 1 8%;
	min-width: 20px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 26px;
	line-height: 1.0;
	background: #CCCCCC;
	color: #CCCCCC;
	border-radius: 5px 0 0 5px;
}
.head_disp .bt_clear:hover {
	background: #777777;
	color: #EFEFEF;
}
.head_disp .bt_clear:disabled {
	background: #AAA;
	color: #DDD;
}
.head_disp input[type="text"]
{
	display: inline-block;
	flex: 4 1 80%;
	min-width: 240px;
	margin: 0;
	padding: 5px;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
	border-radius: 0 0 0 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
	background: #EEE;
	ime-mode: inactive;
	border: none;
}
.head_disp input[type="text"]:focus
{
	background: #FFF;
}
.head_disp input[type="button"]
{
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.head_disp .bt_query {
	display: inline-block;
	flex: 1 1 20%;
	min-width: 60px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 2.0;
	font-size: 16px;
	background: #000000;
	color: #ffffff;
	border-radius: 0 5px 5px 0;
}
.head_disp .bt_query:hover {
	background: #2f4f4f;
	color: #ffffff;
}
.head_disp .bt_query:disabled {
	background: #AAA;
	color: #DDD;
}
/*-------------------------------------*/
/* 背景切替ボタン */





/*=====================================*/
/* END */

/* ===== footer.css ===== */
/* フッターコンテンツ */
/*---------------------------------------------------------------------------*/
/* フッターブロック */
footer .foot_disp {
	position: relative;
	width: auto;
	min-height: 32px; /* 表示高さ */
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}
footer .foot_disp::after {
	content: "";
	clear: both;
	display: block;
}
footer .foot_menu {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}
footer .foot_menu::after {
	content: "";
	clear: both;
	display: block;
}
footer .foot_guide {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}
footer .foot_guide::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* フッターメニューの表示項目 */
.foot_menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot_menu ul li {
	display: block;
	flex: 1 1 auto;
	min-width: 120px;
	text-align: center;
	background-color: #2f4f4f;
	margin: 0;
	padding: 0;
}
.foot_menu a {
	display: block;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	color: #FFF;
}
.foot_menu a:hover {
	color: #DDD;
	background-color: #3d6363;
	text-decoration: none;
}
/*-------------------------------------*/
/* コピーライト */
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 44px;
	width: 100%;
	padding: 6px 0;
	margin: 4px 0 0 0;
	line-height: 1.0;
	background: transparent;
}
.copyright > a {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-size: 14px;
	line-height: 2.0;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #DDD;
}
/*-------------------------------------*/
/* アイコン */
.foot_guide .links {
	display: flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
}
.foot_guide .links img {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	opacity: 0.3;
}
.foot_guide .links img:hover {
	opacity: 0.9;
}
.foot_guide .links > a {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
}
/*-------------------------------------*/
/* トップに戻る */
#to_top {
	display: none;
	position: fixed;
	width: 50px;
	bottom: 220px;
	right: 25px;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	z-index: 83;
}
#to_top a {
	display: block;
	padding-top: 12px;
	height: 45px;
	color: #000;
	background: #fff;
	border: solid 1px #333;
	opacity: 0.3;
	border-radius: 3px;
	transition: .2s;
	text-decoration: none;
}
#to_top a:hover {
	opacity: 0.8;
}
/*=====================================*/
/* END */
