@charset "utf-8";

/* Adjust Start
----------------------------------------------- */

.ta-left {
    text-align: center;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: center;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

@media screen and (min-width: 769px) {
    p.hd-q {
        font-size: 28px;
        font-weight: 700;
        color: #000531;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }

    p.hd-q:before {
        content: "――";
        letter-spacing: -0.2em;
        width: 2.0em;
        margin-right: 0.5em;
    }
}

@media screen and (max-width: 768px) {
    p.hd-q {
        font-size: 18px;
        font-weight: 700;
        color: #000531;
        line-height: 1.6;
        letter-spacing: 0;
    }

    p.hd-q:before {
        content: "――";
        letter-spacing: -0.2em;
        width: 2.0em;
        margin-right: 0.5em;
    }

    .mt-20sp {
        margin-top: 20px !important;
    }

    .mt-30sp {
        margin-top: 30px !important;
    }

    .mt-40sp {
        margin-top: 40px !important;
    }

    .mt-50sp {
        margin-top: 50px !important;
    }

    .mt-60sp {
        margin-top: 60px !important;
    }

    .mt-70sp {
        margin-top: 70px !important;
    }

    .mb-20sp {
        margin-bottom: 20px !important;
    }

    .mb-30sp {
        margin-bottom: 30px !important;
    }

    .mb-40sp {
        margin-bottom: 40px !important;
    }

    .mb-50sp {
        margin-bottom: 50px !important;
    }

    .mb-60sp {
        margin-bottom: 60px !important;
    }

    .mb-70sp {
        margin-bottom: 70px !important;
    }
}

/* Adjust End --------------------------------- */