@charset "UTF-8";

/******
フォント

Noto Sans CJK JP 100-900
font-family: "Noto Sans JP", sans-serif;

*******/
/* -------------------------------------
common
------------------------------------- */

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}
.img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc {
  display: block;
}

.sp {
  display: none;
}
a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.inner-643 {
  max-width: 643px;
  margin: 0 auto;
  width: calc(100% - 56px);
}
.inner-528 {
  max-width: 528px;
  margin: 0 auto;
  width: calc(100% - 56px);
}
/* .inner-408 {
  max-width: 408px;
  margin: 0 auto;
  width: calc(100% - 56px);
} */
.sec {
  border-radius: 10px;
}
.sec + .sec {
  margin-top: 17px;
}
.sec__inner {
  padding: 10px 10px 22px;
}
.sec__txt {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}
/* -------------------------------------
左右中央の調整
------------------------------------- */

/* 左右固定 */
.left__blk {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 730px) * 0.7);
  height: 100vh;
  padding: 23px 26px;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
}

.right__blk {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 730px) * 0.3);
  height: 100vh;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
}

/* 中央フレックス */
.center__blk {
  /* max-width: 730px; */
  max-width: 730px;
  width: 100%;
  min-height: 100vh;
  margin-left: calc((100% - 730px) * 0.7); /* 左側の幅分を避ける */
  margin-right: calc((100% - 730px) * 0.3); /* 右側の幅分を避ける */
  border: 3px solid #231815;
}

/* -------------------------------------
left__blk
------------------------------------- */
.logo {
  max-width: 131px;
}
.left__pic {
  max-width: 476px;
  width: 76%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* -------------------------------------
right__blk
------------------------------------- */
.right__txt {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* -------------------------------------
center__blk
------------------------------------- */
.center__container {
  margin-bottom: 59px;
}
.fv {
  padding: 10px;
  border-bottom: 3px solid #231815;
  margin-bottom: 27px;
}
.left__pic.--sp {
  display: none;
  position: static;
  transform: none;
  width: 100%;
  max-width: none;
  margin: 62px 0;
}
.header.--sp {
  display: none;
}

/* early-voting */
.early-voting {
  background: #f0e800;
}
.early-voting__ttl01 {
  padding: 5px 0 5px;
  border-radius: 10px 10px 0 0;
  background: #e4004f;
  font-weight: 900;
  /* font-size: 28px; */
  font-size: 34px;
  color: #fff;
  text-align: center;
}
.early-voting__wrap {
  padding-top: 22px;
}
.early-voting__txt01 {
  margin-bottom: 21px;
}
.early-voting__ttl02 {
  margin-bottom: 13px;
  /* font-size: 18px; */
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.early-voting__group {
  width: 89%;
  margin: 0 auto 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.early-voting__box {
  width: 49%;
}
.early-voting__txt02 {
  width: 90%;
  margin: 0 auto 14px;
}

/* absentee-voting */
.absentee-voting {
  border: 3px solid #231815;
}
.absentee-voting__ttl {
  padding: 5px 10px 5px 10px;
  margin-bottom: 14px;
  background: #231815;
  border-radius: 10px;
  /* font-size: 22px; */
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.absentee-voting__txt {
  width: 94%;
  margin: 0 auto;
}

/* note */
.note {
  border: 3px solid #e50012;
}
.note__icon {
  max-width: 104px;
  margin: 18px auto 30px;
}
.note__ttl {
  max-width: 435px;
  margin: 0 auto 30px;
}
.note__wrap {
  width: 90%;
  margin: 0 auto 24px;
}
.note__txt01 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
.note__txt01 .color-red {
  color: #e50012;
}
.note__txt02 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

/* other */
.other {
  border: 3px solid #231815;
}

/* footer */
.footer {
  padding: 26px 10px 26px;
  background: #231815;
}
.footer__txt {
  /* margin-bottom: 8px; */
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer__copy {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1320px) {
  .left__pic.--pc {
    display: none;
  }
  .left__pic.--sp {
    display: block;
  }
  .left__blk {
    display: none;
  }
  .right__blk {
    display: none;
  }
  .center__blk {
    margin: 0 auto;
    position: relative;
  }
  .header.--pc {
    display: none;
  }
  .header.--sp {
    display: block;
  }
  .logo {
    width: 18vw;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }

  .sec__txt {
    font-size: 2.978vw;
  }
  .left__pic.--sp {
    margin: 13.191vw 0;
  }
  .early-voting__ttl01 {
    font-size: 5.957vw;
  }
  .early-voting__ttl02 {
    font-size: 3.829vw;
  }
  .absentee-voting__ttl {
    font-size: 4.68vw;
  }
  .note__icon {
    width: 17.659vw;
  }
  .note__ttl {
    font-size: 65.744vw;
  }
  .note__txt01 {
    font-size: 3.829vw;
  }
  .note__txt02 {
    font-size: 2.553vw;
  }
  .footer {
    padding: 5.531vw 10px 5.531vw;
  }
  .footer__txt {
    font-size: 4.68vw;
  }
  .footer__copy {
    font-size: 2.34vw;
  }
}
