@charset "utf-8";

.page-priv-heading {
}
.page-priv-heading-top {
  margin: -80px -82px 0;
  padding: 80px 82px 178px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.page-priv-heading-top:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  z-index: 1;
}
.page-priv-heading-top * {
  position: relative;
  z-index: 2;
}
.page-priv-heading-icon {
  display: block;
  margin: 0 auto;
  width: 70px;
}
.page-priv-heading-title {
  margin: 25px 0 0;
  padding: 0 0 25px;
  position: relative;
  font-size: 2em;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}
.page-priv-heading-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background-color: #212121;
}
.page-priv-heading-image {
  margin: 0 auto;
  width: 362px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-priv-heading-bottom {
  position: relative;
  z-index: 2;
  padding: 158px 0 0;
}
.page-priv-heading-text {
  font-size: 1em;
  line-height: 28px;
}
.page-priv-section {
  margin: 95px 0 0;
  padding: 95px 0 100px;
  position: relative;
}
.page-priv-section + .page-priv-section {
  margin: 0;
}
.page-priv-section:last-child {
  padding: 95px 0 0;
}
.page-priv-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: calc(100% + 68px);
  height: 1px;
  background-color: #C3CCD8;
}
.page-priv-section-inner {
  padding: 35px 48px 55px;
  background-color: #fff;
  margin: 20px 0 0;
}
