<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/******************************************************************************
 * Global
 ******************************************************************************/
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

#PageArea {
	width: 960px;
	margin: 0 auto;
	background-color: white;
}

/******************************************************************************
 * ヘッダ
 ******************************************************************************/
header {
	border-top: solid #F29600 3px;
}

/* 企業ロゴ */
#HeaderContainer {
	display: flex;
}

#HeaderSpacer {
	flex: 1;
}

.CorpLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 1em;
}

#HeaderContact {
	padding-right: 1em;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}

#HeaderContact &gt;a {
	text-decoration: none;
}

.HeaderContactTop {
	color: #694c3F;
	font-size: 0.8em;
	line-height: 0.6;
}

.HeaderContactMiddle {
	color: #EF8200;
	font-size: 1.7em;
	font-weight: bold;
}

.HeaderContactBottom {
	color: #694c3F;
	font-size: 0.7em;
	text-align: right;
	line-height: 0.8;
}

/* メニュー */
#MenuList {
	padding: 0;
	margin: 0;
	display: flex;
}

#MenuList &gt; li {
	padding: 0.5em 0;
	margin: 0;
	flex: 1;
	list-style-type: none;
	text-align: center;
	background-color: #F29600;
	color: white;
	border-right: solid #F7B52C 1px;
}

#MenuList &gt; li:hover {
	font-weight: bold;
	background-color: #F7B52C;
}

#MenuList &gt; li:last-child {
	border-right: none;
}

#MenuList &gt; li &gt; a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.ArrowButton {
	vertical-align: middle;
}
/******************************************************************************
 * ハンバーガーメニュー
 ******************************************************************************/
#HumbergerMenu {
	background-color: #F7B52C;
	display: none;
	z-index: 11;
}

#HumbergerMenu img {
	width: 60px;
	vertical-align: bottom;
	cursor: pointer;
}

#HumbergerMenuArea {
	display: none;
}

#HumbergerMenuList {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
}

#HumbergerMenuList &gt; li {
	list-style-type: none;
	background-color: #F29600;
	color: white;
	border-bottom: solid #F7B52C 1px;
	padding: 0.5em 2em 0.5em 1em;
}

#HumbergerMenuList &gt; li:hover {
	background-color: #F7B52C;
}

#HumbergerMenuList &gt; li:last-child {
	border-bottom: none;
}

#HumbergerMenuList &gt; li &gt; a {
	color: inherit;
	display: block;
	text-decoration: none;
}

/******************************************************************************
 * イメージ画像
 ******************************************************************************/
#TopImage {
	position: relative;
	box-sizing: border-box;
}

.TopTitle {
	color: white;
	text-align: center;
	font-size: 1.5em;
}

.TopTitleMain {
	font-size: 3em;
}

/******************************************************************************
 * フッタ
 ******************************************************************************/
#FooterContent {
	display: flex;
	background-color: #F0ECE3;
	padding: 0.5em 1em 0 1.5em;
}

.FooterCorpLogo {
	margin-top: 1em;
}

#CopyRight{
	color: #694c3F;
	text-align: center;
	background-color: #F0ECE3;
	font-size: 0.8em;
	padding-bottom: 1px;
}

.addr {
	color: #3E3A39;
	display: inline;
	font-size: 0.8em;
}
#CorpInfo{
	flex: 2;
}

#SiteMap1 ul, #SiteMap2 ul {
	list-style: none;
	padding-left: 0;
	font-size: 0.9em;
}

#SiteMap1 {
	flex: 1;
	padding-right: 0.5em;
}

#SiteMap2 {
	flex: 1;
}

#SiteMap1 a, #SiteMap2 a {
	color: #694c3F;
	text-decoration: none;
}

#SiteMap1 a:hover {
	color: #ffffff;
	font-weight: bold;
}

#SiteMap2 a:hover {
	color: #ffffff;
	font-weight: bold;
}
	
address {
	font-style: normal;
	line-height: 1.1;
}

/******************************************************************************
 * トップへボタン
 ******************************************************************************/
#ToTopWrapper {
	position: relative;
	margin-left: auto;
	width: 55px;
}

#ToTopBox {
	position: fixed;
	display: none;
	width: 55px;
	right: 3px;
	bottom: 60px;
}

/******************************************************************************
 * メディアクエリ
 ******************************************************************************/
@media screen and (max-width:959px){
	#PageArea {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width:699px){
	/* ヘッダ */
	header {
		border-top: none;
	}
	
	.CorpLogo img{
		width: 175px;
		height: 47.3px;
		padding-top: 3px;
	}

	#HeaderContact {
		display: none;
	}

	/* メニュー */
	nav {
		display: none;
	}

	/* ハンバーガーメニュー */
	#HumbergerMenu {
		display: block;
	}

	#HumbergerMenuArea {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: black;
		opacity: 0.4;
	}

	/* フッタ */
	#FooterContent {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}


	#CorpInfo {
		text-align: center;
	}

	#SiteMap1, #SiteMap2{
		display: none;
	}
	
	#CopyRight{
		padding-top: 0.2em;
	}

	/* トップへボタン */
	#ToTopBox {
		display: block;
	}
}
</pre></body></html>