@font-face {
    font-family: "TeleNeoWeb";
    src: url("../assets/fonts/TeleNeoWeb-ExtraBold.woff2") format("woff2"),
         url("../assets/fonts/TeleNeoWeb-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 0 7px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    padding: 18px 2px 0;
}

.site-header .logo img {
    height: 68px;
    display: block;
    border: 0;
}

.site-header .claim {
    font-family: "TeleNeoWeb", Arial, Helvetica, sans-serif;
    color: #e20074;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.content {
    margin-left: 200px;
    padding: 8px 0 40px;
}

h1.page-title {
    color: #e20074;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 20px;
}

.spec-list p {
    margin: 0 0 12px;
    color: #8a8a8a;
}

.spec-list img.ico {
    vertical-align: baseline;
    margin-right: 5px;
    border: 0;
}

.spec-list a {
    color: #e20074;
    text-decoration: underline;
}

.spec-list a:hover {
    text-decoration: none;
}

.site-footer {
    margin-left: 200px;
    padding: 16px 0 30px;
    color: #9a9a9a;
    font-size: 12px;
}

.site-footer a { color: #9a9a9a; }

@media (max-width: 980px) {
    .container { width: 100%; }
    .content,
    .site-footer { margin-left: 0; padding-left: 12px; padding-right: 12px; }
    .site-header { padding-left: 12px; padding-right: 12px; }
}
