/*インターネット新規申込用css*/
.k-blue{
    color: #0062b1;
    font-weight: bold;
}

dt, dd{
    margin-bottom: 2rem;
}

.kyosai-type{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    margin-right: 10px;
}

.bg-life{
    margin-left: 10px;
}

.course-kind{
    display: flex;
    flex-direction: column;
}

a.pdf-link{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    background-color: #0062b1;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

.pdf-link img{
    margin-left: 5px;
}

a.pdf-link:hover, a.kokuchi-link:hover, .apply-button-enabled:hover{
    filter: brightness(1.1);
}

a.kokuchi-link, a.common-link{
    display: inline-block;
    text-align: center;
    padding: 10px 40px 10px 20px;
    color: #fff;
    background-color: #0062b1;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}

a.kokuchi-link{
    margin: 1rem 0 0.5rem;
}

a.kokuchi-link:after, a.common-link:after{
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

a.common-link:hover{
    opacity: 0.9;
}

.caution{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.caution img{
    margin-right: 10px;
}

.flow{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 5px;
    width: 590px;
    list-style: none;
    margin: 0 auto;
}

.step-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 4px;
    border: 1px #0062b1 solid;
    border-radius: 10px;
    line-height: 1.8rem;
}

.step-num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #0062b1;
    border-radius: 20px;
}

.step-title{
    text-align: center;
    font-weight: bold;
}

.step-box p{
    padding: 0 10px;
}

.step-img{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.step-num, .step-img{
    margin-bottom: 10px;
}

.step-box p{
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.arrow{
    width: 0;
    height: 0;
    margin: 5px auto 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #0062b1;
    border-bottom: 0;
}

.underline{
    text-decoration: underline;
}

.box-text{
    display: flex;
    justify-content: center;
}

.bank-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    max-width: 1124px;
}

.bank-list img{
    display: block;
}

.contents ul.bank-list li{
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.contents ul.bank-list li::before {
    display: none;
    content: "";
}

.information-box{
    margin-top: 40px;
    text-align: center;
}

.information-box a{
    width: 270px;
    margin: 0 5px;
    color: #0062b1;
    background-color: #fff;
    border: 1px #0062b1 solid;
}

.information-box form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agree{
    background-color: #fff;
    width: fit-content;
    padding: 20px 40px;
    margin: 20px 0;
    border-radius: 10px;
}

#doui{
    margin-right: 5px;
}

.agree-notice{
    display: none;
    font-weight: bold;
}

.agree-text{
    max-width: 580px;
    margin: 0 auto;
}

.apply-button{
    display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    background-color: #0062b1;
    margin: 10px auto 20px;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.apply-button-enabled{
    display: none;
}

.apply-button-disabled{
    background-color: #aaa;
    cursor: default;
}

ol.claim-number{
    counter-reset: number;
    padding: 0;
    margin: 0;
}

ol.claim-number > li {
    list-style: none;
    counter-increment: number;
    position: relative;
    margin-bottom: 1rem;
}

ol.claim-number > li::before {
    content: "（" counter(number, decimal) "）";
}

.contents ul.claim{
    margin-top: 1rem;
    margin-left: 2rem;
}

.contents ol.claim-number span{
    margin-left: 2rem;
}

.contents ul.claim li::before{
    content: "◇";
    color: #000;
}

@media screen and (max-width: 960px){
    h4{
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
    }

    .kyosai-type{
        margin-right: 0;
    }

    .bg-life{
        margin-left: 0;
    }

    a.pdf-link, a.kokuchi-link{
        width: 100%;
    }

    a.pdf-link span{
        display: flex;
        flex-direction: column;
    }

    .flow{
        width: 100%;
    }

    .bank-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .bank-list img{
        width: 100%;
    }

    .information-box a{
        margin: 5px 0;
    }

    .apply-button{
        width: 100%;
    }
}
