.curriculum_box {
    width: 71rem;
}

.page_body table tbody td {
    background: #fff;
    padding: 0.5em;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.curriculum_table {
    border-top: none !important;
}

.curriculum_table h3 {
    color: #222;
    padding-left: 1.2rem;
    margin-top: 0.5em;
    font-size: 1.05em;
}

.curriculum_table h3::before {
    border-left: 0.875rem solid #a7dcdf;
}

.curriculum_table ul{
    line-height: 1.3;
}

.curriculum_table ul li {
    list-style: none;
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.4em;
}

.curriculum_table ul li:last-child{
    margin-bottom: 0;
}

.curriculum_table li::before {
    content: "〇";
    position: absolute;
    left: 0;
    top: 0.2rem;
    font-size: 0.8rem;
}

.curriculum_table .curriculum_cutegory {
    text-align: center;
    color: #6fc6cb;
    border: 1px solid #6fc6cb;
    background-color: #fff;
    writing-mode: unset;
    padding: 0 1rem;
}

.curriculum_table .curriculum_cutegory_2 {
    text-align: center;
    padding: 0 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #a7dcdf;
}

.curriculum_table .wm_vertical{
    display: inline-block;
    line-height: 1.2;
    width: 1em;
    padding: 0.5em 0;
    writing-mode: vertical-rl;
    white-space: pre;
}

.curriculum_table td {
    border-left: 1px solid rgba(0, 0, 0, 0.15)
}

.td_box {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.td_box_2 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #999;
}

.td_box_2:last-child {
    border-bottom: none;
}

.td_center {
    text-align: center;
}

.ul_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.td_displaynone {
    background-color: #fff !important;
}

.pickup_bunner {
    margin-top: 5rem;
}

.box_title {
    line-height: 1.5 !important;
    font-size: 1.9rem;
    color: #e181ad;
    margin-bottom: 3rem !important;
}

.pickup_box>.box_inner {
    margin-bottom: 3rem;
}

.pickup_bunner {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #d95692;
    color: #fff;
    padding: 0 4.5rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: 1rem;
}

.pickup_bunner::after {
    content: '';
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 0;
    height: 0;
    border-left: 21.5px solid transparent;
    border-right: 21.5px solid transparent;
    border-top: 20px solid #d95692;
}

.category {
    background-color: #c5e9ea;
    display: inline-block;
    padding: 0.2rem 0.8rem;
    line-height: 1.6;
    font-size: 0.9rem;
}

.pickup_box .title{
    margin-top: 0.3em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

    .pickup_box .title h3{
        font-size: 1.5em;
        margin: 0 0.3em 0 0;
        padding: 0;
        color: #222;
        font-weight: 500;
    }

    .pickup_box .title h3::before{
        content: none;
    }

    .pickup_box .title h3::after{
        content: "：";
    }

    .pickup_box .title p{
        margin: 0;
        font-weight: 500;
        font-size: 1.3em;
    }


.text {
    display: flex;
    gap: 2em;
}

.text_inner {
    flex: 1;
}

.pickup_img {
    max-width: 30%;
}

.name {
    font-size: 1.2rem;
}

.sub_text {
    font-size: 1.2rem;
}

.pickup_bunner_mini_li {
    display: flex;
}

.pickup_bunner_mini_li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 1.6rem;
    font-size: 0.9rem;
    padding-left: 0.8rem;
    text-decoration: none;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.5em;
    animation: floatUpDown 1s infinite ease-in-out;
}

.pickup_bunner_mini_li a::before{
    content: "";
    width: 0.8rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #d95692;
}


.pickup_bunner_mini {
    display: inline-flex;
    align-items: center;
    background-color: #d95692;
    color: #fff;
    height: 1.6rem;
    padding: 0 0.5rem;
    margin: 0;
    line-height: 1;
    position: relative;
}

.anchor-offset {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    visibility: hidden;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.btn_sotsugyo_yoken_tanisu{
    display: flex;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

    .btn_sotsugyo_yoken_tanisu a{
        border: 1px solid #354da3;
        text-decoration: none;
        font-size: 1.1em;
        padding: 0.5em 2em;
        color: #222;
        transition: .3s all ease;
    }

    .btn_sotsugyo_yoken_tanisu a:hover{
        color: #fff;
        background: #354da3;
        box-shadow: 2px 2px 0 0 rgba(0,0,0,0.15);
    }

@media screen and (min-width: 1px) and (max-width: 1024px) {
    .curriculum_box {
        width: auto;
    }



    .curriculum_table_wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        position: relative;
    }

    .page_body table {
        width: 80rem;
    }

    .pickup_bunner_mini {
        height: 1.6rem;
    }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
    .box_title {
        font-size: 1.5rem;
    }

    .curriculum_table .curriculum_cutegory_2 {
        position: sticky;
        left: 0;
        z-index: 2;
    }

    .td_displaynone{
        position: sticky;
        left: 0;
        z-index: 2;
    }

    .pickup_bunner {
        font-size: 1.2rem;
        padding: 0 1rem;
        margin-top: 2rem;
    }

    .pickup_bunner::after {
        right: -19px;
        border-left: 13.5px solid transparent;
        border-right: 13.5px solid transparent;
        border-top: 12px solid #d95692;
    }

    .text {
        flex-direction: column;
        gap: 1em;
    }

    .pickup_box .title{
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 1em;
    }

        .pickup_box .title h3{
            margin-right: 0;
            margin-bottom: 0.2em;
        }

        .pickup_box .title h3::after{
            content: none;
        }

        .pickup_box .title p{
            font-size: 1.1em;
        }


    .pickup_img {
        max-width: 100%;
    }

    .btn_sotsugyo_yoken_tanisu a{
        padding: 0.5em 1em;
    }

}