.text-bold {
  font-weight: bold;
}

.section-detail-explanation {
  justify-content: flex-end;
}
.section-detail-explanation-left.top {
  width: 740px;
  margin-right: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

.timeline {
  position: relative;
  padding-left: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 20px;
  height: 585px;
  width: 2px;
  background-color: #0E54B9;
}

.step-item {
  position: relative;
  margin-bottom: 45px;
  padding-left: 50px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-dot {
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background-color: #0E54B9;
  border-radius: 50%;
  z-index: 2;
}

.step-header {
  font-size: 24px;
  font-weight: 600;
  color: #0E54B9;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.step-description {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.8;
  padding-left: 0;
}

@media (max-width: 768px) {
  .step-item {
    padding-left: 40px;
    margin-bottom: 35px;
  }
  .timeline::before {
    left: 10px;
  }
  .step-dot {
    width: 20px;
    height: 20px;
    left: 0;
  }
  .step-header {
    font-size: 19px;
  }
  .step-description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .step-header {
    font-size: 17px;
  }
  .step-description {
    font-size: 13px;
  }
}
.section-price {
  padding-top: 80px;
  background-size: 2700px auto;
}

.m-table tbody th {
  width: 180px;
}

.m-table tbody td {
  width: calc((100% - 180px) / 3);
}

.section.price-wrapper .section-block {
  padding-top: 0;
}

.section-detail-item {
  align-items: flex-start;
}

@media screen and (min-width: 960px) {
  .header-ttl {
    font-size: 52px !important;
  }
}
@media only screen and (max-width: 959px) {
  .section-detail-explanation-left.top {
    width: 100%;
  }
}

/*# sourceMappingURL=custom.css.map */
