/* media query */
.searchArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media all and (max-width: 1200px) {
  .searchArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.searchArea div.selectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.searchArea div.selectList select {
  width: 400px;
}

.searchArea div.selectList select:not(:first-child) {
  border-left: 0;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea div.selectList select:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #222;
  }
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList select {
    width: 45%;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea div.selectList select {
    width: 100%;
  }
}

.searchArea div.submitBtn {
  text-align: center;
}

.searchArea div.submitBtn input[type="submit"] {
  width: 300px;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea div.submitBtn input[type="submit"] {
    width: 100%;
  }
}

.listArea {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1200px) {
  .listArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.listArea article {
  width: calc((100% / 3) - 30px);
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .listArea article {
    width: calc((100% / 3) - 20px);
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea article {
    width: 100%;
    margin-bottom: 30px;
  }
}

.listArea article:not(:nth-child(3n+1)) {
  margin-left: 45px;
}

@media screen and (max-width: 960px) {
  .listArea article:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea article:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.listArea article > p.photo {
  overflow: hidden;
}

.listArea article > p.photo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.listArea article > p.photo a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.listArea article > div > p.cate {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 130%;
  padding: 5px 10px;
  margin: 20px 0 10px;
  font-size: 0.9em;
}

.listArea article > div > p.date {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 5px;
}

.listArea article > div > h4 {
  font-size: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media all and (-ms-high-contrast: none) {
  .listArea article > div > h4 {
    max-height: 55px;
  }
}

.listArea article > div > h4 a {
  display: block;
  font-size: 1.2em;
  line-height: 160%;
}

@media screen and (max-width: 960px) {
  .listArea article > div > h4 a {
    font-size: 1.1em;
  }
}
/*# sourceMappingURL=index.css.map */