html, body, h1, h2, h3, h4, h5, h6, p ,ul ,li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
}

body {
  letter-spacing: 0.08em;
  word-break: break-all;
}

ul li {
  list-style: disc;
  margin-left: 19px;
}
ol:not([class]) li {
  margin-left: 19px;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th, td {
  border: none;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding: 0;
}

a {
  color: #0069C3;
  text-decoration: none;
}

a:visited {
  color: #0069C3;
}

/* マージン用CSS定義例 */
.u-mb-0 { margin-bottom: 0 !important; }
.u-mt-10 { margin-top: 10px; }
.u-mt-20 { margin-top: 20px; }

.disp_sp_inline {
  display: none;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.disp_pc {
  display: block;
}

body {
  font-family: 'Noto Sans JP', Helvetica, sans-serif;
  line-height: 1.5;
  color: #222222;
}

#header {
  padding: 6px 0 0 0;
}

.headertop {
  padding-bottom: 13px;
  border-bottom: 1px solid #0069C3;
  margin-bottom: 40px;
}

.headertop .logo,
footer .logo {
  display: flex;
  align-items: end;
}
footer .logo {
  margin-bottom: 10px;
}
.headertop .logo h1,
.headertop .logo p:nth-child(2),
footer .logo p:last-child {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.25em;
  margin-left: 32px;
}

nav.navi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 12px;
  justify-content: center;
}
nav.navi ul li {
  display: flex;
  align-items: center;
  margin-left: 0;
}
nav.navi ul li a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 600;
}
nav.navi ul li a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
nav.navi ul li:nth-child(1) a::before { background: url(/content/barrier-free_icon_01.png) no-repeat; }
nav.navi ul li:nth-child(2) a::before { background: url(/content/barrier-free_icon_02.png) no-repeat; }
nav.navi ul li:nth-child(3) a::before { background: url(/content/barrier-free_icon_03.png) no-repeat; }
nav.navi ul li:nth-child(4) a::before { background: url(/content/barrier-free_icon_04.png) no-repeat; }
nav.navi ul li:nth-child(5) a::before { background: url(/content/barrier-free_icon_05.png) no-repeat; }
nav.navi ul li:nth-child(6) a::before { background: url(/content/barrier-free_icon_06.png) no-repeat; }
nav.navi ul li:nth-child(7) a::before { background: url(/content/barrier-free_icon_07.png) no-repeat; }
nav.navi ul li:nth-child(8) a::before { background: url(/content/barrier-free_icon_08.png) no-repeat; }
nav.navi ul li:nth-child(9) a::before { background: url(/content/barrier-free_icon_09.png) no-repeat; }

#contaniner {
  padding-bottom: 100px;
}

#footer {
  background: #F2F9FF;
  padding: 50px 0;
}

#footer nav {
  margin-top: 20px;
}

#mainv {
  text-align: center;
  margin: 50px 0;
}

section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 32px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px 0;
}
section h2#about {
  margin-bottom: 16px;
}
section h2#about + p {
  font-weight: 600;
}

section h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 50px;
  position: relative;
  margin-bottom: 10px;
}
section h3::before {
  position: absolute;
  top: -4px;
  left: 1px;
  content: "";
  width: 40px;
  height: 1px;
  background: #034EA1;
}

section h4,
section .tag_title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-left: 1px solid #6DCEDE;
  padding-left: 10px;
  line-height: 1.2;
}
section .tag_title {
  margin-top: 50px;
  font-size: 1.125rem;
}
section .txtCenter {
  text-align: center;
}

.button {
  text-align: center;
  margin: 40px 0;
}
.button a {
  display: inline-block;
  background: #0069C3;
  color: #FFF;
  padding: calc(24px - 0.25em) 60px calc(24px - 0.25em) 48px;
  border-radius: 40px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
}
.button a::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/content/barrier-free_arrow_blue.png);
}
.button a:hover {
  background-color: #004987;
}

