@charset "utf-8";

.img100 > img { width:100%; }

.flex.custom-01 { align-items:stretch;  gap:6px 3%; }
.flex.custom-01 .item img { width:100%; }
@media (max-width: 768px){
  .flex.custom-01 { align-items:stretch;  gap:20px 3%; }
}



.flex.custom-03 { align-items:stretch;  gap:6px 3%; }
.flex.custom-03 .item img { width:100%; }
.flex.custom-03 .item.item01 { flex:0 0 20%; }
.flex.custom-03 .item.item02 { flex:0 0 77%; }
@media (max-width: 768px){
  .flex.custom-03 { align-items:stretch;  gap:20px 3%; }
  .flex.custom-03 .item.item01 { flex:0 0 100%; }
  .flex.custom-03 .item.item02 { flex:0 0 100%; }
}

.org-pc { display:block; }
.org-m { display:none; }
@media (max-width: 1024px){  
  .org-pc { display:none; }
  .org-m { display:block; }
}