section.slide .slides img {
  max-width: 1024px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  section.slide .slides img {
    width: 100vw;
    max-width: 100%;
  }
} /** @media max-width: 767px */
#news {
  background: #f2f2f2;
  padding-bottom: 36px;
  padding-top: 36px;
  color: #333;
}
#news .inner {
  box-sizing: border-box;
  position: relative;
}
#news .covid19 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 1.5em;
}
#news .headline {
  margin-bottom: 1em;
}
#news .headline h2 {
  font-size: 2.4rem;
  font-weight: 500;
}
#news .btnWrap {
  position: absolute;
  right: 0;
  top: 0;
}
#news .btnWrap a._btn {
  width: 180px;
}
#news .items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#news .items > li {
  position: relative;
  box-sizing: border-box;
  width: calc(33.3333333333% - 24px);
  margin-left: 36px;
}
#news .items > li:before {
  content: "";
  background: #d5d5d5;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -18px;
  top: 0;
}
#news .items > li:nth-child(3n+1) {
  margin-left: 0px;
}
#news .items > li:nth-child(3n+1):before {
  display: none;
}
#news .items > li:nth-child(n+4) {
  margin-top: 1em;
}
#news .item {
  box-sizing: border-box;
  padding: 1em 1em;
}
#news .item .new {
  display: inline-block;
  color: #fff;
  background: #101010;
  padding: 2px 1.8em 1px;
  margin-left: 1em;
  line-height: 1;
  border-radius: 3px;
}
#news .item .date {
  margin: 0 0 0.5em;
}
#news .item a {
  display: block;
  text-decoration: none;
  line-height: 1.6;
  color: #222;
}
#news .item a:hover {
  color: #999;
}

@media screen and (max-width: 767px) {
  #news {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #news .inner {
    padding: 16px;
  }
  #news .headline {
    margin-bottom: 1em;
  }
  #news .headline h2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
  #news .btnWrap {
    position: relative;
    padding-top: 24px;
    text-align: center;
  }
  #news .btnWrap a._btn {
    width: 80%;
    margin: auto;
  }
  #news .items > li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  #news .items > li:before {
    display: none;
  }
  #news .items > li:nth-of-type(n+2) {
    border-top: dotted 1px #999;
    margin-left: 0;
  }
  #news .items > li:nth-child(n+4) {
    margin-top: 0em;
    display: none;
  }
  #news .item {
    padding: 1em 0em;
  }
} /** @media max-width: 767px */
#topics {
  padding-bottom: 36px;
  background: #f2f2f2;
}
#topics .inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topics .col {
  background: #fff;
  color: #333;
}
#topics .col figure img {
  width: 100%;
}
#topics .col ._context {
  box-sizing: border-box;
  padding: 0.5em 1em;
}
#topics .col h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
#topics .col p {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
#topics .col:nth-of-type(1) a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topics .col:nth-of-type(1) figure {
  width: 593px;
}
#topics .col:nth-of-type(1) figure img {
  width: 100%;
}
#topics .col:nth-of-type(1) ._context {
  width: 367px;
}
#topics .col:nth-of-type(n+2) {
  width: calc(50% - 12px);
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #topics {
    padding-bottom: 18px;
  }
  #topics .inner {
    padding: 16px;
  }
  #topics .col {
    display: block !important;
    width: 100% !important;
  }
  #topics .col:nth-of-type(1) a {
    flex-direction: column;
  }
  #topics .col figure {
    width: 100% !important;
  }
  #topics .col figure img {
    width: 100% !important;
  }
  #topics .col ._context {
    width: 100% !important;
  }
} /** @media max-width: 767px */
#newsletter {
  background: #f2f2f2;
  color: #333;
  padding: 24px 0 60px 0;
}
#newsletter .inner {
  box-sizing: border-box;
}
#newsletter h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#newsletter .lead {
  margin: 1em auto;
  text-align: center;
}
#newsletter .btn-wrap {
  text-align: center;
}
#newsletter a._btn {
  display: inline-block;
  padding: 1em 3em;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #siteNav {
    padding-bottom: 18px;
  }
  #siteNav .inner {
    padding: 16px;
  }
  #siteNav .nav li {
    width: calc(50% - 1px) !important;
  }
  #siteNav .nav li:nth-of-type(n+3) {
    margin-top: 2px;
  }
} /** @media max-width: 767px */
#siteNav {
  background: #f2f2f2;
  padding-bottom: 36px;
}
#siteNav .inner {
  box-sizing: border-box;
}
#siteNav .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#siteNav .nav li {
  box-sizing: border-box;
  width: calc(33.3333333333% - 8px);
  text-align: center;
  background: #333;
}
#siteNav .nav li:nth-of-type(-n+3) {
  width: calc(33.3333333333% - 9px);
}
#siteNav .nav li:nth-of-type(n+4) {
  width: calc(25% - 9px);
  margin-top: 12px;
}
#siteNav .nav li a {
  display: block;
  color: #fff;
}
#siteNav .nav li img {
  width: 100%;
}
#siteNav .nav li p {
  padding: 0.25em 0.5em;
}

@media screen and (max-width: 767px) {
  #siteNav {
    padding-bottom: 18px;
  }
  #siteNav .inner {
    padding: 16px;
  }
  #siteNav .nav li {
    width: calc(50% - 1px) !important;
  }
  #siteNav .nav li:nth-of-type(n+3) {
    margin-top: 2px;
  }
} /** @media max-width: 767px */