.p-head-basis-headline {
    font-size: 28px;
    line-height: 1.4;
    margin: 48px 0 16px;
}
.p-head-basis-paragraph {
    margin-bottom: 8px;
}

.p-head-basis-img {
    margin: 16px auto 32px;
    max-width: 100%;
}
.p-head-basis-img2 {
    @media screen and (max-width: 600px) {
        max-width: 30%;
    }
}
.p-head-basis-img3 {
    margin: auto;
}
.p-head-basis-container {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
}
.p-head-basis-containe2 {
    margin-top: 16px;
    display: flex;
    justify-content: space-around;
    @media screen and (max-width: 600px) {
        display: block;
    }
}
.p-head-basis-containe2-item {
    flex-basis: 80%;
}

.p-head-basis-table-scroll {
    @media screen and (max-width: 980px) {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.p-head-basis-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    text-align: left;
    min-width: 600px;
}

.p-head-basis-table th, td {
    border: 1px solid #000;
    padding: 8px 12px;
    vertical-align: top;
    @media screen and (max-width: 600px) {
        padding: 6px 8px;
    }
}

.p-head-basis-table th {
    background-color: #E8E8E8;
    font-weight: normal;
}