@charset "UTF-8";
/* CSS Document */
#moble-menu {
  display: none;
}
body {
  font-size: 16px;
  color: #666;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0px;
  vertical-align: top;
  background: transparent;
  font-weight: normal;
}
p {
  line-height: 1.5em;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#wrap {
  position: relative;
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  /* box-shadow */
  box-shadow: rgba(214, 214, 214, 0.65098) 0px 0px 15px 5px;
  -webkit-box-shadow: rgba(214, 214, 214, 0.65098) 0px 0px 15px 5px;
  -moz-box-shadow: rgba(214, 214, 214, 0.65098) 0px 0px 15px 5px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------ページ送り-----------------------------*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #A3CBFA; /* 通常の背景色 */
  border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
  background: none;
  color: #A3CBFA;
}
.pagination a:hover {
  color: #F9D635; /* マウスホバー時の文字色 */
  background: #A3CBFA; /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #F9D635; /* 現在のページの文字色 */
  background: #A3CBFA; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span, .pagination a {
    padding: 7px 10px 7px 10px;
  }
  .pagination .current {
    padding: 7px 10px 7px 10px;
  }
}
/*------------------------------------nav------------------------------*/
#nav-box {
  width: 157px;
  margin-left: 20px;
  position: fixed;
  z-index: 100;
}
#nav01 {
  text-align: center;
  padding: 10px;
  background-color: #68ACFA;
  margin-bottom: 10px;
}
#nav02 {
  padding: 10px;
  background-color: #68ACFA;
  margin-bottom: 10px;
}
#nav02 p {
  line-height: 1.2em;
}
#nav02 p a {
  font-size: 80%;
  color: #fff;
  text-decoration: none;
}
#nav02 p a:hover {
  color: #FFA000;
}
#nav03 {
  min-height: 1500px;
  background-color: #68ACFA;
}
#nav03-link {
  background-color: #FF9933;
  padding-bottom: 10px;
}
#nav03-link p {
  line-height: 1.2em !important;
  margin: 0px 10px;
}
#nav03-link a {
  color: #FFFFFF;
  font-size: 80%;
  text-decoration: none;
}
#nav03-link a:hover {
  text-decoration: underline;
}
/*------------------------------------header------------------------------*/
#header-box {
  position: relative;
}
#header-box h1 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 70%;
  font-weight: normal;
  margin-left: 250px;
}
#top-image {
  position: absolute;
  top: 200px;
  left: 250px;
}
#top-image img {
  width: 100%;
}
#slide img {
  width: 100%;
}
/*------------------------------------articl------------------------------*/
#article-box {
  margin-left: 250px;
  margin-right: 20px;
}
#top-messe {
  margin-top: 200px;
}
/*---------------------------------navi-link------------------------------*/
#navi-link {
  margin-top: 20px;
  margin-right: -20px;
}
#navi-link li {
  float: left;
}
#navi-link img {
  margin-right: 20px;
  margin-bottom: 18px;
  /* border-radius */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/*---------------------------------blog------------------------------*/
#blog {
  padding-top: 20px;
  clear: both;
}
#blog h2 {
  width: 96%;
  border-bottom: #68ACFA solid 1px;
  margin-bottom: 20px;
}
#smr ul {}
#smr li {
  font-size: 80%;
  line-height: 2em;
}
#smr li a {
  color: #3FA8F4;
  font-size: 150%;
  text-decoration: none;
}
.column-article {
  vertical-align: middle !important;
  line-height: 1.7em;
}
.notice {
  font-size: 12px;
  padding: 2px 10px;
  color: #FFFFFF;
  background-color: #FFA700;
}
.info {
  font-size: 12px;
  padding: 2px 9px;
  color: #FFFFFF;
  background-color: #8EC686;
}
.blog {
  font-size: 12px;
  padding: 2px 16px;
  color: #FFFFFF;
  background-color: #68ACFA;
}
.update-title {
  margin-left: 10px;
  font-size: 16px !important;
}
.update-title a {
  text-decoration: none;
  color: #68ACFA;
}
.column-article .entry-date {
  display: inline-block;
  width: 130px;
  font-size: 14px;
}
/*---------------------------------inc-rss------------------------------*/
#inc-rss {
  width: 685px;
  clear: both;
  padding-top: 30px;
}
#inc-rss {
  font-size: 13px;
  line-height: 1.4em;
}
#inc-rss li a {
  display: block;
  color: #68ACFA;
  text-decoration: none;
}
#inc-rss li a:hover {
  color: #FF6600;
  text-decoration: none;
}
#inc-rss li small {
  display: block;
  margin-top: 10px;
}
#rss-lbox {
  float: left;
  width: 295px;
  min-height: 670px;
  padding: 20px;
  background-color: #EFEFEF;
  /* border-radius */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#rss-lbox li {
  list-style: none;
  border-bottom: #999 dotted 1px;
  padding-bottom: 5px;
}
#rss-rbox {
  float: right;
  width: 295px;
  min-height: 670px;
  padding: 20px;
  background-color: #EFEFEF;
  /* border-radius */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/*-------------------------------bottom-link------------------------------*/
