.category_body02 {
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 3;
}
.category_box .txt_box h2 .small {
    font-size: 47%;
}
.center{
    text-align: center;
}
    .kinder{
    background-color: #f2f8fc;
}
.category_body .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 10px 50px;
}
table{
    margin: 0 auto 2em;
}
.category_body .inner .txt_box table h3{
    margin-bottom: 0;
}
.category_body .inner .txt_box td{
    padding-right: 10px;
}
.tag{
    border-radius: 30px;
    border: 1px solid #3785c3;
    max-width: 230px;
    font-size: 1.4rem;
    color: #3785c3;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    align-items: center;
    line-height: 2!important;
    margin: .8em auto .5em!important;
}
.flex{
    display: flex;
}
 .course_cotent{
    border-radius: 10px;
    border: 1px solid #3785c3;
    background-color: #FFF;
    margin: 10px auto 40px;
    padding: 50px 20px;
}
.course_cotent h3 {
    font-size: 3rem;
    color: #3785c3;
    margin-right: 20px;
    font-weight: normal;
}
.course_cotent h3 .line{
    padding-left: .1em;
    background: linear-gradient(transparent 60%, #fcff00 60%);
}
.course_cotent p{
    line-height: 3;
}
.course_cotent .txt {
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
.category_box .txt_box h2 {
    font-size: 2.5rem;
    line-height: 1.5;
}
.category_body .inner .txt_box td {
    display: block;
}
.edge .lead p{
    font-size: 1.2rem;
    line-height: 2;
}
.edge .inner {
    width: 100%;
    padding: 10px 0;
}
.edge .tag {
    margin: 1em auto 0;
    min-width: 192px;
}
.edge .course_cotent td{
    display: block;
}
.course_cotent h3 {
    font-size: 2rem;
    margin-right: 0;
    text-align: center;
}
.course_cotent p {
    line-height: 2;
    font-size: 1.2rem;
}
.course_cotent .txt {
    padding: 0 20px;
}

}