@charset "utf-8";
/* CSS Document */

.infoTable span br{ display:none;}

#outlineTable{ margin-bottom: 80px; }
#outlineTable tr{ border-bottom: 1px solid #cfe7f5; }
#outlineTable th{ background: #e3f2f9; color: #003763;}

#outlineTable td{ background: #faffff;  }

#outlineTable a { color:#121212; display:inline-block; margin-bottom: 5px}
#outlineTable a:hover{ color:#003763; }
#place .externalIcon i:before{ height:8px;}


#cost dl{ display: flex; margin-bottom: 5px; }
#cost dl:last-child{ margin-bottom: 0; }


.administrationTale tr:first-child td{ padding-bottom:1.5%; }

.subTitle{ color:#a52e2a; font-size:1.13em; margin-bottom:12px; }



@media screen and (min-width: 641px) and (max-width: 1059px) {
    #cost dt{ width: 58%; margin-right:2% }
    #cost dd{ width:20%; }
}

@media screen and (max-width: 640px) {
    #cost dl{border-bottom: 1px dotted #ddd;}
    #cost dl:last-child{ border-bottom: none; }
    #cost dt{ width: 70%; margin-right:5%; padding:5px 0 5px 8px; box-sizing: border-box; }
    #cost dd{ width:26%; }
}


@media screen and (max-width: 500px) {
.administrationTale .telnum{ margin-bottom:5px;}
}




/*pc--------------------------------------------*/
@media screen and (min-width: 1060px) {
#cost dt{ width: 56%; }
}
@media screen and (min-width: 701px) {
#administrationWrap address span br{ display: none; }
}

@media screen and (min-width: 641px) {
#cost dt br{ display: none; }
}