.survey-low-title {
  background: #003c72;
  color: #fff;
}
.survey-low-title__title-area a {
  display: flex;
  align-items: center;
}
.survey-low-title__text {
  font-weight: bold;
}
.survey-low-title__button {
  background: #000;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}
.survey-low-title__button span {
  flex: 0 0 auto;
  font-weight: bold;
  width: auto;
  position: relative;
  color: #fff;
}
.survey-low-title__button span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_blank_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-reader {
  font-size: 1.3rem;
  padding-bottom: 8px;
}
.survey-reader__link {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 24px;
  padding: 5px 8px;
  border-radius: 4px;
}
.survey-reader__link:before {
  content: '';
  width: 10px;
  height: 9px;
  margin-right: 8px;
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_blank.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-reader__link:hover:before {
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_blank_on.png");
}
.survey-navi {
  background: #f5f5f5;
}
.survey-navi__box {
  background: #ebebeb;
  padding: 4px;
  border-radius: 6px;
}
.survey-navi__title {
  font-weight: bold;
}
.survey-navi__data {
  flex: 0 0 auto;
  margin: 0;
}
.survey-navi__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.survey-navi__list-item {
  flex: 0 0 auto;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.survey-navi__list-item span {
  display: inline-block;
}
.survey-link {
  background: #fff;
  text-align: center;
  padding: 8px 6px;
  border-radius: 6px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.survey-link:link,
.survey-link:visited {
  color: #0f4c82;
}
.survey-link--single {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 8px;
}
.survey-other-link__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.survey-other-link__item span {
  color: #fff;
  position: relative;
}
.survey-other-link__item span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}
.survey-other-link__item--back {
  background: #0f4c82 !important;
}
.survey-other-link__item--back span {
  padding-left: 0;
}
.survey-other-link__item--back span::before {
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_back.png");
}
.survey-other-link__item--blank {
  background: #000 !important;
}
.survey-other-link__item--blank span {
  display: flex;
  align-items: center;
}
.survey-other-link__item--blank span::before {
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_blank_survey_low.png");
  right: 0;
  left: auto;
}
.survey-other-link__banner {
  border-radius: 6px;
  background-color: #0f4c82;
  color: #fff;
  position: relative;
}
.survey-other-link__banner::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senkyo-data/database/sangiin/2025/img/icon_banner_arrow_survey.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.survey-other-link__banner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.survey-other-link__banner::before {
  background: url("/senkyo-data/database/sangiin/2025/img/icon_banner_survey.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.survey-other-link__banner-body {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.survey-top__top-link {
  background: #000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #fff;
}
.survey-top__top-link span {
  position: relative;
  display: inline-block;
}
.survey-top__top-link span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_link_blank_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-top__top-link img {
  display: block;
}
.survey-hirei-contents__no-result {
  background: #ebebeb;
  text-align: center;
}
.survey-hirei-contents__back-button {
  background-color: #0f4c82;
  padding: 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #333;
}
.survey-hirei-contents__back-button span {
  padding-left: 0;
  color: #fff;
  position: relative;
}
.survey-hirei-contents__back-button span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_search_white.png");
}
.survey-select {
  display: flex;
}
.survey-select__item {
  background: #e4eff9;
  flex: 0 0 auto;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
}
.survey-select__prty {
  margin-right: 5px;
}
.survey-low__lead {
  font-size: 1.4rem;
}
.survey-low__lead--hirei {
  display: block;
}
.isQuery .survey-low__lead--hirei {
  display: none;
}
.survey-low__lead--hirei-low {
  display: none;
}
.isQuery .survey-low__lead--hirei-low {
  display: block;
}
.survey-party__target {
  font-size: 1.4rem;
}
.qa-anchor {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}
.qa-anchor__item {
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
  position: relative;
  display: flex;
}
.qa-anchor__item:nth-of-type(1),
.qa-anchor__item:nth-of-type(2) {
  border-top: none;
}
.qa-anchor__link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.qa-anchor__link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qa-anchor__link:before {
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_anchor_survey_low.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.qa-anchor__link:hover {
  color: #2795d4;
}
.qa-category__title {
  color: #0f4c82;
  font-weight: bold;
  display: flex;
}
.qa-category__title:before {
  content: "";
  width: 5px;
  background-color: #0f4c82;
  border-radius: 3px;
}
.qa__question {
  font-weight: bold;
  color: #0f4c82;
  background: #fff;
  border: 1px solid #0f4c82;
  position: sticky;
  top: 0;
  z-index: 2;
}
.qa__question__num {
  color: #fff;
  font-weight: bold;
  background: #0f4c82;
}
.qa__img {
  margin: 32px auto 0;
}
.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 {
  border-style: solid;
  border-color: rgba(209,220,228,0.15);
  background-color: rgba(0,27,50,0.239);
  display: flex;
  flex-wrap: wrap;
}
.survey-top__anchor-item {
  border-left-style: solid;
  border-top-style: solid;
  border-left-color: rgba(209,220,228,0.15);
  border-top-color: rgba(209,220,228,0.15);
}
.survey-top__anchor-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.survey-top__anchor-item a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/senkyo-data/database/sangiin/2025/img/icon_anchor_survey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.survey-top__contents {
  background: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .survey-low-title__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 22px 0 23px;
    display: flex;
    align-items: center;
  }
  .survey-low-title__title-area {
    border-right: solid 1px #fff;
    padding-right: 24px;
  }
  .survey-low-title__logo {
    width: 45px;
  }
  .survey-low-title__title {
    width: 94px;
    margin-left: 12px;
  }
  .survey-low-title__text {
    font-size: 4rem;
    margin-left: 24px;
  }
  .survey-low-title__button-group {
    position: absolute;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    right: 0;
  }
  .survey-low-title__button {
    padding-right: 37px;
    min-width: 132px;
    height: 40px;
    padding-left: 16px;
  }
  .survey-low-title__button:hover {
    background: #333;
  }
  .survey-low-title__button span {
    font-size: 1.6rem;
  }
  .survey-low-title__button span::after {
    width: 16px;
    height: 16px;
    margin-left: 9px;
  }
  .survey-navi {
    padding-top: 20px;
  }
  .survey-navi__box {
    display: flex;
    align-items: center;
  }
  .survey-navi__title {
    width: 110px;
    font-size: 1.8rem;
    text-align: center;
  }
  .survey-navi__data {
    width: 882px;
  }
  .survey-navi__list-item {
    width: 88px;
  }
  .survey-link:hover {
    color: #2795d4;
  }
  .survey-other-link {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .survey-other-link__banner {
    width: 640px;
  }
  .survey-other-link__item span {
    padding-left: 40px;
  }
  .survey-other-link__item {
    width: 360px;
    height: 60px;
    font-size: 2.2rem;
    border-radius: 6px;
  }
  .survey-other-link__item + .survey-other-link__item {
    margin-left: 40px;
  }
  .survey-other-link__item--back span::before {
    width: 20px;
    height: 20px;
  }
  .survey-other-link__item--back:hover {
    background: #2795d4;
  }
  .survey-other-link__item--blank span {
    padding-right: 40px;
    padding-left: 0;
  }
  .survey-other-link__item--blank span img {
    width: 100%;
  }
  .survey-other-link__item--blank span::before {
    width: 20px;
    height: 20px;
  }
  .survey-other-link__item--blank:hover {
    background: #333;
  }
  .survey-other-link__banner {
    display: block;
  }
  .survey-other-link__banner::after {
    right: 22px;
    width: 28px;
    height: 28px;
  }
  .survey-other-link__banner::before {
    left: 24px;
    width: 31px;
    height: 39px;
  }
  .survey-other-link__banner-body {
    height: 64px;
    padding-left: 76px;
  }
  .survey-other-link__banner-textL {
    font-size: 2.8rem;
    margin-right: 17px;
  }
  .survey-other-link__banner-textS {
    font-size: 1.7rem;
  }
  .survey-top__button-group {
    position: absolute;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    top: 22px;
    right: 0;
  }
  .survey-top__top-link {
    width: 132px;
    height: 44px;
    padding-left: 16px;
  }
  .survey-top__top-link:hover {
    background: #333;
  }
  .survey-top__top-link span {
    width: 74px;
  }
  .survey-top__top-link span::after {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    right: -32px;
  }
  .survey-hirei__share {
    display: none;
  }
  .survey-hirei-contents__no-result {
    padding: 18px 0 40px;
    margin-bottom: 50px;
  }
  .survey-hirei-contents__back-button {
    width: 383px;
    height: 58px;
    font-size: 1.8rem;
    border-radius: 6px;
    margin: 22px auto 0;
  }
  .survey-hirei-contents__back-button:hover {
    background: #2795d4;
  }
  .survey-hirei-contents__back-button span {
    padding-left: 40px;
  }
  .survey-hirei-contents__back-button span::before {
    width: 16px;
    height: 17px;
  }
  .survey-select__item {
    width: calc((100% - 64px) / 5);
  }
  .survey-select__item + .survey-select__item {
    margin-left: 16px;
  }
  .survey-low__lead {
    max-width: 1000px;
    margin: 16px auto 20px;
  }
  .survey-party__target {
    width: 1000px;
    margin: 15px auto 0;
  }
  .survey-party__share {
    display: none;
  }
  .qa-section {
    width: 1000px;
    margin: 0 auto;
  }
  .qa-anchor {
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .qa-anchor__item {
    width: calc(100% / 3);
  }
  .qa-anchor__item *::-ms-backdrop,
  .qa-anchor__item {
    width: 33.33%;
  }
  .qa-anchor__item:nth-child(3n) {
    border-right: none;
  }
  .qa-anchor__item:nth-of-type(3) {
    border-top: none;
  }
  .qa-anchor__item:nth-child(3n+1):last-child:after,
  .qa-anchor__item:nth-child(3n+2):last-child:after {
    content: "";
    height: 100%;
    position: absolute;
    border-top: 1px solid #e0e0e0;
    top: -1px;
    left: 100%;
  }
  .qa-anchor__item:nth-child(3n+1):last-child:after {
    width: calc(200% + 2px);
  }
  .qa-anchor__item:nth-child(3n+2):last-child:after {
    width: calc(100% + 1px);
  }
  .qa-anchor__link {
    padding: 15px 50px 15px 34px;
  }
  .qa-anchor__link:before {
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .qa-category {
    margin: 30px 0;
  }
  .qa-category__title {
    font-size: 2.8rem;
    line-height: 32px;
  }
  .qa-category__title:before {
    margin-right: 26px;
  }
  .qa {
    margin: 40px 0;
  }
  .qa__question {
    font-size: 1.6rem;
  }
  .qa__question__num {
    padding: 8px 30px;
    font-size: 1.6rem;
  }
  .qa__question__text {
    padding: 10px 30px;
  }
  .qa__img {
    width: 700px;
  }
  .survey-top {
    margin: 0 auto;
  }
  .survey-top__main-view {
    background-image: url("/senkyo-data/database/sangiin/2025/img/bg_survey_pc.jpg");
  }
  .survey-top__main-view__inner {
    margin: 0 auto;
    padding: 40px 0 36px;
    max-width: 1000px;
  }
  .survey-top__title-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .survey-top__logo {
    width: 50px;
  }
  .survey-top__title {
    margin-left: 16px;
    width: 367px;
  }
  .survey-top__lead {
    font-size: 1.4rem;
    margin: 20px 0 0 0;
    line-height: 2;
  }
  .survey-top__anchor {
    border-width: 1px;
    border-radius: 6px;
    margin-top: 31px;
  }
  .survey-top__anchor-item {
    font-size: 2rem;
    width: 33.33%;
    border-left-width: 1px;
    border-top-width: 1px;
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(2),
  .survey-top__anchor-item:nth-child(3) {
    border-top-color: transparent;
    border-top-style: none;
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(4) {
    border-left-color: transparent;
    border-left-style: none;
  }
  .survey-top__anchor-item a {
    height: 64px;
  }
  .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: 48px 0 60px;
    max-width: 1000px;
  }
  .survey-top__share {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .survey-low-title__inner {
    padding: 24px 16px 16px;
  }
  .survey-low-title__logo {
    width: 9.329446064139942%;
  }
  .survey-low-title__title {
    width: 19.096209912536445%;
    margin-left: 5px;
  }
  .survey-low-title__text {
    font-size: 3.2rem;
    margin-top: 14px;
  }
  .survey-low-title__button {
    position: absolute;
    padding: 10px 12px 10px 20px;
    top: 22px;
    right: 16px;
    min-width: 35.06666666666667%;
  }
  .survey-low-title__button span {
    padding-right: 16px;
  }
  .survey-low-title__button span::after {
    width: 12px;
    height: 12px;
    margin-left: 9.125475285171103%;
  }
  .survey-reader {
    display: none;
  }
  .survey-navi {
    padding-top: 16px;
  }
  .survey-navi__title {
    font-size: 1.6rem;
    padding: 3px 12px 8px;
  }
  .survey-navi__list-item {
    width: 20%;
    font-size: 14px;
  }
  .survey-link {
    font-size: 1.4rem;
    padding: 8px 2px;
  }
  .survey-link--single {
    padding: 10px 30px;
  }
  .survey-other-link {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .survey-other-link__item span {
    padding-left: 20px;
  }
  .survey-other-link__item {
    width: 81.33704735376045%;
    height: 51px;
    margin: 0 auto;
    font-size: 1.8rem;
    border-radius: 4.5px;
  }
  .survey-other-link__item + .survey-other-link__item {
    margin-top: 20px;
  }
  .survey-other-link__item--back span::before {
    width: 15px;
    height: 15px;
  }
  .survey-other-link__item--blank span {
    padding-right: 25px;
    padding-left: 0;
  }
  .survey-other-link__item--blank span::before {
    width: 15px;
    height: 15px;
  }
  .survey-other-link__banner {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .survey-other-link__banner::after {
    right: 10px;
    width: 14px;
    height: 14px;
  }
  .survey-other-link__banner::before {
    left: 10px;
    width: 30px;
    height: 37px;
  }
  .survey-other-link__banner-body {
    padding-left: 50px;
    padding-right: 28px;
  }
  .survey-other-link__banner-textL {
    font-size: 2.6rem;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .survey-other-link__banner-textS {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .survey-top__top-link {
    position: absolute;
    top: 23px;
    right: 16px;
    width: 35.06666666666667%;
    height: 40px;
    padding-left: 20px;
  }
  .survey-top__top-link span {
    width: 65.91928251121077%;
  }
  .survey-top__top-link span::after {
    width: 12px;
    height: 12px;
    right: -24px;
  }
  .survey-hirei-contents__no-result {
    padding: 10px 0 30px;
    margin-bottom: 36px;
  }
  .survey-hirei-contents__back-button {
    width: 78.55153203342618%;
    height: 48px;
    margin: 22px auto 0;
    font-size: 1.6rem;
    border-radius: 4.5px;
  }
  .survey-hirei-contents__back-button span {
    padding-left: 20px;
  }
  .survey-hirei-contents__back-button span::before {
    width: 12px;
    height: 13px;
  }
  .survey-select {
    flex-wrap: wrap;
  }
  .survey-select__item {
    width: calc((100% - 8px) / 2);
  }
  .survey-select__item:nth-child(even) {
    margin-left: 8px;
  }
  .survey-select__item:nth-child(n+3) {
    margin-top: 8px;
  }
  .survey-low__lead {
    margin: 10px auto 16px;
    padding: 0 16px;
  }
  .survey-low__lead p {
    margin: 0;
  }
  .survey-party__target {
    margin: 10px 16px 0;
  }
  .qa-anchor {
    margin: 35px 16px 0;
  }
  .qa-anchor__item {
    width: 50%;
    font-size: 1.4rem;
  }
  .qa-anchor__item:nth-child(2n) {
    border-right: none;
  }
  .qa-anchor__item:nth-child(2n+1):last-child:after {
    content: "";
    width: calc(100% + 1px);
    height: 100%;
    position: absolute;
    border-top: 1px solid #e0e0e0;
    top: -1px;
    left: 100%;
  }
  .qa-anchor__link {
    padding: 15px 32px 15px 12px;
  }
  .qa-anchor__link:before {
    right: 12px;
    width: 18px;
    height: 18px;
  }
  .qa-category {
    margin: 36px 0;
  }
  .qa-category__title {
    font-size: 2.4rem;
    padding: 0 16px;
    line-height: 1;
  }
  .qa-category__title:before {
    margin-right: 20px;
  }
  .qa {
    padding: 0 16px;
    margin: 30px 0;
  }
  .qa__question {
    font-size: 1.4rem;
  }
  .qa__question__num {
    padding: 9px 16px;
    font-size: 1.5rem;
  }
  .qa__question__text {
    padding: 13px 16px;
  }
  .survey-top__main-view {
    background-image: url("/senkyo-data/database/sangiin/2025/img/bg_survey_sp.jpg");
  }
  .survey-top__main-view__inner {
    padding: 24px 16px 18px;
  }
  .survey-top__logo {
    width: 13.994169096209912%;
  }
  .survey-top__title {
    margin-top: 18px;
  }
  .survey-top__lead {
    font-size: 1.2rem;
    margin: 14px 0 0 0;
    line-height: 1.8;
  }
  .survey-top__anchor {
    border-width: 2px;
    border-radius: 9px;
    margin-top: 25px;
  }
  .survey-top__anchor-item {
    font-size: 1.8rem;
    flex: 0 0 50%;
    border-left-width: 2px;
    border-top-width: 2px;
  }
  .survey-top__anchor-item:nth-child(1),
  .survey-top__anchor-item:nth-child(2) {
    border-top-color: transparent;
    border-top-style: none;
  }
  .survey-top__anchor-item:nth-child(odd) {
    border-left-color: transparent;
    border-left-style: none;
  }
  .survey-top__anchor-item a {
    height: 55px;
  }
  .survey-top__anchor-item a::after {
    width: 19px;
    height: 19px;
    right: 5px;
  }
  .survey-top__contents__inner {
    padding: 34px 0 40px;
  }
}
@media screen and (max-width: 320px) {
  .survey-low-title__button {
    padding-left: 13px;
  }
  .survey-low-title__button span {
    font-size: 1.5rem;
  }
  .survey-other-link__item {
    font-size: 1.8rem;
  }
  .survey-top__top-link {
    padding-left: 13px;
  }
  .survey-top__top-link span::after {
    top: 60%;
  }
  .survey-hirei-contents__back-button {
    font-size: 1.8rem;
  }
  .survey-top__anchor-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1223px) and (min-width: 768px) {
  .survey-hirei {
    min-width: calc(1224px - (100vw - 100%));
  }
  .survey-low {
    min-width: calc(1224px - (100vw - 100%));
  }
  .survey-party {
    min-width: calc(1224px - (100vw - 100%));
  }
  .survey-top {
    min-width: calc(1224px - (100vw - 100%));
  }
}

/* ---------------------------------------------------------------------------------------------------- */
.survey-top__lead a {
  color: currentcolor;
  text-decoration: underline;
}
.survey-other-link--touhakaitou__banner {
  border-radius: 6px;
  border: 2px solid #0f4c82;
  background-color: #fff;
  color: #fff;
  position: relative;
}
.survey-other-link--touhakaitou__banner::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senkyo-data/database/sangiin/2025/img/icon_banner_arrow_survey_touhakaitou.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.survey-other-link--touhakaitou__banner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senkyo-data/database/sangiin/2025/img/icon_banner_touhakaitou.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.survey-other-link--touhakaitou__banner-body {
  font-weight: bold;
  color: #0f4c82;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .survey-top__lead a:hover {
    text-decoration: none;
  }
  /**/.survey-other-link__banner::before {
    left: 24px;
    width: 35px;
    height: 44px;
  }
  /**/.survey-other-link__banner-textL {
    font-feature-settings: "palt";
  }

  .survey-other-link--index {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .survey-other-link__banner {
    margin: 0 auto;
  }
  .survey-other-link--touhakaitou__banner {
    display: block;
    width: 640px;
    margin: 16px auto 0;
  }
  .survey-other-link--touhakaitou__banner::after {
    right: 22px;
    width: 28px;
    height: 28px;
  }
  .survey-other-link--touhakaitou__banner::before {
    left: 23px;
    width: 34px;
    height: 26px;
  }
  .survey-other-link--touhakaitou__banner-body {
    display: flex;
    align-items: center;
    gap: 0 48px;
    width: 100%;
    height: 60px;
    padding-right: 50px;
    padding-left: 74px;
    font-feature-settings: "palt";
  }
  .survey-other-link--touhakaitou__banner-textL {
    font-size: 2.8rem;
  }
  .survey-other-link--touhakaitou__banner-textS {
    line-height: 1.3;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .survey-other-link--index {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  /* .survey-other-link__banner {
    margin-top: 10px;
  } */
  /**/.survey-other-link__banner-textL {
    line-height: 1.1578;
    font-size: 1.9rem;
  }

  .survey-other-link--touhakaitou__banner {
    display: flex;
    align-items: center;
    height: 46px;
    margin-top: 10px;
  }
  .survey-other-link--touhakaitou__banner::after {
    right: 8px;
    width: 14px;
    height: 14px;
  }
  .survey-other-link--touhakaitou__banner::before {
    left: 10px;
    width: 27px;
    height: 21px;
  }
  .survey-other-link--touhakaitou__banner-body {
    padding-left: 48px;
    padding-right: 28px;
  }
  .survey-other-link--touhakaitou__banner-textL {
    font-size: calc(52 / 750 * 100vw);
  }
  .survey-other-link--touhakaitou__banner-textS {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .survey-other-link--touhakaitou__banner-textL {
    font-size: calc(48 / 750 * 100vw);
  }
}
/* ---------------------------------------------------------------------------------------------------- */