#bottom-link {
  clear: both;
  padding-top: 30px;
  margin-right: -20px;
}
#bottom-link li {
  float: left;
}
#bottom-link img {
  margin-right: 20px;
  margin-bottom: 10px;
  /* border-radius */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/*-------------------------------footer------------------------------*/
#footer-box {
  padding: 20px 0px 20px 250px;
  background-color: #E5E5E5;
}
#footer-link {
  font-size: 12px;
}
#footer-link li a {
  color: #999;
  text-decoration: none;
}
#footer-link li a:hover {
  color: #FFA000;
}
.footer-link01 {
  float: left;
  width: 130px;
}
.footer-link02 {
  float: left;
  width: 130px;
}
.footer-link03 {
  float: left;
  width: 140px;
}
.footer-link04 {
  float: left;
  width: 200px;
}
#footer-disc {
  margin-left: 110px;
}
#foot-mark img {
  float: left;
}
.hyakusyo {
  display: none;
}
/*-------------------------------トップページ------------------------------*/
#top-messe p {
  line-height: 1.7em;
  margin-bottom: 15px;
}
/*-------------------------------政策・信条------------------------------*/
#seisaku {
  margin-top: 15px;
  padding: 50px 40px 80px 40px;
  width: 86%;
  /* border */
  border: 1px solid rgb(204, 204, 204);
  /* border-radius */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /* box-shadow */
  box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -moz-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
}
#seisaku {
  background-image: url(images/beisaku-image.jpg);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#seisaku td {
  vertical-align: top;
  margin: 0px;
  padding-bottom: 20px;
  padding-right: 15px;
}
.seisaku01 br, .seisaku02 br, .seisaku03 br, .seisaku04 br {
  display: none;
}
.seisaku01 {
  color: #8BC53F;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #8BC53F solid 1px;
}
.seisaku02 {
  color: #A57C52;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #A57C52 solid 1px;
}
.seisaku03 {
  color: #F05A24;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #F05A24 solid 1px;
}
.seisaku04 {
  color: #FF7BAB;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #FF7BAB solid 1px;
}
.seisaku05 {
  color: #0071BB;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #0071BB solid 1px;
}
/*------------------------------プロフィール------------------------------*/
#profile {
  margin-top: 15px;
  padding: 50px 40px 120px 40px;
  width: 86%;
  /* border */
  border: 1px solid rgb(204, 204, 204);
  /* border-radius */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /* box-shadow */
  box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -moz-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
}
#profile {
  background-image: url(images/beisaku-image.jpg);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#profile h2 {
  color: #68ACFA;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: #3FA8F4 solid 1px;
}
#profile h3 {
  font-size: 120%;
  clear: both;
  color: #3FA8F4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#profile table {
  width: 100%;
}
#profile th {
  width: 30%;
  vertical-align: top;
}
#profile th img {
  width: 80%;
  height: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#profile td {
  width: 70%;
}
#profile dl {
  clear: both;
  line-height: 1.5em;
}
#profile dt {
  float: left;
  width: 30%;
}
#profile dd {
  width: 70%;
  float: left;
}
/*------------------------------後援会------------------------------*/
#kouenkai {
  margin-top: 15px;
  padding: 50px 40px 40px 40px;
  width: 86%;
  /* border */
  border: 1px solid rgb(204, 204, 204);
  /* border-radius */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /* box-shadow */
  box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -moz-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
}
#kouenkai h2 {
  text-align: center;
  color: #F6921E;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  paddingm: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: #F6921E solid 2px;
  border-bottom: #F6921E solid 2px;
}
#kouenkai table {
  width: 100%;
}
#kouenkai th {
  font-weight: normal;
  width: 30%;
  vertical-align: top;
}
#kouenkai th img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#kouenkai td {
  width: 70%;
  padding-left: 20px;
}
#kouenkai dl {
  line-height: 1.7em;
}
#kouenkai dd {
  margin-left: 20px;
}
#kiyaku {
  background-color: #FFFAC7;
  padding: 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.btn {
  margin-top: 10px;
}
.btn a {
  text-align: center;
  color: #3FA8F4;
  text-decoration: none;
  display: block;
  padding: 9px 5px 5px 5px;
  border: #3FA8F4 solid 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.btn a:hover {
  color: #F6921E;
  border: #F6921E solid 1px;
}
/* ------------------------------お問い合わせ------------------------------ */
#inquiry {
  margin-top: 15px;
  padding: 5%;
  width: 86%;
  /* border */
  border: 1px solid rgb(204, 204, 204);
  /* border-radius */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /* box-shadow */
  box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
  -moz-box-shadow: rgba(204, 204, 204, 0.431373) 0px 0px 6px 5px;
}
#inquiry p {
  font-size: 14px;
  margin-bottom: 5px;
}
#inquiry input, textarea {
  font-weight: normal;
  font-size: 14px;
  padding: 3px;
}
.wpcf7c-conf {
  background-color: #EBEBEB !important; /* 背景色 */
  color: black; /* 文字色 */
  border: 1px solid #fff !important; /* 周りの線: 太さ　線種 線の色 */
}
input.wpcf7c-btn-back, input.wpcf7-submit, input.wpcf7-confirm {
  font-size: 18px !important;
  color: #fff;
  text-align: center;
  background-color: #8BC53F;
  padding: 5px 10px;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
input.wpcf7c-btn-back {
  margin-left: 10px;
}
#inquiry h2 {
  color: #8BC53F;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
#inquiry dl {
  width: 100%;
  font-size: 13px;
  line-height: 1.5em;
  background-color: #F3F3F3;
  border-top: #ccc solid 1px;
  margin-bottom: 20px;
}
#inquiry dt {
  clear: left;
  float: left;
  width: 32%;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: #ccc solid 1px;
}
#inquiry dd {
  margin-left: 35%;
  padding: 10px;
  background-color: #fff;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.form-dsc {
  font-size: 12px !important;
}
.form-dsc p {
  color: #ccc !important;
  font-size: 13px !important;
}
.inquiry01 {
  min-height: 30px;
}
.inquiry02, .inquiry03, .inquiry04 {
  min-height: 55px;
}
.inquiry05 {
  min-height: 190px;
}
.kouen01, .kouen07, .kouen09 {
  min-height: 35px;
}
.kouen02 {
  min-height: 95px;
}
.kouen08 {
  min-height: 75px;
}
.kouen03, .kouen04 {
  min-height: 60px;
}
.kouen05 {
  min-height: 200px;
}
.kouen06 {
  min-height: 40px;
}
.submit {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.syoukai dd {
  background-color: #FFF7D2 !important;
}
.hisuu {
  color: #FFA100;
}
.syoukai placeholder {
  color: #EBEBEB !important; /* 文字色 */
}
/*------------------------------お知らせ------------------------------*/
.posts {
  border: #ccc solid 1px;
  width: 88%;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.entry-header {
  margin-bottom: 10px;
}
.entry-date {
  width: 180px;
}
h2.entry-title {
  font-size: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-content {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #CCCCCC solid 1px;
}

#info-body h3 {
  color: #68ACFA;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  display: inline;
	margin-bottom: 1em;
}

#schedule h3 {
  color: #68ACFA;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  display: inline;
}
#schedule p {
  line-height: 1.5em !important;
}
#schedule table {
  font-size: 90%;
  margin-bottom: 20px;
}
#schedule th {
font-weight: bold;
	width: 33.3%;
  color: #68ACFA;
  background-color: #DFEEFA;
  border: #68ACFA solid 1px;
  padding: 1em 0em;
  vertical-align: middle;
}
#schedule td {
	font-weight: bold;
	width: 33.3%;
  border: #68ACFA solid 1px;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0em;
}
.entry-title a {
  font-weight: normal;
  font-size: 100%;
  color: #68ACFA;
  text-decoration: none;
}
.category-info img {
  float: left;
  padding-right: 20px;
}
.category-info {
  padding-top: 5px;
  clear: both;
}
.category-notice img {
  display: none;
}
.category-notice {
  padding-top: 5px;
  clear: both;
}
.category-blog {
  padding-top: 5px;
  clear: both;
}
#info-body {
  border: #ccc solid 1px;
  width: 88%;
  min-height: 500px;
  padding: 10px 30px 30px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#info-body h3 {
  font-size: 120%;
  margin-bottom: 20px;
}
#info-body p {
  margin-bottom: 15px;
}
#info-body p {
  line-height: 1.8em !important;
}
#info-body img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 10px;
}
.info-title {
  color: #68ACFA;
  font-size: 20px;
  border-bottom: #68ACFA solid 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
}
/*--------------------------------------------------------------------------------------------------------
                                            election
--------------------------------------------------------------------------------------------------------*/
.wrap2 {
  position: relative;
  width: 964px;
  margin: 0 auto;
}
#elec-bg {
  position: relative;
  width: 100%;
  height: 835px;
}
#elec_slide {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 832px;
  overflow: hidden;
}
#elec_slide img {
  width: 100%;
}
img.wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
img.ikeda_image {
  margin-top: 40px;
  margin-left: 230px;
}
#election .header {
  background-image: url(images/elc_bg_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*---------------------------------------------------政策・信条---------------------------------------------------*/
#seisaku2 {
  margin-top: 15px;
  padding: 0px;
  width: 90%;
}
#seisaku2 dl {
  display: flex;
  flex-wrap: wrap;
}
#seisaku2 dt, #seisaku2 dd {
  height: 170px;
}
#seisaku2 dt {
  width: 30%;
}
#seisaku2 dd {
  float: right;
  width: 70%;
}
/*---------------------------------------------------news---------------------------------------------------*/
.news {
  position: relative;
  bottom: 3px;
  left: 0px;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 16px;
  color: #FFFFFF;
  background-color: #FF6600;
}
#news {
  margin-top: 2em;
  margin-bottom: 2em;
}
#news .news_messe {
  color: #000;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  margin-bottom: 2em;
}
#news .news_messe h3 {
  color: #174f9e;
  font-size: 150%;
  margin-bottom: 1em;
}
#news .news_messe p {
  letter-spacing: 1.5px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