.interview {
  display: grid;
  margin-top: 36px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.interview li {
  border-radius: 15px;
  padding: 24px 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 11px 0;
}
.interview li:hover {
  background-color: #B8F4FF;
}
.interview li .name {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  flex-grow: 1;
}
.interview li span {
  display: block;
}
.interview li .name a {
  color: #222
}

dl.history {
  display: flex;
  flex-wrap: wrap;
}
dl.history dt {
  width: 100px;
  text-align: right;
  margin-bottom: 20px;
}
dl.history dd {
  width: calc(100% - 100px);
  padding-left: 20px;
  margin-bottom: 20px;
}
dl.history dd a {
  text-decoration: underline;
}
dl.history dd > ul {
  margin-bottom: 0;
  margin-top: 0;
}
dl.history dd ul li {
  list-style: disc;
  margin-left: 19px;
  margin-bottom: 5px;
}

main ul,
ul.list {
  margin-bottom: 36px;
  margin-top: 10px;
}
main ul li,
ul.list li {
  margin-left: 19px;
  margin-bottom: 12px;
}
main ul li li,
ul.list li li {
  margin-bottom: 3px;
  margin-left: 25px;
}
main ul li li:last-child,
ul.list li li:last-child {
  margin-bottom: 12px;
}

#js-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  transition: opacity 0.5s, visibility 0.5s;
  border: none;
  background: none;
  padding: 0;
}

h1.title {
  display: flex;
  flex-direction: column;
  margin: 60px 0 40px;
  align-items: center;
  gap: 8px 0;
}
.first {
  text-align: center;
}
.first span {
  background: url(/content/barrier-free_icon_10.png) no-repeat left top;
  padding-left: 32px;
  padding-bottom: 5px;
}
.first + .button {
  margin-top: 16px;
}
.point {
  margin-top: 64px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 27px;
}
.point::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background: #0069C3;
}

section#map {
  position: relative;
}
section#map p {
  position: absolute;
  background: rgba(255, 255, 255, .8);
  font-size: .875rem;
  margin-top: 0;
}
section#map p a {
  display: block;
  padding: 3px 5px;
  color: inherit;
}
section#map p a:hover,
section#map p.current {
  background: rgba(130, 174, 255, 0.8);
}
section#map p a::before,
ul.tag li::before {
  content: "＃";
  display: inline;
  color: #0069C3;
  font-weight: 600;
  padding-right: 0;
}
ul.tag {
  margin-top: 0;
}
ul.tag li {
  padding: 0 8px;
  margin: 0;
  list-style: none;
}
section#map p.t1,
section#map p.t2,
section#map p.t3 {
  background-color: #F2FDFF;
  font-size: 1rem;
  padding: 3px 5px;
}
section#map p.t1::before,
section#map p.t2::before,
section#map p.t3::before {
  display: none;
}
section#map p.t1 {
  top: 40px;
  right: 160px;
}
section#map p.t2 {
  top: 72px;
  left: 63px;
}
section#map p.t3 {
  bottom: 178px;
  left: 63px;
}
section#map p.t1-1 {
  top: 200px;
  left: 280px;
}
section#map p.t1-2 {
  bottom: 335px;
  left: 180px;
}
section#map p.t1-3 {
  bottom: 150px;
  left: 480px;
}
section#map p.t1-4 {
  top: 85px;
  right: 290px;
}
section#map p.t1-5 {
  top: 120px;
  right: 315px;
}
section#map p.t1-6 {
  top: 144px;
  right: 125px;
}
section#map p.t1-7 {
  top: 177px;
  right: 105px;
}
section#map p.t1-8 {
  top: 213px;
  right: 285px;
}
section#map p.t1-9 {
  top: 152px;
  left: 480px;
}
section#map p.t1-10 {
  top: 182px;
  left: 480px;
}
section#map p.t1-11 {
  top: 296px;
  right: 225px;
}
section#map p.t1-12 {
  top: 308px;
  left: 430px;
}
section#map p.t1-13 {
  top: 337px;
  left: 430px;
}
section#map p.t1-14 {
  top: 383px;
  left: 345px;
}
section#map p.t1-15 {
  bottom: 219px;
  left: 219px;
}
section#map p.t1-16 {
  bottom: 191px;
  left: 398px;
}
section#map p.t1-17 {
  bottom: 185px;
  right: 146px;
}
section#map p.t2-1 {
  top: 105px;
  left: 63px;
}
section#map p.t2-2 {
  top: 135px;
  left: 63px;
}
section#map p.t2-3 {
  top: 165px;
  left: 63px;
}
section#map p.t2-4 {
  top: 195px;
  left: 63px;
}
section#map p.t2-5 {
  top: 225px;
  left: 63px;
}
section#map p.t2-6 {
  top: 255px;
  left: 63px;
}
section#map p.t2-7 {
  top: 285px;
  left: 63px;
}
section#map p.t2-8 {
  top: 315px;
  left: 63px;
}
section#map p.t3-1 {
  bottom: 148px;
  left: 63px;
}
section#map p.t3-2 {
  bottom: 118px;
  left: 63px;
}
section#map p.t3-3 {
  bottom: 88px;
  left: 63px;
}

