@charset "UTF-8";
.Campaign-Wrapper .Keyvisual {
  background: url("../img/visual-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
.Campaign-Wrapper .Keyvisual .Title_Content {
  width: 50%;
  padding: 0px 50px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .Campaign-Wrapper .Keyvisual .Title_Content {
    width: 90%;
  }
}
.Campaign-Wrapper .Keyvisual .Title_Content h1 {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin: 0px auto 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.Campaign-Wrapper .Campaign__Content {
  max-width: 1200px;
  padding: 0 50px;
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 798px) {
  .Campaign-Wrapper .Campaign__Content {
    padding: 0 30px;
  }
}
.Campaign-Wrapper .Campaign__Content img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .Campaign__Content .PC {
    display: none;
  }
}
.Campaign-Wrapper .Campaign__Content .SP {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .Campaign__Content .SP {
    display: block;
    margin: 30px 0;
  }
}

.Comment {
  max-width: 640px;
  width: 100%;
  margin: 60px auto;
}
.Comment ul li {
  line-height: 1.6;
  margin: 0.5em 0;
  padding-left: 2em;
  position: relative;
}
.Comment ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}