@charset "UTF-8";

body {
  margin: 0;
  background-color: #fff;
  font-size: 13px;
  font-family: meiryo, 'hiragino kaku gothic pro', arial, sans-serif;
  color: #222;
  line-height: 1.5;
}

header {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
}

.header {
  margin: 0 auto;
  width: 894px;
  text-align: left;
}

.header img {
  margin: 24px 0 23px;
}

.wrapper {
  display: flex;
}

.ajustment {
  padding-left: 24px;
}

.container {
  margin: 60px auto;
  max-width: 880px;
  background-color: #fff;
  box-sizing: border-box;
}

.information {
  margin-bottom: 40px;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
}

.intro {
  margin: 0;
}

.clause {
  margin-bottom: 24px;
}

.clause:has(+ .closing) {
  margin-bottom: 16px;
}

.prohibited-list {
  margin: 16px 0 0;
  padding-left: 24px;
}

.prohibited-list li {
  list-style-type: none;
  padding: 6px 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

footer {
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.footer {
  margin: 0 auto;
  width: 926px;
  height: 80px;
}

.footer .copy-right {
  display: inline-block;
  margin: 30px 0;
  font-size: 12px;
}
