@charset "UTF-8";
/*表見出し中央揃え*/
.contens_wrap table th{
    text-align: center;
}
/*担当業者・電話番号改行しない*/
.contens_wrap table tr :nth-last-child(-n+2){
   white-space: nowrap
}
/*改行しない解除*/
@media (max-width: 670px){
.contens_wrap table tr :nth-last-child(-n+2){
    white-space: break-spaces;
}
}