@charset "utf-8";
/* -------------------------------------------------- */
/* ホームページ */
/* -------------------------------------------------- */

body {
	min-width: auto;
}

.tablet {
	display: none !important;
}

#container {
	width: 100%;
	min-width: auto;
	overflow-x: hidden;
	display: inline;
}

#homepage {
	min-width: auto;
}

#mainService {
	width: 100%;
	padding-bottom: 80px;
}

#hpTit1:before {
	content: "We can do it";
}

.hpLeft {
	width: 90%;
	margin: 0 auto;
  padding: 0;
  float: none;
}

.hpRight {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	float: none;
}

.illust {
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}

.illust img {
	width: 100%;
}

.hpCat {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #0095da;
	border: 1px #0095da solid;
	font-weight: 600;
}

#build {
	width: 80%;
	padding-top: 20px;
}

#design {
	padding-top: 100px;
}

#design .illust{
	width: 70%;
}

#cording {
	padding-top: 50px;
}

#cording .illust{
	width: 55%;
}

#smartphone {
	padding-top: 50px;
}

#smartphone .illust{
	width: 23%;
}

.related {
	font-size: 1.8rem;
	text-align: right;
	padding-right: 13px;
	background: url(../../../img/common/icon1.png) right center no-repeat;
}

#otherService {
	width: 100%;
	padding-bottom: 60px;
}

#otherList {
	width: 90%;
	margin: 0 auto;
}

#otherList li {
	width: 48%;
  height: auto;
  margin: 0 2% 20px 0;
  display: inline-block;
  vertical-align: top;
  border: 1px #999999 dotted;
}

#otherList li:nth-child(2n) {
	margin-right: 0;
}


.other {
	width: 37%;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
}

.otherImg {
	width: 130px;
  height: 90px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
	text-align: center;
}

.otherImg img {
	width: 100%;
}

.otherTxt {
	padding-top: 10px;
	display: block;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.8rem;
}
