@charset "UTF-8";

#t1 + .contents_box01 .inner_item_txt li {
    margin-left: 5rem;
    list-style: none;
}
#t1 + .contents_box01 .inner_item_txt .c-red {
    color: red;
}
#t1 + .contents_box01 .inner_item_txt .underline {
    text-decoration: underline double;
}
#t1 + .contents_box01 .inner_item_txt .indent {
    margin-left: 1rem;
}
#t1 + .contents_box01 .wrapper_item,
#k1 + .contents_box01 .wrapper_item {
    width: fit-content;
    margin: 0 auto;
}
#t1 + .contents_box01 .inner_item_txt p,
#k1 + .contents_box01 .inner_item_txt p {
    font-size: 2rem;
    font-weight: 600;
}
#t1 + .contents_box01 .inner_item_txt ul,
#k1 + .contents_box01 .inner_item_txt ul {
    margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
    #t1 + .contents_box01 .inner_item_txt li {
        margin-left: 0;
    }
}