.content-type ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.content-type ul li {
  border-left: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 100px;
  box-sizing: border-box;
}
.content-type ul li .content-type-item {
  color: #979797;
}
.content-type ul li .content-type-item.current {
  color: #2f50aa;
}
.content-type ul li:last-child {
  border-right: 1px solid #ccc;
}

article .category {
  display: inline-block;
  box-sizing: border-box;
  background-color: #979797;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.3571428571;
  margin-right: 10px;
  text-align: center;
}
article .date {
  padding: 5px 0;
  display: inline-block;
  color: #8B8787;
  font-size: 14px;
  line-height: 1.5;
}

.articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.articles .item {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #B1B1B1;
}
.articles .item:first-child {
  border-top: 2px solid #B1B1B1;
}
.articles .item article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.articles .item article .category {
  width: 200px;
}
.articles .item .item-info {
  padding: 0;
  width: 34%;
}
.articles .item .title {
  font-size: 19px;
  line-height: 1.4210526316;
  color: #2f50aa;
  padding: 0;
  width: 66%;
}

#pager {
  margin-top: 40px;
}
#pager .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
#pager .pagination .page-item .page-link {
  padding: 15px 10px;
  box-sizing: border-box;
  display: inline-block;
  color: #2f50aa;
}
#pager .pagination .page-item.disabled {
  display: none;
}
#pager .pagination .page-item.current {
  background-color: #2f50aa;
}
#pager .pagination .page-item.current .page-link {
  color: #fff;
}

.article-header {
  box-sizing: border-box;
  background-color: #EEEEEE;
  border-top: 2px solid #2f50aa;
  margin-bottom: 65px;
}
.article-header .item-info {
  margin-bottom: 10px;
}
.article-header .category {
  display: inline-block;
  background-color: #105FDF;
  color: #fff;
  padding: 5px 10px;
  margin-right: 18px;
  font-size: 14px;
  border-radius: initial;
  line-height: 1.3571428571;
}
.article-header .title {
  color: #2f50aa;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.article-body h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2857142857;
  padding-bottom: 10px;
  border-bottom: 3px solid #2f50aa;
  margin: 40px 0;
}
.article-body h3 {
  padding-left: 12px;
  border-left: solid 3px #2f50aa;
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 30px 0;
}
.article-body img {
  max-width: 100%;
  margin: 20px 0;
}
.article-body p {
  font-size: 16px;
  line-height: 1.75;
  /*&:not([style]) {
      margin-bottom: 40px;
  }*/
}
.article-body p + blockquote {
  margin-top: 20px;
}
.article-body a {
  color: #2f50aa;
}
.article-body a[target=_blank] {
  padding-right: 1.2em;
  background: url(../../common/img/newwin.png) no-repeat right center/16px auto;
}
.article-body blockquote {
  box-sizing: border-box;
  border-left: 3px solid #2f50aa;
  padding: 35px 35px 35px 115px;
  font-style: italic;
  font-size: 16px;
  line-height: 2;
  background: url(../../common/img/column/blockquote_bg.png) no-repeat left 35px top 35px;
  background-color: #EEE;
}

@media screen and (min-width: 767px) {
  #news-index,
#news-detail {
    padding-top: 80px;
  }

  .article-header {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .content-type ul {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
  }

  article .category {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.3571428571;
  }
  article .date {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2142857143;
  }

  .articles .item article {
    flex-wrap: wrap;
  }
  .articles .item .item-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .articles .item .title {
    width: 100%;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
  }

  .article-header {
    padding: 20px 0;
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .article-header .title {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .article-header .category {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.3571428571;
  }

  .article-body h2 {
    width: calc(667 / 750 * 100%);
    margin: 1.5em auto;
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.6363636364;
  }
  .article-body h3 {
    width: calc(667 / 750 * 100%);
    margin: 1em auto;
    font-size: calc(36 / 750 * 100vw);
    line-height: 2;
  }
  .article-body img {
    margin: 1em 0;
  }
  .article-body p {
    width: calc(667 / 750 * 100%);
    margin: 0 auto 0 auto;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    font-weight: normal;
  }
  .article-body blockquote {
    width: calc(667 / 750 * 100%);
    margin: 20px auto;
    padding: 20px 20px 20px 70px;
    background-size: 35px;
    background-position: top 30px left 20px;
  }

  #news-index,
#news-detail {
    padding-top: calc(80 / 750 * 100vw);
  }
}

/*# sourceMappingURL=news.css.map */
