@charset "UTF-8";
/* line 17, ../sass/election.scss */
.contHead.election {
  height: auto;
}
/* line 19, ../sass/election.scss */
.contHead.election .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 2em 0;
}
/* line 26, ../sass/election.scss */
.contHead.election .inner h1 {
  position: static;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 30, ../sass/election.scss */
.contHead.election .inner .datedata {
  width: 100%;
  max-width: 880px;
  display: flex;
  padding: 19px;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-left: 4vw;
  margin-right: 4vw;
  border-radius: 10px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  /* line 30, ../sass/election.scss */
  .contHead.election .inner .datedata {
    padding: 0.5em 1em;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
/* line 52, ../sass/election.scss */
.contHead.election .inner .datedata .kouji:after {
  content: "／";
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  /* line 57, ../sass/election.scss */
  .contHead.election .inner .datedata .kouji:after {
    display: none;
  }
}

/* line 69, ../sass/election.scss */
.kouhoList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* line 73, ../sass/election.scss */
.kouhoList .kouho {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border: 3px solid #f0f0f0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  /* line 73, ../sass/election.scss */
  .kouhoList .kouho {
    flex-wrap: wrap;
  }
}
/* line 87, ../sass/election.scss */
.kouhoList .kouho .photo {
  aspect-ratio: 149 / 187;
  overflow: hidden;
  width: 149px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 87, ../sass/election.scss */
  .kouhoList .kouho .photo {
    width: 30.13333vw;
  }
}
/* line 98, ../sass/election.scss */
.kouhoList .kouho .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 104, ../sass/election.scss */
.kouhoList .kouho .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 109, ../sass/election.scss */
.kouhoList .kouho .text .name {
  color: #1b1b1b;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
/* line 116, ../sass/election.scss */
.kouhoList .kouho .text .seitou {
  color: #1b1b1b;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 127, ../sass/election.scss */
.kouhoList .kouho .text .seitou:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #0d8725;
}
@media screen and (max-width: 768px) {
  /* line 135, ../sass/election.scss */
  .kouhoList .kouho .text .seisakuPC {
    display: none;
  }
}
/* line 141, ../sass/election.scss */
.kouhoList .kouho .seisakuSP {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/election.scss */
  .kouhoList .kouho .seisakuSP {
    width: 100%;
    display: block;
  }
}

/* line 154, ../sass/election.scss */
p.kaihyou {
  text-align: right;
}

/* line 157, ../sass/election.scss */
table.eleTable {
  border-width: 0 0 1px 0;
}
/* line 159, ../sass/election.scss */
table.eleTable th,
table.eleTable td {
  border-width: 0 0 1px 0;
  width: auto;
  text-align: center;
}
/* line 165, ../sass/election.scss */
table.eleTable th {
  background: #1f893b;
  color: #fff;
}
/* line 170, ../sass/election.scss */
table.eleTable td.photo {
  width: 30% !important;
}
/* line 172, ../sass/election.scss */
table.eleTable td.photo .photoArea {
  display: flex;
  align-items: center;
  gap: 1.5em;
  color: #1b1b1b;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 172, ../sass/election.scss */
  table.eleTable td.photo .photoArea {
    flex-direction: column;
    gap: 0.5em;
    font-size: 4.26667vw;
  }
}
/* line 189, ../sass/election.scss */
table.eleTable td.photo .photoArea figure {
  aspect-ratio: 88 / 111;
  width: 88px;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 189, ../sass/election.scss */
  table.eleTable td.photo .photoArea figure {
    width: 23.46667vw;
  }
}
/* line 197, ../sass/election.scss */
table.eleTable td.photo .photoArea figure img {
  object-fit: cover;
  width: 23.46667vw;
}
/* line 206, ../sass/election.scss */
table.eleTable td.toukaku {
  width: 10%;
  padding-left: 0;
}
/* line 210, ../sass/election.scss */
table.eleTable td.toukaku .mark {
  aspect-ratio: 1 / 1;
  width: 2.4em;
  display: inline-flex;
  border-radius: 100%;
  background: #e60a1a;
  color: #fff;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  /* line 210, ../sass/election.scss */
  table.eleTable td.toukaku .mark {
    font-size: 4vw;
  }
}
/* line 229, ../sass/election.scss */
table.eleTable td.seitou {
  width: 20%;
  color: #1b1b1b;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 229, ../sass/election.scss */
  table.eleTable td.seitou {
    font-size: 3.73333vw;
  }
}
/* line 243, ../sass/election.scss */
table.eleTable td.genshin {
  width: 20%;
  color: #1b1b1b;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 243, ../sass/election.scss */
  table.eleTable td.genshin {
    font-size: 3.73333vw;
  }
}
/* line 257, ../sass/election.scss */
table.eleTable td.tokuhyou {
  width: 20%;
  text-align: right;
  color: #1b1b1b;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 257, ../sass/election.scss */
  table.eleTable td.tokuhyou {
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 277, ../sass/election.scss */
  #pnkz {
    display: block;
    padding-top: 0;
  }
}
/* line 286, ../sass/election.scss */
section.bgDot {
  background-image: url(../../img/bgDot.png);
  padding-bottom: 2em;
}

/* line 294, ../sass/election.scss */
.tokusyuArea {
  display: flex;
  flex-wrap: wrap;
  --gap: 40px;
  gap: var(--gap);
}
/* line 299, ../sass/election.scss */
.tokusyuArea .tokusyu {
  width: calc((99.99% - (var(--gap) * 2)) / 3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  border: 1px solid var(--grey-base, #b3b3b3);
  background: #fff;
}
@media screen and (max-width: 768px) {
  /* line 299, ../sass/election.scss */
  .tokusyuArea .tokusyu {
    width: 100%;
  }
}
/* line 314, ../sass/election.scss */
.tokusyuArea .tokusyu .desc {
  padding: 0.5em;
}
/* line 316, ../sass/election.scss */
.tokusyuArea .tokusyu .desc .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
