:root{
    --logoColor: #0068B3;
}

.card-img{
    border-radius: 0;
}

#problem{
    margin-top: 20px;
}

    #problem a{
        text-decoration: none;
    }

    #problem ul{
        list-style-type: none;
        padding: 0;
    }

    #problem li{
        background-color: #f7f7ff;
        color: var(--logoColor);
        border-radius: 4px;
        margin-bottom: 7px;
        padding: 5px;
    }

    #problem .card-body{
        color: white;
        background-color:var(--logoColor);
    }

    #problem .card-title{
        font-family: 'M PLUS 1p';
        text-align: left;
        border-left: 6px solid #ffffff;
        padding-left: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }

    #problem .card-text{
        color: #ffffff;
        padding: 0.5em;
    }

    #problem  strong{
        border-bottom: 1px solid #ffffff;
        padding: 0 3px;
        margin-bottom: 0.5em;
        display: inline-block;
    }

    #problem i{
        transform: rotate(-15deg);
        margin-left: 3px;
    }

#problem_sys li::before{
    content: "\25C0";
    position: absolute;
    left: 11px;
    color: #ffffff;
}

#problem_web li::after{
    content: "\25B6";
    position: absolute;
    right: 11px;
    color: #ffffff;
}

#introduce{
    line-height: 200%;
}
    #introduce img{
        margin-top: 1em;
    }

#recruit ul#person{
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 1.5em 0 3em 0;
}

    #recruit ul#person li{
        padding: 0 0 0 0.5em;
        line-height: 200%;
        text-align: left;
    }

        #recruit ul#person li::before{
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f00c';
            margin-right: 0.5em;
        }

#info ul{
    list-style-type: none;
    padding: 0;
}

#info li{
    text-align: left;
    padding: 0.5em 1em 0.5em 2em;
    text-indent: -1em;
    border-bottom: 1px dotted #000000;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    /* 767pxまでの幅の場合に適応される */
    #problem #sysImg{
        order: 1;
        margin-bottom: 0.3em;
    }

    #problem_sys li::before{
        content: "";
    }
    
    #problem_sys li::after{
        content: "\25B6";
        position: absolute;
        right: 11px;
        color: #ffffff;
    }
}