.local-nav {
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .local-nav {
    padding-bottom: 20px;
  }
}
.local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .local-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.local-nav li {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 479px) {
  .local-nav li {
    padding: 0 10px 20px;
    width: 90px;
    margin: 0 10px;
  }
}
.local-nav a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D2EFDE), to(#f4efe7)) 0 0;
  background: linear-gradient(180deg, #D2EFDE 0%, #f4efe7 100%) 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.local-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace2c2), to(#f4efe7)) 0 0;
  background: linear-gradient(180deg, #ace2c2 0%, #f4efe7 100%) 0 0;
}
@media screen and (max-width: 479px) {
  .local-nav a {
    font-size: 1.6rem;
    width: 90px;
    height: 60px;
  }
}

.page-header {
  background: url(../header/header03.png) left top repeat-x;
  background-size: auto 100%;
}
.page-header__title {
  padding: 0;
  background: none;
}

.main {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 479px) {
  .article {
    padding-bottom: 120px;
  }
}

.page__title {
  text-align: left;
}

.page__subtitle {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .page__subtitle {
    font-size: 1.4rem;
  }
}

.lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .lead {
    margin-bottom: 40px;
  }
}

.petition-list {
  border-top: solid 1px #CDD6DD;
}
.petition-list li {
  border-bottom: solid 1px #CDD6DD;
}
.petition-list a {
  display: block;
  padding: 20px !important;
  color: #2F3438 !important;
  border-bottom: none !important;
  background-color: #fff;
}
.petition-list a:hover {
  background-color: #F1F9FE;
}
.petition-list span {
  font-size: 2rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 479px) {
  .petition-list span {
    font-size: 1.4rem;
  }
}
.petition-list span::before {
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #CDD6DD;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
.petition-list small {
  font-size: 1.2rem;
  display: block;
}