@charset "UTF-8";
/**
 * 政策提言
 */
/**********************************************************
 * メイン
 **********************************************************/
main .inner {
  position: relative;
}
main h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  main h3 {
    margin-top: 9.375vw;
    font-size: 5vw;
  }
}
main h3 strong {
  font-size: 1.25em;
}
main nav {
  margin-top: 40px;
}
@media (max-width: 768px) {
  main nav {
    margin-top: 5vw;
  }
}
main nav ul {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  main nav ul {
    font-size: 4.375vw;
  }
}
main nav ul li {
  text-align: center;
  width: 10em;
}
@media (max-width: 768px) {
  main nav ul li {
    width: 6em;
  }
}
main nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0.66em 0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
main nav ul li.protect a {
  color: #73a448;
  border-color: #73a448;
  background-color: #ebf1ec;
}
main nav ul li.protect a:hover {
  color: #fff;
  background-color: #73a448;
}
main nav ul li.promotion a {
  color: #1d2b5e;
  border-color: #1d2b5e;
  background-color: #e4ebf2;
}
main nav ul li.promotion a:hover {
  color: #fff;
  background-color: #1d2b5e;
}
main nav ul li.change a {
  color: #bb0067;
  border-color: #bb0067;
  background-color: #f3ebee;
}
main nav ul li.change a:hover {
  color: #fff;
  background-color: #bb0067;
}
main nav ul li + li {
  margin-left: 0.8em;
}
main #protect,
main #promotion,
main #change {
  position: relative;
  margin-top: 80px;
  padding-top: 35px;
}
@media (max-width: 768px) {
  main #protect,
  main #promotion,
  main #change {
    margin-top: 12.5vw;
    padding-top: 48vw;
  }
}
main section h4 {
  position: absolute;
  width: 200px;
  top: 0;
}
@media (max-width: 768px) {
  main section h4 {
    width: 34.375vw;
    top: -46.25vw;
    left: 10vw;
  }
}
main section .photo {
  position: absolute;
  width: 240px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  main section .photo {
    width: 45.625vw;
    top: -40vw;
    left: 46.25vw;
  }
}
main section .decoration {
  position: absolute;
  border-radius: 50%;
}
main section dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  main section dl dt {
    font-size: 4.267vw;
    text-align: center;
  }
}
main section dl dt span {
  display: inline-block;
  padding: 0 0.25em 0.5em;
  border-style: solid;
  border-bottom-width: 0.125em;
}
main section dl dd {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  main section dl dd {
    font-size: 4.375vw;
  }
}
main section dl dd + dd {
  margin-top: 0.5em;
}
main section dl dd + dt {
  margin-top: 1.7em;
}
main section dl dd::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 0.1875em;
  border-radius: 50%;
}
main section#protect .decoration {
  background-color: #ebf1ec;
}
main section#protect dt span {
  color: #73a448;
  border-color: #73a448;
}
main section#protect dd::before {
  border-color: #73a448;
}
main section#promotion .decoration {
  background-color: #e4ebf2;
}
main section#promotion dt span {
  color: #1d2b5e;
  border-color: #1d2b5e;
}
main section#promotion dd::before {
  border-color: #1d2b5e;
}
main section#change .decoration {
  background-color: #f3ebee;
}
main section#change dt span {
  color: #bb0067;
  border-color: #bb0067;
}
main section#change dd::before {
  border-color: #bb0067;
}
@media (min-width: 769px) {
  main section {
    overflow: hidden;
  }
  main #protect::before,
  main #promotion::before,
  main #change::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 420px;
  }
  main #protect::before {
    background-color: #ebf1ec;
  }
  main #promotion::before {
    background-color: #e4ebf2;
  }
  main #change::before {
    background-color: #f3ebee;
  }
  main section .bubble_1 {
    width: 56px;
    height: 56px;
    top: 230px;
  }
  main section .bubble_2 {
    width: 30px;
    height: 30px;
    top: 540px;
  }
  main section .bubble_3 {
    width: 20px;
    height: 20px;
    top: 595px;
  }
  main section .bubble_4 {
    display: none;
  }
  main section .photo {
    top: 300px;
  }
  main section:nth-of-type(odd)::before {
    left: 50%;
    transform: translateX(-300px);
  }
  main section:nth-of-type(odd) .bubble_1 {
    left: -30px;
  }
  main section:nth-of-type(odd) .bubble_2 {
    left: 150px;
  }
  main section:nth-of-type(odd) .bubble_3 {
    left: 120px;
  }
  main section:nth-of-type(odd) h4 {
    left: 30px;
  }
  main section:nth-of-type(odd) .photo {
    left: -50px;
  }
  main section:nth-of-type(odd) dl {
    padding-left: 280px;
  }
  main section:nth-of-type(even)::before {
    right: 50%;
    transform: translateX(300px);
  }
  main section:nth-of-type(even) .bubble_1 {
    right: -30px;
  }
  main section:nth-of-type(even) .bubble_2 {
    right: 150px;
  }
  main section:nth-of-type(even) .bubble_3 {
    right: 120px;
  }
  main section:nth-of-type(even) h4 {
    right: 30px;
  }
  main section:nth-of-type(even) .photo {
    right: -50px;
  }
  main section:nth-of-type(even) dl {
    padding-right: 280px;
    padding-bottom:120px;
  }
}
@media (max-width: 768px) {
  main section dl {
    padding: 9.375vw 6.25vw;
  }
  main #protect dl {
    background-color: #ebf1ec;
  }
  main #promotion dl {
    background-color: #e4ebf2;
  }
  main #change {
    margin-bottom: 8vw;
  }
  main #change dl {
    background-color: #f3ebee;
  }
  main section .bubble_1 {
    width: 9.375vw;
    height: 9.375vw;
    top: -48.75vw;
    left: 46.875vw;
  }
  main section .bubble_2 {
    width: 5vw;
    height: 5vw;
    top: -16.5vw;
    left: 5.625vw;
  }
  main section .bubble_3 {
    width: 3.125vw;
    height: 3.125vw;
    top: -9.375vw;
    left: 14.375vw;
  }
  main section .bubble_4 {
    width: 3.125vw;
    height: 3.125vw;
    top: -35vw;
    left: 90.625vw;
  }
}