/*      東向が追加したstyle.css    */

.title_risk{
    font-family: "Noto Sans JP";
    margin-bottom: 24px;
    color: #3884fd;
    font-weight: bold;
    font-size: 24px;
}

.link_a {
    color: #000;
    background: #f9f4ef;
    font-weight: bold;
    border-radius: 32px;
    padding: 8px 24px;
    display: block;
}


.Indeed{
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}

.flex_column{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    flex-direction: column;
    text-align: left;
}

.price_2 {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #FD5C29;
    margin: auto;
    margin-right: 5px;
    align-items: center;
    width: 190px;
    margin: 0 0 4px 0 ;
}

.text{
    color: #000000;
    font-size: 18px;
    font-family: "Noto Sans JP";
}

.p_t{
    padding-top: 30px;
}

@media screen and (max-width: 820px) {

    .title_risk{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .link_a {
        border-radius: 32px;
        padding: 2px 20px;
        display: block;
        font-size: 20px;
    }

    .Indeed{
        font-size: 28px;
        line-height: 1;
    }

}