.py-3 {
    max-width: 60%;
    margin: auto;
    font-size: 17px;
}

h1 {
    position: relative;
    background: linear-gradient(transparent 70%, #F4EDD3 0%);
    width: 60%;
    margin: 50px auto;
    text-align: center;
}

h1:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
}

.candlesticks {
    max-width: 60%;
    margin: auto;
    padding-bottom: 50px;
}

.candlesticks-forcus {
    font-size: 30px;
    font-weight: bold;
    padding-top: 50px;
    max-width: 60%;
    margin: auto;
}

.primary-factor {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0px 20px;
}

img {
    max-width: 800px;
}

.candlesticks-forcus-step {
    font-size: 20px;
    font-weight: bold;
    padding-top: 40px;
    max-width: 60%;
    margin: auto;
}

.contents-box {
    color: #C01F17;
    font-weight: bold;
    margin-top: 30px;
    max-width: 60%;
    margin: auto;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 90px;

}

.breadcrumb li {
    display: flex;
    /*横に並ぶように*/
    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: 600px) {
    h2 {
        width: 90%;
    }

    .candlesticks {
        padding-top: 30px;
        max-width: 90%;
    }

    img {
        max-width: 100%;
    }

    .candlesticks-forcus {
        font-size: 20px;
    }

    .span-url {
        max-width: 90%;
        margin-left: 15px;
    }

    .breadcrumb {

        margin-left: 15px;

    }

    .breadcrumb li {
        font-size: small;
        margin-top: 50px;

    }
}