@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 {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		z-index: 99;
	}
	#header .contact {
		float: right;
	}
	#header .contact .btn {
		position: fixed;
		top: 150px;
		right: -20px;
		display: inline-block;
		border-radius: 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 90px;
		height: 206px;
		box-sizing: border-box;
		text-align: center;
		font-size: 17px;
		letter-spacing : 1.7px;
		font-weight: bold;
		color: #1f233a;
		padding-right: 40px;
	}
	#header .contact a.btn:active,
	#header .contact a.btn:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		background: #FFF;
		box-shadow: 0 0 15px rgba( 255, 255, 255, 1 );
	}
	#header .contact .btn img {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		/* padding-bottom: 567px; */
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		padding-top: 44px;
		position: relative;
		/* min-height: 567px;
		margin-top: -567px; */
	}
	#page_navi {
		margin-top: 70px;
	}
	#footer .box,
	#footer .contact{
		height: 250px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 80px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_menu {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#top_menu .in dl dt img {
		border-radius: 0 10px 10px 0;
	}
	#top_menu .in dl dd h3.w2 {
		line-height: 1.3;
		margin-bottom: 10px;
	}
	img.mfp-img {
		width: 700px !important;
	}
	.mfp-arrow-left {
		left: calc(50% - 420px) !important;
	}
	.mfp-arrow-right {
		right: calc(50% - 420px) !important;
	}
	/*--------------------------------------------------
		参考価格
	--------------------------------------------------*/

	/*--------------------------------------------------
		3DCADモデリング
	--------------------------------------------------*/
	#service th {
		width: 20%;
	}
	#service .photo img {
		box-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
	}
	/*--------------------------------------------------
		3DCG制作
	--------------------------------------------------*/

	/*--------------------------------------------------
		3Dプリンタ造形
	--------------------------------------------------*/

	/*--------------------------------------------------
		テクニカルイラスト制作
	--------------------------------------------------*/

	/*--------------------------------------------------
		板金加工
	--------------------------------------------------*/

	/*--------------------------------------------------
		その他サービス
	--------------------------------------------------*/

	/*--------------------------------------------------
		事業所情報
	--------------------------------------------------*/
	#office th,
	#contact th {
		width: 220px;
	}
	/*--------------------------------------------------
		よくあるご質問
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		サイトマップ
	--------------------------------------------------*/
	
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}