/*//////////////////////////////////////////////////////

News STYLE

//////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500display=swap");
.clearfix {
  display: inline-block; }
  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.hd-info {
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  background-image: url(/assets/img/bg/hd_info.jpg);
  filter: grayscale(30%);
  opacity: 1.0; }

a {
  color: #28bbf8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #2e2e2e;
    text-decoration: underline; }

.btn-news {
  background-color: #FFF;
  border: 1px solid #5480BC;
  color: #333;
  padding: .5em 3em;
  transition: all 0.3s ease 0s; }
  .btn-news:hover {
    background-color: #5480BC;
    color: #FFF;
    border: 1px solid #5480BC; }

#up_ymd {
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px; }

.h2-news {
  font-weight: bold !important;
  color: #222 !important;
  margin-bottom: 10px; }

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif; }
  ul#newsList li {
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.6;
    list-style-type: none;
    display: block; }
    ul#newsList li .up_ymd {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      display: inline-block;
      margin-right: 1em; }
      @media screen and (max-width: 640px) {
        ul#newsList li .up_ymd {
          display: block; } }
    ul#newsList li .title {
      display: inline-block;
      font-weight: 400;
      font-size: 16px; }
      @media screen and (max-width: 640px) {
        ul#newsList li .title {
          margin-left: 0;
          display: block; } }
      ul#newsList li .title a {
        display: block; }

@media screen and (max-width: 479px) {
  .detail {
    margin-left: 0; } }
.detail .thumbNailWrap {
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
  display: none; }
.detail .comment {
  display: block;
  padding: .5em 0;
  overflow: hidden; }

.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px; }

.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic; }

.hidden {
  display: none; }
