@charset "UTF-8";

#staff + .widget_staff01 .inner_item_txt{
position: relative;
}

#staff + .widget_staff01 .inner_item_txt dl:nth-of-type(1){
border-top: none;
}

#staff + .widget_staff01 .inner_item_txt dl:first-of-type>dt{
display: none;
}

#staff + .widget_staff01 .inner_item_txt .staff_insta-icon{
display: block;
width: 40px;
height: 40px;
padding: 10px 20px;
position: absolute;
top: 0;
right: 0;
}

#staff + .widget_staff01 .inner_item_txt .staff_insta-icon img{
width: 100%;
height: 100%;
}


@media (max-width: 768px){
#staff + .widget_staff01 .inner_item_txt .staff_insta-icon{
position: initial;
margin: 0 auto;
}
}