@charset "UTF-8";

.box-accordion__content.transaction{
	padding: 0px 20px 30px;
}
.box-accordion__content.transaction table,
.box-accordion__content.transaction table th,
.box-accordion__content.transaction table td{
	box-sizing: border-box;
}/*
.box-accordion__content.transaction table th,
.box-accordion__content.transaction table td{
	border: none;
}*/


@media screen and (max-width: 736px) {
	.box-accordion__content.transaction{
		padding: 0px 10px 10px;
	}
	.box-accordion__content.transaction table{
		border-top: none;
	}
	.box-accordion__content.transaction table th{
		border-left: none;
		border-right: none;
	}
	.box-accordion__content.transaction table td{
		border: none
	}
	.box-accordion__content.transaction table{border-collapse:collapse;}
	.box-accordion__content.transaction table th,
	.box-accordion__content.transaction table td{
		width: 100%;
		display: block;
	}
	.box-accordion__content .box-accordion__content.is-opened{
		padding: 0;
	}
	.box-accordion__content .box-accordion__content.is-opened ul li a{
		display: block;
		padding: 15px 10px 10px;
	}
	.box-accordion__content .box-accordion__content.is-opened ul li + li{
		border-top: 1px solid #f6f6f6;
	}
}