@charset "utf-8";

/* common */
@media screen and (min-width: 768px) {
  .date #mybook {
    display: flex;
  }

  .date.calendar #mybook {
    display: block;
  }
}

html {
  height: 100%;
}

body {
  min-width: 1150px;
}

/*
ul.nhksns>li.nhksns-twitter {
  margin-right: 15px;
}
*/
.nav-content a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

#wrapper {
  position: relative;
  font-feature-settings: "palt" 1;
}

.header-all {
  top: 0;
  width: 100%;
  left: 0;
}

#common--header {
  padding: 22px 0 20px 0;
  text-align: center;
  background: #003f97;
}

.container {
  width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}

#common--header .container {
  position: relative;
}

.content--detail-header {
  position: relative;
}

.logo img {
  max-width: 316px;
  height: auto;
  width: 100%;
}

#common--nav {
  position: absolute;
  top: 28px;
  /* top: 18px; */
  left: 25px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  #common--nav {
    top: 18px;
  }
}

.home #common--nav {
  top: 28px;
}

#common--nav:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

#common--nav span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#common--nav span:last-child {
  margin-bottom: 0;
}

#common--nav.nav--open {
  margin-top: 6px;
}

#common--nav.nav--open span {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#common--nav.nav--open span:nth-child(2) {
  background-color: transparent;
}

#common--nav.nav--open span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#common--nav.nav--open span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search--nav {
  position: absolute;
  top: 16px;
  right: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#search--nav a {
  /* display: inline-block; */
  /* border: 1px solid rgb(187, 235, 14); */
  /* background: #ccc; */
  margin-left: calc(6/1250*100vw);
}

#search--nav a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-animation-play-state: running;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-play-state: running;
  animation-duration: 1s;
  animation-name: flash;
}

/*pc*/
@media screen and (min-width: 768px) {
  .home #search--nav {
    /* display: none; */
    margin-right: calc(8/1250*100vw);
    position: absolute;
    /* top: -0.3vw; */
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: sans-serif;
  }

  .home #search--nav img,
  .home #search--nav svg {
    padding: 0;
    vertical-align: middle;
    /* background: #ccc; */
    margin: 2px;
    width: auto;
    max-width: calc(30/1250*100vw) !important;
    /* border: 1px solid; */
    /* border: 1px solid #003f97; */
    /* background-color : #003f97; */
  }

  .home #search--nav button {
    width: calc(30/1250*100vw);
    max-width: 30px;
    height: calc(30/1250*100vw);
    max-height: 30px;
    /* background: #ccc; */
    /* margin-right: 2px; */
  }

  .home #search--nav #header--date-button {
    width: calc(26/1250*100vw);
    max-width: 26px;
    height: calc(26/1250*100vw);
    max-height: 26px;
  }
}

#search--nav svg .shape {
  fill: #fff;
}

.home #search--nav svg .shape {
  fill: #003f97;
}

.home #search--nav input {
  border: 2px solid #003f97;
}

#header-search-wrap {
  position: absolute;
  /* top: 28px; */
  top: 16px;
  right: 120px;
}

.nav-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #003f97;
  z-index: 1000;
  width: 100%;
  padding: 20px 0;
  display: none;
}

.nav-content a {
  color: #fff;
  padding: 20px 25px;
  display: block;
  font-family: 'Gothic MB101 Bold';
  font-size: 18px;
  width: 1150px;
  margin: 0 auto;
  text-decoration: none;
}

#common--header .common--header-spdate {
  display: none;
}

/* _breadcrumb.styl start */
#breadcrumb {
  padding: 15px 0 13px;
  background: #f0f0f0;
}

.nehorin #breadcrumb {
  background: transparent;
}

#breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

#breadcrumb ul {
  font-size: 0;
  font-feature-settings: normal;
}

#breadcrumb ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
}

#breadcrumb ul li:last-child {
  padding-right: 0;
}

#breadcrumb ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  content: "\003E";
  text-align: center;
}

#breadcrumb ul li:last-child:after {
  content: none;
}

#breadcrumb ul li a {
  text-decoration: none;
  color: #0087d1;
  border-bottom: 2px solid #d0dbe9;
}

#breadcrumb ul li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* _breadcrumb.styl end */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.article .nhksns-guide,
.article .nhksns-line,
.meal .nhksns-guide,
.meal .nhksns-line,
.feature .nhksns-guide,
.statement .nhksns-guide,
.feature .nhksns-line,
.statement .nhksns-line,
.meal--detail .nhksns-guide {
  display: none !important;
}

.nhksns a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

body.index .pagetop,
body.actions .pagetop {
  display: none !important;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: none;
}

