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

.cate1 .imgbox1 {
  background-color: #fff;
padding: clamp(0px, 5vw, 30px);
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.cate1 .more2{
	justify-content: flex-end;
}


/* ---------- 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){
.box1 .imgbox,
.box1 .txtbox {
  width: 80%;
min-width: 340px;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.sp-br{
  font-size:14px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

