@charset "UTF-8";
body h3 {
    color: #009FA8;
    border-top: 1px solid #009FA8;
    border-bottom: 1px solid #009FA8;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 200%;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.fee .row {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 63%;
    margin-bottom: 80px;
}
.fee .row dl {
    text-align: center;
    margin-left: auto;
    padding-left: 0px;
    margin-right: auto;
    width: 100%;
    margin-top: 40px;
}
.fee .row dl dt {
    color: #D94A13;
    border-bottom: 1px solid #D94A13;
    font-size: 280%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.fee .row dl dd  {
    margin-top: 21px;
    font-size: 125%;
    margin-bottom: 15px;
}
.fee .row dl dt small  {
    font-weight: 500;
    font-size: 58%;
}
.cost p   {
    font-size: 130%;
    line-height: 170%;
}
.cost dl  {
    font-size: 130%;
    text-align: justify;
    line-height: 170%;
}
.cost dt {
    font-size: 110%;
    font-weight: 700;
}
.cost dl dd {
    padding-left: 16px;
}
table {
    width: 100%;
    font-size: 130%;
    margin-bottom: 45px;
}
table caption  {
    caption-side: top;
    color: #000000;
    font-size: 110%;
    font-weight: 500;
}
thead {
    border-top: 1px solid #D94A13;
    background-color: #FBEDE7;
    font-weight: 400;
}
table tr  {
    border-bottom: 1px solid #D94A13;
}
thead tr th     , tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}
tbody   {
    border-top: 1px solid #D94A13;
}
.cost .heading strong  {
    font-size: 120%;
    margin-bottom: 5px;
    margin-top: 17px;
    font-weight: 500;
}
.cost .heading   {
    font-size: 130%;
}
.cost .row p  {
    text-align: justify;
}


@media (min-width:1200px){
body h3 {
    color: #009FA8;
    border-top: 1px solid #009FA8;
    border-bottom: 1px solid #009FA8;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 200%;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.cost .row  {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.cost .row table   {
    width: 100%;
}
.cost .note_txt {
    margin-top: -35px;
    margin-bottom: 35px;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

}
@media (min-width:992px) and (max-width:1199px){
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:768px) and (max-width:1199px){
.cost .row table {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.cost .note_txt {
    margin-top: -35px;
    margin-bottom: 35px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width:576px) and (max-width:767px){
.cost .row table {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.cost .note_txt {
    margin-top: -35px;
    margin-bottom: 35px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

}
@media (min-width:375px) and (max-width:767px){

}

@media (max-width:767px){
.br-md {
    display: none;
}
.fee .row {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
}
}
@media (max-width:576px){
.fee .row dl dt small {
    font-weight: 500;
    font-size: 56%;
}
.cost .row  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.cost .note_txt {
    margin-top: -35px;
    margin-bottom: 35px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width:375px){
.fee .row dl dt small {
    font-weight: 500;
    font-size: 56%;
    line-height: 120%;
}
.fee .row dl dt {
    color: #D94A13;
    border-bottom: 1px solid #D94A13;
    font-size: 260%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}

}
