@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f2f2f2;
}
/* IE8~11はメイリオ */
@media screen\0 {
  body {
    font-family: "Segoe UI", /* Windowsの欧文*/ Meiryo,
      /* メイリオ */ sans-serif;
  }
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
/*ヘッダー*/
#header0, #header1 {
  /* background-color: #cceed9; */
  color: #d52e31;
  height: 220px;
  font-size: 1.375rem;
  /* background-image: url(../img/topbg_04.png), url(../img/topbg_03.png),
    url(../img/topbg_02.png), url(../img/topbg_01.png);
  background-repeat: no-repeat, repeat-x, repeat-x, repeat;
  background-position: center, top, bottom, center;
  background-size: 100% 300px, 50px 12px, 1600px 274px, 40px 40px; */
  padding-bottom: 30px;

  background-image: url(../img/topbg_04.png), url(../img/topbg_03.png), url(../img/topbg_02.png);
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-position: center, top, bottom;
  background-size: 100% 300px, 50px 12px, 1600px 274px;
}
#header0 h1, #header1 h1{
  font-size: 2.5em;
  margin-bottom: 3rem;
}
@media all and (-ms-high-contrast: none) {
  #header0 h1, #header1 h1 {
  }
}

.header-nichiji {
  background: #dd585a;
  color: #ffff00;
  border-radius: 1.25em;
  padding: 0px 20px;
  margin-top: -5px;
}
.header-nichiji > .topbigmoji {
  font-size: 1.45em;
  line-height: 1.5em;
}
/* スマホ版ヘッダー*/
@media screen and (max-width: 896px) {
  #header0, #header1 {
    font-size: 0.9rem;
    height: 120px;
    background-size: 100% 300px, 50px 12px, 800px 137px, 40px 40px;
    padding-bottom: 10px;
  }
  #header0 h1, #header1 h1 {
    margin-bottom: 1rem;
    font-size: 2.0em;
  }
}
.maincont {
  background-image: url(../img/body-bg.svg);
  background-size: 100%;
}
/* hide/show切り替えコンテンツ */
/*選挙区リンク*/
div.page-navi-title {
  font-size: 1.25rem;
  font-weight: 700;
  border-left: #007bff 5px solid;
}
div.page-navi {
  margin-bottom: 1.5rem;
}
div.page-navi li {
  font-size: 1.5rem;
}
.page-navi li > a:hover,
.page-navi li > a:focus {
  text-decoration: underline;
}
.page-navi li > a.nav-link {
  padding: 0.5rem 0.75rem;
}
/* スマホ版見出し*/
@media screen and (max-width: 896px) {
  div.page-navi li {
    font-size: 1.25rem;
  }
}
/* SE版見出し*/
@media screen and (max-width: 350px) {
  div.page-navi li {
    font-size: 1.25rem;
  }
}

/*見出し*/
.page-title {
  word-break: keep-all;
  color: white;
  background-color: #d1383b;
  font-size: 1.25rem;
  /* font-weight: bold; */
}

/* スマホ版見出し*/
@media screen and (max-width: 896px) {
}

/* SE版見出し*/
@media screen and (max-width: 375px) {
  .page-title {
    font-size: 1.1rem;
  }
}
/*更新ボタン*/
.btn-refresh {
  color: white;
  background: #e41616;
  min-width: 15%;
}
.btn-refresh:hover {
  background-color: #9e1212;
  color: white;
}
/*投票率と開票率*/
.vote-election {
  background-color: #ededed;
  padding: 1em;
  font-size: 1.25rem;
}

