.button {
  display: inline-block;
  width: auto;
  transition: opacity 0.12s ease-in 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button a:link,
.button a:visited,
a.button:link,
a.button:visited {
  color: #045e8c;
}
.read-more {
  position: relative;
  display: block;
}
.read-more:after {
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  content: "";
  width: 10px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
}
.read-more--white:after {
  background-image: url("/img/82b7ffa086cf68746edc0b07646e7fe5bf0fbdd6.svg");
}
.border img {
  border: 1px solid #ccc;
}
.none-screen {
  display: none !important;
}
.none-mobile {
  display: block !important;
}
#pagetop {
  display: block;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.84s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  opacity: 0;
  transform: translateZ(0);
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #888;
  overflow: hidden;
  position: relative;
}
#pagetop a,
#pagetop a .i-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#pagetop a .i-arrow {
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
#pagetop a:hover .i-arrow {
  -webkit-animation: pagetop 1s ease-in-out 0ms infinite normal;
  animation: pagetop 1s ease-in-out 0ms infinite normal;
}
.touchevents #pagetop a:hover .i-arrow {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes pagetop {
  0% {
    top: 50%;
    opacity: 1;
    transform: scale(1);
  }
  20% {
    top: 50%;
    opacity: 1;
    transform: scale(1);
  }
  50% {
    top: -10%;
    opacity: 0;
    transform: scale(0.5);
  }
  50.999% {
    top: 130%;
  }
  to {
    top: 50%;
  }
}
@keyframes pagetop {
  0% {
    top: 50%;
    opacity: 1;
    transform: scale(1);
  }
  20% {
    top: 50%;
    opacity: 1;
    transform: scale(1);
  }
  50% {
    top: -10%;
    opacity: 0;
    transform: scale(0.5);
  }
  50.999% {
    top: 130%;
  }
  to {
    top: 50%;
  }
}
.nav-keywords {
  font-size: 0;
}
.nav-keywords li {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.nav-keywords li > a {
  display: block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  transition: color 0.18s ease-out 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-keywords li > a:focus,
.nav-keywords li > a:hover {
  text-decoration: none;
  color: #333;
}
.i-toggle {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: transparent;
  border: 1px solid #fff;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: border 0.14s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    background-color 0.14s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.i-toggle:after {
  transform: rotate(0deg);
}
.i-toggle:after,
.i-toggle:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    background-color 0.48s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.i-toggle:before {
  transform: rotate(90deg);
}
.is-current .i-toggle:before {
  transform: rotate(0deg);
}
.i-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/img/1fadecb4bef5fd0d7beec1dd3b970c2a9f312959.png") no-repeat
    transparent;
  background-size: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.i-arrow.is-right_g {
  background-position: 0 0;
}
.i-arrow.is-left_g {
  background-position: 0 -10px;
}
.i-arrow.is-down_g {
  background-position: 0 -30px;
}
.i-arrow.is-up_w {
  background-position: -10px -20px;
}
..i-new[aria-hidden]:not([aria-hidden="false"]) {
  display: none;
}
.i-video {
  padding: 2px 3px;
  background-color: #888;
}
.i-video {
  display: inline-block;
  min-width: 56px;
  margin-right: 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.i-word {
  display: inline-block;
  margin-right: 7px;
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.i-word:link,
.i-word:visited {
  color: #333;
}
.i-word:focus,
.i-word:hover {
  text-decoration: none;
  color: #333;
  opacity: 1;
}
.i-media-video {
  padding: 3px 8px;
  background-color: rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
  border-radius: 1px;
  position: absolute;
  right: 5px;
  bottom: 4px;
}
.i-media-video .i-arrow {
  width: 12px;
  height: 12px;
  background-position: -87px 0;
}
@media only screen and (max-width: 400px) {
  .i-media-video {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 600px) {
  .button {
    display: block;
    width: 100%;
  }
  .button:active a,
  .button:hover a {
    text-decoration: none;
  }
  .none-screen {
    display: block !important;
  }
  .none-mobile {
    display: none !important;
  }
  #pagetop {
    position: absolute;
    right: 12px;
    bottom: 12px;
  }
}
#header {
  position: relative;
  z-index: 5;
  width: 100%;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, sans-serif, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding-bottom: 0.02px;
  transform: translateZ(0);
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #header {
    z-index: 11;
  }
}
@media screen and (max-width: 600px) {
  #header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  }
}
.header__tier {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.header__tier-inner {
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__tier-inner {
    max-width: 1280px;
    /* min-width: 960px; */
    padding: 0;
    padding: 0 var(--header-padding);
    transition: padding 0.2s ease;
  }
  .header__hot-trends .header__tier-inner {
    --header-padding: 10px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .header__tier-inner {
    --header-padding: 2.73705vw;
  }
  .header__hot-trends .header__tier-inner {
    --header-padding: 3.91007vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .header__tier-inner {
    --header-padding: 0.37037vw;
  }
  .header__hot-trends .header__tier-inner {
    --header-padding: 1.17302vw;
  }
}
@media screen and (min-width: 1080px) {
  .header__tier-inner {
    --header-padding: 2.96296vw;
  }
  .header__hot-trends .header__tier-inner {
    --header-padding: 3.91007vw;
  }
}
@media screen and (min-width: 1280px) {
  .header__tier-inner {
    --header-padding: 2.96296vw;
  }
  .header__hot-trends .header__tier-inner {
    --header-padding: 3.91007vw;
  }
}
@media screen and (max-width: 600px) {
  .header__tier-inner {
    width: 100%;
  }
}
.header__tier.-tier1 {
  z-index: 1;
  color: #fff;
  background: #0076d1;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__tier.-tier1 {
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .header__tier.-tier1 {
    height: 60px;
  }
}
.header__tier.-tier1 .header__tier-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__tier.-tier1 .header__tier-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .header__tier.-tier1 .header__tier-inner {
    justify-content: space-between;
  }
  .header__tier.-tier1 .header__tier-inner .nw-header__column {
    display: flex;
    height: 60px;
  }
}
.header__logo {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__logo {
    width: 140px;
  }
}
.header__logo > a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__logo > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header__logo > a {
    padding: 0 8px;
  }
  .header__logo > a .-text {
    margin-left: 6px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.header__logo > a:active,
.header__logo > a:focus,
.header__logo > a:hover {
  text-decoration: none;
}
.header__logo-aside {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__logo-aside {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .header__logo-aside.-menu {
    display: none;
  }
}
.header__logo-aside > a,
.header__logo-aside > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: none;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}
.header__logo-aside > a,
.header__logo-aside > a:active,
.header__logo-aside > a:hover,
.header__logo-aside > button,
.header__logo-aside > button:active,
.header__logo-aside > button:hover {
  color: inherit;
  text-decoration: none;
}
.header__logo-aside > a:active,
.header__logo-aside > a:hover,
.header__logo-aside > button:active,
.header__logo-aside > button:hover {
  font-weight: bold;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__logo-aside > a,
  .header__logo-aside > button {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header__logo-aside > a,
  .header__logo-aside > button {
    padding: 0 10px;
  }
}
@media screen and (max-width: 374px) {
  .header__logo-aside > a,
  .header__logo-aside > button {
    padding: 0 8px;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__logo-aside + .header__gnav-toggle {
    margin-left: 20px;
  }
}
.header__gnav-toggle {
  flex-shrink: 0;
  position: relative;
  margin: 0;
  padding-right: 12px;
  padding-left: 12px;
  border: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  text-align: center;
  color: #fff;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.48s cubic-bezier(0.77, 0, 0.175, 1) 0s,
    height 0.24s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__gnav-toggle {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 374px) {
  .header__gnav-toggle {
    width: 76px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header__gnav-toggle:before {
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: currentColor;
  opacity: 0.3;
  content: "";
}
.header__gnav-toggle > span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: inherit;
}
.header__gnav-toggle:after {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-color: currentcolor transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transform: rotate(0);
  content: "";
}
.header__gnav-toggle > span.-toggle-open {
  display: inline-block;
}
.header__gnav-toggle > span.-toggle-close {
  display: none;
}
.header__tier.-tier2 {
  z-index: 1;
  color: #333;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__tier.-tier2 {
    background: #fff;
  }
}
@media screen and (max-width: 600px) {
  .header__tier.-tier2 {
    background: transparent;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__hot-trends {
    background-color: #fff;
  }
}
.header__hot-trends .module--hot-trends {
  display: none;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .header__hot-trends .module--hot-trends {
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    align-items: center;
  }
  .header__hot-trends .module--hot-trends h3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    white-space: nowrap;
  }
  .header__hot-trends .module--hot-trends .nav-keywords {
    padding-right: 0;
    margin-right: 16px;
    height: 22px;
    display: flex;
    overflow: hidden;
  }
  .header__hot-trends .module--hot-trends .nav-keywords li {
    margin-right: 12px;
  }
  .header__hot-trends .module--hot-trends .nav-keywords li a {
    font-size: 1.3rem;
    padding: 0 8px;
    line-height: 1.5384615385;
    white-space: nowrap;
  }
  .header__hot-trends .module--hot-trends .button {
    position: static;
    white-space: nowrap;
  }
  .header__hot-trends .module--hot-trends .button a {
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 600px) {
  #header-gnav .nav > li.is-current > .nav-top,
  #header-gnav .nav > li:active > .nav-top,
  #header-gnav .nav > li:hover > .nav-top {
    opacity: 1;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #header-gnav {
    margin-top: -36px;
    box-shadow: none;
    background: transparent;
  }
  #header-gnav:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 36px;
    background: #0076d1;
    content: "";
  }
  #header-gnav .nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 36px;
    overflow: hidden;
  }
  #header-gnav .nav > li {
    float: none;
    white-space: nowrap;
  }
  #header-gnav .nav > li > .nav-top {
    color: #fff;
    background: transparent;
  }
  #header-gnav .nav > li .nav-ex .nav-top:active,
  #header-gnav .nav > li .nav-ex .nav-top:hover,
  #header-gnav .nav > li .nav-top:active,
  #header-gnav .nav > li .nav-top:hover {
    background: rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
  }
  #header-gnav .nav > li.is-current > .nav-top,
  #header-gnav .nav > li .nav-ex .is-current > .nav-top {
    color: #0076d1;
    background: #fff;
    text-decoration: none;
    outline: none;
  }
  @media not screen and (max-width: 600px), screen and (min-width: 601px) {
    #header-gnav .nav > li.is-current > .nav-top:after,
    #header-gnav .nav > li .nav-ex .is-current > .nav-top:after {
      border-top: 4px solid #0076d1;
    }
  }
  #header-gnav .nav > li.is-current > .nav-top:focus,
  #header-gnav .nav > li.is-current > .nav-top:hover {
    background: transparent;
    color: #fff;
  }
  #header-gnav .nav > li.-word {
    display: none;
  }
  #header-gnav .nav > li:first-of-type {
    flex-shrink: 0;
  }
  #header-gnav .nav > li:first-of-type > .nav-top {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    margin: 0;
    background: transparent;
  }
  #header-gnav .nav > li:first-of-type > .nav-top .-text {
    margin-left: 6px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
  }
  @media screen and (min-width: 1280px) {
    #header-gnav .nav > li:first-of-type > .nav-top .-text {
      font-size: 1.4rem;
    }
  }
  #header-gnav .nav-top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #header-gnav .nav > li.is-current:not(:has(.nav-ex)):focus,
  #header-gnav .nav > li.is-current:not(:has(.nav-ex)):hover {
    background: rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #header-gnav .nav-top {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1080px) {
  #header-gnav .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  #header-gnav .nav-top {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.4rem;
  }
  #header-gnav .nav-top[data-category="easy"] {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  #footer-gnav .nav > li > .nav-bottom,
  #header-gnav .nav > li > .nav-bottom {
    border: none;
  }
}
#footer-gnav .nav > li > .nav-bottom li:after,
#header-gnav .nav > li > .nav-bottom li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: none;
}
@media screen and (max-width: 600px) {
  #footer-gnav .nav > li > .nav-bottom li:nth-child(odd):after,
  #header-gnav .nav > li > .nav-bottom li:nth-child(odd):after {
    height: 100%;
    background-color: #ccc;
    content: "";
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #footer-gnav .nav > li > .nav-bottom li:not(:last-child):after,
  #header-gnav .nav > li > .nav-bottom li:not(:last-child):after {
    height: 14px;
    background-color: #dedede;
    content: "";
  }
}
@media screen and (max-width: 600px) {
  #footer-gnav .nav > li > .nav-bottom li > a,
  #header-gnav .nav > li > .nav-bottom li > a {
    padding: 15px 12px;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #footer-gnav .nav > li > .nav-bottom li > a,
  #header-gnav .nav > li > .nav-bottom li > a {
    transition: color 0.14s ease-out 0s;
  }
}
@media screen and (max-width: 600px) {
  #footer-gnav .nav > li > .nav-bottom li > a:hover,
  #header-gnav .nav > li > .nav-bottom li > a:hover {
    text-decoration: none;
  }
}
#footer-gnav .nav > li > .nav-bottom li.is-current > a,
#footer-gnav .nav > li > .nav-bottom li > a:active,
#footer-gnav .nav > li > .nav-bottom li > a:hover,
#header-gnav .nav > li > .nav-bottom li.is-current > a,
#header-gnav .nav > li > .nav-bottom li > a:active,
#header-gnav .nav > li > .nav-bottom li > a:hover {
  color: #045e8c;
  font-weight: bold;
}
#footer-gnav .nav > li > .nav-bottom li.is-current > a:before,
#footer-gnav .nav > li > .nav-bottom li > a:active:before,
#footer-gnav .nav > li > .nav-bottom li > a:hover:before,
#header-gnav .nav > li > .nav-bottom li.is-current > a:before,
#header-gnav .nav > li > .nav-bottom li > a:active:before,
#header-gnav .nav > li > .nav-bottom li > a:hover:before {
  content: none !important;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #footer-gnav .nav > li > .nav-bottom li.is-current > a,
  #header-gnav .nav > li > .nav-bottom li.is-current > a {
    color: #045e8c;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #header-gnav .nav > li > .nav-ex li > .nav-top {
    color: #fff;
    background-color: transparent;
  }
  #header-gnav .nav > li > .nav-ex li > .nav-top:focus,
  #header-gnav .nav > li > .nav-ex li > .nav-top:hover {
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  #header-gnav .nav > li > .nav-ex li > .nav-top:focus,
  #header-gnav .nav > li > .nav-ex li > .nav-top:hover {
    background: rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #header-gnav .nav > li > .nav-ex li > .nav-top {
    color: #0076d1;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  #header-gnav .nav > li > .nav-ex li.is-current > .nav-top {
    color: #0076d1;
  }
  #header-gnav .nav > li > .nav-ex li.is-current > .nav-top:focus,
  #header-gnav .nav > li > .nav-ex li.is-current > .nav-top:hover {
    color: #fff;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  #header-gnav .nav > li > .nav-ex li.is-current > .nav-top {
    color: #045e8c;
    font-weight: bold;
    background-color: transparent;
  }
}
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.gnav {
  width: 100%;
  background: #f0f0f0;
  zoom: 1;
}
.gnav:after {
  content: "";
  display: table;
  clear: both;
}
.gnav .gnav-inner {
  width: 100%;
  position: relative;
}
.gnav .gnav-inner .nav {
  margin: 0 auto;
  zoom: 1;
}
.gnav .gnav-inner .nav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .gnav .gnav-inner .nav {
    min-width: unset;
  }
}
.gnav .gnav-inner .nav > li {
  float: left;
}
.gnav .gnav-inner .nav > li .nav-top {
  display: block;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .gnav .gnav-inner .nav > li {
    box-sizing: border-box;
    position: relative;
  }
  .gnav .gnav-inner .nav > li .nav-bottom {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 6px 4px 9px;
    box-shadow: 0 1px 4px rgba(33, 33, 33, 0.1), 0 1px 4px rgba(33, 33, 33, 0.1);
    background: #fff;
    opacity: 0;
    transform: translate3d(0, -7px, 0);
    pointer-events: none;
    transition: opacity 0s, transform 0s;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-news {
    display: none;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life {
    width: 338px;
    left: auto;
    right: 0;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life li {
    width: 16.6666666667%;
  }
  .gnav .gnav-inner .nav > li .nav-bottom .nav-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .gnav .gnav-inner .nav > li .nav-bottom .nav-inner.none-mobile {
    display: flex !important;
  }
  .gnav .gnav-inner .nav > li .nav-bottom li > a {
    display: block;
    padding: 3px 8px;
    color: #0076d1;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .gnav .gnav-inner .nav > li .nav-bottom li > a:active,
  .gnav .gnav-inner .nav > li .nav-bottom li > a:hover {
    text-decoration: none;
  }
  .gnav .gnav-inner .nav > li:focus .nav-top.-child,
  .gnav .gnav-inner .nav > li:hover .nav-top.-child {
    background: #fff !important;
    color: #0076d1 !important;
  }
  .gnav .gnav-inner .nav > li:focus .nav-top.-child:after,
  .gnav .gnav-inner .nav > li:hover .nav-top.-child:after {
    border-top: 4px solid #0076d1;
  }
  .gnav .gnav-inner .nav > li:focus .nav-bottom:not(.-news),
  .gnav .gnav-inner .nav > li:hover .nav-bottom:not(.-news) {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 3px, 0);
    transition: opacity 0.14s ease-out 0s, transform 0.14s ease-out 0s;
  }
}
@media screen and (min-width: 1387px) {
  .gnav .gnav-inner .nav > li .nav-bottom.-life {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .gnav .gnav-inner .nav > li {
    box-sizing: border-box;
    position: relative;
  }
  .gnav .gnav-inner .nav > li .nav-ex {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 184px;
    padding: 6px 4px 9px;
    box-shadow: 0 1px 4px rgba(33, 33, 33, 0.1), 0 1px 4px rgba(33, 33, 33, 0.1);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -7px, 0);
    transition: opacity 0s, transform 0s;
  }
  .gnav .gnav-inner .nav > li .nav-ex:before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
  }
  .gnav .gnav-inner .nav > li .nav-ex li {
    width: 50%;
  }
  .gnav .gnav-inner .nav > li .nav-ex li > a {
    display: block;
    height: auto;
    padding: 3px 8px !important;
    background: transparent;
    color: #0076d1;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .gnav .gnav-inner .nav > li .nav-ex li > a:active,
  .gnav .gnav-inner .nav > li .nav-ex li > a:hover {
    text-decoration: none;
  }
  .gnav .gnav-inner .nav > li:focus .nav-top.-child,
  .gnav .gnav-inner .nav > li:hover .nav-top.-child {
    background: #fff !important;
    color: #0076d1 !important;
  }
  .gnav .gnav-inner .nav > li:focus .nav-top.-child:after,
  .gnav .gnav-inner .nav > li:hover .nav-top.-child:after {
    border-top: 4px solid #0076d1;
  }
  .gnav .gnav-inner .nav > li:focus .nav-ex,
  .gnav .gnav-inner .nav > li:hover .nav-ex {
    opacity: 1;
    transform: translate3d(0, 3px, 0);
    pointer-events: auto;
    transition: opacity 0.14s ease-out 0s, transform 0.14s ease-out 0s;
  }
  .gnav .gnav-inner .nav > li:focus .nav-ex a,
  .gnav .gnav-inner .nav > li:hover .nav-ex a {
    transition: color 0.14s ease-out 0s;
  }
  .gnav .gnav-inner .nav > li:focus .nav-ex a:focus,
  .gnav .gnav-inner .nav > li:focus .nav-ex a:hover,
  .gnav .gnav-inner .nav > li:hover .nav-ex a:focus,
  .gnav .gnav-inner .nav > li:hover .nav-ex a:hover {
    color: #045e8c !important;
  }
}
.gnav .gnav-inner .nav > li .nav-top {
  box-sizing: border-box;
  padding: 10px 32px;
  border: none;
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.14s ease-out 0s, color 0.14s ease-out 0s;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .gnav .gnav-inner .nav > li .nav-top {
    display: block;
    font-size: 1.6rem;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .gnav .gnav-inner .nav > li .nav-top {
    display: flex;
    height: 36px;
    align-items: center;
    font-size: 1.3rem;
  }
  .gnav .gnav-inner .nav > li .nav-top[data-category="easy"] {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .gnav .gnav-inner .nav > li .nav-top.-child {
    position: relative;
    line-height: inherit;
  }
  .gnav .gnav-inner .nav > li .nav-top.-child:focus:after,
  .gnav .gnav-inner .nav > li .nav-top.-child:hover:after {
    border-top: 4px solid #0076d1;
  }
  .gnav .gnav-inner .nav > li .nav-top.-child:after {
    display: inline-block;
    margin-left: 4px;
    border-top: 4px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    content: "";
    transition: border 0.14s ease-out 0s;
  }
}
.gnav .gnav-inner .nav > li .nav-top:active,
.gnav .gnav-inner .nav > li .nav-top:hover {
  background-color: #0076d1;
  color: #fff;
  text-decoration: none;
}
.gnav .gnav-inner .nav > li .nav-top i {
  display: none;
}
@media screen and (max-width: 600px) {
  .gnav .gnav-inner .nav > li .nav-top.-ex {
    display: none;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .gnav .gnav-inner .nav > li .nav-top.-ex {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .gnav .gnav-inner .nav > li .nav-top.-ex {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .gnav .gnav-inner .nav > li .nav-ex {
    display: none;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .gnav .gnav-inner .nav > li .nav-ex {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .gnav .gnav-inner .nav > li .nav-ex {
    display: flex;
    align-items: center;
  }
  .gnav .gnav-inner .nav > li .nav-ex .nav-top {
    padding: 10px 0;
    background: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .gnav .gnav-inner .nav > li .nav-ex {
    display: flex;
    align-items: center;
  }
  .gnav .gnav-inner .nav > li .nav-ex .nav-top {
    padding: 10px 0;
    background: transparent;
    color: #fff;
  }
}
.gnav .gnav-inner .nav > li.is-current .nav-top {
  background-color: #0076d1;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .gnav .gnav-inner .nav > li.is-current .nav-bottom {
    display: block;
  }
}
.gnav .link--site-top {
  display: none;
}
@media screen and (max-width: 600px) {
  .gnav {
    width: 100%;
    box-shadow: none;
  }
  .gnav a:link,
  .gnav a:visited {
    color: #333;
  }
  .gnav .gnav-inner {
    width: 100%;
    padding-bottom: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    position: relative;
  }
  .gnav .gnav-inner .nav {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
  }
  .gnav .gnav-inner .nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .gnav .gnav-inner .nav > li {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .gnav .gnav-inner .nav > li .nav-top {
    display: block;
    width: 100%;
    padding: 16px 0 16px 12px;
    background-color: #0076d1;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  .gnav .gnav-inner .nav > li .nav-top[data-category="easy"],
  .gnav .gnav-inner .nav > li .nav-top[data-category="tokushu"],
  .gnav .gnav-inner .nav > li .nav-top[data-category="word"] {
    position: relative;
  }
  .gnav .gnav-inner .nav > li .nav-top[data-category="easy"]:after,
  .gnav .gnav-inner .nav > li .nav-top[data-category="tokushu"]:after,
  .gnav .gnav-inner .nav > li .nav-top[data-category="word"]:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    background: transparent;
    bottom: auto;
    left: auto;
    content: "";
  }
  .gnav .gnav-inner .nav > li .nav-top:active .i-toggle:after,
  .gnav .gnav-inner .nav > li .nav-top:active .i-toggle:before,
  .gnav .gnav-inner .nav > li .nav-top:hover .i-toggle:after,
  .gnav .gnav-inner .nav > li .nav-top:hover .i-toggle:before {
    background-color: #fff;
  }
  .gnav .gnav-inner .nav > li .nav-top i {
    display: block;
  }
  .gnav .gnav-inner .nav > li .nav-bottom {
    display: none;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) {
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    font-size: 0;
    position: relative;
    top: auto;
    left: auto;
    float: none;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) .nav-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) .nav-inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) .nav-inner:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #ccc;
    content: "";
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) li {
    display: block;
    width: 50%;
    position: relative;
    float: left;
  }
  .gnav .gnav-inner .nav > li .nav-bottom:not(.-life) li > a {
    display: block;
    padding: 16px 0;
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .gnav
    .gnav-inner
    .nav
    > li
    .nav-bottom:not(.-life)
    li:nth-child(n + 3):nth-child(odd):before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life {
    padding: 20px 12px;
  }
  .gnav
    .gnav-inner
    .nav
    > li
    .nav-bottom.-life
    .nav-inner-item:nth-child(n + 2) {
    margin-top: 18px;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life .nav-inner-area {
    color: #666;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life .nav-inner-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    line-height: 1.2142857143;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life .nav-inner-list li {
    margin-top: 12px;
  }
  .gnav
    .gnav-inner
    .nav
    > li
    .nav-bottom.-life
    .nav-inner-list
    li:not(:last-child) {
    margin-right: 14px;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life .nav-inner-list a {
    padding: 0 !important;
  }
  .gnav .gnav-inner .nav > li .nav-bottom.-life .nav-inner-all {
    margin-top: 20px;
  }
  .gnav .gnav-inner .nav > li.is-current .nav-top .i-toggle {
    border: 1px solid #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.8);
  }
  .gnav .gnav-inner .nav > li.is-current .nav-top .i-toggle:after {
    background-color: #fff;
    transform: rotate(45deg);
  }
  .gnav .gnav-inner .nav > li.is-current .nav-top .i-toggle:before {
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .gnav .gnav-inner .nav > li.is-current .nav-bottom {
    display: block;
  }
  .gnav .link--site-top {
    display: block;
    width: 100%;
    padding: 19px 12px 0;
    background-color: #fff;
  }
  .gnav .link--site-top > a {
    display: block;
    padding: 16px 0;
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.12s ease-in 0s;
  }
  .gnav .link--site-top > a:active,
  .gnav .link--site-top > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .gnav .link--site-top .i-arrow {
    margin-right: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header-gnav {
    height: 0;
    background-color: transparent;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #footer-gnav .gnav-inner {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  }
  .touchevents .gnav .gnav-inner .nav > li .nav-top:active,
  .touchevents .gnav .gnav-inner .nav > li .nav-top:hover {
    opacity: 1;
  }
  .touchevents .gnav .gnav-inner .nav > li .nav-top:active .i-toggle,
  .touchevents .gnav .gnav-inner .nav > li .nav-top:hover .i-toggle {
    border: 1px solid #fff;
  }
  .touchevents .gnav .gnav-inner .nav > li .nav-bottom li > a:active:before,
  .touchevents .gnav .gnav-inner .nav > li .nav-bottom li > a:hover:before {
    height: 0;
  }
  .touchevents .gnav .gnav-inner .nav > li .nav-bottom li.is-current > a:before,
  .touchevents
    .gnav
    .gnav-inner
    .nav
    > li
    .nav-bottom
    li.is-current
    > a:hover:before {
    height: 3px;
  }
  .touchevents .gnav .gnav-inner .nav > li.is-current .nav-top:active,
  .touchevents .gnav .gnav-inner .nav > li.is-current .nav-top:hover {
    background-color: #0076d1;
    color: #fff;
  }
  .touchevents .gnav .gnav-inner .nav > li.is-current .nav-top:active .i-toggle,
  .touchevents .gnav .gnav-inner .nav > li.is-current .nav-top:hover .i-toggle {
    border: 1px solid #fff;
  }
  .touchevents
    .gnav
    .gnav-inner
    .nav
    > li.is-current
    .nav-top:active
    .i-toggle:after,
  .touchevents
    .gnav
    .gnav-inner
    .nav
    > li.is-current
    .nav-top:hover
    .i-toggle:after {
    background-color: #fff;
    transform: rotate(45deg);
  }
  .touchevents
    .gnav
    .gnav-inner
    .nav
    > li.is-current
    .nav-top:active
    .i-toggle:before,
  .touchevents
    .gnav
    .gnav-inner
    .nav
    > li.is-current
    .nav-top:hover
    .i-toggle:before {
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .touchevents .gnav .link--site-top > a:active,
  .touchevents .gnav .link--site-top > a:hover {
    opacity: 1;
  }
}
#footer {
  background-color: #fff;
}
#footer > section {
  width: 100%;
}
#footer .gnav {
  background: #fff;
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
}
.footer-share .inner {
  padding: 30px 10px 5px;
}
.footer-gnav {
  background: #f8f8f8;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: auto;
}
.footer-gnav a:link,
.footer-gnav a:visited {
  color: #333;
}
.footer-gnav-inner {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer-gnav-row {
  display: flex;
  margin-right: -22px;
  margin-left: -22px;
}
.footer-gnav-column {
  box-sizing: border-box;
  width: 50%;
  padding-right: 22px;
  padding-left: 22px;
}
.footer-gnav-local-title,
.footer-gnav-main-item,
.footer-gnav-main-title {
  font-weight: bold;
}
.footer-gnav-main-row {
  margin-top: 12px;
  font-size: 1.3rem;
}
.footer-gnav-main-row.-flex {
  display: flex;
}
.footer-gnav-main-row.-flex .footer-gnav-main-item {
  margin-right: 32px;
}
.footer-gnav-main-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-gnav-main-list li {
  margin-top: 4px;
}
.footer-gnav-main-list li:not(:last-child) {
  margin-right: 16px;
}
.footer-gnav-local-wrapper {
  margin-top: 16px;
}
.footer-gnav-local-item:nth-child(n + 2) {
  margin-top: 6px;
}
.footer-gnav-local-area {
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
}
.footer-gnav-local-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.footer-gnav-local-list li {
  margin-top: 2px;
}
.footer-gnav-local-list li:not(:last-child) {
  margin-right: 16px;
}
.footer-gnav-local-all {
  margin-top: 16px;
  font-size: 1.3rem;
}
.footer-link {
  background: #f4f4f4;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: auto;
}
.footer-link a:link,
.footer-link a:visited {
  color: #333;
}
.footer-link-inner {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 40px;
}
.footer-link-row {
  display: flex;
  margin-right: -22px;
  margin-left: -22px;
}
.footer-link-column {
  box-sizing: border-box;
  width: 25%;
  padding-right: 22px;
  padding-left: 22px;
}
.footer-link-title {
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
}
.footer-link-list {
  margin-top: 8px;
  font-size: 1.3rem;
}
.footer-link-list li:nth-child(n + 2) {
  margin-top: 4px;
}
.footer-link-note {
  margin-top: 8px;
  color: #666;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  #footer .inner {
    width: 100%;
  }
  .footer-share {
    border-bottom: 1px solid #ccc;
  }
  .footer-share .inner {
    padding: 20px 0 5px;
    text-align: center;
  }
  .footer-share .nhk-snsbtn {
    display: inline-block;
  }
}
#nhkfooter {
  min-height: 175px;
}
@media screen and (max-width: 600px) {
  #nhkfooter {
    min-height: 225px;
  }
}
#wrapper {
  width: 100%;
  position: relative;
}
#content {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#content #content-inner {
  position: relative;
  width: 960px;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 30px;
  zoom: 1;
}
#content #content-inner:after {
  content: "";
  display: table;
  clear: both;
}
_:lang(x)::-ms-backdrop {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 624px 280px;
  grid-template-columns: 624px 280px;
}
_:lang(x)::-ms-backdrop > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
_:lang(x)::-ms-backdrop > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
#content #main {
  float: left;
  width: 640px;
  zoom: 1;
}
#content #main:after {
  content: "";
  display: table;
  clear: both;
}
#content #side {
  position: relative;
  float: right;
  width: 280px;
  zoom: 1;
}
#content #side:after {
  content: "";
  display: table;
  clear: both;
}
#content #side-inner {
  width: 280px;
}
#content .module_aside img,
#content .module img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1000px) {
  #content #content-inner {
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 56px;
  }
  #content #main {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 12px 0;
  }
  #content #main,
  #content #side {
    width: 100%;
    float: none;
  }
  #content #side-inner {
    width: 100%;
    padding-bottom: 0;
    max-width: 600px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  #content {
    width: 100%;
    overflow: hidden;
  }
  #content #content-inner {
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 56px;
  }
  #content #main {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 12px 0;
  }
  #content #main,
  #content #side {
    width: 100%;
    float: none;
  }
  #content #side-inner {
    width: 100%;
    padding-bottom: 0;
  }
}
.module--hot-trends {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.module--hot-trends h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 26px;
  line-height: 2.6rem;
  display: inline-block;
  margin-right: 16px;
  float: left;
}
.module--hot-trends .nav-keywords {
  padding-right: 100px;
}
.module--hot-trends .button {
  width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.module--hot-trends .button a {
  display: inline;
  width: auto;
  line-height: 1.85;
}
.module--hot-trends .button .i-arrow {
  margin-right: 6px;
}
@media screen and (max-width: 600px) {
  .module--hot-trends {
    display: none;
  }
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .breadcrumb {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    padding: 16px 12px;
  }
}
.breadcrumb ol {
  display: block;
  width: 100%;
}
.breadcrumb li {
  display: inline-block;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .breadcrumb li {
    font-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb li {
    font-size: 85.7%;
  }
}
.breadcrumb li > a {
  display: inline-block;
}
.breadcrumb li:not(:first-child):before {
  content: "＞";
  display: inline-block;
  margin-left: 0.4em;
  margin-right: 0.25em;
  color: #888;
}
.breadcrumb li:last-child a {
  color: #333;
  text-decoration: none;
}
.breadcrumb li:last-child a:hover {
  text-decoration: none;
}
.module {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.module:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module a:active .title,
.module a:hover .title {
  text-decoration: underline;
}
.module .title {
  margin-right: 10px;
  line-height: 1.4;
}
.module--header {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.module--header > h2 {
  width: 100%;
  padding: 4px 0 16px;
  border-bottom: 2px solid #888;
  font-size: 171.4%;
  font-weight: bold;
}
.module--footer {
  padding: 16px 0 0;
  text-align: right;
}
.module--footer .button {
  display: inline-block;
  width: auto;
}
.module--footer .button a {
  display: inline;
  width: auto;
  line-height: normal;
}
.module--footer .button .i-arrow {
  margin-right: 6px;
}
.module--footer.back-link .button {
  text-align: left;
}
.module--content .content--items {
  width: 100%;
}
.module--content .content--list {
  width: 100%;
  overflow: hidden;
}
.module--content .content--list li > a {
  display: block;
  width: 100%;
}
.module--content .content--list li dt .thumb {
  position: relative;
  background-color: #f0f0f0;
}
.module--content .content--list li dt .thumb:after {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  content: "";
}
.module--content .content--list li dt .thumb > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100% !important;
  height: 100% !important;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--content .content--list li dd .title {
    display: block;
  }
}
.content--date {
  color: #888;
  line-height: 1.4;
}
.grid--col-single .thumb,
.grid--row .thumb {
  position: relative;
}
.grid--col-single a:focus .thumb,
.grid--row a:focus .thumb {
  outline: 2px solid rgba(4, 94, 140, 0.75);
  outline-offset: -2px;
}
.grid--col-single li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.grid--col-single li:first-child dl {
  padding-top: 0;
}
.grid--col-single li dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 12px 0;
}
.grid--col-single li dt {
  display: table-cell;
  width: 19.7%;
  vertical-align: top;
}
.grid--col-single li dd {
  display: table-cell;
  padding-left: 14px;
  font-size: 114.3%;
  line-height: 1.4;
  vertical-align: top;
}
.grid--col-single li p {
  width: 100%;
  padding: 16px 0;
  font-size: 114.3%;
  line-height: 1.4;
}
.grid--col-single li:first-child p {
  padding-top: 0;
}
.grid--row li {
  width: 23.125%;
  float: left;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .grid--row li:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }
}
.grid--row li dt {
  position: relative;
  margin-bottom: 10px;
}
.grid--row li dd {
  width: 100%;
  font-size: 75%;
  line-height: 1.4;
}
.grid--list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .grid--list li {
    padding: 16px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .grid--list li {
    padding: 16px 0;
  }
}
.grid--list li > a:hover {
  text-decoration: none;
}
.grid--list li > a:hover .title {
  text-decoration: underline;
}
.grid--list li:first-child {
  padding-top: 0;
}
.grid--list li p {
  line-height: 1.4;
}
.module--news-feature .grid--col-mobile,
.module--special .grid--col-mobile {
  margin-bottom: -16px;
}
.module--news-feature .grid--col-mobile li,
.module--special .grid--col-mobile li {
  margin-bottom: 16px;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--featured-articles .grid--col-single li:first-of-type dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.4rem;
  }
  .module--featured-articles .grid--col-single li:first-of-type dl dd {
    min-height: 4.4rem;
  }
  .module--featured-articles .grid--col-single li:first-of-type dl dd .title {
    margin-right: 0;
  }
}
.module--detail-morenews .content--list li a {
  text-decoration: none;
}
.module--detail-morenews .content--list li a:active .title,
.module--detail-morenews .content--list li a:hover .title {
  text-decoration: underline;
}
.module--detail-morenews .content--list li .content--title {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.module--detail-morenews .content--list li .content--description {
  margin: 0.4rem 0 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .module,
  .module:last-child {
    margin-bottom: 32px;
  }
  .module--header {
    margin-bottom: 16px;
  }
  .module--header > h2 {
    width: 100%;
    padding: 2px 0 16px;
    border-bottom: 2px solid #333;
    font-size: 142.9%;
    font-weight: bold;
  }
  .module--footer {
    margin: 16px 0 0;
    padding: 0;
    text-align: right;
  }
  .module--footer .button {
    display: block;
    width: 100%;
  }
  .module--footer .button a {
    display: inline;
    color: #045e8c;
  }
  .module--footer .button .i-arrow {
    display: inline-block;
    position: static;
    transform: translate(0);
    margin-right: 6px;
  }
  .module--footer.back-link .button {
    font-size: 1.4rem;
    text-align: center;
  }
  .detail .module--footer.back-link .button {
    text-align: right;
  }
  .grid--col-single li dt {
    width: 36.5%;
    min-width: 128px;
  }
  .grid--col-single li dd {
    padding-left: 12px;
  }
  .grid--row li {
    width: 100%;
    margin-right: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    float: none;
  }
  .grid--row li:first-child {
    padding-top: 0;
  }
  .grid--row li dl {
    width: 100%;
    overflow: hidden;
  }
  .grid--row li dt {
    width: 40%;
    margin-bottom: 0;
    padding-left: 12px;
    float: right;
  }
  .grid--row li dd {
    width: 60%;
    float: left;
  }
  .grid--col-mobile li {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 16px;
    padding: 0;
    border-bottom: none;
    float: left;
  }
  .grid--col-mobile li:nth-child(odd) {
    padding-right: 6px;
  }
  .grid--col-mobile li:nth-child(2n) {
    padding-left: 6px;
  }
  .grid--col-mobile li dt {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    vertical-align: top;
    float: none;
  }
  .grid--col-mobile li dd {
    width: 100%;
    font-size: 114.3%;
    line-height: 1.4;
    vertical-align: top;
    float: none;
  }
  .content--date {
    padding-bottom: 0;
  }
  .index-main .content--list.grid--col:first-of-type li dl dt {
    display: none;
  }
  .index-main .content--list.grid--col:first-of-type li dl dd {
    flex-grow: 1;
  }
}
.module_aside {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
}
.module_aside:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module_aside a:active .title,
.module_aside a:hover .title {
  text-decoration: underline;
}
.module_aside .title {
  margin-right: 6px;
}
.module_aside--header {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 12px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.01875em;
}
@media screen and (max-width: 600px) {
  .module_aside--header {
    margin-bottom: 16px;
    padding: 4px 0 12px;
    border-bottom: 2px solid #888;
    background: none;
  }
  .module_aside--header h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.module_aside--footer {
  padding: 8px 0 0;
  text-align: right;
}
.module_aside--footer .button a {
  display: inline;
  width: auto;
}
.module_aside--footer .button .i-arrow {
  margin-right: 6px;
}
.module_aside--footer.button-more {
  text-align: center;
}
.module_aside--ranking.ranking-access--2107 .module_aside--footer.button-more,
.module_aside--ranking.ranking-social--2107 .module_aside--footer.button-more {
  text-align: right;
}
.module_aside--ranking.ranking-access--2107 .module_aside--footer.button-more a,
.module_aside--ranking.ranking-social--2107
  .module_aside--footer.button-more
  a {
  display: inline;
  position: static;
  width: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #045e8c;
  font-weight: normal;
}
.module_aside--ranking.ranking-access--2107
  .module_aside--footer.button-more
  a
  .i-arrow,
.module_aside--ranking.ranking-social--2107
  .module_aside--footer.button-more
  a
  .i-arrow {
  position: static;
  transform: translate(0);
  margin-right: 6px;
}
.module_aside--footer.button-more .button {
  display: inline-block;
  width: 160px;
  padding: 8px 12px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.module_aside--footer.button-more .i-arrow {
  margin-right: 0;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.module_aside--content:last-child {
  padding-bottom: 0;
}
.module_aside--content .content--description {
  padding: 0;
  color: #666;
  font-size: 100%;
  line-height: 1.4;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module_aside--content .content--description {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .module_aside--content .content--description {
    margin: 0 0 12px;
  }
}
.module_aside--content .content--summary {
  display: table-cell;
}
.module_aside--content .content--items {
  width: 100%;
}
.module_aside--content .content--list {
  width: 100%;
  overflow: hidden;
}
.module_aside--content .content--list li > a {
  color: #333;
  display: block;
  width: 100%;
}
.module_aside--content .content--list li > a .thumb {
  position: relative;
  background-color: #f0f0f0;
}
.module_aside--content .content--list li > a .thumb:after {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  content: "";
}
.module_aside--content .content--list li > a .thumb > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100% !important;
  height: 100% !important;
}
.module_aside--content .content--list li > a .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .module_aside--content .content--list li > a .title {
    font-size: 15px;
    margin-top: 8px;
  }
}
.module_aside--content .grid--col-ranking li {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.module_aside--content .grid--col-ranking li:first-child {
  padding-top: 0;
}
.module_aside--content .grid--col-ranking li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.module_aside--content .grid--col-ranking li dt {
  flex-shrink: 0;
  width: 30px;
  color: #666;
  font-size: 1.6rem;
  text-align: left;
}
.module_aside--content .grid--col-ranking li dd {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
}
.module_aside--content .grid--col-ranking li a {
  text-decoration: none;
}
.module_aside--content .grid--col-ranking li a:hover dd {
  text-decoration: underline;
}
.module_aside--content .grid--col-ranking.is-images li {
  position: relative;
}
.module_aside--content .grid--col-ranking.is-images li dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.module_aside--content .grid--col-ranking.is-images li:first-child .thumb {
  width: auto;
  margin: 0 0 16px 40px;
  padding: 0;
}
.module_aside--announce.announce-weather--2212 .module_aside--content a {
  position: relative;
  background-color: #f0f0f0;
  display: block;
}
.module_aside--announce.announce-weather--2212 .module_aside--content a:after {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  content: "";
}
.module_aside--announce.announce-weather--2212 .module_aside--content a > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100% !important;
  height: 100% !important;
}
.module_aside--search-widget:not(:last-child) {
  margin-bottom: 32px;
}
.module_aside--ranking.ranking-access--2107 .grid--col-ranking li,
.module_aside--ranking.ranking-business--2107 .grid--col-ranking li,
.module_aside--ranking.ranking-social--2107 .grid--col-ranking li {
  padding-top: 10px;
  padding-bottom: 12px;
}
.module_aside--ranking.ranking-access--2107 .grid--col-ranking li:first-child,
.module_aside--ranking.ranking-business--2107 .grid--col-ranking li:first-child,
.module_aside--ranking.ranking-social--2107 .grid--col-ranking li:first-child {
  padding-top: 0;
}
.module_aside--ranking.ranking-access--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb,
.module_aside--ranking.ranking-social--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb {
  width: auto;
  margin: 0 0 16px;
  padding: 0;
  position: relative;
  background-color: #f0f0f0;
}
.module_aside--ranking.ranking-access--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb:after,
.module_aside--ranking.ranking-social--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb:after {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  content: "";
}
.module_aside--ranking.ranking-access--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb
  > img,
.module_aside--ranking.ranking-social--2107
  .grid--col-ranking.is-images
  li:first-child
  .thumb
  > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100% !important;
  height: 100% !important;
}
.module_aside--news-latest-and-local .module_aside--header:nth-of-type(2) {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .module_aside--news-latest-and-local .module_aside--header:nth-of-type(2) {
    margin-top: 32px;
  }
}
.module_aside--news-latest-and-local .content--local-map {
  background-color: #f7f7f7;
  padding: 60px 12px 26px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.module_aside--news-latest-and-local
  .content--local-map
  .-active-area-kyuushu-okinawa {
  display: none;
}
.module_aside--news-latest-and-local .content--local-map .map-title {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 14px;
  left: 14px;
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local .content--local-map .map-back {
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  color: #045e8c;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local .content--local-map .map-back .i-arrow {
  margin-right: 4px;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#hokkaido-touhoku
  rect {
  stroke: #3e898b;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(
    .-inactive
  ):hover[data-area="hokkaido-touhoku"]
  .map-prefectures-shape {
  fill: #3e898b;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#kantou-koushinetu
  rect {
  stroke: #8ca736;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(
    .-inactive
  ):hover[data-area="kantou-koushinetu"]
  .map-prefectures-shape {
  fill: #8ca736;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#toukai-hokuriku
  rect {
  stroke: #467e47;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(
    .-inactive
  ):hover[data-area="toukai-hokuriku"]
  .map-prefectures-shape {
  fill: #467e47;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#kinnki
  rect {
  stroke: #ca5ea3;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(.-inactive):hover[data-area="kinnki"]
  .map-prefectures-shape {
  fill: #ca5ea3;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#thugoku
  rect {
  stroke: #dcbf22;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(.-inactive):hover[data-area="thugoku"]
  .map-prefectures-shape {
  fill: #dcbf22;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#sikoku
  rect {
  stroke: #c56e26;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(.-inactive):hover[data-area="sikoku"]
  .map-prefectures-shape {
  fill: #c56e26;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-label:hover#kyuushu-okinawa
  rect {
  stroke: #ca3535;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-area-group:not(.-active):not(
    .-inactive
  ):hover[data-area="kyuushu-okinawa"]
  .map-prefectures-shape {
  fill: #ca3535;
}
.module_aside--news-latest-and-local .content--local-map .map-svg {
  margin: auto;
  display: block;
  transform-origin: top;
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-area-label {
  cursor: pointer;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-area-label
  rect {
  transition: stroke 0.2s;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-area-group {
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-area-group:not(.-active):not(
    .-inactive
  ):hover[data-area="hokkaido-touhoku"]
  #hokkaido
  .map-prefectures-shape {
  fill: #2470ac;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-prefectures {
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-prefectures-label {
  opacity: 0;
  transition: opacity 0.2s;
}
.module_aside--news-latest-and-local
  .content--local-map
  .map-svg
  .map-prefectures-shape {
  transition: fill 0.2s;
}
.module_aside--news-latest-and-local .grid--list li:after {
  display: block;
  clear: both;
  content: "";
}
.module_aside--news-latest-and-local .grid--list li .i-items--group {
  float: right;
  display: block;
  margin-left: 8px;
  white-space: nowrap;
}
.module_aside--news-latest-and-local .grid--list li .i-video {
  min-width: 0;
  background: transparent;
  margin: 0 2px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}
.module_aside--news-closeup .sr-only {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.module_aside--news-closeup .content--items .grid--list li {
  padding: 12px 0 9px;
}
.module_aside--news-closeup .content--items .grid--list li:first-child {
  border-top: 1px solid #ccc;
}
.module_aside--news-closeup .content--items .grid--list li .i-kind {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 5px;
  line-height: 19px;
  color: #fff;
  background: #888;
}
.module_aside--news-closeup .content--items .grid--list li .title {
  margin-left: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.module_aside--banner:not(:first-child) {
  margin-top: 32px;
}
.module_aside--banner:not(:last-child) {
  margin-bottom: 32px;
}
.module_aside--select-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
.module_aside--select-header,
_:lang(x)::-ms-backdrop {
  height: 58px;
}
.module_aside--select-header > h3 {
  flex-grow: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .module_aside--select-header > h3 {
    font-size: 14px;
  }
}
.module_aside--select-header > label {
  position: relative;
  overflow: hidden;
  margin-left: 4px;
}
.module_aside--select-header > label select {
  width: 110px;
  height: 31px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 8px;
  padding-right: 24px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: normal;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .module_aside--select-header > label select {
    width: 106px;
    height: 27px;
  }
}
.module_aside--select-header > label select::-ms-expand {
  display: none;
}
.module_aside--select-header > label > .i-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .module_aside {
    padding-right: 12px;
    padding-left: 12px;
  }
  .module_aside--footer {
    margin: 16px 0 0;
    padding: 0;
  }
  .module_aside--footer .button a {
    font-weight: normal;
    position: relative;
  }
  .module_aside--footer.button-more {
    text-align: center;
  }
  .module_aside--footer.button-more .button {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-weight: normal;
    position: relative;
  }
  .module_aside--footer.button-more .i-arrow {
    margin-right: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .module_aside--content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .module_aside--banner {
    text-align: center;
  }
  .module_aside--banner .button {
    max-width: 320px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .module_aside--banner img {
    max-width: 320px !important;
  }
  .module_aside--search-widget {
    display: none;
  }
}
.module--detail--v3 img.lazy {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  box-sizing: content-box;
}
.module--detail--v3 img.lazy.-loaded {
  opacity: 1;
}
.module--detail--v3 .content--detail-header {
  width: 100%;
  overflow: hidden;
}
.module--detail--v3 .content--detail-header .content--thumb {
  position: relative;
  background-color: #f0f0f0;
}
.module--detail--v3 .content--detail-header .content--thumb:after {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  content: "";
}
.module--detail--v3 .content--detail-header .content--thumb > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100% !important;
  height: 100% !important;
}
.module--detail--v3 .content--detail-title {
  padding-bottom: 24px;
}
.module--detail--v3 .content--title {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--detail--v3 .content--title {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .module--detail--v3 .content--title {
    margin-bottom: 4px;
    font-size: 2rem !important;
  }
}
.module--detail--v3 .content--date a {
  display: inline-block;
}
.module--detail--v3 .content--detail-main {
  width: 100%;
  overflow: hidden;
}
.module--detail--v3 .content--thumb {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--detail--v3 .content--thumb {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .module--detail--v3 .content--thumb {
    margin-bottom: 10px;
  }
}
.module--detail--v3 .content--summary {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--detail--v3
    .content--body:has(.body-video + .body-text .body-blockquote)
    > .body-video.is-left,
  .module--detail
    .content--body:has(.body-video + .body-text .body-blockquote)
    > .body-video.is-left {
    padding-top: 16px;
    padding-left: 16px;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .module--detail--v3
    .content--body:has(.body-video + .body-text .body-blockquote)
    > .body-video.is-right,
  .module--detail
    .content--body:has(.body-video + .body-text .body-blockquote)
    > .body-video.is-right {
    padding-top: 16px;
    padding-right: 16px;
  }
}
.detail .module--footer.back-link {
  margin-top: 0;
  padding-top: 0;
}
.module--share {
  width: 100%;
  padding-bottom: 28px;
  overflow: hidden;
}
.module--share .nhk-snsbtn.nhksns-icon-m img {
  max-width: none !important;
  width: 32px !important;
  height: 32px !important;
}
.module--share .nhk-snsbtn .nhksns-help img {
  max-width: none !important;
  width: 18px !important;
  height: 18px !important;
}
@media screen and (max-width: 600px) {
  .module--detail--v3 .content--detail-title {
    padding-bottom: 16px;
  }
  .module--detail--v3 .content--title {
    font-size: 171.4%;
    font-weight: bold;
    line-height: 1.4;
  }
  .module--detail--v3 .content--date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .module--detail--v3 .content--detail-main {
    width: 100%;
    overflow: hidden;
  }
  .module--detail--v3 .content--thumb {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .module--detail--v3 .content--detail-body {
    line-height: 1.75;
  }
  .module--detail--v3 .content--summary {
    margin-bottom: 24px;
    font-size: 114.3%;
    line-height: 1.75;
  }
  .module--share {
    margin-top: -3px;
    padding-bottom: 30px;
    text-align: center;
  }
  .module--share .nhk-snsbtn {
    margin-bottom: 0 !important;
  }
}
.search-widget {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border: 2px solid #0076d1;
  background-color: #0076d1;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .search-widget {
    height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .search-widget {
    height: 44px;
  }
}
.search-widget > input[type="text"] {
  flex-grow: 1;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  color: #333;
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  transition: background-color 0.18s ease-in-out 0s;
  outline: none;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .search-widget > input[type="text"] {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .search-widget > input[type="text"] {
    font-size: 1.6rem;
  }
}
.search-widget > input[type="text"]:active,
.search-widget > input[type="text"]:focus,
.search-widget > input[type="text"]:hover {
  box-shadow: none;
}
.search-widget > input[type="text"]::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  -webkit-user-select: none;
  user-select: none;
}
.search-widget > input[type="text"]::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  -moz-user-select: none;
  user-select: none;
}
.search-widget > input[type="text"]:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  -ms-user-select: none;
  user-select: none;
}
.search-widget > input[type="text"]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
.search-widget > [data-type="button"] {
  flex-shrink: 0;
  width: 56px;
  border: none;
  color: #fff;
  background-color: #0076d1;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.2s;
  outline: none;
}
.search-widget > [data-type="button"]:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.MovieNewsAssort__nav::-webkit-scrollbar-thumb:window-inactive {
  background: hsla(0, 0%, 59%, 0.2);
}
.module_aside--featured-movie .module_aside--content {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
html {
  height: 100%;
}
@media screen and (max-width: 600px) {
  body.movie-new:has(.module--modal.is-close .content--items.type-earthquake)
    .module--movie-news-index-v2
    > .movie--overlay.-shrinked,
  body.movie-new:has(.module--modal.is-close .content--items.type-tsunami)
    .module--movie-news-index-v2
    > .movie--overlay.-shrinked {
    bottom: 60px;
  }
}
em.title {
  font-weight: bold;
}
.content--toc--item:has(.content--toc--subheading):after {
  top: 2px;
}
.content--toc--item:has(.content--label):after {
  top: 1px;
}
.content--toc--intro:not(:has(.content--toc--subheading)):not(
    :has(.content--label)
  ) {
  padding-bottom: 0;
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .content--body:has(.body-text .body-blockquote) > .body-img.is-left {
    padding-top: 16px;
    padding-left: 16px;
  }
}
@media not screen and (max-width: 600px), screen and (min-width: 601px) {
  .content--body:has(.body-text .body-blockquote) > .body-img.is-right {
    padding-top: 16px;
    padding-right: 16px;
  }
}
.content--body--intro:has(.content--body--label:first-child):not(
    :has(.content--label)
  ) {
  padding-bottom: 0;
}
:root {
  --header-padding: 0;
}

.content--detail-body a,
.content--detail-header a {
  color: #007fff !important;
  font-weight: 600;
}
.sdfdfs {
  width: 55% !important;
}
.pulse-link {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background-color: #4f0080;
  border-radius: 5px;
  animation: pulse-shadow 1s infinite alternate;
  background: #4f0080;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  border-radius: 6px;
  max-width: 450px;
  padding-bottom: 4px;
  margin: 1rem 0 3rem;
  text-decoration: none !important;
}
.pulse-button {
  color: #fff !important;
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 #4f0080;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
}
.pulse-button {
  margin: 0 !important;
  padding: 10px 0 !important;
}
:root {
  --bg-color-light: #fafafa;
  --sub-bg-color-light: #f0f0f0;
  --logo-color-light: #737373;
  --logo-sub-color-light: #6d6d6d;
  --text-color-light: #232324;
  --sub-text-color-light: #6e6e6f;
  --link-color-light: #232324;
  --primary-color-light: #757575;
  --mobile-column-count: 1;
  --body-width: 480px;
  --border-color-light: #e5e5ea;
  --box-color-light: #c7c7cc;
  --alert-color-light: #bf1419;
  --color-white: #ffffff;
  --color-black: #111111;
}

:root,
* {
  --bg-color: var(--bg-color-light);
  --sub-bg-color: var(--sub-bg-color-light);
  --logo-color: var(--logo-color-light);
  --logo-sub-color: var(--logo-sub-color-light);
  --text-color: var(--text-color-light);
  --sub-text-color: var(--sub-text-color-light);
  --link-color: var(--link-color-light);
  --primary-color: var(--primary-color-light);
  --border-color: var(--border-color-light);
  --box-color: var(--box-color-light);
  --alert-color: var(--alert-color-light);
  --white-color: var(--color-white);
  --black-color: var(--color-black);
}

.nr-common-header-wrapper,
.nr-common-header-wrapper *,
.nr-common-header,
.nr-common-header *,
.nr-common-footer-wrapper,
.nr-common-footer-wrapper *,
.nr-common-footer,
.nr-common-footer * {
  --color-base-primary: #ffffff;
  --color-base-secondary: #f2f2f3;
  --color-base-tertiary: #f9f9f9;
  --color-overlay: #000000;
  --color-surface-primary: #e2e2e3;
  --color-surface-secondary: #f2f2f3;
  --color-surface-tertiary: #f9f9f9;
  --color-surface-modal: #ffffff;
  --color-surface-card: #ffffff;
  --color-surface-table-th: #313132;
  --color-surface-player: #313132;
  --color-surface-oembed: #ffffff;
  --color-logo: #808080;
  --color-info-alert: #c91b1b;
  --color-form-background: #ffffff;
  --color-form-focus: #1566a7;
  --color-form-check: #313132;
  --color-button-background-primary-default: #f2f2f3;
  --color-button-background-primary-current: #313132;
  --color-button-background-secondary-default: #ffffff;
  --color-button-background-tertiary-default: #313132;
  --color-object-bg: #ffffff;
  --color-label-background-postponed: #e2e2e3;
  --color-label-background-cancelled: #757577;
  --color-label-background-changed: #ffffff;
  --color-text-primary: #1f1f20;
  --color-text-secondary: #414143;
  --color-text-layer: #ffffff;
  --color-text-placeholder: #757577;
  --color-text-heroheader: #ffffff;
  --color-text-label-postponed: #313132;
  --color-text-label-cancelled: #ffffff;
  --color-text-label-changed: #c91b1b;
  --color-text-searchbutton: #f9f9f9;
  --color-text-overlay: #f9f9f9;
  --color-text-gnavi: #757577;
  --color-text-gfooter: #313132;
  --color-border-divider: #e2e2e3;
  --color-border: #d2d2d3;
  --color-border-frame: #ffffff;
  --tinytext: 0.625rem;
  --text-xs: 0.75rem;
  --text-s: 0.875rem;
  --text-base: 1rem;
  --text-l: 1.125rem;
  --headline-xxxs: 0.875rem;
  --headline-xxs: 1rem;
  --headline-xs: 1.125rem;
  --headline-s: 1.25rem;
  --headline-m: 1.375rem;
  --headline-l: 1.5rem;
  --headline-xl: 1.625rem;
  --headline-xxl: 1.75rem;
  --headline-xxxl: 2.25rem;
  --line-height-none: 1;
  --line-height-heading: 1.25;
  --line-height-text: 1.5;
  --line-height-article: 1.75;
  --border-radius-0: 0;
  --border-radius-s: 4px;
  --border-radius-m: 8px;
  --border-radius-full: 10000px;
  --spacing-base: 4px;
  --spacing-base2: calc(4px * 2);
  --spacing-base3: calc(4px * 3);
  --spacing-base4: calc(4px * 4);
  --spacing-base5: calc(4px * 5);
  --spacing-base6: calc(4px * 6);
  --spacing-base7: calc(4px * 7);
  --spacing-base8: calc(4px * 8);
  --spacing-base9: calc(4px * 9);
  --spacing-base10: calc(4px * 10);
  --spacing-base11: calc(4px * 11);
  --spacing-base12: calc(4px * 12);
  --opacity-disabled: 0.3;
  --opacity-link-hover: 0.75;
  --shadow-modal: 0 3px 8px rgba(0, 0, 0, 0.29);
  --shadow-heroheader: 0 3px 8px rgba(0, 0, 0, 0.29);
  --shadow-image-border: 0 0 0 1px #d2d2d3 inset;
  --breakpoint: 980px;
}

.nr-common-header,
.nr-common-footer {
  background-color: var(--color-base-tertiary);
  color: var(--color-text-primary);
  font-family: "BIZ UDPGothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.nr-common-header *,
.nr-common-header *:before,
.nr-common-header *:after,
.nr-common-footer *,
.nr-common-footer *:before,
.nr-common-footer *:after {
  box-sizing: border-box;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.nr-common-header a,
.nr-common-footer a {
  color: var(--color-logo);
  text-decoration: none;
}

.nr-common-header a:link,
.nr-common-header a:visited,
.nr-common-footer a:link,
.nr-common-footer a:visited {
  color: var(--color-logo);
  text-decoration: none;
}

.nr-common-header a:hover,
.nr-common-header a:focus,
.nr-common-header a:active,
.nr-common-footer a:hover,
.nr-common-footer a:focus,
.nr-common-footer a:active {
  color: var(--color-text-primary);
  text-decoration: none;
}

.nr-common-header .item-info .nr-icon {
  background-image: url("/img/f36edda90e35f6d06de170635d3dd02e921abcd5.svg");
}

.nr-common-header .item-info:hover .nr-icon {
  background-image: url("/img/68885ca43a9bac1fd4d6e49725b57db1d87addf0.svg");
}

.nr-common-header .item-news .nr-icon {
  -webkit-mask-image: url("/img/0bab8444f7e282dd42122ee447d0e508596719f9.svg");
  background-color: var(--color-logo);
}

.nr-common-header .item-news:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-news-emergency .nr-icon {
  -webkit-mask-image: url("/img/05922848935903857218f3b1af36b57ad4c08584.svg");
  background-color: var(--color-logo);
}

.nr-common-header .item-news-emergency:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-timetable .nr-icon {
  -webkit-mask-image: url("/img/0df38e7ddad2e4c9ebf02b2973e75bb3e7ef77b4.svg");
  background-color: var(--color-logo);
}

.nr-common-header .item-timetable:hover .nr-icon {
  background-color: var(--color-text-primary);
}

.nr-common-header .item-player .nr-icon {
  background-image: url("/img/0e01aec102c3b62224082773b8e98786b395c4c8.svg");
}

.nr-common-header .item-player:hover .nr-icon {
  background-image: url("/img/abd89cdf8328ce9258670857bd96984e6e6651b5.svg");
}

.nr-common-header .item-jushinryo .nr-icon {
  background-image: url("/img/2be4718106bbadcc88b74dec4e6e262fe7949ea4.svg");
}

.nr-common-header .item-jushinryo:hover .nr-icon {
  background-image: url("/img/743a39bafb6cde5e0ec36f2fc8f6650a8a01f1ac.svg");
}

.nr-common-header {
  width: 100%;
  height: 56px;
  padding: 0 40px;
  background: var(--color-base-tertiary);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.nr-common-header-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 500;
}

.nr-common-header-menu {
  display: inline-block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0 var(--spacing-base8) 0 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  background-color: var(--color-logo);
  -webkit-mask: url("/img/d05219cb000e217d68073f9eb70c3827ee58a45d.svg")
    no-repeat center center/contain;
}

.nr-common-header-menu.nr-is-close {
  -webkit-mask: url("/img/d05219cb000e217d68073f9eb70c3827ee58a45d.svg")
    no-repeat center center/contain;
}

.nr-common-header-menu:hover {
  cursor: pointer;
  background-color: var(--color-text-primary);
}

.nr-common-header-title {
  width: 73px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  background: none;
}

.nr-common-header-logo {
  width: 73px;
  height: 20px;
  display: block;
  background-color: var(--color-logo);
  -webkit-mask: url("/img/bcfa96ac9addf1892c1419770fbb3d03ed3ae0b1.svg");
  -webkit-mask-size: 73px 20px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
}

.nr-common-header-logo:hover {
  background-color: var(--color-text-primary);
}

.nr-common-header-portals {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  margin: 0 0 0 30px;
  padding: 0;
}

.nr-common-header-items {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.nr-common-header-item {
  z-index: 1;
  margin-left: 16px;
}

.nr-common-header-item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.nr-common-header-item .nr-icon {
  display: block;
  font-size: 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  -webkit-mask-size: 28px 28px;
  z-index: 1;
  position: relative;
}

.nr-common-header-item span {
  font-size: 14px;
  margin-left: 5px;
  color: var(--color-text-gnavi);
  line-height: 1;
  word-break: keep-all;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
}

.nr-common-header-item:hover {
  cursor: pointer;
}

.nr-common-header-item:hover span {
  color: var(--color-text-primary);
}

@media (max-width: 979px) {
  .nr-common-header {
    width: 100%;
    height: 44px;
    padding: 0;
    overflow: hidden;
  }
  .nr-common-header-title {
    width: 66px;
    height: 18px;
  }
  .nr-common-header-logo {
    width: 66px;
    height: 18px;
    -webkit-mask-size: 66px 18px;
  }
  .nr-common-header-menu {
    margin: 0;
    padding: 10px;
    width: 24px;
    height: 24px;
    min-width: 44px;
    min-height: 44px;
  }
  .nr-common-header-menu.nr-is-close {
    -webkit-mask-size: 24px 24px;
  }
  .nr-common-header-portals {
    margin: 0 5px 0 10px;
  }
  .nr-common-header-items {
    padding: 0 10px 0 0;
  }
  .nr-common-header-item {
    flex-flow: column;
    min-width: 46px;
    margin-left: 4px;
  }
  .nr-common-header-item-link {
    flex-flow: column;
  }
  .nr-common-header-item.nr-is-invisible {
    display: none;
  }
  .nr-common-header-item .nr-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    -webkit-mask-size: 20px 20px;
  }
  .nr-common-header-item span {
    font-size: 10px;
    margin-top: 4px;
    margin-left: 0;
  }
}

@media (max-width: 299px) {
  .nr-common-header-item {
    display: none;
  }
}

@media (max-width: 374px) {
  .nr-common-header-item.item-info {
    display: none;
  }
}

.nr-common-footer {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0);
}

.nr-common-footer-wrapper {
  width: 100%;
  background: var(--color-base-secondary);
  overflow-x: hidden;
}

.nr-common-footer-logo {
  width: 60px;
  height: 16px;
  background-size: 60px 16px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/img/788f0d64515da34412a3d8acfd079965448f9706.svg");
  background-repeat: no-repeat;
}

.nr-common-footer-logo:hover {
  background-image: url("/img/bc0584d092d1dce1d2e82642d93a528b5949ac66.svg");
}

.nr-common-footer-logo a {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
}

.nr-common-footer-items {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 0;
  border-top: 1px solid var(--color-border);
  text-align: left;
  clear: both;
}

.nr-common-footer-item {
  font-size: 12px;
  font-weight: bold;
  margin: 0 37px 0 0;
  padding: 13px 0;
  color: var(--color-text-gfooter);
  display: inline-block;
  vertical-align: top;
}

.nr-common-footer-item a {
  color: var(--color-text-gfooter);
  word-break: keep-all;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
}

.nr-common-footer-item a:link,
.nr-common-footer-item a:visited {
  color: var(--color-text-gfooter);
}

.nr-common-footer-item a:hover,
.nr-common-footer-item a:focus,
.nr-common-footer-item a:active {
  color: var(--color-text-primary);
}

.nr-common-footer .is-subitems {
  list-style: none;
  padding: 2px 0 0 8px;
}

.nr-common-footer .is-subitem {
  padding-top: 5px;
}

.nr-common-footer-copyright {
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-text-gfooter);
  margin-top: 60px;
  display: block;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-kerning: none;
  text-align: left;
}

@media (max-width: 979px) {
  .nr-common-footer {
    width: 100%;
    padding: 32px 20px;
  }
  .nr-common-footer-items {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }
  .nr-common-footer-item {
    font-size: 13px;
    padding: 10px 0;
    display: inline-block;
    margin-right: 20px;
  }
  .nr-common-footer .is-subitems {
    list-style: none;
    padding: 2px 0 0 8px;
  }
  .nr-common-footer .is-subitem {
    padding-top: 5px;
  }
  .nr-common-footer-copyright {
    font-size: 10px;
    margin-top: 40px;
  }
}
.nhk-snsbtn {
  margin-bottom: 15px;
}

ul.nhksns {
  list-style: none;
  display: inline;
  padding-left: 0;
}

ul.nhksns > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em;
}

.nhksns-icon-m img {
  width: 32px;
}

.nhksns-help img {
  margin-left: 6px;
  width: 18px;
  border: 1px solid #999;
  vertical-align: middle;
}

img {
  border: none;
}

.nhksns-guide {
  vertical-align: middle;
  margin: 0 0 6px 0;
  font-weight: bold;
}

.nhksns img {
  border: none;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 450px;
}
