@charset "utf-8";

.farm-wrapper {
    font-size: 16px;
    font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
    color: #333333;
}

.farm-content {
    background-image: url(~/templates/h2_icon.png);
}

    .farm-content header {
        width: 1240px;
        margin: 0 auto 44px;
    }

    .farm-content h1 {
        text-align: center;
        padding: 20px 0px 16px;
    }

    .farm-content header nav ul {
        display: flex;
        justify-content: center;
        border-top: 2px solid #7c5d48;
        border-bottom: 2px solid #7c5d48;
        background-color: rgba(255,255,255,0.42);
        padding: 12px 0px 10px;
        list-style-type: none;
    }

        .farm-content header nav ul li {
            margin: 0 20px;
        }

            .farm-content header nav ul li a {
                font-size: 22px;
                font-weight: bold;
                color: #7c5d48;
                text-decoration: none;
            }

                .farm-content header nav ul li a:hover {
                    text-decoration: underline double;
                }

    .farm-content > div {
        width: 1240px;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-between;
    }

    .farm-content main {
        flex-basis: 920px;
        background-color: #ffffff;
        border-radius: 16px;
        padding: 62px 72px 32px 72px;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
    }

    .farm-content aside {
        flex-basis: 284px;
    }

        .farm-content aside nav {
            border-radius: 16px;
            background-color: #ffffff;
            box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
            padding: 24px 28px;
            margin-bottom: 24px;
        }

            .farm-content aside nav h2 {
                margin-bottom: 18px;
                font-size: 22px;
                font-weight: bold;
                color: #7c5d48;
            }

            .farm-content aside nav ul {
                font-size: 14px;
            }

    .farm-content .categoryNav ul li {
        list-style-type: square;
        color: #7c5d48;
        margin: 0 0 16px 20px;
    }

        .farm-content .categoryNav ul li a {
            color: #333333;
        }

    .farm-content .recentNav ul li {
        border-bottom: 1px solid #7c5d48;
        padding-bottom: 10px;
        margin-bottom: 22px;
    }

    .farm-content .recentNav ul {
        height: 240px;
        overflow: hidden scroll;
    }

    .farm-content article h2 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .farm-content time {
        background-color: #91c777;
        border-radius: 0px 22px 22px 22px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        padding: 13px 25px 12px 20px;
        display: inline-block;
    }

    .farm-content .postdate {
        margin-bottom: 26px;
    }

    .farm-content .eyecatch {
        margin-bottom: 26px;
    }

    .farm-content article h3 {
        border-bottom: 2px solid #6ab547;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 600;
        background-image: url(../templates/h2_icon.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding: 20px 10px 10px 48px;
    }

    .farm-content article section p {
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .farm-content article section {
        margin-bottom: 50px;
    }

    .farm-content footer {
        background-color: #523f2e;
        color: #ffffff;
        text-align: center;
        padding: 14px 10px 20px;
    }
