@charset "UTF-8";
/* コンテンツ */

.cr_copy {
    text-align: center;
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: 500;
}

.cr_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.cr_box ul li {
    box-sizing: border-box;
    width: 47.5%;
    background-color: #fff;
    border-radius: 2em;
    padding: 2.7em 3em;
    filter: drop-shadow(0px 0px 0.5em #fce8cc);
    margin-bottom: 3em;
}

.cr_box ul li h4 {
    font-size: 1.16em;
    line-height: 1.5;
    color: #f08b00;
    margin-bottom: 0.5em;
}
.cr_box ul li p {
    line-height: 1.7;
}

@media screen and (max-width: 960px) {
.cr_box ul {
    margin-bottom: -2.5em;
}
.cr_box ul li {
    padding: 2.2em 2.5em;
    margin-bottom: 2.5em;
}

}


@media screen and (max-width: 520px) {
.cr_copy {
    font-size: 1.08em;
}
.cr_box ul {
    margin-bottom: -2em;
}
.cr_box ul li {
    width: 100%;
    padding: 1.7em 2em;
    margin-bottom: 2em;
}

}

