/*
 * _about_v2.html / _flow_v2.html 専用の差分スタイル。
 * ab_new_style_v2.css の後に読み込み、後勝ちで上書きする想定。
 */

/***************** about (v2) *************************/
.top-about-content {
    padding: 32px 16px;
}

.top-about-item-title {
    display: flex;
    align-items: top;
    gap: 4px;
    justify-content: center;
}

.about-item-number {
    font-size: 20px;
    border-radius: 16px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
    color: #fff;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 8px;
}

/***************** flow (v2) *************************/
.top-flow-item-title {
    gap: 4px;
    align-items: center;
    background: #F2F2F2;
    color: #212529;
    font-size: 21px;
}

.top-flow-item-title > .about-item-number {
    margin-top: 0;
}

.top-flow-item-content {
    min-height: 150px;
    padding: 16px;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    list-style-image: none;
}

.top-flow-item-content span {
    color: #E60000;
}

.icon-tirangle-container {
    padding: 0px 12px;
}

/***************** fv (v2) SP *************************/
@media screen and (max-width: 599px) {
  .top-flow-item-content {
      min-height: fit-content;
  }

}