/* å…±é€š
----------------------------- */
body {
  letter-spacing: .1em;
}

.lawtextarea {
  font-size: 14px;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ */
header.Sub_Header {
  width: 100vw;
  max-width: 100%;
  /* background: #1F4B72 !important; */
  background: aliceblue;
  position: fixed;
}

#Header_Box {
  padding: 5px 15px 8px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
}

#Header_Logo_Wrap {
  width: 50%;
  /* max-width: 214px; */
  margin-top: 10px;
  font-size: 1rem;
  margin-right: auto;
}

#Header_Logo_Wrap>a {
  display: flex;
  flex-direction: column;
  /* width: 490px; */
}

#Header_Logo_Wrap img {
  min-width: 225px;
  max-width: 250px;
  width: 20%;
}

#Sub_Main_Wrap {
  padding-top: 60px;
}

/* 
.tagline {
  float: left;
  display: inline;
  font-size: 0.7em;
  line-height: 1em;
  margin-bottom: 10px;
  color: #777;
} */

/* ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ */

.PP_Ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}

/* footer */
footer {
  letter-spacing: normal;
  font-weight: normal;
}

.RawList {
  justify-content: center;
  display: flex;
  text-align: center;
}

.RawList li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
}

.RawList li>a {
  text-decoration: underline;
  font-size: 1rem;
}

.Footer_Copyright {
  text-align: center;
  font-size: 1rem;
}