#service .inner {
  width: 980px;
  font-size: 10px;
  margin: 30px auto; }

#service #sec01 {
  padding-bottom: 55px; }
#service .inner .imgSec {
  width: 350px; }
#service .detailSec {
  width: 590px; }
  #service .detailSec .txt {
    font-size: 15px;
    margin: 0 0 25px; }
  #service .detailSec ul {
    margin: 0 0 0 -10px; }
    #service .detailSec ul li {
      float: left;
      display: table;
      width: 188px;
      height: 30px;
      margin-left: 10px;
      text-align: center;
      color: #fff;
      font-size: 1.3em;
      line-height: 1.2em;
      background-color: #333333;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04); }
      #service .detailSec ul li:nth-child(n+4) {
        margin-top: 10px; }
      #service .detailSec ul li span {
        display: table-cell;
        vertical-align: middle; }

/* -----------------------------------------------------------------------------------------------------------------

SP

----------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  #service #contents {
    width: 100%; }
  #service #contents h3 {
    width: 90%; }
  #service .inner {
    width: 90%; }
  #service #sec01 {
    padding-bottom: 40px; }
  #service .inner .imgSec {
    width: 100%;
    margin-bottom: 17px;
    height: 160px;
    overflow: hidden; }
    #service .inner .imgSec img {
      margin-top: -50px;
      width: 100%; }
  #service .detailSec {
    width: 100%; }
    #service .detailSec .txt {
      font-size: 13px;
      margin: 0 0 17px; }
    #service .detailSec ul {
      margin: 0 auto; }
      #service .detailSec ul li {
        display: table;
        width: 49%;
        height: 40px;
        font-size: 10px;
        margin-left: 0; }
        #service .detailSec ul li:nth-child(n+3) {
          margin-top: 7px; }
        #service .detailSec ul li:nth-child(2n+2) {
          float: right; } }

