.dl-vertical-list {
  padding: 0 3em 0 0;
}
.dl-vertical-list:last-child {
  padding: 0;
}

.dl-vertical-list__title {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #48433F;
  margin-top: 60px;
  letter-spacing: 3.6px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .dl-vertical-list {
    padding-right: 0;
  }
}

/* my styles */
.my-company__width {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* ~768px */
  .my-company__width {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
.my-company__ttl {
    padding-top: 114px;
    font-size: 21px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 4.2px;
    color: #48433F;
    margin: 0;
}
.my-company__mtnot {
    margin-top: 0 !important;
}
.my-company__explane {
  margin-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1 !important;
  letter-spacing: 2.8px;
  color: #48433F;
}
.my-company__explane-cancel {
  margin-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2.8px;
  color: #48433F;
}
.my-company__bold {
  font-weight: bold !important;
}
.my-company__section__block {
  margin-bottom: 140px;
  letter-spacing: 2.8px;
  color: #48433F;
  line-height: 26px;
}