@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    padding: 40px 20px;
}
.contents h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px #db4e62;
    background: -webkit-repeating-linear-gradient(-45deg, #e76276, #e76276 3px,#e5586c 3px, #e5586c 6px);
    background: repeating-linear-gradient(-45deg, #e76276, #e76276 3px,#e5586c 3px, #e5586c 6px);
    padding: 15px;
    margin-bottom: 60px;
    border: 2px solid #db4e62;
    border-radius: 10px;
}

/* ────────────────────── *
 *                                              *
 * お客様の声                                   *
 *                                              *
 * ────────────────────── */

.contents #voice {
    background: #fffee5;
    padding: 28px;
    margin: 0 auto 100px;
    border: 2px solid #e38b9e;
}
.contents #voice ul li {
    margin-bottom: 30px;
}
.contents #voice ul li:last-child {
    margin-bottom: 0;
}
