@charset "UTF-8";
/* Safariバージョン10.1~12.0対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

.gas-pipe-request .paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}
.gas-pipe-request .paragraph:has(.underline) {
  line-height: 2.4rem;
}

.gas-pipe-request-gas-pipeline-inquiry {
  margin-top: 3.9rem;
}
.gas-pipe-request-gas-pipeline-inquiry__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.gas-pipe-request-gas-pipeline-inquiry__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.gas-pipe-request-gas-pipeline-inquiry__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.gas-pipe-request-gas-pipeline-inquiry__title h3 span {
  background-color: #003881;
}
.gas-pipe-request-gas-pipeline-inquiry__title h3 span::before {
  background-color: #5682bc;
}
.gas-pipe-request-gas-pipeline-inquiry__title p {
  margin-top: 1.5rem;
}
.gas-pipe-request-gas-pipeline-inquiry__content {
  display: flex;
  margin-top: 4.02rem;
  gap: 1.64rem;
}
@media (max-width: 767px) {
  .gas-pipe-request-gas-pipeline-inquiry__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gas-pipe-request-gas-pipeline-inquiry__content .pdf {
  position: relative;
  display: flex;
  width: 53.6rem;
  height: 6rem;
  padding-right: 7.5rem;
  border: solid 0.1rem #003881;
  font-size: 2rem;
  font-weight: 500;
  color: #003881;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.gas-pipe-request-gas-pipeline-inquiry__content .pdf::before {
  right: 7.8rem;
}
.gas-pipe-request-gas-pipeline-inquiry__content .pdf::after {
  position: absolute;
  top: 0;
  right: 3.5rem;
  bottom: 0;
  left: unset;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6775rem solid transparent;
  border-bottom: 0.6775rem solid transparent;
  border-left: 0.822rem solid #003881;
  background-color: unset;
  content: "";
}
.gas-pipe-request-gas-pipeline-inquiry__content .xls {
  position: relative;
  display: flex;
  width: 53.6rem;
  height: 6rem;
  padding-right: 9rem;
  border: solid 0.1rem #003881;
  font-size: 2rem;
  font-weight: 500;
  color: #003881;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.gas-pipe-request-gas-pipeline-inquiry__content .xls::before {
  right: 7.2rem;
}
.gas-pipe-request-gas-pipeline-inquiry__content .xls::after {
  position: absolute;
  top: 0;
  right: 3.8rem;
  bottom: 0;
  left: unset;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6775rem solid transparent;
  border-bottom: 0.6775rem solid transparent;
  border-left: 0.822rem solid #003881;
  background-color: unset;
  content: "";
}
.gas-pipe-request-gas-pipeline-inquiry__contact {
  margin-top: 3.88rem;
}
.gas-pipe-request-gas-pipeline-inquiry__contact-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 13.3rem;
  background-color: #e4effa;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .gas-pipe-request-gas-pipeline-inquiry__contact-area {
    height: unset;
    padding-block: 2rem;
  }
}
.gas-pipe-request-gas-pipeline-inquiry h4 {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 0.8;
  color: #232323;
}
.gas-pipe-request-gas-pipeline-inquiry .link {
  display: flex;
  margin-top: 2rem;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .gas-pipe-request-gas-pipeline-inquiry .link {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.gas-pipe-request-gas-pipeline-inquiry .link .mail {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 0.8;
  color: #232323;
}
.gas-pipe-request-gas-pipeline-inquiry .link .fax {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 0.8;
  color: #232323;
}
.gas-pipe-request-gas-pipeline-inquiry .note {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}

.gas-pipe-request-gas-pipe-damage-prevention {
  margin-top: 4.2rem;
}
.gas-pipe-request-gas-pipe-damage-prevention__title h4 {
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #003881;
}
.gas-pipe-request-gas-pipe-damage-prevention__title h4::after {
  background-color: #003881;
}
.gas-pipe-request-gas-pipe-damage-prevention__content {
  margin-top: 2.7rem;
}
.gas-pipe-request-gas-pipe-damage-prevention__content ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}
.gas-pipe-request-gas-pipe-damage-prevention__content ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1em;
  content: "・";
}

.gas-pipe-request-gas-pipe-emergency-response {
  margin-top: 8.55rem;
}
.gas-pipe-request-gas-pipe-emergency-response__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.gas-pipe-request-gas-pipe-emergency-response__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.gas-pipe-request-gas-pipe-emergency-response__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.gas-pipe-request-gas-pipe-emergency-response__title h3 span {
  background-color: #003881;
}
.gas-pipe-request-gas-pipe-emergency-response__title h3 span::before {
  background-color: #5682bc;
}
.gas-pipe-request-gas-pipe-emergency-response__title p {
  margin-top: 2.2rem;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-01 {
  position: relative;
  margin-top: 2.2rem;
  padding-block: 1.5rem;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-01::after {
  position: absolute;
  right: 0;
  bottom: -3.8rem;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 2.6rem solid #003881;
  border-right: 1.95rem solid transparent;
  border-left: 1.95rem solid transparent;
  content: "";
}
.gas-pipe-request-gas-pipe-emergency-response__flow-02 {
  position: relative;
  margin-top: 4.6rem;
  padding-block: 1.5rem;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-02::after {
  position: absolute;
  right: 0;
  bottom: -3.8rem;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 2.6rem solid #003881;
  border-right: 1.95rem solid transparent;
  border-left: 1.95rem solid transparent;
  content: "";
}
.gas-pipe-request-gas-pipe-emergency-response__flow-03 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 5.3rem;
  align-items: center;
  padding-block: 2.4rem 2.2rem;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-03 p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 500;
  color: #232323;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-03 p:nth-child(3) {
  display: flex;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #232323;
  align-items: center;
  gap: 2.6rem;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-03 p:nth-child(3) a {
  font-size: 4.2rem;
  font-weight: 500;
  color: #232323;
  transform: translateY(-0.2rem);
}
.gas-pipe-request-gas-pipe-emergency-response p.gas-pipe-request-gas-pipe-emergency-response__warning {
  position: absolute;
  top: -2.7rem;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #232323;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-01, .gas-pipe-request-gas-pipe-emergency-response__flow-02, .gas-pipe-request-gas-pipe-emergency-response__flow-03 {
  display: flex;
  background-color: #e4effa;
  justify-content: center;
  align-items: center;
}
.gas-pipe-request-gas-pipe-emergency-response__flow-01 p, .gas-pipe-request-gas-pipe-emergency-response__flow-02 p, .gas-pipe-request-gas-pipe-emergency-response__flow-03 p {
  font-size: 2rem;
  font-weight: 500;
  color: #232323;
}