.mt-20 {
  margin-top: 20px;
}

.maru {
  color: #ffffff;
}
.maru div {
  width: 100px;
  height: 200px;
  border-radius: 100px 0 0 100px;
  background: #D6909D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maru div p {
  writing-mode: vertical-rl;
}

.al-r {
  text-align: right;
}

.btnarrow {
  position: relative;
  display: block;
  padding: 0;
  text-decoration: none;
  outline: none;
  width: 10em;
  margin: 0 10em 0 auto;
  padding: 5px;
  background-color: #FFEFF2;
}

.btnarrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6em;
  width: 40%;
  height: 1px;
  transition: all 0.3s;
}

.btnarrow::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -6em;
  width: 15px;
  height: 1px;
  transform: rotate(35deg);
  transition: all 0.3s;
}

.btnarrow:hover::before {
  right: -6.5em;
}

.btnarrow:hover::after {
  right: -6.5em;
}

.arrow-white {
  color: #ffffff;
}

.arrow-white::before, .arrow-white::after {
  background: #ffffff;
}

.arrow-black {
  color: #000;
}

.arrow-black::before, .arrow-black::after {
  background: #000;
}

p.line-height {
  line-height: 200% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.center {
  text-align: center !important;
}

.width100 {
  max-width: 100%;
}

.indent {
  margin-left: 50px !important;
}
@media screen and (max-width: 500px) {
  .indent {
    margin-left: 20px !important;
  }
}/*# sourceMappingURL=advance.css.map */