﻿* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
  background: top center / cover url(../img/bg.jpg) no-repeat;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 400px;
  position: relative;
}
.logo-wrapper {
  padding-top: 10px;
}
.logo-wrapper img {
  height: 54px;
}
.main-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 35px 20px 25px 20px;
}
.title-wrapper img {
  height: 210px;
}
.title-wrapper {
  text-align: center;
  padding-top: 50px;
}
.column-list .entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  background: #ddeeff;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0f5898;
}
.column-list .entry-link.active {
  background: #1d73ca;
  color: #fff;
}
.column-list .entry-link .iconfont {
  font-size: 30px;
  margin-right: 8px;
}
.contents-wrapper {
  background: #eef6ff;
  border-radius: 8px;
  padding: 20px;
}
.contents-wrapper .entry {
  display: flex;
  align-items: center;
}
.contents-wrapper .entry::before {
  content: "\2022";
  color: #a8a8a8;
  margin-right: 8px;
}
.contents-wrapper .entry .title {
  flex: 1;
}
.contents-wrapper .entry .title a {
  font-size: 18px;
  color: #333333;
  line-height: 42px;
}
.contents-wrapper .entry .date {
  flex: 0 0 7rem;
  text-align: right;
  font-size: 16px;
  color: #999999;
}
.contents-headline {
  text-align: center;
}
.headline-entry-1 {
    padding: 0 16px 12px;
    font-size: 30px;
}
.headline-entry-2 {
    padding: 12px 16px 32px;
    font-size: 26px;
}
@media only screen and (max-width: 992px) {
  .title-wrapper img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .title-wrapper {
    padding: 20px 0;
  }
  .logo-wrapper {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  .logo-wrapper img {
    height: auto;
    width: 75%;
  }
  .contents-wrapper .entry .date {
    flex: 0 0 3rem;
  }
  .contents-wrapper .entry .title a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
