@charset "UTF-8";
/**
 * base
 */
.l-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.l-main *,
.l-main *::before,
.l-main *::after {
  box-sizing: border-box;
}
.l-main p,
.l-main ul,
.l-main ol,
.l-main dl {
  margin-bottom: 0;
}

.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 24px 16px 80px;
  }
}

.l-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-content {
    margin-top: 0;
  }
}

/**
 * breadcrumb
 */
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px;
    margin: 0;
    background-color: #e5dfd3;
  }
}
.c-breadcrumb > ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > ol {
    gap: 4px 0;
  }
}
.c-breadcrumb > ol > li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > ol > li {
    color: #d9340a;
  }
}
.c-breadcrumb > ol > li:not(:last-child)::after {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 8px 0 8px;
  content: ">";
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > ol > li:first-child::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 17px;
    margin-right: 5px;
    background: transparent url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_home.svg") no-repeat scroll center center;
    background-size: 13px 17px;
    vertical-align: middle;
  }
}
.c-breadcrumb > ol > li:last-child {
  color: #d9340a;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > ol > li:last-child {
    color: #333333;
  }
}
.c-breadcrumb > ol > li > a {
  text-underline-offset: 2px;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb > ol > li > a {
    color: #d9340a;
  }
}
@media (hover: hover) {
  .c-breadcrumb > ol > li > a:hover {
    text-decoration: underline;
  }
}

/* ── 表示制御 ───────────────────────────── */
@media screen and (min-width: 768px) {
  .l-wrapper .c-breadcrumb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .c-breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: block;
  }
}

/**
 * heading
 */
.c-heading-lv1__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 40px 0 0 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv1__title {
    font-size: 28px;
    padding: 24px 0 0 16px;
    margin-bottom: 56px;
  }
}
.c-heading-lv1__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d9340a;
}
.c-heading-lv2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 24px;
  }
}
.c-heading-lv2--primary {
  color: #d9340a;
}
.c-heading-lv3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin: 64px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 22px;
    margin: 48px 0 24px;
  }
}
.c-heading-lv4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 40px 0 24px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
}
.c-heading-lv4--primary {
  color: #d9340a;
}
.c-heading-lv5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 24px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 18px;
    margin: 32px 0 8px;
  }
}
.c-heading-lv5--primary {
  color: #d9340a;
}

/**
 * text
 */
.c-lead-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-lead-text {
    font-size: 16px;
  }
}

.c-text-l {
  font-size: 18px;
}
.c-text-l--bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-text-m {
    font-size: 14px;
  }
}
.c-text-m--bold {
  font-weight: 700;
}

.c-color-white {
  color: #ffffff !important;
}

.c-color-black {
  color: #333333 !important;
}

.c-color-red {
  color: #d9340a !important;
}

@media screen and (min-width: 768px) {
  .c-line--2 {
    min-height: 2lh;
  }
}

@media screen and (min-width: 768px) {
  .c-line--3 {
    min-height: 3lh;
  }
}

/**
 * list
 */
.c-note-list {
  text-align: left;
  margin: 64px 0 0;
}
.c-note-list__item {
  line-height: 1.7;
  display: flex;
  gap: 4px;
}
.c-note-list__item a {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-note-list {
    margin-top: 40px;
    font-size: 14px;
  }
}

.c-check-list {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-check-list {
    font-size: 16px;
  }
}
.c-check-list__item {
  padding-left: 36px;
  position: relative;
  line-height: 1.3;
}
.c-check-list__item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 9px;
  height: 20px;
  border-right: 2px solid #b2a174;
  border-bottom: 2px solid #b2a174;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-check-list__item::before {
    top: 2px;
  }
}
.c-check-list__item + .c-check-list__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-check-list__item + .c-check-list__item {
    margin-top: 8px;
  }
}
.c-check-list--loose .c-check-list__item + .c-check-list__item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-check-list--loose .c-check-list__item + .c-check-list__item {
    margin-top: 20px;
  }
}

