.js-hide {
  display: none;
}

.block-views-blocknews-block-1 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.block-views-blocknews-block-1 .block-title {
  text-align: center;
  margin-bottom: 5px;
}

.news-sub-title {
  font-size: 8px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.news-sub-title span {
  border-bottom: 1px solid black;
  padding: 3px;
  font-weight: bold;
}

.view-news .form--inline {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 36px;
}
.view-news .form-type-select {
  display: flex;
  width: 49.5%;
}
.view-news .control-label {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 5px;
  background-color: #0F3A7E;
  color: white;
  text-align: center;
}
.view-news .select-wrapper {
  flex-grow: 1;
}
.view-news .select-wrapper:after {
  color: none;
  content: none;
  font-style: none;
  font-weight: none;
  line-height: none;
  margin-top: none;
  padding-right: none;
  pointer-events: none;
  position: none;
  right: none;
  top: none;
  z-index: none;
}

.view-news select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../image/select.png');
  background-position: right 2px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #0F3A7E;
  width: 98%;
  height: 22px;
  padding: 0 5px;
  font-size: none;
  line-height: 1;
  color: none;
  background-color: none;
  border-radius: 0;
  display: block;
}
.view-news select::-ms-expand {
  display: none;
}

.news-list {
  list-style-type: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.news-list >li > a{
  clear: both;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
  overflow-x: hidden;
  display: block;
}

.news-list >li > a.news-list-title {
   text-align: left;
}

.news-list >li > a >img {
  margin: 0 auto 10px;
  width: auto;
  display: block;
}

.news-list > li {
  padding: 20px;
  width: 25%;
  min-height: 250px;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-top: -1px;  
}
.news-list .views-field-created {
  display: none;
}

.news-tags-list ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.news-tags-list a {
  display: block;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: inherit;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
}

.news-tags-list .news-item {
  display: none;
}

.news-list .views-field-body {
  font-size: 12px;
  margin-top: 12px;
}

.news-list-link {
  display: block;
  width: 240px;
  margin: 36px auto;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  background-color: #0F3A7E;
  color: white;
  cursor: pointer;
}

.news-list-link:hover {
  color: white;
  text-decoration: none;
}

.pager li > a {
  display: block;
  width: 300px;
  margin: 36px auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  background-color: #0F3A7E;
  color: white;
  cursor: pointer;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #0f3a7e;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .news-list > li {
    width: 50%;
  }
}
