@charset "UTF-8";

.k-memo-area {
  margin-bottom: 12rem;
}
.k-memo-box {
  margin-top: 8rem;
}
table.k-memo-table {
  width: 100%;
  margin-top: 4rem;
  border-left: 1px solid #e9ecee;
  border-top: 1px solid #e9ecee;
}

table.k-memo-table th,
table.k-memo-table td {
  font-size: 1.6rem;
  padding: 3.1rem 3rem;
  line-height: 1.7;
  border-bottom: 1px solid #e9ecee;
  border-right: 1px solid #e9ecee;
}

table.k-memo-table th {
  background-color: #f2f6f8;
  font-weight: bold;
  max-width: 39rem;
  width: 39rem;
  vertical-align: middle;
}

table.k-memo-table td a {
  color: #0068b7;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

table.k-memo-table td a.hover {
  text-decoration: none;
}

.low-com-title {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  line-height: 1.2;
}
.low-com-title::before {
  content: "";
  min-width: 0.6rem;
  height: 3.6rem;
  background-color: #0068b7;
  margin-right: 2.4rem;
  line-height: 1.2;
}

ul.low-und-list {
  margin-top: 9rem;
  counter-reset: roman-num;
}
ul.low-und-list li {
  margin-bottom: 7.5rem;
}
ul.low-und-list li:last-child {
  margin-bottom: 7;
}

.low-und-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecee;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.low-und-title.num::before {
  counter-increment: roman-num;
  content: counter(roman-num, upper-roman) "）";
  margin-right: 0.5rem;
}

.low-com-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}