/* 人事担当より */
.p-hr-section {
    padding: 16px;
    background-color: #dbe9f6;
}

.c-hr-heading {
    display: flex;
    margin: 0 0 32px 0;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    color: #4096df;
}

.c-hr-heading::before,
.c-hr-heading::after {
    content: '';
    margin: 12px 0 0;
    height: 1px;
    flex-grow: 1;
    background-color: #4096df;
}

.c-hr-heading::before {
    margin-right: 16px;
}

.c-hr-heading::after {
    margin-left: 8px;
}

.c-hr-text {
    margin: 8px 0 0;
}

/* エントリーはこちら */
.p-entry-section figure {
    padding-top: 24px;
    text-align: center;
}

.p-entry-section.p-detail-section img{
    transform: scale(1.1);
}

.p-entry-section.p-detail-section p {
    margin-top: 16px;
    text-align: center;
}

/* 募集コンテンツ */
.p-type-section {
    margin: 64px 0 0;
}

.p-type-wrap,
.p-type-words {
    padding: 24px 0 0;
}

.c-inner-list {
    list-style: disc;
    padding-left: 24px;
}

.c-type-middle {
    margin-top: 16px;
}

/* よくある質問 */
.p-faq-box {
    margin: 40px 0;
    border: 1px solid #dbe9f6;
}

.c-faq-subheading {
    position: relative;
    padding: 8px 48px 8px 16px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
    word-break: break-all;
    background-color: #dbe9f6;
}

.c-accordion-btn::after {
    top: 50%;
    right: 10px;
    height: 24px;
    width: 24px;
    transform: translateY(-48%);
    background-color: #4f93d0;
}

.c-accordion-btn span {
    top: 50%;
    right: 15px;
    width: 14px;
    transform: translateY(-48%);
}

.c-accordion-btn span:after {
    top: -6px;
    right: 6px;
    height: 14px;
}

.c-answer-text {
    padding: 8px 16px;
}

/* SP */
@media screen and (max-width: 767px) {
    /* 人事担当より */
    .c-hr-heading {
        margin: 0;
        font-size: 18px;
    }

    /* エントリーはこちら */
    .p-entry-section.p-detail-section p {
        display: flex;
        justify-content: center;
        text-align: left;
    }

    /* よくある質問 */
    .p-faq-box {
        margin: 24px 0;
    }
}
