@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/support/bg-support.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.support {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.support p {
  margin-top: 20px;
}

.support-text dd {
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}

.supporter, .join {
  display: flex;
  justify-content: space-between;
  width: 600px;
  max-width: 90%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.supporter ul {
  display: flex;
  flex-wrap: wrap;
}

.supporter ul li {
  margin-right: 40px;
}

.join-text p {
  font-size: 12px;
}

.join-text ul {
  margin-top: 20px;
}

.join-text li {
  position: relative;
  padding-left: 15px;
}

.join-text li:before {
  content: "";
  position: absolute;
  top: .4rem;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paper {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.join-guide a {
  margin-top: 20px;
  text-decoration: underline;
  margin-right: 20px;
}

.join-guide img {
  height: 120px;
  width: 90px;
  margin-top: 20px;
}

.footer {
  margin-top: 75px;
}