.pagetop.scroll-stop {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.pagetop img {
  width: 40px;
  height: auto;
}

/* ----------------------
          TOP
---------------------- */
/* _home.styl start */
@media screen and (min-width: 768px) {
  .index {
    height: 100%;
    font-family: 'Gothic MB101 Bold';
    min-width: inherit;
  }

  .index a {
    text-decoration: none;
  }

  .index a:hover {
    opacity: .7;
    -webkit-animation-play-state: running;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-play-state: running;
    animation-duration: 1s;
    animation-name: flash;
  }

  .toppage .nav-content {
    width: 34%;
    padding: 2vw 0;
  }

  .toppage .nav-content a {
    font-size: calc(18/1250*100vw);
    padding: 1.5vw 3vw;
  }

  .minute-start {
    margin-top: -.5em;
  }

  .minute-end {
    letter-spacing: -.5em;
  }

  /* start */
  .sign {
    letter-spacing: -0.5em;
  }

  .sign-before {
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.7vw;
  }

  .top-article-subtitle .sign-before,
  .top-article-desc .sign-before {
    letter-spacing: 0;
    margin-top: -0.7vw;
  }

  .pickup .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .prime-action .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .political-words .sign-before {
    margin-top: -0.7vw;
    letter-spacing: 0;
  }

  .prime-action-title .sign {
    letter-spacing: -0.7em;
    margin-top: -0.1vw;
  }

  /* end common */
  .safari .sign {
    letter-spacing: -0.18em;
    letter-spacing: -0.5em;
  }

  .safari .sign-before {
    letter-spacing: 0.7em;
    margin-top: -2.5vw;
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .safari .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.8vw;
  }

  .safari .top-article-subtitle .sign-before,
  .safari .top-article-desc .sign-before {
    letter-spacing: 0.7em;
    margin-top: -1.5vw;
    letter-spacing: 0em;
    margin-top: -0.6vw;
  }

  .safari .pickup .sign-before {
    letter-spacing: 0.7em;
    letter-spacing: 0;
    margin-top: -1vw;
    margin-top: -0.7vw;
  }

  .safari .prime-action .sign-before {
    margin-top: -0.7vw;
    letter-spacing: 0;
    margin-top: -0.6vw;
  }

  .safari .political-words .sign-before {
    margin-top: -0.7vw;
    letter-spacing: 0;
  }

  .safari .prime-action-title .sign {
    letter-spacing: -0.64em;
    margin-top: -0.16vw;
  }

  .firefox .sign {
    letter-spacing: -0.5em;
  }

  .firefox .sign-before {
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .firefox .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.7vw;
  }

  .firefox .top-article-subtitle .sign-before,
  .firefox .top-article-desc .sign-before {
    letter-spacing: 0;
    margin-top: -0.7vw;
  }

  .firefox .pickup .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .firefox .prime-action .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .firefox .political-words .sign-before {
    margin-top: -0.8vw;
    letter-spacing: -.1em;
  }

  .firefox .prime-action-title .sign {
    letter-spacing: -0.7em;
    margin-top: -0.1vw;
  }

  .ie .sign {
    letter-spacing: -0.5em;
  }

  .ie .sign-before {
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .ie .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.7vw;
  }

  .ie .top-article-subtitle .sign-before,
  .ie .top-article-desc .sign-before {
    letter-spacing: 0;
    margin-top: -0.7vw;
  }

  .ie .pickup .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .ie .prime-action .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .ie .political-words .sign-before {
    margin-top: -0.8vw;
    letter-spacing: -.1em;
  }

  .ie .prime-action-title .sign {
    letter-spacing: -0.7em;
    margin-top: -0.1vw;
  }

  .edge .sign {
    letter-spacing: -0.5em;
  }

  .edge .sign-before {
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .edge .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.7vw;
  }

  .edge .top-article-subtitle .sign-before,
  .edge .top-article-desc .sign-before {
    letter-spacing: 0;
    margin-top: -0.7vw;
  }

  .edge .pickup .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .edge .prime-action .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .edge .political-words .sign-before {
    margin-top: -0.8vw;
    letter-spacing: -.1em;
  }

  .edge .prime-action-title .sign {
    letter-spacing: -0.7em;
    margin-top: -0.1vw;
  }

  .text-sideways {
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .toppage {
    width: 100% !important;
    height: 100%;
  }

  .nhkfooter {
    position: relative;
    z-index: 2;
  }

  .toppage .content--detail-header {
    position: relative;
  }

  .toppage .header-all {
    padding: 0.8vw 0 1.4vw;
  }

  .magazine-title {
    font-size: calc(24/1250*100vw);
    color: #003f97;
    text-align: center;
  }

  .share--home ul.nhksns>li.nhksns-twitter {
    margin-right: 0.2em;
  }

  .share--home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(80/1250*100vw);
  }

  .share--home .nhksns-guide {
    display: none !important;
  }

  .share--home .nhk-snsbtn {
    margin: 0 !important;
  }

  .share--home .nhksns-icon-m img {
    max-width: calc(30/1250*100vw) !important;
    height: auto !important;
  }

  .toppage #common--header {
    padding: 0;
    text-align: center;
    background: none;
  }

  .toppage #common--header>.container {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }

  .toppage #common--nav {
    /* top: 33%; */
    top: 15%;
    left: 0;
  }

  .toppage #common--nav span {
    background: #003f97;
  }

  .toppage .wrapper {
    width: 100%;
    height: calc(100% - 30px - 51px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    overflow-y: auto;
  }

  .ratio-break {
    height: auto;
  }

  .ratio-break .toppage .wrapper {
    height: 110%;
  }

  .top-wrapper-inner {
    width: calc(1100 / 1250 * 100vw) !important;
    overflow: hidden;
  }

  .ratio-break .toppage .top-wrapper-inner {
    padding: 20px 0;
  }

  .content--detail-header nav {
    display: none;
  }

  .top-content {
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    width: 100%;
    height: calc(100vw * 594 / 1250);
    overflow: hidden;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: calc(18/1250*100vw);
  }

  .ie .top-content>a {
    display: block;
  }

  /*top-article*/
  .top-article {
    width: calc(279/1250*100vw);
    float: right;
    background: #ff0000;
    overflow: hidden;
    height: 100%;
    position: relative;
    color: #fff;
    padding-right: 0.63vw;
  }

  .top-article:after {
    content: '';
    background: red;
    height: calc(440/1250*100vw);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 150vw;
    margin-right: -55vw;
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
  }

  .ie .top-article:after,
  .edge .top-article:after {
    top: -14vw;
  }

  .top-article-subtitle {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0.8vw 0.5vw;
    font-weight: bolder;
    position: relative;
    z-index: 2;
    font-size: calc(22/1250*100vw);
    letter-spacing: -0.01em;
  }

  .top-article-title {
    font-size: calc(70/1250*100vw);
    padding: 0.5vw 0.6vw;
    position: relative;
    z-index: 2;
    min-width: calc(160/1250*100vw);
    line-height: 1.05;
    box-sizing: border-box;
    height: 37vw;
  }

  .top-article-img {
    position: absolute;
    bottom: 0;
    left: -1px;
    /* min-width: 100%; */
    /* width: calc(279/1250*100vw); */
    width: calc(280/1250*100vw);
    height: auto;
    min-height: calc(212/1250*100vw);
    z-index: 0;
  }

  .top-article-desc {
    position: relative;
    z-index: 2;
    height: calc(466/1250*100vw);
    line-height: 1.25;
    padding: 0.5vw 0 0;
  }

  .top-article-badge {
    position: absolute;
    bottom: 2.4vw;
    left: 2.7vw;
    z-index: 2;
    padding: 0.6vw 1vw;
    background: #003f97;
    color: #fff;
    font-size: calc(24/1250*100vw);
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt" 1;
  }

  .ie .top-article-badge,
  .edge .top-article-badge {
    left: 1vw;
  }

  .top-article--second {
    background: #003f97;
    float: left;
    width: calc(272/1250*100vw);
    padding-right: 0.81vw;
  }

  .top-article--second:after {
    content: none;
  }

  .top-article-desc--second {
    height: calc(466/1250*100vw);
    margin-right: -0.4vw;
  }

  .top-article-badge--second {
    background: #f00;
    bottom: 1.8vw;
    left: 4vw;
  }

  .ie .top-article-badge--second,
  .edge .top-article-badge--second {
    left: 1.4vw;
  }

  .top-article-img--second {
    width: 100%;
    height: auto;
  }

  /*sub-article*/
  .sub-article {
    float: right;
    width: calc(550/1250*100vw);
    height: 100%;
    background: #fff;
    position: relative;
    padding: 0 calc(6/1250*100vw);
  }

  .site-title {
    position: absolute;
    bottom: 0;
    width: calc(538/1250*100vw);
    left: calc(6/1250*100vw);
    right: calc(6/1250*100vw);
    background: #003f97;
    height: calc(136/1250 * 100vw);
    color: #fff;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt" 1;
  }

  .site-title-logo {
    text-align: center;
  }

  .site-title-logo-img {
    width: 98%;
    margin-top: -2%;
  }

  .site-title-date {
    font-size: 1vw;
    overflow: hidden;
    display: block;
    width: 94%;
    font-family: "ゴシックMB101 M";
  }

  .site-title-date span {
    padding-top: 2%;
    float: left;
    width: 50%;
    text-align: center;
  }

  .ie .sub-article-content>a {
    display: block;
  }

  .sub-article-content {
    height: calc(452/1250 * 100vw);
    position: relative;
    width: 100%;
  }

  .speech {
    width: calc(122 / 1250 * 100vw);
  }

  a:hover .speech dt,
  a:hover .speech .speech-title {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .speech-head {
    background: #ff0;
    color: #f00;
    font-size: calc(24/1250*100vw);
    padding: 0.8vw 0.4vw;
    display: inline-block;
    margin-bottom: 1vw;
  }

  .speech-label {
    background: #f00;
    color: #fff;
    font-size: calc(18/1250*100vw);
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    padding: 0.4vw;
    display: inline-block;
  }

  .speech-title {
    font-size: calc(36/1250*100vw);
    padding-right: 0.3vw;
    color: #000;
    position: relative;
    z-index: 3;
    line-height: 1.1em;
    height: 30vw;
  }

  .speech-img-wrap {
    width: 8.64vw;
    height: 8.64vw;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -7%;
    right: 0;
    background: #fff url(/politics/img/img_top02.jpg) no-repeat center center;
    background-size: cover;
  }

  .speech-img {
    width: 100%;
    height: auto;
  }

  a:hover .speech-img {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .pickup {
    font-size: calc(15/1250*100vw);
    overflow: hidden;
    width: calc(180/1250*100vw);
    position: relative;
  }

  .pickup a {
    text-decoration: none;
  }

  .pickup dt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt" 1;
    background: #000;
    color: #fff;
    font-size: calc(14/1250*100vw);
    padding: 0.4vw 0;
    width: 100%;
    text-align: center;
  }

  .pickup dd {
    width: 100%;
    position: absolute;
    top: calc(30 / 1250 *100vw);
    right: 0;
    height: calc(-28 / 1250 * 100vw + 100vw);
  }

  .topics {
    width: 20%;
    position: relative;
    border-right: 0.18vw solid #000;
  }

  .topics:last-child {
    border-left: 0.18vw solid #000;
  }

  .topics a {
    line-height: 2.3;
    display: block;
    color: #000;
  }

  .topics em {
    background: #f00;
    color: #fff;
    padding: 0 0.1vw;
  }

  .topics a.target {
    color: #0087d1;
    padding-bottom: 0.9vw;
  }

  .topics a.target span.ico::after {
    content: "";
    background: url(/politics/img/ico_target.png) no-repeat center bottom;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
  }

  .ie .topics a.target,
  .edge .topics a.target {
    background-size: 50% auto;
  }

  .topics--short {
    height: calc(302/1250*100vw);
  }

  .wrap-politicalandprime {
    float: left;
    width: calc(230/1250*100vw);
    height: calc(332/1250*100vw);
    margin-right: calc(7/1250*100vw);
  }

  .wrap-politicalandprime a {
    display: block;
    backface-visibility: hidden;
  }

  .political-words {
    width: calc(110/1250*100vw);
    height: 100%;
    background: #44b036;
    padding: calc(4/1250*100vw) 0;
  }

  a:hover .political-words {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .political-words dt img {
    height: 100%;
    width: auto;
    padding-right: 0.6vw;
  }

  .political-words dd {
    color: #ffff00;
    font-size: calc(19/1250*100vw);
    position: relative;
    margin-right: 0.6vw;
  }

  .political-img {
    position: absolute;
    left: 98%;
    bottom: -1%;
  }

  .political-img img {
    width: calc(50/1250*100vw);
    height: auto;
  }

  .lead {
    float: left;
    width: calc(24/1250*100vw);
    margin: 0 -0.2vw 0.3vw 0;
  }

  .political-words-this-time {
    width: calc(24/1250*100vw);
    height: auto;
  }

  .prime-action {
    width: calc(113/1250*100vw);
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-right: calc(6/1250*100vw);
  }

  .home-another .prime-action {
    width: calc(62/1250*100vw);
  }

  .home-another .prime-action-title br {
    display: none;
  }

  .special-outside {
    width: calc(45/1250*100vw);
    margin-right: calc(6/1250*100vw);
    background: #fff;
  }

  .special-outside img {
    height: 100%;
  }

  a:hover .prime-action {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .prime-action img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }

  .prime-action dt {
    background: #003f97;
    color: #fff;
    font-size: calc(14/1250*100vw);
    padding: 0.2vw 0.5vw 0.2vw 0.46vw;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .prime-action dd .prime-action-title {
    color: #f00;
    font-size: calc(42/1250*100vw);
    padding-right: 0.25vw;
    position: relative;
    z-index: 2;
  }

  .home-another .prime-action dd .prime-action-title {
    font-size: calc(26/1250*100vw);
    padding-right: 0.5vw;
  }

  .lunch {
    background: #ff9900;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt" 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(300/1250*100vw);
    height: calc(114/1250*100vw);
    overflow: hidden;
    color: #fff;
  }

  .lunch.bnr img {
    width: 100%;
  }

  .ie .lunch:hover {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .lunch dt,
  .lunch dd {
    padding: 0 calc(6/1250*100vw) 0 calc(136/1250*100vw);
  }

  .lunch-head {
    font-size: calc(40.18/1250*100vw);
    margin-bottom: 0.3vw;
    letter-spacing: -0.01em;
  }

  .lunch-place {
    background: #f00;
    padding: 0.3vw 0 0.3vw 0.6vw;
    margin: calc(4/1250*100vw) 0 calc(2.5/1250*100vw);
    display: block;
    font-size: calc(17/1250*100vw);
    letter-spacing: 0.04em;
  }

  .lunch-particle {
    font-size: 1.1vw;
  }

  .lunch-desc {
    font-size: calc(10/1250*100vw);
    letter-spacing: -0.03em;
    color: #000;
    white-space: nowrap;
    line-height: 0.7;
  }

  .lunch-who {
    font-size: calc(12/1250*100vw);
    line-height: 1.2;
    margin-top: .2vw;
  }

  .lunch-who-title {
    display: block;
    font-size: calc(10/1250*100vw);
    margin: 0.4vw 0 0;
  }

  .lunch-img {
    width: calc(131/1250*100vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
  }

  .lunch-img img {
    min-width: calc(131/1250*100vw);
    max-width: calc(270/1250*100vw);
    height: auto;
    min-height: 100%;
  }
}

@media screen and (min-width: 1159px) and (max-width: 1200px) {
  .lunch-desc {
    letter-spacing: -0.06em;
  }
}

@media screen and (max-width: 1159px) {
  .toppage .wrapper {
    width: 100%;
    height: calc(100% - 30px - 112px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1159px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }

  .chrome .lunch-who {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }

  .chrome .lunch-who-title {
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    margin: 0.46vw 0 0;
  }

  .lunch-desc {
    letter-spacing: -0.02em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1090px) {
  .chrome .lunch-who {
    line-height: 1.1;
  }

  .chrome .lunch-who-title {
    margin: 0.45vw 0 0;
  }

  .lunch-desc {
    letter-spacing: -0.09em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.84);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(1);
  }

  .chrome .lunch-who-title {
    -webkit-transform: scale(0.78);
  }

  .lunch-desc {
    letter-spacing: -0.07em;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.81);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(1);
    margin-top: 0;
  }

  .chrome .lunch-who-title {
    -webkit-transform: scale(0.74);
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.76);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(0.87);
  }

  .chrome .lunch-who-title {
    -webkit-transform: scale(0.7);
    width: 140%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.74);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(0.8);
  }

  .chrome .lunch-who-title {
    -webkit-transform: scale(0.7);
    margin: 0.4vw 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 851px) {
  .chrome .pickup dt {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    margin-right: -4%;
    width: 110%;
  }

  .chrome .topics a {
    -webkit-transform: scale(0.9) translate(-50%, 0%);
    -webkit-transform-origin: 0 0;
    height: 110%;
    position: absolute;
    left: 50%;
  }

  .chrome .lunch-desc {
    -webkit-transform: scale(0.70);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(0.76);
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .chrome .lunch-desc {
    -webkit-transform: scale(0.66);
  }

  .chrome .lunch-who {
    -webkit-transform: scale(0.74);
    width: 120%;
  }
}

@media screen and (max-width: 767px) {
  .index a {
    text-decoration: none;
  }

  .ie .sign-number {
    letter-spacing: -0.2em;
    margin: 0 0.2vw 0 -0.6vw;
  }

  .ie .top-article-title .sign-number {
    letter-spacing: -0.2em;
    margin: 0 0.6vw 0 -1vw;
  }

  .mac.safari .sign-before,
  .mac.safari span.sign02 {
    font-feature-settings: normal;
  }

  .browser .sign {
    letter-spacing: -0.5em;
  }

  .browser .sign-before {
    letter-spacing: 0;
    margin-top: -1.5vw;
  }

  .browser .top-article .sign-before {
    letter-spacing: 0;
    margin-top: -2.7vw;
  }

  .browser .top-article-subtitle .sign-before,
  .browser .top-article-desc .sign-before {
    letter-spacing: 0;
    margin-top: -0.7vw;
  }

  .browser .pickup .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .browser .prime-action .sign-before {
    letter-spacing: 0;
    margin-top: -0.5vw;
  }

  .browser .political-words .sign-before {
    margin-top: -0.8vw;
    letter-spacing: -.1em;
  }

  .browser .prime-action-title .sign {
    letter-spacing: -0.7em;
    margin-top: -0.1vw;
  }

  .chrome .lunch-desc,
  .chrome .lunch-who,
  .chrome .topics a,
  .chrome .pickup dt,
  .chrome .lunch-who-title {
    -webkit-transform: scale(1);
  }

  .toppage,
  .sub-article-content,
  .site-title,
  .top-article,
  .wrap-politicalandprime,
  .lunch,
  .top-content,
  .sub-article {
    height: auto !important;
    width: 100%;
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }

  .top-content {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .toppage {
    font-family: 'Gothic MB101 Bold';
  }

  .toppage .share--home {
    position: static;
  }

  .share--home .nhk-snsbtn {
    margin: 15px 0 15px !important;
  }

  .toppage #common--header {
    padding-top: 60px;
  }

  .magazine-title {
    font-size: 10.76px;
    font-size: 1.076rem;
    font-size: calc(25/750*100vw);
    font-weight: bold;
    color: #003f97;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    background: #fff;
    line-height: 40px;
    width: 100%;
  }

  .top-wrapper-inner {
    width: 100%;
  }

  .toppage .wrapper {
    width: 100%;
    height: auto;
  }

  .top-content {
    width: 100%;
    overflow: hidden;
    font-size: 10.24px;
    font-size: 1.024rem;
    font-size: calc(24/750*100vw);
    font-weight: bold;
    line-height: 1.2;
  }

  .top-article {
    background: #f00;
    padding: 12.8px;
    padding: calc(30/750*100vw);
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .top-article-subtitle {
    font-size: 11.349px;
    font-size: 1.1349rem;
    font-size: calc(26.6/750*100vw);
    line-height: 2;
    background: #000;
    margin-bottom: 6.457px;
    margin-bottom: 2vw;
    position: relative;
    padding: 0 2.5824px;
    padding: 0 0.8vw;
    z-index: 2;
    letter-spacing: -0.01em;
    display: inline-block;
  }

  .top-article-title {
    font-size: 34.432px;
    font-size: 3.4432rem;
    font-size: calc(80/750*100vw);
    margin-bottom: 6.457px;
    margin-bottom: 2vw;
    position: relative;
    z-index: 2;
    line-height: 1;
    min-height: 68.864px;
    min-height: calc(160/750*100vw);
    width: 66vw;
  }

  .top-article-desc {
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .top-article:after {
    content: '';
    background: red;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 500%;
    margin-left: -20%;
    margin-top: -83%;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
  }

  .top-article--second:after {
    content: '';
    background: #003f97;
    width: 56%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 100%;
    margin: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  .top-article-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 0;
  }

  .top-article-badge {
    background: #003f97;
    position: absolute;
    right: 4%;
    top: 34%;
    z-index: 2;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    padding: 3.228px 3.228px 2px 3.228px;
    padding: 1vw 1vw 0.6vw 1vw;
  }

  .top-article-badge--second {
    background: #f00;
    right: 10%;
    top: 46%;
  }

  .top-article--second {
    background: #003f97;
  }

  .speech {
    padding: 10.76px 12.912px 0 12.912px;
    padding: calc(25/750*100vw) calc(30/750*100vw) 0 calc(30/750*100vw);
    position: relative;
  }

  .speech-head {
    background: #ff0;
    color: #f00;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 3.228px 3.8736px;
    padding: 1vw 1.2vw;
    margin-right: 3.228px;
    margin-right: 1vw;
    float: left;
    font-size: 11.19px;
    font-size: 1.119rem;
    font-size: calc(26/750*100vw);
  }

  .speech-img-wrap {
    width: 61.332px;
    height: 61.332px;
    width: 19vw;
    height: 19vw;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -10%;
    right: 3%;
    z-index: 2;
    background: url(/politics/img/img_top02.jpg) no-repeat center center;
    background-size: cover;
  }

  .speech-img {
    width: 100%;
    height: auto;
  }

  .speech-label {
    background: #f00;
    color: #fff;
    font-size: 8.608px;
    font-size: 0.8608rem;
    font-size: calc(20/750*100vw);
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    padding: 1.3px;
    padding: 0.4vw;
    display: inline-block;
  }

  .speech-title {
    font-size: 21.52px;
    font-size: 2.152rem;
    font-size: calc(50/750*100vw);
    position: relative;
    z-index: 3;
    margin-bottom: 3.8736px;
    margin-bottom: 1.2vw;
    color: #000;
    width: 76vw;
  }

  .pickup {
    padding: 0% 12.921px 10.76px 12.921px;
    padding: 0% calc(30/750*100vw) calc(25/750*100vw) calc(30/750*100vw);
    position: relative;
    overflow: hidden;
    clear: left;
  }

  .pickup dt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #000;
    color: #fff;
    font-size: 11.19px;
    font-size: 1.119rem;
    font-size: calc(26/750*100vw);
    padding: 0 3.8736px;
    padding: 0 1.2vw;
    text-align: center;
    float: left;
    height: 140px;
    height: calc(326/750*100vw);
  }

  .pickup dd {
    padding-left: 23.8872px;
    padding-left: 7.4vw;
    height: 140.31px;
    height: calc(326/750*100vw);
  }

  .topics:first-child {
    border-top: 1px solid #000;
  }

  .topics {
    border-bottom: 1px solid #000;
    height: 20%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    font-size: 10.24px;
    font-size: 1.024rem;
    font-size: calc(24/750*100vw);
    white-space: nowrap;
  }

  .browser .topics {
    line-height: 2.7;
  }

  .topics em {
    background: #f00;
    color: #fff;
    padding: 1.614px 0;
    padding: 0.5vw 0;
  }

  .topics a {
    color: #000;
    text-decoration: none;
  }

  .topics a.target {
    color: #0087d1;
    background: url(/politics/img/ico_target.png) no-repeat right center;
    background-size: auto 70%;
    padding-right: 12.912px;
    padding-right: 4vw;
  }

  .lunch {
    background: #ff9900;
    overflow: hidden;
    color: #fff;
    position: relative;
    padding: 8.608px 12.912px 4.304px;
    padding: calc(20/750*100vw) calc(30/750*100vw) calc(10/750*100vw);
  }

  .lunch.bnr {
    padding: 0;
    background: none;
  }

  .lunch.bnr img {
    width: 100%;
    vertical-align: bottom;
  }

  .lunch-place {
    background: #f00;
    padding: 3.228px 5.1648px;
    padding: 1vw 1.6vw;
    display: block;
    font-size: 12.912px;
    font-size: 1.2912rem;
    font-size: calc(30/750*100vw);
  }

  .lunch-particle {
    font-size: 6.456px;
    font-size: 0.6456rem;
    font-size: 2vw;
  }

  .lunch-head {
    font-size: 26.6848px;
    font-size: 2.66848rem;
    font-size: calc(62/750*100vw);
    float: left;
    text-align: center;
    padding-right: calc(10/750*100vw);
  }

  .lunch dd {
    margin-left: calc(250/750*100vw);
    width: calc(305/750*100vw);
  }

  .lunch-desc {
    font-size: 9.4688px;
    font-size: 0.94688rem;
    font-size: calc(22/750*100vw);
    color: #000;
    margin-bottom: 4.5192px;
    margin-bottom: 1.4vw;
  }

  .lunch-who-title {
    display: block;
    font-size: 7.7472px;
    font-size: 0.77472rem;
    font-size: calc(18/750*100vw);
  }

  .lunch-who {
    font-size: 11.1904px;
    font-size: 1.11904rem;
    font-size: calc(26/750*100vw);
    position: relative;
    z-index: 1;
  }

  .lunch-img {
    width: calc(165/750*100vw);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .browser .lunch-img {
    width: 71px;
    height: 66px;
  }

  .lunch-img img {
    width: auto;
    height: 100%;
  }

  .specital-outside {
    padding: 2.5% 4% 1.5%;
    padding: 8.608px 12.912px 5.1648px;
    padding: calc(20/750*100vw) calc(30/750*100vw) calc(12/750*100vw);
    position: relative;
    background: #fff;
    font-size: calc(60/750*100vw);
  }

  .special-outside img {
    width: 100%;
  }

  .prime-action {
    padding: 2.5% 4% 1.5%;
    padding: 8.608px 12.912px 5.1648px;
    padding: calc(20/750*100vw) calc(30/750*100vw) calc(12/750*100vw);
    position: relative;
  }

  .prime-action dt {
    background: #003f97;
    color: #fff;
    font-size: 8.608px;
    font-size: 0.8608rem;
    font-size: calc(20/750*100vw);
    padding: 3.228px;
    padding: 1vw;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .prime-action-title {
    font-size: 25.824px;
    font-size: 2.5824rem;
    font-size: calc(60/750*100vw);
    color: #f00;
    position: relative;
    z-index: 2;
  }

  .prime-action-img {
    width: 71.016px;
    width: calc(165/750*100vw);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .political-words {
    background: #44b036;
    padding: 9.8992px 12.912px 6.456px;
    padding: calc(23/750*100vw) calc(30/750*100vw) calc(15/750*100vw);
    overflow: hidden;
    position: relative;
  }

  .political-words-title {
    width: 241.024px;
    width: calc(560/750*100vw);
    height: auto;
    margin-bottom: 3.228px;
    margin-bottom: 1vw;
    position: relative;
    z-index: 2;
  }

  .browser .political-words dt img {
    width: 239px;
    height: 48px;
  }

  .lead {
    float: left;
    clear: left;
    width: 44.7616px;
    width: calc(104/750*100vw);
    margin: 0.6456px 3.228px 0 0;
    margin: 0.2vw 1vw 0 0;
  }

  .political-words-this-time {
    width: 100%;
    height: auto;
  }

  .browser .lead img {
    width: 44px;
    height: 19px;
  }

  .political-img {
    position: absolute;
    right: 0.3%;
    top: 8%;
  }

  .political-img img {
    width: 61.1168px;
    width: calc(142/750*100vw);
    height: auto;
  }

  .political-words dd {
    font-size: 18.0768px;
    font-size: 1.80768rem;
    font-size: calc(42/750*100vw);
    color: #ff0;
  }

  .nhksns-guide {
    display: none !important;
  }
}

/* article index.html */

.article-main,
.feature-main {
  margin: 50px 0 50px;
}

.article--main-list li::after {
  display: block;
  clear: both;
  content: "";
}

.article--main-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #999;
}

.article--main-list li:first-child {
  padding-top: 0;
}

.article--main-list.readmore-area li:first-child {
  padding-top: 20px;
}

.tags .article--main-list li:first-child {
  padding-top: 15px;
}

.article--main-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.article--main-list li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  cursor: pointer;
  text-decoration: none;
}

.article--main-list a:first-child li {
  padding: 0 0 20px;
}

.article--main-list .body_img {
  float: left;
  width: 260px;
  /* height: 180px; */
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.article--main-list .body_img img {
  width: 100%;
  height: auto;
}

.article--main-list .article-main-box {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 840px;
  padding-left: 25px;
}

.article--main-list li a {
  color: #000;
  font-size: 14px;
}

.article-main-date {
  margin-bottom: 23px;
}

.article-main-title {
  margin-top: -2px;
  margin-bottom: 30px;
  color: #003f97;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
}

.article--main-list .body_text {
  line-height: 1.42857142857;
}

.article--main-list .body_text em {
  /* font-weight: bold; */
  /* background: #99ccff; */
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.article-main-icon {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 4px 5px 4px;
  color: #fff;
  font-family: "ゴシックMB101 B";
  font-size: 12px;
  font-weight: bold;
}

/* icon color */
.article-main-icon.feature {
  background: #fc0d1b;
}

.article-main-icon.lastweek {
  background: #003f97;
}

.article-main-icon.statement {
  color: #fc2e19;
  background: #ffff00;
}

/* for search */
.article-main-icon.salameshi {
  background: #ff9900;
}

/* more-button */

.more-button,
.more-button02 {
  margin: 30px 0 80px;
}

.more-button p,
.more-button02 p {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

.more-button p a,
.more-button02 p a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0 23px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #999;
  border-radius: 40px;
  cursor: pointer;
}

.more-button p a:hover,
.more-button02 p a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.article .nhk-snsbtn,
.feature .nhk-snsbtn,
.statement .nhk-snsbtn {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.article--common main {
  padding-top: 50px;
}

/* feature index */

h2.article--common-title {
  width: 100%;
  margin-bottom: 50px;
  padding: 18px 0;
  text-align: center;
  color: #000;
  background: #ccc;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-weight: bold;
}

h2.article--common-title.feature {
  color: #fff;
  background: #f21227;
}

h2.article--common-title.statement {
  color: #f21227;
  background: #ff0;
}

h2.article--common-title.lastweek {
  color: #fff;
  background: #003f97;
}

.article--common-list {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article--common-list figure {
  height: 146px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.article--common-list li {
  width: 260px;
  margin-bottom: 20px;
  margin-right: 19px;
  background: url(/politics/img/feature_list_bg.jpg);
}

.article--common-list li:nth-child(4n) {
  margin-right: 0;
}

.article--common-list li a .box {
  /* padding: 30px; */
  padding: 25px;
  font-size: 14px;
  line-height: 1.42857142857;
}

.article--common-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.article--common-list li a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.article--common-list li a .body-img img {
  width: 100%;
  height: auto;
}

.article--common-list li a .body_img img {
  width: 100%;
  height: auto;
}

.article--common-list li .box .article--common-date {
  margin-bottom: 21px;
  line-height: 1;
  font-size: 13px;
  /* add */
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}

.article--common-list li .box .i-cat {
  display: inline-block;
  background: #ccc;
  text-align: center;
  padding: 6px;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-weight: bold;
}

.article--common-list li .box .i-cat.feature {
  background: #fc0d1b;
  color: #fff;
}

.article--common-list li .box .i-cat.statement {
  background: #ffff00;
  color: #fc0d1b;
}

.article--common-list li .box .i-cat.lastweek {
  background: #003f97;
  color: #fff;
}

.article--common-list li .box h3.article--common-title {
  margin-bottom: 28px;
  color: #003f97;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
}

.article--common-list li .box .body_text {
  letter-spacing: 0.5px;
}

.feature-wrapper {
  margin-bottom: 20px;
}

.article--main-title-tags {
  margin-bottom: 35px;
  padding: 20px 0 20px;
  text-align: center;
  color: #003f97;
  border: 2px solid #003f97;
  border-radius: 35px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
}

/* meal */

.meal--title {
  width: 1152px;
  margin: 20px auto 25px;
}

.meal--title img {
  width: 100%;
}

.meal--list-box {
  margin-bottom: 60px;
}

.meal--list {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meal--list li {
  width: 260px;
  margin-right: 19px;
  margin-bottom: 20px;
  background: url(/politics/img/meal_bg_item.jpg);
}

.meal--list li:nth-child(4n) {
  margin-right: 0;
}

.meal--list li img {
  width: 100%;
  height: auto;
}

.meal--text-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.meal--list li a {
  text-decoration: none;
  color: #000;
}

.meal--list li p {
  font-size: 14px;
}

.meal--list li.meal--ico-new figure {
  position: relative;
}

.meal--list li.meal--ico-new figure::after {
  position: absolute;
  right: 14px;
  bottom: -27px;
  display: block;
  width: 54px;
  height: 54px;
  content: ' ';
  border-radius: 50%;
  background: url(/politics/img/meal_ico_new.png) no-repeat;
}

.meal--list li p.meal--date,
.meal--list li p.meal--groupe {
  margin-bottom: 12px;
}

.meal--list li p.meal--groupe {
  font-size: 12px;
}

.meal--list li .meal--name {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  line-height: 1.8;
}

.meal--list li p:last-child {
  line-height: 1.42857142857;
}

.meal--list li a:hover {
  display: block;
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* mead detail */
.meal--list-body #wrapper {
  overflow: hidden;
}

.meal--detail-title-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 55px;
  padding: 35px 30px 30px 30px;
  border-left: 10px solid #f90;
  background: url(/politics/img/meal_detail_bg01.jpg);
  font-family: "ゴシックMB101 B";
}

.meal--detail .content--detail-header .content--thumb {
  margin-bottom: 0;
}

.meal--detail .content--detail-header .content--thumb img {
  border: none;
}

.meal--detail .content--thumb img {
  width: 100%;
}

.meal--datail-groupe {
  margin-bottom: 15px;
  font-size: 18px;
}

h2.meal--detail-title {
  font-size: 30px;
  line-height: 1.4;
}

.meal--detail-date {
  text-align: right;
  font-size: 20px;
  font-family: "ゴシックMB101 M";
}

.meal--detail .content--detail-body h3 {
  color: #f90;
}

.meal--detail .module_aside--latest .module_aside--content ul li img {
  border: 2px solid #f90;
}

.meal--detail-list-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding-left: 10px;
}

.meal--detail-side-list .meal--detail-list-box p:first-child {
  margin-bottom: 8px;
  color: #000;
  font-size: 12px;
}

.meal--detail-side-list .meal--detail-list-box p:nth-child(2) {
  margin-bottom: 8px;
  color: #000;
  font-size: 10px;
}

.meal--detail-side-list .meal--detail-list-box h4 {
  margin-bottom: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
}

.meal--detail-side-list .meal--detail-list-box p:last-child {
  font-size: 13px;
  line-height: 1.5;
}

/* .meal--detail .module_aside .module_aside--content ul.meal--detail-side-list li a:hover p, .meal--detail .module_aside .module_aside--content ul.meal--detail-side-list li a:hover h4 {
  text-decoration: underline;
} */
.meal--detail .nhk-snsbtn {
  margin-bottom: 80px;
}

.meal--detail .nhksns-guide {
  display: none !important;
}

.module_aside .module_aside--content ul li a:hover img {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* nehorin */

.nehorin #wrapper {
  background: url(/politics/img/nehorin_bg.jpg);
  background-size: cover;
}

.nehorin--title-box {
  height: 400px;
  margin-top: 30px;
  background: url(/politics/img/nehorin_bg_title.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.nehorin--title-box .nehorin--title {
  padding-top: 45px;
  margin-bottom: 18px;
}

.nehorin--title-box .nehorin--title-sub {
  width: 352px;
  height: 70px;
  border-radius: 35px;
  background: #fffd38;
  padding-top: 16px;
  display: inline-block;
}

.nehorin--character-img {
  margin-bottom: 11px;
}

.nehorin--character-name {
  width: 116px;
  padding: 9px 0;
  text-align: center;
  border-radius: 17.5px;
  background: #a87c4d;
}

.nehorin--character-l {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 544px;
}

.nehorin--fukidashi-box {
  position: relative;
  height: 300px;
  margin-bottom: 60px;
  margin-top: -20px;
}

.nehorin--character-l .nehorin--fukidashi01 {
  position: relative;
  box-sizing: border-box;
  width: 400px;
  padding: 30px 40px 30px 30px;
  letter-spacing: .005em;
  border: 3px solid #000;
  border-radius: 10px;
  background: #fffd38;
  font-family: "ゴシックMB101 M";
  font-size: 22px;
  line-height: 1.5;
}

.nehorin--character-r .nehorin--fukidashi02 {
  position: relative;
  box-sizing: border-box;
  width: 425px;
  height: 196px;
  margin-top: 50px;
  padding: 30px 40px 30px 30px;
  letter-spacing: .005em;
  border: 3px solid #000;
  border-radius: 10px;
  background: #fff;
  font-family: "ゴシックMB101 M";
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 0;
}

.nehorin--character-r .nehorin--fukidashi02 iframe {
  width: 349px;
  height: 183px;
  height: 210px;
  overflow: hidden;
}

.nehorin--character-l .nehorin--fukidashi01::after {
  position: absolute;
  top: 75px;
  left: -20px;
  width: 21px;
  height: 15px;
  content: " ";
  background: url(/politics/img/nehorin_fukidashi01.png);
  -webkit-background-size: cover;
  background-size: cover;
}

.nehorin--character-r .nehorin--fukidashi02::after {
  position: absolute;
  top: 75px;
  right: -19px;
  width: 21px;
  height: 15px;
  content: " ";
  background: url(/politics/img/nehorin_fukidashi02.png);
  -webkit-background-size: cover;
  background-size: cover;
}

.nehorin--character-l .nehorin--caracter-box,
.nehorin--characterr .nehorin--character-fukidashi-box {
  float: left;
}

.nehorin--character-r .nehorin--caracter-box,
.nehorin--character-l .nehorin--character-fukidashi-box {
  float: right;
}

.nehorin--character-l .nehorin--fukidashi01 span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px;
  color: #fff;
  background: #0087d1;
  font-family: "ゴシックMB101 H";
}

.nehorin--character-r .nehorin--fukidashi02 span,
.nehorin--form span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  color: #fff;
  background: #0087d1;
  font-family: "ゴシックMB101 H";
}

.nehorin--form {
  letter-spacing: .05em;
  font-family: "ゴシックMB101 M";
  font-size: 22px;
  line-height: 1.5;
}

.nehorin--form .nehorin--character-lead {
  margin-bottom: 25px;
}

.nehorin--character-r .form-open.nehorin--fukidashi02 {
  padding-top: 50px;
}

.nehorin--character-r {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -20px;
  width: 595px;
}

.nehorin--iframe-button {
  width: 260px;
  height: 53px;
  margin: 0 auto;
  text-align: center;
  font-family: "ゴシックMB101 M";
  font-size: 20px;
  line-height: 47px;
}

.nehorin--iframe-button a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  border: 3px solid #000;
  border-radius: 40px;
  background: #0087d1;
}

.nehorin--iframe-button a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--character-fukidashi-box .pc-none {
  position: relative;
}

.nehorin--character-lead {
  margin-bottom: 25px;
}

.form-open .nehorin--character-fukidashi-lead {
  display: none;
}

.nehorin--character-search-form input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 10px;
  border: 2px solid #ccc;
  background: #eee;
  -webkit-appearance: none;
  font-size: 22px;
}

.nehorin--character-search-form input[type="submit"],
.nehorin--character-search-form a {
  display: block;
  width: 165px;
  height: 53px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 3px solid #000;
  border-radius: 40px;
  background: #0087d1;
  font-family: "ゴシックMB101 M";
  font-size: 20px;
  line-height: 47px;
  text-decoration: none;
}

.nehorin--character-search-form input[type="text"],
.nehorin--character-search-form input[type="submit"]:focus {
  outline: none;
}

.nehorin--character-search-form input[type="submit"]:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--form-done {
  font-size: 22px;
  text-align: center;
  font-family: "ゴシックMB101 M";
  margin-top: 0;
  margin-bottom: 25px;
}

.nehorin--commentary-wrapper {
  position: relative;
}

.nehorin--commentary {
  overflow: hidden;
  margin-bottom: 60px;
  border: 5px solid #000;
  border-radius: 20px;
}

.nehorin--commentary .nehorin--commentary-head .subtitle {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  width: 248px;
  height: 60px;
  margin-left: -124px;
  padding-top: 15px;
  text-align: center;
  border: 5px solid #000;
  border-radius: 40px;
  background: #fffd38;
}

.nehorin--commentary .nehorin--commentary-head .subtitle img {
  width: 161px;
}

.nehorin--commentary-head .title {
  padding: 48px 160px 0;
  padding-bottom: 34px;
  text-align: center;
  font-family: "ゴシックMB101 U";
  font-size: 36px;
}

.nehorin--commentary-head .title span.nehorin-highlight {
  background: #fffd38;
  margin: 0 1vw;
  line-height: 1.3;
  /*display: inline-block;*/
}

.nehorin--commentary-head-box {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #000;
  background: #fff;
}

.nehorin--commentary-head-img01 {
  position: absolute;
  top: 10px;
  left: 50px;
}

.nehorin--commentary-head-img02 {
  position: absolute;
  top: 10px;
  right: 50px;
}

.nehorin--commentary-main {
  background: url(/politics/img/nehorin_bg_main.jpg);
}

.nehorin--commentary--main-name {
  width: 136px;
  height: 35px;
  padding-top: 9px;
  text-align: center;
  border-radius: 17.5px;
  background: #0087d1;
}

.nehorin--commentary-main {
  padding-top: 50px;
}

.nehorin--commentary-main-inner {
  width: 800px;
  margin: 0 auto;
}

.nehorin--character-box {
  float: left;
  width: 136px;
  text-align: center;
  padding-top: 20px;
}

.nehorin--commentary--main-img {
  margin-bottom: 20px;
}

.nehorin--commentary-dl {
  position: relative;
  float: right;
  width: 600px;
  /*height: 316px;*/
  max-height: 600px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}

.nehorin--commentary-dl dt {
  margin-bottom: 40px;
  font-family: "ゴシックMB101 H";
  font-size: 18px;
  font-feature-settings: normal;
  overflow: hidden;
}

.nehorin--commentary-dl::after {
  position: absolute;
  top: 50px;
  left: -20px;
  display: block;
  width: 33px;
  height: 24px;
  content: " ";
  background: url(/politics/img/nehorin_fukidashi03.png);
}

.nehorin--commentary-dl dt .nehorin-underline {
  font-family: "ゴシックMB101 B";
  font-size: 34px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.nehorin--commentary-dl dt .nehorin-underline::before {
  position: absolute;
  content: " ";
  width: 2000%;
  height: 10px;
  bottom: 34px;
  display: block;
  background: #ffff02;
  z-index: -1;
  margin-top: -10px;
}

.nehorin--commentary-dl dt .nehorin-underline::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 10px;
  bottom: 0;
  display: block;
  background: #ffff02;
  z-index: -3;
}

.nehorin--commentary-dl dt .nehorin-underline--endword {
  font-size: 18px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: -2;
}

.nehorin--commentary-dl dt .nehorin-underline--endword:after {
  content: "";
  width: 2000%;
  height: 100px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -4;
}

.nehorin--commentary-dl .nehorin--commentary-dl-text {
  margin-bottom: 28px;
  font-family: "ゴシックMB101 M";
  font-size: 18px;
  line-height: 1.8888888888;
  overflow-y: auto;
  max-height: 360px;
  padding-right: 15px;
}

.nehorin--commentary-dl-link {
  margin-bottom: 16px;
}

.nehorin--commentary-dl-link a {
  position: relative;
  padding-left: 1.5em;
  color: #2490d4;
  font-size: 16px;
  font-family: "ゴシックMB101 M";
  cursor: pointer;
}

.nehorin--commentary-dl-link a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "＞";
}

.feature.nehorin .nhk-snsbtn {
  margin: 0;
  padding: 22px 0 46px;
  text-align: right;
}

.feature.nehorin .share--nehori .nhk-snsbtn {
  text-align: left;
  padding: 0px 0 78px;
}

.feature.nehorin .nhk-snsbtn li {
  margin: 0 0 0 0;
}

.feature.nehorin .nhk-snsbtn li:first-child {
  margin: 0 20px 0 0;
}

.nehorin--words h3 {
  margin-bottom: 40px;
  padding: 20px 32px 15px;
  border: 5px solid #0087d1;
  border-radius: 40px;
  background: #fff;
}

.nehorin--word-wrap .nehorin--word-button {
  border-top: 1px solid #0087d1;
  border-right: 1px solid #0087d1;
  width: 1099.4px;
}

.nehorin--word-wrap .nehorin--word-button>li {
  float: left;
  box-sizing: border-box;
  width: 64.6px;
  height: 65px;
  text-align: center;
  border-left: 1px solid #0087d1;
  border-bottom: 1px solid #0087d1;
  background: #fff;
}

.nehorin--word-wrap .nehorin--word-button>li>a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  color: #0087d1;
  font-family: "ゴシックMB101 M";
  font-size: 28px;
}

.nehorin--word-wrap .nehorin--word-button li a.is_exist {
  background: #f5f8f9;
  color: #0087d1;
}

.nehorin--word-wrap .nehorin--word-button>li>a:hover {
  cursor: auto;
}

.nehorin--word-wrap .nehorin--word-button li a.is_exist:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--word-wrap .nehorin--word-button li a:hover,
.nehorin--word-wrap .nehorin--word-button li a.is_active {
  text-decoration: none;
}

.nehorin--word-wrap .nehorin--word-button li a.is_active {
  color: #fff;
  background: #0087d1;
}

.nehorin--word-wrap .nehorin--word-button li.modals {
  width: 100%;
  float: none;
  clear: left;
  float: left;
  box-sizing: border-box;
  height: auto;
  text-align: left;
  background: none;
  border: none;
}

.nehorin--word-result {
  display: none;
  width: 1099px;
  padding: 20px 20px 0;
  background: #0087d1;
}

.nehorin--word-result.is_show {
  display: block;
}

.nehorin--word-result li {
  display: table;
  float: left;
  width: 195px;
  height: 65px;
  margin-right: 21px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}

.nehorin--word-result li a {
  display: block;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  background: #fff;
  font-family: "ゴシックMB101 M";
  font-size: 14px;
  line-height: 1.57142857143;
}

.nehorin--word-result li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  cursor: pointer;
}

.nehorin--word-result li:nth-child(5n) {
  margin-right: 0;
}

.nehorin--word-inner {
  margin-bottom: 78px;
}

.nehorin--word-other {
  margin-bottom: 10px;
}

.nehorin--word-other li {
  display: table;
  float: left;
  width: 205px;
  height: 65px;
  margin-right: 18px;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  font-family: "ゴシックMB101 M";
  font-size: 14px;
  cursor: pointer;
}

.nehorin--word-other li:nth-child(5n) {
  margin-right: 0;
}

.nehorin--word-other li a {
  display: block;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  border: 1px solid #0087d1;
  border-radius: 10px;
  background: #fff;
  line-height: 1.57142857143;
}

.nehorin--word-other li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--word-other-button {
  width: 650px;
  height: 58px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 14px;
}

.nehorin--word-other-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  text-decoration: none;
  color: #000;
  border: 1px solid #999;
  border-radius: 34px;
  background: #fff;
  font-family: "ゴシックMB101 M";
}

.nehorin--word-other-button a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--word-other.readmore-area {
  display: none;
}

/* nehorin modal */

.nehorin--modal {
  max-width: 1100px;
  width: 100%;
  margin: 0;
  position: fixed;
  display: none;
  z-index: 5;
  border: 5px solid #000;
  border-radius: 20px;
  background: url(/politics/img/nehorin_bg_main.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nehorin #modal-overlay {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(230, 222, 218, 0.95);
}

.nehorin--modal-box-wrapper {
  position: relative;
  padding: 50px 4.5%;
}

.nehorin--modal-box {
  width: 85%;
  margin: 0 auto;
}

.nehorin--modal-box-l {
  width: 17%;
  float: left;
  padding-top: 20px;
}

.nehorin--modal-box-r {
  width: 75%;
  float: right;
  padding-right: 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nehorin--modal-img,
.nehorin--modal-figure {
  text-align: center;
  margin-bottom: 20px;
}

.nehorin--modal-img img {
  width: 66.4%;
}

.nehorin--modal-figure img {
  max-height: 80%;
  max-width: 90%;
  width: auto;
  margin-top: 5%;
  height: auto;
}

.nehorin--modal-name {
  width: 100%;
  height: 35px;
  padding-top: 9px;
  text-align: center;
  border-radius: 17.5px;
  background: #0087d1;
}

.nehorin--modal-fukidashi {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  font-family: "ゴシックMB101 M";
  position: relative;
}

.nehorin--modal-fukidashi::after {
  position: absolute;
  top: 50px;
  left: -20px;
  display: block;
  width: 33px;
  height: 24px;
  content: " ";
  background: url(/politics/img/nehorin_fukidashi03.png);
}

.nehorin--modal-lead {
  font-size: 18px;
  line-height: 1.88888888889;
  margin-bottom: 25px;
  max-height: 140px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: justify;
  padding-right: 15px;
}

.nehorin--modal-title {
  position: relative;
  z-index: 1;
  font-family: "ゴシックMB101 M";
}

.nehorin--modal-title span {
  font-size: 34px;
  position: relative;
}

.nehorin--modal-title span::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 37.5%;
  bottom: -0.15em;
  display: block;
  background: #ffff02;
  z-index: -1;
}

.nehorin--button-link {
  cursor: pointer;
}

.nehorin--modal-title {
  font-size: 18px;
  margin-bottom: 35px;
}

.nehorin--modal-link a {
  font-size: 16px;
  color: #0087d1;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}

.nehorin--modal-link a:hover,
.nehorin--commentary-dl-link a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.nehorin--modal-link a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "＞";
}

.nehorin--button-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.nehorin--button-close a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* actions */
a.bb-custom-icon:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module--actions-menu ul li {
  background: #fff;
}

.module--actions-menu ul li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.content--actions-title .content--date .i-calendar:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* search */
.content--search-body dl dd a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.content--actions-body dl dd a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  text-decoration: none;
}

.content--actions-body em {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

/* about */
@media screen and (min-width: 768px) and (max-width: 1159px) {
  body.about #wrapper {
    min-height: calc(100vh - 142px);
  }
}

@media screen and (min-width: 1160px) {
  body.about #wrapper {
    min-height: calc(100vh - 81px);
  }
}

body.about #header {
  margin-bottom: 110px;
}

.about-content {
  overflow: hidden;
}

.about-content .about-box {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 70px;
}

.about-content .about-title {
  font-family: 'Gothic MB101 Bold';
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #003f97;
  margin-bottom: 90px;
}

.about-content .about-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0.05em;
  text-align: justify;
}

.about-content .about-sns {
  margin-bottom: 80px;
}

.about-content .about-sns .nhksns-guide {
  display: none !important;
}

@media screen and (max-width: 767px) {

  /* common */
  body {
    min-width: 320px;
  }

  .container {
    width: 100%;
    padding: 0 30px;
  }

  #common--header {
    padding: 15px 0;
  }

  #common--header .logo img {
    width: 75%;
    max-width: 230px;
    height: auto;
  }

  .browser #common--header .logo img {
    width: 195px;
    height: 43px;
  }

  #common--header .common--header-spdate {
    display: block;
    margin-bottom: 14px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #common--nav span {
    width: 30px;
    height: 1px;
    margin-bottom: 7.5px;
  }

  #common--nav span:last-child {
    margin-bottom: 0;
  }

  .nav-content {
    width: 100%;
    padding: 7vw 0 20vw;
  }

  .nav-content a {
    width: 80%;
    margin: 0 auto;
    padding: 13px 16px;
    padding: 4vw 5vw;
    font-size: 13.77px;
    font-size: 1.377rem;
    font-size: calc(32/750*100vw);
  }

  #breadcrumb {
    padding: 0;
    position: relative;
  }

  #breadcrumb:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f0f0f0));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f0f0);
  }

  #breadcrumb .container {
    padding: 0;
  }

  #breadcrumb ul {
    overflow: auto;
    padding: 15px 30px;
    white-space: nowrap;
  }

  #breadcrumb ul li {
    font-size: 13px;
  }

  .nhk-snsbtn {
    text-align: center;
  }

  .more-button,
  .more-button02 {
    margin-bottom: 40px;
    text-align: center;
  }

  .more-button02 {
    margin: 40px 0;
  }

  .more-button p,
  .more-button02 p {
    display: inline-block;
    width: auto;
  }

  .more-button p a,
  .more-button02 p a {
    padding: 14px 25px;
    font-size: 12px;
  }

  .pagetop {
    right: 10px;
    bottom: 10px;
  }

  .pagetop.scroll-stop {
    right: 10px;
    bottom: 10px;
  }

  /* article index */
  .article--main-list .article-main-box {
    width: 65.8%;
    padding-left: 18px;
    text-align: justify;
    font-size: 13px;
  }

  .article-main,
  .feature-main {
    margin: 30px 0 40px;
  }

  .article--main-list .body_img {
    width: 34.2%;
    height: auto;
  }

  .article-main-title {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.61538461538;
  }

  .article-main-date {
    position: relative;
    top: -3px;
    margin-bottom: 7px;
    text-align: left;
  }

  .article--main-list li {
    padding: 25px 0;
  }

  .tags .article--main-list li:first-child {
    padding-top: 25px;
  }

  .article .nhk-snsbtn,
  .feature .nhk-snsbtn,
  .statement .nhk-snsbtn {
    padding-bottom: 25px;
  }

  .article-main-icon {
    font-size: 11px;
  }

  /* statement */
  .article--common main {
    padding-top: 30px;
  }

  h2.article--common-title {
    margin-bottom: 30px;
    padding: 12.5px 0;
    font-size: 19px;
  }

  .article--common-list {
    display: block;
  }

  .article--common-list figure {
    height: auto;
    overflow: auto;
  }

  .article--common-list li {
    width: 100%;
    max-width: 315px;
    margin: 0 auto 25px;
  }

  .article--common-list li:nth-child(4n) {
    margin-right: auto;
  }

  .article--common-list li a .box {
    padding: 25px;
  }

  .article--common-list li a .box br {
    display: none;
  }

  .article--common-list li .box .article--common-date {
    margin-bottom: 15px;
  }

  .article--common-list li .box h3.article--common-title {
    margin-bottom: 20px;
  }

  /* tags */
  .article--main-title-tags {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 9px 0;
    border: 1px solid #003f97;
    font-size: 15px;
  }

  /*meal */
  .meal--title {
    display: none;
  }

  .meal--mv-box-sp {
    position: relative;
    margin-bottom: 30px;
  }

  .meal--title-img-sp {
    position: absolute;
    top: -5%;
    right: 0;
    width: 42%;
    max-width: 314px;
  }

  .meal--title-img-sp img {
    width: 100%;
  }

  .meal--title-sp img {
    width: 100%;
  }

  .meal--list {
    display: block;
  }

  .meal--list li {
    width: 100%;
    max-width: 315px;
    margin: 0 auto 25px;
  }

  .meal--list li:nth-child(4n) {
    margin-right: auto;
  }

  .meal--list li.meal--ico-new figure::after {
    bottom: -20px;
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .meal--text-box {
    padding: 25px;
  }

  .meal--list li .meal--name {
    margin-bottom: 15px;
  }

  .meal--list li p {
    font-size: 13px;
  }

  .meal--list li p:last-child {
    line-height: 2;
    margin-bottom: -8px;
  }

  .meal--list li p.meal--groupe {
    font-size: 11px;
  }

  .meal--list-box {
    margin-bottom: 40px;
  }

  /* meal detail */
  .meal--detail-date {
    display: none;
  }

  .meal--detail-date-sp {
    margin-bottom: 20px;
    font-size: 10px;
  }

  h2.meal--detail-title {
    font-size: 17px;
  }

  .meal--datail-groupe {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .meal--detail-title-box {
    margin-bottom: 25px;
    padding: 20px 18px;
  }

  .meal--detail .module_aside .module_aside--content ul.meal--detail-side-list li {
    position: relative;
  }

  .meal--detail .module_aside .module_aside--content ul.meal--detail-side-list li img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .meal--detail-side-list .meal--detail-list-box {
    width: 100%;
    padding-left: 100px;
  }

  .sp-none {
    display: none;
  }

  .meal--detail .nhk-snsbtn {
    margin-bottom: 50px;
  }

  /* nehorin */
  .container.nehorin--title-container {
    width: 100%;
    padding: 0;
  }

  .nehorin--title-box {
    height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    background: url(/politics/img/nehorin_bg_title_sp.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .nehorin--title-box .nehorin--title {
    width: 84%;
    margin: 0 auto;
    padding-top: 6.5%;
  }

  .nehorin--title-box img {
    width: 100%;
  }

  .nehorin--title-box .nehorin--title-sub {
    width: 37.333333333%;
    height: auto;
    margin-top: 4%;
    margin-bottom: 33%;
    padding: 1.6% 0;
    text-align: center;
  }

  .nehorin--fukidashi-box {
    height: auto;
    margin-top: 0;
  }

  .nehorin--title-box .nehorin--title-sub img {
    width: 76.785714285%;
  }

  .nehorin--character-l,
  .nehorin--character-r {
    position: inherit;
    width: 100%;
  }

  .nehorin--character-l .nehorin--caracter-box {
    width: 22.222222222%;
  }

  .nehorin--character-l .nehorin--character-fukidashi-box {
    width: 77.777777777%;
    margin-top: 13px;
  }

  .nehorin--character-l .nehorin--fukidashi01,
  .nehorin--character-r .nehorin--fukidashi02 {
    box-sizing: border-box;
    width: 98%;
    padding: 17.92px 9.813px 17.92px 16.213px;
    padding: calc(42/750*100vw) calc(23/750*100vw) calc(42/750*100vw) calc(38/750*100vw);
    border: 2px solid #000;
    font-size: 13px;
    font-size: calc(26/750*100vw);
    line-height: 1.6;
  }

  .nehorin--character-l .nehorin--fukidashi01 {
    margin-right: 0;
    margin-left: 4px;
  }

  .nehorin--character-l .nehorin--fukidashi01::after {
    top: 39px;
    left: -10px;
    width: 10px;
    height: 8.5px;
  }

  .nehorin--character-img {
    margin-bottom: 6px;
    text-align: center;
  }

  .nehorin--character-img img {
    width: 75%;
  }

  .nehorin--character-name {
    width: 100%;
    padding: 5px 0 5px;
  }

  .nehorin--character-name img {
    width: 65%;
  }

  .nehorin--character-r .nehorin--fukidashi02 {
    float: left;
    width: 75%;
    height: auto;
    margin: 0;
    padding: 12.8px;
    padding: calc(30/750*100vw);
    letter-spacing: 0;
  }

  .nehorin--character-l .nehorin--fukidashi01 span,
  .nehorin--character-r .nehorin--fukidashi02 span {
    margin-right: 0;
    padding: 0 3px;
  }

  .nehorin--character-r .nehorin--fukidashi02::after {
    top: 50%;
    right: -10px;
    width: 11px;
    height: 8.5px;
  }

  .nehorin--character-r .nehorin--caracter-box {
    width: 22.222222222%;
  }

  .nehorin--character-r {
    right: 0;
  }

  .nehorin--character-lead {
    margin-bottom: 0;
  }

  .nehorin--character-lead a {
    text-decoration: underline;
    color: #339ddd;
  }

  .nehorin--character-r .nehorin--character-img img {
    width: 107.17%;
    margin-right: -6px;
  }

  .nehorin--character-l {
    margin-bottom: 25px;
  }

  .nehorin--commentary .nehorin--commentary-head .subtitle {
    top: -10.6667px;
    top: calc(-25/750*100vw);
    width: 105.812px;
    width: calc(248/750*100vw);
    height: auto;
    margin-left: -52.9067px;
    margin-left: calc(-124/750*100vw);
    vertical-align: middle;
    padding: 0;
    border: 2.125px solid #000;
    border: calc(5/750*100vw) solid #000;
  }

  .nehorin--commentary .nehorin--commentary-head .subtitle p {
    height: 100%;
    padding: 5.12px 0 2.56px;
    padding: calc(12/750*100vw) 0 calc(10/750*100vw);
  }

  .nehorin--commentary .nehorin--commentary-head .subtitle p img {
    width: 68.688px;
    width: calc(161/750*100vw);
  }

  .nehorin--commentary-head-img01 {
    top: auto;
    bottom: -17.0667px;
    bottom: calc(-40/750*100vw);
    left: 1.5%;
    width: 17.5%;
  }

  .nehorin--commentary-head-img02 {
    top: auto;
    bottom: -17.0667px;
    bottom: calc(-40/750*100vw);
    right: 1.5%;
    width: 19%;
  }

  .nehorin--commentary-head-img01 img,
  .nehorin--commentary-head-img02 img {
    width: 100%;
  }

  .nehorin--commentary-head-box {
    height: 183px;
    height: calc(220/750*100vw);
    display: table;
    width: 100%;
    border-bottom: 2.125px solid #000;
    border-bottom: calc(5/750*100vw) solid #000;
    border-radius: 10px 10px 0 0;
  }

  .nehorin--commentary-head .title {
    padding: 0 51.2px;
    padding: 0 16vw;
    vertical-align: middle;
    font-size: 12.8px;
    font-size: calc(30/750*100vw);
    line-height: 1.4;
    font-family: "ゴシックMB101 U";
    display: table-cell;
  }

  .nehorin--commentary-head .title span.nehorin-this-time {
    font-family: "ゴシックMB101 M";
  }

  .nehorin--commentary-head .title span.nehorin-highlight {
    font-size: calc(36/750*100vw);
  }

  .nehorin--commentary-main-inner {
    width: 100%;
  }

  .nehorin--commentary {
    margin-bottom: 40px;
    border-radius: 10px 10px 10px 10px;
    border: 2.125px solid #000;
    border: calc(5/750*100vw) solid #000;
    overflow: inherit;
  }

  .nehorin--character-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 24.5%;
  }

  .nehorin--commentary-dl {
    width: 100%;
    height: auto;
  }

  .nehorin--commentary--main-img img {
    position: absolute;
    top: 0;
    left: 27.52688172%;
    left: calc(165/750*100vw);
    width: 27.777777%;
  }

  .nehorin--commentary-main {
    padding-top: 3px;
    border-radius: 0 0 10px 10px;
  }

  .nehorin--commentary--main-name {
    position: absolute;
    top: 35.408075%;
    right: 6.673%;
    width: 28.36%;
    height: 29.95%;
    padding: 1.95% 0;
    top: calc(52/750*100vw);
    right: calc(40/750*100vw);
    width: calc(170/750*100vw);
    height: calc(44/750*100vw);
    padding: calc(10/750*100vw) 0;
    vertical-align: bottom;
  }

  .nehorin--commentary--main-name img {
    width: 64%;
    height: auto;
  }

  .nehorin--commentary-dl::after {
    position: absolute;
    top: -11px;
    right: 33.3333%;
    left: auto;
    width: 12px;
    height: 11px;
    background: url(/politics/img/nehorin_fukidashi03_sp.png);
  }

  .nehorin--commentary-dl dt {
    margin-bottom: 25px;
  }

  .nehorin--commentary-dl {
    position: relative;
    margin-bottom: 10.667px;
    margin-bottom: calc(25/750*100vw);
    padding: 25.6px 17.0667px;
    padding: calc(60/750*100vw) calc(40/750*100vw);
    border-radius: 0;
  }

  .nehorin--commentary-dl dt,
  .nehorin--commentary-dl .nehorin--commentary-dl-text {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
    margin-bottom: 24.7467px;
    margin-bottom: calc(58/750*100vw);
    text-align: justify;
  }

  .nehorin--commentary-dl dt .nehorin-underline {
    font-size: 17.0337px;
    font-size: calc(40/750*100vw);
  }

  .nehorin--commentary-dl dt .nehorin-underline::before {
    height: 6.391px;
    height: 2vw;
    bottom: 17.6px;
    bottom: 5.5vw;
    margin-top: 0;
  }

  .nehorin--commentary-dl dt .nehorin-underline::after {
    height: 6.39062px;
    height: 2vw;
  }

  .nehorin--commentary-dl dt .nehorin-underline--endword {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
  }

  .nehorin--commentary-dl dt .nehorin-underline--endword:after {
    top: -6.4px;
    top: -2vw;
  }

  .nehorin--commentary-dl-link a {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
  }

  .feature.nehorin .nhk-snsbtn {
    margin-bottom: 0;
    padding-bottom: 13.653px;
    padding-bottom: calc(32/750*100vw);
    text-align: center;
    padding-top: 0;
  }

  .feature.nehorin .nhk-snsbtn li:first-child {
    margin-right: 15px;
  }

  .feature.nehorin .share--nehori .nhk-snsbtn {
    text-align: center;
    padding: 0px 0 25px;
  }

  .nehorin--words h3 {
    margin-bottom: 25px;
    padding: 11.520px 0 9.813px;
    padding: calc(27/750*100vw) 0 calc(23/750*100vw);
    text-align: center;
    border: 2.125px solid #0087d1;
    border: calc(5/750*100vw) solid #0087d1;
    border-radius: 30px;
    border-radius: calc(60/750*100vw);
  }

  .nehorin--words h3 img {
    width: 139.938px;
    width: calc(328/750*100vw);
  }

  .nehorin--word-other li {
    float: none;
    width: 100%;
    height: 29px;
    height: calc(70/750*100vw);
    margin-right: 0;
    margin-bottom: 8.533px;
    margin-bottom: calc(20/750*100vw);
    line-height: 1.38461538462;
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
  }

  .nehorin--word-other li:last-child {
    margin-bottom: 0;
  }

  .nehorin--word-other li a {
    border: 1px solid #0087d1;
    border-radius: 5px;
    border-radius: calc(10/750*100vw);
  }

  .nehorin--word-other li a br {
    display: none;
  }

  .nehorin--word-other-button {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .nehorin--word-other.default-area {
    margin-bottom: 10px;
  }

  .nehorin--words.nehorin--search h3 img {
    width: 203.078px;
    width: calc(476/750*100vw);
  }

  .nehorin--word-other-button a {
    height: auto;
    padding: 14px 0 13.5px;
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
  }

  .nehorin--word-wrap {
    width: 100%;
  }

  .nehorin--word-wrap .nehorin--word-button {
    /* display: flex;
    flex-wrap: wrap; */
    width: 100%;
    margin-top: -1px;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
  }

  .nehorin--word-wrap .nehorin--word-button>li {
    float: left;
    width: 20%;
    height: 19.793103448%;
    height: calc(127/750*100vw);
    line-height: 52.7px;
    line-height: calc(127/750*100vw);
    vertical-align: middle;
    font-size: 14px;
    font-size: calc(48/750*100vw);
  }

  .nehorin--word-wrap .nehorin--word-button li:last-child {
    border-right: 1px solid #0087d1;
  }

  .nehorin--word-wrap .nehorin--word-button>li>a {
    display: block;
    padding: 0;
    vertical-align: middle;
    font-size: 20.48px;
    font-size: calc(48/750*100vw);
  }

  .nehorin--word-result {
    width: 100%;
    padding: 15px;
  }

  .nehorin--word-result li {
    width: 100%;
    height: 29px;
    height: calc(70/750*100vw);
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
    margin-right: 0;
    margin-bottom: 10px;
  }

  .nehorin--word-result li a {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
    border-radius: 5px;
    border-radius: calc(10/750*100vw);
  }

  .nehorin--word-result li:last-child {
    margin-bottom: 0;
  }

  .nehorin--word-inner {
    margin-bottom: 40px;
  }

  .nehorin--modal {
    width: 268.797px;
    width: calc(630/750*100vw);
    border-radius: 10px;
    border-radius: calc(20/750*100vw);
    border: 2.5px solid #000;
  }

  .nehorin--modal-fukidashi {
    width: 99.65%;
    padding: 25.6px 17.0667px;
    padding: calc(60/750*100vw) calc(40/750*100vw);
    font-size: 10px;
    font-size: calc(20/750*100vw);
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 auto 14.08px;
    margin: 0 auto calc(33/750*100vw);
  }

  .nehorin--modal-box-wrapper {
    padding: 0;
  }

  .nehorin--modal-box-l {
    width: 100%;
    height: 64px;
    height: calc(150/750*100vw);
    box-sizing: inherit;
    padding-top: 0px;
  }

  .nehorin--modal-name {
    position: absolute;
    top: 22px;
    top: calc(52/750*100vw);
    right: 6.4%;
    right: calc(40/750*100vw);
    width: 27.4947%;
    width: calc(170/750*100vw);
    height: 17.42px;
    height: calc(44/750*100vw);
    padding: 5px 0;
    padding: calc(10/750*100vw) 0;
    vertical-align: bottom;
  }

  .nehorin--modal-name img {
    width: 64%;
    height: auto;
  }

  .nehorin--modal-fukidashi::after {
    position: absolute;
    top: -11px;
    right: 33.3333%;
    left: auto;
    width: 12px;
    height: 11px;
    background: url(/politics/img/nehorin_fukidashi03_sp.png);
  }

  .nehorin--modal-img {
    width: 81.91px;
    width: calc(192/750*100vw);
    margin-left: 27.49556%;
    margin-left: calc(170/750*100vw);
  }

  .nehorin--modal-img img {
    width: 100%;
  }

  .nehorin--modal-title span {
    font-size: 17.0667px;
    font-size: calc(40/750*100vw);
  }

  .nehorin--modal-title {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
    margin-bottom: 26.0267px;
    margin-bottom: calc(61/750*100vw);
  }

  .nehorin--modal-lead {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
    max-height: 125px;
    padding-right: 10px;
  }

  .nehorin--modal-lead::-webkit-scrollbar {
    background: #eee;
    width: 10px;
  }

  .nehorin--modal-lead::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }

  .nehorin--modal-box-r {
    width: 100%;
    padding: 0;
  }

  .nehorin--modal-box {
    padding-top: 2px;
    width: 100%;
    overflow: hidden;
  }

  .nehorin--modal-link a {
    font-size: 11.0933px;
    font-size: calc(26/750*100vw);
  }

  .nehorin--button-close {
    width: 21.3281px;
    width: calc(50/750*100vw);
    height: 21.3281px;
    height: calc(50/750*100vw);
    right: 0;
    top: -36.6933px;
    top: calc(-86/750*100vw);
  }

  .nehorin--button-close img {
    width: 100%;
  }

  .nehorin--character-r .nehorin--fukidashi02 iframe {
    width: 100%;
    height: 92px;
    height: calc(215/750*100vw);
  }

  body.nehorin--iframe-form {
    width: 100%;
    min-width: inherit;
    height: 100%;
    display: table;
    vertical-align: middle;
  }

  .nehorin--character-r .nehorin--fukidashi02 span,
  .nehorin--form span {
    margin-right: 0.2em;
  }

  body.nehorin--iframe-form-sp {
    width: 100%;
    min-width: inherit;
    height: 100%;
    display: table;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .meal--mv-box-sp {
    display: none;
  }

  .meal--detail-date-sp {
    display: none;
  }

  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .article-main-icon {
    margin-left: 2px;
  }

  .nehorin--character-name {
    padding: 5px 0 2px;
  }

  .nehorin--commentary .nehorin--commentary-head .subtitle p {
    padding-bottom: 2.56px;
    padding-bottom: calc(6/750*100vw);
  }
}

@media screen and (max-width: 454px) {
  .nehorin--iframe-form-sp .nehorin--form {
    font-size: 13px;
    font-size: calc(26/390*100vw);
  }

  .nehorin--iframe-form-sp .nehorin--iframe-button {
    font-size: 13px;
    font-size: calc(26/390*100vw);
    width: 100%;
    height: 13.8%;
    height: calc(60/390*100vw);
    line-height: 1;
  }

  .nehorin--iframe-form-sp .nehorin--form .nehorin--character-lead {
    margin-top: calc(10/390*100vw);
    margin-bottom: calc(20/390*100vw);
  }

  .nehorin--iframe-button a {
    border: 1.5px solid #000;
    line-height: 2;
    line-height: calc(55/390*100vw);
  }

  .nehorin--character-search-form {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .note {
    color: #a2a2a2;
    margin-bottom: 3%;
    margin-bottom: calc(10/390*100vw);
    font-size: 18px;
    font-size: calc(18/390*100vw);
  }

  .nehorin--character-search-form input[type="text"] {
    width: 100%;
    height: 31.4%;
    height: calc(65/390*100vw);
    border: 2px solid #ccc;
    border: calc(2/390*100vw) solid #ccc;
    font-size: 10px;
    font-size: calc(22/390*100vw);
    margin-top: 0;
    margin-bottom: 7.69%;
    margin-bottom: calc(30/390*100vw);
    margin-bottom: 2.8%;
    margin-bottom: calc(10/390*100vw);
    font-family: "ゴシックMB101 M";
  }

  .nehorin--iframe-form-sp .nehorin--character-search-form input[type="text"]::-webkit-input-placeholder {
    font-family: "ゴシックMB101 M";
  }

  .nehorin--iframe-form-sp .nehorin--character-search-form input[type="submit"],
  .nehorin--character-search-form a {
    width: 70.922px;
    width: calc(200/390*100vw);
    height: 19.156px;
    height: calc(54/390*100vw);
    line-height: 0;
    line-height: calc(47/390*100vw);
    font-size: 11px;
    font-size: calc(26/390*100vw);
    border: 0.84px solid #000;
    border: calc(2/390*100vw) solid #000;
    margin-bottom: 0;
  }

  .nehorin--character-search-form .back {
    background: none;
    color: #1587d1;
    border: none;
    font-size: 20px;
    font-size: calc(20/390*100vw);
    height: auto;
    width: 100px;
    margin-top: 3%;
    margin-top: calc(10/390*100vw);
  }

  .nehorin--character-search-form .back:hover {
    opacity: .7;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
  }

  .nehorin--character-search-form .back:before {
    content: '＜';
    color: #1587d1;
    margin-right: 5px;
  }

  .nehorin--iframe-form-sp .nehorin--form-done {
    font-size: 11.068px;
    font-size: calc(26/390*100vw);
    margin-top: 5px;
    margin-bottom: 15.231px;
    margin-bottom: calc(36/390*100vw);
  }

  .nehorin--commentary-head-box {
    height: 103px;
    height: calc(220/750*100vw);
  }
}

/* 個別記事 */
body.detail #header {
  margin-bottom: 50px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body.detail #main {
  float: left;
  width: 760px;
}

.content--detail-title .content--date {
  margin-bottom: 30px;
}

.content--detail-title .content--date time {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}

.content--detail-title .content--date .i-cat {
  font-family: "ゴシックMB101 B";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  min-width: 106px;
  display: inline-block;
  float: right;
}

.content--detail-title .content--date .i-cat:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  text-decoration: none;
}

.content--detail-title .content--date .i-cat.statement {
  background: #ffff00;
  color: #fc0d1b;
}

.content--detail-title .content--date .i-cat.lastweek {
  background: #003f97;
  color: #fff;
}

.content--detail-title .content--date .i-cat.feature {
  background: #fc0d1b;
  color: #fff;
}

.content--detail-title .content--title {
  font-family: 'Gothic MB101 Bold';
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 58px;
  line-height: 5.8rem;
  color: #003f97;
  margin-bottom: 30px;
}

.content--detail-title .content--title .emphasis {
  font-size: 80px;
  font-size: 8rem;
}

.content--detail-header .content--thumb {
  margin-bottom: 30px;
}

.content--detail-header .content--thumb img {
  border: 10px solid #003f97;
  width: 100%;
  height: auto;
}

.editor-styles-wrapper p,
.content--detail-body p {
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.1;
  margin-bottom: 40px;
}

/* heading */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.content--detail-body h1,
.content--detail-body h2,
.content--detail-body h3,
.content--detail-body h4,
.content--detail-body h5,
.content--detail-body h6 {
  color: #003f97;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}

.content--detail-body p {
  margin-bottom: 40px;
}

.content--detail-body strong {
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-weight: bold;
}

@font-face {
  font-family: 'Meiryo';
  src: local('メイリオ'), local('Meiryo');
}

@font-face {
  font-family: 'メイリオ';
  src: local('メイリオ'), local('Meiryo');
}

.content--detail-body em {
  font-style: italic;
}

.content--detail-body .alignleft {
  float: left;
  margin: 0 1em 0 0;
}

.content--detail-body .alignright {
  float: right;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 767px) {

  .content--detail-body .alignleft,
  .content--detail-body .alignright {
    margin: 0 !important;
  }
}

.content--detail-body .aligncenter {
  margin: 0 auto;
  display: block;
}

.editor-styles-wrapper figcaption,
.content--detail-body figcaption {
  clear: both;
  text-align: center;
  font-size: 14px;
}

.content--detail-body .captionright {
  text-align: right;
}

.content--detail-body .captioncenter {
  text-align: center;
}

/* wysiwyg上画像の周りにテキストが回り込むのを回避*/
.content--detail-body .alignleft:after,
.content--detail-body .alignright:after {
  content: "";
  display: block;
  clear: both;
}

/* .content--detail-body div, */
/* .content--detail-body p, */
.content--detail-body h1,
.content--detail-body h2,
.content--detail-body h3,
.content--detail-body h4,
.content--detail-body h5,
.content--detail-body h6 {
  clear: both;
  overflow: hidden;
  line-height: 1.2;
}

.content--detail-body div {
  overflow: visible;
}

.content--detail-body figure {
  overflow: hidden;
  margin-bottom: 40px;
}

.content--detail-tags {
  margin-bottom: 40px;
}

.content--detail-body img {
  height: auto;
  max-width: 100%;
}

.content--detail-tags a.tag {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  color: #168ad0;
  display: inline-block;
  margin-right: 10px;
}

.content--detail-tags a.tag:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  text-decoration: none;
}

.content--detail-tags a.tag.tag-single {
  font-size: 2.2rem;
  font-family: sans-serif;
  border-bottom: 2px solid #d0dbe9;
  /* "Hiragino Kaku Gothic Pro", "Hiragino Sans",san */
  /* font-family:-apple-system; */
  font-weight: bold;
}

.content--detail-tags a.tag.tag-single em {
  display: inline-block;
  /* color: #fff; */
  /* padding: 3px 11px; */
  /* border-radius: 10px; */
  /* background: #168ad0; */
  /* margin-right: 10px; */
  /* font-weight: bold; */
}

.content--detail-journalist {
  margin: 0 -5px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content--journalist {
  border: 1px solid #eaeaea;
  /* float: left; */
  width: 375px;
  margin: 0 5px 10px;
  padding: 10px;
}

/* .content--journalist.single {
    float: right;
}
.content--journalist:nth-child(3) {
    clear: both;
} */
.content--journalist img {
  float: left;
  width: 100px;
  height: 100px;
}

.content--journalist dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-left: 120px;
}

.content--journalist .name {
  font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 4px 0;
}

.content--journalist .free-text {
  line-height: 18px;
  line-height: 1.8rem;
}

.content--detail-button {
  text-align: center;
  margin-bottom: 120px;
}

.content--detail-button .button a {
  font-family: "ゴシックMB101 M";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #168ad0;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-decoration: none;
}

.content--detail-button .button a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.ie .content--detail-button .button a:before {
  line-height: 20px !important;
}

.content--detail-button .button a:before {
  content: "\003C";
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  background: #168ad0;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.module--detail-share {
  margin-bottom: 30px;
}

.module--detail-share .nhksns-guide {
  display: none !important;
}

/* 関連記事 */
.module--detail-related {
  margin-bottom: 50px;
}

.module--detail-related .module--header h3 {
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 30px;
}

.module--detail-related .module--content ul li {
  float: left;
  width: 371px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.module--detail-related .module--content ul li:nth-child(even) {
  margin-left: 18px;
}

.module--detail-related .module--content ul li a {
  color: #168ad0;
}

.module--detail-related .module--content ul li img {
  border: 2px solid #003f97;
  display: table-cell;
  vertical-align: middle;
  width: 84px;
  height: 84px;
}

.module--detail-related .module--content ul li p {
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 15px;
  width: 100%;
}

.module--detail-related .module--content ul li a {
  display: table;
}

.module--detail-related .module--content ul li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  text-decoration: none;
}

/* サイドバー */
body.detail #side {
  float: right;
  width: 286px;
}

.module_aside .module_aside--header h3 {
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.module_aside .module_aside--content ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.module_aside .module_aside--content ul li a {
  color: #1589cf;
}

.module_aside .module_aside--content ul li img {
  float: left;
  width: 84px;
  height: 84px;
}

.module_aside--latest {
  margin-bottom: 20px;
}

.module_aside--latest .loading,
.module_aside--popular .loading,
.module_aside--tags .loading {
  min-height: 150px;
  /* loading */
  display: flex;
  justify-content: center;
  align-items: center;
}

.module_aside--tags .module_aside--content .tags-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.module_aside--tags .module_aside--content .tags-list li {
  margin: 0 0 0.5em;
  border: none;
  padding: 0;
}

.module_aside--tags .module_aside--content .tags-list li a {
  font-size: 14px !important;
  color: #fff !important;
  line-height: 1em;
  background: #1589cf;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 14px 8px 14px;
  margin: 2px 2px 2px 18px !important;
  border: none !important;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}

.module_aside--tags .tags-list li a::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #1589cf;
  content: '';
  display: block;
  margin-left: -13px;
  position: absolute;
  top: 0;
  left: 0;
}

.module_aside--tags .tags-list li a::after {
  content: '●';
  font-size: 8px;
  /* color: #47bee2; */
  display: block;
  position: absolute;
  top: 8px;
  left: -2px;
}

.module_aside--latest .module_aside--content ul li img {
  border: 2px solid #003f97;
}

.module_aside--latest .module_aside--content ul li dl {
  margin-left: 94px;
}

.module_aside--latest .module_aside--content ul li a:hover dl {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--latest .module_aside--content ul li a {
  text-decoration: none;
}

.module_aside--latest .module_aside--content ul li a:hover .meal--detail-list-box {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--latest .module_aside--content ul li dl dt {
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  line-height: 1.8rem;
}

.module_aside--latest .module_aside--content ul li dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.module_aside--popular,
.module_aside--tags {
  margin-bottom: 40px;
}

.module_aside--popular .module_aside--content ul li a {
  position: relative;
  display: block;
  padding-left: 40px;
}

.module_aside--popular .module_aside--content ul li a:hover {
  text-decoration: none;
}

.ie .module_aside--popular .module_aside--content ul li a:before {
  line-height: 20px !important;
}

.module_aside--popular .module_aside--content ul li a:before {
  content: "";
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  margin-top: -12px;
  top: 50%;
  left: 0;
}

.module_aside--popular .module_aside--content ul li a:hover:before {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--popular .module_aside--content ul li:nth-child(1) a:before {
  content: "1";
}

.module_aside--popular .module_aside--content ul li:nth-child(2) a:before {
  content: "2";
}

.module_aside--popular .module_aside--content ul li:nth-child(3) a:before {
  content: "3";
}

.module_aside--popular .module_aside--content ul li p {
  margin-left: 95px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.module_aside--popular .module_aside--content ul li a:hover p {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--tags .module_aside--content ul li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--banner {
  margin-bottom: 40px;
}

.module_aside--banner .module_aside--content ul li {
  margin-bottom: 20px;
}

.module_aside--banner .module_aside--content ul li a:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.module_aside--banner .module_aside--content ul li img {
  width: 100%;
  height: auto;
}

.module_aside--banner .module_aside--content ul li img.pc {
  display: inline-block;
}

.module_aside--banner .module_aside--content ul li img.sp {
  display: none;
}

/* 総理、きのう何してた？ */
body.actions {
  background: url(/politics/img/actions_bg01.jpg) repeat;
  min-width: 1250px;
}

body.actions #breadcrumb {
  background: #fff;
}

.module--actions {
  background: url(/politics/img/actions_bg02.png) no-repeat;
  position: relative;
  width: 1224px;
  margin: 0 auto;
  padding: 27px 25px 85px 0;
}

.module--actions-menu {
  position: absolute;
  top: 65px;
  right: -5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
}

.module--actions-menu ul li {
  float: left;
  margin-bottom: 5px;
}

.module--actions-menu ul li .menu-tag {
  font-family: "ゴシックMB101 M";
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 56px;
  height: 138px;
  padding: 20px 10px 0;
}

.module--actions-menu ul li .menu-tag.actions {
  background: url(/politics/img/actions_tag01.jpg) no-repeat;
}

.module--actions-menu ul li .menu-tag.meal {
  background: url(/politics/img/actions_tag02.jpg) no-repeat;
}

.module--actions-menu ul li .menu-tag.search {
  background: url(/politics/img/actions_tag03.jpg) no-repeat;
  padding: 40px 10px 0;
  position: relative;
}

.module--actions-menu ul li .menu-tag.search:after {
  content: "";
  position: absolute;
  background: url(/politics/img/ico_search.png) no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  top: 20px;
  right: 20px;
}

.module--actions-menu ul li .menu-tag .pc {
  display: inline;
}

.module--actions-menu ul li .menu-tag .sp {
  display: none;
}

.module--actions-content {
  background: url(/politics/img/actions_bg03.png) no-repeat;
  height: 100%;
  padding: 35px 0 0;
}

.content--actions-header {
  float: left;
  width: 585px;
  padding: 0 40px 0 35px;
}

.content--actions-title {
  margin-bottom: 25px;
  position: relative;
}

/*
.content--actions-title .content--title {
    float: left;
}
*/
.content--actions-title .content--title p {
  font-family: "ゴシックMB101 M";
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  border-bottom: 3px solid #ff0000;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.content--actions-title .content--title h2 {
  font-family: "Gothic MB101 Bold";
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 44px;
  line-height: 4.4rem;
  color: #ff0000;
}

.content--actions-title .content--date {
  position: absolute;
  top: 0;
  right: 0;
}

.content--actions-title .content--date .i-calendar {
  float: right;
  margin-bottom: 25px;
}

.content--actions-title .content--date .i-calendar img {
  width: 55px;
  height: 55px;
}

.content--actions-title .content--date time {
  clear: both;
  font-family: "Yu Gothic", YuGothic;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 65px;
  line-height: 6.5rem;
  color: #074295;
  position: relative;
  display: block;
}

.content--actions-title .content--date time .year {
  line-height: 22px;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.content--actions-title .content--date time .month {
  font-size: 42px;
  font-size: 4.2rem;
  display: inline-block;
  min-width: 1.2em;
}

.content--actions-title .content--date time .day {
  font-size: 90px;
  font-size: 9rem;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-left: 18px;
}

.content--actions-title .content--date time .day:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 65px;
  top: 0;
  left: 0;
  background: #074295;
}

.content--actions-title .content--date time .dow {
  font-family: "ゴシックMB101 M";
}

.content--actions-header .content--thumb {
  position: relative;
}

.content--actions-header .content--thumb:before,
.content--actions-header .content--thumb:after {
  content: "";
  position: absolute;
  background: url(/politics/img/actions_tape.png) no-repeat;
  width: 115px;
  height: 87px;
}

.content--actions-header .content--thumb:before {
  top: -30px;
  left: -40px;
}

.content--actions-header .content--thumb:after {
  bottom: -40px;
  right: -20px;
}

.content--actions-header .content--thumb img {
  width: 510px;
  /* height: 220px; */
  height: auto;
}

.content--actions-body {
  float: left;
  width: 580px;
  margin-bottom: 20px;
  padding: 0 30px 0 40px;
}

.content--actions-scrollbar {
  height: 400px;
  overflow: auto;
  padding-right: 20px;
}

.content--actions-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.content--actions-scrollbar::-webkit-scrollbar-track {
  background: #c9ced1;
}

.content--actions-scrollbar::-webkit-scrollbar-thumb {
  background: url(/politics/img/scrollbar_arrow01.png) top center no-repeat, url(/politics/img/scrollbar_arrow02.png) bottom center no-repeat, #074295;
}

.content--actions-body dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  position: relative;
}

.content--actions-body dl:before {
  position: absolute;
  content: "";
  border-left: 2px dotted rgba(7, 66, 149, 0.2);
  width: 0;
  height: 100%;
  top: 0;
  left: 24px;
}

.content--actions-body dl dt {
  font-family: "Yu Gothic", YuGothic;
  font-weight: bold;
  float: left;
  position: relative;
  padding-bottom: 10px;
}

.content--actions-body dl dt:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #074295;
  bottom: -4px;
  left: 0;
}

.content--actions-body dl dd {
  font-family: "教科書ICA M";
  border-bottom: 1px solid #9daaca;
  margin-left: 90px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.content--actions-body dl dd.meal:after {
  content: "";
  position: absolute;
  background: url(/politics/img/ico_meal.png) no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  top: 1px;
  left: 85px;
}

.content--actions-body dl dd a {
  color: inherit;
  display: block;
}

.content--actions-body dl dd span {
  display: block;
}

.content--actions-body dl dd span.highlight {
  display: inline;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
}

.content--actions-nav {
  clear: both;
  padding: 0 30px 0 35px;
}

.content--actions-nav .i-arrow {
  font-family: "ゴシックMB101 M";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.35em;
  color: #074295;
  position: relative;
  z-index: 1;
}

.content--actions-nav .i-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  top: 0;
}

.content--actions-nav .i-arrow.active,
.content--actions-nav .i-arrow:hover {
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  text-decoration: none;
}

.content--actions-nav .i-arrow.prev {
  float: left;
  padding-left: 30px;
}

.content--actions-nav .i-arrow.souri-prev {
  float: left;
  padding-left: 30px;
}

.content--actions-nav .i-arrow.prev:after,
.content--actions-nav .i-arrow.souri-prev:after {
  background: url(/politics/img/actions_ico_arrow01.png) no-repeat;
  background-size: 100% auto;
  left: 0;
}

.content--actions-nav .i-arrow.next {
  float: right;
  padding-right: 30px;
}

.content--actions-nav .i-arrow.souri-next {
  float: right;
  padding-right: 30px;
}

.content--actions-nav .i-arrow.next:after,
.content--actions-nav .i-arrow.souri-next:after {
  background: url(/politics/img/actions_ico_arrow02.png) no-repeat;
  background-size: 100% auto;
  right: 0;
}

.module--actions-share {
  position: absolute;
  bottom: 0;
  left: 45px;
}

.module--actions-share .nhksns-guide {
  display: none !important;
}

.module--actions-share .nhk-snsbtn {
  margin-bottom: 20px;
}

.module--actions-share ul.nhksns>li {
  margin-right: 20px;
}

/* BookBlock */
.bb-bookblock {
  width: 1165px;
  height: 498px;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bb-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bb-bookblock>nav {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  left: 0;
  bottom: 25px;
  opacity: 0;
}

.bb-bookblock>nav a {
  font-family: "ゴシックMB101 M";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.35em;
  text-decoration: none;
  color: #074295;
}

.bb-bookblock>nav #bb-nav-prev {
  float: left;
  padding-left: 30px;
}

.bb-bookblock>nav #bb-nav-next {
  float: right;
  padding-right: 30px;
}

/* 総理、きのう何たべた？ */
.meal .meal-only {
  display: block;
}

.meal .not-meal {
  display: none;
}

.meal-only {
  display: none;
}

/*add */
.module--actions-menu .menu-tag.actions {
  pointer-events: none;
}

.meal .module--actions-menu .menu-tag.meal {
  pointer-events: none;
}

.meal .module--actions-menu .menu-tag.actions,
.calendar .module--actions-menu .menu-tag.actions,
.page-template-search .module--actions-menu .menu-tag.actions,
.search .module--actions-menu .menu-tag.actions,
.result .module--actions-menu .menu-tag.actions {
  pointer-events: auto;
  cursor: pointer;
}

.meal .content--actions-body p,
.noresult {
  font-family: "Yu Gothic", YuGothic;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

body.actions.meal .content--actions-title .content--title h2 {
  color: #ff9900;
  position: relative;
  padding-left: 78px;
  font-size: 34px;
  font-size: 3.4rem;
}

body.actions.meal .content--actions-title .content--title h2:after {
  content: "";
  position: absolute;
  background: url(/politics/img/ico_meal_ttl.png) no-repeat;
  background-size: 100% auto;
  width: 69px;
  height: 69px;
  margin-top: -34.5px;
  top: 50%;
  left: 0;
}

/* 総理、あの日何してた？ */
.content--actions-button {
  float: right;
  width: 580px;
}

.content--actions-button .button {
  text-align: center;
}

.content--actions-button .button a {
  font-family: "ゴシックMB101 M";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #168ad0;
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.content--actions-button .button a:before {
  background: url(/politics/img/icon-circle-arrow.png) no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.content--actions-button .button a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

/* 検索＆ダウンロード */
.content--search:nth-child(1) {
  float: left;
  width: 585px;
  padding: 0 40px 0 35px;
}

.content--search:nth-child(2) {
  float: left;
  width: 580px;
  padding: 0 30px 0 40px;
}

.content--search-header {
  margin-bottom: 40px;
}

.content--search .content--title h2 {
  font-family: "ゴシックMB101 B";
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 69px;
  line-height: 6.9rem;
  color: #47bee2;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 90px;
}

.content--search .content--title h2:after {
  content: "";
  position: absolute;
  background: url(/politics/img/ttl_search.png) no-repeat;
  background-size: 100% auto;
  width: 69px;
  height: 69px;
  top: 0;
  left: 0;
}

.content--search.download .content--title h2:after {
  background: url(/politics/img/ttl_download.png) no-repeat;
  background-size: 100% auto;
}

.content--search .content--title h2 span {
  font-family: "Yu Gothic", YuGothic;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 30px;
  margin-top: -5px;
}

.safari .content--search .content--title h2 span {
  margin-top: 9px;
}

.content--search-body p {
  font-family: "ゴシックMB101 M";
  margin-bottom: 30px;
}

.content--search-form input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.content--search-form select {
  /* margin: 0;
  padding: 0; */
  /* background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

.content--search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.content--search-form input:focus::-moz-placeholder {
  color: transparent;
}

.content--search-form input:focus::-ms-input-placeholder {
  color: transparent;
}

.content--search-form {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  position: relative;
  display: flex;
}

.content--search-form select {
  width: 20em;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  width: 9em;
  height: 60px;
  border: none;
  padding: 0 0 0 10px;
  margin-right: 8px;
  /* color: #999; */
  appearance: menulist;
}

.content--search-form input[type=text] {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 130px 0 10px;
}

.content--search-form input[type=submit] {
  font-family: "ゴシックMB101 M";
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  background: #47bee2;
  width: 120px;
  height: 60px;
  top: 0;
  right: 0;
}

body.search .content--actions-scrollbar.pc {
  overflow: auto;
}

body.search .content--actions-scrollbar.sp {
  overflow: visible;
  height: auto;
  padding-right: 0;
}

.content--search-body dl {
  font-family: "Yu Gothic", YuGothic;
}

.content--search-body dl dt {
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 6px;
  padding-bottom: 15px;
}

.content--search-body dl dd {
  margin-bottom: 40px;
}

.content--search-body dl dd ul li {
  float: left;
  width: 16.6666667%;
  width: 14%;
}

.content--search-body dl dd ul li:nth-child(7) {
  clear: left;
}

.content--search-body dl dd a {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
  color: #0087d1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}

.content--search-body dl dd a:before {
  content: "\003E";
  position: absolute;
  top: 0;
  left: 0;
}

/* 検索結果 */
body.result .content--actions-body {
  margin-bottom: 0;
}

body.result .content--actions-scrollbar {
  height: 430px;
}

body.result .content--actions-body dl dd {
  margin-left: 140px;
}

/* カレンダー */
body.calendar #mybook {
  background: url(/politics/img/actions_bg03.png) no-repeat;
}

body.calendar .module--actions-content {
  padding: 50px 0 0;
}

.content--calendar-header {
  position: relative;
  margin-bottom: 30px;
  padding: 0 65px;
}

.content--calendar-header .content--title h2 {
  font-family: "Yu Gothic", YuGothic;
  font-size: 50px;
  font-size: 5rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.2em;
  color: #074295;
  text-align: center;
}

.content--calendar .content--date {
  position: absolute;
  width: 100%;
  padding: inherit;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.content--calendar .content--date p {
  float: left;
}

.content--calendar .content--date p time {
  font-family: "Yu Gothic", YuGothic;
  font-size: 30px;
  font-size: 3rem;
  color: #074295;
  letter-spacing: 0.03em;
}

.content--calendar-form {
  font-family: "Yu Gothic", YuGothic;
  float: right;
}

.content--calendar-form label {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 125px;
  height: 30px;
  position: relative;
}

.content--calendar-form label:before {
  position: absolute;
  content: "\025bc";
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  background: #074295;
  border-radius: 0 3px 3px 0;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
}

.content--calendar-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.content--calendar-form select::-ms-expand {
  display: none;
}

.content--calendar-form label select {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  color: #074295;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
}

.content--calendar-table {
  margin-bottom: 20px;
  padding: 0 65px;
  position: relative;
  float: right;
  width: 50%;
}

.content--calendar-table .content--title {
  font-family: "Yu Gothic", YuGothic;
  float: left;
}

.content--calendar-table .content--title h3 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 36px;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 20px;
}

.content--calendar-table .content--title h3 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  display: block;
  margin-top: 20px;
}

.content--calendar-table .content--table {
  float: right;
}

.content--calendar-table .content--table table {
  font-family: "Yu Gothic", YuGothic;
  width: 100%;
  max-width: 350px;
}

.content--calendar-table .content--table table th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  height: 20px;
}

.content--calendar-table .content--table table th:first-child {
  color: #fc0d1b;
}

.content--calendar-table .content--table table th:last-child {
  color: #074295;
}

.content--calendar-table .content--table table td {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-align: right;
  /*position: relative;*/
  background: #fff;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
}

.content--calendar-table .content--table table td:first-child {
  background: #fff4f4;
}

.content--calendar-table .content--table table td:last-child {
  background: #f5f9ff;
}

.content--calendar-table .content--table table td .day {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  color: #333;
  padding: 10px 5px;
}

.content--calendar-table .content--table table td a.day:hover {
  text-decoration: none;
}

.content--calendar-table .content--table table td .other {
  color: #ccc;
}

.content--calendar-table .content--table table td .circle {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.content--calendar-table .content--table table td a:hover .circle:before {
  content: "";
  position: absolute;
  width: inherit;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: inherit;
}

.content--calendar-table .content--table table td .circle.metropolitan-area {
  background: #fc0d1b;
}

.content--calendar-table .content--table table td .circle.region {
  background: #074295;
}

.content--calendar-table .content--table table td .circle.overseas {
  background: #44b036;
}

.content--calendar-table .content--table ul {
  font-size: 0;
  text-align: right;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.content--calendar-table .content--table ul li {
  font-family: "Yu Gothic", YuGothic;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 15px;
}

.content--calendar-table .content--table ul li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
}

.content--calendar-table .content--table ul li.metropolitan-area:before {
  background: #fc0d1b;
}

.content--calendar-table .content--table ul li.region:before {
  background: #074295;
}

.content--calendar-table .content--table ul li.overseas:before {
  background: #44b036;
}

/* Booklet */
#mybook {
  overflow: hidden !important;
}

#mybook .content--actions-header,
#mybook .content--actions-body {
  float: none;
  width: 100%;
}

#mybook .content--actions-header {
  padding: 0 37.5px 0 35px;
}

#mybook .content--actions-body {
  padding: 0 30px 0 32.5px;
}

