@charset "utf-8";

/* CSS Document */
/* --------------------

LINE 公式アカウント / line

-------------------- */


a.blank::after {
    padding-left: 0.4rem;
    padding-bottom: 0.2rem;
    content: "\f35d";
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
    font-weight: 600;
}

.line__section {
    width: 98%;
    margin: 0 auto 8rem;
}

h2 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.6rem;
    font-weight: bold;
}

p {
    line-height: 1.8;
}

.line__section {
    width: 80%;
    margin: 0 auto 8rem;
}

.line__section h2 {
    border-bottom: 4px solid #43af35;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
}

.line__section h3 {
    text-align: center;
}


.line__section > p {
    text-align: center;
    margin-bottom: 2.4rem;
}



.couponTerms {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 20% auto;
    border-top: 1px solid #ccc;
}

.couponTerms dt {
    font-weight: bold;
    padding: 1.6rem 0 1.6rem .4rem;
    border-bottom: 1px solid #ccc;
}

.couponTerms dd {
    padding: 1.6rem 0 1.6rem .8rem;
    border-bottom: 1px solid #ccc;
}

.couponTerms dd > p {
    margin: 0;
}

.list li {
    list-style-type: disc;
    margin-bottom: .4rem;
    margin-left: 1rem;
}

/* モーダルウインドウ内 */
.line__modalwindow {
    text-align: center;
}

.line__modalwindow .pict {
    margin-bottom: 2rem;
}

.line__modalwindow .title {
    font-size: 2rem;
    font-weight: bold;
}

.line__modalwindow .txt {
    margin-bottom: 40px;
}

.line__modalwindow .pict {
    width: 80%;
}



@media (min-width: 767.98px) and (max-width: 1023px) {
    .line__section {
        width: 90%;
        margin: 0 auto 8rem;
    }

    .couponTerms {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .pc {
        display: none;
    }

    .line__section {
        width: 98%;
        margin: 0 auto 8rem;
    }

    .couponTerms {
        display: block;
    }
}