ul.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
ul.tag li {
  padding: 0 8px;
}
#links ul.tag li.current:has(a:hover) {
  background-color: #004987;
}
ul.tag a {
  color: inherit;
}
#links ul.tag {
  align-items: center;
}
#links ul.tag li.current {
  background: #0069C3;
  color: #FFF;
  padding: 3px 10px 5px 10px;
  border-radius: 20px;
}
#links ul.tag li.current:has(a:hover) {
  background-color: #004987;
}
#links ul.tag li.current::before {
  color: #FFF;
}

#lists h2.title {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 60px;
  border-bottom: 2px solid #4CB4C5;
  display: block;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
#lists > p {
  margin-top: 30px;
}

.pagelist {
  display: grid;
  gap: 20px;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.pagelist > li {
  border-radius: 15px;
  padding: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 12px;
}
li .thumbnail {
  text-align: center;
}
li .thumbnail img {
  border: 1px solid #000;
}
.pagelist > li.nodisp {
  display: none;
}
.pagelist > li:hover {
  background-color: #B8F4FF;
}
.pagelist > li .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  flex-grow: 1;
}
.pagelist > li .title a {
  color: #222;
}
.pagelist > li span {
  display: block;
}
.pagelist > li p:nth-child(3) {
  flex-grow: 1;
}
.pagelist > li ul.tag {
  gap: 8px 0;
  margin-top: 8px;
  display: block;
}
.pagelist > li ul.tag li {
  display: inline-block;
  margin: 8px 0 0 0;
}

#detail h1 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 71px;
  margin-bottom: 16px;
}
#detail .info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 36px 0;
  align-items: center;
}
#detail .info .download {
  margin-bottom: 0;
}
#detail .info .download a {
  background: #FF9090;
  padding: 4.5px 12px;
  border-radius: 30px;
  display: block;
  font-size: .875rem;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
#detail .info .download a:hover {
  text-decoration: underline;
}

#detail h2 {
  font-size: 1.5rem;
  margin-top: 54px;
  margin-bottom: 24px;
  border-bottom: 2px solid #4CB4C5;
  display: block;
  text-align: left;
  padding-bottom: 2px;
}
#detail h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 33px;
}
#detail h3::before {
  display: none;
}
#detail h4 {
  font-weight: normal;
  font-size: 1.125rem;
}
#detail h5 {
  font-weight: 600;
}
#detail .box {
  border: 1px solid #4CB4C5;
  border-radius: 15px;
  background: #F2FDFF;
  padding: 20px 30px;
  margin: 30px 0;
}
#detail dl.spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  border: 1px solid #034EA1;
  background: #F2F8FF;
}
#detail dl.spec dt {
  width: 100px;
}
#detail dl.spec dd {
  width: calc(100% - 120px);
}
#detail > ul > li {
  list-style: disc;
  margin-left: 19px;
}
#detail > ul.arrow > li {
  list-style: none;
  margin-left: 0;
}
#detail ul.img {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: center;
  margin: 40px 0 0 0;
}
#detail ul.img.col2 {
  justify-content: baseline;
}
#detail ul.img li {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  list-style: none;
  margin-left: 0;
}
#detail ul.img.col2 li {
  width: calc(50% - 15px);
}
#detail ul.img li .caption,
#detail .caption {
  margin-top: 8.5px;
  font-size: .875rem;
  text-align: center;
}
#detail p {
  margin-bottom: 25px;
  margin-top: 10px;
}
#detail p a {
  color: #0069C3;
  text-decoration: underline;
}
#detail p a:hover {
  text-decoration: none;
}
#detail li p {
  margin-bottom: 0;
}
#detail table {
  border-spacing: 0;
}
#detail table th, #detail table td {
  border: 1px solid #777777;
  padding: 10px;
}
#detail table th {
  background: #F2FDFF;
  text-align: left;
}