#news img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
#news h3 a {
  display: block;
  color: #174f9e;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: #174f9e dotted 1px;
  text-decoration: none;
}
#news .time {
  display: inline;
  color: #174f9e;
  font-size: 18px;
  margin-bottom: 5px;
  vertical-align: middle;
}
#footer-box2 {
  width: 100%;
  background-color: #E5E5E5;
  padding-top: 50px;
  padding-bottom: 100px;
}
.footer {
  margin-left: 250px;
}
.sp {
  display: none !important;
}
/*---------------------------------------------------
                     2023選挙用TOP
--------------------------------------------------*/

  #election2023 {}
  
  #top01 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("https://www.ikedakazuyuki.com/wp/wp-content/uploads/2023/02/top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
	#top01 .contener {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
  .ikeda_photo01 img {

    display: none;
  }
  .ikeda_photo02 img {
	  display: block;
	  height: 100%;
	  margin: 0 auto;
    
  }
  #top02 {
    background: linear-gradient(to right, #0f3a82, #294a82);
  }
  #top02 .contener2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
	  padding-top: 8em;
	  height: 750px;
  }
  #top02 .contener2 h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
    line-height: 1.7em;
    color: #FFF000;
    margin-bottom: 1.5em;
  }
  #top02 .contener2 h2 span {
    font-size: 180%;
  }
  #top02 .contener2 p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 105%;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
  }
  #top02 .contener2 p span {
    display: block;
    font-size: 120%;
    line-height: 2em;
  }
  .ikeda_photo03 {
    position: absolute;
	  top:250px;
    right: -50px;
    width: 600px;
    height: auto;

  }

  .top02_link {
	   position: absolute;
	  z-index: 2;
margin-top: 2em;
	  
  }
  .top02_link a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: inline-block;
    color: #FFF000;
    text-decoration: none;
    margin-right: 2em;
    border: #fff000 solid 1px;
    padding: 0.5em 1em;
    border-radius: 6px;
  }
  .top02_link a:hover {
    color: #0f3a82;
    background-color: #FFF000;
	border: #fff000 solid 1px;
    border: none;
    transition: 1s;
  }
  #top03 .contener3 {
    position: relative;
    width: 1000px;
	min-height: 700px;
    margin: 0 auto;
  }
  #top03 {
    background-image: url("https://www.ikedakazuyuki.com/wp/wp-content/uploads/2023/02/ikeda_image5.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: -100px;
    background-color: #eee;
  }
  #top03 .contener3 .news_box {
    position: absolute;
    width: 600px;
    right: 0;
    margin-top: 70px;
  }
  #top03 .contener3 .news_box h2 {
    color: #f15a24;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 300%;
    line-height: 1.7em;
  }
  #top03 .contener3 .news_box h2 span {
    font-size: 180%;
  }
