.technology-detail-mv {
  position: relative;
  padding: 0;
  max-width: 1440px;
}

.technology-detail-mv_logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 213px;
}
@media screen and (max-width: 768px) {
  .technology-detail-mv_logo {
    top: 10px;
    right: 10px;
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item-text {
    text-align: left;
  }
}

.technology-detail-entry-note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology-detail-entry-note {
    font-size: 13px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #section1.technology-detail-section .technology-detail-section-row-image {
    order: 1;
    margin-top: 0;
  }
  #section1.technology-detail-section .technology-detail-section-row-item-heading {
    order: 2;
    margin-top: 20px;
  }
  #section1.technology-detail-section .technology-detail-section-row-text {
    order: 3;
  }
}