@charset "utf-8";
.tradelaw_sect {
    padding: 50px 40px 0;
	margin-bottom: 200px;
}
.sub-ttl {
    font-size: 24px;
    text-align: center;
	margin-bottom: 34px;
}
.tradelaw_table {
    width: 100%;
}
.tradelaw_table th,.tradelaw_table td {
    font-weight: lighter;
    line-height: 1.5;
}
.tradelaw_table td a{
    color: #333;
}
@media screen and (max-width:639px) {
    .tradelaw_table th,.tradelaw_table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    .tradelaw_table th {
        color: #fff;
        background-color: #0B9186;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tradelaw_table td {
        font-size: 16px;
        margin-bottom: 15px;
        color: #333;
    }
    .tradelaw_area {
        margin-bottom: 96px;
    }
}
@media screen and (min-width:640px) {
	.tradelaw_sect {
		max-width: 900px;
		padding: 40px 0 0;
		margin: 0 auto 200px;
	}
    .tradelaw_table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
    .tradelaw_table tr {
        border-bottom: 1px solid #000;
        font-size: 18px;
        color: #333;
    }
    .tradelaw_table th,.tradelaw_table td {
        padding: 25px;

    }
    .tradelaw_table th {
        width: 30%;
    }
    .tradelaw_table td {
        width: 70%;
    }
}