@charset "UTF-8";
/* #entry-head */
#entry-head {
  padding-top: 50px;
}
#entry-head .inner {
  width: 780px;
}
.ttl-wrap {
  padding: 2px 0;
  border-top: 2px solid #424242;
  border-bottom: 2px solid #424242;
}
.enyty-ttl {
  padding: 9px 6px 5px 6px;
  font-size: 28px;
  line-height: 1.5;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
}
.sns-wrap {
  padding-top: 10px;
  float: left;
}
.sns-wrap li {
  margin-right: 10px;
  float: left;
}
.sns-wrap li:last-child {
  margin-right: 0;
}
.date-wrap {
  padding-top: 10px;
  float: right;
}
.date-wrap .date {
  padding: 3px 15px 0 18px;
  background: url(/topics/assets/images/img-icon-date-gray@2x.png) left top no-repeat;
  background-size: 14px 15px;
  font-size: 13px;
  color: #717071;
}

/* #entry-body */
#entry-body {
  margin: 0 auto 4.854em;
  padding-top: 40px;
  font-size: 15px;
  line-height: 1.6;
}
#entry-body .inner {
  width: 650px;
}
#entry-body p {
  margin: 1.618em 0;
}
#entry-body a {
  color: #274a78;
  text-decoration: underline;
}
#entry-body a:hover {
  color: #3a6eb2;
  text-decoration: none;
}

/* #entry-foot */
#entry-foot .inner {
  width: 650px;
}
#entry-foot .wrap {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border-left: 2px solid #1F1F1F;
  background: #F4F4F4;
}
#entry-foot .wrap:last-child {
  margin-bottom: 0;
}
.foot-ttl {
  display: table-cell;
  width: 154px;
  padding: 10px 0 10px 12px;
  font-size: 14px;
  color: #1F1F1F;
  vertical-align: top;
}

#entry-foot ul {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
  font-size: 0;
}
#entry-foot li {
  display: inline-block;
  line-height: 1.5;
  color: #0273AB;
  font-size: 14px;
}
#entry-foot li:not(:last-child)::after,
#entry-foot .keywords li::after {
  content: '|';
  display: inline;
  padding: 0 6px;
  color: #999;
  font-size: 14px;
}
#entry-foot .keywords:not(:last-child)::after {
  font-size: 12px;
}
#entry-foot .keywords {
  padding: 5px 0;
}
#entry-foot li button {
  font-family: "UD Shin Go Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 12px;
  color: #0273AB;
}
#entry-foot li a {
  color: #0273AB;
  font-size: 14px;
}

/* #latest-topics */
#latest-topics {
  margin: 35px 0 0;
}
#latest-topics .local-ttl-text {
  margin-bottom: 20px;
}
#latest-topics .wrap {
  margin: 0 -1%;
}
#latest-topics .article {
  width: 23%;
  margin: 0 1%;
  float: left;
}
#latest-topics .img-wrap {
  height: 110px;
  overflow: hidden;
  position: relative;
}
#latest-topics .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#latest-topics .text-wrap {
  padding: 12px 10px 10px;
  background: #1f1f1f;
}
#latest-topics .date {
  padding: 3px 0 10px 18px;
  background: url(/topics/assets/images/img-icon-date-white@2x.png) left top no-repeat;
  background-size: 14px 15px;
  border-bottom: 1px solid #9e9e9f;
  font-size: 13px;
  color: #fff;
}
#latest-topics .article-ttl a {
  padding-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}


@media only screen and (max-width: 979px) {
  /* #maincontents */
  #entry-head .inner,
  #entry-body .inner,
  #entry-foot .inner {
    width: 96.2666667%;
  }

  /* #entry-head */
  #entry-head {
    padding-top: 20px;
  }
  .enyty-ttl {
    padding: 14px 0 13px;
    font-size: 22px;
  }
  .sns-wrap {
    padding-top: 20px;
  }
  .sns-wrap li {
    width: 95px;
  }
  .sns-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sns-wrap li img {
    width: 100%;
    height: auto;
  }
  .date-wrap {
    padding-top: 25px;
  }

  /* #entry-foot */
  #entry-foot .wrap {
    display: block;
    margin-bottom: 20px;
    background: none;
    border: none;
  }
  .foot-ttl {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 0 8px 15px;
    background: #F4F4F4;
    border-left: 2px solid #1F1F1F;
    box-sizing: border-box;
  }
  #entry-foot ul {
    display: block;
    padding: 0;
  }

  #entry-foot .keywords {
    padding: 0;
  }
  #entry-foot li,
  #entry-foot li a {
    font-size: 12px;
  }

  /* #latest-topics */
  #latest-topics {
    padding-top: 7px;
  }
  #latest-topics .wrap {
    margin: 0;
  }
  #latest-topics .article {
    width: 100%;
    margin: 0 0 7px 0;
    float: none;
  }
  #latest-topics .article .img-wrap {
    height: auto;
    overflow: visible;
    border: 3px solid #1f1f1f;
  }
  #latest-topics .article img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  #latest-topics .article-ttl {
    padding-top: 10px;
  }
  #latest-topics .article-ttl a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .sns-wrap li {
    width: 80px;
  }
  .date-wrap .date {
    padding-right: 10px;
  }
}