#hamburger {
  width: 48px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
#hamburger .bar {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
#hamburger .bar:first-child {
  top: 18px;
}
#hamburger .bar:nth-child(2) {
  top: 25px;
}
#hamburger .bar:last-child {
  top: 32px;
}
#hamburger.menu--open .bar {
  top: 50%;
}
#hamburger.menu--open .bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#hamburger.menu--open .bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#hamburger.menu--open .bar:nth-child(2) {
  display: none;
}


ul.arrow {
  margin-bottom: 35px;
  list-style: none;
  margin-top: 0;
}
ul.arrow:last-child {
  margin-bottom: 0;
}
ul.arrow li {
  margin-top: 12px;
  text-indent: -19px;
  padding-left: 19px;
  list-style: none;
  margin-left: 0;
}
ul.arrow li a {
  color: #0069C3;
  position: relative;
  padding-left: 25px;
}
ul.arrow li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/content/barrier-free_arrow_white.png) no-repeat;
}
ul.arrow li p {
  margin-bottom: 36px;
  text-indent: 0;
  margin-top: 12px;
  margin-left: -19px;
}

nav.navi ul li a:hover,
.tag a:hover,
ul.arrow a:hover  {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
  .disp_sp_inline {
    display: inline;
  }
  .inner {
    padding: 0 18px;
    width: 100%;
  }
  #header {
    padding: 0;
  }
  .headertop {
    padding-bottom: 0;
  }
  .headertop .inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-right: 0;
  }
  .headertop .logo {
    margin-top: 8px;
  }
  .headertop .logo img {
    height: 34px;
  }
  #header nav {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  nav.navi ul {
    flex-direction: column;
    width: 100%;
  }
  nav.navi ul li a {
    padding-left: 17px;
  }
  nav.navi ul li a::before {
    margin-right: 8px;
  }
  #footer {
    padding: 40px 0 60px 0;
  }
  footer nav.navi ul li a,
  footer nav.navi .inner {
    padding: 0;
  }
  #footer .logo img {
    height: 34px;
  }
  #hamburger {
    display: block;
    z-index: 100;
  }
  .headertop .logo h1, .headertop .logo p:nth-child(2), footer .logo p:last-child {
    font-size: .75rem;
    margin-left: 12px;
  }
  .interview,
  .pagelist {
    grid-template-columns: 1fr;
  }
  .interview .thumbnail,
  .pagelist .thumbnail {
    text-align: center;
  }
  dl.history {
    flex-direction: column;
  }
  dl.history dt {
    width: auto;
    text-align: left;
    margin-bottom: 4px;
  }
  dl.history dd {
    width: auto;
    padding-left: 1em;
  }
  dl.history dd ul li {
    margin-bottom: 5px;
  }
  #mainv {
    margin: -40px 0 0 0;
  }
  section h2 {
    font-size: 1.75rem;
    margin-bottom: 29px;
    margin-top: 56px;
    gap: 9px 0;
  }
  section h2 img {
    width: 80px;
    height: 80px;
  }
  section h2#about {
    margin-bottom: 17px;
  }
  section#map p {
    display: none;
  }
  .pagelist > li ul.tag {
    margin-top: 0;
  }

  .button a {
    padding: calc(20px - 0.25em) 46px calc(20px - 0.25em) 32px;
    font-size: 1rem;
  }
  .button a::after {
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-size: 100%;
  }
  h1.title {
    font-size: 1.75rem;
    margin-top: 40px;
  }
  #js-pagetop {
    width: 30px; 
    right: 16px;
    bottom: 16px;
  }
  #detail h1 {
    font-size: 1.75rem;
    margin-top: 52px;
    margin-bottom: 13px;
  }
  #detail h1::before {
    top: -12px;
  }
  #detail h2 {
    font-size: 1.375rem;
    padding-bottom: 3.5px;
  }
  #detail .info {
    flex-direction: column;
    align-items: start;
  }
  #detail .info .download {
    text-align: right;
    margin-left: auto;
    margin-top: 12px;
  }
  #detail dl.spec {
    flex-direction: column;
    gap: 4px 0;
  }
  #detail dl.spec dd {
    padding-left: 1em;
    margin-bottom: 8px;
  }
  #detail .box {
    padding: 20px;
  }
  #detail ul.img.col2 li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .headertop .logo img {
    height: 35px;
  }
}

