@charset "utf-8";

.magazine .con_img {
  text-align: center;
}
.magazine .con_img img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.magazine .step {
  display: inline-block;
  font-size: 16px;
  font-family: "Metropolis-SemiBold", sans-serif;
  color: #fff;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 17px;
  padding: 10px 43px 8px;
  margin-bottom: 20px;
}
.magazine .title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 15px;
}
.magazine .mid {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
.magazine .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.magazine .sm-text {
  font-size: 12px;
}

.magazine .sm-link:hover {
  color: red;
}

.magazine .fl-text {
  margin-right: 40px;
}

.magazine .bold {
  font-weight: 700;
}
.magazine .orange {
  color: #ff6600;
  text-decoration: underline !important;
}
.magazine .magazine_btn {
  margin: 0 auto 40px;
  text-align: center;
}
.magazine .magazine_btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  padding: 15px 60px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.magazine .magazine_btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  .magazine .con_img img {
    margin-bottom: 30px;
  }
  .magazine .step {
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 30px 6px;
    margin-bottom: 15px;
  }
  .magazine .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .magazine .text {
    font-size: 13px;
    line-height: 1.9;
  }
  .magazine .sm-text {
    font-size: 10px;
  }

  .magazine .flot-text {
    margin-bottom: 24px;
  }

  .magazine .fl-text {
    margin-right: 00px;
  }

  .magazine .mid {
    font-size: 16px;
  }
}
