html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
    margin: 0;
}
header, #MainBody, #EyecatchBody {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}
h1 {
    color: #0b801e;
    font-size: 17px;
    margin-left: 5px;
}
img { 
    image-rendering: -webkit-optimize-contrast;
}
header {
    display: flex;
}
.Team-WalkLogo {
    width: 100%;
    height: auto;
}
nav {
    margin-left: auto;
    display: flex;
}
.NavItem {
    margin: 20px;
}
.NavLink {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}
#Eyecatch {
    background-image: url('../images/company/company-header.png');
    background-position: right top;
    background-size: cover;
    background-blend-mode: lighten;
    padding-top: 40px;
    padding-bottom: 40px;
}
.strong {
    text-decoration: underline;
}
.screenshot {
    width: 140px;
    height: auto;
    margin: 10px;
}
.DocumentBlock {
    margin-top: 100px;
}
.SectionTitle {
    color: #0b801e;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.ServiceContainers {
    display: flex;
    flex-wrap: wrap;
}
.ServiceContainer {
    max-width: 300px;
}
.ServiceLink {
    text-decoration: none;
    margin: 15px;
    color: #333;
}
.ServiceText {
    font-size: 17px;
}
.ServiceName {
    font-size: 27px;
    font-weight: bold;
}
.DescriptionTable {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-collapse: collapse;
    width: 80%;
}
.DescriptionTable td {
    border: 1px solid #999999;
    padding: .5em 1em;
}
.DescriptionTable td span {
    vertical-align: middle;
    font-size: 18px;
    padding-right: .5em;
}
.DescriptionTable th {
    border: 1px solid #999999;
    padding: .5em 1em;
    background: #c5eed5;
    font-weight: normal;
    width: 120px;
}
@media screen and (max-width: 767px) {
    .DescriptionTable {
        width: 100%;
    }
    .DescriptionTable th, .DescriptionTable td {
        display: block;
    }
    .DescriptionTable th {
        width: auto;
    }
}
#Copywrite {
    margin: 50px 0 50px 0;
    text-align: center;
    color: #999;
}
@media screen and (max-width: 767px) {
    nav {
        display: none;
    }
}
#NewsList li {
    list-style: none;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #888;
}
.NewsRowTime {
    margin-right: 12px;
}