@media only screen and (max-width: 800px)  {




#info_text {
	display:none;
}

.pcNone {
	display: inline;
}
	
/*
header {
	width:100%; margin:0px auto 0px auto;
	position:relative;
	top:0; z-index:1;
	background:url(../img/header_bg_top.png) repeat-x, url(../img/bg_ptn_w.png) repeat;
}
*/

header h1 {
	font-size:0.5rem; color:#FFFFFF;
	width:200px; height:36px;
	background:url(../img/logo.png) no-repeat;
	background-size: 100%;	
}


#header_info {
	width:100%; margin:0px auto; padding-left:20px;
}

#header_logo {
	padding-top:10px;
}

#header_tel {
	display:none;
}




/* メニュー開始 */


#gnav {
	width:100%; margin:-45px 0px 0px 0px;
	float:right;
}


ul#gmenu {
	display:none; margin-top:45px;
}

ul#gmenu li{
	width:100%; padding:10px 0px 10px 10px;
	background-color:#42B9D0;
	border-bottom:1px solid #7FC7D5;
}

ul#gmenu li img{
	display:none;
}

ul#gmenu a {
	color:#FFFFFF; padding:0px 0px 0px 0px;
}

#gmenu li div {
	color:#000000;
}


#toggle {
	display: block;
	float:right;
	position: relative;
	width: 60px; height:50px;
	padding:34px 0px 0px 24px;
	font-size:0.8rem;
}

#toggle a {
	display: block;
	padding:0px;
	color: #FFFFFF;
	text-decoration: none;

  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background: #FFFFFF;
}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 4px;
	background: #42B9D0;
}

#toggle a:before {
	margin-top: -6px;
}

#toggle a:after {
	margin-top: 2px;
}

span.menu_eng {
	display:none;
}

/* メニュー終了 */

main {
	background:#E7F4F7; padding-bottom:20px;
}



#main_img {
	width:100%; height:190px; padding-top:25px;
	background:url(../img/../img/home_mainimg.png) top center no-repeat;
	text-align:center; background-size:100%;
}

#main_msg {
	width:360px; height:65px; margin:0px auto;
	background:url(../img/home_message.png) top center no-repeat;
	background-size:100%;
}


/* 共通 */
.common_kado_shadow {
	background:#FFFFFF; padding:10px 15px;

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0666667) 1px 1px 1px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0666667) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0666667) 1px 1px 1px 1px;
}

div.common_conts {
	width:100%; margin:0px auto 0px auto; padding:0px 0px;
}

section h2.hira {
	text-align:center; font-size:1.8rem; margin-bottom:15px;
	color:#30ADC1;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Helvetica Neue';
	border-bottom:1px solid #CCCCCC;
}

section h2.hira span {
	display:inline-block; padding:6px 10px; margin-bottom:-2px;
	border-bottom:3px solid #7FC7D5;
}


/* コンテンツ */

/* イメージ群 */
.common_sec {
	margin:0px auto 20px auto;
}

#home_photo_left {
	width:100%;
}

#home_photo_left img {
	width:100%; /*max-width:580px;*/
}

#home_eco_right {
	width:100%;
}


.home_eco_clean {
	display:none;
}

.home_eco_clean img {
	max-width:100%;
}

.home_eco_haiki1 {
	position:relative;
	float:left; width:50%; 
	background-color:#DB77AD;
}


.home_eco_haiki2 {
	position:relative;
	float:right; width:50%;
	background-color:#619CD1;
}

#home_eco_right .home_arrw {
	position:absolute;
	width:42px;
	bottom:0px; right:0px;
}

.home_eco_haiki1, .home_eco_haiki2 {
	padding:20px 15px 20px 15px;
	color:#FFFFFF; text-align:center;
}

.home_eco_title {
	font-size:1.7rem; font-weight:bold;
}

.home_eco_list {
	width:160px; margin:10px auto 10px auto; padding-left:15px;
	font-weight:1.3rem; line-height:140%;
	text-align:left;
}

/* スライド */


.home_slidebox {
	width:100%; margin:20px auto;
}

.main_slider div {
	outline:none;
}

