.pad_subtitle {
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #757575;
	text-transform: uppercase;
	text-align: center;
}

.delivery_conditions_list {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -8px -15px;
}

.delivery_conditions_item {
    display: flex;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	padding: 0 8px;
	margin-bottom: 15px;
}

.delivery_condition {
	width: 100%;
	padding: 20px;
	border: 1px solid #e4e4e4;
}

.delivery_condition_name {
	font-weight: 700;
}

.delivery_conditions_item:nth-child(2) .delivery_condition_name {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.delivery_conditions_item:nth-child(2) .delivery_condition_name::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 2px;
    background-color: #202020;
    margin-top: -1px;
}

.delivery_conditions_item:last-child .delivery_condition_name {
	color: #ec691f;
}

.delivery_conditions_item:not(:nth-child(2)) .delivery_condition_name + .delivery_condition_text {
	margin-top: 16px;
}

.delivery_condition_text p {
	margin: 0;
}

.delivery_condition_text * + p,
.delivery_condition_text * + ul {
	margin-top: 1rem;
}

.delivery_condition_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.delivery_condition_text ul li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.38em;
    height: 0.38em;
    margin-right: 0.62em;
    border-radius: 50%;
    background-color: #ec691f;
}

@media (min-width: 768px) {
	.pad_subtitle {
		font-size: 16px;
		line-height: 22px;
	}

	.delivery_conditions_list {
		margin-top: 52px;
		margin-bottom: -16px;
	}

	.delivery_conditions_item {
		font-size: 16px;
		width: 50%;
		margin-bottom: 16px;
	}

	.delivery_condition {
		padding: 30px 20px;
	}

	.delivery_conditions_item:not(:nth-child(2)) .delivery_condition_name + .delivery_condition_text {
		margin-top: 24px;
	}
}

@media (min-width: 1280px) {
	.delivery_conditions_item {
		width: 25%;
	}
}

@media (min-width: 1620px) {
	.delivery_condition {
		padding: 30px;
	}
}