@charset "utf-8";
.row.org{ background: white;}

.tab-menu { width: 100%; height: auto; border-bottom: 1px solid #ddd;}
.tab-menu .swiper-slide { width: auto; padding: .5em 1rem; font-size: 1.25rem; line-height: 2; border-bottom: 2px solid transparent; cursor: pointer;}
.tab-menu .swiper-slide-thumb-active { color: var(--primary); font-weight: bold; border-bottom: 2px solid var(--primary);}

.tab-content { width: 100%; overflow: hidden;}
.tab-content .inslink{ display: flex; flex-flow: row wrap; width: 100%; height: auto; padding-top: 1rem; overflow: hidden;}
.tab-content .inslink a{ font-size: 1rem; padding: .5em 1em;}