#servicesSec .servicesnav {
  margin: 16px 0 0; }
  #servicesSec .servicesnav .box {
    padding: 44px 64px 48px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative; }
    #servicesSec .servicesnav .box:after {
      content: '';
      display: block;
      width: 64px;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #0985df;
      transition: all 0.3s; }
  #servicesSec .servicesnav dt {
    font-weight: 700;
    font-size: 2.8rem; }
    #servicesSec .servicesnav dt:first-letter {
      color: #0985df; }
  #servicesSec .servicesnav dd {
    margin-top: 32px; }

#companySec {
  padding: 120px 0;
  margin-top: 120px;
  background: #f5faff; }
  #companySec .companybox {
    background: #fff;
    padding: 40px 20px 60px; }
    #companySec .companybox table {
      margin-top: 0; }
    #companySec .companybox .link-txt {
      text-decoration: none; }

@media screen and (max-width: 600px) {
  #servicesSec .servicesnav {
    margin: 8px 0 0; }
    #servicesSec .servicesnav .box {
      padding: 32px 0 48px; }
    #servicesSec .servicesnav dt {
      font-size: 2.6rem; }
    #servicesSec .servicesnav dd {
      margin-top: 24px; }

  #companySec .companybox {
    padding: 40px 5.5% 60px; } }