/**
 * border
 */
.c-border {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 80px 0;
}

/**
 * box
 */
.c-content-box {
  margin-top: 80px;
}

.c-header-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin: 40px 0 0;
}
.c-header-box--2col {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .c-header-box {
    gap: 24px;
    margin: 24px 0 0;
  }
  .c-header-box--2col {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.c-header-box__item {
  background-color: #eee6e6;
  display: flex;
  flex-direction: column;
}
.c-header-box__title {
  background-color: #b2a174;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 32px;
  text-align: center;
  height: 63px;
}
@media screen and (max-width: 767px) {
  .c-header-box__title {
    font-size: 20px;
    padding: 16px 24px;
  }
}
.c-header-box__content {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-header-box__content {
    padding: 24px;
  }
}

.c-image-box {
  width: 100%;
  background: var(--image-pc) no-repeat top center/cover;
  text-align: center;
  padding: 80px 140px;
}
.c-image-box .c-heading-lv2 {
  margin: 0;
  color: #ffffff;
}
.c-image-box .c-text-l {
  color: #ffffff;
  margin-top: 16px;
}
.c-image-box .c-figure-list {
  margin: 40px auto 0;
  display: inline-grid;
  gap: 24px;
}
.c-image-box .c-figure-list--2col {
  grid-template-columns: repeat(2, 1fr);
}
.c-image-box .c-figure-list--3col {
  grid-template-columns: repeat(3, 1fr);
}
.c-image-box .c-figure-list--4col {
  grid-template-columns: repeat(4, 1fr);
}
.c-image-box .c-figure-list--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .c-image-box {
    background: var(--image-sp) no-repeat center/cover;
    padding: 32px;
  }
  .c-image-box .c-text-l {
    font-size: 16px;
  }
  .c-image-box .c-figure-list {
    margin: 24px auto 0;
    gap: 16px;
  }
  .c-image-box .c-figure-list li {
    width: 130px;
  }
  .c-image-box .c-figure-list--2col, .c-image-box .c-figure-list--3col, .c-image-box .c-figure-list--4col, .c-image-box .c-figure-list--5col {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-image-box .c-button {
    margin: 24px auto 0;
  }
  .c-image-box .c-button a {
    width: 244px;
    height: 60px;
  }
}

.c-bgcolor-box {
  padding: 80px;
  text-align: center;
}
.c-bgcolor-box--gray {
  background-color: #f2f2f2;
}
.c-bgcolor-box .c-lead-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.c-bgcolor-box .c-heading-lv2 {
  margin-top: 14px;
}
.c-bgcolor-box .etc {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-bgcolor-box {
    padding: 40px 16px;
  }
  .c-bgcolor-box .c-lead-text {
    font-size: 18px;
  }
  .c-bgcolor-box .c-heading-lv2 {
    margin-bottom: 24px;
  }
  .c-bgcolor-box .c-header-box__title {
    height: 84px;
  }
  .c-bgcolor-box .etc {
    font-size: 14px;
    display: block;
    text-align: right;
    margin-top: 8px;
  }
  .c-bgcolor-box .c-button {
    margin: 24px auto 0;
  }
}

/**
 * consultation
 */
.c-consultation {
  background-color: #333333;
  padding: 80px;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-consultation {
    padding: 40px 16px;
  }
}
.c-consultation .c-heading-lv4 {
  margin-top: 0;
}
.c-consultation .c-button {
  margin-top: 40px;
}
.c-consultation .c-button a {
  font-size: 20px;
  color: #333333;
}
@media (hover: hover) {
  .c-consultation .c-button a:hover {
    color: #d9340a;
  }
}
@media screen and (max-width: 767px) {
  .c-consultation .c-button a {
    font-size: 18px;
  }
}
.c-consultation-telephone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.c-consultation-telephone a {
  color: #ffffff;
  text-decoration: none;
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-consultation-telephone a {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c-consultation-telephone a {
    pointer-events: none;
    cursor: default;
  }
}
.c-consultation .c-disc-list {
  margin-top: 24px;
  padding-left: 1em;
}
.c-consultation .c-disc-list li {
  text-align: left;
  list-style-type: disc;
}
.c-consultation .c-disc-list li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-consultation .c-disc-list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-consultation .c-text-l {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
  }
}

/**
 * panel
 */
.c-panel {
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-panel {
    margin: 40px 0 0;
  }
}
.c-panel--2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 64px;
}
@media screen and (max-width: 767px) {
  .c-panel--2col {
    gap: 48px;
  }
}
.c-panel--2col .c-panel__content {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .c-panel--2col .c-panel__content {
    padding: 24px 0 0;
  }
}
.c-panel--3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-panel--3col {
    gap: 40px;
  }
}
.c-panel--4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-panel--4col {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-panel {
    grid-template-columns: 1fr;
  }
  .c-panel--2col, .c-panel--3col, .c-panel--4col {
    grid-template-columns: 1fr;
  }
}
.c-panel__image {
  margin: 0;
}
.c-panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.c-panel--2col .c-panel__image {
  height: 244px;
}
@media screen and (max-width: 767px) {
  .c-panel--2col .c-panel__image {
    height: auto;
  }
}
.c-panel--3col .c-panel__image {
  height: 210px;
}
@media screen and (max-width: 767px) {
  .c-panel--3col .c-panel__image {
    height: 193px;
  }
}
.c-panel__content {
  padding: 24px 0 0;
}
.c-panel__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-panel__title {
    font-size: 18px;
  }
}
.c-panel__label {
  background-color: #d9340a;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-panel__label {
    font-size: 14px;
  }
}
.c-panel__button-wrap {
  margin-top: 24px;
}
.c-panel__button-wrap .c-button--outline + .c-button--outline {
  margin-top: 16px;
}

