@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		height: 70px;
		box-sizing: border-box;
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #fff;
	}
	#header .contact a img {
		width: 25px;
	}
	#header .contact .tel img {
		margin: 0 15px;
	}
	#header .contact .sns a img {
		width: 35px;
	}
	/* メニュー */
	#menu {
		margin-left: auto;
	}
	#menu li {
		display: inline-block;
		position: relative;
	}
	#menu li::before {
		content: "";
		width: 1px;
		height: 100%;
		background: #ccc;
		position: absolute;
		top: 0;
		left: 0;
	}
	#menu li:last-of-type::after {
		content: "";
		width: 1px;
		height: 100%;
		background: #ccc;
		position: absolute;
		top: 0;
		right: 0;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		color: #000;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #0168b7;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-top: 70px;
		padding-bottom: 469px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 469px;
		margin-top: -469px;
	}
	#footer .box{
		height: 469px;
		box-sizing: border-box;
		justify-content: flex-start;
	}
	#copyright {
	position: relative;
	top: -100px;
	}
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -70px;
		padding-top: 70px;
	}
	/**/
	.tbl_blue th,
	.tbl_blue td {
		padding: 20px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
	/*--------------------------------------------------
		技術サポート
	--------------------------------------------------*/
	#support .note {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#support .note .ttl {
		width: 25%;
	}
	#support .note .ttl h4.sub {
		margin-bottom: 0;
	}
	#support .note .txt {
		width: 75%;
	}
	/**/
	#support .list_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 32px;
	}
	/**/
	#support .caution {
		padding: 50px;
	}
	/*--------------------------------------------------
		入庫促進＆助成金
	--------------------------------------------------*/
	#factory .support {
		padding: 50px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}