@charset "UTF-8";
.lp-fuel-marker {
  background: -webkit-gradient(linear, left top, right top, from(#fff76f), to(#fff76f));
  background: linear-gradient(to right, #fff76f, #fff76f);
  font-weight: bold;
}
.lp-fuel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 48px;
}
.lp-fuel-list > li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 114)), color-stop(99%, rgb(255, 174, 0)));
  background-image: linear-gradient(to bottom, rgb(255, 0, 114) 0%, rgb(255, 174, 0) 99%);
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.lp-fuel-title {
  margin-bottom: 52px;
  padding: 25px;
  background-color: #ff0072;
  font-size: 42px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.lp-fuel-title ~ .lp-fuel-title {
  margin-top: 70px;
}
.lp-fuel-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50.5263157895% 30px minmax(0, 1fr);
  grid-template-columns: 50.5263157895% minmax(0, 1fr);
  gap: 30px;
}
.lp-fuel-grid__title {
  margin-bottom: 4px;
  font-size: 24px;
  color: #073190;
  font-weight: bold;
  line-height: 1.5;
}
.lp-fuel-grid :where(p) {
  color: #000;
  font-size: 16px;
  line-height: 2;
}
.lp-fuel-grid :where(p) + :where(p) {
  margin-top: 30px;
}
.lp-fuel-attention {
  margin-top: 50px;
  padding: 28px;
  border: 10px solid rgb(255, 0, 0);
  color: rgb(255, 0, 0);
  font-size: 42px;
  font-weight: bold;
  line-height: 1.714;
  text-align: center;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {
  .is-showpc {
    display: none !important;
  }
  .lp-fuel-list {
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lp-fuel-list > li {
    font-size: 16px;
  }
  .lp-fuel-title {
    margin-bottom: 0px;
    padding: 12px 8px;
    font-size: 20px;
  }
  .lp-fuel-title ~ .lp-fuel-title {
    margin-top: 30px;
  }
  .lp-fuel-grid {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .lp-fuel-grid__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .lp-fuel-grid__image img {
    width: 100%;
  }
  .lp-fuel-grid :where(p) {
    font-size: 15px;
    line-height: 1.7;
  }
  .lp-fuel-grid :where(p) + :where(p) {
    margin-top: 12px;
  }
  .lp-fuel-attention {
    margin-top: 30px;
    padding: 16px 8px;
    border: 5px solid rgb(255, 0, 0);
    font-size: 24px;
    line-height: 1.6;
  }
}