/* スマホ版投票率と開票率*/
@media screen and (max-width: 896px) {
  .vote-election {
    font-size: 1rem;
  }
}
/* SE版投票率と開票率*/
@media screen and (max-width: 350px) {
  .vote-election {
    font-size: 14px;
  }
}
.schedule-wrap {
  background-color: white;
  color: #333;
  border-radius: 5px;
  box-shadow: 2px 2px 1px 1px rgb(0 0 0 / 20%);
  border-left: 7px solid #fbca17;
  font-size: 1rem;
  width: 100%;
  /* width: 30em; */
  /* max-width: 100%; */
  padding: 10px;
}
.schedule-wrap .title {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #009de3;

  width: 65%;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.schedule-wrap .title span {
  background: linear-gradient(transparent 55%, #ffca00 45%);
  padding: 0px 6px;
  padding-bottom: 2px;
}
.schedule-wrap table.schedule {
  width: 100%;
  background-color: #fff;
  font-size: 1em;
  /* font-weight: bold; */
  border-collapse: separate;
  border-spacing: 0px 4px;
}
.schedule-wrap table.schedule td {
  height: 3.7em;
  line-height: 1.25em;
  padding: 0px 0.5em;
  background-color: #f2f2f2;
}
.schedule-wrap table.schedule td.s-left {
  width: 20%;
  text-align: center;
  background: #da6062;
  color: #fff;
  font-weight: bold;
}
.schedule-wrap table.schedule td img {
  height: 3em;
  width: auto;
}
.schedule-wrap table.schedule td.btm {
  background-color: #33b1e9;
}
/* スマホ版スケジュール */
@media screen and (max-width: 896px) {
  .schedule-wrap {
    font-size: 0.75rem;
    /* width: 100%; */
  }
}
@media screen and (min-width: 992px) {
  .schedule-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* スケジュールタイトル */
@media screen and (max-width: 767px) {
  .schedule-wrap .title {
    width: 100%;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
}
/* iPad版スケジュール・ニュース欄*/
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait){
    .schedule dl {
      padding:15px;  
    }
} */
.banner {
  max-width: 300px;
}
.banner img:hover,
.banner a:hover {
  opacity: 0.7;
}
/* FNN選挙特設ページリンク */
.fnn-senkyo {
  margin-bottom: 1rem;
  border: #ed6a6c 1px solid;
}
.fnn-senkyo ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fnn-senkyo h3 {
  color: white;
  margin-bottom: 0;
  font-size: 1.2rem;
  /* font-weight: bold; */
  background: #ed6a6c;
  text-align: center;
  padding: 0.5em 0.25em;
}
.fnn-senkyo h3 i {
  vertical-align: middle;
}
/*選挙関連ニュース欄*/
.newscont {
  display: none;
  background-color: white;
}
/* .news-list, .news-list-more {
  justify-content: center;
} */
.news-article {
}
.news-article p {
  padding: 0 6px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  line-height: 1.5;
  font-size: 80%;
}
.news-article p.date {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 65%;
}
.news-article img {
  width: 100%;
  height: auto;
}
.news-article a {
  width: 100%;
  color: black;
  display: block;
}
.news-article a:hover {
  color: #e41616;
  background-color: rgb(255, 235, 235);
  text-decoration: none;
}
#newsmore-1-btn button, newsmore-2-btn button { /* もっと見るボタン */
  width: 200px;
}
/* スマホ版 選挙関連ニュース欄*/
@media screen and (max-width: 767px) {
  .news-article {
    font-size: 0.875rem;
  }
}
/*立候補者テーブル*/
.list-cont {
  /* background-color: #e5f7ec; */
  padding: 1rem 0.5em;
}
@media screen and (min-width: 992px) {
  .list-cont {
    /* box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%); */
  }
}
.list-title {
  max-width: 600px;
  padding: 0 0.75em;
}
.list-title h1 {
  background-color: #ffca00;
  color: #d52e31;
  font-size: 1.45rem;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
}
.ritujoho {
  background-color: #33b1e9;
  color: white;
  font-size: 1.1em;
  /* font-weight: bold; */
  border-radius: 1em;
  width: 90%;
  max-width: 600px;
}
.btn-koshin {
  border: 2px solid #ed1c24;
  color: #ed1c24;
  font-weight: bold;
  margin-left: auto;
}
.btn-koshin:hover {
  background-color: #eeabad;
  color: #ed1c24;
}
.btn-koshin:disabled {
  background-color: inherit;
  opacity: 0.4;
}
.list-wrap {
  background-color: #eeabad;
  padding: 0.75em;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
}
.item-cont {
  background-color: #fff;
  padding: 6px;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
}
.item {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem; /*12px想定*/
}
.item .tosencont {
  width: 36px;
  color: #888;
}
/* .item .tosencont img {
  display: none;
} */
.item .shashin {
  width: 85px;
}
.item .shashin > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 897px) {
  .item .namebox { min-width: 20em; }
}
.item .name {
  font-size: 1.7em;
  font-weight: bold;
}
.item .party {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  border: 2px solid;
  height: 1.75em;
  border-radius: 1.33em;
  width: 4em;
}
/*政党の色分け*/
/* .item .party.mu {
  border-color: #999999;
  color: #999999;
}
.item .party.jimin {
  border-color: #c1272d;
  color: #c1272d;
} */
/*政党の色分けここまで*/

/* .item .joho > span {
  border-right: 1px solid #999;
  padding: 0px 0.5em;
}
.item .joho > span:last-child {
  border: none;
} */
.item .joho > span {
  border-left: 1px solid #999;
  padding: 0px 0.5em;
}
.item .joho > span:first-child {
  border: none;
}
.item .num-cont {
  font-size: 1.66em;
  font-weight: bold;
  padding-right: 4px;
}
.num-cont span {
  font-size: 0.8em;
}
.num-cont.pc {
  height: 84px;
  width: 6em;
  border-left: 1px dotted #999;
}
.num-cont.pc > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: end;
}
/*itemクラスと同じ階層にtosenフラグがある場合*/
/* .item.tosen .tosencont img {
  display: block;
} */
.item.tosen .num-cont {
  background-color: #ffca00;
  color: #d52e31;
}