#mybook .module--actions-content {
  background: none;
}

#mybook .b-wrap-left {
  background: url(/politics/img/actions_bg03.png) no-repeat top left;
}

#mybook .b-wrap-right {
  background: url(/politics/img/actions_bg03.png) no-repeat top right;
}

#mybook .content--actions-nav {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  left: 0;
  bottom: 25px;
}

.browser .period {
  letter-spacing: -0.5em;
}

@media screen and (min-width: 768px) {

  /* 総理、きのう何してた？ */
  body.actions {
    height: 100%;
  }

  body.actions .wrapper {
    height: calc(100% - 51px - 30px);
  }

  body.actions #content {
    height: calc(100% - 154px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ios .content--actions-scrollbar,
  .android .content--actions-scrollbar {
    padding-right: 12px;
  }

  .ios .content--actions-scrollbar::-webkit-scrollbar,
  .android .content--actions-scrollbar::-webkit-scrollbar {
    width: 12px;
  }

  .ios .content--actions-scrollbar::-webkit-scrollbar-track,
  .android .content--actions-scrollbar::-webkit-scrollbar-track {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);
  }

  .ios .content--actions-scrollbar::-webkit-scrollbar-thumb,
  .android .content--actions-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
  }
}


@media screen and (max-width: 767px) {

  /* 個別記事 */
  body.detail #header {
    margin-bottom: 30px;
  }

  body.detail #main {
    float: none;
    width: 100%;
  }

  .content--detail-title .content--date {
    margin-bottom: 20px;
  }

  .content--detail-title .content--date time {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: -webkit-baseline-middle;
  }

  .content--detail-title .content--date .i-cat {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 7px;
    min-width: inherit;
  }

  .content--detail-title .content--title {
    font-size: 23px;
    font-size: 2.3rem;
    font-size: calc(46/750*100vw);
    line-height: 35px;
    line-height: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
  }

  .content--detail-title .content--title .emphasis {
    font-size: 36px;
    font-size: 3.6rem;
    font-size: calc(72/750*100vw);
  }

  .content--detail-header .content--thumb img {
    border: 5px solid #003f97;
  }

  .content--detail-body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 30px;
  }

  .content--detail-body h1,
  .content--detail-body h2,
  .content--detail-body h3,
  .content--detail-body h4,
  .content--detail-body h5,
  .content--detail-body h6 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .content--detail-body p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .content--detail-body figure {
    margin-bottom: 30px;
  }

  .content--detail-tags {
    margin-bottom: 30px;
  }

  .content--detail-tags em {
    font-weight: bold;
    font-size: 18px;
  }

  .content--detail-tags a.tag {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.6;
  }

  .content--detail-tags a.tag.tag-single {
    font-size: 1.8rem;
    line-height: 1.6;
    border: none;
  }

  .content--detail-tags a.tag.tag-single em {
    font-size: 2.2rem;
    border-bottom: 2px solid #d0dbe9;
    display: inline-block;
  }

  .content--detail-journalist {
    margin: 0 0 30px;
  }

  .content--journalist {
    float: none !important;
    width: 100%;
    max-width: 396px;
    margin: 0 0 10px;
  }

  .content--detail-button {
    margin-bottom: 60px;
  }

  .content--detail-button .button a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
    padding-left: 20px;
  }

  .content--detail-button .button a:before {
    font-size: 10px;
    font-size: 1rem;
    line-height: 13px;
    line-height: 1.3rem;
    width: 15px;
    height: 15px;
  }

  /* .module--detail-share {
        margin-bottom: 60px;
    } */

  /* 関連記事 */
  .module--detail-related {
    margin-bottom: 30px;
  }

  .module--detail-related .module--header h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }

  .module--detail-related .module--content ul li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .module--detail-related .module--content ul li:nth-child(even) {
    margin-left: 0;
  }

  .module--detail-related .module--content ul li img {
    width: 80px;
    height: 80px;
  }

  .module--detail-related .module--content ul li p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
  }

  /* サイドバー */
  body.detail #side {
    float: none;
    width: 100%;
  }

  .module_aside .module_aside--header h3 {
    font-size: 16px;
    line-height: 1.6rem;
  }

  .module_aside .module_aside--content ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .module_aside .module_aside--content ul li img {
    width: 80px;
    height: 80px;
  }

  .module_aside--latest {
    margin-bottom: 60px;
  }

  .module_aside--latest .loading,
  .module_aside--popular .loading {
    min-height: auto;
  }

  .module_aside--latest .module_aside--content ul li dl {
    margin-left: 95px;
  }

  .module_aside--latest .module_aside--content ul li dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
  }

  .module_aside--latest .module_aside--content ul li dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
  }

  .module_aside--banner {
    margin-bottom: 60px;
  }

  .module_aside--banner .module_aside--content ul li {
    margin-bottom: 15px;
  }

  .module_aside--banner .module_aside--content ul li img.pc {
    display: none;
  }

  .module_aside--banner .module_aside--content ul li img.sp {
    display: inline-block;
  }

  .module_aside--popular {
    margin-bottom: 30px;
  }

  .module_aside--popular .module_aside--content ul li p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
  }

  /* 総理、きのう何してた？ */
  body.actions {
    min-width: 320px;
  }

  .module--actions {
    background: url(/politics/img/sp_actions_bg02.png) no-repeat top left;
    background-size: 100% auto;
    margin: 0 auto;
    width: 320px;
    width: 100vw;
    padding: 56.32px 20.053px 78.933px 19.2px;
    padding: calc(132 / 750 * 100vw) calc(47 / 750 * 100vw) calc(185 / 750 * 100vw) calc(45 / 750 * 100vw);
  }

  .module--actions-menu {
    top: 21.333px;
    top: calc(50 / 750 * 100vw);
    right: auto;
    left: 38.4px;
    left: calc(90 / 750 * 100vw);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .module--actions-menu ul li {
    margin-bottom: 0;
    margin-right: 4.48px;
    margin-right: calc(10.5 / 750 * 100vw);
  }

  .module--actions-menu ul li:last-child {
    margin-right: 0;
  }

  .module--actions-menu ul li .menu-tag {
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 9.375px;
    font-size: calc(22 / 750 * 100vw);
    line-height: 12.8px;
    line-height: calc(30 / 750 * 100vw);
    width: 78.0781px;
    width: calc(183 / 750 * 100vw);
    height: 45.2188px;
    height: calc(106 / 750 * 100vw);
    padding: 6.4px 0 0 8.533px;
    padding: calc(15 / 750 * 100vw) 0 0 calc(20 / 750 * 100vw);
  }

  .module--actions-menu ul li .menu-tag.actions {
    background: url(/politics/img/sp_actions_tag01.png) no-repeat;
    background-size: 100% auto;
  }

  .module--actions-menu ul li .menu-tag.meal {
    background: url(/politics/img/sp_actions_tag02.png) no-repeat;
    background-size: 100% auto;
  }

  .module--actions-menu ul li .menu-tag.search {
    background: url(/politics/img/sp_actions_tag03.png) no-repeat;
    background-size: 100% auto;
    padding: 6.4px 0 0 17.067px;
    padding: calc(15 / 750 * 100vw) 0 0 calc(40 / 750 * 100vw);
  }

  .module--actions-menu ul li .menu-tag.search:after {
    background: url(/politics/img/sp_ico_search.png) no-repeat;
    background-size: 100% auto;
    width: 9.8125px;
    width: calc(23 / 750 * 100vw);
    height: 9.8125px;
    height: calc(23 / 750 * 100vw);
    top: 12.8px;
    top: calc(30 / 750 * 100vw);
    right: 0;
    left: 4.267px;
    left: calc(10 / 750 * 100vw);
  }

  .module--actions-menu ul li .menu-tag .pc {
    display: none;
  }

  .module--actions-menu ul li .menu-tag .sp {
    display: inline;
  }

  .module--actions-content {
    background: url(/politics/img/sp_actions_bg03.png) no-repeat top left;
    background-size: 100% auto;
    padding: 21.333px 0 0;
    padding: calc(50 / 750 * 100vw) 0 0;
  }

  .content--actions-header {
    float: none;
    width: 100%;
    margin-bottom: 17.067px;
    margin-bottom: calc(40 / 750 * 100vw);
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--actions-title {
    margin-bottom: 17.067px;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .content--actions-title .content--title p {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    border-bottom: 2.125px solid #ff0000;
    border-bottom: calc(5 / 750 * 100vw) solid #ff0000;
    padding-bottom: 8.533px;
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: 17.920px;
    margin-bottom: calc(42 / 750 * 100vw);
  }

  .content--actions-title .content--title h2 {
    font-size: 20.48px;
    font-size: calc(48 / 750 * 100vw);
    line-height: 24.7467px;
    line-height: calc(58 / 750 * 100vw);
  }

  .content--actions-header .content--thumb:before,
  .content--actions-header .content--thumb:after {
    background: url(/politics/img/sp_actions_tape.png) no-repeat;
    background-size: 100% auto;
    width: 57.5938px;
    width: calc(135 / 750 * 100vw);
    height: 45.6406px;
    height: calc(107 / 750 * 100vw);
  }

  .content--actions-header .content--thumb:before {
    top: -14.933px;
    top: calc(-35 / 750 * 100vw);
    left: -21.333px;
    left: calc(-50 / 750 * 100vw);
  }

  .content--actions-header .content--thumb:after {
    bottom: -21.333px;
    bottom: calc(-50 / 750 * 100vw);
    right: -21.333px;
    right: calc(-50 / 750 * 100vw);
  }

  .content--actions-header .content--thumb img {
    width: 100%;
    height: auto;
  }

  .content--actions-title .content--date {
    /*margin-top: calc(-5 / 750 * 100vw);*/
    top: -2.133px;
    top: calc(-5 / 750 * 100vw);
  }

  .content--actions-title .content--date .i-calendar {
    margin-bottom: 14.933px;
    margin-bottom: calc(35 / 750 * 100vw);
  }

  .content--actions-title .content--date .i-calendar img {
    width: 41.8125px;
    width: calc(98 / 750 * 100vw);
    height: 41.8125px;
    height: calc(98 / 750 * 100vw);
  }

  .content--actions-title .content--date time {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 40.96px;
    line-height: calc(96 / 750 * 100vw);
  }

  .content--actions-title .content--date time .year {
    line-height: 11.0933px;
    line-height: calc(26 / 750 * 100vw);
  }

  .content--actions-title .content--date time .month {
    font-size: 21.3333px;
    font-size: calc(50 / 750 * 100vw);
  }

  .content--actions-title .content--date time .day {
    font-size: 34.1333px;
    font-size: calc(80 / 750 * 100vw);
    margin-left: 6.4px;
    margin-left: calc(15 / 750 * 100vw);
    padding-left: 7.680px;
    padding-left: calc(18 / 750 * 100vw);
  }

  .content--actions-title .content--date time .day:before {
    min-width: 1px;
    width: 1px;
    width: calc(2 / 750 * 100vw);
    height: 32.4219px;
    height: calc(76 / 750 * 100vw);
  }

  .content--actions-body {
    float: none;
    width: 100%;
    margin-bottom: 34.133px;
    margin-bottom: calc(80 / 750 * 100vw);
    padding: 0 8.107px 0 19.2px;
    padding: 0 calc(19 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--actions-scrollbar {
    /* height: 426.656px; */
    /* height: calc(1000 / 750 * 100vw); */
    height: calc(610 / 750 * 100vw);
    padding-right: 5.12px;
    padding-right: calc(12 / 750 * 100vw);
  }

  .content--actions-scrollbar::-webkit-scrollbar {
    width: 5.10938px;
    width: calc(12 / 750 * 100vw);
  }

  .content--actions-scrollbar::-webkit-scrollbar-track {
    border-radius: 2.54688px;
    border-radius: calc(6 / 750 * 100vw);
    background: rgba(0, 0, 0, 0.1);
  }

  .content--actions-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2.54688px;
    border-radius: calc(6 / 750 * 100vw);
    background: rgba(0, 0, 0, 0.2);
  }

  .content--actions-body dl {
    font-size: 11.9467px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 18.7733px;
    line-height: calc(44 / 750 * 100vw);
  }

  .content--actions-body dl:before {
    content: none;
  }

  .content--actions-body dl dt {
    float: none;
    line-height: 1;
    margin-top: 25.6px;
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: 8.533px;
    margin-bottom: calc(20 / 750 * 100vw);
    padding-bottom: 14.933px;
    padding-bottom: calc(35 / 750 * 100vw);
  }

  .content--actions-body dl dt:first-child {
    margin-top: 8.533px;
    margin-top: calc(20 / 750 * 100vw);
  }

  .content--actions-body dl dt:after {
    width: 17.0625px;
    width: calc(40 / 750 * 100vw);
    height: 2.54688px;
    height: calc(6 / 750 * 100vw);
    bottom: 0;
  }

  .content--actions-body dl dd {
    margin-left: 0;
    margin-bottom: 8.533px;
    margin-bottom: calc(20 / 750 * 100vw);
    padding-bottom: 8.533px;
    padding-bottom: calc(20 / 750 * 100vw);
  }

  .content--actions-body dl dd.meal:after {
    width: 14.0781px;
    width: calc(33 / 750 * 100vw);
    height: 14.0781px;
    height: calc(33 / 750 * 100vw);
    top: 2.347px;
    top: calc(5.5 / 750 * 100vw);
    left: 64px;
    left: calc(150 / 750 * 100vw);
  }

  .content--actions-nav {
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--actions-nav .i-arrow {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 12.8px;
    line-height: calc(30 / 750 * 100vw);
  }

  .content--actions-nav .i-arrow:after {
    width: 7.25px;
    width: calc(17 / 750 * 100vw);
    height: 12.7969px;
    height: calc(30 / 750 * 100vw);
  }

  .content--actions-nav .i-arrow.prev {
    padding-left: 12.8px;
    padding-left: calc(30 / 750 * 100vw);
  }

  .content--actions-nav .i-arrow.prev:after {
    background: url(/politics/img/sp_actions_ico_arrow01.png) no-repeat;
    background-size: 100% auto;
  }

  .content--actions-nav .i-arrow.next {
    padding-right: 12.8px;
    padding-right: calc(30 / 750 * 100vw);
  }

  .content--actions-nav .i-arrow.next:after {
    background: url(/politics/img/sp_actions_ico_arrow02.png) no-repeat;
    background-size: 100% auto;
  }

  .module--actions-share {
    text-align: center;
    width: 100%;
    left: 0;
  }

  .module--actions-share .nhk-snsbtn {
    margin-bottom: calc(50 / 750 * 100vw);
  }

  .module--actions-share .nhk-snsbtn ul.nhksns>li {
    margin: 0 calc(17.5 / 750 * 100vw);
  }

  .module--actions-share .nhksns-icon-m img,
  .nhksns-icon-m img {
    width: calc(55 / 750 * 100vw) !important;
    height: calc(55 / 750 * 100vw);
  }

  /* BookBlock */
  .bb-bookblock {
    width: 100%;
    height: 752.625px;
    height: calc(1764 / 750 * 100vw);
  }

  .bb-item {
    display: block;
  }

  .bb-bookblock>nav {
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    bottom: calc(81 / 750 * 100vw);
  }

  .bb-bookblock>nav a {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
  }

  .bb-bookblock>nav #bb-nav-prev {
    padding-left: calc(30 / 750 * 100vw);
  }

  .bb-bookblock>nav #bb-nav-next {
    padding-right: calc(30 / 750 * 100vw);
  }

  /* 総理、きのう何たべた？ */
  body.actions.meal .content--actions-title .content--title h2 {
    padding-left: 29.867px;
    padding-left: calc(70 / 750 * 100vw);
    font-size: 18.7733px;
    font-size: calc(44/750*100vw);
  }

  body.actions.meal .content--actions-title .content--title h2:after {
    width: 25.5938px;
    width: calc(60 / 750 * 100vw);
    height: 25.5938px;
    height: calc(60 / 750 * 100vw);
    margin-top: 0;
    top: -0.853px;
    top: calc(-2 / 750 * 100vw);
  }

  .meal .content--actions-body p,
  .noresult {
    font-size: 11.9467px;
    font-size: calc(28 / 750 * 100vw);
    height: auto;
    display: block;
  }

  /* 総理、あの日何してた？ */
  body.actions.detail .content--actions-body {
    margin-bottom: calc(70 / 750 * 100vw);
  }

  .content--actions-button {
    float: none;
    width: 100%;
  }

  .content--actions-button .button a {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 17px;
    line-height: calc(40 / 750 * 100vw);
    padding-left: 25.6px;
    ;
    padding-left: calc(60 / 750 * 100vw);
  }

  .content--actions-button .button a:before {
    width: 17px;
    width: calc(40 / 750 * 100vw);
    height: 17px;
    height: calc(40 / 750 * 100vw);
  }

  /* 検索＆ダウンロード */
  body.search .module--actions {
    background: url(/politics/img/sp_search_bg02.png) no-repeat top left;
    background-size: 100% auto;
  }

  body.search .module--actions-content {
    background: url(/politics/img/sp_search_bg03.png) no-repeat top left;
    background-size: 100% auto;
  }

  body.search .bb-bookblock {
    height: 484.688px;
    height: calc(1136 / 750 * 100vw);
  }

  .content--search:nth-child(1) {
    float: none;
    width: 100%;
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--search:nth-child(2) {
    float: none;
    width: 100%;
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--search-header {
    margin-bottom: 21.333px;
    margin-bottom: calc(50 / 750 * 100vw);
  }

  .content--search .content--title h2 {
    font-size: 20.48px;
    font-size: calc(48 / 750 * 100vw);
    line-height: 29.44px;
    line-height: calc(69 / 750 * 100vw);
    padding-left: 38.4px;
    padding-left: calc(90 / 750 * 100vw);
    letter-spacing: 0em;
  }

  .content--search .content--title h2:after {
    width: 29.4375px;
    width: calc(69 / 750 * 100vw);
    height: 29.4375px;
    height: calc(69 / 750 * 100vw);
  }

  .content--search .content--title h2 span {
    font-size: 9.387px;
    font-size: calc(22 / 750 * 100vw);
    margin-left: 6.4px;
    margin-left: calc(15 / 750 * 100vw);
    margin-top: -3.84px;
    margin-top: calc(-9 / 750 * 100vw);
  }

  .safari .content--search .content--title h2 span {
    margin-top: 5.12px;
    margin-top: calc(12 / 750 * 100vw);
  }

  .content--search-body p {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 17.92px;
    line-height: calc(42 / 750 * 100vw);
    /* margin-bottom: 21.333px; */
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .content--search-form {
    margin-bottom: 34.133px;
    margin-bottom: calc(80 / 750 * 100vw);
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .content--search-form select {
    font-size: 11.0933px;
    font-size: calc(24 / 750 * 100vw);
    height: 34.125px;
    height: calc(80 / 750 * 100vw);
    width: 37%;
    margin: 0 0 2px;
    padding: 0;
    border-right: 2px solid #E1DFD5;
    box-sizing: border-box;
    /* padding: 0 76.8px 0 12.8px; */
    /* padding: 0 calc(180 / 750 * 100vw) 0 calc(30 / 750 * 100vw); */
  }

  .content--search-form input[type=text] {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    height: 34.125px;
    height: calc(80 / 750 * 100vw);
    width: 63%;
    padding: 0 0.5em;
    /* padding: 0 76.8px 0 12.8px;
      padding: 0 calc(180 / 750 * 100vw) 0 calc(30 / 750 * 100vw); */
  }

  .content--search-form input[type=submit] {
    position: static;
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    width: 64px;
    width: calc(150 / 750 * 100vw);
    height: 34.125px;
    height: calc(80 / 750 * 100vw);
  }

  body.search .content--actions-scrollbar.pc {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }

  body.search .content--actions-scrollbar.sp {
    height: 166.391px;
    height: calc(390 / 750 * 100vw);
    overflow: auto;
    margin-right: -10.24px;
    margin-right: calc(-24 / 750 * 100vw);
    padding-right: 5.12px;
    padding-right: calc(12 / 750 * 100vw);
  }

  .content--search-body dl dt {
    font-size: 19.6267px;
    font-size: calc(46 / 750 * 100vw);
    margin-bottom: 6.4px;
    margin-bottom: calc(15 / 750 * 100vw);
    padding-bottom: 6.4px;
    padding-bottom: calc(15 / 750 * 100vw);
  }

  .content--search-body dl dd {
    margin-bottom: 25.6px;
    /* margin-bottom:  calc(60 / 750 * 100vw); */
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .content--search-body dl dd ul li {
    width: auto;
  }

  .content--search-body dl dd a {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 21.76px;
    line-height: calc(51 / 750 * 100vw);
    padding-left: 0.75em;
    margin-right: 0.7em;
  }

  /* 検索結果 */
  body.result .module--actions {
    background: url(/politics/img/sp_result_bg02.png) no-repeat top left;
    background-size: 100% auto;
  }

  body.result .bb-bookblock {
    height: 628.906px;
    height: calc(1474 / 750 * 100vw);
  }

  body.result .module--actions-content {
    background: url(/politics/img/sp_result_bg03.png) no-repeat top left;
    background-size: 100% auto;
  }

  body.result .content--actions-scrollbar {
    height: 426.656px;
    height: calc(1000 / 750 * 100vw);
  }

  body.result .content--search-form {
    margin-bottom: 25.6px;
    margin-bottom: calc(60 / 750 * 100vw);
  }

  body.result .content--actions-body dl dt {
    margin-top: 21.333px;
    margin-top: calc(50 / 750 * 100vw);
  }

  body.result .content--actions-body dl dt:first-child {
    margin-top: 0;
  }

  body.result .content--actions-body dl dd {
    margin-left: 0;
  }

  /* カレンダー */
  body.calendar .module--actions-menu {
    top: 29.867px;
    top: calc(70 / 750 * 100vw);
  }

  body.calendar .module--actions {
    background: url(/politics/img/sp_calendar_bg02.png) no-repeat top left;
    background-size: 100% auto;
    padding: 64.853px 20.053px 75.947px 19.2px;
    padding: calc(152 / 750 * 100vw) calc(47 / 750 * 100vw) calc(178 / 750 * 100vw) calc(45 / 750 * 100vw);
  }

  body.calendar .bb-bookblock {
    height: 776.531px;
    height: calc(1987 / 750 * 100vw);
  }

  body.calendar .module--actions-content {
    background: url(/politics/img/sp_calendar_bg03.png) no-repeat top left;
    background-size: 100% auto;
    padding: calc(60 / 750 * 100vw) 0 0;
  }

  .content--calendar {
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  .content--calendar-header {
    margin-bottom: 34.133px;
    margin-bottom: calc(80 / 750 * 100vw);
    padding: 0;
  }

  .content--calendar-header .content--title {
    margin-bottom: 21.333px;
    margin-bottom: calc(50 / 750 * 100vw);
  }

  .content--calendar-header .content--title h2 {
    font-size: 25.6px;
    font-size: calc(60 / 750 * 100vw);
    line-height: 19.2px;
    line-height: calc(45 / 750 * 100vw);
  }

  .content--calendar .content--date {
    text-align: center;
    position: static;
  }

  .content--calendar .content--date p {
    float: none;
    margin-bottom: 21.333px;
    margin-bottom: calc(50 / 750 * 100vw);
  }

  .content--calendar .content--date p time {
    font-size: 13.6533px;
    font-size: calc(32 / 750 * 100vw);
  }

  .content--calendar-form {
    float: none;
  }

  .content--calendar-form label {
    width: 100%;
    height: 34.125px;
    height: calc(80 / 750 * 100vw);
  }

  .content--calendar-form label:before {
    font-size: 5.10938px;
    font-size: calc(12 / 750 * 100vw);
    line-height: 34.125px;
    line-height: calc(80 / 750 * 100vw);
    width: 34.125px;
    width: calc(80 / 750 * 100vw);
    height: 34.125px;
    height: calc(80 / 750 * 100vw);
  }

  .content--calendar-form label select {
    font-size: 11.9467px;
    font-size: calc(28 / 750 * 100vw);
    padding: 0 12.8px;
    padding: 0 calc(30 / 750 * 100vw);
  }

  .content--calendar-table {
    padding: 0;
    margin: 0;
    padding-bottom: 34.133px;
    padding-bottom: calc(80 / 750 * 100vw);
    float: none;
    width: 100%;
  }

  .content--calendar-table .content--title {
    float: none;
    margin-bottom: 17.067px;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .content--calendar-table .content--title h3 {
    font-size: 34.1333px;
    font-size: calc(80 / 750 * 100vw);
    line-height: 25.6px;
    line-height: calc(60 / 750 * 100vw);
    text-align: left;
    margin-top: 0;
  }

  .content--calendar-table .content--title h3 span {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    vertical-align: middle;
    display: inline;
    margin-top: 0;
    margin-left: 21.333px;
    margin-left: calc(50 / 750 * 100vw);
  }

  .content--calendar-table .content--table {
    float: none;
  }

  .content--calendar-table .content--table table {
    max-width: none;
    margin-bottom: 12.8px;
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .content--calendar-table .content--table table th {
    font-size: 10.24px;
    font-size: calc(24 / 750 * 100vw);
    height: 13px;
    height: calc(30 / 750 * 100vw);
  }

  .content--calendar-table .content--table table td {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    width: auto;
    height: 34px;
    height: calc(80 / 750 * 100vw);
  }

  .content--calendar-table .content--table table td .day {
    padding: 6.4px;
    padding: calc(15 / 750 * 100vw);
  }

  .content--calendar-table .content--table table td .circle {
    width: 8.53125px;
    width: calc(20 / 750 * 100vw);
    height: 8.53125px;
    height: calc(20 / 750 * 100vw);
    bottom: 4.267px;
    bottom: calc(10 / 750 * 100vw);
  }

  .content--calendar-table .content--table ul {
    position: static;
  }

  .content--calendar-table .content--table ul li {
    font-size: 11.0933px;
    font-size: calc(26 / 750 * 100vw);
    display: inline-block;
    margin-top: 0;
    margin-left: 17.067px;
    margin-left: calc(40 / 750 * 100vw);
    padding-left: 12.8px;
    padding-left: calc(30 / 750 * 100vw);
  }

  .content--calendar-table .content--table ul li:before {
    width: 8.53125px;
    width: calc(20 / 750 * 100vw);
    height: 8.53125px;
    height: calc(20 / 750 * 100vw);
    top: 1.28px;
    top: calc(3 / 750 * 100vw);
  }

  body.calendar .content--actions-nav {
    padding: 0;
  }

  /* Booklet */
  #mybook {
    background: url(/politics/img/sp_actions_bg03.png) no-repeat top left;
    background-size: 100% auto;
    padding: 21.333px 0 0;
    padding: calc(50 / 750 * 100vw) 0 0;
  }

  #mybook .module--actions-content {
    display: none;
    height: auto;
    padding: 0;
  }

  #mybook .module--actions-content.current {
    display: block;
  }

  #mybook .content--actions-header {
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  #mybook .content--actions-body {
    padding: 0 8.107px 0 19.2px;
    padding: 0 calc(19 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
  }

  #mybook .content--actions-nav {
    padding: 0 18.347px 0 19.2px;
    padding: 0 calc(43 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    bottom: 34.56px;
    bottom: calc(81 / 750 * 100vw);
  }

  body.calendar #mybook {
    background: url(/politics/img/sp_calendar_bg03.png) no-repeat top left;
    background-size: 100% auto;
    padding: 25.6px 0 0;
    padding: calc(60 / 750 * 100vw) 0 0;
  }

  /* about */
  body.about #header {
    margin-bottom: 40px;
  }

  .about-content .about-box {
    margin-bottom: 40px;
    max-width: none;
  }

  .about-content .about-title {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 35px;
    line-height: 3.5rem;
    margin-bottom: 30px;
  }

  .about-content .about-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
  }

  .about-content .about-sns {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {

  .content--detail-title .content--date time,
  .content--detail-title .content--date .i-cat {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .content--detail-title .content--date .i-cat {
    padding: 4px;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }

  100% {
    opacity: .7;
  }
}

@keyframes flash {
  0% {
    opacity: .2;
  }

  100% {
    opacity: .7;
  }
}

/* 記事検索 */
.search-desc {
  font-family: sans-serif;
  line-height: 1.4;
  margin-bottom: 1em;
}

.search-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3em;
  flex-wrap: wrap;
}

.search-wrap label {
  display: block;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.8;
}

.search-wrap div {
  margin: 0 0;
  position: relative;
}

.search-wrap div:last-child {
  margin-left: auto;
  padding-right: 0.5em;
  text-align: right;
}

.search-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  height: 40px;
  padding: 0 .5em;
  border: 1px solid #ccc;
  width: 16em;
  box-sizing: border-box;
}

.search-wrap button {
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
  cursor: pointer;
  background: #47bee2;
  outline: none;
  border: none;
  width: 90px;
  height: 40px;
}

/* sp用 */
@media screen and (max-width: 767px) {
  .icon-calendar {
    display: none;
  }

  .search-wrap div {
    width: 100%;
  }

  .search-wrap input {
    width: 100%;
  }

  .search-wrap label {
    margin-top: 10px;
  }

  .search-wrap button {
    margin-top: 10px;
  }

  .search-wrap div:nth-child(3),
  .search-wrap div:nth-child(4) {
    width: 40%;
  }

  .search-wrap div:last-child {
    margin-top: 1em;
    padding-right: 0.5em;
  }

  #search--nav .icon-date {
    display: none;
  }

  .home #search--nav {
    top: 28px;
  }

  .home #search--nav svg .shape {
    fill: #fff;
  }

}

#header--search-keyword,
#header--search-date,
#header--search-month {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(240/1250*100vw);
  max-width: 240px;
  height: calc(34/1250*100vw);
  max-height: 30px;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  padding-left: calc(8/1250*100vw);
  font-family: sans-serif;
  font-weight: normal;
}

#header--search-keyword::placeholder,
#header--search-date::placeholder,
#header--search-month::placeholder {
  font-size: calc(12/1250*100vw);
}

