.column-wrap {
  margin-top: 40px;
}
.column-wrap .contents {
  width: 100%;
}

.item {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.item .date {
  border: 1px solid #ccc;
  padding: 0 20px;
  line-height: 2;
  font-size: 1.4rem;
  display: inline-block;
}
.item .title {
  padding-bottom: 16px;
  line-height: 1.7;
}
.item .title a {
  font-weight: bold;
  font-size: 1.8rem;
}
.item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .item a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.item a .thumb {
  width: 300px;
}
.item a .txt {
  width: calc(100% - 300px);
  padding-left: 20px;
}
.item a .txt .excerpt {
  width: 100%;
  padding-top: 16px;
  line-height: 1.7;
}
.item a .txt .excerpt > span {
  text-decoration: underline;
}

.column-single {
  margin-bottom: 80px;
}
.column-single .date {
  border: 1px solid #ccc;
  padding: 0 20px;
  line-height: 2;
  font-size: 1.4rem;
  display: inline-block;
}
.column-single .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 16px;
  line-height: 1.7;
}
.column-single figure {
  text-align: center;
  margin-bottom: 20px;
}
.column-single p {
  margin-bottom: 20px;
}
.column-single h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-nav a {
  display: block;
  padding: 0 30px;
}
.page-nav a > span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-nav > div:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-nav .col-prev,
.page-nav .col-next {
    width: 50%;
  }
}
.page-nav .col-prev {
  text-align: left;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .page-nav .col-prev {
    border: none !important;
  }
}
.page-nav .col-next {
  text-align: right;
}/*# sourceMappingURL=news.css.map */