@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
    font-family: "Noto Sans JP", serif;
}

body {
    font-family: "Noto Sans JP", serif;
    margin: 0;
    padding: 0;
    min-width: 1300px;
}

.company-title {
    font-family: "Hiragino Mincho ProN", serif;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.company-info {
    padding: 0 20px 0 40px;
    margin-top: 10px;
    text-align: left;
}

.under-bar-red {
    margin: 0 auto;
    display: flex;
    width: 60px;
    border-bottom: 2px solid #D6001C;
    margin-bottom: 30px;
}

.company-details {
    display: flex;
    justify-content: center;
}

table {
    width: 90%;
    text-align: left;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #e1dfdf;
}

th {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    width: 30%;
    background-color: #f2f2f2; /* Set the background color to light grey */
}

td {
    font-size: 18px;
    color: #333;
}