.pagecss_ut01 {
  display: inline-block;
  line-height: inherit;
  position: relative;
  border-bottom: 1px solid #1eb9ee;
  margin-bottom: 2rem;
}

.pagecss_ut01::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  text-align: center;
  font-size: 1.3rem;
  color: #1eb9ee;
}

.pagecss_ut01_01::after { content: "市区町村"; }
.pagecss_ut01_02::after { content: "大字・町"; }
.pagecss_ut01_03::after { content: "小字・通称"; }

.pagecss_ut02 {
  display: inline-block;
  line-height: inherit;
  position: relative;
  border-bottom: 1px solid #e56b00;
  margin-bottom: 2rem;
}

.pagecss_ut02::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  text-align: center;
  font-size: 1.3rem;
  color: #e56b00;
}

.pagecss_ut02_01::after { content: "街区"; }

