@charset "UTF-8";

/*================================================
 *  company
 ================================================*/
#company dl {
  max-width: 700px;
  margin: 50px 0;
}
#company dl dt {
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e5e5;
  padding-bottom: 10px;
}
#company dl dd {
  width: 75%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e5e5;
  padding-bottom: 10px;
}
#company .company_img {
  position: absolute;
  right: 0;
  bottom: -40px;
  max-width: 330px;
}

@media screen and (max-width:1100px) {
  #company .company_img {
    width: 25%;
  }
}
@media screen and (max-width:768px) {
  #company dl dt {
    width: 30%;
  }
  #company dl dd {
    width: 70%;
  }
  #company .company_img {
    position: static;
    width: 70%;
    margin: 0 auto;
  }
}


/*================================================
 *  message
 ================================================*/
#message .message_txt {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width:768px) {
  #message .message_txt {
    text-align: left;
    line-height: 2;
  }
}



