@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#catch {
  background: url(../business/images/main.jpg) no-repeat center center scroll;
  background-color: #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#service h3 {
  text-align: center;
}
#service ul {
  *zoom: 1;
}
#service ul:before, #service ul:after {
  content: "";
  display: table;
}
#service ul:after {
  clear: both;
}
#service ul li {
  width: 32%;
  float: left;
  margin: 0 2% 20px 0;
}
#service ul li .txt {
  background: #f7f7f7;
  min-height: 100px;
  padding: 14px 4% 10px;
  font-size: 12px;
}
#service ul li .txt h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
#service ul li:nth-child(3n) {
  margin-right: 0;
}

/*----------------------------------------------------
	tablet < 1000px
----------------------------------------------------*/
@media (min-width: 640px) and (max-width: 959px) {
  #service ul li {
    width: 49%;
  }
  #service ul li .pic img {
    width: 100%;
  }
  #service ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #service ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/*----------------------------------------------------
	phone < 768px
----------------------------------------------------*/
@media (max-width: 639px) {
  #service ul {
    padding: 0 4%;
  }
  #service ul li {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #service ul li .pic img {
    width: 100%;
  }
  #service ul li:nth-child(3n) {
    margin-right: 0;
  }
  #service ul li:nth-child(2n) {
    margin-right: 0;
  }
}