.slide01_left {
	width:45%; margin:10px auto 0px auto;
	text-align:center;
}

.slide02_left,
.slide03_left,
.slide04_left
 {
	width:70%; margin:10px auto 0px auto;
	text-align:center;
}

.slide01_left img,
.slide02_left img,
.slide03_left img,
.slide04_left img  {
	max-width:100%;
	margin:0px auto;
}

.slide01_right,
.slide02_right,
.slide03_right,
.slide04_right
 {
	width:100%; margin-left:10px;
}


.slide01_btn,
.slide02_btn,
.slide03_btn {
	margin:10px auto 0px auto;
	width:250px; max-width:80%;
}

.slide01_right p,
.slide02_right p,
.slide03_right p,
.slide04_right p
 {
	width:80%; margin:20px auto 0px auto;
	font-size:1.2rem;
}

.slide01_sigengomi {
	display:none !important;
}
	
	
.slide01_stop {
	display: block;
	max-width: 80%;
	margin: 20px auto auto;
	color: #FF0000;
}
	

#main_slide_sec {
	padding-bottom:35px;
}





/* エリア等 */

.home_area {
	float:left; width:100%;
	text-align:center;
}

.home_area img {
	width:95%; max-width:570px;
}

.home_link {
	float:right; width:100%;
}

.home_linkgroup {
	width:100%; max-width:582px; font-size:0px; margin:10px auto;
	text-align:center;
}

.home_linkgroup li {
	display:inline-block; margin:6px 6px 5px 6px;
	width:46%;
}

.home_linkgroup li img {
	max-width:100%;
}








/* google map レスポンシブ */
.hamayu_right {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.hamayu_right iframe,
.hamayu_right object,
.hamayu_right embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}










/* footer　/////////////////////////////////////////////////////////////////////////////////////////// */



footer {
	padding:10px 0px 0px 0px;
	background-color:#42B9D0;
}

#footer_conts1 {
	width:100%; margin:0px auto; padding:0px 10px 10px 10px;
}

#footer_conts1 a {
	color:#FFFFFF;
}

#footer_conts1 ul {
	width:100%;
}

#footer_conts1 li {
	display:inline-block; margin:0px 25px 5px auto; padding-left:10px;
	background:url(../img/common_larr2.png) top 4px left no-repeat;
	background-size: 8px auto;
}



#footer_logo {
	max-width:286px; width:80%;
}



#footer_conts2 {
	width:100%; margin:20px auto; padding:0px 10px 20px 10px;
	text-align:center;
}

#footer_conts2 ul {
	width:100%;
	color:#FFFFFF;
	text-align:center;
}

#footer_conts2 ul li {
	float:left;
	text-align:center;
	width:90%;
}

#footer_conts2 ul li p {
	font-size:1.2rem; padding-left:30px; margin-top:25px;
}


#footer_conts3 {
	background:#FFFFFF;
	padding:20px 0px;
}



#footer_conts2 ul li {
	font-size:1.2rem;
}

#footer_conts2 ul li p {
	margin-top:10px;
	font-size:1.0rem;
}

li.footer_message {
	width:100%; text-align:left !important;
}


address {
	text-align:center; color:#42B9D0; font-style:normal;
	font-size:1.2rem;
}







/* etc　/////////////////////////////////////////////////////////////////////////////////////////// */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size:　1.2rem;
}

#page-top a {
	background: #42B9D0;
	text-decoration: none;
	width: 100px;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #7FC7D5;
}




/* サブページ　/////////////////////////////////////////////////////////////////////////////////////////// */
/* サブページ共通 */

.spNone{
	display:none;
}

div.common_conts h2.page_title {
	width:100%; padding:15px;
	text-align:center; font-size:2.6rem;
	color:#42B9D0;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Helvetica Neue';
}



section h3 {
	text-align:left; font-size:1.6rem; margin-bottom:15px;
	color:#5C5C5C;
	border-bottom:1px solid #CCCCCC;
}

section h3 span {
	display:inline-block; padding:3px 20px 6px 10px; margin-bottom:-2px;
	border-bottom:3px solid #7FC7D5;
}

.common_conts_box {
	width:95%; margin:10px auto 0px auto;
}

