@charset "UTF-8";

.flex_area_cr {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
	gap:0 20px;
}

.flex_area_cr dl {
    width: 310px;
	height: 290px;
    background: #fff;
    margin-bottom: 20px;
    padding: 30px 25px 0px;
}

@media screen and (max-width: 767px) {
    .flex_area_cr dl {
        width: 100%;
		height: auto;
		padding-bottom: 30px;
    }
}