@charset "UTF-8";

/* ==========================================================================
   p-chohyo_accept-fv.css
   ========================================================================== */

/* partial override */
/* ========================================================================= */

.o-m__breadcrumb-list {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 8px 12px 9px;
  }
}

.o-m__breadcrumb-list_link {
  @media screen and (max-width: 576px) {
    display: inline;
    margin: 0 5px 0 0;
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: static;
      display: inline-block;
      margin: 0 0 0 5px;
    }
  }
}

/* ========================================================================= */
/*accept 独自のcss */
/*========================================================================== */

.p__accept-download_content h3 {
  color: var(--rmeisai-primary);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.p__accept-download_content_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  @media screen and (max-width: 576px) {
    font-size: 16px;
  }
}
