@charset "utf-8";
main {
  width: 600px;
}

h1 {
  border: 1px solid rgb(71, 197, 220);
  width: 100%;
  margin: 10px;
  border-radius: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 div {
  text-align: center;
  color: white;
  background-color: rgb(71, 197, 220);
  width: 99%;
  margin: 2px auto;
  padding: 8px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
}

.protocolImg {
  width: 100%;
  height: 300px;
  background-position: 50%;
  border-radius: 82% 65% 75% 65%;
}

img[alt="議会で質疑するむろや美香"] {
  width: 70%;
  height: auto;
  display: block;
  margin: 60px auto;
  border-radius: 82% 65% 75% 65%;
}

p {
  padding: 5px 24px 30px;
  text-align: justify;
  line-height: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  border-radius: 20px;
}

.protocolIllust {
  background-repeat: no-repeat;
  background-position: center;
  margin: 40px 10px 5px;
}

.pi1 {
  background-image: url(../imgs/policyImg1.svg);
  height: 90px;
}

.pi2 {
  background-image: url(../imgs/policyImg2.svg);
  height: 100px;
}

.pi3 {
  background-image: url(../imgs/policyImg3.svg);
  height: 95px;
}

h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: rgb(71, 197, 220);
  padding: 15px 0px 5px;
  font-family: "つぶてん AP";
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 0.7px white;
  letter-spacing: -2px;
}

.marker::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 90%;
  /* テキストの幅 */
  height: 0.5em;
  /* テキストの高さの半分 */
  background-color: rgb(255, 247, 103);
  /* 下線の色 */
  margin-top: -0.5em;
  /* テキストの高さの半分をマイナスのマージンで上に移動 */
}

@media only screen and (max-width:768px) {
  main {
    width: 100vw;
  }
  
  h1 {
    margin: 90px auto;
  }

  img[alt="議会で質疑するむろや美香"] {
    width: 85%;
  }

}