main {
  display: block;
  background: var(--background);
  padding-top: 17rem;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 520px) {
  main {
    max-height: none;
    padding-top: 10rem;
  }
}
main .mainInner {
  width: 80%;
  margin: 0 auto;
  max-width: 750px;
}
@media (max-width: 520px) {
  main .mainInner {
    width: 90%;
  }
}

.mainInfo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mainInfo h2 {
  text-align: center;
  padding-bottom: 4rem;
}

h3 {
  font-size: 1.5rem;
}
h3 span {
  font-size: 1.2rem;
}

.square {
  box-sizing: border-box;
  border: 1px solid var(--primary);
  padding: 6rem;
}
.square:last-of-type {
  margin-bottom: 8rem;
}
@media (max-width: 920px) {
  .square {
    padding: 20px;
  }
}
.square p {
  padding: 1rem 0;
}
.square h3 {
  margin-top: 1rem;
}
.square i {
  color: var(--primary);
  margin: 4rem;
  display: block;
}
.square i span {
  display: inline-block;
  color: inherit;
}
@media (max-width: 520px) {
  .square i {
    margin: 2rem 0;
  }
}

.returnBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8rem auto;
}
.returnBtn a:hover .circle {
  fill: #323536;
}

.allMid {
  text-align: center;
}
.allMid span {
  display: inline-block;
}

a.conv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
}
a.conv .iconWrap {
  display: flex;
  margin-right: 1rem;
}
a.conv:hover {
  background: #f0ca20;
}

.dotLine {
  border-style: dotted;
  border-top: 1px dotted #323536;
  width: 80%;
  margin: 0 auto;
}

.mailer {
  position: relative;
  background: #fff;
}
.mailer .floater {
  margin: unset;
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 100px;
}
@media (max-width: 520px) {
  .mailer .floater {
    width: 60%;
  }
}
.mailer .caut {
  color: var(--primary);
}
.mailer .caut span {
  display: inline-block;
  color: inherit;
}
.mailer li {
  font-weight: bold;
}
.mailer h3 span {
  display: inline-block;
  font-size: inherit;
}
.mailer sup {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 10%;
  margin-top: 4rem;
}
@media (max-width: 520px) {
  .mailer sup {
    margin: 3rem 0;
  }
}/*# sourceMappingURL=style.css.map */