html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
  color: #000;
}
.cf:after {
    content:" ";
    display:block;
    clear:both;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.header {
  margin-top: 50px;
  margin-bottom: 45px;
}
.header-logo {
  font-size: 2rem;
  float: left;
}
.gnav {
  float: right;
}
.gnav-list {
  font-size: 1.3rem;
  display: inline-block;
  padding: 7px 16px;
  border-left: 1px solid #c6c6c6;
}
.gnav-list:last-child {
  border-right: 1px solid #c6c6c6;
}
.hero-header {
  width: 100%;
  margin-bottom: 45px;
}
.article {
  display: inline-block;
  width: 294px;
  margin-right: 35px;
  vertical-align: top;
}
.article:last-child {
  margin-right: 0px;
}
.article-title {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.article-text {
  font-size: 1.2rem;
  margin-bottom: 19px;
  line-height: 1.6;
}
.article-link {
  font-size: 1.2rem;
  color: #917ca3;
  text-decoration: underline;
}
.solutions {
  margin-bottom: 65px;
}
.news {
  float: left;
}
.news-title {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.news-table {
}
.news-table tr {
  border-top: 1px solid #ddd;
}
.news-table th,.news-table td {
  vertical-align: middle;
  height: 37px;
}
.news-table th {
  text-align: center;
  width: 90px;
  color: #7d663a;
  border-right: 1px solid #ddd;
  background-color: #f6f5f0;
}
.news-table td {
  width: 549px;
  padding-left: 20px;
}
.news-table tr:last-child{
  border-bottom: 1px solid #ddd;
}
.banner-list-area {
  float: right;
}
.banner-list{
  list-style-type: none;
}
.banner {
  display: block;
  margin-bottom: 15px;
}
.footer {
  width: 100%;
  color: #fff;
  background-color: #000;
  margin-top: 60px;
}
.copyright {
  padding: 21px 0;
  text-align: center;
  font-size: 1.2rem;
}
