/*
Theme Name: psimple
*/

#mainvisual{
    background-image: url(./../img/manager/mainvisual.png);
}

#greeting .indent{
    text-indent: 1em;
}

#greeting .manager__box{
    width: 300px;
    margin: 30px auto;
}

#greeting .manager__box img{
    margin-bottom: 10px;
}

#greeting .manager__box p{
    text-align: center;
    font-family: "Noto Serif JP",sans-serif;
    font-weight: 600;
}

#page-manager section.bg-lightgreen{
    padding: 100px 0;
}

#history{
    margin-bottom: 0;
}

#history .history-table{
    width: 450px;
    margin: 0 auto;
}

#history table{
    width: 100%;
}

#history th{
    text-align: end;
}

#history th,
#history td{
    padding: 0 12px;
}

@media screen and (max-width: 767px){
    p{
        font-size: 1.4rem;
    }

    #history table{
        font-size: 1.4rem;
        max-width: 340px;
        margin: 0 auto;
    }

    #history .history-table{
        width: 100%;
    }

    #history th,
    #history td{
        padding: 0 6px;
    }
}