﻿.news-rss {
  margin-bottom: 30px;
}

.news-rss > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-rss > ul > li:nth-of-type(n+2) {
  margin-left: 30px;
}

.news-rss > ul > li > a {
  width: 20px;
  color: #333;
  font-size: 1.5rem;
  text-decoration: none;
}

.news-rss > ul > li > a > img {
  width: 20px;
}

.news-rss > ul > li > a > span {
  display: inline-block;
  margin-left: 10px;
  line-height: 20px;
}

.news-tab .group-tab {
  margin-bottom: 70px;
}

.news-tab-hld > ul {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.news-tab-hld > ul > li > a {
  border-color: rgba(0, 117, 194, 0.3) !important;
}

.news-tab-hld > ul > li > a.on {
  border-color: #0075c2 !important;
  background-color: #eaf1fa !important;
}

.news-detail {
  max-width: 860px;
  margin: 0 auto;
}

.news-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.news-detail-info > div {
  font-size: 1.8rem;
}

.news-detail-info > a {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
}

.news-detail-info > p {
  min-width: 44px;
  height: 18px;
  margin-left: 20px;
  padding: 0 10px;
  background-color: #0075c1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 18px;
  text-align: center;
}

.news-detail-contents {
  margin-top: 40px;
  line-height: 1.7;
}

.news-detail .btn-back {
  margin: 60px auto 0;
}

.news-all-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-all-list .news-list {
  width: 520px;
}

.news-all-list .news-list[data-company="group"] .news-box > dl > dd > p {
  display: none;
}

.news-all-list .news-list:nth-of-type(2) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .news-rss {
    margin-bottom: 20px;
  }
  .news-rss > ul > li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .news-rss > ul > li > a {
    font-size: 1.2rem;
  }
  .news-rss > ul > li > a > img {
    width: 14px;
  }
  .news-rss > ul > li > a > span {
    margin-left: 5px;
    line-height: 14px;
  }
  .news-tab .group-tab {
    margin-bottom: 30px;
  }
  .news-detail {
    padding-top: 15px;
  }
  .news-detail-info > div {
    font-size: 1.6rem;
  }
  .news-detail-info > a {
    margin-left: 10px;
  }
  .news-detail-info > p {
    min-width: 32px;
    height: 15px;
    margin-top: -2px;
    margin-left: 10px;
    font-size: 1.0rem;
    line-height: 15px;
  }
  .news-detail-contents {
    margin-top: 20px;
  }
  .news-detail .btn-back {
    margin-top: 30px;
  }
  .news-all-list {
    display: block;
  }
  .news-all-list .news-list {
    width: 100%;
  }
  .news-all-list .news-list:nth-of-type(2) {
    margin: 40px 0 0;
  }
}
