@charset "utf-8";
.campaign {
  width: 90%;
  margin: 0 auto;
  max-width: 530px;
  background: #ffffff;
}
.heading3 {
  color: #0178dc;
}
.separate_line {
  margin-left: 1%;
  text-align: center;
  width: 100%;
  height: 1px;
  background-color: #e4e7ed;
}
.boxContainerFlexEnd{
  display: flex;
  align-items: baseline;
}
.boxContainer {
  display: flex; 
}
.boxContainerSpaceEvenly {
  display:flex;
  justify-content: space-evenly;
}
.boxContainerCenter {
  display:flex;
  justify-content: center;
}
.footerColorGray {
  background-color: #e4e7ed;
}
.buttonCopy {
  width: 72px;
  height: 32px;
  vertical-align:top;
  color: #ffffff;
  background-color: #0178dc;
  border-radius: 3px;
  border: none;
}
.boxHashTag {
  width: 180px;
  height: 32px;
  padding: 0px 12px;
  border-radius: 3px;
  border: solid 1px #8c8e96;
  box-sizing: border-box;
}

.mr22{ margin-right: 22px;}
.mr16{ margin-right: 16px;}
.mr3{ margin-right: 3px;}