#sec_saf {
  background: #fff;
  margin-bottom: -100px !important;
}
#sec_saf #for_customer {
  padding: 45px 0 100px;
}
#sec_saf #for_customer .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#sec_saf #for_customer h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #c65a12;
  font-family: "Noto Serif JP", serif;
}
#sec_saf #for_customer .flx_area {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
#sec_saf #for_customer .flx_area .text {
  width: 49%;
  font-size: 18px;
  line-height: 1.78;
}
#sec_saf #for_customer .flx_area .text p {
  color: #000;
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500;
}
#sec_saf #for_customer .flx_area .text .pdf_area {
  margin-top: 38px;
  background: rgba(255, 247, 215, 0.4);
  border-radius: 30px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec_saf #for_customer .flx_area .text .pdf_area p.pdf_txt {
  font-size: 15px;
  line-height: 1.86;
  width: 68.9%;
}
#sec_saf #for_customer .flx_area .text .pdf_area p.pdf_img {
  width: 26.9%;
}
#sec_saf #for_customer .flx_area .text .pdf_area p.pdf_img img {
  width: 100%;
}
#sec_saf #for_customer .flx_area .text .pdf_area p.pdf_img .clickable-img {
  cursor: pointer;
}
#sec_saf #for_customer .flx_area .img {
  width: calc(46.4% + (100vw - 1040px) / 2);
  margin-right: calc((100vw - 1040px) / 2 * -1);
}
#sec_saf #for_customer .flx_area .img img {
  width: 100%;
}
#sec_saf #feature {
  background: #f3eee6;
  padding: 100px 0;
}
#sec_saf #feature .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
#sec_saf #feature .list .block {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 28px 30px 48px;
  border-radius: 30px;
}
#sec_saf #feature .list .block .feature_txt {
  width: 51.7%;
}
#sec_saf #feature .list .block .feature_txt h4 {
  font-size: 35px;
  font-weight: 600;
  color: #60451b;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 32px;
  line-height: 1;
}
#sec_saf #feature .list .block .feature_txt p {
  color: #000;
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500;
  line-height: 1.875;
  font-size: 16px;
}
#sec_saf #feature .list .block .feature_img {
  width: 40.65%;
}
#sec_saf #feature .list .block .feature_img img {
  width: 100%;
}
#sec_saf #feature .list .block:not(:last-child) {
  margin-bottom: 50px;
}
#sec_saf #feature .list .block:nth-child(2n) {
  padding: 30px 48px 30px 28px;
}
#sec_saf #feature .full_img img {
  max-width: 100%;
}
#sec_saf .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#sec_saf .modal-overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px #000;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  transition: 0.2s ease;
}

@media (max-width: 1155px) {
  #sec_saf #for_customer .inner .flx_area {
    flex-direction: column;
    gap: 22px;
  }
  #sec_saf #for_customer .inner .flx_area .text {
    width: 100%;
    order: 2;
  }
  #sec_saf #for_customer .inner .flx_area .img {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 900px) {
  #sec_saf #feature .inner .list .block .feature_txt h4 {
    font-size: 22px;
  }
  #sec_saf #feature .inner .list .block .feature_img {
    width: 43%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #sec_saf #for_customer {
    padding: 0 0 40px;
  }
  #sec_saf #for_customer .inner h3 {
    font-size: 30px;
    margin: 0;
  }
  #sec_saf #for_customer .inner .flx_area {
    margin-top: 20px;
  }
  #sec_saf #for_customer .inner .flx_area .text {
    font-size: 14px;
    line-height: 1.7;
  }
  #sec_saf #for_customer .inner .flx_area .text .pdf_area {
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 20px 25px;
  }
  #sec_saf #for_customer .inner .flx_area .text .pdf_area .pdf_txt {
    width: 100%;
    order: 2;
    font-size: 13px;
    line-height: 1.7;
  }
  #sec_saf #for_customer .inner .flx_area .text .pdf_area .pdf_img {
    order: 1;
    width: 124px;
  }
  #sec_saf #feature {
    padding: 40px 0 28px;
  }
  #sec_saf #feature .inner .list .block {
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
  }
  #sec_saf #feature .inner .list .block .feature_txt {
    width: 100%;
    order: 2;
  }
  #sec_saf #feature .inner .list .block .feature_txt h4 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec_saf #feature .inner .list .block .feature_txt p {
    font-size: 14px;
    line-height: 1.7;
  }
  #sec_saf #feature .inner .list .block .feature_img {
    width: 100%;
    order: 1;
  }
  #sec_saf #feature .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }
  #sec_saf #feature .inner .list .block:nth-child(2n) {
    padding: 20px;
  }
}/*# sourceMappingURL=sec_saf.css.map */