:root {
  --color-main: #fa7928;
  --color-text: #333;
  --color-bg-light: #efefef;
  --color-bg-soft: #eee;
  --color-bg-result: #ffd1ef;
  --color-border: #5997cf;
  --color-white: #fff;

  --font-size-base: 16px;
  --line-height-base: 1.7;
  --radius-sm: 10px;
  --radius-pill: 100px;
}

/* =========================
   Base
========================= */
h1 {
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.6rem;
  /* margin-bottom: 77px; */
  /* color: var(--color-main); */
}

h2.border-left {
  border-left: 7px solid var(--color-main);
  padding-left: 10px;
}

p {
  margin-top: 1.5rem;
}

p,
span,
ol li,
ul li {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

/* =========================
   Utility
========================= */
.mt-4r {
  margin-top: 4rem !important;
}

.fw-b {
  font-weight: bold;
}

.text-align-center {
  text-align: center;
}

/* =========================
   Labels / Buttons
========================= */
.span-label {
  display: block;
  width: 130px;
  padding: 7px;
  text-align: center;
  font-weight: bold;
  color: var(--color-text);
  background: var(--color-bg-light);
  border-radius: var(--radius-sm);
}

.link-btn-box {
  margin: 30px 0 100px;
  text-align: center;
}

.link-btn-a {
  display: inline-block;
  padding: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-main);
  border-radius: var(--radius-pill);
  box-shadow: 6px 10px 0 0 var(--color-bg-light);
}

.link-btn-a:hover {
  color: var(--color-white);
  opacity: 0.8;
}

/* =========================
   Images / Boxes
========================= */
.img-box {
  margin: 0 0 60px;
  text-align: center;
  background: var(--color-bg-light);
}

/* typo修正: .imag-box img → .img-box img */
.img-box img {
  width: 95%;
  padding: 10px 0;
}

.img-type01,
.img-type02 {
  width: 100%;
  margin-top: 30px;
}

.main-image-photo img {
  margin-bottom: 30px;
}

.image-bae-nagare {
  text-align: center;
}

.info-img {
  width: 50%;
}

.info-img2 {
  width: 90%;
}

/* =========================
   Text / Titles
========================= */
.sub-title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: bold;
}

.result-text {
  width: 90%;
  margin: 0 auto 80px;
  padding: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: var(--color-bg-result);
}

/* =========================
   Blocks / Lists
========================= */
.onde-box1 {
  display: inline-block;
  margin: 3rem 0 0;
  padding: 10px 40px;
  font-size: 26px;
  font-weight: bold;
  border: 1px solid var(--color-border);
}

.onde-list {
  margin-bottom: 0;
}

.onde-list li.image {
  list-style: none;
}

.onde-list li.image img {
  padding: 10px 0;
}

.arrow-clippath {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 96px;
  background-color: var(--color-main);
  transform: rotate(90deg);
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}

/* =========================
   Container: info10
========================= */
.container-info10 .list-type01,
.container-info10 .list-type02,
.container-info10 .list-type03,
.container-info10 .list-type04 {
  list-style: none;
  padding-left: 0;
}

.container-info10 .list-type03,
.container-info10 .list-type04 {
  padding-bottom: 1rem;
}

.container-info10 .list-type01 li:nth-child(1) {
  font-weight: bold;
}

.container-info10 .list-type01 li:nth-child(3),
.container-info10 .list-type01 li:nth-child(4) {
  padding-left: 60px;
}

.container-info10 .list-type01 li ul,
.container-info10 .list-type04 li ul {
  list-style: disc;
}

.container-info10 .list-type01 li ul li:nth-child(1) {
  font-weight: normal;
}

.container-info10 .list-type01 li ul li:nth-child(3) {
  padding-left: 0;
}

/* =========================
   Container: info11
========================= */
.container-info11 .list-type-procedure1 {
  list-style: decimal;
}

.container-info11 .list-type-procedure1 .list-type-none {
  list-style: none;
}

/* =========================
   Vote Images
========================= */
.vote-image-01 {
  display: none;
}

.vote-image-02 {
  display: block;
  width: 75%;
  margin: 0 auto;
}

/* =========================
   Responsive
========================= */
@media (min-width: 300px) {
  .img-type01,
  .img-type02 {
    width: 95%;
    height: auto;
    padding: 14px;
    background-color: var(--color-bg-soft);
    border-radius: var(--radius-sm);
  }

  .sub-title {
    text-align: center;
  }

  .image-bae-nagare img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .img-type02 {
    width: auto;
    height: 150px;
    padding: 0;
    background-color: var(--color-white);
    border-radius: 0;
  }

  .img-type01 {
    width: auto;
    height: 200px;
    padding: 0;
    background-color: var(--color-white);
    border-radius: 0;
  }

  .sub-title {
    text-align: left;
  }

  .vote-image-01 {
    display: block;
  }

  .vote-image-02 {
    display: none;
  }

  .image-bae-nagare img {
    width: 70%;
  }

  .info-img,
  .info-img2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .img-type02 {
    height: 180px;
    margin-top: 30px;
  }

  .img-type01 {
    height: 250px;
  }

  .main-image-photo img {
    margin-bottom: 0;
  }
}


:root {
  --h2-size: 1.5rem;
  --text-bg-size: 1.5rem;
}

h2 {
  font-size: var(--h2-size);
  margin-top:4.5rem;
  margin-bottom:1.5rem;
}

.text-bg {
  font-size: var(--text-bg-size);
}

@media (min-width: 768px) {
  :root {
    --h2-size: 1.7rem;
    --text-bg-size: 2rem;
  }
}

.report-bg{
	padding: 10px;
	background: #eeeeee;
	text-align: center;
	margin: 10px;
}