@media screen and (min-width: 0px) and (max-width: 767px) {
/*-------------------------*/
body{
	-webkit-overflow-scrolling: touch;
}
#navi{
	z-index: 100;
}
#navi ul{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	/*transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);*/
	background: rgba(69, 129, 188, 0.9);
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 100;
	color: #fff;
	width: 0;
	overflow-x: hidden;
	/*display: none;*/
}
#navi li{
	float: none !important;
	width: 100% !important;
}
#navi:before, #navi:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #457ebc;
	top: 50%;
	right: 20px;
}
#navi:before{
	margin-top: 4px;
}
#navi:after{
	margin-top: -4px;
}
#box{
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 50;*/
	width: 100%;
	height: 150%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	z-index: -1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
h1{
	font-size: 24px;
}
#concept .contents p{
	margin: 0 5px 34px 5px;
	font-size: 13px;
}
#service>ul>li{
	height: auto;
}
#service>ul>li>p, #service>ul>li>dl{
	display: block;
	width: 100%;
	height: auto;
}
#service>ul>li>p{
	font-size: 20px;
	padding: 40px 0;
}
#service>ul>li>p img{
	margin-bottom: 10px;
	height: 55px;
	width: auto;
}
#news>ul, #privacy>section, #map_canvas{
	height: 200px;
	-webkit-overflow-scrolling: touch;
}
#service>ul>li>dl{
	margin-bottom: 20px;
	overflow-y: hidden;
}
#service>ul>li>dl>dt{
	font-size: 15px;
}
#service>ul>li>dl>dd{
	font-size: 12px;
	line-height: 20px;
}
#service>ul>li dd span a{
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1;
}
#service>ul>li>dl img{
	width: 100%;
	height: auto;
}
/*-------------------------*/
}
