@charset "UTF-8";

/* すべてに適用 */

body {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  font-family: dinM, YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /* 文字詰め */
  line-height: 25px;
  font-size: 16px;
  color: #021b43;
}

main {
  position: relative;
  width: 100%;
  display: block;
  background: #f9f9f9;
  padding-top: 20px;
}

.law_inner {
  width: 80%;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 24px;
  padding: 6% 6% 8%;
  box-shadow: 0 20px 69px -7px rgba(0, 0, 0, 0.2);
  /* transition: .6s .4s ease-out;
  -webkit-transition: .6s .4s ease-out; */
}
.law_text {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 4%;
  display: block;
}

pre {
  white-space: pre-wrap;
}

.wrapper {
  background-color: #f4f4f4;
}

.help_wrapper {
  padding: 15px 20px;
}

.help_content {
  border-radius: 8px;
  background-color: white;
}

.help_label {
  padding: 3px 5px;
  font-size: 12px;
  color: grey;
}

.help_item {
  height: 42px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  text-decoration-color: black;
  color: black;
  font-size: 12px;
}

.help_hr {
  background-color: #f4f4f4;
  height: 1px;
  border-style: hidden;
  margin: 0;
  margin-left: 15px;
}

