.l-content__main ol,
.l-content__main ul {
  list-style: none;
}

.l-content__main img {
  max-width: 100%;
  height: auto;
}

.m-contact__hedding {
  font-size: 24px;
  font-weight: bold;
  color: #da1770;
}

.m-contact__read {
  margin-top: 40px;
  line-height: 1.7em;
}

.m-contact__list {
  margin-top: 20px;
  margin-left: 10px;
  font-weight: bold;
}

.m-contact__btn_contact {
  width: 230px;
  margin: 0 auto;
  background-color: #da1770;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .m-contact__btn_contact {
    margin-top: 50px;
  }
}

.m-contact__btn_contact .m-contact__btn_contact__link {
  color: white;
  text-decoration: none;
}

.m-contact__btn_contact__text {
  display: inline-block;
}

.m-contact__btn_contact__arrow {
  display: inline-block;
  width: 23px;
  position: absolute;
  top: 48%;
  right: 7%;
  transform: translateY(-50%);
}

.m-contact__btn_contact:hover {
  opacity: 0.5;
}

.l-contact-wrapper {
  background-image: url(../../../assets/img/common/bg_img_postpetHeader2.png);
  background-repeat: no-repeat;
  background-position: -10px -50px;
}
/*# sourceMappingURL=style.css.map */
