.line-up_intro {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .line-up_intro {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .line-up_intro {
    min-height: 540px;
  }
}
.line-up_intro:before {
  content: "";
  display: block;
  width: 50%;
  background: url(/wp-content/themes/SBI/assets/images/business/img1.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .line-up_intro:before {
    width: calc(100% + 8vw);
    padding-top: 75%;
    margin-left: -4vw;
  }
}
.line-up_intro .intro-r {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .line-up_intro .intro-r {
    width: 100%;
    padding: 8px 0 0;
    border: none;
  }
}
.line-up_table th, .line-up_table td {
  width: 19.79vw;
  padding: 1.5vw;
  line-height: 1.25;
  text-align: center;
  font-size: 1.6rem;
}
.line-up_table th:first-child, .line-up_table td:first-child {
  width: calc(100% - 59.38vw);
}
.line-up_table th .small, .line-up_table td .small {
  line-height: 1.25;
  font-size: 1.6rem;
}
.line-up_table th {
  font-weight: normal;
}
.line-up_table th .text-left_outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-up_table th .text-left_inner {
  text-align: left;
}
.line-up_table-sp {
  margin-bottom: 16px;
}
.line-up_table-sp thead th {
  padding: 3.2vw;
  font-weight: normal;
}
.line-up_table-sp tbody th,
.line-up_table-sp tbody td {
  padding: 2.67vw 2.13vw;
  font-weight: normal;
  text-align: center;
}
.line-up_table-sp tbody th {
  width: 43%;
}
.line-up_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line-up_item {
  width: 48.61%;
  padding-top: calc(60% * (700 / 1440));
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
.line-up_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.line-up_item .name {
  width: calc(100% - 64px);
  font-weight: bold;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .line-up_item .jol .name,.line-up_item .jolco .name {
    width: calc(100% - 32px);
    white-space: nowrap;
    transform: translateY(-50%);
  }

  .line-up .ga .name,
  .line-up .pi .name {
	width: calc(100% - 32px);
    white-space: nowrap;
    transform: translateY(-50%);
	line-height: 1.6;
    font-size: clamp(1.6rem, 2.08vw, 4rem);
    top: 35%;
    left: 10px;
  }

  .line-up .jol .name,
  .line-up .jolco .name {
    line-height: 0.5;
    font-size: 5.33vw;
	top: 20%;
    left: 7%;
}

.line-up .jol,
.line-up .jolco {
  margin-bottom: 2.08vw;
}

}

@media screen and (min-width: 768px) {
  .line-up_item .jol .name,.line-up_item .jolco .name {
    width: calc(100% - 32px);
    white-space: nowrap;
    transform: translateY(-50%);
  }

.line-up .jol .name,
.line-up .jolco .name {
    padding: 2.5vw;
    line-height: 1;
    font-size: clamp(2rem, 2.92vw, 5.6rem);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
	
.line-up .ga .name,
.line-up .pi .name {
	width: calc(100% - 32px);
    white-space: nowrap;
    transform: translateY(-50%);
	padding: 2.5vw;
    line-height: 1;
    font-size: clamp(2rem, 2.92vw, 4.8rem);
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 2;
}

.line-up .jol,
.line-up .jolco {
  margin-bottom: 2.08vw;
}

}

.line-up .jol {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img2.jpg);
}
.line-up .jolco {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img3.jpg);
}
.line-up .ga {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img4.jpg);
}
.line-up .pi {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img5.jpg);
}

@media screen and (max-width: 767px) {
  .page-content table.line-up_table-sp {
    min-width: 100%;
  }
}

/*# sourceMappingURL=business.css.map */

td.bow_none {
    border-top: none;
    border-left: none;
}

th.business_th {
    background-color: #d6d6d6;
}

th.business_tdh {
    background-color: #D6F5FF;
}