@charset "utf-8";
/* 弁護士費用 */
.costTxt {
margin-bottom: 20px;
}
.costTxt span{
font-weight:bold;
}
.costTable {
width: 100%;
margin-bottom: 60px;
}
.costTable.last {
margin-bottom: 0;
}
.costTable tr th {
background-color: #12288B;
width: 220px;
padding-left: 30px;
font-size: 108%;
color: #FFF;
padding-top: 40px;
padding-bottom: 40px;
}
.costTable tr th span {
font-size:85%;
}
.costTable tr td {
padding-left: 40px;
}
.costTable tr td span {
color: #12288B;
font-size: 197%;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-weight: bold;
}
