@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body,
table {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #3f51b5;
}

h1 {
  margin: 10px 0;
  margin-top: 16px;
  font-size: 24px;
  font-weight: normal;
}

h3 {
  margin: 10px 0;
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 2px #3f51b5;
}

ul {
  padding-left: 17px;
}

li {
  padding-left: 5px;
  line-height: 24px;
}

.wrapper {
  width: 100%;
  margin: auto;
}

.header {
  margin-top: -5px;
  color: #ffffff;
  background-color: #3f51b5;
  overflow: hidden;
}

.header-logo {
  padding: 40px 0;
  text-align: center;
}

.header-logo img {
  width: 60%;
}

.header-img {
  width: 100%;
}

.header-img-half {
  width: 50%;
  text-align: center;
}

.header-left {
  display: none;
}

.header-right {
  margin: 14px;
  padding: 8px 14px;
  text-shadow: 0 0 2px #000000;
}

.header-right h1 {
  margin-top: 14px;
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
}

.header-right h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.contents {
  margin: 20px 0;
  padding: 4px;
  line-height: 24px;
  overflow: hidden;
}

.contents-history {
  padding: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-history p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.contents-history th {
  padding-right: 30px;
  line-height: 22px;
  vertical-align: top;
}

.contents-history td {
  padding-bottom: 5px;
  line-height: 22px;
}

.contents-icon {
  margin-top: 30px;
}

.footer {
  padding: 28px;
  border-top: solid 1px #3f51b5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper-ad {
  margin-bottom: 20px;
  text-align: center;
}

.wrapper-ad h1 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

#update_information {
  margin-top: 20px;
}
/*# sourceMappingURL=minipage.css.map */