@charset "UTF-8";

/* figma-css:start nodeId=815-1967 */
.uc-news-single {
  color: #1c1c1c;
  background-color: #fcfcfc;
  font-family: "Noto Sans JP", sans-serif;
}

.uc-news-single__hero {
  --uc-header-breadcrumb-offset: 0;
  position: relative;
  background-color: #4ca4e2;
  background-image: url("../../img/uc/affiliate-hub/hero-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.uc-news-single__breadcrumbs {
  position: absolute;
  top: 3.8rem;
  left: 1.5625rem;
  width: auto;
  margin-inline: 0;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0313rem;
}

.uc-news-single__breadcrumbs .uc-breadcrumbs__inner {
  width: auto;
}

.uc-news-single__breadcrumbs .uc-breadcrumbs__link {
  color: #fff;
}

.uc-news-single__breadcrumbs .uc-breadcrumbs__current {
  color: #fff;
}

.uc-news-single__hero-inner {
  width: calc(100% - 3.25rem);
  margin-inline: auto;
  padding-top: 6.5rem;
  padding-bottom: 1.25rem;
}

.uc-news-single__hero-header {
  position: relative;
}

.uc-news-single__date {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  margin-bottom: 0.3125rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0875rem;
}

.uc-news-single__date::before {
  flex: 0 0 auto;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}

.uc-news-single__title {
  max-width: 18.5625rem;
  margin: 0;
  color: #fff;
  font-size: 1.534rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1534rem;
}

.uc-news-single__content {
  position: relative;
  padding-top: 3.625rem;
  padding-bottom: 7rem;
  background-color: #fcfcfc;
  background-image: url("../../img/uc/news-single/body-texture.webp");
  background-repeat: repeat;
  background-position: left top;
  background-size: 6.25rem 6.25rem;
}

.uc-news-single__background-label {
  display: none;
}

.uc-news-single__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 2.5rem);
  max-width: 60rem;
  margin-inline: auto;
}

.uc-news-toc {
  position: relative;
  margin-bottom: 3.1875rem;
  padding: 2.125rem 1.5625rem 2.3125rem;
  border-radius: 0.1563rem;
  background-color: #f1f1f1;
}

.uc-news-toc__background-label {
  position: absolute;
  top: -2.3125rem;
  right: 0.25rem;
  color: #f1f1f1;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.6594rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1862rem;
  white-space: nowrap;
}

.uc-news-toc__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.3125rem;
  min-height: 1.75rem;
  margin: 0 0 0.625rem;
  padding: 0.3rem 0.8125rem;
  background-color: #1c1c1c;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.0733rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3864rem;
  white-space: nowrap;
}

.uc-news-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-news-toc__item {
  padding-bottom: 1.25rem;
}

.uc-news-toc__item + .uc-news-toc__item {
  padding-top: 1.25rem;
  border-top: 1px solid #d8d8d8;
}

.uc-news-toc__item:last-child {
  padding-bottom: 0;
}

.uc-news-toc__link {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding-inline: 0.625rem;
  color: #1c1c1c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.uc-news-toc__link:has(+ .uc-news-toc__children) {
  margin-bottom: 0.875rem;
}

.uc-news-toc__link:hover {
  color: #3698de;
}

.uc-news-toc__link:focus-visible {
  color: #3698de;
  outline: 2px solid #3698de;
  outline-offset: 0.1875rem;
}

.uc-news-toc__number {
  flex: 0 0 1.25rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.225rem;
}

.uc-news-toc__link-label {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0938rem;
}

.uc-news-toc__children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-news-toc__child {
  margin-bottom: 0.625rem;
}

.uc-news-toc__child:last-child {
  margin-bottom: 0;
}

.uc-news-toc__child-link {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  padding-left: 2.375rem;
  color: #1c1c1c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.uc-news-toc__child-link:hover {
  color: #3698de;
}

.uc-news-toc__child-link:focus-visible {
  color: #3698de;
  outline: 2px solid #3698de;
  outline-offset: 0.1875rem;
}

.uc-news-toc__child-number {
  flex: 0 0 1.9375rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0875rem;
}

.uc-news-toc__child-link-label {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.0875rem;
}

.uc-news-single__article {
  margin-bottom: 4.75rem;
}

.uc-news-single__body {
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}

.uc-news-single__body h2 {
  margin: 0 0 1.125rem;
  padding: 0 0.875rem 0.625rem;
  border-bottom: 1px solid #303030;
  color: #1c1c1c;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.095rem;
  scroll-margin-top: 5rem;
}

.uc-news-single__body h3 {
  position: relative;
  margin: 0 0 1rem;
  padding-left: 0.875rem;
  color: #1c1c1c;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.0938rem;
  scroll-margin-top: 5rem;
}

.uc-news-single__body h3::before {
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  width: 0.125rem;
  background-color: #3698de;
  content: "";
}

.uc-news-single__body h4 {
  display: table;
  margin: 0 0 1.375rem 0.875rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.0875rem;
}

.uc-news-single__body p {
  margin: 0 0 2.625rem;
  padding-inline: 0.875rem;
}

.uc-news-single__body p:last-child {
  margin-bottom: 0;
}

.uc-news-single__body ul {
  margin: 0 0 2.625rem;
  padding-left: 2.25rem;
}

.uc-news-single__body ol {
  margin: 0 0 2.625rem;
  padding-left: 2.25rem;
}

.uc-news-single__body li {
  margin-bottom: 0.5rem;
}

.uc-news-single__body a {
  color: #1c1c1c;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: color 0.3s ease;
}

.uc-news-single__body a:hover {
  color: #3698de;
}

.uc-news-single__body a:focus-visible {
  color: #3698de;
  outline: 2px solid #3698de;
  outline-offset: 0.1875rem;
}

