/*---------------------------------------------------------------
    csr
---------------------------------------------------------------*/
p.lead {
    margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
    p.lead {
        margin-bottom: 30px;
    }
}

.csr--h2 {
    background: #EFEFEF;
    padding: 0 20px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}
@media all and (min-width: 1025px) {
    .csr--h2 {
        font-size: 3rem;
        text-align: left;
    }
}
.csr--h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}
@media all and (min-width: 1025px) {
    .csr--h3 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
}
.csr__box {
    width: 100%;
}
@media all and (min-width: 1025px) {
    .csr__box {
        width: 48%;
    }
}
.csr__list {
    line-height: 1.8;
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
@media all and (max-width: 1024px) {
    .csr__list {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 1025px) {
    .csr--h2 {
        font-size: 3rem;
        text-align: left;
    }
    .csr--h3 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
    .csr__box {
        width: 48%;
    }
}

.community__box {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.community__box--ttl {
    background: #EFEFEF;
    font-size: 1.8rem;
    line-height: 40px;
    padding: 0 20px;
}
.community__box--photo {
    padding: 20px;
}

.community__photo__list {
    width: 100%;
    padding: 20px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.community__photo__list p {
    font-size: 1.4rem;
    line-height: 1.75;
    padding-top: 10px;
}

@media all and (min-width: 1025px) {
    .community__box--ttl {
        line-height: 50px;
    }

    .community__photo__list {
        width: calc(50% - 10px);
    }
    .community__photo__list p {
        font-size: 1.6rem;
        padding-top: 20px;
    }
}
