body {
    background-color: #ffffff;
    /* ページ全体の背景色 */
    font-family: 'Noto Sans JP', sans-serif;
}

.star {
    display: block;
    margin: auto;
    max-width: 100%;
}


.back-test-tool {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}

.back-test {
    text-align: center;
    max-width: 60%;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
}

.point {
    font-size: 50px;
    font-weight: bold;
    color: #C01F17;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.point-nav {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.future {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
}

.point-info {
    font-size: 40px;
    font-weight: bold;
    color: #C01F17;
}

.group {
    max-width: 40%;
    margin: 30px;
}

.traders-gym-img {
    width: 550px;
}

.nav {
    font-size: 20px;
    font-weight: 700;
}

.action {
    font-size: 15px;
    text-align: center;
    color: #C01F17;
    font-weight: bold;
    margin-top: 30px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 50px;

}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-size: small;
    margin-top: 10px;

}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
    content: '';
}

li[itemprop="itemListElement"] a {
    color: rgb(5, 5, 5);
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .point-nav {
        display: block;
        padding: 20px;
    }

    .star {
        max-width: 100%;
    }

    .traders-gym-img {
        width: 100%;
    }

    .back-test-tool {
        font-size: 24px;
        margin-top: 30px;
    }

    .back-test {
        font-size: 15px;
        max-width: 90%;
        margin-top: 20px;
        font-weight: 500;
    }

    .point {
        font-size: 40px;
        margin: 0px 0px 30px 0px;
    }

    .group {
        max-width: 100%;
        margin: 0px;
    }

    .point-info {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .nav {
        font-size: 15px;
        font-weight: 500;
    }

    .span-url {
        max-width: 90%;
        margin-top: 50px;
        margin-left: -5px;
    }

    .breadcrumb li {
        font-size: small;
        margin-left: 2px;

    }


}