:root {
  --color-accent: #096A43;
  --color-accent-rgb: 9, 106, 67;
  --color-secondary: #3EB034;
  --color-secondary-rgb: 62, 176, 52;
  --color-sub: #EEF5EF;
  --color-sub-rgb: 238, 245, 239;
  --color-text: #364435;
  --color-text-rgb: 37, 38, 37;
  --gradient-main: linear-gradient(90deg, rgba(47, 187, 35, 1), rgba(9, 106, 67, 1));
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Noto Sans JP", sans-serif;
  --font-display: "Inter", sans-serif;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #lpgas .container,
  #lpgas-feature .container,
  #lpgas-safety .container {
    width: 90%;
  }
}
#lpgas .c-line-title,
#lpgas-feature .c-line-title,
#lpgas-safety .c-line-title {
  margin-bottom: clamp(32px, 26.806px + 1.484vw, 55px);
}
#lpgas .c-line-title__head,
#lpgas-feature .c-line-title__head,
#lpgas-safety .c-line-title__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lpgas .c-line-title__lead-desc,
#lpgas-feature .c-line-title__lead-desc,
#lpgas-safety .c-line-title__lead-desc {
  color: var(--color-text);
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}
#lpgas .c-line-title__lead-desc span,
#lpgas-feature .c-line-title__lead-desc span,
#lpgas-safety .c-line-title__lead-desc span {
  color: var(--color-secondary);
  font-weight: 600;
}

#lpgas-about .lpgas-about__first {
  text-align: center;
  margin-bottom: clamp(32px, 26.806px + 1.484vw, 55px);
}
#lpgas-about .lpgas-about__first-ttl {
  color: var(--color-secondary);
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  #lpgas-about .lpgas-about__first-ttl {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
#lpgas-about .c-line-title__lead-desc {
  text-align: left;
}

.feature-grid__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:767px) {
  .feature-grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.feature-grid__list .feature-grid-card__img {
  margin-bottom: clamp(1.25rem, 1.083rem + 0.764vw, 2rem);
}
.feature-grid__list .feature-grid-card__img > img {
  border-radius: clamp(0.938rem, 0.868rem + 0.318vw, 1.25rem);
}
.feature-grid__list .feature-grid-card__title {
  padding-bottom: 1rem;
  background: radial-gradient(circle, var(--color-secondary) 2px, transparent 2px) left bottom/8px 4px repeat-x;
}
.feature-grid__list .feature-grid-card__number {
  color: var(--color-text);
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: clamp(0.625rem, 0.541rem + 0.382vw, 1rem);
}
.feature-grid__list .feature-grid-card__title-text {
  font-size: clamp(1.125rem, 0.93rem + 0.892vw, 2rem);
  border-left: 4px solid var(--color-secondary);
  line-height: 1.3;
  padding-left: 1rem;
}
.feature-grid__list .feature-grid-card__text {
  margin-top: clamp(1rem, 0.777rem + 1.019vw, 2rem);
  line-height: 1.8;
}

#lpgas-safety .lpgas-safety__desc-box {
  background-color: #f2f2f2;
  padding: 32px 48px;
  border-radius: 1rem;
  margin-top: 32px;
}
@media screen and (max-width:767px) {
  #lpgas-safety .lpgas-safety__desc-box {
    padding: 20px 35px;
  }
  #lpgas-safety .lpgas-safety__desc-box p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
#lpgas-safety .lpgas-safety-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  margin-top: 56px;
}
@media screen and (max-width:991px) {
  #lpgas-safety .lpgas-safety-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
#lpgas-safety .lpgas-safety-data__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
}
#lpgas-safety .lpgas-safety-data__img > img {
  border-radius: 20px;
}
#lpgas-safety .lpgas-safety-data__txt {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
}
#lpgas-safety .lpgas-safety-data__txt > h3 {
  font-size: clamp(1.25rem, 1.194rem + 0.255vw, 1.5rem);
  background: radial-gradient(circle, var(--color-secondary) 2px, transparent 2px) left bottom/8px 4px repeat-x;
}
@media screen and (max-width:767px) {
  #lpgas-safety .lpgas-safety-data__txt > h3 {
    line-height: 1.4;
    padding-bottom: 0.5em;
  }
}
#lpgas-safety .lpgas-safety-data__txt > p {
  margin-top: 1rem;
}
#lpgas-safety .lpgas-safety-data__txt > p:last-child {
  font-size: 0.77em;
}
#lpgas-safety .lpgas-safety-structure {
  margin-top: 56px;
}
#lpgas-safety .lpgas-safety-structure > h3 {
  font-size: clamp(1.25rem, 1.083rem + 0.764vw, 2rem);
  line-height: 1.3;
  border-left: 4px solid var(--color-secondary);
  padding-left: 1rem;
  margin-bottom: 1em;
}
#lpgas-safety .safety-structure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(1rem, 0.833rem + 0.764vw, 1.75rem);
  list-style: none;
}
@media screen and (max-width:991px) {
  #lpgas-safety .safety-structure-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  #lpgas-safety .safety-structure-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lpgas-safety .safety-structure-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-secondary);
  padding: 20px 23px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width:991px) {
  #lpgas-safety .safety-structure-list-item {
    width: calc(50% - 16px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width:767px) {
  #lpgas-safety .safety-structure-list-item {
    width: 100%;
  }
}
#lpgas-safety .safety-structure-list-item__ttl {
  font-size: clamp(1.25rem, 1.083rem + 0.764vw, 2rem);
  font-weight: 600;
  min-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:991px) {
  #lpgas-safety .safety-structure-list-item__ttl br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  #lpgas-safety .safety-structure-list-item__ttl {
    display: block;
    text-align: center;
    min-height: auto;
  }
}
#lpgas-safety .safety-structure-list-item__txt {
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#lpgas-safety .safety-structure-list-item .divider {
  background: radial-gradient(circle, #ffffff 1px, transparent 1px) left top/6px 4px repeat-x;
  width: 50%;
  height: 4px;
  margin: 15px auto;
}/*# sourceMappingURL=style-lpgas.css.map */