
.confirm_box{
	padding:0 1rem;
	}
	.confirm_box dl,
	.confirm_box dt{
		margin-bottom:0;
		}
	.confirm_box dt{
		font-size:1.2rem;
		}
	.confirm_box dd{
		font-size:1rem;
		}
		.confirm_box dd div{
			margin:1rem 0;
			}
		.confirm_box dd div:last-child{
			margin-bottom:0;
			}
		.confirm_box dd div ul{
			margin-bottom:0;
			}
.label{
	margin:0 1rem 0.5rem 0;
	padding:0.3rem 1rem;
	border-radius:5px;
	}
	.label.black{
		color:#fff;
		background:#222;
		}
	.label.blue{
		color:#fff;
		background:#3884C6;
		}

