/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.news-detail {
  position: relative;
}

.news-detail #wrap {
  color: #333333;
  padding-top: 104px;
}

@media (max-width: 767px) {
  .news-detail #wrap {
    padding-top: 70px;
  }
}

.news-detail #wrap .breadcrumb {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .news-detail #wrap .breadcrumb {
    margin-right: -18px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .news-detail #wrap .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .news-detail #wrap .breadcrumb .item {
    white-space: nowrap;
  }
  .news-detail #wrap .breadcrumb .item:last-child {
    padding-right: 18px;
  }
}

.news-detail .info {
  color: #00469d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 64px;
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .news-detail .info {
    padding-left: 10px;
    margin-bottom: 13px;
  }
}

.news-detail .info::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #00469d;
  left: 0;
  top: 16px;
}

@media (max-width: 767px) {
  .news-detail .info::after {
    left: -18px;
    width: 20px;
    top: 13px;
  }
}

.news-detail .info__date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-right: 20px;
  width: 100px;
  padding: 3px 0 0 0;
}

@media (max-width: 767px) {
  .news-detail .info__date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 12px;
    width: 80px;
  }
}

.news-detail .info__cate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 120px);
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .news-detail .info__cate {
    margin-bottom: -8px;
  }
}

.news-detail .info__cate .cate {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: block;
  border: 1px solid #00469d;
  border-radius: 20px;
  padding: 7px 14px;
  margin-right: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .news-detail .info__cate .cate {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 5px 9px;
    margin: 0 8px 8px 0;
  }
}

.news-detail .info__cate .cate:last-child {
  margin-right: 0;
}

.news-detail .title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.61538em;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  color: #00469d;
  margin-bottom: 91px;
}

@media (max-width: 767px) {
  .news-detail .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.58333em;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
  }
}

.news-detail .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.news-detail .sub-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .news-detail .sub-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
  }
}

.news-detail .sidebar {
  padding: 46px 0 72px;
  width: 100%;
}

@media (max-width: 767px) {
  .news-detail .sidebar {
    padding: 0;
    margin: 38px auto 68px;
  }
}

@media (min-width: 768px) {
  .news-detail .sidebar__ttl {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .news-detail .sidebar__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 36px;
    border-bottom: 1px solid #b6cae2;
  }
  .news-detail .sidebar__item:last-child {
    border-bottom: 1px solid #00469d;
  }
  .news-detail .sidebar__item .hidebox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: calc(713 / 900 * 100%);
    margin-top: -4px;
  }
  .news-detail .sidebar__item .hidebox.bottom {
    margin-top: 0px;
  }
  .news-detail .sidebar__item .hidebox li {
    width: calc(25% - 12px);
    margin-bottom: 8px;
    margin-right: 16px;
  }
  .news-detail .sidebar__item .hidebox li:nth-child(4n) {
    margin-right: 0;
  }
  .news-detail .sidebar__item .hidebox li.parent {
    width: 100%;
    margin-right: 0;
  }
  .news-detail .sidebar__item .hidebox li.child {
    display: inline-block;
    width: calc(100% / 6 - 14px);
    margin: 0 10px 4px 0;
  }
  .news-detail .sidebar__item .hidebox li a.year + ul {
    padding-top: 6px;
  }
}

.news-detail .pagi__item .cont {
  width: 100%;
  padding: 0;
}

/*# sourceMappingURL=maps/news-detail.min.css.map */