/*********************************************
dealings.css
*********************************************/

.o-terms-ul li{
	margin-bottom: 25px;
}

.o-h3-dtm{
	font-weight: 400;
	margin-bottom: 5px;
	color: #000;
}

.o-dtm-ib{
	margin-top: 10px;
}

.o-chargetb{
	width: 100%;
	border-bottom: solid 1px rgba( 0,0,0,.5);
}

.o-chargetb th,
.o-chargetb td{
	box-sizing: border-box;
	border: solid 1px rgba( 0,0,0,.5);
	width: 100%;
	border-bottom: none;
}

.o-chargetb th{
	background: #f8faf0;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	font-weight: 500;
}

.o-chargetb td{
	padding: 20px;
	font-size: 14px;
	line-height: 23px;
	background: #fff;
}

.o-dtm-dl{
	display: flex;
	width: 49%;
	margin-top: 10px;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.o-dtm-dl dt,.o-dtm-dl dd{
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	box-sizing: border-box;
	text-indent: 0;
	margin-bottom: 0;
	border: solid 1px rgba( 0,0,0,.5);
}

.o-dtm-dl dt{
	background: #f8faf0;
	width: 100%;
	font-weight: 400;
	text-align: center;
}

.o-dtm-dl dd{
	width: 100%;
	text-align: center;
	background: #fff;
	border-top: none;
	border-left: solid 1px rgba( 0,0,0,.5);
}

.o-dtm-mb-2{
	margin-bottom: 10px;
}

.o-dtm-mb-3{
	margin-bottom: 30px;
}

.o-no-indent{
	text-indent: 0;
}

.o-dtm-mt-1{
	margin-top: 10px;
}

.o-dtm-mt-2{
	margin-top: 25px;
}

table{
	display: block;
}

tbody{
    display: block;
}

tr{
	display: block;
}

th,td{
	display: block;
	color: #595757;
}




@media (min-width: 576px){
.o-chargetb th,
.o-chargetb td{
	border: solid 1px rgba( 0,0,0,.5);
	width: 50%;
}

.o-chargetb th{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
}

.o-chargetb td{
	padding: 20px;
	font-size: 14px;
	line-height: 23px;
}

.o-dtm-dl{
	display: flex;
	width: 49%;
	margin-top: 10px;
	margin-bottom: 0;
}

.o-dtm-dl dt,.o-dtm-dl dd{
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	text-indent: 0;
	margin-bottom: 0;
	border: solid 1px rgba( 0,0,0,.5);
}

.o-dtm-dl dt{
	width: 55%;
	text-align: left;
}

.o-dtm-dl dd{
	width: 45%;
	text-align: center;
	border-left: none;
}

table{
	display: table;
}

tbody{
    display: table-row-group;
}

tr{
	display: table-row;
}

th,td{
	display: table-cell;
}
}



@media (min-width: 650px){

}



@media (min-width: 768px){

}



@media (orientation: landscape) and (max-width: 767px){

}

@media (orientation: landscape) and (max-width: 991px){

}


@media (min-width: 992px){

}



@media (min-width: 1025px){

}




@media (min-width: 1100px){

}



@media (min-width: 1200px){

}

