@charset "utf-8";
/* CSS Document */

.cate1 .itemwrap{
	gap: 8px;
	align-items: stretch;
}
.cate1 .itemwrap .item{
	width: calc(100% / 2 - 8px / 2);
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 10px;
}

.box_layout1 .imgbox{
	position: relative;
}
.box_layout1 .imgbox p{
	position: absolute;
	padding: 6px 12px;
	top: 15px;
	right: 15px;
	transform: translateY(-50%);
	z-index: 5;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

