@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#footer .contact .txt span {
		display: inline-block;
		margin-left: 10px;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #000;
	}
	#header h1 {
		width: 100%;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-left: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: 30px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #000;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#navi .box .img {
		background: url(../img/navi/bg_navi_in.jpg);
	}
	#navi .box .in .tel a, #navi .box .in .mail a {
		text-align: center;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	#page_title .sub {
		padding: 30px 0;
	}
	#page_title .sub img {
		height: 40px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_page .txt {
		padding-left: 0;
	}
	#top_item .wrap dl {
		width: 48%;
		margin-right: 4% !important;
	}
	#top_item .wrap dl:nth-child(2n) {
		margin-right: 0 !important;
	}
	#top_item .wrap dl dd .img {
		text-align: center;
	}
	#top_material dl dd {
		width: 100%;
	}
	#top_material dl dd ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#top_material dl dd ul li {
		width: 48%;
	}
	#top_material, #top_type {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#top_type .img {
		text-align: center;
	}
	#top_quality .img_lft {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	#top_quality .fr dl dt {
		width: 100px;
	}
	#top_quality .waku .in, #top_example .box .in {
		padding: 15px;
	}
	#top_example .box .in .img {
		text-align: center;
	}
	#top_example .box .in .ttl span {
		font-size: 17px;
	}
	#top_faq dl dt {
		font-size: 15px;
	}
	/*--------------------------------------------------
		料金・納品まで
	--------------------------------------------------*/
	#price .txt {
		padding-left: 0;
	}
	#price_request .list .box .in {
		padding: 15px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}