@charset "UTF-8";
/*----------------------------------------
04-01：メーカー別一覧
----------------------------------------*/

/*-------------------------------------- 
600px以下
-------------------------------------- */
/* サービス項目の表*/
.one-block .service-content .service-detail {
}
.one-block .service-content .service-detail dl {
  position: relative;
  padding: 15px 0 15px 0px;
  display: block;
  overflow: auto;
}
.one-block .service-content .service-detail dl dt {
  display: inline-block;
  float: left;
  width: 28%;
  position: relative;
  margin-right: 2%;
  left: 0;
  top: 0px;
}
.one-block .service-content .service-detail dl dd {
  display: inline-block;
  float: right;
  width: 70%;
}
.one-block .service-content .service-detail dl dd span {
}
.one-block .service-content .service-detail dl dd span strong {
}
.one-block .service-content .service-detail dl dd small {
}
.one-block .service-content .service-detail dl dd small.big-small {
}
.one-block .service-content .service-detail dl dd .arrow-list li {
  position: relative;
}
.one-block .service-content .service-detail dl dd .arrow-list li:before {
}
.one-block .service-content .service-detail dl dd .arrow-list li:last-child {
}

@media screen and (min-width: 600px) {
  /*-------------------------------------- 
  960px以下
  -------------------------------------- */
  /* サービス項目の表*/
  .one-block .service-content .service-detail dl {
    padding: 15px 0 15px 0px;
  }
  .one-block .service-content .service-detail dl dd .sp-br {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  /*-------------------------------------- 
  1260px以下
  -------------------------------------- */
  /* サービス項目の表*/
  .one-block .service-content .service-detail dl {
    padding: 18px 0 18px 0px;
  }
  .one-block .service-content .service-detail dl dt {
    top: 0;
  }
  .one-block .service-content .service-detail dl dd {
  }
  .one-block .service-content .service-detail dl dd span {
  }
  .one-block .service-content .service-detail dl dd span strong {
  }
  .one-block .service-content .service-detail dl dd small {
  }
  .one-block .service-content .service-detail dl dd small.big-small {
  }
  .one-block .service-content .service-detail dl dd .arrow-list li {
  }
  .one-block .service-content .service-detail dl dd .arrow-list li:before {
  }
}

@media screen and (min-width: 1260px) {
  /*-------------------------------------- 
  1260px以上
  -------------------------------------- */
}

/*# sourceMappingURL=by-maker.css.map */