/**
 * card
 */
.c-card__item a {
  display: block;
  background-color: #f5f5f5;
  height: 100%;
  padding: 24px 64px 24px 32px;
  text-decoration: none;
  color: #333333;
  position: relative;
  transition: color 0.3s ease;
}
.c-card__item a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 37.5px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-width: 2px 2px;
  border-style: solid solid;
  border-color: #d9340a #d9340a transparent transparent;
  -o-border-image: initial;
  border-image: initial;
  border-bottom: transparent;
  border-left: transparent;
}
@media (hover: hover) {
  .c-card__item a:hover {
    color: #d9340a;
  }
}
.c-card__item__title {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  line-height: 1.3;
  padding: 4px 12px;
}
.c-card__item__discription {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card {
    margin-top: 32px;
    gap: 24px;
  }
  .c-card__item a {
    padding: 16px 48px 16px 16px;
  }
  .c-card__item__title {
    font-size: 14px;
  }
  .c-card__item__discription {
    margin-top: 8px;
    font-size: 16px;
  }
}

/**
 * button
 */
.c-button {
  margin: 40px auto 0;
}
.c-button + .c-button {
  margin-top: 20px;
}
.c-button a {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 373px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.07);
  padding: 16px 32px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-button a:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.25);
    color: #d9340a;
  }
}
.c-button a[disabled] {
  background-color: #b3b3b3;
  color: #ffffff;
  pointer-events: none;
  box-shadow: none;
}
.c-button--current a {
  color: #d9340a;
}
.c-button--md a {
  width: 270px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
}
.c-button--cv a {
  width: 300px;
  color: #d9340a;
}
.c-button--cv a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.c-button--materials a:before {
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_materials.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-button a {
    width: 100%;
    height: 80px;
    font-size: 16px;
  }
  .c-button--md a {
    width: 100%;
    font-size: 14px;
    height: 60px;
  }
  .c-button--md a .icon-pdf {
    width: 16px;
    height: 16px;
    vertical-align: 12px;
  }
}

