@charset "UTF-8";
.fv-ttl > h2 {
  letter-spacing:0;
}
.fv-bg {
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#a7a7a7;
}
.fv-bg::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url('../img/common/bg-noise2.png');
  background-repeat:repeat;
  opacity:.2;
  mix-blend-mode:multiply;
}
/*----------------------------------------------------
  privacy
----------------------------------------------------*/
.privacy {
  width:100%;
  height:auto;
  padding:100px 0;
  position:relative;
}
.privacy-body {
  width:90%;
  height:auto;
  max-width:1100px;
  margin:0 auto;
  padding:80px;
  box-sizing:border-box;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
}
.privacy h2 {
  width:100%;
  padding-left:20px;
  margin-bottom:30px;
  box-sizing:border-box;
  position:relative;
}
.privacy h2::before {
  display:block;
  content:'';
  width:4px;
  height:100%;
  position:absolute;
  top:50%;
  left:0;
  transform:translate(0, -50%);
  background:transparent linear-gradient(180deg, #FF0000 0%, #F7DADA 50%, #545454 50%, #545454 100%) 0% 0% no-repeat padding-box;
}
.privacy-lead {
  padding-bottom:30px;
}
.privacy dl {
  width:100%;height:auto;
  padding:20px 0;
}
.privacy dt {
  width:100%;
  font-weight:bold;
  font-size:1.8rem;
  padding:10px;
  box-sizing:border-box;
  border-bottom: 1px solid #d0d8de;
  color:#FF0000;
}
.privacy dd {
  width:100%;
  padding:10px 0 30px 0;
  box-sizing:border-box;
}
@media screen and (max-width:680px) {
  .privacy-body {
    padding:50px;
  }
  .privacy-lead {
    padding-bottom:20px;
  }
}
@media screen and (max-width:480px) {
  .privacy {
    padding:80px 0;
  }
  .privacy-body {
    padding:40px 20px;
  }
  .privacy h2 {
    margin-bottom:20px;
  }
  .privacy-lead {
    padding-bottom:10px;
  }
  .privacy dt {
    font-size:1.6rem;
  }

}