body {
  margin: 0;
  padding: 0;
  font-family: "dm_sansregular";
  font-size: 20px;
  color: #1c354e;
}

header {
  /* text-align: center; */
  margin: 40px 15px;
  margin-bottom: 70px;
}

.content {
  margin-bottom: 70px;
}

.click {
  color: #4877dc;
  text-decoration: underline;
}

.tnc {
  font-size: 16px;
}

.radius {
  border-radius: 40px;
}

b {
  font-family: "dm_sansbold";
}

@media only screen and (min-width: 767px) {
  .logo2 {
	text-align: right;
	padding-right: 90px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
  header {
    margin-bottom: 45px;
	text-align: center;
  }
  .flexbox {
    display: flex;
    flex-direction: column;
  }
  .item-first {
    order: 2;
    margin-top: 38px;
  }
  .logo1 {
	margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */