@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.course_cont3_menu dl > dt {
    display: flex !important; 
    justify-content: flex-start !important;
    flex-direction: row !important;
    align-items: center !important; 
    font-weight: 500;
    color: #643512;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.course_cont3_menu dl > dt::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #643512;
    border-radius: 50%;
    margin-right: 12px; 
    flex-shrink: 0; 
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */