@charset "UTF-8";
/*===================================================
index
===================================================*/

main .about-section .content-inner table tr th {
  display: block;
  padding: 20px;
  width: 100%;
}
main .about-section .content-inner table tr td {
  display: block;
  padding: 0 20px 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .about-section .content-inner table tr td .sub-head {
  font-weight: bold;
}
