@charset "utf-8";

.page-priv-layout-01 {
  margin: 76px auto 0;
  box-sizing: border-box;
  width: 950px;
  background-color: #fff;
  padding: 38px 82px 60px;
}
.page-priv-layout-01-title {
  font-size: 1.12em;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 18px;
  border-bottom: 1px #C3CCD8 solid;
  color: #000;
}
.page-priv-layout-01-image {
  margin: 60px 0 0;
}
.page-priv-layout-01-box {
  margin: 60px 0 0;
}
.page-priv-layout-02-inner {
  padding-bottom: 123px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.page-priv-layout-02-box {
  position: absolute;
  bottom: 40px;
  left: 27px;
  width: calc(100% - 54px);
}

.priv-2col-01 {
  padding: 100px 0 0;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.priv-2col-01-item {
  box-sizing: border-box;
  width: calc(50% - 17px)!important;
  padding: 0 !important;
}
.priv-2col-01 .priv-layout-01-inner {
  padding: 20px 43px 150px !important;
}
.priv-2col-01 .priv-layout-01-label {
  width: 100% !important;
}

.priv-news-01-title {
  width: 266px !important;
}
.priv-news-01-inner {
  width: calc(100% - 266px);
}