.p-price__wrapper{
    max-width: 1200px;
}

.p-price__caution{
    padding: 10px 0 10px 30px;
    display: flex;
}

.p-course-fee-table {
    border-collapse: separate;
    border-spacing: 8px;
}

:where(.p-course-fee-table__thead, .p-course-fee-table__tbody) :where(.p-course-fee-table__th, .p-course-fee-table__td):not(:first-child) {
     border: none;
}

@media (min-width: 769px) {
  :where(.p-course-fee-table__thead, .p-course-fee-table__tbody) :where(.p-course-fee-table__th, .p-course-fee-table__td):not(:first-child) {
    border: none;
  }
}

@media (max-width: 768px) {
    .course-education{
        margin-top: 830px;
    }
}

@media (max-width: 700px) {
    .course-education{
        margin-top: 720px;
    }
}

@media (max-width: 630px) {
    .course-education{
        margin-top: 590px;
    }
}

@media (max-width: 550px) {
    .course-education{
        margin-top: 430px;
    }
}

@media (max-width: 470px) {
    .course-education{
        margin-top: 320px;
    }
}

@media (max-width: 420px) {
    .course-education{
        margin-top: 270px;
    }
}

@media (max-width: 380px) {
    .course-education{
        margin-top: 200px;
    }
}

@media (max-width: 350px) {
    .course-education{
        margin-top: 150px;
    }
}