#sub-header.news{
  background-image: url(../img/bg/news-header-bg.jpg);
  background-position: bottom;
}
#sub-footer.news{
  background-image: url(../img/bg/news-footer-bg.jpg);
  background-position: center;
}

.layout:nth-child(2){
  margin-top: 15.625rem;
}
.article-feed .layout:nth-child(1){
  min-height: calc(100vh - 675px);
}
.article-footer{
  margin-top: 0;
  padding: 4rem 0;
  text-align: center;
}
.news.layout .section-title{
  position: relative;
  font-size: 1rem;
  margin-bottom: 3rem;
}
.news.layout .inner{
  max-width: 720px;
  margin: auto;
}
.layout .txt{
  width: 100%;
}
.layout .txt .heading{
  font-size: 1.125rem;
  line-height: 1.75;
}
.body-txt a{
  text-decoration: underline;
}
.body-txt hr{
  margin: 4rem 0 2rem;
}
.body-txt .kakomi{
  border: 1px solid;
  padding: 1rem;
}
.body-txt .center{
  text-align: center;
}
.layout .thumb{
  margin-bottom: 2rem;
}
.layout .txt{
  padding-bottom: 2rem;
}
.layout .thumb.w100,
.layout .thumb.w50{
  width: 100%;
}
#sub .layout .thumb.w50 img{
  width: calc(50% - 0.5rem);
}
ul#nav li.menu.news div.subtitle{
  left: 3rem;
  top: -0.15rem;
  display: inline-block;
}
.scroller-status{
  position: relative;
}
.animsition-loading,
.animsition-loading:after{
  position: absolute;
  top: -4rem;
}
.ttl3 {
  border-left: 5px solid #313131;
  padding-left: 0.5em;
  padding-top:5px;
  margin: 2em auto 1em;
}
.futura {
  font-family: "futura-pt", sans-serif;
}
.news-sdgs-button {
  position: relative;
  display: inline-block;
  margin: 3em 0;
  padding: 1rem 2.5rem;
  font-size: 0.8rem;
  background: #313131;
  color: #fff;
  text-decoration: none !important;
}
.news-sdgs-button:hover {
  color: #fff;
  opacity: 0.9;
}
.news-sdgs-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.news-sdgs-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #414141;
  color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s ease;
  transition-property: transform;
}
.news-sdgs-button span {
  position: relative;
}

.by-year {
  list-style: none;
  text-align: center;
  font-size: 1.3rem;
  display: flex;
}
.by-year li {
  border: 1px solid #313131;
  border-right: none;
  display: inline-block;
}
.by-year li a {
  display: inline-block;
  padding: .2em 1.5em;
}

.by-year-header {
  padding-inline-start: 0;
}

.by-year-header li:last-child {
  border-right: 1px solid #313131;
}
.by-year li:last-child {
  margin-right: 0;
}
.by-year .selected {
  background-color: #313131;
}
.by-year .selected a {
  color: #fff !important;
}
.by-year-footer {
  justify-content: center;
  padding-inline-start: 0;
}
.by-year-footer li {
  border:none;
}
.by-year-footer .unselected a:hover {
  text-decoration: underline;
}
.by-year-footer a:hover {
  color: #313131;
}
.np-border {
  padding: 2em 0;
  border: 1px solid #cccccc;
}
br.sp-custom { display: none; }
.sdgs-hr { margin: 3rem 0 !important; }

@media screen and (min-width: 768px) {
  .divide-horizontal {
    max-width: 100%;
    display: flex !important;
  }
  .divide-horizontal-wrap {
    margin: 2em auto;
  }
  .news-video-txt {
    margin-top: 0;
    margin-left: 2em;
  }
  .harf-width {
    max-width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .divide-horizontal {
    max-width: 100%;
    display: inline-block;
  }
  .divide-horizontal-wrap {
    margin: 1em auto;
  }
  .news-video-txt {
    margin-top: 0;
  }
  .harf-width {
    max-width: 100%;
  }
  .by-year {
    font-size: 1.1rem;
  }
  .by-year li a {
    padding: .6em .8em;
  }
  .np-border {
    padding: 2em 0;
    border: none !important;
  }
  .np-border img {
    width: 100% !important;
  }
  .body-txt .vision-progress {
    text-align: start;
  }
  .news-sdgs-button {
    font-size: 0.7rem;
  }
  .sdgs-hr { margin: 2rem 0 3rem !important; }
}

@media screen and (max-width: 641px) {
  .news .titles.layout.center {
    height: 405px;
  }
  .by-year-header {
    flex-wrap: wrap;
  }
  .by-year-header li {
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #313131;
  }
  .by-year-header li:nth-child(even) {
    border-right: 1px solid #313131;
  }
  .by-year-header li:nth-child(-n+2) {
    border-top: 1px solid #313131;
  }
  .by-year-header li a {
    width: 100%;
  }
  .by-year-footer li {
    width: 20%;
  }
  .by-year-footer li a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .by-year-header {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 417px) {
  .body-txt .vision-progress {
    font-size: .86em;
  }
  br.sp-custom { display: block; }
}
@media screen and (max-width: 400px) {
  .body-txt .kakomi{
    letter-spacing: -0.01em;
    padding: 1rem .5em;
  }
  .body-txt .kakomi.vision-progress {
    padding: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .by-year-footer li a {
    padding: .6em .4em !important;
    font-size: 1rem;
  }
  .body-txt .kakomi {
    font-size: .8em;
  }
}
@media screen and (max-width: 336px) {
  .body-txt .kakomi {
    font-size: .79em;
  }
}
@media screen and (max-width: 332px) {
  .body-txt .kakomi.vision-progress {
    padding: 1rem .7em;
  }
  .body-txt .kakomi {
    font-size: .8em;
  }
}

