@charset "utf-8";

body {
  background: url("../images/cmn-images/bg2.png") 50% 50% no-repeat;
  background-attachment: fixed;
}
#page-title {
  background: url("../images/company-images/page-title.jpg") 50% 40% no-repeat;
  background-size: cover;
}

/* ----------------------------------------
 company
------------------------------------------- */
#company h2 {
  width: 209px;
  margin: 0 auto 30px auto;
}
#company table{
width: 100%;
}
#company table th,#company table td{
font-size: 1.6rem;
vertical-align: top;
text-align: left;
font-weight: normal;
line-height: 1.7;
border-bottom: 1px dotted #000;
padding: 15px 10px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
/* ----------------------------------------

------------------------------------------- */

}