@charset "utf-8";

/* =========================
   カスタマーハラスメント方針
========================= */

/* h3：黒帯デザインを解除 */
#contents .customer-harassment h3 {
    margin: 20px 0 10px;
    padding: 0;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

/* 箇条書き */
#contents .customer-harassment ul {
    margin: 10px 0 20px;
    padding-left: 2em;
    list-style-type: disc;
}

/* 箇条書きの各項目 */
#contents .customer-harassment ul li {
    margin: 0 0 5px;
    padding: 0;
    background: none;
    list-style-type: disc;
    line-height: 1.6;
}

/* SP余白調整 */
@media screen and (max-width: 767px) {
    #contents .customer-harassment h2 {
        margin-top: 20px;
    }

    /* 最後のセクションとフッターの間に余白を追加 */
    #contents .customer-harassment {
        padding-bottom: 50px;
    }
}