/* ヘッダー調整 */
body.util-page {
  padding-top: 80px;
}

.base-container{
  width:92%;
  margin:0 auto;
}

.header-logo {
  width: 100%;
  background-color: #fff;
  padding: 60px 20px 20px;
  text-align: center;
}

.header-logo img {
  height: 50px;
  margin: 0 auto;
}



.util-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.util-section {
  margin-bottom: 35px;
}

.util-section h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #444;
}
.util-section p span {
  font-weight: bold;
}

.util-section-content-top {
  font-size: 14px;
}
.util-section-content {
  padding-left: 20px;
  font-size: 14px;
}

.util-section-content p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.util-section-content ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}

.util-section-content ol ol {
  list-style-type: lower-alpha;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.util-section-content li {
  margin-bottom: 5px;
  line-height: 1.6;
}

.util-date {
  text-align: right;
  margin-top: 40px;
  font-size:14px;
}



.transactions-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 14px;
}

.transactions-table th,
.transactions-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.transactions-table th {
  background-color: #f5f5f5;
  width: 30%;
  font-weight: normal;
}