.wrap_main_article {
	width: calc( 100% - 150px - 20px - 3px);
}
.resident_tbl_th  {
	width: 25%;
}
.resident_tbl_td  {
	width: 75%;
}
.link_btn_li {
	width: 90%;
}
.link_btn_ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.resident_tbl_td.multi {
	width: auto;
}
#SUB h2,
#SUB h3,
#SUB h4 {
	margin-right: 1px;
}
.resident_tbl {
	width: calc( 100% - 40px - 1px );
}
.wrap_table_scroll {
	width: calc( 100% - 40px );
    overflow-x: scroll;
    height: auto;
    margin: 20px;
    border: 1px solid var(--color-08);
    border-radius: 3px;
	padding:10px;
	box-sizing: border-box;
}
.wrap_table_scroll .std_tbl{
	width: 150%;
}
.std_dl.res_emg .std_dt,
.std_dl.res_emg .std_dd {
    width: 100%;
}
.wrap_res_int_schadule {
	flex-wrap: wrap;
}
.res_int_sch {
	width: 50%;
}
.res_int_sch:nth-of-type(2) {
	border-right:none;
}