.c-button--outline + .c-button--outline {
  margin-top: 20px;
}
.c-button--outline {
  display: block;
}
.c-button--outline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  height: 53px;
  line-height: 1.3;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 16px 24px;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-button--outline a:hover {
    border: 1px solid #d9340a;
    color: #d9340a;
  }
}
.c-button--outline.c-button--anchor a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_arrow_anchor.svg") no-repeat center/contain;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-button--outline a {
    min-width: 160px;
    height: 50px;
    font-size: 14px;
  }
}

.c-buttonlist {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}
.c-buttonlist .c-button {
  margin: 0;
}
.c-buttonlist .c-button + .c-button {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-buttonlist {
    gap: 24px 0;
    flex-direction: column;
  }
}

/**
 * anchor
 */
.c-anchor-box {
  background-color: #f2f2f2;
  padding: 32px 24px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .c-anchor-box {
    padding: 16px 32px;
    margin-top: 56px;
  }
}

.c-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
}
@media screen and (max-width: 767px) {
  .c-anchor-list {
    flex-direction: column;
    gap: 0;
  }
}
.c-anchor-list__item {
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-anchor-list__item {
    width: 100%;
  }
}
.c-anchor-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .c-anchor-list__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    right: 0;
    top: 100%;
    transform: none;
  }
}
.c-anchor-list__item a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 16px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-anchor-list__item a {
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .c-anchor-list__item a:hover {
    background-color: #e6e6e6;
  }
}
.c-anchor-list__item a::after {
  content: "";
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_arrow_anchor.svg") no-repeat center/contain;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/**
 * image
 */
.c-image {
  margin: 40px 0 0;
}
.c-image--center {
  text-align: center;
}

/**
 * navigation
 */
.c-local-navigation {
  background-color: #f2f2f2;
  padding: 64px;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-local-navigation {
    padding: 32px 16px;
  }
}
.c-local-navigation .c-heading-lv4 {
  margin-top: 0;
}
.c-local-navigation .c-buttonlist {
  gap: 24px 32px;
}
@media screen and (max-width: 767px) {
  .c-local-navigation .c-buttonlist {
    margin-top: 32px;
    gap: 16px 0;
  }
}
.c-local-navigation .c-button a {
  text-align: center;
  line-height: 1.3;
  padding: 8px 32px;
  width: 244px;
}
@media screen and (max-width: 767px) {
  .c-local-navigation .c-button a {
    width: 100%;
  }
}

/**
 * utility
 */
.u-hide-pc {
  display: none;
}

.u-hide-sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-hide-pc {
    display: block;
  }
  .u-hide-sp {
    display: none;
  }
}
.u-pc-mt-0 {
  margin-top: 0px !important;
}

.u-pc-mb-0 {
  margin-bottom: 0px !important;
}

.u-pc-pt-0 {
  padding-top: 0px !important;
}

.u-pc-pb-0 {
  padding-bottom: 0px !important;
}

.u-pc-mt-4 {
  margin-top: 4px !important;
}

.u-pc-mb-4 {
  margin-bottom: 4px !important;
}

.u-pc-pt-4 {
  padding-top: 4px !important;
}

.u-pc-pb-4 {
  padding-bottom: 4px !important;
}

.u-pc-mt-8 {
  margin-top: 8px !important;
}

.u-pc-mb-8 {
  margin-bottom: 8px !important;
}

.u-pc-pt-8 {
  padding-top: 8px !important;
}

.u-pc-pb-8 {
  padding-bottom: 8px !important;
}

.u-pc-mt-12 {
  margin-top: 12px !important;
}

.u-pc-mb-12 {
  margin-bottom: 12px !important;
}

.u-pc-pt-12 {
  padding-top: 12px !important;
}

