/* CSS Document */
.sp {
  display: none;
}

.pc {
  display: block;
}

.mb-m {
  margin-bottom: 23px !important;
}

.mtb-m {
  margin-top: 18px !important;
  margin-bottom: 23px !important;
}

.new-link-area .font-s {
  font-size: 22.5px !important;
}

.new-link-area {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mb-m {
    margin-bottom: 18px !important;
  }
  .mtb-m {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }
  .new-link-area {
    margin-top: 10px !important;
  }
}
.d-none {
  display: none;
  height: 1px;
}

.ext-link-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .ext-link-text {
    font-size: 16px;
  }
}