    body {
      font-family: "Yu Gothic", sans-serif;
      background: #f9f9f9;
      margin: 20px;
      color: #333;
    }
	
.top-nav {
  margin-bottom: 20px;
}

.footer {
  margin-top: 40px;
  text-align: left;
}

.back-link {
  display: inline-block;
  text-decoration: none;
  color: #0056b3;
  background-color: #f0f0f5;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.back-link:hover {
  background-color: #e0e0ee;
  color: #003d7a;
}
	
    .wrapper {
      max-width: 860px;
      margin: auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }
    h1 {
      font-size: 1.6em;
      color: #003366;
      text-align: center;
      border-bottom: 2px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    h2 {
      font-size: 1.2em;
      border-left: 5px solid #0077cc;
      padding-left: 10px;
      margin-top: 30px;
      color: #005599;
    }
    .section {
      margin-top: 10px;
    }
    .field {
      display: flex;
      align-items: flex-start;
      margin: 12px 0;
    }
    .label {
      min-width: 240px;
      font-weight: bold;
      color: #444;
	  padding-left: 12px;
      white-space: nowrap;
    }
    .content {
      flex: 1;
	  border-bottom: 1px solid #ccc;
    }
    .important-note {
      background: #fff3cd;
      border-left: 5px solid #f0ad4e;
      padding: 10px;
      margin-top: 10px;
      font-weight: bold;
      color: #a06000;
    }
    .note {
      font-size: 0.95em;
      color: #555;
      margin-top: 10px;
    }
    a {
      color: #0066cc;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    ul, ol {
      padding-left: 1.2em;
    }
	
/* 013 */
.button0ls a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 540px;
    padding: 10px 25px;
	margin-bottom: 12px;
    color: #313131;
    transition: 0.3s ease-in-out;
	font-size: 1.2em;
    font-weight: bolder;
    z-index:0;
    border-left: solid 5px #6bb6ff;
}
.button0ls a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
}
.button0ls a:hover {
    color: #FFF;
}
.button0ls a:hover:before {
    width: 100%;
    z-index: -1;
}

    @media screen and (max-width: 600px) {
      .field {
        flex-direction: column;
      }
      .label {
        min-width: unset;
        margin-bottom: 2px;
      }
    }
	
/* 002 */
.button0pdf a {
    background: #a1d8e6;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button0pdf a:before {
    content: "\f1c1";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #999;
}
.button0pdf a:hover {
    background: #006eb0;
    color: #FFF;
}

  .footer-line {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
  }

  .company-name {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
  }