@charset "UTF-8";

.tradelaw__heading-1 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
}

.tradelaw__table {
	margin-top: 35px;
	margin-bottom: 110px;
}

.tradelaw__tr {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

.tradelaw__th,
.tradelaw__td {
	padding: 25px 0;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.tradelaw__th {
	font-weight: 600;
	width: 25%;
	vertical-align: top;
}

.tradelaw__td {
	padding-right: 8%;
}

.tradelaw__td span {
	color: #db6557;
}

.tradelaw__text {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.tradelaw__note {
	margin-top: 9px;
	display: block;
	font-size: 14px;
	line-height: 1.7143;
	letter-spacing: 0.1em;
}

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

.tradelaw__heading-1 { /* sp */
	font-size: 20px;
}

.tradelaw__table { /* sp */
	margin-top: 20px;
	margin-bottom: 52px;
}

.tradelaw__th,
.tradelaw__td { /* sp */
	font-size: 13px;
	padding: 13px 0;
	line-height: 1.923;
}

.tradelaw__th { /* sp */
	width: 37.4%;
	padding-right: 10px;
}

.tradelaw__td { /* sp */
	text-align: justify;
}

.tradelaw__text { /* sp */
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.923;
}

.tradelaw__note { /* sp */
	margin-top: 3px;
	font-size: 7px;
	max-width: 100%;
	line-height: 1.56;
}

}

