@charset "UTF-8";
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header{
  background-color: #dbdbd9;
  height: 80px;
  align-items: center;
  align-content: center;
}

.list-btn span{
  display: block;
  font-size: 0.8rem;
}

dl dt{
  background-color: #dbdbd9;
}

button.btn-primary{
  background-color: #49e8ab;
  border-color: #368262;
  color: black;
}

#howto img{
  width: 80%;
}

#list section{
  margin: auto 0;
  padding: 0;
}

#list p.csv_url{
  word-break: break-all;
}

#list table .code{
  word-break: break-all;
}
.code-type, .code-value{
  display: inline-block;
  width: 100%;
  padding: .375rem 0;
  line-height: 1.5;
}

#record-list td.icon img{
  width: 35px !important;
}