@charset "UTF-8";
#sub_main {
  background: url(../images/bg-about.jpg) no-repeat center bottom 20%/cover;
}

/* =======================================================
* about
* ======================================================= */
/* #about dl {
  max-width: 850px;
  margin: 0 auto;
}
#about dl dt {
  width: 30%;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #a3bbce;
  padding: 20px 10px;
  box-sizing: border-box;
}
#about dl dd {
  width: 70%;
  font-size: 14px;
  border-bottom: 1px solid #a3bbce;
  padding: 20px 15px;
  box-sizing: border-box;
} */

#about .pc {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  /* #about dl dt {
    width: 35%;
  }
  #about dl dd{
    width: 65%;
  }
  #about dl dt,
  #about dl dd {
    font-size: 13px;
    padding: 10px 5px;
  } */
}




