@charset "UTF-8";

#study1 + .composite_box01 .inner_item>a,
#study2 + .composite_box01 .inner_item>a {
    width: 60%;
    margin: 0 auto;
    pointer-events: none;
}
#study1 + .composite_box01 .inner_item_img img,
#study2 + .composite_box01 .inner_item_img img {
    object-fit: contain;
}
#study1 + .composite_box01 .wrapper_item,
#study2 + .composite_box01 .wrapper_item {
    background: #fff;
    padding: 40px;
    justify-content: center;
    box-shadow: 0px 0px 8px #bfbfbf;
}
#study2 + .composite_box01 .wrapper_item {
    padding-top: 0;
}
#study2 + .composite_box01 .inner_item {
    width: 23.5%;
}

#lesson + .composite_box01 .content_wrapper {
    background: #fff;
    padding: 48px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #bfbfbf;
}
#lesson + .composite_box01 .inner_item {
    position: relative;
    padding-right: 2%;
    margin-left: 2% !important;
}
#lesson + .composite_box01 .inner_item::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #d5d5d5;
    right: 0;
}
#lesson + .composite_box01 .inner_item:last-child::after,
#lesson + .composite_box01 .inner_item:nth-child(3n)::after {
    content: none;
}
#lesson + .composite_box01 .inner_item>a {
    width: 40%;
    margin: 0 auto;
    pointer-events: none;
}
#lesson + .composite_box01 .inner_item_img img {
    object-fit: contain;
}
#lesson + .composite_box01 .heading.block_header_4 p {
    font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
    #lesson + .composite_box01 .inner_item::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #d5d5d5;
        bottom: -20px;
    }
}
#lesson + .composite_box01 .inner_item_txt table th {
    background: #f5c56f;
}