@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
img { max-width: 100%; height: auto; }

.dsp_hp { display: none; }

/* ヘッダ */
#header {
	padding: 0 15px 15px;
}
#header p {
	text-align: center;
}
#header .title p:first-child img {
	width: 500px;
}
#header h1 {
	margin-bottom: 5px;
}
#header .contact {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
	z-index: 9999;
}
#header .contact p.tel {
	padding-top: 10px;
}
#header .contact p.line a,
#header .contact p.mail a {
	height: 100px;
	font-size: 12px;
	line-height: 1.3;
}
#header .contact p.line a img,
#header .contact p.mail a img {
	width: auto;
	height: 30px;
	margin: 5px 0;
}
/* コンテナ */
#container{
	padding: 0 0 30px;
}
.main {
	padding-left: 15px;
	padding-right: 15px;
}
/* お問い合わせ */
.bana_contact p.title {
	float: none;
	width: auto;
	margin: 0 0 15px;
	padding: 5px;
	font-size: 30px;
}
.bana_contact ul {
	float: none;
	width: auto;
	margin: 0 0 15px;
	padding: 10px;
}
.bana_contact ul li {
	font-size: 16px;
}
.bana_contact p.tel {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.bana_contact p.tel span {
	float: none;
}
.bana_contact p.tel b {
	font-size: 15px;
}
.bana_contact p.tel a {
	font-size: 46px;
	line-height: 1.2;
}
.bana_contact .btn {
	clear: both;
}
.bana_contact .btn a {
	text-align: center;
}
/* お問い合わせ (トップページのみ）*/
body#top_page .bana_contact p.title {
	float: none;
	width: auto;
	margin: 0 0 15px;
	padding: 5px;
	font-size: 30px;
}
body#top_page .bana_contact ul {
	float: none;
	width: auto;
	margin: 0 0 15px;
	padding: 10px;
}
body#top_page .bana_contact ul li {
	font-size: 16px;
}
body#top_page .bana_contact p.tel {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
body#top_page .bana_contact p.tel span {
	float: none;
}
body#top_page .bana_contact p.tel b {
	font-size: 15px;
}
body#top_page .bana_contact p.tel a {
	font-size: 46px;
	line-height: 1.2;
}
body#top_page .bana_contact .btn {
	clear: both;
}
body#top_page .bana_contact .btn a {
	text-align: center;
}
	
	
/**/
#footer_about {
	padding-top: 40px;
}
/* フッター */
#footer {
	padding-bottom: 100px;
}
#footer .txt p {
	margin-bottom: 20px;
	text-align: center;
}
#footer .txt p img {
	width: 150px;
}
#footer .txt .img_lft {
	float: none;
	margin-right: 0;
}
#copyright {
	text-align: center;
}
/* パンくずリスト */
#page_navi {
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 11px;
}
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
/**/
#top_txt {
	font-size: 16px;
}
#top_txt b {
	font-size: 14px;
}
/* 製品 */
#top_product h2 {
	font-size: 22px;
}
#top_product .msg {
	margin-bottom: 20px;
}
#top_product .bg {
	padding: 20px 0;
}
#top_product .list {
	padding-top: 30px;
	padding-bottom: 1px;
}
/* バナー */
#top_bana {
	padding: 20px 0;
}
#top_bana li a {
	font-size: 18px;
}
/* お知らせ */
#top_info {
	margin-bottom: 30px;
}
/*--------------------------------------------------
  工事概要
--------------------------------------------------*/
#about_ex {
	border-width: 6px;
}
#about_ex dt {
	font-size: 15px;
}
#about_ex dt .red {
	font-size: 13px;
}
#about_ex dd {
	padding: 10px;
}
#about_ex ul li {
	width: calc(100% - 32px);
	padding: 10px 0 10px 10px;
	font-size: 14px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}
#about_ex ul li+li {
	margin: 30px 0 0;
}
#about_ex ul li+li:before {
	top: -31px;
	left: 50%;
	margin-top: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #6aa700;
}
/**/
#about .box .w2 {
	padding-right: 200px;
	font-size: 105%;
}
#about .photo:before {
	width: 200px;
	height: 236px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#about .box .img_rit {
	width: 300px;
}
#about p.txt {
	font-size: 26px;
}
/**/
#about_ex dt .red {
	display: block;
}
/*--------------------------------------------------
	ご注文の流れ
--------------------------------------------------*/
#flow .flow {
	padding: 0;
}
#flow .flow > dl {
	margin-bottom: 40px;
	padding: 15px;
}
#flow .flow > dl:before {
	bottom: -70px;
	margin-left: -40px;
	border: 40px solid transparent;
	border-top: 30px solid #CCCCCC;
}
#flow .flow > dl > dt {
	margin-bottom: 15px;
	padding: 0 0 10px 55px;
	font-size: 18px;
}
#flow .flow > dl > dt b {
	width: 60px;
	height: 50px;
}
#flow .flow > dl > dt b span {
	font-size: 22px;
}
#flow .flow > dl > dd {
	padding-left: 55px;
}
#flow .flow > dl > dd > ul {
	padding: 15px;
	padding-right: 130px;
}
#flow .flow > dl > dd > ul:before {
	right: 0;
	width: 140px;
	height: 180px;
}
#flow .flow > dl > dd > .img_rit {
	width: 120px;
}
/**/
#flow .txt {
	font-size: 22px;
}
/**/
#flow .bg_gray dt {
	padding: 6px 15px;
}
#flow .bg_gray dd {
	padding-bottom: 0;
}
/*--------------------------------------------------
	施工地域
--------------------------------------------------*/
#area dl+dl+dl dd {
	padding-right: 250px;
}
/*--------------------------------------------------
	地下水・井戸水のご利用について
--------------------------------------------------*/
#groundwater p.img_lft,
#groundwater p.img_rit {
	float: none;
	margin: 0 0 20px;
	text-align: center;
}
/**/
#groundwater .img_kit {
	float: none;
	margin: 0 auto 20px;
	overflow: hidden;
}
#groundwater .img_kit .img_lft {
	float: left;
	margin: 0 20px 0 0;
}
/**/
#groundwater .price {
	width: 100%;
}
/**/
#groundwater p.txt {
	font-size: 25px;
}
/*--------------------------------------------------
	お知らせ
--------------------------------------------------*/
#works .box dt span {
	font-size: 15px;
}
#works .box dt b {
	font-size: 22px;
}
#works .box dd {
	font-size: 15px;
	text-align: right;
}
#works .box dd b {
	font-size: 22px;
}
#works .box dd b span {
	font-size: 30px;
}
#works .pamphlet .flyer {
	margin-left: 20px;
	width: 250px;
}
/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#mailform .tbl {
	border-bottom: 1px solid #BBBBBB;
}
#mailform .tbl th,
#mailform .tbl td {
	display: block;
	border-bottom: none;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	font-size: 120%;
}

/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
.footer_info {
	padding: 30px 5px;
}
.footer_info p{
	font-size: 18px;
}

/*------------------------------------------------*/
}