@charset 'utf-8';

/* ==========================================================================

    CUSTOMER HARASSMENT POLICY

   ========================================================================== */


/*--------------------------------
    ビジュアル設定
--------------------------------*/

/* フッター */

footer section.footerMessage {
    display: none;
}


/*--------------------------------
    レイアウト
--------------------------------*/

.customerharassment section.general .container {
    line-height: 2;
}

.customerharassment section.main .container .box h2 {
    font-size: 3.8rem;
}

.customerharassment section.general .container h3 {
    font-size: 1.6em;
    line-height: 1.6;
    margin: 0 auto 40px;
    padding: 0 12%;
    text-align: center;
}

.customerharassment section.general .container .box h4 {
    font-size: 1.1em;
    margin: 30px auto 10px;
}

.customerharassment section.general .container .box p {
    margin: 0 auto 20px;
}

/* h4 直下の本文に左インデント。2 段落目は通常文のみ対象（:not(.hanging-indent)）。
   ● 行は .hanging-indent 側の padding/text-indent に任せ、ここで上書きしない（SP で ● がはみ出すのを防ぐ） */
.customerharassment section.general .container .box h4 + p,
.customerharassment section.general .container .box h4 + p + p:not(.hanging-indent) {
    padding-left: 1em;
}

/* 日付 */

.customerharassment section.general .container .box p.date {
    font-size: 0.9em;
    text-align: right;
    margin: -20px auto 30px;
}

.customerharassment .hanging-indent {
    padding-left: 1em;
    text-indent: -1em;
}


/* ============================== SP ============================== */

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

    .customerharassment section.general .container {
        line-height: 1.8;
        font-size: 1.3rem;
    }

    .customerharassment section.general .container h3 {
        font-size: 1.4em;
        margin: 0 auto 20px;
        padding: 0 6%;
    }

    .customerharassment section.general .container .box h4 {
        font-size: 1.1em;
        margin: 30px auto 7px;
    }

    .customerharassment section.general .container .box p {
        margin: 0 auto 15px;
    }

    /* 上記と同じ意図（SP 用のインデント幅のみ 0.5em） */
    .customerharassment section.general .container .box h4 + p,
    .customerharassment section.general .container .box h4 + p + p:not(.hanging-indent) {
        padding-left: 0.5em;
    }

    .customerharassment section.general .container .box p.date {
        margin: 0 auto 30px;
    }

}