ul.sub_ul {
	margin-left:20px;
}

ul.sub_ul li {
	list-style-type: none;
}

ul.sub_ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #3D3D3D;
	position: relative;
	left: -10px;
	top: -4px;
}

.footer_tel{
	width:80%; margin:30px auto 50px auto;
}

.footer_tel img{
	width:100%;
}


/* 業務内容　/////////////////////////////////////////////////////////////////////////////////////////// */

.service_intro_left {
	margin:20px 0px 0px 0px;
}

.service_intro_left img {
	width:100%;
}

.service_intro_right {
	margin:20px 0px 0px 0px; font-size:14px;
}

.service_intro_right p.title{
	margin:0px 0px 10px 0px;
	font-size:21px; font-weight:bold; color:#59afc3;
}

.service_haiki_left {
	width:80%; height:120px; margin:30px auto 0px auto; padding:45px 0px 0px 0px; text-align:center;
	font-size:19px; font-weight:bold; color:#FFF;
	background-color:#ce72a3;
	position:relative;
}

.service_haiki_left img{
	width:42px; bottom:0; right:0;
	position:absolute;
}

.service_haiki_right {
	width:80%; height:120px; margin:20px auto 40px auto; padding:45px 0px 0px 0px; text-align:center;
	font-size:19px; font-weight:bold; color:#FFF;
	background-color:#5e94c5;
	position:relative;
}

.service_haiki_right img{
	width:42px; bottom:0; right:0;
	position:absolute;
}

.service_recycle_left {
	margin:20px 0px 0px 0px; text-align:center;
}

.service_recycle_left img {
	width:60%;
}

.service_recycle_right {
	margin:20px 0px 20px 0px; font-size:14px;
}

.service_recycle_right p.title{
	margin:0px 0px 10px 0px;
	font-size:21px; font-weight:bold; color:#59afc3;
}

.service_sell {
	margin:10px 0px 0px 0px; font-size:14px;
}

.service_sell_left {
	margin:10px 0px 0px 0px;
}

.service_sell_left p.title {
	width:100%; margin:10px 0px 0px 0px; padding:5px 0px 2px 0px; font-size:21px; font-weight:bold; text-align:center;
	background-color:#e5f2f5;
}

.service_sell_left01{
	margin:0px; text-align:center;
}

.service_sell_left01 img{
	width:60%; margin:20px 0px 0px 0px;
}

.service_sell_left02{
	margin:10px 0px 0px 0px;
}

.service_sell_left02 p{
	font-size:14px; font-weight:bold;
}

.service_sell_right {
	margin:10px 0px 0px 0px;
}

.service_sell_right p.title {
	width:100%; margin:20px 0px 0px 0px; padding:5px 0px 5px 0px; font-size:21px; font-weight:bold; text-align:center;
	background-color:#e5f2f5;
}

.service_sell_right p.title span{
	display:block; font-size:12px;
}

.service_sell_right01{
	margin:20px 0px 0px 20px; text-align:center;
}

.service_sell_right01 img{
	width:50%;
}

.service_sell_right02{
	margin:20px 0px 20px 0px;
}

.service_sell_right02 p{
	font-size:14px; font-weight:bold;
}

.service_sell_btn {
	margin:20px 0px 20px 0px; text-align:center;
}

.service_sell_btn img {
	width:60%;
}

.service_sell_stop {
	display: inline;
	border-bottom: none;
	padding: 0;
	color: #FF0000;
	font-weight: normal;
	font-size: 1.2rem;
}	

/* 一般廃棄物収集運搬　/////////////////////////////////////////////////////////////////////////////////////////// */

.general_toriatsukai_left {
	margin:20px auto 0px auto; text-align:center;
}

.general_toriatsukai_left img{
	width:90%;
}

.general_toriatsukai_right {
	margin:20px 0px 0px 0px; font-size:14px;
}

.general_toriatsukai_right p {
	margin:10px 0px 20px 0px;
}

.general_area_left {
	margin:10px 0px 0px 10px; font-size:14px;
}

.general_area_left01 {
	margin:5px 0px 0px 10px;
	box-sizing:border-box;
}

