@media only screen and (max-width:640px){
/* Global ----------------------------------------------------------------- */

.pc { display: none; }
.tablet { display: none; }
.smart { display: block; }
.mobile { display: block; }

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* Layout ----------------------------------------------------------------- */

#header-inner, nav ul, #footer-inner, #container, h1.seo {
	padding: 10px;
}

/* Header ----------------------------------------------------------------- */

.seo {
	display: none;
}
#header-inner h1 {
	width: 100%;
	text-align: center;
	float: none;
}
#header-inner div {
	width: 100%;
	float: none;
}
#header-inner div ul {
	display: none;
}
#header-inner div span {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
}

/* Footer ----------------------------------------------------------------- */

.footer-menu {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}
.footer-menu br {
	display: block;
}
.footer-menu span {
	display: none;
}

/* font ------------------------------------------------------------------- */

/* img -------------------------------------------------------------------- */

/* UL ------------------------------------------------------------------ */
/* 2つ並びのリスト 768px以下で1列に */
ul.float2col1 li {
	width: 100%;
	float: none;
}
ul.float2col1 li:nth-child(odd) {
	margin-right: 0;
}
ul.float2col1 li:nth-child(even) {
	margin-left: 0;
}
	
/* Table ------------------------------------------------------------------ */

/* box -------------------------------------------------------------------- */

/* Title ------------------------------------------------------------------ */
.midashi-news a {
	display: none;
}
/*太字フォントサイズ大中央寄せ*/
.midashi4 {
	font-size: 1.40em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #ff6600;
}
/* Side ------------------------------------------------------------------- */

.banner li {
	width: 100%;
	float: none;
	width /***/:auto;
}
.banner li:nth-child(2n) {
	float: none!important;
}

.service-txt{
	width:65%;
	margin-left:2%;
	float:left;
}
/* container -------------------------------------------------------------- */

/* index ------------------------------------------------------------------ */

#plan div.end {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom:15px;
}
#plan div.cont {
	border: none;
	width: 100%;
	float: none;
}
#plan div.more {
	width: 100%;
	padding-top: 0;
	font-weight: bold;
	float: none;
}
#plan div.more span {
	display: none;
}
#plan div.more br {
	display: none;
}
#plan div.more a {
	border-radius: 4px;
	width: 100%;
	padding: 5px 0;
	display: block;
}
#plan img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* plan ------------------------------------------------------------------ */
.item-bnr li{
	width:100%;
	float:none;
}
.item-bnr li:nth-child(2n){
	float:none;
}
/* car-support ------------------------------------------------------------------ */
	.free-dial-wrapper {
		border:2px solid  #d7d7d7;
		padding:10px;
		border-radius: 8px;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.free-dial {
		display: block;
		font-size: 1.7em;
		margin-right: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.free-dial-wrapper a {
		text-decoration:underline;
		color: #ff6600;
	}
	.free-dial img {
		width: 50px;
	}
}