@charset "utf-8";

/* CSS Document */

.mainTitle {
  background: url(../img/company/main_bg.jpg) no-repeat;
}
#company {
  margin-bottom: 100px;
}
#company .c_title01 {
  font-size: 21px;
  margin-bottom: 30px;
}
#company dl {
  border-bottom: 1px dotted #222;
  padding: 15px 10px;
  font-size: 14px;
  margin: 0 20px;
}
#company dl dt {
  float: left;
  width: 120px;
}
#company dl dd {
  float: left;
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .mainTitle {
    background: url(../img/company/main_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #company {
    margin-bottom: 30px;
  }
  #company .c_title01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #company dl {
    padding: 10px 5px;
    font-size: 14px;
    margin: 0 0;
  }
  #company dl dt {
    float: none;
    width: 100%;
  }
  #company dl dd {
    float: none;
    width: 100%;
  }
}


