/* ========================================
   運営者情報ページ
======================================== */


/* ========================================
   Page
======================================== */

.front_operator {
    max-width: 860px;
}

.front_page_title {
    margin: 0 0 28px;

    padding-bottom: 14px;

    border-bottom: 2px solid #2f3337;

    color: #222;

    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
}


/* ========================================
   Section
======================================== */

.front_operator_section {
    margin-bottom: 34px;
}

.front_operator_section:last-child {
    margin-bottom: 0;
}

.front_operator_heading {
    margin: 0 0 14px;

    padding: 10px 14px;

    background: #f4f5f6;

    border-left: 4px solid #2f3337;

    color: #2a2c2f;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.front_operator_content {
    padding: 0 4px;

    color: #444;

    font-size: 14px;
    line-height: 1.9;
}

.front_operator_content p {
    margin: 0;
}

.front_operator_content p + p {
    margin-top: 12px;
}


/* ========================================
   Link
======================================== */

.front_operator_link {
    display: inline-block;

    color: #2457a6;

    font-weight: 700;

    text-decoration: underline;
    text-underline-offset: 3px;
}

.front_operator_link:hover {
    text-decoration-thickness: 2px;
}


/* ========================================
   Responsive
======================================== */

@media screen and (max-width: 800px) {

    .front_page_title {
        margin-bottom: 24px;

        font-size: 24px;
    }

    .front_operator_section {
        margin-bottom: 28px;
    }

    .front_operator_heading {
        font-size: 17px;
    }

    .front_operator_content {
        font-size: 13px;
    }
}


@media screen and (max-width: 520px) {

    .front_page_title {
        margin-bottom: 20px;

        padding-bottom: 11px;

        font-size: 22px;
    }

    .front_operator_section {
        margin-bottom: 24px;
    }

    .front_operator_heading {
        padding: 9px 11px;

        font-size: 16px;
    }

    .front_operator_content {
        padding: 0;

        line-height: 1.8;
    }
}
