@charset "UTF-8";
/* CSS Document */

/*===============================================
●smart.css 画面の横幅が736px以下
===============================================*/
@media screen and (max-width: 736px){


body {
	font-size: 12px;
	line-height: 18px;
}
#head {
	padding: 50px 0 110px;
	text-align: center;
	min-width: 0px;
}
#head .discription {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.1em;
}
#head h1 {
	margin: 5px 0;
}
#head h1 img {
	width: 80%;
}

.col {
	padding: 30px 0;
	min-width: 0px;
}
.col h2  {
	margin: 0 0 15px;
}
.col h2 img {
	height: 20px;
	width: auto;
}
.col.service ul {
	width: 300px;
}
.col.service ul li {
	width: 48%;
	margin: 7px 0;
}

.col.about dl {
	width: 90%;
	margin: auto;
}
.col.about dl dt {
	padding: 15px 0;
}
.col.about dl dd {
	padding: 15px 0;
}
.col.about dl dd span {
	display: block;
}
.col.about dl dd a {
	text-decoration: none;
	color: #FFF;
}


.col.contact ul li a {
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #364550;
	width: 240px;
	margin: 20px auto;
}

.backtotop {
	right: 10px;
	bottom: 37px;
}
.backtotop a img {
	height: auto;
	width: 45px;
}
#foot {
	padding: 20px 0;
	min-width: 0px;
	font-size: 10px;
	text-align: center;
}

#end {}
}