@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.span-little {
    font-weight: 800;
    font-size: 1.5rem;
    background: linear-gradient(transparent 70%, var(--color-yellow) 80%);
}
.midashi {
    position: relative;
    margin: 10rem 0 3rem;
    padding: 0 1.5rem 1.5rem 2.5rem;
    border-bottom: 1px solid #9198a8;
    color: var(--color-navy);
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.4;
}
.midashi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: calc(100% - 10px);
    background: #232a88;
}











/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {





}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    .midashi {
        padding: 0 1rem 1rem 1.5rem;
        font-size: 2rem;
        margin: 10rem 0 2rem;
    }



}