@charset "utf-8";

#contents {
    padding: 0 0 40px;
    background: #f7f8fa;
}

#contents .inner {
    background: #fff;
}

/* リード文 */
#contents .inner > .lead,
#contents .inner > p {
    margin: 0 0 10px;
    line-height: 1.8;
    font-size: 15px;
}

#contents h2 {
    margin: 0 0 24px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #6b8220;
    background: #f2f8e4;
    border-left: 4px solid #a2c32d;
    border-radius: 4px;
    position: relative;
}

#contents h2::after {
    content: none;
}

#contents p {
    line-height: 1.85;
    margin: 0 0 8px;
    font-size: 15px;
    padding-top: 0;
}

#contents > p:last-child {
    margin-bottom: 0;
}

.flex {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 24px;
}

.flex figure {
    flex: 0 0 100px;
    width: 100px;
    margin: 0;
}

.flex figure img {
    display: block;
    width: 100%;
    height: auto;
}

.flex > div {
    flex: 1;
    min-width: 0;
}

@media (max-width: 640px) {
    .flex {
        flex-direction: column;
        align-items: center;
    }

    .flex figure {
        flex-basis: auto;
        width: 140px;
    }
}
