:root {
    --biz-red: #E60012;
    --biz-purple: #A50082;
    --black: #333;
    --pale-pink: #FFF7F7;
    --light-gray: #F2F2F2;
}

html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    /* 右の余白対策 */
    overflow-x: hidden;
    max-width: 100%;

    font-family:"Noto Sans JP", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
}

.page {
    /* html, body の hidden を打ち消す */
    overflow: auto;
}

.biz-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

/* 60%透過 */
.btn-hover-60:hover {
    opacity: 0.6;
    text-decoration: none;
}

.btn-hover-red {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}
/* 赤 */
.btn-hover-red:hover {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-decoration: none;
}

.text-normal {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}

.text-red {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
}

.text-white {
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
}

.text-kaikei {
    color: rgb(10,91,168);
}

/*トップへ戻るのフローティングボタン*/
.back-top{
    position: fixed;
    z-index: 9999;
    bottom: 5vh;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #A50082 0%, #E60000 100.01%));
    width: 48px;
    height: 48px;
    right: 16px;
    border-radius: 50%;
}

.back-top::before{
    content:"";
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.back-top:hover{
    opacity: .6;
}

/***** 改行 *****/
.br-sp{
    display: none;
}
.br-md{
    display: none;
}
.br-lg{
    display: none;
}

@media screen and (max-width: 599px){
    .br-sp{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .br-md{
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    .br-lg{
        display: block;
    }
}

/***** header1 下にスクロールで隠れる *****/
.biz-top-header1 {
    border-bottom: 5px solid var(--Hi-Fi-MUFG-Red, #E60000);
    padding-top: 8px;
    padding-bottom: 8px;
}
/* MUFG、三菱ＵＦＪ銀行のロゴ　*/
.biz-top-header1 img {
    max-height: 37px;
    max-width: 200px;
}

/***** header 常に表示 *****/
.biz-top-header {
    background-color: #fff;
    border-bottom: 1px solid var(--light-gray);
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.biz-top-header-inner {
    display: flex;
    flex-direction: row;
    gap: 16px;

    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-logo {
    width: 200px;
}

.nav-toggler {
    height: 32px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-nav a {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    /* Hi-Fi/本文L - Regular */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.signup {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
}

.signup>a {
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.login {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

/* SPだけ表示する */
#menu {

}

.menu-item {
    padding: 12px 16px;
    border-top: 1px solid var(--light-gray);
}


/***************** biz-top *************************/
.biz-top {
}

/***************** kaikei *************************/
.top-kaikei {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(10,91,168);
}
.top-kaikei-wrap {
    max-width: 1200px;
    /* border-top: 2px solid rgb(10,91,168);
    border-bottom: 2px solid rgb(10,91,168); */
    color: white;
    background-color: rgb(10,91,168);
}
.kaikei-bg-white {
    color: rgb(10,91,168);
    background-color: white;
}
.kaikei-logo-wrap {
    padding-left: 32px;
    padding-right: 32px;
    background-color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.kaikei-logo-wrap img {
    max-width: 300px;
}
.kaikei-wrap {
    margin-left: 48px;
    margin-right: 48px;
    padding: 0px 16px;
}
.kaikei-1 {
    padding: 8px 16px;
    border-radius: 64px;
    font-size: 24px;
    font-weight: 700;
}
.kaikei-1-md-title {
    font-size: 20px;
    font-weight: 700;
}
.kaikei-2 {
    font-size: 24px;
    font-weight: 700;
}
.kaikei-2-32 {
    font-size: 32px;
}
.kaikei-2-48 {
    font-size: 48px;
}
.kaikei-2-64 {
    font-size: 64px;
}

.kaikei-3 {
    font-size: 20px;
    font-weight: 700;
}
.kaikei-3 > div > div {
    border: 2px solid white;
}
.kaikei-4 {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .kaikei-logo-wrap img {
        max-width: 300px;
    }
    .kaikei-wrap {
        margin-left: 0;
        margin-right: 0;
        font-size: 20px;
        width: 100%;
    }
    .kaikei-2 {
        font-size: 20px;
    }
    .kaikei-2-32 {
        font-size: 24px;
    }
    .kaikei-2-48 {
        font-size: 24px;
    }
    .kaikei-2-64 {
        font-size: 32px;
    }

    .kaikei-3 {
        font-size: 20px;
        font-weight: 700;
    }
    .kaikei-4 {
        font-size: 12px;
        font-weight: 500;
    }
}

.top-fv-kaikei {
    width: 100%;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 100px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 70%, #A50082 100.01%));
}
.top-fv-title-kaikei {
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-bottom: 2px solid var(--Hi-Fi-Background---Primary, #FFF);
}

/***************** fv *************************/
.top-fv {
    /* height: 720px; */
    width: 100%;
    max-width: 100%;
    padding: 35.5px 0;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 70%, #A50082 100.01%));
}

.top-fv-wrap {
    max-width: 1200px;
}

.top-fv-title {
    /* max-width: 1280px; */

    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    font-size: 21px;
    /* font-size: 24px; */
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
}

.top-fv-copy {
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 3.52px;
    /* 84px */
}
.top-fv-copy2 {
    width: 88%;
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.top-fv-copy2-title {
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    background-color: var(--Hi-Fi-Text---On-Fill, #FFF);
    border-radius: 100px;
    letter-spacing: 6.4px;
    display:flex;
    justify-content: center;
    padding-left: 6.4px;
}

.top-fv-copy2-content1 {
    min-width: 286px;
}

.top-fv-attention {
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    font-size: 14px;
    margin-top: 4px;
}

.top-fv-img-wrap {
    min-width: 50%;
    max-width: 50%;
}
.top-fv-img-wrap > img {
    max-width: 100%;
    min-width: 100%;
}
.top-fv-item {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 64px;
    background: #FFF;

    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

.top-fv-signup {
    width: auto;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: var(--Hi-Fi-Background---Primary, #FFF);
        max-width: fit-content;
}

.top-fv-signup>a>span {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.6px;
    /* 36px */
}

.rate-badge {
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
}

@media screen and (max-width: 1199px) {
    .top-fv-title {
        text-align: center;
    }
    .top-fv-copy {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* .top-fv {
        padding-top: 64px;
        padding-bottom: 64px;
    } */
    .top-fv-item {
        font-size: 20px;
        width: 100%;
    }
    .top-fv-copy {
        font-size: 28px;
    }
    .top-fv-signup {
        padding: 16px;
        width: 100%;
    }
    .top-fv-signup>a>span {
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    .bizlen-logo {
        justify-content: center;
        font-size: 20px;
        letter-spacing: 1px;
        margin-top:6px;
    }
    .top-fv {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .top-fv-title {
        font-size: 16px;
        line-height: 130%;
        font-weight: 700;
    }
    .top-fv-content {
        font-size: 20px;
        display:flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .item-2 {
        margin: 14px 15% 0;
    }

    .biz-top-header-inner {
        padding: 0;
    }

    .top-fv-copy {
        font-size:24px;
        font-weight: 700;
        line-height:120%;
        letter-spacing: 1.92px;
        display:flex;
        justify-content: center;
        align-items: center;
        padding-left:4px;
    }


    .top-fv-copy {
        margin: 12px 0 !important;
    }

    .top-fv-copy2-title{
        font-size:12px;
    }

    .top-fv-copy2-content1 > .top-fv-copy2-title{
        margin-bottom: 4px !important;
        width:90%;
    }

    .top-fv-copy2-content2 > .top-fv-copy2-title{
        margin-bottom: 8px !important;
        width:90%;
    }

    .top-fv-copy2-content1 {
        font-size: 13px;
        width: 60% !important;
        min-width: initial;
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .top-fv-copy2-content2 {
        font-size: 13px;
        width: 40% !important;
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .rate-badge {
        font-size:12px;
        padding: 4px 5px;
        line-height: 120%;
    }

    .top-fv-copy2 {
        justify-content: space-between;
        width:100%;
    }

    .top-fv-attention {
        font-size:12px;
        margin-bottom: -1.492px; /* 調整 */
    }

    .item-3 {
        width: 100%;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
}



/***************** about *************************/
.logo-ufj {
    margin-top: 8px;
    display: flex;
    align-items: center;
    width: 280px;
}

/*画像*/
.logo-ufj img {
    width: 120px;
}

.top-about {
    position: relative;
    margin-top: 64px;
}
.top-about-title {
    font-size: 24px;
}
.top-about-logo {
    height: 64px;
}

/***** ヘッド部分 *****/
.top-about-head {
    position: absolute;
    top: -48px;
    /* 左右中央にする */
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;

    background-color: #FFF;
}
@media (max-width: 768px) {
    .top-about-head {
        width: 100%;
    }
}
@media (max-width: 599px) {
    .top-about-head {
        min-width: 100%;
    }
}

.top-about-border-radius {
    background:  linear-gradient(to right, #E60000 0%, #A50082 100%);
    width: 100%;
    padding: 8px;/*borderの太さ*/
    border-radius: 16px;
}

/* モバイルだと隠すボーダー */
.top-about-border-right {
    border-right: 1px solid var(--Hi-Fi-MUFG-Gray, #ACACAC);
}
@media (max-width: 960px) {
    .top-about-border-right {
        border-right: none;
    }
}

.top-about-content {
    padding: 32px;
    min-height: 600px;
    flex-shrink: 0;

    border-radius: 16px;
    background: var(--Hi-Fi-Background---Primary, #FFF);
}
@media screen and (max-width: 599px) {
    .top-about-content {
        padding: 16px;
    }
}

.top-about-content-img {
    height: 72px;
}

.top-about-subtitle {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    /* Hi-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}
.top-about-subtitle-border {
    margin: 0 auto;
    /* width: 104px; */
    height: 4px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
}

.top-about-item-title {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-align: center;
    margin-top: 16px;

    /* Hi-Fi/見出し3 */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 42px */
}
@media (max-width: 599px) {
    .top-about-item-title {
        font-size: 20px;
    }
}

.top-about-item {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    margin-top: 16px;
    list-style-image: url(img/icon_red_circle.svg);
    /* Hi-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.top-about-item>li {
    padding-left: 4px;
}

.top-about-btn {

    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    background: var(--Hi-Fi-Background---Primary, #FFF);

    color: var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

/***************** flow お借入の流れ *************************/

.top-flow {
    padding-top: 104px;
    padding-bottom: 104px;
}

.top-flow-item {
}

.top-flow-item-last {
    max-width: 100%;
}

@media (min-width: 1040px) {
    .top-flow-item-last {
        max-width: 229px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* レイアウトをアスキーアートのように定義 */
        grid-template-areas:
        "area1 area2"
        "area3 area2";
    }

    /* HTMLのアイテムを定義したエリアに割り当て */
    .item-1 { grid-area: area1; }
    .item-2 { grid-area: area2; margin-left: 42px;}
    .item-3 { grid-area: area3; }
}
.top-flow-item-title {
    border-radius: 16px 16px 0px 0px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));

    color: var(--Hi-Fi-Text---On-Fill, #FFF);

    /* Hi-Fi/見出し3 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
}

.top-flow-item-border {
    width: 100%;

    padding: 8px;/*borderの太さ*/
    border-radius: 16px;
    background:  linear-gradient(to right, #E60000 0%, #A50082 100%);
}

.top-flow-item-content {
    margin-bottom: 0;
    min-height: 220px;
    list-style-image: url(img/icon_red_circle.svg);

    border-radius: 0 0 14px 14px;
    background-color: var(--Hi-Fi-Text---On-Fill, #FFF);
}
.top-flow-item-content img {
    width: auto;
    max-width: 100%;
}

.top-flow-item-content>li>span {
    color: #E60000
}
@media (max-width: 1040px) {
    .top-flow-item-content {
        padding-bottom: 0;
        margin-bottom: 0;
        min-height: auto;
        height: auto;
    }
}

/***************** 動画 *************************/

.top-flow-movie {
    padding-top: 64px;
}

.top-flow-movie-title {
    padding-bottom: 24px;

    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}
.top-flow-movie-title>div>img {
    height: 48px;
}

.top-flow-movie-content {
    position: relative;
    padding-top: 56.25%;
}
.top-flow-movie-content iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/***************** 融資の比較 *************************/

.top-loans {
    padding-top: 104px;
}
.scrollable-section {
    overflow-x: auto;
    white-space: nowrap;
}
.scrollable-item {
    display: inline-block;
    width: 1040px;
    height: 700px;
    white-space: normal;
}

.top-loans-fixed-width {
    /* min-width: 1200px;
    max-width: 1200px; */
    margin: 0 auto;
}

.loans-col-bg-gray {
    background: var(--Hi-Fi-Background---Secondary, #F1F1F4);
}

.loans-col1 {
    width: 130px;
    max-width: 130px;
    padding: 0;

    font-weight: 700;
}
.loans-col2 {
    width: 270px;
    max-width: 270px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
}
.loans-col3 {
    width: 48px;
    max-width: 48px;
}



.loans-title {
    height: 100px;
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    padding-top: 24px;
    padding-bottom: 16px;

    /* Lo-Fi/見出し3 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
}
.loans-content {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
}
.loans-content-bt-red {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 2px solid #E60000;
}

.loans-content1 {
    height: 140px
}
.loans-content2 {
    height: 59px;
}
.loans-content3 {
    height: 59px;
}
.loans-content4 {
    height: 59px;
}
.loans-content5 {
    height: 86px;
}
.loans-content6 {
    height: 59px;
}
.loans-content7 {
    height: 86px;
}

.loans-border-gray {
    border-radius: 16px;
    border: 4px solid var(--Hi-Fi-Border---Field, #838383);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}
.loans-border-red {
    border-radius: 16px;
    border: 4px solid var(--Hi-Fi-Border---Field, #E60000);
    background: var(--Hi-Fi-Background---Primary, #FFF);
    /* border-image: linear-gradient(to right, #E60000 50%, #A50082 100.01%) 1; */
}

/***************** お客さまの声 *************************/

.top-customer-voices {
    padding-top: 104px;
}

.top-customer-voices-content-subtitle {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/見出し3 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
}

.top-customer-voices-content-detail {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Lo-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.top-customer-voices-content-detail>span {
   color: var(--Hi-Fi-MUFG-Red, #E60000);

    /* Lo-Fi/本文L - Bold */
    font-weight: 700;
}
.min-height-800 {
    min-height: 860px;
}
@media (max-width: 992px) {
    .min-height-800 {
        min-height: 0;
    }
}

/***************** start *************************/


.top-start {
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
}

.top-start-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.top-start-container>p {
    align-self: stretch;
    color: var(--Hi-Fi-Text---On-Fill, #FFF);
    text-align: center;

    /* Hi-Fi/見出し2 */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
}

.top-start-container>p:nth-child(2) {
    /* Hi-Fi/見出し4 */
    font-size: 24px;
    line-height: 150%;
    /* 36px */
}


.top-start-container>p>a {
    padding: 16px 24px;
    border-radius: 8px;

    background: var(--Hi-Fi-Background---Primary, #FFF);
    color: var(--Hi-Fi-MUFG-Red, #E60000);


    /* Hi-Fi/ボタン */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

@media screen and (max-width: 599px) {
    .top-start-container>p {
        font-size: 28px;
    }
    .top-start-container>p:nth-child(2) {
        font-size: 20px;
    }
    .top-start-container>p>a {
        font-size: 20px;
    }
}
/***************** simulation *************************/

.top-simulation {
    margin-top: 104px;
}
.top-simulation-border-radius {
    background:  linear-gradient(to right, #E60000 0%, #A50082 100%);
    width: 100%;
    padding: 8px;/*borderの太さ*/
    border-radius: 16px;
}

.top-simulation-content {
    flex-shrink: 0;

    border-radius: 16px;
    background: var(--Hi-Fi-Background---Primary, #FFF);
}
.top-simulation-content-title {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    /* Lo-Fi/見出し4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

.top-simulation-title-border {
    margin: 0 auto;
    /* width: 104px; */
    height: 4px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
}

.top-simulation-inputs {
}
.top-simulation-inputs input {
    /* reset */
    -webkit-appearance: none;
    appearance: none;

    text-align: right;
    min-width: 180px;
    height: 2.5rem;
    border-radius: .25rem;
    border: 1px solid #707070;
    outline: none;
    padding: 0.375em 0.75em;
    /* iOS で色が変わっていないため */
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

.top-simulation-inputs input[type=radio] {
    /* reset */
    -webkit-appearance: radio;
    appearance: radio;

    transform: scale(1.4);
    margin-right: 4px;
    accent-color: var(--Hi-Fi-MUFG-Red, #E60000);
}
.top-simulation-inputs input[type=radio]:checked {
}

.top-simulation-inputs select {
    -webkit-appearance: none;
    appearance: none;

    text-align: right;
    min-width: 180px;
    height: 2.5rem;
    border-radius: .25rem;
    border: 1px solid #707070;
    outline: none;
    padding: 0.375em 0.75em;

    /* Safariで右寄せにするためのスタイル */
    direction: rtl;
    text-align-last: right;
    /* iOS で色が変わっていないため */
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

.top-simulation-label {
    width: auto;
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/本文L - Bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
}
.top-simulation-radio {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
.top-simulation-radio input {
    min-width: auto;
    height: auto;
}
.top-simulation-description {
    color: var(--Hi-Fi-Text---Description, #626264);

    /* Hi-Fi/本文M - Regular */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.top-simulation-submit {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

.top-simulation-submit-red {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Red, #E60000);
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    background: var(--Hi-Fi-Background---Primary, #FFF);
}

/* シミュレーション結果 */
.top-simulation-result-wrap {
    font-weight: 400;
}

.top-simulation-result-subtitle {
    border-bottom: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
}
.top-simulation-result-border {

}
.top-simulation-result-total {
    font-size: 20px;
}
.top-simulation-result-loan {
    font-size: 16px;
}
.top-simulation-result-schedule {
    font-size: 16px;
}
.top-simulation-result-note {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .top-simulation-result-subtitle {
        padding-bottom: 0;
        padding-top: 1.5rem;
        margin-bottom: 0.5rem;
        border-bottom: 2px solid #999;
        font-size: 18px;
    }
    .top-simulation-result-border {
        border-bottom: 1px solid #999;
    }
    .top-simulation-result-border:nth-last-child(1) {
        border-bottom: none;
    }
    .top-simulation-result-total {
        font-size: 16px;
    }
    .top-simulation-result-loan {
        font-size: 12px;
    }
    .top-simulation-result-schedule {
        font-size: 12px;
    }
    .top-simulation-result-note {
        font-size: 10px;
    }
}
/***************** FAQ *************************/

.faq-nav-container {

}
.faq-nav {
    text-decoration: none;
    color: #000; /* 必要に応じて調整 */
}
.faq-nav:hover {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-decoration: none;
}

.faq-link {
    text-decoration: underline;
    color: #000; /* 必要に応じて調整 */
}
.faq-link:hover {
    color: var(--Hi-Fi-MUFG-Red, #E60000);
    text-decoration: none;
}

.top-faq {
    padding-top: 104px;
}

.top-section-title {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    /* Hi-Fi/見出し2 */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
}
@media screen and (max-width: 599px) {
    .top-section-title {
        font-size: 28px;
    }
    
}

.top-section-title-border {
    margin: 0 auto;
    width: 104px;
    height: 8px;
    background: var(--Hi-Fi-Biz-LENDING---Gradation, linear-gradient(90deg, #E60000 31.73%, #A50081 100%));
}

.top-faq-box-q {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 4px solid var(--Hi-Fi-Biz-LENDING---Gradation, #E60000);
    background: var(--Hi-Fi-Background---Secondary, #F1F1F4);

    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/見出し3 */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 42px */
}

.top-faq-box-a {
    /* width: 1280px; */

    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.top-faq-box-q::before {
    content: "Q";
    margin-right: 16px;

    color: var(--Hi-Fi-MUFG-Red, #E60000);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
}

@media screen and (max-width: 599px) {
    .top-faq-box-q {
        font-size: 20px;
    }
    .top-faq-box-q::before {
        font-size: 24px;
    }
    
}

.top-faq-btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    background: var(--Hi-Fi-Background---Primary, #FFF);
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}

.top-faq-btn::before {
    content: ">";
    color: var(--Hi-Fi-MUFG-Red, #E60000);

}
/***************** ウェビナー *************************/
.top-webinars {
    padding-top: 104px;
}
.top-webinar-container {
    max-width: 1200px;
}
.webinar-title {
    font-size: 18px;
    font-weight: 700;
}
.webinar-img {
    max-width: 200px;
    min-width: 200px;
}
.webinar-btn {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Red, #E60000);
    background: var(--Hi-Fi-Background---Primary, #FFF);
    color: var(--Hi-Fi-MUFG-Red, #E60000);
}
.webinar-btn:hover {
    opacity: .6;
    border: 1px solid var(--Hi-Fi-MUFG-Red, #1A1A1C);
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}

/***************** お役立ち記事 *************************/
.top-articles {
    padding-top: 104px;
    padding-bottom: 104px;
}
.top-articles-container {
    max-width: 1200px;
}
.articles-img {
    max-width: 200px;
    min-width: 200px;
}

.articles-img > a > img{
    max-width: 187px;
}
.articles-img a:hover {
    opacity: 0.6; /* 透明度を60%に設定 */
}
.articles-title {
    margin-bottom: 16px;
    text-align: center;
    
    /* Hi-Fi/見出し3 */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
}
.articles-title > a{
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}
.articles-title a:hover {
    color: #E60012;
    text-decoration: none;
}

.top-articles-btn {
    width: 200px;

    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    border-radius: 8px;
    border: 1px solid var(--Hi-Fi-MUFG-Gray, #5A5A5A);
    background: var(--Hi-Fi-Background---Primary, #FFF);
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
}

/***************** フッター *************************/
.biz-top-footer {
    margin-top: 64px;
    font-size: 1.4rem;
}

.biz-top-footer .footerNav {
    margin-bottom: 10px;
}

.biz-top-footer .footerNav li {
    display: inline-block;
    margin-right: 40px;
}

.biz-top-footer .footerNav li:nth-last-child(1),
.biz-top-footer .footerNav li:nth-last-child(2) {
    margin-right: 0;
}

.biz-top-footer .footerNav li a {
    color: #333;
    text-decoration: none;
}

.biz-top-footer .footerNav li a:hover {
    text-decoration: underline;
}

.biz-top-footer .footerNav li a.footerBlank {
    position: relative;
    padding-right: 18px;
}

.biz-top-footer .footerNav li a.footerBlank:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background: url(img/top/window.png) no-repeat 0 0;
    background-size: 100%;
}

@media screen and (max-width: 599px) {
    .biz-top-footer {
        font-size: 1.2rem;
        text-align: center;
    }

    .biz-top-footer .footerNav {
        margin-bottom: 0;
    }

    .biz-top-footer .footerNav li {
        display: block;
        float: none;
        margin-right: 0;
    }

    .biz-top-footer .footerNav li a {
        display: block;
        position: relative;
        padding: 3% 4%;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
    }

    .biz-top-footer .footerNav li a:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 6%;
        margin-top: -4px;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .biz-top-footer .footerNav li a.footerBlank:before {
        right: 5.38462%;
        border: none;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .biz-top-footer .footerNav li:last-child a {
        border: none;
    }
}

.red-hr {
    border-top: 4px solid #E60012;
    margin: 0;
}

.biz-top-company-content {
    padding: 40px 0;
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 2.5;
    font-size: 12px;
}

@media screen and (max-width: 599px) {
    .biz-top-company-content {
        text-align: left;
    }
}

.biz-top-footer-links {
    padding: 40px 0;
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 12px;
}

@media screen and (max-width: 599px) {
    .biz-top-footer-links {
        padding-top: 0;
        width: 100%;
        text-align: left;
    }
}

.biz-top-footer-content {
    /* padding: 40px 0; */
    margin: 0;
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
}

/* @media screen and (max-width: 599px) {
    .biz-top-footer-content {
      flex-flow: column; }
      .biz-top-footer-content-service .biz-top-footer-content-inner {
        max-width: 375px;
        margin: 0 auto; } } */

.biz-top-footer-title {
    font-weight: bold;
    margin-bottom: 16px;
}

.biz-top-footer-sub-title {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/見出し5 */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.biz-top-footer-description {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

@media screen and (max-width: 599px) {
    .biz-top-footer-description {
        text-align: left;
    }
}

.biz-top-footer-link {
    margin-bottom: 16px;
    position: relative;
    padding-right: 18px;
}

.biz-top-footer-link a>img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

@media screen and (max-width: 599px) {
    .biz-top-footer-link {
        text-align: left;
    }
}

@media screen and (max-width: 599px) {
    .biz-top-footer-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.1rem;
        justify-content: space-around;
    }
}

.biz-top-footer-list {
    padding-left: 0;
    list-style: none;
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);

    /* Hi-Fi/本文L - Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.biz-top-footer-list-item {
    margin-bottom: 8px;
}

/*フッターのリンク*/
.biz-top-footer-content-inner a {
    color: inherit;
    text-decoration: none;
}

/*フッターのリンクホバー*/
.biz-top-footer-list a:hover {
    color: #E60012;
}

/***** ufjポータル *****/
.ufj-portal {
    /* margin-top: 48px; */
    align-items: center;
    width: 260px;
}

@media screen and (max-width: 599px) {
    .ufj-portal {
        margin-top: 3px;
    }
}

.ufj-portal:hover {
    opacity: .6;
}

.ufj-portal img {
    width: 200px;
    border: 1px solid #F2F2F2;
    padding: 4px 16px;
}

.biz-top-footer-list .logo-ufj {
    margin-bottom: 24px;
}

/***** mileon *****/
.mileon {
    margin-top: 16px;
    align-items: center;
    width: 260px;
}

.mileon:hover {
    opacity: .6;
}

.mileon>img {
    width: 200px;
}

@media screen and (max-width: 599px) {
    .mileon {
        margin-top: 3px;
    }
}

/*コピーライト*/
.copyright {
    color: var(--Hi-Fi-Tetx---Body, #1A1A1C);
    text-align: center;

    /* Hi-Fi/本文M - Regular */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
}