@import url("/wp-content/themes/okinawa-jtb/styles/components/business-components.css");

.deib {
  max-width: 962px;
  margin: 0 auto;
}

.deib_card {
  margin-top: 50px;
  gap: 12px 15px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.deib_card li {
  width: calc(50% - 10px);
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.16);
}

.deib_card__head {
  /* background: -webkit-gradient(linear, left top, right top, from(#CC0000), color-stop(50%, #EB5514), to(#FDAD02));
  background: linear-gradient(90deg, #CC0000 0%, #EB5514 50%, #FDAD02 100%); */
  padding: 10px;
  padding-top: 5px;
  background: var(--gradient-khaki);
}

.deib_card__head p {
  font-size: var(--font-h1-eng);
}

.deib_card__head p span {
  /* font-size: calc((25 / 750) * 100vw); */
  display: block;
}

.deib_card__head p span {
  /* font-size: calc((25 / 750) * 100vw); */
  font-size: var(--font-h1);
}

.deib_card__cont {
  padding: 20px 15px;
}

.deib_card__cont p {
  font-size: 0.875rem;
}

.deib_card__cont p span {
  display: block;
}

.deib_card__head p {

  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

h2.section-title {
  margin-top: 60px;
}

h2.section-title span:first-child {
  font-size: var(--font-h2-eng);
  line-height: 1.45;
  font-size: 25px;
}

.business-block__points {
  border: 2px solid var(--khaki);
  border-left: 10px solid var(--khaki);
}

.business-block__points-title {
  color: var(--khaki);
}

@media screen and (min-width: 768px) {
  h2.section-title {
    margin-top: 100px;
  }

  h2.section-title span:first-child {
    font-size: var(--font-h2-eng);
    line-height: 1.45;
  }

  .deib_card li {
    width: calc((100% - 60px) / 4);
    background: #F2F1EE;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }
}