/* terms
----------------------------------------------------------------------------- */
#me_terms_price_box01 {position: relative;}
.me_terms_price_link01 {
	width: 140px;
	text-align: right;
	position: absolute;
	top: 44px;
	right: 52%;
}
.me_terms_price_link01 a {
	display: block;
	padding: 2px 7px;
	background: #DEBB6A url(../images/00_sign.png) no-repeat 5px 50%;
	color: #FFF;
}

.me_terms_dl01 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.me_terms_dl01 dt {
	width: 30px;
}
.me_terms_dl01 dd {
	width: calc(100% - 30px);
}

.me_terms_kouza01 {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 20px;
}