#header--keyword-button,
#header--date-button {
  position: absolute;
  border: 0;
  top: 0;
  right: 2px;
  outline: none;
}

#header--keyword-button {
  background: url("/politics/img/ico_search_blue.svg") no-repeat left top;
  background-size: cover;
  width: 30px;
  height: 30px;
  /* top: calc(2/1250*100vw); */
  top: 50%;
  transform: translateY(-50%);
}

#header--date-button {
  background: url("/politics/img/ico_calendar_blue.svg") no-repeat left center;
  background-size: cover;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
}

#header--keyword-button.submit,
#header--date-button.submit {
  background-image: none;
  background: #47bee2;
  color: #fff;
  font-family: sans-serif;
  padding: 0 6px;
}

#header--search-month,
#search-month {
  /* background: #e5e5e5; */
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

#search-monthly {
  -webkit-appearance: checkbox;
}

.calendar-table .month:hover {
  background-color: #eee;
  /* opacity: .7;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash; */
}

/* .articles-search .article-main-icon{
  margin-left: 0;
  margin-right: 10px;
} */
/* .article-search-title{
  display: flex;
  align-items: flex-start;
}  */

.article-search-title .article-main-title {
  margin-top: 2px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.article-search-title .article-main-icon {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .article-search-title {
    flex-wrap: wrap;
  }

  .article-search-title .article-main-title {
    margin-top: 2px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }

  .article-search-title .article-main-icon {
    margin-left: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}


/**
 * NHKの検索に不具合が出ているときの対応
 * - 記事検索のボタン群を非表示に
 * - 首相動静のタブを非表示に
*/
/*
#search--nav{
  display: none;
}
.module--actions-menu ul li:last-child{
  display: none;
}
*/

/*
190828追記
\wp-content\themes\nhkseijimagazine\template-parts
の46行目のclass content--actions-scrollbarを削除
*/

/* @media screen and (max-width: 767px) {
.search190828 {
height:340px !important;
}
} */


body.detail #main {
  float: unset;
  margin-inline: auto;
}

body.detail #side {
  display: none;
  visibility: hidden;
}

.nhk-snsbtn {
  visibility: hidden;
}

.nhk-snsbtn>* {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  body.detail #main {
    float: unset;
    margin-inline: auto;
  }

  body.detail #side {
    display: none;
    visibility: hidden;
  }

  .nhk-snsbtn {
    visibility: hidden;
  }

  .nhk-snsbtn>* {
    display: none;
    visibility: hidden;
  }

}