.general_area_title{
	width:237px; height:36px; margin:20px 0px 15px 0px; padding:7px 0px; text-align:center; font-size:14px; color:#FFF;
	display:block; background-color:#42b9d0;
}

.general_area_left02 {
	margin:20px 0px 0px 10px; font-size:13px;
	box-sizing:border-box;
}

.general_area_right {
	margin:20px auto 20px auto; text-align:center;
}

.general_area_right img{
	width:90%;
}

.general_works {
	margin:20px 0px 20px 0px; font-size:14px;
}

.general_works ul{
	margin:10px 0px 0px 10px;
}


/* 産業廃棄物収集運搬　/////////////////////////////////////////////////////////////////////////////////////////// */

.industrial_toriatsukai {
	margin:10px 0px 0px 0px;
}

.industrial_toriatsukai_left {
	margin:20px auto 0px auto; text-align:center;
}

.industrial_toriatsukai_left img{
	width:90%;
}

.industrial_toriatsukai_right {
	margin:20px 0px 20px 0px; font-size:14px;
}

.industrial_area_left {
	margin:10px 0px 0px 10px; font-size:14px;
}

.industrial_area_left01 {
	margin:5px 0px 0px 10px;
	box-sizing:border-box;
}

.industrial_area_title{
	width:237px; height:36px; margin:20px 0px 15px 0px; padding:7px 0px; text-align:center; font-size:14px; color:#FFF;
	display:block; background-color:#42b9d0;
}

.industrial_area_left02 {
	margin:20px 0px 0px 10px; font-size:13px;
	box-sizing:border-box;
}

.industrial_area_right {
	margin:20px auto 20px auto; text-align:center;
}

.industrial_area_right img{
	width:90%;
}

.industrial_works {
	margin:20px 0px 20px 0px; font-size:14px;
}

.industrial_works ul{
	margin:10px 0px 0px 10px;
}


/* 収集の特徴　/////////////////////////////////////////////////////////////////////////////////////////// */

.distinction_left {
	margin:20px 0px 0px 0px;
}

.distinction_left img {
	width:100%;
}

.distinction_right {
	margin:20px 0px 20px 0px; font-size:14px;
}

.distinction_right p.title{
	margin:0px 0px 10px 0px;
	font-size:21px; font-weight:bold; color:#59afc3;
}

.distinction_flow {
	margin:10px 0px 0px 0px;
}

.distinction_flow p.top_title{
	margin:0px 0px 20px 0px; font-size:20px; font-weight:bold; color:#ff7bac; text-align:center;
}

.distinction_flow ul {
	margin:0px;
}

.distinction_flow ul li {
	width:100%; text-align:center;
}

.distinction_flow ul li.li_arrow {
	margin:30px 0px; text-align:center;
}

.distinction_flow ul li p.title {
	width:100%; height:36px; margin:0px; padding:5px 0px 3px 0px; font-size:17px; font-weight:bold; color:#FFF; text-align:center;
	background-color:#59afc3;
}

.distinction_flow ul li p {
	margin:20px 0px 0px 0px; text-align:left; font-size:14px;
}

.distinction_flow ul li img.flow01 {
	width:30%; margin:20px 0px 0px 0px;
}

.distinction_flow ul li img.flow02 {
	width:40%; margin:20px 0px 0px 0px;
}

.distinction_flow ul li img.flow03 {
	width:40%; margin:20px 0px 0px 0px;
}

.distinction_flow ul li img.flow04 {
	width:40%; margin:20px 0px 0px 0px;
}

.distinction_car{
	width:100%; margin:0px auto 20px auto; text-align:center;
}

.distinction_car ul {
	margin:0px;
}

.distinction_car ul li {
	float:left; width:45%; margin:20px 14px; text-align:center;
}

.distinction_car ul li img{
	width:100%;
}

.distinction_car ul li p{
	margin:10px 0px 0px 0px; font-size:15px; font-weight:bold;
}



/* 会社概要　/////////////////////////////////////////////////////////////////////////////////////////// */

.company_table {
	width:100%;
	margin:20px auto 0px auto;
}

.company_table table{
	width:100%; text-align:left; font-size:14px;
	border-spacing: 0px 5px; border-collapse: separate ;
	box-sizing:border-box;
	}
	
