@charset "UTF-8";
/* Scss Document */
#newsWrap {
  width: 100%;
  font-size: 16px;
}
#newsWrap #newsList {
  line-height: 1.5;
}
#newsWrap #newsList li {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Noto Sans JP", sans-serif !important;
}
#newsWrap #newsList li + li {
  margin-top: .5em;
}
#newsWrap #newsList li a {
  color: #036eb8;
}
#newsWrap #newsList li .catName {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  line-height: 100%;
  margin: 0;
  background: #fff;
}
#newsWrap #newsList li .newMark {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 8px;
  background: #f00;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 0 4px;
}
#newsWrap #newsList li .title_area {
  margin-top: .25em;
}
#newsWrap #newsList li .title_area .title {
  font-size: 16px;
  font-weight: 700;
}
