@charset "utf-8";

.det_title {
  font-size: 2.5rem;
  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}

.det_prev--btn {
  width: 100%;
  max-width: 328px;
  height: 40px;
  margin: 40px auto 0;
  color: #fff;
  background: #EB5C02;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.det_main a {
  color: #000;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .det_block {padding: 40px 5%;}  
  .det_prev--btn {
    height: auto;
    padding: 8px 12px;
  }
}