.gray_area {
  margin: 25px 0 25px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fafafa;
}
.gray_area pre {
  border-bottom: 1px solid gray;
}

#detail .gray_area h2 {
  margin-top: 20px;
}

.underline {
  text-decoration: underline;
}

.aly_tx_left {text-align: left;}
.aly_tx_center {text-align: center;}
.aly_tx_right {text-align: right;}
.aly_tx_justify {text-align: justify;}


span.aly_tx_xxs {font-size: 0.55em; }
span.aly_tx_xs {font-size: 0.7em; }
span.aly_tx_s {font-size: 0.8em; }
span.aly_tx_m {font-size: 1em; }
span.aly_tx_l {font-size: 1.2em; }
span.aly_tx_xl {font-size: 1.44em; }
span.aly_tx_xxl {font-size: 2em; }

span.aly_tx_f_auto{color:rgb(0,0,0);}
span.aly_tx_f_black{color:rgb(0,0,0);}
span.aly_tx_f_maroon{color:rgb(128,0,0);}
span.aly_tx_f_saddlebrown{color:rgb(139,69,19);}
span.aly_tx_f_darkslategray{color:rgb(47,79,79);}
span.aly_tx_f_teal{color:rgb(0,128,128);}
span.aly_tx_f_navy{color:rgb(0,0,128);}
span.aly_tx_f_indigo{color:rgb(75,0,130);}
span.aly_tx_f_dimgray{color:rgb(105,105,105);}
span.aly_tx_f_firebrick{color:rgb(178,34,34);}
span.aly_tx_f_brown{color:rgb(165,42,42);}
span.aly_tx_f_goldenrod{color:rgb(218,165,32);}
span.aly_tx_f_darkgreen{color:rgb(0,100,0);}
span.aly_tx_f_turquoise{color:rgb(64,224,208);}
span.aly_tx_f_mediumblue{color:rgb(0,0,205);}
span.aly_tx_f_purple{color:rgb(128,0,128);}
span.aly_tx_f_gray{color:rgb(128,128,128);}
span.aly_tx_f_red{color:rgb(204,0,0);}
span.aly_tx_f_darkorange{color:rgb(255,140,0);}
span.aly_tx_f_gold{color:rgb(255,215,0);}
span.aly_tx_f_green{color:rgb(0,128,0);}
span.aly_tx_f_cyan{color:rgb(0,255,255);}
span.aly_tx_f_blue{color:rgb(0,0,255);}
span.aly_tx_f_violet{color:rgb(238,130,238);}
span.aly_tx_f_darkgray{color:rgb(169,169,169);}
span.aly_tx_f_lightsalmon{color:rgb(255,160,122);}
span.aly_tx_f_orange{color:rgb(255,165,0);}
span.aly_tx_f_yellow{color:rgb(255,255,0);}
span.aly_tx_f_lime{color:rgb(0,255,0);}
span.aly_tx_f_paleturquoise{color:rgb(175,238,238);}
span.aly_tx_f_lightblue{color:rgb(173,216,230);}
span.aly_tx_f_plum{color:rgb(221,160,221);}
span.aly_tx_f_lightgrey{color:rgb(211,211,211);}
span.aly_tx_f_lavenderblush{color:rgb(255,240,245);}
span.aly_tx_f_antiquewhite{color:rgb(250,235,215);}
span.aly_tx_f_lightyellow{color:rgb(255,255,224);}
span.aly_tx_f_honeydew{color:rgb(240,255,240);}
span.aly_tx_f_azure{color:rgb(240,255,255);}
span.aly_tx_f_aliceblue{color:rgb(240,248,255);}
span.aly_tx_f_lavender{color:rgb(230,230,250);}
span.aly_tx_f_white{color:rgb(255,255,255);}

ol.kakkonum {
  list-style: none;
  counter-reset: my-counter;
}

ol.kakkonum > li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 2rem;
  margin-bottom: 12px;
}

ol.kakkonum > li:before {
  content: "(" counter(my-counter) ")";
  position: absolute;
  left: 0;
  width: 1rem;
  text-align: right;
  font-family: inherit;
}