.company_table table th {
	width:80px; padding:5px 0px; vertical-align:top; text-align:center; font-weight:normal; color:#FFF;
	background-color:#42b9d0; box-sizing:border-box;
	}
	
.company_table table td{
	padding:5px 0px 5px 10px; line-height:180%; vertical-align:top;
	background-color:#f2f2f2; box-sizing:border-box;
	}
	
.company_table table td p{
	margin:0px 0px 0px 10px;
	}

.company_bango_title{
	width:148px; height:36px; margin:0px 0px 15px 0px; padding:6px 0px; text-align:center; font-size:14px; color:#FFF;
	display:block; background-color:#42b9d0;
}

.company_bango_left{
	width:100%; margin:10px 0px 0px 0px;
}

.company_bango_left01{
	margin:0px 0px 0px 0px;
}

.company_bango_left02{
	margin:0px 0px 0px 0px;
}

.company_bango_right{
	margin:20px 0px 20px 0px;
}

.company_access{
	margin:15px 0px 0px 0px;
}

.company_access p{
	margin:20px 0px 0px 0px;
}

.company_access p a{
	color:#222;
}

.company_access_left{
	margin:0px;
}

.company_access_left img{
	width:100%;
}

.company_access_right{
	margin:30px 0px 20px 0px;
}

.company_access_map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.company_access_map iframe,
.company_access_map object,
.company_access_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* お問い合わせページ　/////////////////////////////////////////////////////////////////////////////////////////// */

p.contact_txt01 {
	margin:20px 0px 0px 0px; text-align:left; font-size:14px;
}

p.contact_txt02 {
	margin:20px auto 0px auto; text-align:left; font-size:14px;
}

.contact_box {
	width:100%; margin:10px auto; padding:20px; font-size:16px; font-weight:bold; color:#FFF;
	background-color:#42b9d0; box-sizing:border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.contact_box p span {
	display:block; font-size:9px;
}

.contact_box_left{
	margin:10px 0px 0px 0px;
}

.contact_box_right{
	margin:10px 0px 0px 0px;
}

.contact_box span.contact_icon {
	display:inline-block; width:52px; height:23px; margin:0px 10px 0px 0px; text-align:center;
	font-size:14px; font-weight:bold; color:#42b9d0;
	background-color:#FFF;
	border-radius:5px;
}


.contact_form {
	width:100%; margin:20px auto 20px auto;
}

.contact_form p {
	margin:20px 0px 5px 0px; text-align:left;
}

#tableContact  {
	width:100%;
	margin:0px auto 0px auto; border-collapse:collapse; font-size:13px;
}

#tableContact table td {
	display:block !important;
}

#tableContact td.td01 {
	width:100%; padding:9px 0px 9px 10px; vertical-align:top;
	border-top:#CACACA 1px solid; border-right:#CACACA 1px solid; border-bottom:#CACACA 1px solid; border-left:#CACACA 1px solid;
	border-collapse:separate; background-color:#F5F5F5;
	color:#1d1d1d;
	display:block !important;
}

#tableContact td.td02 {
	width:100%; padding:9px 0px 9px 10px; vertical-align:top;
	border-top:#CACACA 1px solid; border-right:#CACACA 1px solid; border-bottom:#CACACA 1px solid; border-left:#CACACA 1px solid;
	border-collapse:separate; background-color:#FFFFFF;
	color:#1d1d1d;
	display:block !important;
}

.kome {
	color:#990000;
}

#conts_privacy td.td02 input {
	color:#1d1d1d;
}
						
div#contactButton{
	margin-top:30px;
	text-align:center;
}

p.contact_thanks01 {
	margin:40px 0px 0px 0px; text-align:center; font-size:14px;
}

p.contact_thanks02 {
	margin:20px 0px 60px 0px; text-align:center; font-size:14px;
}

#message {
	width:90% !important;
	min-height:100px;
}
	
}



@media screen and (max-width: 640px){
/* 640px以下は3列 */
.distinction_car ul li {
	width:100%; margin:20px 0px; text-align:center;
}

.distinction_car ul li img{
	width:100%;
}

}