#top03 .contener3 p {
	 color: #174f9e;
	margin-bottom: 1em;
}
  #top03 .contener3 .news_box .news_link {
    margin-right: 0;
    margin-left: auto;
    width: 30%;
    text-align: center;
  }
  #top03 .contener3 .news_box .news_link a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: block;
    color: #174f9e;
    text-decoration: none;
    border: #174f9e solid 1px;
    padding: 0.5em 1em;
    border-radius: 6px;
  }
  #top03 .contener3 .news_box .news_link a:hover {
    color: #fff;
    background-color: #174f9e;
    transition: 1s;
    border: none;
  }
  #top4 {}
  #top04 .contener4 {
    position: relative;
    width: 1000px;
    height: 800px;
    margin: 0 auto;
  }
  .navi-link_wrap {
    position: absolute;
    width: 680px;
    right: 0;
    margin-top: 150px;
  }
  .election_nav {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: absolute;
    margin-top: 170px;
  }
  .election_nav ul {
    margin-bottom: 1em;
  }
  .election_nav ul a {
    display: inline-block;
    line-height: 1.8em;
    color: #999;
    text-decoration: none;
  }
  #top05 {
    background-color: #999;
  }
  #top05 .contener5 {
    position: relative;
    width: 1000px;
    height: 400px;
    margin: 0 auto;
  }
  .election_foot {
    color: #fff;
    padding-top: 100px;
  }
  .foot_ttl {
    color: #F6FF00;
    font-size: 300%;
    letter-spacing: 3px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
  }
  .foot_ttl span {
    display: inline-block;
    color: #fff;
    font-size: 70%;
  }
  .foot_adress {
    line-height: 2em;
  }
  .foot_copy {
    font-size: 80%;
  }
  .ikeda_illust {
    position: absolute;
    top: 20px;
    right: 0;
    opacity: 0.3;
  }

/*-------------選挙news--------------*/

#senkyo table {
  font-size: 90%;
  margin-bottom: 20px;
}
#senkyo th {
  color: #68ACFA;
  background-color: #DFEEFA;
  border: #68ACFA solid 1px;
  padding: 1em;
  vertical-align: middle;
}
#senkyo td {
  border: #68ACFA solid 1px;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
}
