@charset "Shift_JIS";

.c5-mv_text {
  bottom: 3%;
}

.report-detail-box h3 span {
  background: none;
  border-bottom: 4px solid #0050DC;
}

@media (max-width: 767px) {
  .report-detail-box h3 span {
    border-bottom: 2px solid #0050DC;
  }
}

.RelatedContents__Content {
  margin-top: 40px;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .RelatedContents__Image {
    width: 100%;
  }
}

.c5-stickyContact {
  &.js-contactFadein {
    display: none;
  }
}
.c5-stickyContact {
  margin-top: 60px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  @media only screen and (max-width: 756px) {
    padding: 10px;
  }
  &.js-contactFadein {
    display: none;
  }
  + .s5-returnToTop {
    margin: 0;
  }
  ~ .s5-returnToTop .s5-returnToTop__inner1 {
    bottom: 50px;
  }
}

.c5-btn-stickyContact {
  display: inline-block;
  color: #fff !important;
  background-color: #f5683a !important;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 240px;
  box-sizing: border-box;
  border: 1px solid #f5683a;
  transition: 0.3s ease;
  &:hover {
    color: #f5683a !important;
    text-decoration: none;
    background-color: #fff !important;
  }
  @media only screen and (max-width: 756px) {
    min-width: 190px;
    font-size: min(14px, 3.8vw);
    padding: 10px;
  }
}

.c5-stickyContact-inner {
  max-width: 1200px;
  margin: 0 auto;
  &:has(> :nth-child(2)) {
    display: flex;
    justify-content: center;
    gap: 20px;
    @media only screen and (max-width: 756px) {
      gap: 10px;
    }
    > a {
      margin: 0 !important;
      @media only screen and (max-width: 756px) {
        flex: 0 1 50%;
        min-width: 0;
      }
    }
  }
}

.RelatedContents__title {
  text-align: center;
  margin-top: 40px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .RelatedContents__title {
    margin-top: 20px;
  }
}