/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}
#header .header-top .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}
#domain-header,
#header,
#domain-footer {
  letter-spacing: 0.32px;
}
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
html,
body {
  height: auto;
  width: 100%;
  background: #fff;
  color: #333;
  line-height: 1.5;
}
body {
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #000;
}
main {
  position: relative;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
#main-container {
  width: 100%;
}
#content #content-inner {
  padding-top: 0;
  min-height: inherit;
}
#content-right {
  position: static;
}
.inline-bleed {
  width: 100%;
}
#footer-senk {
  background: #f5f5f5;
}
.back-to-top,
.back-to-home,
.back-to-survey {
  background: #000;
  position: fixed;
  display: none;
  z-index: 100;
  cursor: default;
  border-radius: 6px;
}
.back-to-top.fade-in,
.back-to-home.fade-in,
.back-to-survey.fade-in {
  display: block;
  cursor: pointer;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}
.back-to-top::before,
.back-to-home::before,
.back-to-survey::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: rotate(-45deg) translate(-20%, -47%);
          transform: rotate(-45deg) translate(-20%, -47%);
}
.back-to-home::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.back-to-survey {
  background-color: #0f4c82;
}
.back-to-survey::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/senkyo-data/database/shugiin/2024/img/icon_survey_top_white.png") 0 0 no-repeat;
  background-size: contain;
  background-position: center;
}
.fixed-anchor {
  position: fixed;
  top: 0;
  z-index: 100;
}
.js-fixed-sp {
  position: fixed;
  display: none;
  z-index: 100;
  cursor: default;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fk-title1 {
  position: relative;
  font-weight: bold;
}
.modal__head .fk-title1 {
  margin-bottom: 0;
}
.lead {
  font-size: 1.4rem;
}
.lead--small {
  font-size: 1.2rem;
}
#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(102,102,102,0.2);
  border-right: 1.1em solid rgba(102,102,102,0.2);
  border-bottom: 1.1em solid rgba(102,102,102,0.2);
  border-left: 1.1em solid #666;
  -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);
  }
}
.survey-top__main-view {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.survey-top__main-view__inner {
  position: relative;
}
.survey-top__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.survey-top__anchor-item {
  background-color: rgba(0,27,50,0.239);
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: rgba(209,220,228,0.15);
  border-bottom-color: rgba(209,220,228,0.15);
}
.survey-top__anchor-item a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.survey-top__anchor-item a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/senkyo-data/database/shugiin/2024/img/icon_anchor_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-top__contents {
  background: #f5f5f5;
}
.survey-top__button-group {
  position: absolute;
  top: 26px;
  right: 0;
  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;
  row-gap: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.survey-top__top-link {
  background: #000;
  border-radius: 6px;
  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;
  position: relative;
  color: #fff;
}
.survey-top__top-link span {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-top__top-link span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/senkyo-data/database/shugiin/2024/img/icon_link_blank_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.top-lead {
  background-color: #f5f5f5;
}
.top-lead__text {
  margin: 0;
}
.footer-senk {
  font-size: 1.4rem;
  margin: 0 auto;
}
.footer-senk__title {
  margin: 0;
  font-weight: bold;
}
.footer-senk__data {
  margin: 0;
}
.footer-senk__data + .footer-senk__title {
  margin-top: 20px;
}
.senk-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.senk-link__item {
  line-height: 2;
  position: relative;
  margin-right: 25px;
}
.senk-link__item:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1px;
  border-right: 1px solid #cecece;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.survey-top-link {
  margin-top: 36px;
}
.survey-top-link__heading {
  font-weight: 700;
  color: #0f4c82;
  font-size: 2.4rem;
  padding-left: 18px;
  position: relative;
}
.survey-top-link__heading::before {
  content: '';
  display: inline-block;
  background-color: #0f4c82;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.survey-top-link__pft {
  background: #ebebeb;
  border-radius: 4px;
}
.survey-top-link__pft-name {
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 10px;
}
.survey-top-link__senk {
  background: #f5f5f5;
  border-top: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-radius: 4px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  overflow: hidden;
}
.survey-top-link__senk::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.survey-top-link__senk::after:last-child {
  border-top: solid 1px #e0e0e0;
}
.survey-top-link__senk-name {
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}
.survey-top-link__senk-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 38px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0f4c82;
}
.survey-top-link__senk-link:link,
.survey-top-link__senk-link:visited {
  color: #0f4c82;
}
.reader > a {
  position: relative;
  padding: 6px 14px 6px 26px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.reader > a::before {
  left: 8px;
  display: block;
  position: absolute;
  top: 50%;
  background: url("/senkyo-data/database/shugiin/2024/img/icon_link_blank.png") 0 0 no-repeat;
  background-size: contain;
  content: '';
}
.survey-low-title {
  background: #003c72;
  color: #fff;
}
.survey-low-title__title-area a {
  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;
}
.survey-low-title__title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.survey-low-title__text {
  font-weight: bold;
}
.survey-low-title__button-group {
  position: absolute;
  top: 18px;
  right: 0;
  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;
  row-gap: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.survey-low-title__button {
  background: #000;
  border-radius: 6px;
  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;
  color: #fff;
}
.survey-low-title__button span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
  width: auto;
  position: relative;
}
.survey-low-title__button span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/senkyo-data/database/shugiin/2024/img/icon_link_blank_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-low-title__button:link,
.survey-low-title__button:visited {
  color: #fff;
}
.mt55,
.pc .mt55--pc,
.sp .mt55--sp {
  margin-top: 55px !important;
}
.mb55,
.pc .mb55--pc,
.sp .mb55--sp {
  margin-bottom: 55px !important;
}
.ml55,
.pc .ml55--pc,
.sp .ml55--sp {
  margin-left: 55px !important;
}
.mr55,
.pc .mr55--pc,
.sp .mr55--sp {
  margin-right: 55px !important;
}
.pt55,
.pc .pt55--pc,
.sp .pt55--sp {
  padding-top: 55px !important;
}
.pb55,
.pc .pb55--pc,
.sp .pb55--sp {
  padding-bottom: 55px !important;
}
.pl55,
.pc .pl55--pc,
.sp .pl55--sp {
  padding-left: 55px !important;
}
.pr55,
.pc .pr55--pc,
.sp .pr55--sp {
  padding-right: 55px !important;
}
.mt50,
.pc .mt50--pc,
.sp .mt50--sp {
  margin-top: 50px !important;
}
.mb50,
.pc .mb50--pc,
.sp .mb50--sp {
  margin-bottom: 50px !important;
}
.ml50,
.pc .ml50--pc,
.sp .ml50--sp {
  margin-left: 50px !important;
}
.mr50,
.pc .mr50--pc,
.sp .mr50--sp {
  margin-right: 50px !important;
}
.pt50,
.pc .pt50--pc,
.sp .pt50--sp {
  padding-top: 50px !important;
}
.pb50,
.pc .pb50--pc,
.sp .pb50--sp {
  padding-bottom: 50px !important;
}
.pl50,
.pc .pl50--pc,
.sp .pl50--sp {
  padding-left: 50px !important;
}
.pr50,
.pc .pr50--pc,
.sp .pr50--sp {
  padding-right: 50px !important;
}
.mt45,
.pc .mt45--pc,
.sp .mt45--sp {
  margin-top: 45px !important;
}
.mb45,
.pc .mb45--pc,
.sp .mb45--sp {
  margin-bottom: 45px !important;
}
.ml45,
.pc .ml45--pc,
.sp .ml45--sp {
  margin-left: 45px !important;
}
.mr45,
.pc .mr45--pc,
.sp .mr45--sp {
  margin-right: 45px !important;
}
.pt45,
.pc .pt45--pc,
.sp .pt45--sp {
  padding-top: 45px !important;
}
.pb45,
.pc .pb45--pc,
.sp .pb45--sp {
  padding-bottom: 45px !important;
}
.pl45,
.pc .pl45--pc,
.sp .pl45--sp {
  padding-left: 45px !important;
}
.pr45,
.pc .pr45--pc,
.sp .pr45--sp {
  padding-right: 45px !important;
}
.mt40,
.pc .mt40--pc,
.sp .mt40--sp {
  margin-top: 40px !important;
}
.mb40,
.pc .mb40--pc,
.sp .mb40--sp {
  margin-bottom: 40px !important;
}
.ml40,
.pc .ml40--pc,
.sp .ml40--sp {
  margin-left: 40px !important;
}
.mr40,
.pc .mr40--pc,
.sp .mr40--sp {
  margin-right: 40px !important;
}
.pt40,
.pc .pt40--pc,
.sp .pt40--sp {
  padding-top: 40px !important;
}
.pb40,
.pc .pb40--pc,
.sp .pb40--sp {
  padding-bottom: 40px !important;
}
.pl40,
.pc .pl40--pc,
.sp .pl40--sp {
  padding-left: 40px !important;
}
.pr40,
.pc .pr40--pc,
.sp .pr40--sp {
  padding-right: 40px !important;
}
.mt35,
.pc .mt35--pc,
.sp .mt35--sp {
  margin-top: 35px !important;
}
.mb35,
.pc .mb35--pc,
.sp .mb35--sp {
  margin-bottom: 35px !important;
}
.ml35,
.pc .ml35--pc,
.sp .ml35--sp {
  margin-left: 35px !important;
}
.mr35,
.pc .mr35--pc,
.sp .mr35--sp {
  margin-right: 35px !important;
}
.pt35,
.pc .pt35--pc,
.sp .pt35--sp {
  padding-top: 35px !important;
}
.pb35,
.pc .pb35--pc,
.sp .pb35--sp {
  padding-bottom: 35px !important;
}
.pl35,
.pc .pl35--pc,
.sp .pl35--sp {
  padding-left: 35px !important;
}
.pr35,
.pc .pr35--pc,
.sp .pr35--sp {
  padding-right: 35px !important;
}
.mt30,
.pc .mt30--pc,
.sp .mt30--sp {
  margin-top: 30px !important;
}
.mb30,
.pc .mb30--pc,
.sp .mb30--sp {
  margin-bottom: 30px !important;
}
.ml30,
.pc .ml30--pc,
.sp .ml30--sp {
  margin-left: 30px !important;
}
.mr30,
.pc .mr30--pc,
.sp .mr30--sp {
  margin-right: 30px !important;
}
.pt30,
.pc .pt30--pc,
.sp .pt30--sp {
  padding-top: 30px !important;
}
.pb30,
.pc .pb30--pc,
.sp .pb30--sp {
  padding-bottom: 30px !important;
}
.pl30,
.pc .pl30--pc,
.sp .pl30--sp {
  padding-left: 30px !important;
}
.pr30,
.pc .pr30--pc,
.sp .pr30--sp {
  padding-right: 30px !important;
}
.mt25,
.pc .mt25--pc,
.sp .mt25--sp {
  margin-top: 25px !important;
}
.mb25,
.pc .mb25--pc,
.sp .mb25--sp {
  margin-bottom: 25px !important;
}
.ml25,
.pc .ml25--pc,
.sp .ml25--sp {
  margin-left: 25px !important;
}
.mr25,
.pc .mr25--pc,
.sp .mr25--sp {
  margin-right: 25px !important;
}
.pt25,
.pc .pt25--pc,
.sp .pt25--sp {
  padding-top: 25px !important;
}
.pb25,
.pc .pb25--pc,
.sp .pb25--sp {
  padding-bottom: 25px !important;
}
.pl25,
.pc .pl25--pc,
.sp .pl25--sp {
  padding-left: 25px !important;
}
.pr25,
.pc .pr25--pc,
.sp .pr25--sp {
  padding-right: 25px !important;
}
.mt20,
.pc .mt20--pc,
.sp .mt20--sp {
  margin-top: 20px !important;
}
.mb20,
.pc .mb20--pc,
.sp .mb20--sp {
  margin-bottom: 20px !important;
}
.ml20,
.pc .ml20--pc,
.sp .ml20--sp {
  margin-left: 20px !important;
}
.mr20,
.pc .mr20--pc,
.sp .mr20--sp {
  margin-right: 20px !important;
}
.pt20,
.pc .pt20--pc,
.sp .pt20--sp {
  padding-top: 20px !important;
}
.pb20,
.pc .pb20--pc,
.sp .pb20--sp {
  padding-bottom: 20px !important;
}
.pl20,
.pc .pl20--pc,
.sp .pl20--sp {
  padding-left: 20px !important;
}
.pr20,
.pc .pr20--pc,
.sp .pr20--sp {
  padding-right: 20px !important;
}
.mt15,
.pc .mt15--pc,
.sp .mt15--sp {
  margin-top: 15px !important;
}
.mb15,
.pc .mb15--pc,
.sp .mb15--sp {
  margin-bottom: 15px !important;
}
.ml15,
.pc .ml15--pc,
.sp .ml15--sp {
  margin-left: 15px !important;
}
.mr15,
.pc .mr15--pc,
.sp .mr15--sp {
  margin-right: 15px !important;
}
.pt15,
.pc .pt15--pc,
.sp .pt15--sp {
  padding-top: 15px !important;
}
.pb15,
.pc .pb15--pc,
.sp .pb15--sp {
  padding-bottom: 15px !important;
}
.pl15,
.pc .pl15--pc,
.sp .pl15--sp {
  padding-left: 15px !important;
}
.pr15,
.pc .pr15--pc,
.sp .pr15--sp {
  padding-right: 15px !important;
}
.mt10,
.pc .mt10--pc,
.sp .mt10--sp {
  margin-top: 10px !important;
}
.mb10,
.pc .mb10--pc,
.sp .mb10--sp {
  margin-bottom: 10px !important;
}
.ml10,
.pc .ml10--pc,
.sp .ml10--sp {
  margin-left: 10px !important;
}
.mr10,
.pc .mr10--pc,
.sp .mr10--sp {
  margin-right: 10px !important;
}
.pt10,
.pc .pt10--pc,
.sp .pt10--sp {
  padding-top: 10px !important;
}
.pb10,
.pc .pb10--pc,
.sp .pb10--sp {
  padding-bottom: 10px !important;
}
.pl10,
.pc .pl10--pc,
.sp .pl10--sp {
  padding-left: 10px !important;
}
.pr10,
.pc .pr10--pc,
.sp .pr10--sp {
  padding-right: 10px !important;
}
.mt5,
.pc .mt5--pc,
.sp .mt5--sp {
  margin-top: 5px !important;
}
.mb5,
.pc .mb5--pc,
.sp .mb5--sp {
  margin-bottom: 5px !important;
}
.ml5,
.pc .ml5--pc,
.sp .ml5--sp {
  margin-left: 5px !important;
}
.mr5,
.pc .mr5--pc,
.sp .mr5--sp {
  margin-right: 5px !important;
}
.pt5,
.pc .pt5--pc,
.sp .pt5--sp {
  padding-top: 5px !important;
}
.pb5,
.pc .pb5--pc,
.sp .pb5--sp {
  padding-bottom: 5px !important;
}
.pl5,
.pc .pl5--pc,
.sp .pl5--sp {
  padding-left: 5px !important;
}
.pr5,
.pc .pr5--pc,
.sp .pr5--sp {
  padding-right: 5px !important;
}
.mt0,
.pc .mt0--pc,
.sp .mt0--sp {
  margin-top: 0px !important;
}
.mb0,
.pc .mb0--pc,
.sp .mb0--sp {
  margin-bottom: 0px !important;
}
.ml0,
.pc .ml0--pc,
.sp .ml0--sp {
  margin-left: 0px !important;
}
.mr0,
.pc .mr0--pc,
.sp .mr0--sp {
  margin-right: 0px !important;
}
.pt0,
.pc .pt0--pc,
.sp .pt0--sp {
  padding-top: 0px !important;
}
.pb0,
.pc .pb0--pc,
.sp .pb0--sp {
  padding-bottom: 0px !important;
}
.pl0,
.pc .pl0--pc,
.sp .pl0--sp {
  padding-left: 0px !important;
}
.pr0,
.pc .pr0--pc,
.sp .pr0--sp {
  padding-right: 0px !important;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8.533333333333333px;
  }
  .survey-top__anchor-item {
    font-size: 1.6rem;
  }
  .survey-top__top-link {
    padding-left: 13px;
  }
  .survey-top__top-link span::after {
    top: 60%;
  }
  .survey-low-title__button {
    padding-left: 13px;
  }
  .survey-low-title__button span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover {
    color: #2795d4;
  }
  main {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #senkyo-header {
    height: 112px;
    background: #f1f1f1;
  }
  .home #senkyo-header {
    background: #f5f5f5;
  }
  #content-wrap {
    position: relative;
    padding: 0 0 80px;
  }
  #content-right {
    margin-left: 208px;
    padding: 0 16px;
  }
  #content-left {
    position: absolute;
    width: 192px;
    margin: 0 0 0 16px;
    top: 0;
    left: 0;
    z-index: 499;
  }
  #content-left .nhksns-guide {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .full-bleed {
    margin-left: -224px;
    margin-right: -16px;
    padding-left: 224px;
    padding-right: 16px;
  }
  .inline-bleed {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-contorol {
    position: relative;
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
  }
  .back-to-top::before,
  .back-to-home::before,
  .back-to-survey::before {
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .back-to-top,
  .back-to-home,
  .back-to-survey {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
  }
  .back-to-top:hover,
  .back-to-home:hover,
  .back-to-survey:hover {
    background: #808080;
    border: #fff;
  }
  .back-to-home {
    display: none;
  }
  .back-to-home.fade-in {
    display: none;
  }
  .back-to-survey {
    bottom: 74px;
  }
  .back-to-survey::before {
    width: 23px;
    height: 33px;
    border: none;
  }
  .sp-only {
    display: none;
  }
  .fk-title1 {
    margin-bottom: 1em;
    font-size: 2.8rem;
  }
  .top-lead .fk-title1 {
    margin-bottom: 7px;
  }
  .lead {
    font-size: 1.6rem;
  }
  .lead--small {
    font-size: 1.4rem;
  }
  .survey-top {
    min-width: 1040px;
    margin: 0 auto;
  }
  .survey-top__main-view {
    background-image: url("/senkyo-data/database/shugiin/2024/img/bg_survey_pc.jpg");
  }
  .survey-top__main-view__inner {
    margin: 0 auto;
    padding: 48px 0 34px;
    max-width: 1000px;
  }
  .survey-top__title-area {
    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;
  }
  .survey-top__title {
    margin-left: 12px;
  }
  .survey-top__lead {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    line-height: 2;
  }
  .survey-top__anchor {
    border-width: 1px;
    border-radius: 6px;
    margin-top: 18px;
  }
  .survey-top__anchor-item:nth-child(1) {
    border-radius: 6px 0 0 0;
  }
  .survey-top__anchor-item:nth-child(3) {
    border-radius: 0 6px 0 0;
  }
  .survey-top__anchor-item:last-child {
    border-radius: 0 0 6px 6px;
  }
  .survey-top__anchor-item:nth-child(6) {
    border-radius: 0 0 6px 0;
  }
  .survey-top__anchor-item {
    font-size: 2rem;
    width: 33.33%;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgba(209,220,228,0.15);
    border-bottom-color: rgba(209,220,228,0.15);
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(4) {
    border-left: 1px solid rgba(209,220,228,0.15);
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(2),
  .survey-top__anchor-item:nth-child(3) {
    border-top: 1px solid rgba(209,220,228,0.15);
  }
  .survey-top__anchor-item:nth-child(7) {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(209,220,228,0.15);
  }
  .survey-top__anchor-item a {
    height: 48px;
  }
  .survey-top__anchor-item a:hover {
    color: #2795d4;
  }
  .survey-top__anchor-item a::after {
    width: 25px;
    height: 25px;
    right: 19px;
  }
  .survey-top__contents__inner {
    margin: 0 auto;
    padding: 24px 0 60px;
    max-width: 1000px;
  }
  .survey-top__share {
    display: none;
  }
  .survey-low__lead {
    max-width: 1000px;
    margin: 20px auto;
  }
  .survey-low__share {
    display: none;
  }
  .survey-top__top-link {
    width: 147px;
    height: 40px;
    padding-left: 16px;
  }
  .survey-top__top-link:hover {
    background: #333;
  }
  .survey-top__top-link span {
    width: 94px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .survey-top__top-link span::after {
    width: 16px;
    height: 16px;
    right: -24px;
  }
  .top-lead {
    padding-bottom: 36px;
  }
  .top-lead__text {
    font-size: 1.5rem;
  }
  .footer-senk {
    width: 1000px;
    padding: 24px 16px;
  }
  .footer-senk__data {
    padding: 0 14px;
  }
  .footer-senk__data + .footer-senk__title {
    margin-top: 40px;
  }
  .survey-top-link__section + .survey-top-link__section {
    margin-top: 26px;
  }
  .survey-top-link__heading {
    font-size: 2.8rem;
    padding-left: 25px;
  }
  .survey-top-link__heading::before {
    width: 5px;
    height: 32px;
    border-radius: 2px;
  }
  .survey-top-link__pft:first-of-type {
    margin-top: 18px;
  }
  .survey-top-link__pft {
    border-radius: 6px;
    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;
    padding: 4px 4px 4px 0;
  }
  .survey-top-link__pft + .survey-top-link__pft {
    margin-top: 6px;
  }
  .survey-top-link__pft-name {
    font-size: 1.8rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 116px;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    text-align: center;
    margin-left: 0;
  }
  .survey-top-link__senk {
    border-radius: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 880px;
        -ms-flex: 0 0 880px;
            flex: 0 0 880px;
    margin-top: 0px;
  }
  .survey-top-link__senk-name {
    width: 10%;
  }
  .survey-top-link__senk-name:nth-child(10n) {
    border-right: none;
  }
  .survey-top-link__senk-link {
    font-size: 1.6rem;
  }
  .survey-top-link__senk-link:hover {
    color: #2795d4;
  }
  .reader {
    font-size: 1.3rem;
  }
  .reader > a::before {
    margin-top: -4px;
    width: 10px;
    height: 9px;
  }
  .reader > a:hover::before {
    background-image: url("/senkyo-data/database/shugiin/2024/img/icon_link_blank_on.png");
  }
  .survey-low-title__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 23px 0;
    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;
  }
  .survey-low-title__title-area {
    border-right: solid 1px #fff;
    padding-right: 16px;
  }
  .survey-low-title__logo {
    width: 50px;
  }
  .survey-low-title__title {
    margin-left: 6px;
    font-size: 2.5rem;
  }
  .survey-low-title__text {
    font-size: 4rem;
    margin-left: 16px;
  }
  .survey-low-title__button-group--center {
    position: static;
    margin-left: auto;
  }
  .survey-low-title__button {
    padding-right: 36px;
    padding-left: 14px;
    height: 40px;
  }
  .survey-low-title__button:hover {
    background: #333;
  }
  .survey-low-title__button span {
    font-size: 2rem;
  }
  .survey-low-title__button span::after {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1223px) and (min-width: 768px) {
  #domain-header,
  #domain-footer,
  #senkyo-header,
  #content-wrap,
  #footer-senk,
  #survey-content {
    min-width: calc(1224px - (100vw - 100%));
  }
}
@media screen and (max-width: 767px) {
  .inline-bleed {
    padding: 0 12px;
  }
  .page-contorol {
    padding: 0 16px;
  }
  .back-to-top::before,
  .back-to-home::before,
  .back-to-survey::before {
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .back-to-top,
  .back-to-home,
  .back-to-survey {
    width: 42px;
    height: 42px;
    bottom: 12px;
    right: 12px;
  }
  .back-to-home {
    bottom: 58px;
  }
  .back-to-home::before {
    background: url("/senkyo-data/database/shugiin/2024/img/icon_home_white.png") 0 0 no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    border: none;
  }
  .back-to-survey {
    bottom: 58px;
  }
  .back-to-survey::before {
    width: 15px;
    height: 25px;
    border: none;
  }
  .js-fixed-sp.fade-in {
    display: block;
    cursor: pointer;
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
    bottom: 12px;
    left: 12px;
  }
  .nhk-snsbtn__sub {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .fk-title1 {
    margin-bottom: 25px;
    font-size: 2.1rem;
  }
  .top-lead .fk-title1 {
    margin-bottom: 5px;
  }
  .lead--mb {
    margin-bottom: 55px;
  }
  .survey-top__main-view {
    background-image: url("/senkyo-data/database/shugiin/2024/img/bg_survey_sp.jpg");
  }
  .survey-top__main-view__inner {
    padding: 16px 16px 28px;
  }
  .survey-top__logo {
    width: 29.154518950437318%;
  }
  .survey-top__title {
    margin-top: 14px;
  }
  .survey-top__lead {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
    line-height: 1.8;
  }
  .survey-top__anchor {
    border-width: 2px;
    border-radius: 9px;
    margin-top: 20px;
  }
  .survey-top__anchor-item:nth-child(1) {
    border-radius: 2px 0 0 0;
  }
  .survey-top__anchor-item:nth-child(2) {
    border-radius: 0 2px 0 0;
  }
  .survey-top__anchor-item:last-child {
    border-radius: 0 0 2px 2px;
  }
  .survey-top__anchor-item {
    font-size: 1.8rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-style: none solid solid none;
    border-color: rgba(209,220,228,0.15);
    border-width: 1px;
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(2) {
    border-style: solid solid solid none;
  }
  .survey-top__anchor-item:nth-child(2n+1) {
    border-left-style: solid;
  }
  .survey-top__anchor-item:nth-child(1) {
    border-radius: 4px 0 0 0;
  }
  .survey-top__anchor-item:nth-child(2) {
    border-radius: 0 4px 0 0;
  }
  .survey-top__anchor-item:nth-child(6) {
    border-radius: 0 0 4px 0;
  }
  .survey-top__anchor-item:last-child {
    border-radius: 0 0 4px 4px;
  }
  .survey-top__anchor-item a {
    height: 40px;
  }
  .survey-top__anchor-item a::after {
    width: 19px;
    height: 19px;
    right: 5px;
  }
  .survey-top__contents__inner {
    padding: 20px 0 40px;
  }
  .survey-low__lead {
    margin: 12px auto;
    padding: 0 16px;
    font-size: 1.4rem;
  }
  .survey-low__lead p {
    margin: 0;
  }
  .survey-top__button-group {
    top: 16px;
    right: 20px;
  }
  .survey-top__top-link {
    width: 66.3265306122449%;
    height: 40px;
    padding-left: 10px;
  }
  .survey-top__top-link span {
    width: 71.15384615384616%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .survey-top__top-link span::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
  .top-lead {
    padding-top: 12px;
  }
  .top-lead__text {
    font-size: 1.4rem;
  }
  .footer-senk {
    padding: 21px 12px 17px;
  }
  .footer-senk__data {
    padding: 4px 15px 0;
  }
  .survey-top-link {
    padding: 0 16px;
    margin-top: 14px;
  }
  .survey-top-link__section + .survey-top-link__section {
    margin-top: 14px;
  }
  .survey-top-link__heading::before {
    width: 4px;
    height: 24px;
    border-radius: 3px;
  }
  .survey-top-link__pft:first-of-type {
    margin-top: 8px;
  }
  .survey-top-link__pft {
    padding: 6px 3px 3px 3px;
  }
  .survey-top-link__pft + .survey-top-link__pft {
    margin-top: 8px;
  }
  .survey-top-link__senk {
    margin-top: 4px;
  }
  .survey-top-link__senk-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 5);
        -ms-flex: 0 0 calc(100% / 5);
            flex: 0 0 calc(100% / 5);
  }
  .survey-top-link__senk-name:nth-child(5n) {
    border-right: none;
  }
  .reader > a::before {
    margin-top: -3px;
    width: 7.5px;
    height: 7px;
  }
  .survey-low-title__inner {
    padding: 16px 16px 10px;
  }
  .survey-low-title__logo {
    width: 10.787172011661808%;
  }
  .survey-low-title__title {
    font-size: 1.6rem;
    margin-left: 2px;
  }
  .survey-low-title__text {
    font-size: 2.6rem;
    margin-top: 10px;
  }
  .survey-low-title__button-group {
    top: 18px;
    right: 16px;
  }
  .survey-low-title__button {
    padding: 8px 6px 8px 12px;
    min-width: 40.8%;
  }
  .survey-low-title__button span {
    padding-right: 22px;
  }
  .survey-low-title__button span::after {
    width: 12px;
    height: 12px;
    margin-left: 4.081632653061225%;
  }
}
@media screen and (max-width: 1000px) {
  .footer-senk {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .reader {
    font-size: 1.1rem;
  }
}
