@charset "utf-8";

.picrew_wrap {position: relative; display: flex; flex-wrap: wrap; align-items: start; gap: 10px; margin-bottom: 30px;}
.picrew_wrap > div {width: calc(50% - 10px/2);}
.picrew_wrap > div:nth-of-type(3) {width: 100%;}
.picrew_wrap .td_chk {position: absolute; top: 10px; left: 10px;}
.picrew_wrap .td_chk .ui-btn {padding: 0 5px;line-height: 19px;height: 20px;font-size: 10px;}