@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

/* 製品紹介 */
#top_products li a img {
	float: left;
}
#top_products li a span {
	margin-left: 294px;
	padding-bottom: 0;
}
#top_products li a span:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}

}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
.dsp_hp { display: none; }

/* ヘッダ */
header h1 {
	height: auto;
	padding: 20px 0;
}
header h1 img {
	width: 300px;
}
/* メニュー */
#switchBtnArea #switchBtn,
#rwdMenuWrap {
	background: #006934;
}
#rwdMenuWrap ul li a {
	color: #333333;
}
#rwdMenuWrap ul li ul {
	padding: 10px;
	background: #F5F5F0;
	border-bottom: none;
}
#rwdMenuWrap ul li li {
	border: 1px solid #EEEEEE;
}
/* パンくずリスト */
#page_navi {
	font-size: 11px;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_msg {
	padding-top: 20px;
}
#top_msg h2 {
	padding: 20px 0;
	padding-right: 28%;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	text-align: left;
}
#top_msg .box_line h3 {
	font-size: 20px;
}
#top_msg .box_line p {
	line-height: 2;
}
#top_msg .box_line p.img_rit {
	padding-top: 5px;
}
/**/
#top_msg .house {
	margin-top: 0;
	padding-top: 250px;
	background-size: auto 235px;
	-webkit-background-size: auto 235px;
}
#top_msg .house dl {
	width: 48%;
}
#top_msg .house dt {
	font-size: 16px;
}
/**/
#top_msg .txt {
	padding: 15px;
}
#top_msg .txt p.b {
	font-size: 16px;
	line-height: 1.4;
}
#top_msg .txt p.b.fm {
	font-size: 22px;
}
#top_msg .txt p.b.fm b {
	font-size: 30px;
}
/* 製品紹介 */
#top_products {
	padding-top: 40px;
	padding-bottom: 40px;
}
#top_products li+li {
	margin-top: 20px;
}
/*--------------------------------------------------
	シロアリ被害について
--------------------------------------------------*/
#about section h2 {
	font-size: 22px;
}
#about section p {
	line-height: 2;
}
#about .photo li+li {
	margin-top: 30px;
}
/**/
#about .flow {
	background-image: url(../img/about/arow_sp.gif);
}
#about .flow dl {
	width: auto;
}
#about .flow dl.fr {
	margin-top: 70px;
}
/*--------------------------------------------------
	ガントナー天然ピレトリンMC
--------------------------------------------------*/
/* リンク */
#pyrethrin_link {
	padding-bottom: 10px;
}
#pyrethrin_link:before {
	bottom: -40px;
	height: 40px;
}
#pyrethrin_link li:first-child {
	float: none;
	margin-bottom: 10px;
}
#pyrethrin_link li:last-child {
	background-image: url(../img/line.gif), url(../img/line.gif);
	background-position: left center, right center;
	background-repeat: no-repeat;
}
/* メイン画 */
#pyrethrin_main {
	padding: 0 15px;
}
#pyrethrin_main .mv {
	padding-bottom: 30px;
}
/* タイトル */
#pyrethrin_title {
	padding: 30px 15px 20px;
}
#pyrethrin_title ul {
	margin-top: 30px;
	text-align: left;
}
#pyrethrin_title ul li+li {
	margin-top: 5px;
}
/**/
#pyrethrin {
	padding-bottom: 30px;
}
#pyrethrin h2 b {
	font-size: 20px;
}
#pyrethrin p {
	line-height: 2;
}
/* できるまで */
#pyrethrin .flow {
	padding: 20px 20px 40px;
}
#pyrethrin .flow dt {
	margin-bottom: 20px;
}
#pyrethrin .flow dd {
	margin: 0 20px;
	padding: 40px 30px;
}
/* お客様の声 */
#pyrethrin .voice dl {
	padding: 20px;
}
#pyrethrin .voice dt b.fr {
	display: block;
	text-align: left;
}
#pyrethrin .voice dt b.pick {
	font-size: 18px;
}
#pyrethrin .voice dd {
	line-height: 2;
}
/* よくある質問 */
#pyrethrin .faq dl {
	margin-bottom: 40px;
}
#pyrethrin .faq dt {
	font-size: 18px;
}
#pyrethrin .faq dd {
	line-height: 2;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.box_line {
	margin-bottom: 40px;
	padding: 20px;
}


/*------------------------------------------------*/
}