.purchase_body {
	padding: 10px 20px 5px 20px;
}
.purchase_title_wrap {
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 10px 0px;
	font-size: max(2vw, 16px);
	font-weight: 600;
}

.step {
	margin-bottom: 30px;
}

.purchase_body .description {
	padding: 0px 10px;
}

.download {
	padding: 0px 5px;
	text-align: center;
}
.download img {
	max-width: 100%;
}

.color-danger {
	color: #FF0000;
}

.address {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
}
.address p {
	margin-bottom: 0px;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.send_title {
	font-weight: 600;
	margin-bottom: 5px;
}
.emphasis {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}


table.purchase_list {
	margin: 10px auto;
	width: 100%;
}
.purchase_list th {
	padding: 10px;
	background: #414141;
	color: #fff;
}
.purchase_list td {
	padding: 10px;
	background: #f3f3f3;
}
}
.purchase_list th, .purchase_list td {
	border-bottom: none;
	width: 100%;
	color: #000;
}

.purchase_box {
	border: 2px solid #dcdcdc;
	padding: 15px;
}

.image-link {
	display: inline-block;
}

.information-puchase {
	margin-top: 20px;
	font-size: max(1.4vw, 18px);
	font-weight: 600;
	line-height: 1;
}

.icon-danger {
	color: #c50000;
}

.purchase-link {
	color: #0066ff; text-decoration: underline;
}