.ot_content .ot_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #144A90;
    margin-bottom: 40px;
    margin-top: 30px;
}

.ot_content .ot_table thead th {
    background-color: #144A90;
    color: #fff;
    border-right: #fff 1px solid;
    padding: 10px 5px;
}

.ot_content .ot_table thead th:last-child {
    border: none;
}

.ot_content .ot_table td,
.ot_content .ot_table th {
    background-color: #fff;
    padding: 15px 5px;
    border: 1px solid #144A90;
}

.ot_content .ot_table td {
    font-size: 0.95rem;
    font-weight: 500;
    color: #170e0e;
}

.ot_content .point_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
}

.ot_content .point_box .p_tug {
    background-color: #144A90;
    width: 50%;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: -20px;
    height: 35px;
}

.ot_content .point_box .p_tug .content_title_03 {
    font-size: 1rem;
}

.ot_content .point_box .point_item {
    background-color: #fff;
    border: #144A90 2px solid;
    border-radius: 8px;
    position: relative;
    height: 110px;
    width: 30%;
    padding: 20px 10px 15px 10px;
    margin-bottom: 20px;
    display: table;
}

.ot_content .point_box .point_item .text_part {
    display: table-cell;
    vertical-align: middle;
}

/*コンテンツ*/
.ct-content .ct-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #144A90;
    margin-bottom: 20px;
}

.ct-content .ct-table thead th {
    background-color: #144A90;
    color: #fff;
    border-right: #fff 2px solid;
    padding: 10px 5px;
}

.ct-content .ct-table thead th:first-child {
    width: 15%;
}

.ct-content .ct-table td,
.ct-content .ct-table th {
    padding: 15px 5px;
    border: 3px solid #fff;
}

.ct-content .ct-table td {
    font-size: 0.95rem;
    font-weight: 500;
    color: #170e0e;
    background-color: #ebebeb;
    text-align: left;
    padding: 10px;
}

.ct-content .ct-table .english th {
    background-color: #B25259;
    color: #fff;
}

.ct-content .ct-table .japanese th {
    background-color: #927B9D;
    color: #fff;
}

.ct-content .ct-table .science th {
    background-color: #DDA77F;
    color: #fff;
}

.ct-content .ct-table .social th {
    background-color: #62A17C;
    color: #fff;
}

.ct-content .ct-table .information th {
    background-color: #699EAE;
    color: #fff;
}

/*単元マスターRoteとの違い*/
.dr_content .dr_box {
    width: 100%;
    background-color: #ebebeb;
    padding: 30px 20px;
}

.dr_content .dr_box .rote-box,
.dr_content .dr_box .word-box {
    display: flex;
    width: 100%;
    gap: 0;
}

.dr_content .dr_box .rote-box .item-name {
    background-color: #144A90;
    padding: 10px;
    width: 20%;
    display: table;
}

.dr_content .dr_box .word-box .item-name {
    background-color: #e40b16;
    padding: 10px;
    width: 20%;
    display: table;
}

.dr_content .dr_box .rote-box .item-detail,
.dr_content .dr_box .word-box .item-detail {
    background-color: #fff;
    padding: 10px;
    width: 80%;
}

.dr_content .dr_box .rote-box .item-detail .text.lower,
.dr_content .dr_box .word-box .item-detail .text.lower {
    font-weight: bold;
}

.dr_content .dr_box .rote-box {
    margin-bottom: 15px;
}

.dr_content .dr_box .rote-box .item-name .text.lower,
.dr_content .dr_box .word-box .item-name .text.lower {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.dr_content .dr_box .rote-box .text.note,
.dr_content .dr_box .word-box .text.note {
    display: block;
}

.dr_content .dr_box .word-box .item-detail .accent {
    padding: 5px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
}

/*こんな生徒におすすめ*/
.dr_content .tg_box .triangle {
    display: block;
    background: #170e0e;
    height: 30px;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 30px auto;
}

.dr_content .tg_box .text_box .text {
    font-size: 1.2rem;
}

.dr_content .target_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
    margin-top: 30px;
}

.dr_content .target_item {
    border: #e40b16 2px solid;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 300px;
    background: #fff;
    position: relative;
    display: table;
    height: 130px;
}

.dr_content .target_item .p_tug {
    position: absolute;
    top: -45px;
    left: 5px;
    transform: translateX(-50%);
    width: 60px;
}

.dr_content .target_item .text_part {
    display: table-cell;
    vertical-align: middle;
}

/* 960px以下 */
@media (max-width:960px) {

    .ot_content .ot_table th,
    .ot_content .ot_table td {
        font-size: 0.9rem;
    }

    .ot_content .point_box .p_tug .content_title_03 {
        font-size: 0.9rem;
    }

    /*コンテンツ*/
    .ct-content .ct-table td,
    .ct-content .ct-table th {
        font-size: 0.9rem;
    }

    /*おすすめ*/
    .dr_content .target_item .p_tug {
        width: 50px;
    }

}

/* 960px以下 */
@media (max-width:560px) {

    .ot_content .ot_table th,
    .ot_content .ot_table td {
        font-size: 0.8rem;
    }

    .ot_content .point_box .p_tug .content_title_03 {
        font-size: 0.8rem;
    }

    .ot_content .point_box {
        display: block;
        padding-top: 30px;
    }

    .ot_content .point_box .point_item {
        width: 90%;
        margin: 0 auto 30px auto;
        height: 90px;
        padding: 20px 10px 15px 10px;
        border: #144A90 1.5px solid
    }

    .ot_content .point_box .p_tug .content_title_03 {
        font-size: 0.8rem;
    }

    .ot_content .point_box .point_item .text_part .text {
        font-weight: bold;
    }

    /*コンテンツ*/
    .ct-content .ct-table td,
    .ct-content .ct-table th {
        font-size: 0.8rem;
    }

    .ct-content .ct-table {
        margin-bottom: 10px;
    }

    /*違い*/
    .dr_content .dr_box {
        padding: 20px 10px;
    }

    .dr_content .dr_box .rote-box .item-name {
        padding: 5px;
    }

    .dr_content .dr_box .word-box .item-name {
        padding: 5px;
    }

    .dr_content .dr_box .word-box .item-detail .accent {
        padding: 5px 0;
        font-size: 0.8rem;
    }

    /*おすすめ*/
    .dr_content .tg_box .triangle {
        margin: 30px auto 20px auto;
    }

    .dr_content .tg_box .text_box .text {
        font-size: 1rem;
    }

    .dr_content .target_box {
        display: block;
        margin-top: 0;
    }

    .dr_content .target_item {
        width: 90%;
        margin: 0 auto 50px auto;
        height: 100px;
        padding: 15px 10px 10px 10px;
        border: #e40b16 1.5px solid;
    }

    .dr_content .target_item .p_tug {
        left: 8px;
        top: -35px;
    }

}