.u-pc-pb-12 {
  padding-bottom: 12px !important;
}

.u-pc-mt-16 {
  margin-top: 16px !important;
}

.u-pc-mb-16 {
  margin-bottom: 16px !important;
}

.u-pc-pt-16 {
  padding-top: 16px !important;
}

.u-pc-pb-16 {
  padding-bottom: 16px !important;
}

.u-pc-mt-24 {
  margin-top: 24px !important;
}

.u-pc-mb-24 {
  margin-bottom: 24px !important;
}

.u-pc-pt-24 {
  padding-top: 24px !important;
}

.u-pc-pb-24 {
  padding-bottom: 24px !important;
}

.u-pc-mt-32 {
  margin-top: 32px !important;
}

.u-pc-mb-32 {
  margin-bottom: 32px !important;
}

.u-pc-pt-32 {
  padding-top: 32px !important;
}

.u-pc-pb-32 {
  padding-bottom: 32px !important;
}

.u-pc-mt-40 {
  margin-top: 40px !important;
}

.u-pc-mb-40 {
  margin-bottom: 40px !important;
}

.u-pc-pt-40 {
  padding-top: 40px !important;
}

.u-pc-pb-40 {
  padding-bottom: 40px !important;
}

.u-pc-mt-56 {
  margin-top: 56px !important;
}

.u-pc-mb-56 {
  margin-bottom: 56px !important;
}

.u-pc-pt-56 {
  padding-top: 56px !important;
}

.u-pc-pb-56 {
  padding-bottom: 56px !important;
}

.u-pc-mt-64 {
  margin-top: 64px !important;
}

.u-pc-mb-64 {
  margin-bottom: 64px !important;
}

.u-pc-pt-64 {
  padding-top: 64px !important;
}

.u-pc-pb-64 {
  padding-bottom: 64px !important;
}

.u-pc-mt-80 {
  margin-top: 80px !important;
}

.u-pc-mb-80 {
  margin-bottom: 80px !important;
}

.u-pc-pt-80 {
  padding-top: 80px !important;
}

.u-pc-pb-80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-mt-4 {
    margin-top: 4px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4px !important;
  }
  .u-sp-pt-4 {
    padding-top: 4px !important;
  }
  .u-sp-pb-4 {
    padding-bottom: 4px !important;
  }
  .u-sp-mt-8 {
    margin-top: 8px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-sp-pt-8 {
    padding-top: 8px !important;
  }
  .u-sp-pb-8 {
    padding-bottom: 8px !important;
  }
  .u-sp-mt-12 {
    margin-top: 12px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12px !important;
  }
  .u-sp-pt-12 {
    padding-top: 12px !important;
  }
  .u-sp-pb-12 {
    padding-bottom: 12px !important;
  }
  .u-sp-mt-16 {
    margin-top: 16px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-sp-pt-16 {
    padding-top: 16px !important;
  }
  .u-sp-pb-16 {
    padding-bottom: 16px !important;
  }
  .u-sp-mt-24 {
    margin-top: 24px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-sp-pt-24 {
    padding-top: 24px !important;
  }
  .u-sp-pb-24 {
    padding-bottom: 24px !important;
  }
  .u-sp-mt-32 {
    margin-top: 32px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-sp-pt-32 {
    padding-top: 32px !important;
  }
  .u-sp-pb-32 {
    padding-bottom: 32px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-mt-56 {
    margin-top: 56px !important;
  }
  .u-sp-mb-56 {
    margin-bottom: 56px !important;
  }
  .u-sp-pt-56 {
    padding-top: 56px !important;
  }
  .u-sp-pb-56 {
    padding-bottom: 56px !important;
  }
  .u-sp-mt-64 {
    margin-top: 64px !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-sp-pt-64 {
    padding-top: 64px !important;
  }
  .u-sp-pb-64 {
    padding-bottom: 64px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
}
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}