@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	/* リンク */
	.link_flex .box_w2 {
		width: 100%;
		margin-bottom: 30px;
	}
	/* フッター */
	#footer .contact .tel a {
		font-size: 30px;
	}
	#footer .box dt img {
		max-width: 250px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	.header-locationbar {
		display: none;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg p.title_colorful.fs,
	#top_msg p {
		font-size: 16px;
		line-height: 1.7;
	}
	#top_menu .in dl {
		display: block;
	}
	#top_menu .in dl dt, #top_menu .in dl dd {
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
	#top_menu .in dl dt img {
		width: 200px;
	}
	#top_menu .in dl dd {
		padding: 15px;
		border-radius: 0 0 5px 5px;
	}
	#top_menu .in dl dd h3 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#top_info .in dl dd {
		padding: 10px;
	}
	#top_menu .in a {
		width: 100%;
	}
	
	/*--------------------------------------------------
		参考価格
	--------------------------------------------------*/

	/*--------------------------------------------------
		3DCADモデリング
	--------------------------------------------------*/
	#service ul.photo li {
		margin-bottom: 20px;
		text-align: center;
		width: calc( calc( 100% - 20px ) / 2 );
	}
	#service .tbl {
	border-collapse: collapse;
	}
	#service .tbl th,
	#service .tbl td {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	/*--------------------------------------------------
		3DCG制作
	--------------------------------------------------*/

	/*--------------------------------------------------
		3Dプリンタ造形
	--------------------------------------------------*/

	/*--------------------------------------------------
		テクニカルイラスト制作
	--------------------------------------------------*/

	/*--------------------------------------------------
		板金加工
	--------------------------------------------------*/
	#service .color td,
	#service .color td:first-of-type{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#service .color td:first-of-type{
		border-left: none;
		border-right: 1px solid #1f233a;
		padding-bottom:0;
	}
	#service .color td:last-of-type {
		padding-top: 0;
		border-left: none;
	}
	/*--------------------------------------------------
		その他サービス
	--------------------------------------------------*/

	/*--------------------------------------------------
		事業所情報
	--------------------------------------------------*/

	/*--------------------------------------------------
		よくあるご質問
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		サイトマップ
	--------------------------------------------------*/
	
/*------------------------------------------------*/
}
