/* ウッドレポート */
.woodreport {
    background: #f0f0f0;
    padding-bottom: 100px;
}

.woodreport section {
    width: 1200px;
    margin: 0 auto;
}

.woodreport .post-title-area {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 28px;
}

.woodreport .post-title-area .woodreport-title {
    margin-bottom: 26px;
    font-size: 24px;
}

.woodreport .post-title-area p {
    font-size: 14px;
    margin-bottom: 50px;
}

.woodreport-category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woodreport-category-box {
    width: 48%;
    margin-bottom: 28px;
}

.woodreport-category-box picture {
    display: block;
}

.woodreport-category-box picture img {
    display: block;
    width: 100%;
}

.woodreport-category-box .text {
    padding: 30px;
    background-color: #fff;
}

.woodreport-category-box .text h3 {
    border-left: 6px solid #1F9970;
    line-height: 40px;
    color: #1F9970;
    font-size: 24px;
    margin-bottom: 8px;
    padding-left: 16px;
}

.woodreport-category-box .text p {
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .woodreport {
        padding-bottom: 20px;
    }

    .woodreport section {
        width: 100%;
    }

    .woodreport-category-list {
        padding: 0 16px;
    }

    .woodreport-category-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .woodreport-category-box .text {
        padding: 20px;
    }
}
