/*! 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;
  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;
  transform: rotate(-45deg) translate(-20%, -47%);
}
.back-to-home::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.back-to-survey {
  background-color: #0f4c82;
}
.back-to-survey::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background: url("/senkyo-data/database/sangiin/2025/img/icon_survey_top_white.png") center no-repeat;
  background-size: contain;
  background-position: center;
}
.js-fixed-sp {
  position: fixed;
  display: none;
  z-index: 100;
  cursor: default;
}
.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;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv {
  margin-bottom: 8px;
}
.fk-title1 {
  position: relative;
  font-weight: bold;
}
.modal__head .fk-title1 {
  margin-bottom: 0;
}
.lead {
  font-size: 1.4rem;
}
.lead--mt-medium {
  margin-top: 1.5em;
}
.lead--small {
  font-size: 1.2rem;
}
.lead--hsm {
  margin: 0;
  line-height: 2;
}
#page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  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;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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;
}
.senk-link {
  display: flex;
  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;
  background: #cecece;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8.533333333333333px;
  }
}
@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;
  }
  .mv {
    margin-bottom: 16px;
  }
  .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;
  }
  .lead--hsm {
    line-height: 2.285714285714286;
  }
  .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;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  #domain-header,
  #domain-footer,
  #senkyo-header,
  #content-wrap,
  #footer-senk {
    min-width: calc(1280px - (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/sangiin/2025/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: 25px;
    height: 29px;
    top: 8px;
    left: 10px;
    transform: none;
    border: none;
  }
  .js-fixed-sp.fade-in {
    display: block;
    cursor: pointer;
    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;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .footer-senk {
    width: 100%;
  }
}

/**/
.skh .banner__btn {
  position: relative;
  margin-top: 20px;
  background-color: #328296;
  border-radius: 6px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn {
    display: flex;
    align-items: center;
    height: min(calc(74 / 375 * 100vw), 74px);
  }
}
.skh .banner__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senkyo-data/database/sangiin/2025/img/icon_bnr.png") no-repeat 0 0 / 100%;
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn::after {
    right: 30px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn::after {
    right: min(calc(16 / 375 * 100vw), 16px);
    width: min(calc(21 / 375 * 100vw), 21px);
    height: min(calc(21 / 375 * 100vw), 21px);
  }
}
.skh .banner__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.skh .banner__btn--exitpoll::before {
  background: url("/senkyo-data/database/sangiin/2025/img/icon_exitpoll.svg") no-repeat 0 0 / 100%;
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn::before {
    left: 40px;
    width: 31px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn::before {
    left: min(calc(24 / 375 * 100vw), 24px);
    width: min(calc(24 / 375 * 100vw), 24px);
    height: min(calc(30 / 375 * 100vw), 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn__body {
    display: flex;
    align-items: center;
    height: 72px;
    padding-left: 95px;
  }
  .skh .banner__btn--exitpoll .banner__btn__body {
    display: grid;
    grid-template-columns: calc(2.4rem * 5 + 16px) auto;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn__body {
    padding-left: min(calc(66 / 375 * 100vw), 66px);
    line-height: 1.3333;
  }
}
.skh .banner__btn__textL {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn__textL {
    font-size: 3.2rem;
  }
  .skh .banner__btn__textL br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn__textL {
    font-size: min(calc(22 / 375 * 100vw), 22px);
  }
}
.skh .banner__btn__textM {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .skh .banner__btn__textM {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .skh .banner__btn__textM {
    font-size: min(calc(18 / 375 * 100vw), 18px);
  }
}

.skh-editable {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 32px;
}
.skh-editable .editable-parts3__link {
  display: grid;
  grid-template-columns: 34.75783475783476% 1fr;
  column-gap: 3.418803418803419%;
}
.skh-editable .editable-parts3__img {
  margin: 0;
}
.skh-editable .editable-parts3__img img {
  width: 100%;
}
.skh-editable .editable-parts3__title {
  font-weight: bold;
  font-size: 1.6rem;
}
.skh-editable a.editable-parts3__link .editable-parts3__title {
  position: relative;
}
.skh-editable a.editable-parts3__link:not([target='_blank']) .editable-parts3__title::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  content: '';
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #000;
}
.skh-editable a.editable-parts3__link[target='_blank'] .editable-parts3__title::before {
  display: block;
  position: absolute;
  top: 50%;
  background: url('/senkyo-data/database/sangiin/2025/img/icon_link_blank.png') 0 0 no-repeat;
  background-size: contain;
  content: '';
}
.skh-editable .editable-parts3__text {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .skh-editable {
    margin: 32px 0 40px;
    row-gap: 24px;
  }
  .skh-editable .editable-parts3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 1.8%;
  }
  .skh-editable .editable-parts3__link {
    grid-template-columns: 42.76985743380855% 1fr;
    column-gap: 3.665987780040733%;
  }
  .skh-editable .editable-parts3__title {
    font-size: 1.8rem;
    line-height: 1.777777777777778;
    margin-top: -0.3em;
  }
  .skh-editable a.editable-parts3__link .editable-parts3__title {
    padding-left: 16px;
  }
  .skh-editable a.editable-parts3__link:not([target='_blank']) .editable-parts3__title::before {
    margin-top: -4px;
    border-width: 3px 0 3px 6px;
  }
  .skh-editable a.editable-parts3__link:not([target='_blank']) .editable-parts3__title::before {
    margin-top: 0;
    top: 0.65em;
    left: 0;
  }
  .skh-editable a.editable-parts3__link:not([target='_blank']):hover .editable-parts3__title::before {
    border-left-color: #2795d4;
  }
  .skh-editable a.editable-parts3__link[target='_blank'] .editable-parts3__title::before {
    margin-top: -4px;
    width: 10px;
    height: 9px;
  }
  .skh-editable a.editable-parts3__link[target='_blank'] .editable-parts3__title::before {
    margin-top: 0;
    top: 0.55em;
    left: 0;
  }
  .skh-editable a.editable-parts3__link[target='_blank']:hover .editable-parts3__title::before {
    background-image: url('/senkyo-data/database/sangiin/2025/img/icon_link_blank_on.png');
  }
  .skh-editable .editable-parts3__text {
    line-height: 1.714285714285714;
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .skh-editable {
    margin: 24px 0 32px;
  }
  .skh-editable .editable-parts3__link + .editable-parts3__link {
    margin: 12px auto 0 auto;
  }
  .skh-editable .editable-parts3__title {
    line-height: 1.2;
  }
  .skh-editable a.editable-parts3__link .editable-parts3__title {
    padding-left: 12px;
  }
  .skh-editable a.editable-parts3__link:not([target='_blank']) .editable-parts3__title::before {
    margin-top: -3px;
    border-width: 3px 0 3px 4px;
  }
  .skh-editable a.editable-parts3__link:not([target='_blank']) .editable-parts3__title::before {
    margin-top: 0;
    top: 0.35em;
    left: 0;
  }
  .skh-editable a.editable-parts3__link[target='_blank'] .editable-parts3__title::before {
    margin-top: -3px;
    width: 7.5px;
    height: 7px;
  }
  .skh-editable a.editable-parts3__link[target='_blank'] .editable-parts3__title::before {
    margin-top: 0;
    top: 0.35em;
    left: 0;
  }
  .skh-editable .editable-parts3__text {
    line-height: 1.2;
    margin: 6px 0 0 0;
  }
}

