@charset "utf-8";

.size_table tr th {
    width: 30%;
}

.child_support_table_tr {
    width: 33.33%;
}

.child_support_table_th {
    padding: 3px;
    white-space: normal; 
}

.kids_food_note {
    margin-top: 10px;
    font-size: 1.2rem;
}

.shop_img {
    margin-bottom: 20px;
}
.child_support_table {
    flex-wrap: wrap;
}
.child_support_table_td {
    border-bottom: none;
    font-size: 1.2em;
    text-align: center;
    font-weight: normal;
}
.child_support_table_tr:nth-last-child(-n+3) .child_support_table_td{
    box-shadow: 0 1px 0 #313131;
}
.child_support_table {
    border-bottom: none;
}
.page-navlist {
    position: relative;
    width: 80%;
    z-index: 1;
    background: #fff;
    row-gap: 15px;
}
.page-nav:after {
    z-index: 0;
}
.page-nav::before {
    z-index: 0;
}
.papa_mama_notice {
    padding: 0 50px;
}
@media screen and (max-width: 767px) {
    .page-navlist {
        width: 95%;
    }

    .page-navlist_item {
        border-right: none;
    }

    .papa_mama_notice {
        padding: 0;
        width: 90.66667%;
        margin: 0 auto;
    }
}