@charset "utf-8";

/* =========================================================
   info layout(会社情報一覧、会社情報詳細)
========================================================= */
/*========================================================
会社情報一覧
=========================================================== */
.feed {
    display: none;
}

.contentGpCategoryCategoryType {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.contentGpCategoryCategoryType h2 {
    font-size: 1.5rem;
}

.categoryTypeInfo {
    flex-basis: 30%;
    min-width: 223px;
    margin-bottom: 50px;
}

div.docs {
    margin-left: 50px;
}

.docs li {
    padding: 5px 0;
}

.docs li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: center/contain no-repeat url(../images/ic-more-mono.svg);
}

@media only screen and (max-width: 825px) {
    .contentGpCategoryCategoryType {
        justify-content: center;
    }
}

/* ========================================================
会社情報詳細
=========================================================== */
.contentGpCategory h2 {
    display: block;
    margin: 2rem 0 1rem;
    padding: 14px 12px 8px;
    background-color: var(--sub-color-1);
    font-size: 1.6rem;
    line-height: 1.3;
}

.contentGpCategory table {
    margin-inline: auto;
    border: 1px solid var(--mono-color-6);
}

.contentGpCategory table p {
    margin-bottom: 0;
}

.contentGpCategory table caption {
    margin: 8px;
    text-align: center;
}

.contentGpCategory table th,
.contentGpCategory table td {
    padding: 10px 30px;
    border: 1px solid var(--mono-color-5);
    text-align: center;
}

.contentGpCategory table th {
    width: 45%;
    background-color: var(--mono-color-7);
    font-weight: normal;
    vertical-align: middle;
}

.contentGpCategory table td {
    width: 55%;
}

.contentGpCategory th {
    background-color: var(--mono-color-6);
}

.contentGpArticleDo table td {
    background-color: var(--mono-color-6);
}

.contentGpArticleDoc .maps h2 {
    background-color: var(--main-color-1);
    color: var(--mono-color-8);
}

@media only screen and (max-width:800px) {
    .contentGpCategory table td {
        padding: 10px 10px;
    }
}

@media only screen and (max-width:510px) {
    .contentGpCategory table th {
        width: 5%;
        padding: 10px;
    }
}

/* ========================================================
会社概要のみ
=========================================================== */
#page-category-info-overview-index .contentWrap .overview li {
    margin-bottom: 80px;
}

.contentGpCategory h3{
    display: block;
    margin: 1.8rem 0 1rem;
    padding: 5px 0;
    border-bottom: 2px solid var(--main-color-1);
    font-size: 1.4rem;
    font-weight: bold;
}

/* ========================================================
採用情報のみ
=========================================================== */
#page-category-info-recruit-index #content {
    margin: 0 auto;
}