.uc-news-single__body img {
  display: block;
  width: 100%;
  height: auto;
}

.uc-news-single__body figure {
  margin: 0 0 2.625rem;
}

.uc-news-single__body blockquote {
  margin: 0 0 2.625rem;
  padding: 1rem;
  border-left: 0.1875rem solid #3698de;
  background-color: #f1f1f1;
}

.uc-news-single__post-navigation {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding-inline: 0.875rem;
}

.uc-news-single__post-link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid currentColor;
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1125rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.uc-news-single__post-link:hover {
  color: #3698de;
}

.uc-news-single__post-link:focus-visible {
  color: #3698de;
  outline: 2px solid #3698de;
  outline-offset: 0.25rem;
}

.uc-news-single__post-link--previous {
  margin-right: auto;
}

.uc-news-single__post-link--next {
  margin-left: auto;
}

.uc-news-single__post-arrow {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

.uc-news-single__post-label {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .uc-news-single__hero {
    background-position: center top;
    background-size: 100% 100%;
    padding-bottom: 2.0625rem;
    background-image: url(../../img/uc/affiliate-hub/hero-bg-pc.webp);
  }

  .uc-news-single__breadcrumbs {
    top: 6.2rem;
    left: 2.1201rem;
    font-size: 0.6875rem;
    letter-spacing: 0.0344rem;
  }

  .uc-news-single__hero-inner {
    width: 90%;
    max-width: 60rem;
    padding-top: 11.0625rem;
    padding-left: 4.875rem;
  }

  .uc-news-single__date {
    gap: 0.5625rem;
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .uc-news-single__date::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .uc-news-single__title {
    max-width: 43.1875rem;
    font-size: 2.1914rem;
    letter-spacing: 0.2191rem;
  }

  .uc-news-single__content {
    padding-top: 6.5625rem;
    padding-bottom: 9rem;
  }

  .uc-news-single__background-label {
    display: block;
    position: absolute;
    top: 1.9375rem;
    right: 0.6875rem;
    color: #D1DAE4;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 9.1938rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6436rem;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    opacity: 0.03;
    mix-blend-mode: plus-lighter;
  }

  .uc-news-toc {
    margin-bottom: 5.25rem;
    padding: 3.3969rem 6rem 3.8rem;
    border-radius: 0.3125rem;
  }

  .uc-news-toc__background-label {
    top: -4.625rem;
    right: 0;
    font-size: 5.3188rem;
    letter-spacing: 0.3723rem;
  }

  .uc-news-toc__title {
    min-width: 6.2028rem;
    min-height: 1.9037rem;
    margin-bottom: 0.8125rem;
    padding: 0.35rem 1.4375rem;
    font-size: 1.1925rem;
    letter-spacing: 0.4293rem;
  }

  .uc-news-toc__item {
    padding-bottom: 1.5625rem;
  }

  .uc-news-toc__item + .uc-news-toc__item {
    padding-top: 1.5625rem;
  }

  .uc-news-toc__link {
    gap: 1.0625rem;
    padding-inline: 1.375rem;
  }

  .uc-news-toc__link:has(+ .uc-news-toc__children) {
    margin-bottom: 1.25rem;
  }

  .uc-news-toc__number {
    flex-basis: 1.4375rem;
    font-size: 1.3195rem;
    line-height: 1;
    letter-spacing: 0.2639rem;
  }

  .uc-news-toc__link-label {
    font-size: 1.0352rem;
    letter-spacing: 0.1035rem;
  }

  .uc-news-toc__children {
    margin: 0;
  }

  .uc-news-toc__child {
    margin-bottom: 1.125rem;
  }

  .uc-news-toc__child-link {
    gap: 0.5625rem;
    padding-left: 3.875rem;
  }

  .uc-news-toc__child-number {
    flex-basis: 2.0625rem;
    font-size: 0.9375rem;
    line-height: 1;
    letter-spacing: 0.0938rem;
  }

  .uc-news-toc__child-link-label {
    font-size: 0.9375rem;
    line-height: 1;
    letter-spacing: 0.0938rem;
  }

  .uc-news-single__article {
    margin-bottom: 5.375rem;
  }

  .uc-news-single__body {
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }

  .uc-news-single__body h2 {
    margin-bottom: 1.875rem;
    padding: 0 1.25rem 0.8125rem;
    border-bottom-width: 2px;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0.13rem;
    scroll-margin-top: 7.5rem;
  }

  .uc-news-single__body h3 {
    margin-bottom: 1.0625rem;
    padding-left: 1.25rem;
    font-size: 1.1875rem;
    line-height: 1.9;
    letter-spacing: 0.1188rem;
    scroll-margin-top: 7.5rem;
  }

  .uc-news-single__body h3::before {
    top: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.5rem;
  }

  .uc-news-single__body h4 {
    margin: 0 0 1.375rem 1.25rem;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }

  .uc-news-single__body p {
    margin-bottom: 3.875rem;
    padding-inline: 1.25rem;
  }

  .uc-news-single__body ul {
    margin-bottom: 3.875rem;
    padding-left: 3rem;
  }

  .uc-news-single__body ol {
    margin-bottom: 3.875rem;
    padding-left: 3rem;
  }

  .uc-news-single__body figure {
    margin-bottom: 3.875rem;
  }

  .uc-news-single__body blockquote {
    margin-bottom: 3.875rem;
  }

  .uc-news-single__post-navigation {
    margin: 0;
    padding-right: 2.125rem;
    padding-left: 0.6875rem;
  }

  .uc-news-single__post-link {
    gap: 0.875rem;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 1081px) {
  .uc-news-single__breadcrumbs {
    top: 6.9rem;
  }
}
/* figma-css:end nodeId=815-1735 */
