@charset "utf-8";

/*ヘッダー背景*/

.header-activities {
    background-image: url('../images/activities-background.png');
}


/*main*/

main {
    max-width: 1100px;
    padding: 0 3%;
    margin: 0 auto 200px;
}

.activities-title {
    text-align: center;
    margin: 100px 0;
}

.activities-title h2 {
    font-weight: 600;
    font-size: 1.1rem;
}

.activities-content h3 {
    display: flex;
    background: #d39233;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.numbers {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.0rem;
    line-height: 28px;
}

.content-text {
    line-height: 40px;
    font-weight: 600;
    padding-left: 18px;
    font-size: 0.9rem;
}

.family-house-img {
    padding: 45px 0 100px 18px;
}

.family-house a {
    color: #d39233;
}

.second-text {
    margin-bottom: 100px;
}

.pdf-btn {
    padding: 50px 0 100px 18px;
}

.pdf-btn a {
    display: inline-block;
    background: #A0A0A0;
    color: #ffffff;
    padding: 15px 60px;
}

.family-house-img a img:hover,
.family-house a:hover,
.second-text a:hover,
.pdf-btn a:hover,
.content-text a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    .content-text {
        padding: 0 2%;
    }
}

@media screen and (max-width: 768px) {
    .activities-title {
        margin: 60px 0;
    }
}

@media screen and (max-width: 900px) {
    .br {
        display: none;
    }
}

.content-text