@charset "utf-8";

table {

    border-collapse: collapse;

    th,
    td {
        padding: 20px;
        box-sizing: border-box;
        line-height: 1.3;
    }

    input {

        width: 100%;
        padding: 10px;
        border: 1px solid #EEE;
        box-sizing: border-box;
    }
}

.tatemi {

    width: 100%;
    margin-top: 40px;

    th {
        background: aliceblue;
        padding: 20px;
        width: 30%;
        color: #0068b7;
        font-weight: 700;
        border: 1px solid #DDD;
    }

    td {

        border: 1px solid #DDD;
        padding: 20px;
    }

}

.recruitbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #0068b7;
    margin: 30px auto;
    width: 60%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.recruitbtn:hover {
    opacity: 0.8;
}