.wrap-pageTitle {
  background: url("../images/company_main_sp.jpg") no-repeat center;
  background-size: cover;
}

iframe {
  width: 100%;
  height: 400rem;
  margin-top: 30rem;
}

table.enkaku th {
  border-right: 1px solid #c8c8c8;
  width: 28%;
  vertical-align: top;
}
table.enkaku th span {
  display: block;
  text-align: left;
}
table.enkaku th span.y {
  font-weight: bold;
}
table.enkaku td {
  width: 72%;
  padding: 50rem 0 40rem 1em;
}
table.enkaku tr.style2 td {
  padding-top: 0;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/company_main_pc.jpg") no-repeat center;
    background-size: cover;
  }

  iframe {
    height: 400px;
    margin-top: 30px;
  }

  table.enkaku {
    max-width: 970px;
    margin: 0 auto;
  }
  table.enkaku th {
    width: 288px;
    vertical-align: top;
    padding: 20px;
  }
  table.enkaku th span {
    display: inline-block;
    text-align: left;
  }
  table.enkaku th span.y {
    font-weight: bold;
    width: 5em;
    margin-right: 40px;
  }
  table.enkaku th span.m_d {
    width: 6em;
    text-align: right;
  }
  table.enkaku td {
    padding: 20px;
    width: auto;
  }
  table.enkaku tr.style2 td {
    padding-top: 20px;
  }
  table.enkaku tr:first-child th,
table.enkaku tr:first-child td {
    padding-top: 0;
  }
  table.enkaku tr:last-child th,
table.enkaku tr:last-child td {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  table.enkaku th span.y {
    font-size: 14px;
    margin-right: 20px;
  }

  table.enkaku th span.m_d {
    font-size: 14px;
  }

  table.enkaku td {
    width: auto;
  }
}