@charset "UTF-8";
html {
  scroll-padding-top: 100px;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 150px;
  }
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴ", "san-serif", "Meiryo", "HiraKakuProN-W3", "sans-serif";
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

span.red-text {
  color: #b70909;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  span.red-text {
    font-size: 17px;
  }
}

span.caution-text {
  font-size: 13px;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  span.caution-text {
    font-size: 17px;
  }
}

span.caution-text-tatemono {
  font-size: 13px;
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}
@media screen and (min-width: 769px) {
  span.caution-text-tatemono {
    font-size: 17px;
  }
}

span.caution {
  vertical-align: super;
  font-size: 75%;
}

header {
  background-color: #c9e2df;
  padding: 20px 10px 20px 10px;
}
@media screen and (min-width: 769px) {
  header {
    padding: 20px;
  }
}
header .logo {
  height: 50px;
}
@media screen and (min-width: 769px) {
  header .logo {
    height: 75px;
  }
}

main {
  display: flex;
  justify-content: center;
}
main div.main {
  padding: 0px 6px;
}
@media screen and (min-width: 769px) {
  main div.main {
    width: 90%;
    padding: 0px;
  }
}
main h1 {
  display: flex;
  justify-content: center;
  font-size: 23px;
  color: #006c60;
  margin-top: 44px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  main h1 {
    font-size: 34px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
main h1::after {
  content: "";
  width: 50px;
  height: 7px;
  display: inline-block;
  background-color: #006c60;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 25px);
}
main h2 {
  margin: 25px 2px 5px 2px;
  padding: 3.5px 7px; /*上下 左右の余白*/
  border-left: solid 5px #006c60; /*左線*/
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  main h2 {
    margin: 60px 2px 12px 2px;
    padding: 15px 30px; /*上下 左右の余白*/
    font-size: 22px;
  }
}
main div.index {
  margin: 0px 2px 25px 2px;
  border: 3px solid #006c60; /*線色*/
}
@media screen and (min-width: 769px) {
  main div.index {
    display: flex;
    margin: 0px 2px 60px 2px;
    border: 2px solid #006c60; /*線色*/
  }
}
@media screen and (min-width: 769px) {
  main div.contents {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
}
main h3 {
  display: flex;
  justify-content: center;
  background-color: #d0f2f0;
  padding: 8px 0px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  main h3 {
    justify-content: flex-start;
    width: 20%;
    font-size: 20px;
    align-items: center;
    padding: 0px 30px;
  }
}
main p.text {
  padding: 6px;
  border-top: 3px solid #006c60;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  main p.text {
    padding: 24px;
    border-top: 0px solid #006c60;
    line-height: 1.6;
  }
}
main p.img {
  overflow-x: scroll;
  padding: 0px 6px 6px 6px;
}
@media screen and (min-width: 769px) {
  main p.img {
    padding: 0px 24px 24px 24px;
  }
}
main dl {
  padding: 6px;
  border-top: 3px solid #006c60;
  line-height: 1.5;
}
main dl dt::before {
  content: "・";
}
@media screen and (min-width: 769px) {
  main dl {
    padding: 24px;
    border-top: 0px solid #006c60;
    line-height: 1.6;
  }
}
main dl dd {
  margin-left: 1em;
}
main div.ruisho {
  margin-bottom: 20px;
}
main div.bengoshi {
  margin-bottom: 20px;
}
main div.waribiki {
  margin-bottom: 20px;
}
main div.btn {
  background-color: #fff;
  position: sticky;
  top: 0;
}
main rt {
  font-size: 50%;
}
@media screen and (min-width: 769px) {
  main rt {
    font-size: 38%;
  }
}

.jump-btn {
  display: flex;
  justify-content: space-around;
}
.jump-btn li {
  width: 17%;
  border: solid 3px #006c60; /*線色*/
  background-color: #d0f2f0;
  border-radius: 1.5em; /*角丸*/
  font-size: 10px;
  font-weight: bold;
  margin: 3px;
}
@media screen and (min-width: 769px) {
  .jump-btn li {
    border: solid 2px #006c60; /*線色*/
    border-radius: 0.5em; /*角丸*/
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.jump-btn li a {
  display: flex block;
  justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
}
.jump-btn li:hover {
  color: #fff;
  background-color: #006c60;
}

.jump-btn2 {
  display: flex;
  justify-content: space-around;
}
.jump-btn2 li {
  width: 17%;
  border: solid 3px #006c60; /*線色*/
  background-color: #d0f2f0;
  border-radius: 1.5em; /*角丸*/
  font-size: 10px;
  font-weight: bold;
  margin: 3px;
}
@media screen and (min-width: 769px) {
  .jump-btn2 li {
    border: solid 2px #006c60; /*線色*/
    border-radius: 0.5em; /*角丸*/
    font-size: 18px;
  }
}
.jump-btn2 li a {
  display: flex block;
  justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
}
.jump-btn2 li:hover {
  color: #fff;
  background-color: #006c60;
}

footer {
  height: 70px;
  background-color: #00655b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  footer {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style_fontsmall.css.map */
