.header {
  height: 300px;
  background: top left / 100% 100% url(../img/header-bg.jpg) no-repeat;
}

.main-section {
  background: #edf9fd;
}
.main-section .container {
  background: #fff;
}
.breadcrumb {
  background: transparent;
}
.column-title-wrapper {
  background: #ed2c25;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.column-title-wrapper .iconfont {
  font-size: 40px;
  margin-right: 0.5rem;
}
.column-list-wrapper {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
}
.column-wrapper {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid #d2d2d2;
}
.column-wrapper:last-child {
  border: 0;
}
.column-wrapper:hover {
  background-color: #d2d2d2;
}
.column-wrapper::after {
  content: "\276f";
  color: #666;
  margin-left: auto;
}
.column-wrapper a {
  line-height: 48px;
  color: #333;
}
.contents-wrapper .title-wrapper {
  border-bottom: 2px solid #c8c8c8;
  display: flex;
}
.contents-wrapper .title-wrapper .title {
  font-size: 24px;
  padding: 0 0.5rem;
  color: #333333;
  line-height: 48px;
  margin-bottom: -2px;
  border-bottom: 2px solid #ed2c25;
}
.entry-list-wrapper {
  padding: 0;
}
.entry-wrapper .title::before {
  content: "\2022\0020";
}
.entry-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.entry-wrapper .title a {
  color: #333;
}
.entry-wrapper .date {
  flex: 0 0 6rem;
  text-align: right;
}
.entry-wrapper .date a {
  color: #888;
}

@media only screen and (max-width: 991px) {
  .header {
    height: 200px;
    background: top -30px center / 100% auto url(../img/bg.jpg) no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 140px;
    background: top -30px center / 100% auto url(../img/bg.jpg) no-repeat;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
