@charset "utf-8";

/* シンジケートローン */
/* @.newsTicker */
.newsTicker {}
.newsTicker .newsTicker_inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.newsTicker .newsTicker_label {
  display: flex;
  align-items: center;
  padding: 10px 10px 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #fff;
  background: #C14D00;
}
.newsTicker .newsTicker_content {
  background: #F7F7F7;
}
.newsTicker .newsTicker_content li {
  width: 100%;
  padding: 20px 20px 15px;
}
.newsTicker .newsTicker_content li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  color: #333;
  text-decoration: none;
  padding-right: 25px;
  background: url(/common_v2/images/arrow_right_half_red.svg) right center no-repeat;
  background-size: auto 13px;
}
.newsTicker .newsTicker_content li a time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .025em;
}
.newsTicker .newsTicker_content li a span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 21px;
  max-width: 100%;
}

/* シンジケートローンのしくみ */
.syndicate-structure {
  display: grid;
  gap: 24px;
}
.syndicate-structure .syndicate-structure_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: calc(26/20);
  color: #fff;
  background: #333;
  border-radius: 8px 8px 0 0;
}
.syndicate-structure .syndicate-structure_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #F7F7F7;
  border-radius: 0 0 8px 8px;
}
.syndicate-structure .syndicate-structure_note {
  margin-top: 8px;
}
.syndicate-structure .syndicate-structure_item.syndicate .syndicate-structure_head {
  background: #C14D00;
}
