@charset "UTF-8";
#head {
  text-align: center;
  padding-top: 17rem;
}
#head h1 {
  margin-bottom: 10rem;
}

ul.caution:not(:first-child) {
  margin-top: 1rem;
}
ul.caution > li {
  padding-left: 1.5em;
  position: relative;
}
ul.caution > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}

ul.list._default > li {
  padding-left: 1em;
  position: relative;
}
ul.list._default > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

ol.list._type1 {
  counter-reset: ol_list_count 0;
}
ol.list._type1 > li {
  padding-left: 2em;
}
ol.list._type1 > li::before {
  content: counter(ol_list_count) ".";
  counter-increment: ol_list_count 1;
  margin-left: -2em;
  min-width: 2em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5em;
}
ol.list._type2 {
  counter-reset: ol_list_count 0;
}
ol.list._type2 > li {
  padding-left: 2.5em;
}
ol.list._type2 > li::before {
  content: "(" counter(ol_list_count) ")";
  counter-increment: ol_list_count 1;
  margin-left: -2.5em;
  min-width: 2.5em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5em;
}
ol.list._iroha > li {
  padding-left: 2em;
}
ol.list._iroha > li::before {
  margin-left: -2em;
  min-width: 2em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5em;
}
ol.list._iroha > li:nth-child(1)::before {
  content: "イ.";
}
ol.list._iroha > li:nth-child(2)::before {
  content: "ロ.";
}
ol.list._iroha > li:nth-child(3)::before {
  content: "ハ.";
}
ol.list._iroha > li:nth-child(4)::before {
  content: "ニ.";
}
ol.list._iroha > li:nth-child(5)::before {
  content: "ホ.";
}
ol.list._iroha > li:nth-child(6)::before {
  content: "ヘ.";
}
ol.list._iroha > li:nth-child(7)::before {
  content: "ト.";
}

table {
  width: 100%;
  margin-bottom: 3rem;
}
table._default tbody tr th, table._default tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 1.5em 2em;
}
table._default tbody tr ._sp_tate {
  min-width: 4em;
}
@media screen and (max-width: 767px) {
  table._default tbody tr ._sp_tate span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  table._default tbody tr th, table._default tbody tr td {
    padding: 1em 0.5em;
  }
}

.part {
  font-size: 0.875em;
  line-height: 1.5714285714em;
  letter-spacing: 0.1em;
  margin-top: 2.8571428571em;
}
.part h4 {
  font-size: 1.2857142857em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.iyakukin table tbody tr th, .iyakukin table tbody tr td {
  width: 14%;
}
.iyakukin table tbody tr th:first-child, .iyakukin table tbody tr td:first-child {
  width: 15rem;
}

#guide,
#yakkan {
  margin-bottom: 10rem;
}
#guide h3,
#yakkan h3 {
  text-align: center;
  margin-bottom: 5rem;
}

#back {
  text-align: center;
  padding-bottom: 16rem;
}/*# sourceMappingURL=guide.css.map */