/* ========================================
   運営会社情報 - lp2スタイル（プライバシーと同系統）
   ======================================== */

.page-main {
    background-color: #F2F0EA;
    min-height: 100vh;
    padding: 2rem 1rem 4rem;
    max-width: 1000px;
}

.company {
    max-width: 800px;
    margin: 0 auto;
}

.company .container {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.company__title {
    font-family: "Corporate Logo ver2", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #6F9238;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #6F9238;
    text-align: left;
}

.company table,
.company__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E8D8B4;
}

.company table th,
.company__table th {
    background: #6F9238;
    color: #fff;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    width: 28%;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.company table td,
.company__table td {
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #E8D8B4;
    vertical-align: top;
}

.company table tr:last-child th,
.company table tr:last-child td,
.company__table tr:last-child th,
.company__table tr:last-child td {
    border-bottom: none;
}

.company table ul,
.company__table ul {
    margin: 0;
    padding-left: 1.25rem;
    list-style: none;
}

.company table li,
.company__table li {
    margin-bottom: 0.35rem;
    position: relative;
}

.company table li::before,
.company__table li::before {
    content: '・';
    color: #6F9238;
    font-weight: 700;
    position: absolute;
    left: -1.25rem;
}

.company table a,
.company__table a {
    color: #6F9238;
    text-decoration: underline;
}

.company table a:hover,
.company__table a:hover {
    opacity: 0.85;
}

@media (min-width: 768px) {
    .page-main {
        padding: 3rem 0 5rem;
    }

    .company .container {
        padding: 2.5rem 2.5rem;
    }

    .company__title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .company table th,
    .company__table th {
        width: 30%;
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .company table td,
    .company__table td {
        padding: 1.25rem 1.5rem;
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .company table th,
    .company__table th {
        width: 36%;
        padding: 0.875rem 1rem;
        font-size: 0.85rem;
    }

    .company table td,
    .company__table td {
        padding: 0.875rem 1rem;
        font-size: 13px;
    }
}