body.children .wp_subcolumn_list .wp_sublist .sublist_title{
    border: none;
    text-align: left;
}
body.children.introduction .wp_subcolumn_list .wp_sublist .sublist_title a{
    font-size: 26px;
}
body.children.introduction .wp_subcolumn_list:first-child .sublist_title{
    display: none;
}
body.children .wp_subcolumn_list:last-child .wp_entry{
    border-bottom:none;
}
body.children.introduction .wp_subcolumn_list:last-child .wp_entry p{
    display:grid;
    grid-template-columns:auto auto auto;
    column-gap:20px;
    row-gap:20px;
    justify-items:center;
    align-items:center;
}
body.children.introduction .wp_subcolumn_list:last-child .wp_entry p img{
    width:100%;
    height:100%;
    object-fit:cover;
}
body.children.org .wp_subcolumn_list .wp_sublist .sublist_title a{
    font-size: 18px;
    color:#1a84bd;
}
body.children.org .wp_subcolumn_list .wp_sublist .sublist_title a:hover{
    color:#1a84bdcc;
}
.wp_entry,
.wp_entry div,
.wp_entry span{
    font-size: 16px !important;
}
.wp_entry{
    border-bottom:1px solid #aba7a7;
}
body.children .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{
    display: none;
}
.wp-wrapper .inner .col_menu_head .english{
    font-size: 20px;
    margin-top: 10px;
}
body.children .col_menu.fixed{
    position:fixed;
    top:0px;
    left:calc(50% -625px);
    z-index:100;
}
@media screen and (max-width: 767px){
    body.children.introduction .wp_subcolumn_list:last-child .wp_entry p{
        grid-template-columns:auto auto;
    }
    body.children .col_menu.fixed{
        position:static;
    }
    .wp-wrapper .inner .col_menu_head .english{
        font-size:14px;
    }
    body.children.introduction .wp_subcolumn_list .wp_sublist .sublist_title a{
        font-size:22px;
    }
}
@media screen and (max-width: 479px){
    body.children.introduction .wp_subcolumn_list .wp_sublist .sublist_title a{
        font-size:18px;
    }
}
