@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

header {
  background-color: #37C9E0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 48px 0 32px;
  line-height: 1.25;
}
header span {
  display: block;
  font-size: 32px;
  margin-top: 5px;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 80px 0 32px;
  position: relative;
  z-index: 2;
  color: #465460;
}
h1::before {
  content: "company";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #EBFAFC;
  z-index: -1;
  white-space: nowrap;
}

table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 16px;
}

tr {
  border-top: 1px solid #37C9E0;
  border-bottom: 1px solid #37C9E0;
}

th, td {
  padding: 2em 10px;
  text-align: left;
}

th {
  background-color: #EBFAFC;
  color: #37C9E0;
  font-weight: bold;
  width: 27%;
}

td {
  width: 73%;
  color: #465460;
}

footer {
  margin-top: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #465460;
}/*# sourceMappingURL=style.css.map */