/*当選ライン*/
.border-line {
  text-align: right;
  position: relative;
  /* width: 100%; */
  width: calc(100% + 15px);
  border-top: solid 5px #d61616; /*top: -5px;
    bottom: 5px;*/
  margin: 2.5px -7.5px;
}
.border-line span {
  background: #d61616;
  border-radius: 3px 3px 0 0 /3px 3px 0 0;
  color: #fff;
  font-size: 0.85em;
  padding: 2.5px 0px 0 0px;
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: center;
  right: 5px;
  bottom: 5px;
  z-index: 9;
}

/*SP版当選ライン*/
@media screen and (max-width: 896px) {
  .border-line span {
    left: 5px;
    padding: 0;
  }
}

/* PC版立候補者*/
@media screen and (min-width: 992px) {
  .item {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 415px) {
  .item {
    font-size: 0.85rem;
  }
}
/*ナビゲーション*/
.navbtn {
  border-radius: 0.4rem;
  background: #19a7e6;
  width: 100%;
  color: white;
  text-decoration: none;
  padding: 0.5em 0;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
  /* font-weight: bold; */
}
.navbtn:hover {
  background: #196180;
  color: white;
}
.nav-bottom {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav-bottom a {
  width: 17em;
}
/*SP版ナビゲーション*/
@media screen and (max-width: 991px) {
  .nav-bottom {
    flex-direction: column;
  }
}

/*CX欄*/
.cx-cont {
  background-color: #fee9ef;
  padding: 2em 0px;
  font-size: 0.875rem;
  width: 100%;
}
.cx-top div {
  width: 50%;
  max-width: 300px;
}
.cx-top div img {
  width: 200px;
  max-width: 100%;
  height: auto;
}
.cx-nichicon {
  font-weight: bold;
  display: block;
  font-size: 1.3rem;
  border: 4px double #fa2360;
  color: #fa2360;
  padding: 3.5px 10px;
  margin: 10px 0px;
}
.cx-midashi {
  display: inline-block;
  background-color: #4d4d4d;
  color: white;
  /* font-weight: bold; */
  font-size: 1.143em;
  padding: 1.5px 10px;
  margin: 10px 0px 5px 0;
}
@media screen and (min-width: 992px) {
  /*2カラムになる際*/
  .cx-cont {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
    padding: 2em 1em;
    border-radius: 0.5em;
  }
  .cx-cont .cx-nichicon {
    font-size: 1.25em;
  }
  .cx-top > div > img {
    width: 100%;
  }
}

/* 選挙のキホン */
.sub-midashi {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ed6a6c;
  background-color: #fad2d3;
  width: 8em;
  padding: 0.25em 0.55em;
}
.senkyokihon-cont {
  display: flex;
  /* justify-content: center;
  align-items: center;
  flex-direction: column; */
  padding: 0.5em;
}
.senkyokihon-item {
  border: 1px solid #b3b3b3;
  font-size: 0.8125rem;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.senkyokihon-item:hover {
  opacity: 0.6;
}
.senkyokihon-item > div {
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.senkyokihon-item p {
  line-break: loose;
  word-break: break-all;
  word-wrap: break-word;
}
.senkyokihon-item .kuwashiku {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009de3;
  border-radius: 2.5px;
  /* font-weight: bold; */
  color: white;
  width: 7em;
  padding: 0.25em 0.55em;
}
.senkyokihon-item2 {
  font-size: 0.8125rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.senkyokihon-item2:hover {
  opacity: 0.6;
  text-decoration: none;
}
.senkyokihon-item2:hover span.senkyokihon-title {
  text-decoration: underline;
}
.senkyokihon-item2 i {
  font-size: 1.25rem;
}


/*フッダー*/
#footer {
  background-color: #d1383b;
  color: white;
  padding: 20px 0;
  margin-top: 40px;
}

/*スマホ版*/
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
  .pc {
    display: none!important;
  }
}

/*PC版*/
@media screen and (min-width: 897px) {
  .sp {
    display: none!important;
  }
  .pc {
    display: block;
  }
}

/*YouTube*/
.movie-cont {
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009de3;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .movie-cont {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .movie-cont {
    font-size: 1rem;
  }
}
.movie-cont img {
  width: 100%;
  height: auto;
}
.movie-cont h1 {
  font-size: 2.5em;
}
.movie-cont h2.line {
  font-size: 1.5em;
  background-color: #ffca00;
  font-weight: bold;
  color: #009de3;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: #b5b5b5 1px solid;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*TOPに戻るボタン*/
.totop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  transition: 0.5s;
  opacity: 0.8;
}
.totop img {
  /* width: 105px;
  height: 105px; */
}
.totop:hover {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.9;
  }
  .totop img {
    width: 70px;
    height: 70px;
  }
}
