@charset "UTF-8";

.laurel-brand-story_contents p:last-of-type {
    margin-bottom: 0;
}

.laurel-brand-story_contents {
    background-color: #F9F9F9;
    padding: 60px 120px;
}

.laurel-brand-story_inner {
    display: flex;
    column-gap: 20px;
    margin: 20px 0;
}

.laurel-brand-story_top-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.laurel-brand-story_image,
.laurel-brand-story_image-02 {
    width: 240px;
    height: auto;
    min-width: 240px;
}

.laurel-brand-story_text {
    display: flex;
    flex-direction: column;
}

.laurel-brand-story_p-title {
    margin-bottom: 5px;
    text-decoration: underline;
}

.laurel-brand-story_mb {
    margin-bottom: 20px;
}

.laurel-brand-story_text_mb {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .laurel-brand-story_contents {
        padding: 40px 18px;
    }

    .laurel-brand-story_inner {
        flex-direction: column;
        column-gap: 0;
        margin: 0 0 15px;
    }

    .laurel-brand-story_top-title {
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
    }

    .laurel-brand-story_image {
        width: 100%;
        min-width: 100%;
        margin: 20px 0;
    }

    .laurel-brand-story_image-02 {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 10px auto;
    }

    .btn--navy {
        display: block;
        width: 100%;
        margin-top: 4rem;
    }
}

@media screen and (max-width: 240px) {
    .laurel-brand-story_image-02 {
        width: 100%;
        min-width: 100%;
        margin: 0 auto 10px auto;
    }
}