.formContent .form_item_area__row {
	margin-bottom: 2.5rem;
}
.formContent .form_item_area .annotation {
	margin-bottom: 0.5em;
}
.formContent .form_item_area p {
	margin-bottom: 0.7em;
	font-size: 0.9rem;
}
.formContent .form_item_area label {
	margin-bottom: 0.5em;
	font-size: 1.1rem;
}
.formContent .form .input-group + .alert,
.formContent .form .form-control + .alert,
.formContent .form .custom-select + .alert,
.formContent .form .form-control + .card {
	margin-top: 0.4em;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}
.formContent .form-input .alert {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.formContent [class*=icheck-] {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}
.formContent [class*=icheck-] label {
	font-size: 1rem;
}




.drop_area {
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 10px;
	background-image: url("../img/drop_zone_bg.png");
	box-sizing: border-box;
	border: 5px solid #ffffff;
	position: relative;
	top: 0;
	left: 0;
}

.drop_area > div {
	text-align: center;
	padding: 10px;
}

.drop_area > div i {
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5ex;
	color: #8abac2;
}

.drop_area .filelist {
	display: none;
	text-align: left;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	width: 96%;
	margin: auto;
	list-style-type: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.drop_area .filelist .li {
	margin: 0;
	padding: 0;
}

.drop_area .filelist .li label {
	display: block;
	margin: 0;
	font-weight: normal;
	word-break: break-all;
}

.drop_area .filelist .li i {
	margin: 0 0.5ex;
}

.drop_area .file_input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}


.product_table__line {
	border-top: 1px solid #ccc;
	padding-top: .7em;
	padding-bottom: .7em;
}

@media screen and (max-width: 999px) {
	.product_table__line {
		margin-bottom: 15px;
	}
}

.product_table__line__b {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (min-width: 1000px), print {
	.product_table__line {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.product_table__line__a {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		padding-right: 20px;
	}
	.product_table__line__a > ._image_area {
		min-width: 102px;
		-ms-flex-preferred-size: 102px;
		    flex-basis: 102px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-ms-flex-positive: 0;
		    flex-grow: 0;
		margin-right: 20px;
	}
	.product_table__line__a > ._image_area img {
		border: 1px solid #ddd;
		max-width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 999px) {
	.product_table__line__a > ._image_area {
		width: 102px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.product_table__line__a > ._image_area img {
		max-width: 100%;
		display: block;
	}
}

.product_table ._name {
	font-size: 1.063rem;
	font-weight: bold;
}

.product_table ._ex {
	margin-top: .3em;
	font-size: 0.938rem;
	color: #666;
}

@media screen and (max-width: 999px) {
	.product_table ._ex {
		margin-bottom: 10px;
	}
}

.product_table ._price {
	margin-right: 1em;
}

.product_table ._quantity input,
.product_table ._quantity select {
	width: 80px;
	text-align: right;
}

.total_amount::before, .total_amount::after {
	content: '';
	display: table;
}

.total_amount::after {
	clear: both;
}

.total_amount .shippingfee_area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: end;
	    align-items: flex-end;
	margin-bottom: .5em;
}

.total_amount .shippingfee_area .label {
	line-height: 1.3;
	margin-right: .5em;
}

.total_amount .shippingfee_area .shipping {
	line-height: 1;
	font-weight: bold;
	font-size: 25px;
}

.total_amount .shippingfee_area .unit {
	padding-left: .3em;
	line-height: 1.3;
}

.total_amount .total_area {
	border-top: 1px solid #999;
	padding-top: 1em;
}

.total_amount .amount_area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.total_amount .amount_area .label {
	line-height: 1.3;
	margin-right: 1em;
}

.total_amount .amount_area .amount {
	font-weight: bold;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.total_amount .amount_area .amount {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.total_amount .amount_area .amount {
		font-size: 30px;
	}
}

.total_amount .amount_area .unit {
	padding-left: .5em;
	line-height: 1.3;
}

.total_amount .num_area .label {
	line-height: 1.3;
	margin-right: 1em;
}

.total_amount .num_area .amount {
	font-weight: bold;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.total_amount .num_area .amount {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.total_amount .num_area .amount {
		font-size: 30px;
	}
}

.total_amount .num_area .shipping {
	line-height: 1.3;
	font-weight: bold;
}

.total_amount .num_area .unit {
	padding-left: .5em;
	line-height: 1.3;
}

.total_amount .form_manage_explanation {
	font-size: 15px;
	line-height: 1.7;
}

.total_amount .form_manage_explanation._top {
	margin-bottom: 1em;
}

.total_amount .form_manage_explanation._bottom {
	margin-top: 2em;
	clear: both;
}

.total_amount .form_manage_explanation._box {
	background-color: #f5f5f5;
	padding: 1em 1.5em;
	border-radius: 5px;
}
