html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 14px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.page {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  background-color: #ff7500;
}

.main {
  background-color: #fff;
  padding: 40px 12vw;
  border-top: 1px solid #f1f1f1;
}

.footer {
  padding: 12px;
  text-align: center;
  background-color: #fff;
}

.logo {
  width: auto;
  height: 40px;
  user-select: none;
}

.illustration {
  width: 100%;
  height: 320px;
  user-select: none;
  object-fit: cover;
}

.motto {
  color: #ff7500;
  font-size: 26px;
  margin: 64px 0 32px;
}

.company {
  color: #333;
  font-size: 20px;
}

.info {
  display: flex;
  color: #333;
  font-size: 14px;
  margin-top: 24px;
}

.label {
  flex-shrink: 0;
  width: 120px;
  margin-right: 8px;
}

.sysname {
  margin-left: 16px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}