/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,
body {
  height: auto;
  width: 100%;
  font-size: 16px;
  background: #fff;
  color: #333;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #000;
}
.sub-page__content--2col .sub-page__left {
  background: #ebebeb;
}
.back-to-top {
  width: 48px;
  height: 48px;
  background: #000;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: default;
  pointer-events: none;
}
.back-to-top.fade-in {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate(-30%, -40%);
          transform: rotate(-45deg) translate(-30%, -40%);
}
.fk-title1 {
  font-weight: bold;
}
.fk-title2 {
  text-align: center;
  font-weight: bold;
  position: relative;
}
.fk-title2::before {
  content: "";
  background: #2795d4;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fk-title3 {
  font-weight: bold;
  position: relative;
}
.fk-title3::before {
  content: "";
  background: #2795d4;
  display: block;
  position: absolute;
  top: 0;
}
.electoral-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.electoral-list__item {
  position: relative;
  font-weight: bold;
}
.electoral-list__item__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #2795d4;
  position: relative;
}
.electoral-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.electoral-list .electoral-list__item__link {
  color: #2795d4;
  font-size: 14px;
}
.electoral-list .electoral-list__item {
  box-sizing: border-box;
}
.electoral-list__col2 .electoral-list__item {
  width: 50%;
}
.electoral-list__col5 .electoral-list__item {
  width: 20%;
}
.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.card-list .card-list__item {
  font-weight: bold;
}
.card-list .card-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
.card-list .item-category {
  color: #2795d4;
}
.card-list .item-category--type2 {
  color: #000;
}
.card-list .item-category__period {
  color: #fff;
  border-radius: 1em;
  word-break: keep-all;
}
.card-list .item-category__period--before {
  background-color: #7a7a7a;
}
.card-list .item-category__period--after {
  background-color: #000;
}
.card-list .list-name {
  width: 100%;
}
.card-list .list-name--type2 {
  color: #2795d4;
}
.fk-btn {
  display: block;
  border-radius: 20px;
  background: #7a7a7a;
  text-align: center;
  color: #fff;
}
.fk-btn:link,
.fk-btn:visited,
.fk-btn text-decoration none {
  color: #fff;
}
.fk-btn--yellow {
  background: #eabb00;
}
.fk-btn--black {
  background: #000;
}
.fk-btn--blackActive {
  background: #000;
  line-height: 1;
}
.fk-btn__revers {
  display: block;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  border: solid #2795d4 1px;
  color: #2795d4;
  line-height: 1;
}
.fk-btn__revers:link,
.fk-btn__revers:visited,
.fk-btn__revers text-decoration none {
  color: #2795d4;
}
.fk-btn__circle {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: solid #eabb00 1px;
  color: #eabb00;
}
.electoral-list__attention {
  color: #666;
}
#page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#page-loader.is-loaded {
  opacity: 0;
}
#page-loader .loader,
#page-loader .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#page-loader .loader {
/* margin: 60px auto; */
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(39,149,212,0.2);
  border-right: 1.1em solid rgba(39,149,212,0.2);
  border-bottom: 1.1em solid rgba(39,149,212,0.2);
  border-left: 1.1em solid #2795d4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gr-preview-spacer {
  width: 100%;
  box-sizing: border-box;
}
.gr-preview-spacer__inner {
  width: 100%;
  height: 400px;
  background: #ccc;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1248px;
  }
  main {
    min-width: 1248px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .contents__wrap {
    width: 100%;
    box-sizing: border-box;
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .contents__wrap {
    padding: 24px 32px 0 32px;
    width: 1000px;
  }
  .sub-page {
    width: 100%;
    background: -webkit-linear-gradient(left, #ebebeb 0%, #ebebeb 50%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, #ebebeb 0%, #ebebeb 50%, #fff 50%, #fff 100%);
  }
  .sub-page__content--2col {
    max-width: 1248px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-page__content--2col .sub-page__left {
    width: 248px;
    position: relative;
    z-index: 140;
  }
  .sub-page__content--2col .sub-page__left__inner {
    height: 490px;
    position: relative;
    padding: 0 17px;
  }
  .sub-page__content--2col .sub-page__left .nhk-snsbtn__sub {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 210px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sub-page__content--2col .sub-page__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #fff;
  }
  .page-contorol {
    position: relative;
    width: 1248px;
    margin: 0 auto;
  }
  .page-contorol__sns {
    width: 1024px;
    margin: 0 auto;
  }
  .back-to-top:hover {
    background: #808080;
    border: #fff;
  }
  .sub-page__pft {
    background: #fff;
  }
  .sp-only {
    display: none;
  }
  .fk-title1 {
    font-size: 28px;
  }
  .fk-title2 {
    font-size: 24px;
    padding-top: 25px;
  }
  .fk-title2::before {
    width: 80px;
    height: 4px;
  }
  .fk-title3 {
    font-size: 24px;
    padding-top: 30px;
  }
  .fk-title3::before {
    width: 200px;
    height: 4px;
    left: 0;
  }
  .electoral-list__item:hover {
    color: #808080;
  }
  .electoral-list__item__link::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2795d4;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .electoral-list .electoral-list__item__link:hover {
    color: #92caeb;
  }
  .electoral-list .electoral-list__item__link:hover::before {
    border-color: transparent transparent transparent #92caeb;
  }
  .electoral-list .electoral-list__item {
    margin-bottom: 16px;
    padding: 0 5px 0 16px;
  }
  .electoral-list .electoral-list__item sup {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    display: inline-block;
  }
  .card-list .card-list__item {
    width: 25%;
    border-bottom: 1px solid #d8d8d8;
  }
  .card-list .card-list__item:not(:nth-of-type(4n)),
  .card-list .card-list__item:first-of-type {
    border-right: 1px solid #d8d8d8;
  }
  .card-list .card-list__item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 40px 13px 40px;
  }
  .card-list .card-list__item a:hover .item-category {
    color: #92caeb;
  }
  .card-list .card-list__item a:hover .item-category--type2 {
    color: #808080;
  }
  .card-list .card-list__item a:hover .item-category__period--before {
    background-color: #bdbdbd;
  }
  .card-list .card-list__item a:hover .item-category__period--after {
    background-color: #808080;
  }
  .card-list .card-list__item a:hover .list-name {
    color: #808080;
  }
  .card-list .card-list__item a:hover .list-name--type2 {
    color: #92caeb;
  }
  .card-list .item-category {
    font-size: 0.75rem;
  }
  .card-list .item-category__period {
    padding: 0.1em 0.7em 0.1em;
    line-height: 1.5;
    display: inline-block;
    font-weight: normal;
  }
  .card-list .list-name {
    font-size: 1.125rem;
  }
  .card-list--nameless .card-list__item {
    font-weight: normal;
  }
  .card-list--nameless .card-list__item a {
    padding: 18px 25px 16px 25px;
  }
  .card-list--nameless .card-list__item a:hover .item-category {
    color: #92caeb;
  }
  .card-list--nameless .card-list__item a:hover .item-category__period {
    background-color: #808080;
  }
  .card-list--nameless .card-list__item a:hover .list-name {
    color: #808080;
  }
  .card-list--nameless .card-list__item:not(:nth-of-type(n+5)) {
    border-top: 1px solid #d8d8d8;
  }
  .card-list--nameless .card-list__item:nth-of-type(4n+1) {
    border-left: 1px solid #d8d8d8;
  }
  .card-list--nameless .card-list__item:nth-of-type(4n) {
    border-right: 1px solid #d8d8d8;
  }
  .card-list--nameless .item-category {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-list--nameless .item-category__period {
    font-size: 0.75rem;
    margin-right: 15px;
  }
  .fk-btn {
    font-size: 14px;
    padding: 9px 0;
  }
  .fk-btn:hover {
    background: #bdbdbd;
  }
  .fk-btn--yellow:hover {
    background: #ffe375;
  }
  .fk-btn--black:hover {
    background: #808080;
  }
  .fk-btn--blackActive {
    border: solid #000 1px;
  }
  .fk-btn--blackActive:hover {
    background: #000;
  }
  .fk-btn__revers {
    font-size: 14px;
    padding: 9px 0;
  }
  .fk-btn__revers:hover {
    color: #92caeb;
  }
  .fk-btn__circle {
    width: 32px;
    height: 32px;
  }
  .electoral-list__attention {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .gr-preview-spacer {
    padding: 24px 32px 42px 32px;
    max-width: 1088px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  html,
  body {
    font-size: 13.653333333333334px;
  }
}
@media screen and (max-width: 767px) {
  .contents__wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .contents__wrap {
    padding: 16px 16px 0 16px;
  }
  .sub-page__content--2col {
    position: relative;
  }
  .page-contorol {
    padding: 0 16px;
  }
  .nhk-snsbtn__sub {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .fk-title1 {
    font-size: 1.3125rem;
  }
  .fk-title2 {
    font-size: 1.1875rem;
    padding-top: 18px;
  }
  .fk-title2::before {
    width: 50px;
    height: 3px;
  }
  .fk-title3 {
    text-align: center;
    font-size: 1.1875rem;
    padding-top: 18px;
  }
  .fk-title3::before {
    width: 50px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .electoral-list__item__link::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #2795d4;
    position: absolute;
    top: 0.6875rem;
    left: 0;
  }
  .electoral-list .electoral-list__item__link {
    font-size: 0.6875rem;
  }
  .electoral-list .electoral-list__item {
    margin-bottom: 12px;
    padding: 0 10px;
  }
  .electoral-list .electoral-list__item sup {
    font-size: 0.6875rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .card-list .card-list__item {
    width: 50%;
    border-bottom: 1px solid #d8d8d8;
  }
  .card-list .card-list__item:nth-of-type(odd) {
    border-right: 1px solid #d8d8d8;
  }
  .card-list .card-list__item a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    padding: 3.409090909090909% 11.931818181818182% 3.977272727272727% 11.931818181818182%;
  }
  .card-list .item-category {
    font-size: 0.625rem;
  }
  .card-list .item-category__period {
    padding: 0.1em 0.6em;
  }
  .card-list .list-name {
    font-size: 0.875rem;
    margin-top: 0.2em;
  }
  .card-list--nameless .card-list__item a {
    padding: 4.597701149425287% 8.620689655172415% 5.747126436781609% 8.620689655172415%;
  }
  .card-list--nameless .card-list__item:not(:nth-of-type(n+3)) {
    border-top: 1px solid #d8d8d8;
  }
  .card-list--nameless .card-list__item:nth-of-type(even) {
    border-right: 1px solid #d8d8d8;
  }
  .card-list--nameless .card-list__item:nth-of-type(odd) {
    border-left: 1px solid #d8d8d8;
  }
  .card-list--nameless .item-category {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-list--nameless .item-category__period {
    font-size: 0.625rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 5px;
    padding: 0.1em 0.6em;
  }
  .fk-btn {
    font-size: 0.6875rem;
    padding: 0.625em 0;
  }
  .fk-btn__revers {
    font-size: 0.6875rem;
    padding: 0.625em 0;
  }
  .fk-btn__circle {
    width: 48px;
    height: 48px;
  }
  .electoral-list__attention {
    font-size: 0.6875rem;
    margin: 14px 0 0 0;
  }
  .gr-preview-spacer {
    padding: 16px;
  }
}
