.wrap_content {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;

}
.wrap_main_article {
	width: 100%;
	padding: 10px 5px;
    box-sizing: border-box;
}
#SUB h1 {
	font-size: 120%;
}
.resident_tbl_th {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.resident_tbl_td {
	display: block;
	width: 100%;
    box-sizing: border-box;	
}
.resident_main_img {
	width: 50%;
}
.resident_main_img:nth-of-type(3) {
	display:none;
}
.wrap_subpage_topimage {
	margin-bottom:0;
}
.wrap_side_menus {
    background-color: var(--color-05);
    width: 100%;
    margin: 0;
}
.wrap_side_menu,
.wrap_inq,
.wrap_sns{
    background-color: #FFF;
    width: 90%;
    margin: 20px auto;
    box-sizing: border-box;
}
#SUB h2 {
	line-height: 1.4em;
}
#SUB p.caution_info {
	width: calc( 100% - 40px );
    padding: 20px 10px;
}
.std_li::before {
    top: 0.7em;
}
.std_tbl {
	width: 98%;
	margin: 20px auto;
}
.std_tbl_th,
.std_tbl_td {
	padding: 10px 5px;
	font-weight: normal;
	font-size:90%;
}
#SUB p.lecture_index {
	margin: 0 0 0 2em
}
.std_ul.sub {
	margin-left: 2em;
}
.std_ul.sub .std_li::before{
	top: 0.7em
}
.auto_width_img {
	width: 100%;
}
.seminar .std_tbl_th ,
.seminar .std_tbl_td {
	width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.float_right_img {
	width: 60%;
}
.resident_tbl_tr .resident_tbl_td.multi:first-of-type {
    border-bottom: none;
    background-color: var(--color-08);
    text-align: center;	
}
.wrap_image_scroll {
    width: 98%;
    height: auto;
    overflow-x: scroll;
    padding: 20px 10px 20px 20px;
    border: 1px solid var(--color-08);
    box-sizing: border-box;
    margin: 10px auto;
}
.res_emg_table {
	width: auto;
}
.wrap_table_scroll .std_tbl{
	width: 200%;
}
.std_dl.border {
	box-sizing: border-box;
}
.careimg img{
    width: 100%;
}
ul#clist li {
    display: block;
    text-align: center;
    width: 100%;
    min-height: 10em;
    border-radius: 10px;
    border: 1px solid #77BAE4;
    padding: 10px;
    margin: 2px;
    box-sizing: border-box;
}
ul#clist li img {
    margin: 20px;
    text-align: center;
    border-radius: 10px;
}
p.buntopi {
    margin: 30px;
    padding: 5px;
    border: 1px solid #76BBE5;
    border-radius: 3px;
    background: #effdff;
    letter-spacing: 0.2em;
}
.res_int_sch {
	width: 100%;
}
.res_int_sch {
	border-right:none;
}
#SUB p.res_int_sch_h {
	margin: 10px 20px;
}
#SUB p.res_int_sch_content {
	margin: 0px 5px 0px 30px;
}
.res_int .resident_tbl_th {
	width: 100%;
}