.fees_sec02{

}
.fees_sec02 ul{
    display: flex;
    gap: 10px 15px;
    width: 850px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 30px;
}
@media screen and (max-width:1280px){
    .fees_sec02 ul{
        gap: 0;
        width: 100%;
        padding-top: 14px;
        justify-content: space-between;
    }
}
.fees_sec02 ul li{
    width: 30%;
}
@media screen and (max-width:1280px){
    .fees_sec02 ul li{
    width: 48%;
}
}
.fees_sec02 ul input[type="image"] {
                    width: 100%;
}
@media screen and (max-width:1280px){
.fees_sec02 ul input[type="image"] {
                   padding-top: 5px;
}
}
/* .entry_sec02 p.txt_02{
     margin-bottom: 75px;
}
@media screen and (max-width:980px){
.entry_sec02 p.txt_02{
     margin-bottom: 50px;
    font-size: 1.4rem;
}
} */
p.txt_02{
    margin-bottom: 75px;
}
@media screen and (max-width:980px){
p.txt_02{
     margin-bottom: 50px;
    font-size: 1.4rem;
}
}
@media screen and (max-width:980px){
p.txt_03{
    font-size: 1.4rem;
}
}
@media screen and (max-width:980px){
.table-txt-04{
 font-size: 1.4rem;
}
}
@media screen and (max-width:980px){
    .entry_sec04 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
padding: 0.1em;
    }

}