/*--------------------------------------------------------------------------------
　▼ こんな方ご相談ください　sec01
--------------------------------------------------------------------------------*/
.inner_wrap {
    max-width: 984px;
}
.c_list {
    justify-content: flex-start;
}
.c_list > li {
    background-color: #f7f7f7;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 4%;
    padding: 27px;
    width: 32%;
}
.c_list > li:nth-child(3n - 1) {
    margin: 0 2% 4%;
}
.c_list > li > .c_img {
    margin: 0 auto;
    max-width: 90%;
}
.c_list > li > .c_tit {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -.09em;
    margin: 20px auto;
    min-height: 117px;
    text-align: center;
}
.c_list > li > p {
    font-size: 1.8rem;
}

@media screen and (max-width:1024px) {

    .c_list > li {
        margin: 0 0 20px !important;
        width: 48%;
    }
    .c_list > li:nth-child(odd) {
        margin-right: 2% !important;
    }
    .c_list > li:nth-child(even) {
        margin-left: 2% !important;
    }
    .c_list > li > .c_tit {
        font-size: 2.4rem;
        min-height: auto;
    }
    .pc-br::before {
        content: "\A";
        white-space: pre;
    }
}


@media screen and (max-width:767px) {

    .other_section .sec_tit {
        letter-spacing: -.03em;
        font-size: 2.8rem;
    }
    .c_list {
        display: block;
    }
    .c_list > li {
        width: 100%;
    }
    .c_list > li:nth-child(odd) {
        margin-right: 0 !important;
    }
    .c_list > li:nth-child(even) {
        margin-left: 0 !important;
    }
    .c_list > li > .c_img {
        max-width: 70%;
    }
    .c_list > li > .c_tit {
        font-size: 2rem;
        letter-spacing: -.05em;
        margin: 0 auto 10px;
        text-align: left;
    }
    .pc-br::before {
        content: "";
        white-space: inherit;
    }
    .c_list > li > p {
        font-size: 1.5rem;
    }

}