body {
  background-image: url("/images/pat.png");
  background-size: 4px;
  margin: 0;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
img {
  width: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
.campaign {
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
}
.campaign__register {
  display: block;
  width: 50%;
  margin: 100px auto;
  text-align: center;
}
.campaign__register img:hover {
  opacity: 0.8;
}
.campaign__img {
  margin: 10px 0;
  width: 95%;
}
.campaign__attention {
  width: 95%;
  margin: 18px auto;
}
.campaign__attentionAttr {
  vertical-align: top;
}
.campaign__attentionTextlist {
  width: 100%;
  margin: 0 auto;
  font-size: 3.125vw;
  text-align: left;
  padding: 0;
  line-height: 2;
  list-style: none;
  box-sizing: border-box;
  background-image: url(/images/caution-pat.png);
  background-size: contain;
  background-position: center;
  padding: 2% 7%;
}

.campaign__attentionTextlist li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.campaign__attentionTextlist li::before {
  content: "";
  background: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.Header {
  background-color: #fff;
}

.Header__content {
  height: 55px;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 16px;
}
.Header__logo img {
  height: 35px;
  vertical-align: middle;
  max-width: 100%;
}

.Header__right {
  margin-left: auto;
  padding: 0 16px;
}

.Footer {
  padding: 32px 0;
  background-color: #fff;
}

.Footer__logo {
  font-size: 10px;
  text-align: center;
  margin: 0 auto 16px;
}

.Footer__logo img {
  width: 130px;
  margin-bottom: 10px;
  display: inline-block;
}

.Footer__logo small {
  display: block;
}

.Footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  &Item {
    font-size: $font-size-small;
    margin: 0 8px 8px;
    padding: 10px;
  }
}

.Footer__menuItem {
  font-size: 12px;
  margin: 0 8px 8px;
  padding: 10px;
}

.Footer__copyright {
  @include font-en;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 1090px) {
  .campaign__attention {
    max-width: 1090px;
  }
  .campaign__attentionTextlist {
    font-size: 20px;
    padding: 0px 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .campaign__register {
    margin: 50px auto;
    width: 90%;
  }
  .campaign__register img {
    width: 100%;
  }
  .campaign__attentionTextlist li::before {
    width: 10px;
    height: 10px;
  }
  .Header__content {
    padding-left: 0;
  }

  .Header__logo img {
    width: 200px;
  }

  .Footer__logo {
    padding: 0 0 16px;
  }
  .Footer__menu {
    display: block;
  }
  .Footer__menuItem {
    border-bottom: solid 1px #f2f2f2;
    padding: 0;
  }
  .Footer__menuItem:first-child {
    border-top: solid 1px #f2f2f2;
  }
  .Footer__menu a {
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
  }
  .Footer__menu a::before {
    padding-right: 10px;
  }
  .Footer__copyright {
    padding: 16px 0 0;
  }
}
