@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.feeTableArea {
    overflow-x: auto;
    margin-left: 16px;
    margin-right: 16px;
}

#pcFeeTable {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    table-layout: fixed;
    border: 1px solid rgb(240, 240, 240);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

#pcFeeTable .tableHeader th {
    font-weight: 500;
    background-color: #2d85dd;
    color: white;
}

#pcFeeTable tr {
    height: 64px;
    border: 1px solid rgb(240, 240, 240);
}

#pcFeeTable .tableBody th {
    font-weight: 400;
    background-color: rgb(240, 240, 240);
}

.tableWarning {
    max-width: 1100px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    color: #2d58b4;
    font-size: 14px;
}

@media screen and (max-width: 720px){
    #pcFeeTable {
        width: 620px;
        font-size: 14px;
    }

    .tableWarning {
        max-width: 620px;
        margin-left: 24px;
        margin-right: 24px;
    }
}


/* ------------------------------------------------------------------- */
#pcFeeTable2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
    table-layout: fixed;
    border: 1px solid rgb(240, 240, 240);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

#pcFeeTable2 .tableHeader th {
    font-weight: 500;
    background-color: #2d85dd;
    color: white;
}

#pcFeeTable2 tr {
    height: 64px;
    border: 1px solid rgb(240, 240, 240);
}

#pcFeeTable2 .tableBody th {
    font-weight: 400;
    background-color: rgb(240, 240, 240);
} 

@media screen and (max-width: 800px){
    #pcFeeTable2 {
        display: none;
    }
}